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


Russell Shaw <rjshaw@netspace.net.au> writes:
> In breakpoint.c:break_command_1():line-5214, "pending = 1" is set
> when do_captured_parse_breakpoint() does not find a breakpoint.
>
> Does this only ever happen with unloaded shared libraries, or can
> other things like overlays cause it too?

Breakpoints in overlays are never made pending.  So I think that's
just for shared libraries.


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