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/14446] breakpoints may not work on jitted code


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

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> 2012-09-17 19:40:01 UTC ---
(In reply to comment #1)
> Could you elaborate on when gdb can put a breakpoint into
> uninitialized memory?

We can set a watchpoint on the breakpoint and catch the
new value.  GDB restores the new value instead of the
old saved value.

-- 
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]