Displaying 20 results from an estimated 38 matches for "debug_macinfo".
2019 Oct 10
2
DebugInfo work contribution and update.
On Thu, Oct 10, 2019 at 1:18 PM Robinson, Paul <paul.robinson at sony.com>
wrote:
> > Ah, thanks for the list - mostly I'm interested in cases where Clang's
> > output is not valid DWARFv5 when requested - the new features DWARFv5
> > enables/allows but doesn't require are lower priority to me. Which I
> > don't think too much is left - DWARFv5
2013 Apr 16
3
[LLVMdev] RFC: Using zlib to decompress debug info sections.
...ress-debug-sections=zlib
$ objdump -h a.out | grep debug
26 .debug_info 00000066 0000000000000000 0000000000000000 00002010
2**0
27 .debug_abbrev 00000048 0000000000000000 0000000000000000 00002068
2**0
28 .debug_aranges 00000000 0000000000000000 0000000000000000 000020bb
2**0
29 .debug_macinfo 00000000 0000000000000000 0000000000000000 000020cf
2**0
30 .debug_line 00000053 0000000000000000 0000000000000000 000020e3
2**0
31 .debug_loc 00000000 0000000000000000 0000000000000000 0000213e
2**0
32 .debug_pubtypes 00000000 0000000000000000 0000000000000000 00002152
2**0...
2018 Feb 08
2
LLD: targeting cygwin
...ction_alignment__) (NOLOAD) :
{
*(.debug_str)
}
.zdebug_str BLOCK(__section_alignment__) (NOLOAD) :
{
*(.zdebug_str)
}
.debug_loc BLOCK(__section_alignment__) (NOLOAD) :
{
*(.debug_loc)
}
.zdebug_loc BLOCK(__section_alignment__) (NOLOAD) :
{
*(.zdebug_loc)
}
.debug_macinfo BLOCK(__section_alignment__) (NOLOAD) :
{
*(.debug_macinfo)
}
.zdebug_macinfo BLOCK(__section_alignment__) (NOLOAD) :
{
*(.zdebug_macinfo)
}
/* SGI/MIPS DWARF 2 extensions. */
.debug_weaknames BLOCK(__section_alignment__) (NOLOAD) :
{
*(.debug_weaknames)
}
.zdebug_w...
2013 Apr 16
2
[LLVMdev] RFC: Using zlib to decompress debug info sections.
...t; 26 .debug_info 00000066 0000000000000000 0000000000000000 00002010
>> 2**0
>> 27 .debug_abbrev 00000048 0000000000000000 0000000000000000 00002068
>> 2**0
>> 28 .debug_aranges 00000000 0000000000000000 0000000000000000 000020bb
>> 2**0
>> 29 .debug_macinfo 00000000 0000000000000000 0000000000000000 000020cf
>> 2**0
>> 30 .debug_line 00000053 0000000000000000 0000000000000000 000020e3
>> 2**0
>> 31 .debug_loc 00000000 0000000000000000 0000000000000000 0000213e
>> 2**0
>> 32 .debug_pubtypes 000000...
2018 Feb 09
0
LLD: targeting cygwin
...debug_str BLOCK(__section_alignment__) (NOLOAD) :
> {
> *(.zdebug_str)
> }
> .debug_loc BLOCK(__section_alignment__) (NOLOAD) :
> {
> *(.debug_loc)
> }
> .zdebug_loc BLOCK(__section_alignment__) (NOLOAD) :
> {
> *(.zdebug_loc)
> }
> .debug_macinfo BLOCK(__section_alignment__) (NOLOAD) :
> {
> *(.debug_macinfo)
> }
> .zdebug_macinfo BLOCK(__section_alignment__) (NOLOAD) :
> {
> *(.zdebug_macinfo)
> }
> /* SGI/MIPS DWARF 2 extensions. */
> .debug_weaknames BLOCK(__section_alignment__) (NOLOAD)...
2013 Apr 16
0
[LLVMdev] RFC: Using zlib to decompress debug info sections.
...-h a.out | grep debug
> 26 .debug_info 00000066 0000000000000000 0000000000000000 00002010
> 2**0
> 27 .debug_abbrev 00000048 0000000000000000 0000000000000000 00002068
> 2**0
> 28 .debug_aranges 00000000 0000000000000000 0000000000000000 000020bb
> 2**0
> 29 .debug_macinfo 00000000 0000000000000000 0000000000000000 000020cf
> 2**0
> 30 .debug_line 00000053 0000000000000000 0000000000000000 000020e3
> 2**0
> 31 .debug_loc 00000000 0000000000000000 0000000000000000 0000213e
> 2**0
> 32 .debug_pubtypes 00000000 0000000000000000 00...
2015 Oct 05
0
[PATCH 2/4] Remove unused linker scripts
...mes) }
- /* DWARF 2 */
- .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
- .debug_abbrev 0 : { *(.debug_abbrev) }
- .debug_line 0 : { *(.debug_line) }
- .debug_frame 0 : { *(.debug_frame) }
- .debug_str 0 : { *(.debug_str) }
- .debug_loc 0 : { *(.debug_loc) }
- .debug_macinfo 0 : { *(.debug_macinfo) }
- /* SGI/MIPS DWARF 2 extensions */
- .debug_weaknames 0 : { *(.debug_weaknames) }
- .debug_funcnames 0 : { *(.debug_funcnames) }
- .debug_typenames 0 : { *(.debug_typenames) }
- .debug_varnames 0 : { *(.debug_varnames) }
- /DISCARD/ : { *(.note.GNU-stack) }
-}
dif...
2013 Apr 16
0
[LLVMdev] RFC: Using zlib to decompress debug info sections.
...00000066 0000000000000000 0000000000000000 00002010
>>> 2**0
>>> 27 .debug_abbrev 00000048 0000000000000000 0000000000000000 00002068
>>> 2**0
>>> 28 .debug_aranges 00000000 0000000000000000 0000000000000000 000020bb
>>> 2**0
>>> 29 .debug_macinfo 00000000 0000000000000000 0000000000000000 000020cf
>>> 2**0
>>> 30 .debug_line 00000053 0000000000000000 0000000000000000 000020e3
>>> 2**0
>>> 31 .debug_loc 00000000 0000000000000000 0000000000000000 0000213e
>>> 2**0
>>> 32 ....
2013 Apr 16
2
[LLVMdev] RFC: Using zlib to decompress debug info sections.
...> 00002010
> >>> 2**0
> >>> 27 .debug_abbrev 00000048 0000000000000000 0000000000000000
> 00002068
> >>> 2**0
> >>> 28 .debug_aranges 00000000 0000000000000000 0000000000000000
> 000020bb
> >>> 2**0
> >>> 29 .debug_macinfo 00000000 0000000000000000 0000000000000000
> 000020cf
> >>> 2**0
> >>> 30 .debug_line 00000053 0000000000000000 0000000000000000
> 000020e3
> >>> 2**0
> >>> 31 .debug_loc 00000000 0000000000000000 0000000000000000
> 0000213e
&...
2019 Jan 18
0
[klibc:master] mips: use -Ttext-segment when linking shared library
...mes) }
- /* DWARF 2 */
- .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
- .debug_abbrev 0 : { *(.debug_abbrev) }
- .debug_line 0 : { *(.debug_line) }
- .debug_frame 0 : { *(.debug_frame) }
- .debug_str 0 : { *(.debug_str) }
- .debug_loc 0 : { *(.debug_loc) }
- .debug_macinfo 0 : { *(.debug_macinfo) }
- /* SGI/MIPS DWARF 2 extensions */
- .debug_weaknames 0 : { *(.debug_weaknames) }
- .debug_funcnames 0 : { *(.debug_funcnames) }
- .debug_typenames 0 : { *(.debug_typenames) }
- .debug_varnames 0 : { *(.debug_varnames) }
- .gptab.sdata : { *(.gptab.data) *(.gptab....
2014 Feb 19
2
[LLVMdev] [lldb-dev] How is variable info retrieved in debugging for executables generated by llvm backend?
...########
> # asm including dwarf debugging info
> .file "test.c"
> .section .debug_info,"", at progbits
> Lsection_info:
> .section .debug_abbrev,"", at progbits
> Lsection_abbrev:
> .section .debug_aranges,"", at progbits
> .section .debug_macinfo,"", at progbits
> .section .debug_line,"", at progbits
> Lsection_line:
> .section .debug_loc,"", at progbits
> .section .debug_pubtypes,"", at progbits
> .section .debug_str,"MS", at progbits,1
> Linfo_string:
> .section .debu...
2018 Feb 07
0
LLD: targeting cygwin
COFF lld doesn't support the linker script at the moment, and I'm sad to
say that it is very unlikely to support that in the future. Linker script
support is so huge that I can't imagine we really want it for COFF. GNU BFD
linker supports it because the linker is built as an interpreter for the
built-in linker script (and that's one of the reasons why GNU linker is by
far more
2018 Feb 07
2
LLD: targeting cygwin
Hello, I have a user who is trying to get LLD to link for the cygwin
target: https://github.com/zig-lang/zig/issues/751
Currently the issue they are running into is needing to define a linker
script, but the COFF driver (or MinGW driver) does not have support for
that.
Is there documentation or advice for how to use LLD to link for cygwin? As
a starting point, which driver to use?
Regards,
2019 Jan 21
0
[PATCH] ia64: Fix shared build
...ug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
+ .debug_abbrev 0 : { *(.debug_abbrev) }
+ .debug_line 0 : { *(.debug_line .debug_line.* .debug_line_end ) }
+ .debug_frame 0 : { *(.debug_frame) }
+ .debug_str 0 : { *(.debug_str) }
+ .debug_loc 0 : { *(.debug_loc) }
+ .debug_macinfo 0 : { *(.debug_macinfo) }
+ /* SGI/MIPS DWARF 2 extensions */
+ .debug_weaknames 0 : { *(.debug_weaknames) }
+ .debug_funcnames 0 : { *(.debug_funcnames) }
+ .debug_typenames 0 : { *(.debug_typenames) }
+ .debug_varnames 0 : { *(.debug_varnames) }
+ /* DWARF 3 */
+ .debug_pubtypes 0 : { *(...
2019 Jan 21
0
[klibc:master] ia64: Fix shared build
...ug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
+ .debug_abbrev 0 : { *(.debug_abbrev) }
+ .debug_line 0 : { *(.debug_line .debug_line.* .debug_line_end ) }
+ .debug_frame 0 : { *(.debug_frame) }
+ .debug_str 0 : { *(.debug_str) }
+ .debug_loc 0 : { *(.debug_loc) }
+ .debug_macinfo 0 : { *(.debug_macinfo) }
+ /* SGI/MIPS DWARF 2 extensions */
+ .debug_weaknames 0 : { *(.debug_weaknames) }
+ .debug_funcnames 0 : { *(.debug_funcnames) }
+ .debug_typenames 0 : { *(.debug_typenames) }
+ .debug_varnames 0 : { *(.debug_varnames) }
+ /* DWARF 3 */
+ .debug_pubtypes 0 : { *(...
2011 Dec 16
0
[LLVMdev] .debug_frame not produced by default?
...2.o |grep debug
[ 5] .debug_info PROGBITS 0000000000000000 00000bd0
[ 6] .rela.debug_info RELA 0000000000000000 00002f80
[ 7] .debug_abbrev PROGBITS 0000000000000000 000010b8
[ 8] .debug_aranges PROGBITS 0000000000000000 000011c3
[ 9] .debug_macinfo PROGBITS 0000000000000000 000011c3
[10] .debug_line PROGBITS 0000000000000000 000011c3
[11] .rela.debug_line RELA 0000000000000000 00003850
[12] .debug_loc PROGBITS 0000000000000000 00001350
[13] .debug_pubtypes PROGBITS 000...
2012 Mar 20
0
[LLVMdev] Runtime linker issue wtih X11R6 on i386 with -O3 optimization
...=================================
.file "a.c"
.file 1 "/home/marco/clang_issue/a.c"
.section .debug_info,"", at progbits
.Lsection_info:
.section .debug_abbrev,"", at progbits
.Lsection_abbrev:
.section .debug_aranges,"", at progbits
.section .debug_macinfo,"", at progbits
.section .debug_line,"", at progbits
.Lsection_line:
.section .debug_loc,"", at progbits
.section .debug_pubnames,"", at progbits
.section .debug_pubtypes,"", at progbits
.section .debug_str,"", at progbits
.Lsection_s...
2014 Feb 18
1
[LLVMdev] [lldb-dev] How is variable info retrieved in debugging for executables generated by llvm backend?
All of this information is contained in the DWARF debug info that you must generate. Are you generating DWARF? If not, you will need to. If so, please attach an example program that contains DWARF and specify which function you are having trouble getting variable information for.
Greg Clayton
On Feb 18, 2014, at 12:44 AM, æšćć <triple.yang at gmail.com> wrote:
> Hi, all
>
> I
2015 Oct 05
7
[PATCH 0/4] Improve linker scripts
From: Sylvain Gault <sylvain.gault at gmail.com>
These patches basically remove unused linker scripts and port a change that was
made to an unused script.
Those are to be applied on top of the gcc 5 bug fixes as they would conflict
otherwise.
Sylvain Gault (4):
diag/mbr: fix dependency to linker script
Remove unused linker scripts
core: Make symbols defined in linker script HIDDEN
2013 Apr 16
0
[LLVMdev] RFC: Using zlib to decompress debug info sections.
...gt;> 27 .debug_abbrev 00000048 0000000000000000 0000000000000000
>> >>> 00002068
>> >>> 2**0
>> >>> 28 .debug_aranges 00000000 0000000000000000 0000000000000000
>> >>> 000020bb
>> >>> 2**0
>> >>> 29 .debug_macinfo 00000000 0000000000000000 0000000000000000
>> >>> 000020cf
>> >>> 2**0
>> >>> 30 .debug_line 00000053 0000000000000000 0000000000000000
>> >>> 000020e3
>> >>> 2**0
>> >>> 31 .debug_loc 00000000 000...