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.
Can anyone recommend a good cheat sheet for gbd? I’m experienced with windbg commands,
Share
I use this one personally: gdb’s cheat sheet
or that link is not broken yet .. .
I ‘ve printed it at work.