public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug shlibs/16556] New: on AIX platform command "info sh" stopped working in version 7.5
@ 2014-02-11 16:57 lzsiga at freemail dot c3.hu
  2014-02-12 17:33 ` [Bug shlibs/16556] " palves at redhat dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: lzsiga at freemail dot c3.hu @ 2014-02-11 16:57 UTC (permalink / raw)
  To: gdb-prs

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.


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

* [Bug shlibs/16556] on AIX platform command "info sh" stopped working in version 7.5
  2014-02-11 16:57 [Bug shlibs/16556] New: on AIX platform command "info sh" stopped working in version 7.5 lzsiga at freemail dot c3.hu
@ 2014-02-12 17:33 ` palves at redhat dot com
  2014-02-12 17:48 ` lzsiga at mail dot ahiv.hu
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: palves at redhat dot com @ 2014-02-12 17:33 UTC (permalink / raw)
  To: gdb-prs

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

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |palves at redhat dot com
         Resolution|---                         |FIXED
   Target Milestone|---                         |7.7

--- Comment #1 from Pedro Alves <palves at redhat dot com> ---
Please try 7.7.  This must be fixed by now, as the AIX solib backend was
completely rewritten in 7.7 and xcoffsolib.c (along with solib_info) was
deleted.

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


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

* [Bug shlibs/16556] on AIX platform command "info sh" stopped working in version 7.5
  2014-02-11 16:57 [Bug shlibs/16556] New: on AIX platform command "info sh" stopped working in version 7.5 lzsiga at freemail dot c3.hu
  2014-02-12 17:33 ` [Bug shlibs/16556] " palves at redhat dot com
@ 2014-02-12 17:48 ` lzsiga at mail dot ahiv.hu
  2014-02-12 19:50 ` lzsiga at freemail dot c3.hu
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: lzsiga at mail dot ahiv.hu @ 2014-02-12 17:48 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #2 from lzsiga at mail dot ahiv.hu ---
On 2014-02-12 18:33, palves at redhat dot com wrote:
> Please try 7.7.  This must be fixed by now, as the AIX solib backend was
> completely rewritten in 7.7 and xcoffsolib.c (along with solib_info) was
> deleted.
>
>    
Thank you, I'll try it as as soon as possible!

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


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

* [Bug shlibs/16556] on AIX platform command "info sh" stopped working in version 7.5
  2014-02-11 16:57 [Bug shlibs/16556] New: on AIX platform command "info sh" stopped working in version 7.5 lzsiga at freemail dot c3.hu
  2014-02-12 17:33 ` [Bug shlibs/16556] " palves at redhat dot com
  2014-02-12 17:48 ` lzsiga at mail dot ahiv.hu
@ 2014-02-12 19:50 ` lzsiga at freemail dot c3.hu
  2014-02-13 10:18 ` palves at redhat dot com
  2014-02-13 13:12 ` lzsiga at freemail dot c3.hu
  4 siblings, 0 replies; 6+ messages in thread
From: lzsiga at freemail dot c3.hu @ 2014-02-12 19:50 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #3 from Lorinczy Zsigmond <lzsiga at freemail dot c3.hu> ---
It works in version 7.7, thank you!
(Note: Is there a way to see data-areas in "info sh" like it worked in the old
xcoffsolib-version?)

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


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

* [Bug shlibs/16556] on AIX platform command "info sh" stopped working in version 7.5
  2014-02-11 16:57 [Bug shlibs/16556] New: on AIX platform command "info sh" stopped working in version 7.5 lzsiga at freemail dot c3.hu
                   ` (2 preceding siblings ...)
  2014-02-12 19:50 ` lzsiga at freemail dot c3.hu
@ 2014-02-13 10:18 ` palves at redhat dot com
  2014-02-13 13:12 ` lzsiga at freemail dot c3.hu
  4 siblings, 0 replies; 6+ messages in thread
From: palves at redhat dot com @ 2014-02-13 10:18 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #4 from Pedro Alves <palves at redhat dot com> ---
Sorry, I have no idea how it worked in the old version, but guessing, maybe
"info files" or "info proc mappings".

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


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

* [Bug shlibs/16556] on AIX platform command "info sh" stopped working in version 7.5
  2014-02-11 16:57 [Bug shlibs/16556] New: on AIX platform command "info sh" stopped working in version 7.5 lzsiga at freemail dot c3.hu
                   ` (3 preceding siblings ...)
  2014-02-13 10:18 ` palves at redhat dot com
@ 2014-02-13 13:12 ` lzsiga at freemail dot c3.hu
  4 siblings, 0 replies; 6+ messages in thread
From: lzsiga at freemail dot c3.hu @ 2014-02-13 13:12 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #5 from Lorinczy Zsigmond <lzsiga at freemail dot c3.hu> ---
(In reply to Pedro Alves from comment #4)
> Sorry, I have no idea how it worked in the old version, but guessing, maybe
> "info files" or "info proc mappings".

Thanks, 'info files' does give this information!

(Note: By old version I meant this:
(gdb) info sh
Text Range              Data Range              Syms    Shared Object Library
0xd05a7d40-0xd061bf5e   0xf01ca180-0xf01fdfe0   Yes    
/usr/lib/librtl.a(shr.o)
0xd007b21c-0xd007b93e   0xf02d8508-0xf02d8630   Yes    
/usr/lib/libcrypt.a(shr.o)
0xd01e6f60-0xd03e7681   0xf0241b20-0xf02d7d30   Yes     /usr/lib/libc.a(shr.o)
0x20000150-0x20003e37   0x20004edd-0x200051b0   Yes    
/usr/local/lib/libcpotlas.so
But, as I said, 'info files' is perfectly suitable.)

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


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

end of thread, other threads:[~2014-02-13 13:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-11 16:57 [Bug shlibs/16556] New: on AIX platform command "info sh" stopped working in version 7.5 lzsiga at freemail dot c3.hu
2014-02-12 17:33 ` [Bug shlibs/16556] " palves at redhat dot com
2014-02-12 17:48 ` lzsiga at mail dot ahiv.hu
2014-02-12 19:50 ` lzsiga at freemail dot c3.hu
2014-02-13 10:18 ` palves at redhat dot com
2014-02-13 13:12 ` lzsiga at freemail dot c3.hu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).