嵌入式課堂筆記4

學習筆記4: : 一、調試器:gdb 1、GNU計劃的工具;內核調試KGDB 2、程序錯誤分類: 1)編譯時錯誤:語法錯誤 2)運行時錯誤:內存錯誤,邏輯錯誤 3、gdb的功能: 1)運行程序; 2)設置斷點; 3)查看變量值 4、hello.c gcc -g hello.c -o hello gdb hello 5、使用(list) –tui: layout asm(顯示彙編) layout s
相關文章
相關標籤/搜索