Pending breakpoints in MI

Vladimir Prus ghost@cs.msu.su
Thu Nov 8 11:12:00 GMT 2007


At the moment, it's not possible to set pending breakpoint
via MI. This patch fixed it. Now if one does

	-break-insert -f symbol_in_shared_lib

GDB will create a pending breakpoint if symbol_in_shared_lib
is not yet seen. The -f stands for "future". We can't use -p
since that grabbed by thread option (which cannot be -t since that's
grabbed by temporary option). Apple branch uses -f as well,
as we might as well be compatible (even if the code is completely different).

OK?

- Volodya

-------------- next part --------------
A non-text attachment was scrubbed...
Name: pending_mi_3_breakpoints.diff
Type: text/x-diff
Size: 7980 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20071108/324114af/attachment.bin>


More information about the Gdb-patches mailing list