search for: debug_xxx

Displaying 6 results from an estimated 6 matches for "debug_xxx".

Did you mean: zdebug_xxx
2013 Apr 16
3
[LLVMdev] RFC: Using zlib to decompress debug info sections.
Hi! TL;DR WDYT of adding zlib decompression capabilities to LLVMObject library? ld.gold from GNU binutils has --compress-debug-sections=zlib option, which uses zlib to compress .debug_xxx sections and renames them to .zdebug_xxx. binutils (and GDB) support this properly, while LLVM command line tools don't: $ ld --version GNU gold (GNU Binutils for Ubuntu 2.22) 1.11 $ ./bin/clang++ -g a.cc -Wl,--compress-debug-sections=zlib $ objdump -h a.out | grep debug 26 .debug_info 0000...
2013 Apr 16
2
[LLVMdev] RFC: Using zlib to decompress debug info sections.
...y Samsonov <samsonov at google.com>wrote: > >> Hi! >> >> TL;DR WDYT of adding zlib decompression capabilities to LLVMObject >> library? >> > >> ld.gold from GNU binutils has --compress-debug-sections=zlib option, >> which uses zlib to compress .debug_xxx sections and renames them to >> .zdebug_xxx. >> binutils (and GDB) support this properly, while LLVM command line tools >> don't: >> >> $ ld --version >> GNU gold (GNU Binutils for Ubuntu 2.22) 1.11 >> $ ./bin/clang++ -g a.cc -Wl,--compress-debug-sectio...
2013 Apr 16
0
[LLVMdev] RFC: Using zlib to decompress debug info sections.
On Tue, Apr 16, 2013 at 2:37 AM, Alexey Samsonov <samsonov at google.com>wrote: > Hi! > > TL;DR WDYT of adding zlib decompression capabilities to LLVMObject library? > > ld.gold from GNU binutils has --compress-debug-sections=zlib option, > which uses zlib to compress .debug_xxx sections and renames them to > .zdebug_xxx. > binutils (and GDB) support this properly, while LLVM command line tools > don't: > > $ ld --version > GNU gold (GNU Binutils for Ubuntu 2.22) 1.11 > $ ./bin/clang++ -g a.cc -Wl,--compress-debug-sections=zlib > $ objdump -h a....
2013 Apr 16
0
[LLVMdev] RFC: Using zlib to decompress debug info sections.
...ote: >>> >>> Hi! >>> >>> TL;DR WDYT of adding zlib decompression capabilities to LLVMObject >>> library? >>> >>> >>> ld.gold from GNU binutils has --compress-debug-sections=zlib option, >>> which uses zlib to compress .debug_xxx sections and renames them to >>> .zdebug_xxx. >>> binutils (and GDB) support this properly, while LLVM command line tools >>> don't: >>> >>> $ ld --version >>> GNU gold (GNU Binutils for Ubuntu 2.22) 1.11 >>> $ ./bin/clang++ -g a.cc...
2013 Apr 16
2
[LLVMdev] RFC: Using zlib to decompress debug info sections.
...> >>> > >>> TL;DR WDYT of adding zlib decompression capabilities to LLVMObject > >>> library? > >>> > >>> > >>> ld.gold from GNU binutils has --compress-debug-sections=zlib option, > >>> which uses zlib to compress .debug_xxx sections and renames them to > >>> .zdebug_xxx. > >>> binutils (and GDB) support this properly, while LLVM command line tools > >>> don't: > >>> > >>> $ ld --version > >>> GNU gold (GNU Binutils for Ubuntu 2.22) 1.11 > &...
2013 Apr 16
0
[LLVMdev] RFC: Using zlib to decompress debug info sections.
...t; >>> TL;DR WDYT of adding zlib decompression capabilities to LLVMObject >> >>> library? >> >>> >> >>> >> >>> ld.gold from GNU binutils has --compress-debug-sections=zlib option, >> >>> which uses zlib to compress .debug_xxx sections and renames them to >> >>> .zdebug_xxx. >> >>> binutils (and GDB) support this properly, while LLVM command line >> >>> tools >> >>> don't: >> >>> >> >>> $ ld --version >> >>> GNU g...