search for: end_file

Displaying 7 results from an estimated 7 matches for "end_file".

Did you mean: send_file
2015 Oct 28
4
RFC: Supporting macros in LLVM debug info
...can evaluate the macro expression based on the ".debug_macroinfo" section (DWARF 4.0). [DWARF 4.0 ".debug_macroinfo" section] In this section there are 4 kinds of entries 1. DW_MACROINFO_define 2. DW_MACROINFO_undef 3. DW_MACROINFO_start_file 4. DW_MACROINFO_end_file Note: There is a 5th kind of entry for vendor specific macro information, that we do not need to support. The first two entries contain information about the line number where the macro is defined/undefined, and a null terminated string, which contain the macro name (followed by the replacement v...
2015 Nov 03
3
RFC: Supporting macros in LLVM debug info
...can evaluate the macro expression based on the ".debug_macroinfo" section (DWARF 4.0). [DWARF 4.0 ".debug_macroinfo" section] In this section there are 4 kinds of entries 1. DW_MACROINFO_define 2. DW_MACROINFO_undef 3. DW_MACROINFO_start_file 4. DW_MACROINFO_end_file Note: There is a 5th kind of entry for vendor specific macro information, that we do not need to support. The first two entries contain information about the line number where the macro is defined/undefined, and a null terminated string, which contain the macro name (followed by the replacement v...
2015 Nov 03
2
RFC: Supporting macros in LLVM debug info
...can evaluate the macro expression based on the ".debug_macroinfo" section (DWARF 4.0). [DWARF 4.0 ".debug_macroinfo" section] In this section there are 4 kinds of entries 1. DW_MACROINFO_define 2. DW_MACROINFO_undef 3. DW_MACROINFO_start_file 4. DW_MACROINFO_end_file Note: There is a 5th kind of entry for vendor specific macro information, that we do not need to support. The first two entries contain information about the line number where the macro is defined/undefined, and a null terminated string, which contain the macro name (followed by the replacement v...
2015 Nov 05
2
RFC: Supporting macros in LLVM debug info
...can evaluate the macro expression based on the ".debug_macroinfo" section (DWARF 4.0). [DWARF 4.0 ".debug_macroinfo" section] In this section there are 4 kinds of entries 1. DW_MACROINFO_define 2. DW_MACROINFO_undef 3. DW_MACROINFO_start_file 4. DW_MACROINFO_end_file Note: There is a 5th kind of entry for vendor specific macro information, that we do not need to support. The first two entries contain information about the line number where the macro is defined/undefined, and a null terminated string, which contain the macro name (followed by the replacement v...
2015 Nov 13
2
RFC: Supporting macros in LLVM debug info
...> section (DWARF 4.0). > > > > *[DWARF 4.0 ".debug_macroinfo" section]* > > In this section there are 4 kinds of entries > > 1. DW_MACROINFO_define > > 2. DW_MACROINFO_undef > > 3. DW_MACROINFO_start_file > > 4. DW_MACROINFO_end_file > > > > Note: There is a 5th kind of entry for vendor specific macro information, > that we do not need to support. > > > > The first two entries contain information about the line number where the > macro is defined/undefined, and a null terminated string, which conta...
2015 Nov 04
2
RFC: Supporting macros in LLVM debug info
...;> *[DWARF 4.0 ".debug_macroinfo" section]* >> >> In this section there are 4 kinds of entries >> >> 1. DW_MACROINFO_define >> >> 2. DW_MACROINFO_undef >> >> 3. DW_MACROINFO_start_file >> >> 4. DW_MACROINFO_end_file >> >> >> >> Note: There is a 5th kind of entry for vendor specific macro information, >> that we do not need to support. >> >> >> >> The first two entries contain information about the line number where the >> macro is defined/undefined, a...
2015 Nov 13
2
[cfe-dev] RFC: Supporting macros in LLVM debug info
..." section]* >>> >>> In this section there are 4 kinds of entries >>> >>> 1. DW_MACROINFO_define >>> >>> 2. DW_MACROINFO_undef >>> >>> 3. DW_MACROINFO_start_file >>> >>> 4. DW_MACROINFO_end_file >>> >>> >>> >>> Note: There is a 5th kind of entry for vendor specific macro >>> information, that we do not need to support. >>> >>> >>> >>> The first two entries contain information about the line number where >&g...