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] Update save-tracepoints for new features


Pedro Alves wrote:
On Wednesday 31 March 2010 00:28:51, Stan Shebs wrote:
*************** tracepoint_save_command (char *args, int
*** 10626,10631 ****
--- 10626,10632 ----
char tmp[40];
struct cleanup *cleanup;
struct ui_file *fp;
+ extern char *default_collect;

This is declared in tracepoint.h.

I left it in there just for you. :-) Committed with that change.


Stan


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