This is the mail archive of the gdb@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: Different output from -gdb-show than show


On Tuesday 31 August 2010 19:33:17, Michael Snyder wrote:

> Would this be suitable?

You also need to reset exec_direction back from execution_direction 
in set_exec_direction_func.  The set command callbacks are called _after_
their controlled variable has already been changed.  See
infrun.c:set_non_stop, for example.

-- 
Pedro Alves


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