This is the mail archive of the gdb@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


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

Re: keeping commands out of the history


Todd Whitesel wrote:
> 
> I have the code you need, but it is currently tied to a custom command we
> use here.
> 
> It is easy for me to implement a whole new command that is like 'print' or
> 'inspect' but does not add to the value history, and submit the patches.
> Would this work for you?
> 

This sounds good, but I also want to do 'info registers', 'where', and probably
'info breakpoints' in the future, so I'm really looking for something a
little more general.


Todd Sabin