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 breakpoints/12924] New: Update breakpoint locations moreprecisely when program is re-run on different address


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

           Summary: Update breakpoint locations more precisely when
                    program is re-run on different address
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: breakpoints
        AssignedTo: unassigned@sourceware.org
        ReportedBy: qiyao@gcc.gnu.org


On some systems, such uclinux, program may be run on the different addresses
from time to time.  Current GDB is unable to update breakpoint locations when
program is re-run on different address.  Some state in breakpoint location is
lost during re-running new program.

Some discussions can be found in this thread
http://sourceware.org/ml/gdb-patches/2011-06/msg00335.html

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]