better unwinding for 386.
command-line extraction from core files on linux and freebsd. move linux ureg into ureg386.h (used in many places).
This commit is contained in:
parent
cdf1805191
commit
1cc215aaf9
13 changed files with 495 additions and 109 deletions
|
|
@ -29,6 +29,7 @@ struct UregLinux386
|
|||
ulong ecx;
|
||||
ulong edx;
|
||||
ulong esi;
|
||||
ulong edi;
|
||||
ulong ebp;
|
||||
ulong eax;
|
||||
ulong xds;
|
||||
|
|
@ -43,3 +44,5 @@ struct UregLinux386
|
|||
ulong xss;
|
||||
};
|
||||
|
||||
Ureg *_linux2ureg386(UregLinux386*);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue