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 gdb/11743] gdb --pid <pid> does not find file on AIX


------- Additional Comments From rick dot stein at aciworldwide dot com  2010-08-27 21:02 -------
Traced the issue to the fact that refactoring moved SOLIB_ADD() from
run_command_1() (in 5.3) to post_create_inferior() in infcmd.c:1952 and
conditionalized it on exec_bfd which is always NULL, and thus, skipped the
SOLIB_ADD() call. Not sure if this is the proper fix but it works for me.

-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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