vote up 5 vote down star
4

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), ba (break on access), dt (dump type), dv (dump frame variables), sxe (set up SEH handler) etc. I understand there won't be a 1 to 1 equivalent, but I just need a condensed summary of most used/usefull commands.

flag

63% accept rate
gdb, for xcode. – Remus Rusanu May 17 at 18:59

3 Answers

vote up 10 vote down check

I use this one personally: gdb's cheat sheet I 've printed it at work.

link|flag
vote up 0 vote down

Here is a very simple cross platform debugging cheat sheet that I use (and created). http://www.technochakra.com/cross-platform-debugging-cheat-sheet/ I hope you find the required windbg -> gdb commands.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.