mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-28 09:54:16 +01:00
The symbol files necessary for the processor to walk stacks on Linux that have __kernel_vsyscall at innermost frame. Special symbol files ar eneeded because EBP does not point to the frame when a thread is inside a system call.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@353 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
ae4d8370ee
commit
90a6505b03
3
src/client/linux/data/linux-gate-amd.sym
Normal file
3
src/client/linux/data/linux-gate-amd.sym
Normal file
@ -0,0 +1,3 @@
|
||||
MODULE Linux x86 B8CFDE93002D54DA1900A40AA1BD67690 linux-gate.so
|
||||
PUBLIC 400 0 __kernel_vsyscall
|
||||
STACK WIN 4 400 100 1 1 0 0 0 0 0 1
|
3
src/client/linux/data/linux-gate-intel.sym
Normal file
3
src/client/linux/data/linux-gate-intel.sym
Normal file
@ -0,0 +1,3 @@
|
||||
MODULE Linux x86 4FBDA58B5A1DF5A379E3CF19A235EA090 linux-gate.so
|
||||
PUBLIC 400 0 __kernel_vsyscall
|
||||
STACK WIN 4 400 200 3 3 0 0 0 0 0 1
|
Loading…
Reference in New Issue
Block a user