Hi,
Is it possible to display the user stack trace of a process (Not kernel stack trace of a process) from kernel core dump using crash utility. #bt <pid> will display the kernel stack trace of the process pid.jie mingI know extension 'gcore' can generate an process coredump,then use gdb bt to print user stack trace--Regards
Is there any command can more quickly display this in crash shell?
Or if I want to develop a command for this, How should I do? To call embeded gdb function?