Changes between Version 14 and Version 15 of jazz/09-01-13


Ignore:
Timestamp:
Jan 13, 2009, 8:30:52 PM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/09-01-13

    v14 v15  
    22
    33 * 11:00 [專案] Atom + SDL 展示
     4
     5== Programming / Debuger / GDB ==
    46
    57 * [備忘] 在 Linux 下寫 C 程式,常會用到的 manpage 與 info 線上文件
     
    810# info libc
    911}}}
     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{{{
     16bt
     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 寫的簡介]
    1022
    1123== BUGFIX: jfbterm (4) ==