public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/11745] Command 'list main' does not work on AIX
[not found] <bug-11745-4717@http.sourceware.org/bugzilla/>
@ 2014-03-12 10:16 ` palves at redhat dot com
2022-02-24 14:32 ` tromey at sourceware dot org
1 sibling, 0 replies; 7+ messages in thread
From: palves at redhat dot com @ 2014-03-12 10:16 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=11745
Pedro Alves <palves at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target| |aix
CC| |palves at redhat dot com
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug gdb/11745] Command 'list main' does not work on AIX
[not found] <bug-11745-4717@http.sourceware.org/bugzilla/>
2014-03-12 10:16 ` [Bug gdb/11745] Command 'list main' does not work on AIX palves at redhat dot com
@ 2022-02-24 14:32 ` tromey at sourceware dot org
1 sibling, 0 replies; 7+ messages in thread
From: tromey at sourceware dot org @ 2022-02-24 14:32 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=11745
Tom Tromey <tromey at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tromey at sourceware dot org
--- Comment #6 from Tom Tromey <tromey at sourceware dot org> ---
If this is still relevant, the patch would need to be updated
and changed as well -- I don't think that patch can be used,
since IIUC it would also change the behavior for other platforms.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug gdb/11745] Command 'list main' does not work on AIX
2010-06-23 15:11 [Bug gdb/11745] New: " rick dot stein at aciworldwide dot com
` (3 preceding siblings ...)
2010-08-28 9:30 ` pedro at codesourcery dot com
@ 2010-09-01 14:59 ` rick dot stein at aciworldwide dot com
4 siblings, 0 replies; 7+ messages in thread
From: rick dot stein at aciworldwide dot com @ 2010-09-01 14:59 UTC (permalink / raw)
To: gdb-prs
------- Additional Comments From rick dot stein at aciworldwide dot com 2010-09-01 14:59 -------
Created an attachment (id=4961)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=4961&action=view)
Difference from source gdb-6.8.50.20090916
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11745
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug gdb/11745] Command 'list main' does not work on AIX
2010-06-23 15:11 [Bug gdb/11745] New: " rick dot stein at aciworldwide dot com
` (2 preceding siblings ...)
2010-08-27 20:58 ` rick dot stein at aciworldwide dot com
@ 2010-08-28 9:30 ` pedro at codesourcery dot com
2010-09-01 14:59 ` rick dot stein at aciworldwide dot com
4 siblings, 0 replies; 7+ messages in thread
From: pedro at codesourcery dot com @ 2010-08-28 9:30 UTC (permalink / raw)
To: gdb-prs
------- Additional Comments From pedro at codesourcery dot com 2010-08-28 09:30 -------
Please try mainline cvs and confirm whether the same problem persists there.
This code has changed meanwhile. Please attach changes as patches extracted
with "cvs diff -up", and without any unrelated changes to this problem, instead
of whole modified source files.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
http://sourceware.org/bugzilla/show_bug.cgi?id=11745
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug gdb/11745] Command 'list main' does not work on AIX
2010-06-23 15:11 [Bug gdb/11745] New: " rick dot stein at aciworldwide dot com
2010-06-23 15:13 ` [Bug gdb/11745] " rick dot stein at aciworldwide dot com
2010-08-27 20:54 ` rick dot stein at aciworldwide dot com
@ 2010-08-27 20:58 ` rick dot stein at aciworldwide dot com
2010-08-28 9:30 ` pedro at codesourcery dot com
2010-09-01 14:59 ` rick dot stein at aciworldwide dot com
4 siblings, 0 replies; 7+ messages in thread
From: rick dot stein at aciworldwide dot com @ 2010-08-27 20:58 UTC (permalink / raw)
To: gdb-prs
------- Additional Comments From rick dot stein at aciworldwide dot com 2010-08-27 20:58 -------
Created an attachment (id=4952)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=4952&action=view)
Updated version of symtab.c
NOTE: This source also includes COBOL support code that is unrelated to the
reported problem.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11745
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug gdb/11745] Command 'list main' does not work on AIX
2010-06-23 15:11 [Bug gdb/11745] New: " rick dot stein at aciworldwide dot com
2010-06-23 15:13 ` [Bug gdb/11745] " rick dot stein at aciworldwide dot com
@ 2010-08-27 20:54 ` rick dot stein at aciworldwide dot com
2010-08-27 20:58 ` rick dot stein at aciworldwide dot com
` (2 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: rick dot stein at aciworldwide dot com @ 2010-08-27 20:54 UTC (permalink / raw)
To: gdb-prs
------- Additional Comments From rick dot stein at aciworldwide dot com 2010-08-27 20:54 -------
Traced issue to find_pc_sect_symtab(), symtab.c:1932. A new macro,
ALL_PRIMARY_SYMTABS() was added that filters out these functions. Replaced
with the old ALL_SYMTABS() and that works for 'list main'. Additional
refactoring breaks 'list PROGRAM-ID' for COBOL programs at line 2232. Restored
6.5 code for if (!best_symtab).
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11745
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug gdb/11745] Command 'list main' does not work on AIX
2010-06-23 15:11 [Bug gdb/11745] New: " rick dot stein at aciworldwide dot com
@ 2010-06-23 15:13 ` rick dot stein at aciworldwide dot com
2010-08-27 20:54 ` rick dot stein at aciworldwide dot com
` (3 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: rick dot stein at aciworldwide dot com @ 2010-06-23 15:13 UTC (permalink / raw)
To: gdb-prs
------- Additional Comments From rick dot stein at aciworldwide dot com 2010-06-23 15:13 -------
Created an attachment (id=4858)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=4858&action=view)
Source and AIX Binaries for testing
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11745
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-02-24 14:32 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <bug-11745-4717@http.sourceware.org/bugzilla/>
2014-03-12 10:16 ` [Bug gdb/11745] Command 'list main' does not work on AIX palves at redhat dot com
2022-02-24 14:32 ` tromey at sourceware dot org
2010-06-23 15:11 [Bug gdb/11745] New: " rick dot stein at aciworldwide dot com
2010-06-23 15:13 ` [Bug gdb/11745] " rick dot stein at aciworldwide dot com
2010-08-27 20:54 ` rick dot stein at aciworldwide dot com
2010-08-27 20:58 ` rick dot stein at aciworldwide dot com
2010-08-28 9:30 ` pedro at codesourcery dot com
2010-09-01 14:59 ` rick dot stein at aciworldwide dot com
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).