commit | 8a541665b9063c5006b370d4488cf9f6beb6083f | [log] [tgz] |
---|---|---|
author | Alexander van Heukelum <heukelum@fastmail.fm> | Sat Oct 04 23:12:46 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 13 10:33:45 2008 +0200 |
tree | fe3411f956e0be63f9eee4ca6c49df2276be4571 | |
parent | 802a67de0cbd1ef10df80ad48b840e2103b13e52 [diff] |
dumpstack: x86: various small unification steps - define STACKSLOTS_PER_LINE and use it - define get_bp macro to hide the %%ebp/%%rbp difference - i386: check task==NULL in dump_trace, like x86_64 - i386: show_trace(NULL, ...) uses current automatically - x86_64: use [#%d] for die_counter, like i386 - whitespace and comments Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm> Signed-off-by: Ingo Molnar <mingo@elte.hu>