This is the mail archive of the gdb-patches@sources.redhat.com 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: [WIP] pending breakpoint support


>>>>> "Jeff" == J Johnston <jjohnstn@redhat.com> writes:

Jeff> I have been hacking around with supporting "future-break"
Jeff> functionality (note, I said "hacking").

Jeff> If the call fails, then I simply give the user the option as
Jeff> marking it as pending.

This sounds great for interactive use.  For breakpoints set by IDEs,
it would be useful to have flag saying "please mark this as pending".

For instance, Insight saves all the breakpoints you set.  When opening
an old session, it tries to set them again programatically.  In this
case we already know the breakpoint is ok (or was last time around,
which is "close enough"), so we'd like not to ask the user anything.
There are similar scenarios for Emacs and Eclipse.

Tom


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