Changes between Version 14 and Version 15 of jazz/09-01-13
- Timestamp:
- Jan 13, 2009, 8:30:52 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/09-01-13
v14 v15 2 2 3 3 * 11:00 [專案] Atom + SDL 展示 4 5 == Programming / Debuger / GDB == 4 6 5 7 * [備忘] 在 Linux 下寫 C 程式,常會用到的 manpage 與 info 線上文件 … … 8 10 # info libc 9 11 }}} 12 * GDB 用來看 Call Stack 的語法是 bt 13 * [http://www.study-area.org/cyril/opentools/opentools/x1253.html Study-Area 黃郁熙寫的簡介] 14 * [http://zd.0x209.org/docs/gnu/gdb/Debugging%20with%20GDB/gdb_7.html GDB 手冊] 15 {{{ 16 bt 17 Print a backtrace of the entire stack: one line per frame for all frames in the stack. 18 }}} 19 * CGDB : curses gdb 20 * 官網 - http://cgdb.sourceforge.net/ 21 * [http://vision.twbbs.org/~letoh/blog/2007/04/13/cgdb-curses-gdb/ letoh 寫的簡介] 10 22 11 23 == BUGFIX: jfbterm (4) ==