This is the mail archive of the gdb-patches@sources.redhat.com 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: [RFA] stack.c: move address printing into hook (fwd)


> The following patch folds this address printing into the hook, where it
> will not interfere with other UIs. This patch is obviously a no-op for the
> CLI, which does not define a print_frame_info_listing_hook.
> 
> [Of course, the thought occurs to me that we could extract this bit of
> CLI-ness from "generic"/"core" gdb by moving all the logic into a this
> hook for the cli...]


Yes ok.

(This continues to work around the more fundamental problem of Insight 
not being able to ask GDB ``where are you'' and instead must still reap 
that info from the stop messages).

Andrew




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