Frédéric Delanoy
|
1d65efe50b
|
dbghelp: Use BOOL type where appropriate.
|
2013-11-12 12:58:03 +01:00 |
Eric Pouech
|
a672a51cbf
|
dbghelp: Allow each CPU backend to save CPU specific memory ranges in minidump.
Used this feature to add x86_64 unwind information.
|
2012-01-24 18:10:32 +01:00 |
Eric Pouech
|
1c5450f91f
|
dbghelp: Allow CPU backends to add specific information into a minidump.
Use it to add a 256 byte block around current program counter.
|
2012-01-24 18:10:32 +01:00 |
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
|
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 |