2008年6月27日 星期五

gdb的一些常用指令

backtrace(bt):顯示程式目前的stack狀態,用於檢查dump core很方便。

frame #:配合backtrace的結果,選擇要跳到的stack #,就可以檢查某個stack的狀態。

在多個source files裡面跳到其他file:list filename:1,用來跳到filename這個檔案的第一行。

用 list 也可以跳到某個檔案的某個function,list filename:function


參考資料 :
http://www.study-area.org/cyril/opentools/opentools/x1253.html

沒有留言: