Marcus Meissner
|
b858b53991
|
dbghelp: Mark internal symbols as hidden.
|
2011-04-28 18:13:56 +02:00 |
Eric Pouech
|
9c09f14270
|
dbghelp: Extended CPU structure by adding a default register number for frame.
|
2011-04-12 12:49:53 +02:00 |
Eric Pouech
|
9ae6350c58
|
dbghelp: Fix unwinding on x86-64 (correct frame and context).
|
2011-03-14 13:20:07 +01:00 |
Eric Pouech
|
b3d7643c96
|
dbghelp: For the internal functions on x86_64 stack unwinding, only rely on CONTEXT information, and manage STACKFRAME64 updates in outer functions.
|
2011-03-14 13:19:54 +01:00 |
Francois Gouget
|
7649c75b40
|
Assorted typo and spelling fixes.
|
2010-06-24 10:37:05 +02:00 |
Eric Pouech
|
060ccb123a
|
dbghelp: When unwinding the stack, stop if the current address isn't in a known module.
|
2010-03-29 11:45:13 +02:00 |
Eric Pouech
|
036392c5d1
|
dbghelp: Added preliminary CFA management.
|
2010-03-29 11:38:17 +02:00 |
Eric Pouech
|
1d60aa6000
|
dbghelp: Extend the CPU object in order to manipulate context's registers (getting context's content & register names).
|
2010-03-29 11:37:39 +02:00 |
Eric Pouech
|
e2b62c91d5
|
dbghelp: Created a CPU method to map dwarf register number to codeview register number.
|
2010-03-25 09:45:32 +01:00 |
Eric Pouech
|
51e9951a5f
|
dbghelp: Enhanced x86_64 stack unwinding with PE's function table data.
|
2010-03-25 09:45:11 +01:00 |
Eric Pouech
|
bf97b03db5
|
dbghelp: Implemented SymFunctionTableAccess.
|
2010-03-22 11:27:36 +01:00 |
Eric Pouech
|
a414e782f0
|
dbghelp: Remove a couple of unnneeded include files.
|
2010-02-04 13:39:28 +01:00 |
Eric Pouech
|
ed96e740e9
|
dbghelp: Add a couple of helpers to struct cpu to help adding the stack to minidump.
|
2009-12-23 14:27:29 +01:00 |
Eric Pouech
|
54766cdac0
|
dbghelp: Hacked a StackWalk implementation for x86_64.
|
2009-12-23 14:27:29 +01:00 |