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] Make tracepoint pseudocommand functions static.


>>>>> "Yao" == Yao Qi <yao@codesourcery.com> writes:

Yao> This patch is to make them static.  Rebuild GDB on x86-linux natively.

FWIW, in cases like this I also check Insight.
It sometimes uses random things from gdb.

Yao> 2013-02-13  Yao Qi  <yao@codesourcery.com>
Yao> 	* tracepoint.c (end_actions_pseudocommand): Make it static.
Yao> 	(while_stepping_pseudocommand): Likewise.
Yao> 	* tracepoint.h (end_actions_pseudocommand): Remove the
Yao> 	declaration.
Yao> 	(while_stepping_pseudocommand): Likewise.

Ok.

Tom


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