mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-28 10:15:10 +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
2 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue