From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Michael Snyder , Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: [5.1/breakpoint] shlib patch? Date: Sat, 07 Jul 2001 09:26:00 -0000 Message-id: <3B47384A.3000300@cygnus.com> X-SW-Source: 2001-07/msg00175.html Hello, Did anything happen to the below in the end? The test can get turned into a PR. Andrew Wow, three bug reports for the same problem in one day! We should probably make fixing this a real priority :-). Anyway, thanks for reporting. The following patch will fix the problems with setting breakpoints in dynamically loaded objects: http://sourceware.cygnus.com/ml/gdb-patches/2000-05/msg00230.html This patch isn't checked in yet (ping Michael/JimB), but I hope this will be in the next GDB release. There should really be a test in the testsuite for this problem, since it keeps coming up :-(. Any volunteers? Mark