Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Why are  these two methods default_memory_insert_breakpoint() and default_memory_remove_breakpoint() called multiple times
@ 2023-05-31  9:12 hilbert via Gdb
  2023-05-31 15:57 ` John Baldwin
  0 siblings, 1 reply; 5+ messages in thread
From: hilbert via Gdb @ 2023-05-31  9:12 UTC (permalink / raw)
  To: gdb

Hi,

         I just inserted a breakpoint, shouldn't the two methods default_memory_insert_breakpoint() and default_memory_remove_breakpoint() be used only once?

There is only one breakpoint, why both functions default_memory_insert_breakpoint() and default_memory_remove_breakpoint() are called before stopping and after stopping (after the continue command), why?


Thank you very much.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-06-02  2:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-31  9:12 Why are these two methods default_memory_insert_breakpoint() and default_memory_remove_breakpoint() called multiple times hilbert via Gdb
2023-05-31 15:57 ` John Baldwin
2023-06-01  1:50   ` hilbert via Gdb
2023-06-01 17:09     ` John Baldwin
2023-06-02  2:09       ` hilbert via Gdb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox