Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* AIX DWARF debugging sections
@ 2015-09-25 14:53 David Edelsohn
  2015-09-28 13:41 ` Tristan Gingold
  0 siblings, 1 reply; 17+ messages in thread
From: David Edelsohn @ 2015-09-25 14:53 UTC (permalink / raw)
  To: Tristan Gingold, Joel Brobecker; +Cc: GDB Patches

Initial AIX support for DWARF did not include location lists, debug
frame, and macinfo.  Support was added in a later update.

xcoffread defines most of the sections -- including some that were
included later and omitting some that were included in the initial
implementation.

Does anyone know why pbtyp and mac are not define?  I'm not sure if
AIX .dwamac is macinfo or macro or both.

Thanks, David

* xcoffread (dwrf2_xcoff_names): Add .dwmac and .dwpbtyp.

diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c
index 0d49751..998ca8f 100644
--- a/gdb/xcoffread.c
+++ b/gdb/xcoffread.c
@@ -159,11 +159,11 @@ static const struct dwarf2_debug_sections dwarf2_xcoff_nam
es = {
   { ".dwabrev", NULL },
   { ".dwline", NULL },
   { ".dwloc", NULL },
-  { NULL, NULL }, /* debug_macinfo */
-  { NULL, NULL }, /* debug_macro */
+  { ".dwmac", NULL },
+  { ".dwmac", NULL },
   { ".dwstr", NULL },
   { ".dwrnges", NULL },
-  { NULL, NULL }, /* debug_types */
+  { ".dwpbtyp", NULL },
   { NULL, NULL }, /* debug_addr */
   { ".dwframe", NULL },
   { NULL, NULL }, /* eh_frame */


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2015-10-13 16:45 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-25 14:53 AIX DWARF debugging sections David Edelsohn
2015-09-28 13:41 ` Tristan Gingold
2015-10-02 21:32   ` Joel Brobecker
2015-10-02 22:35     ` David Edelsohn
2015-10-06  0:30       ` Doug Evans
2015-10-06 16:52         ` Joel Brobecker
2015-10-06 16:55           ` David Edelsohn
2015-10-06 18:24           ` David Edelsohn
2015-10-06 20:00             ` Doug Evans
2015-10-07 12:49               ` David Edelsohn
2015-10-10  0:04                 ` Joel Brobecker
     [not found]                   ` <CADPb22QmuPeP_QBDNWA4iSi1jsnTvAiAurV8HWGCAYnPoMr+wg@mail.gmail.com>
2015-10-10  2:58                     ` David Edelsohn
2015-10-12 15:50                       ` Joel Brobecker
2015-10-12 17:41                         ` David Edelsohn
2015-10-12 18:34                           ` Joel Brobecker
2015-10-13 15:33                             ` David Edelsohn
2015-10-13 16:45                               ` Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox