forked from Imagelibrary/binutils-gdb
* layout.cc (gdb_sections): Add .debug_types.
(lines_only_debug_sections): Likewise.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2010-06-19 Cary Coutant <ccoutant@google.com>
|
||||||
|
|
||||||
|
* layout.cc (gdb_sections): Add .debug_types.
|
||||||
|
(lines_only_debug_sections): Likewise.
|
||||||
|
|
||||||
2010-06-18 Rafael Espindola <espindola@google.com>
|
2010-06-18 Rafael Espindola <espindola@google.com>
|
||||||
|
|
||||||
* plugin.cc (add_input_file,add_input_library)
|
* plugin.cc (add_input_file,add_input_library)
|
||||||
|
|||||||
@@ -243,6 +243,7 @@ static const char* gdb_sections[] =
|
|||||||
// ".debug_aranges", // not used by gdb as of 6.7.1
|
// ".debug_aranges", // not used by gdb as of 6.7.1
|
||||||
".debug_frame",
|
".debug_frame",
|
||||||
".debug_info",
|
".debug_info",
|
||||||
|
".debug_types",
|
||||||
".debug_line",
|
".debug_line",
|
||||||
".debug_loc",
|
".debug_loc",
|
||||||
".debug_macinfo",
|
".debug_macinfo",
|
||||||
@@ -256,6 +257,7 @@ static const char* lines_only_debug_sections[] =
|
|||||||
// ".debug_aranges", // not used by gdb as of 6.7.1
|
// ".debug_aranges", // not used by gdb as of 6.7.1
|
||||||
// ".debug_frame",
|
// ".debug_frame",
|
||||||
".debug_info",
|
".debug_info",
|
||||||
|
// ".debug_types",
|
||||||
".debug_line",
|
".debug_line",
|
||||||
// ".debug_loc",
|
// ".debug_loc",
|
||||||
// ".debug_macinfo",
|
// ".debug_macinfo",
|
||||||
|
|||||||
Reference in New Issue
Block a user