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


Thanks very much,
 
Thanks and Regards
Deepak
 

	-----Original Message----- 
	From: Kris Warkentin [mailto:kewarken@qnx.com] 
	Sent: Thu 2/19/2004 9:50 PM 
	To: Kotian, Deepak 
	Cc: gdb@sources.redhat.com 
	Subject: 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]