Home | Trees | Indices | Help |
|
---|
|
Static functions for crash dumps.
|
|||
Inherited from |
|
|||
str |
|
|
|||
str |
|
||
str |
|
||
str |
|
||
str |
|
||
str |
|
||
str |
|
||
str |
|
||
str |
|
||
str |
|
|
|||
str |
reg_template =
Template for the dump_registers method. |
|
|||
Inherited from |
|
Dump the x86 processor flags. The output mimics that of the WinDBG debugger.
|
Dump the x86 processor register values. The output mimics that of the WinDBG debugger.
|
Dump data pointed to by the given registers, if any.
|
Dump data from pointers guessed within the given binary data.
|
Dump data from pointers guessed within the given stack dump.
|
Dump a stack trace, as returned by Thread.get_stack_trace with the
|
Dump a stack trace, as returned by Thread.get_stack_trace_with_labels.
|
Dump a disassembly. Optionally mark where the program counter is.
|
Dump a single line of code. To dump a block of code use dump_code.
|
Dump the memory map of a process. Optionally show the filenames for memory mapped files as well.
|
|
reg_templateTemplate for the dump_registers method.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Feb 12 19:46:27 2010 | http://epydoc.sourceforge.net |