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: Wrong Reverse result


On Thu, Jun 11, 2009 at 22:00, Joel Brobecker<brobecker@adacore.com> wrote:
>> I forgot how to turn on those nice traces. ?Can you
>> remind me?
>> The traces don't mean much to me, but I can include them
>> in any future (if any :-)) issues.
>
> It's "set debug infrun 1". I don't know how I was ever able to
> investigate infrun issues before they got introduced...

You can "set debug infrun 1".
When you are interseting with some part for example "infrun: stepped
into subroutine", you can search "infrun: stepped into subroutine" in
infrun.c.  You can find the code.  Debug this part with Eclipse is
more better than command mode.  :)

Thanks,
Hui


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