This is the mail archive of the gdb@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: I want to debug gdb for where command


'where' is an alias for backtrace. You'll want to break on backtrace_command().

cheers,

Kris

Kotian, Deepak wrote:

Hi,

I want to debug gdb for "where" command for coredump analysis.
Where do I set a break point.
Basically I need to understand the callstack analysis for IA-64 platform.
Bascially, if I get the point where the input function where "where" command is accepted
that too should be fine.

Thanks and Regards
Deepak




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