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: "where" implementation


> Help me to spot where "where" command is implemented. I need change
> buggy gcc __builtin_return_address to nice yours one.

"where" is an alias of the "backtrace" command.
The implementation starts at gdb/stack.c:backtrace_command

-- 
Joel


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