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: [PATCH] No resuming while tfinding


Pedro Alves wrote:

(until_command): Ditto.

This misses the "until" command, in breakpoint.c.
I'm guessing you mean until_break_command? It looks like it's lower level to until_command and advance_command, and I'd like to keep this test at the outermost levels, similarly to the "program is not running" error.
extern void disconnect_or_stop_tracing (int from_tty);
+ extern int get_traceframe_number (void);

This is unnecessary, get_traceframe_number is declared in
tracepoint.h. The disconnect_or_stop_tracing declaration
shown above could use moving there as well...
Good idea, I'll fold that in.

Stan


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