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/15299] Verify breakpoint bytes when removing the breakpoint


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

--- Comment #7 from SztfG at yandex dot ru 2013-03-24 17:07:24 UTC ---
Hmm... Maybe I can write a GDB plugin that doing many "stepi" and checks each
instruction working with RAM on the subject of whether it is trying to read or
write from/to position of software breakpoints. And if it do so, plugin
interrupts this "stepi-check_opcode" loop. It is possible? Where can I read
about GDB plugin api? And another question. Why does my program in assembler
does not overwrite the bytes of software breakpoint?

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