This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug shlibs/16556] New: on AIX platform command "info sh" stopped working in version 7.5


https://sourceware.org/bugzilla/show_bug.cgi?id=16556

            Bug ID: 16556
           Summary: on AIX platform command "info sh" stopped working in
                    version 7.5
           Product: gdb
           Version: 7.5
            Status: NEW
          Severity: minor
          Priority: P2
         Component: shlibs
          Assignee: unassigned at sourceware dot org
          Reporter: lzsiga at freemail dot c3.hu

Created attachment 7404
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7404&action=edit
prevent 'info_sharedlibrary_command' from being compiled if _AIX is defined

On AIX platform command "info sh" stopped working in version 7.5 (the problem
still exists in 7.6.2).

Reason: function gdb/solib.c:info_sharedlibrary_command hides
gdb/xcoffsolib.c:solib_info function. The former doesn't give any result, the
latter does.

For a quick fix see the attached patch.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]