This is the mail archive of the gdb-patches@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]

Re: Pending breakpoints in MI


Vladimir Prus wrote:

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

PING?



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]