GDB cheat sheet

后端 未结 6 1233
别跟我提以往
别跟我提以往 2021-01-30 03:38

Can anyone recommend a good cheat sheet for gbd? I\'m experienced with windbg commands, I\'m looking for gdb equivalents for lml (list loaded modules), ~*k (all threads stack),

6条回答
  •  伪装坚强ぢ
    2021-01-30 04:06

    Two links from Google where I quickly found some actually useful stuff I couldn't find in the links from other answers:

    • http://www.sthu.org/code/codesnippets/files/gdb_cheatsheet.pdf
    • http://erik.cabetas.com/stuff/debug/gdb-essentials.pdf

提交回复
热议问题