Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libunwind
/
99e60be5a4c8bc9076d1b11e89a06f85d9da7b88
/
src
99e60be
Fix the page boundary crossing bug.
by Arun Sharma
· 15 years ago
b3757e7
Restore the linking when --enable-debug-frame is not specified
by Konstantin Belousov
· 15 years ago
00aed96
Add an experimental and optional frame chain unwinding for ARM
by Arun Sharma
· 15 years ago
46e10c5
Support .debug_frame based unwinding in _UPTi_find_unwind_table()
by Arun Sharma
· 15 years ago
546463d
Factor out and export dwarf_find_debug_frame() function
by Arun Sharma
· 15 years ago
298e575
Fix freebsd build
by Konstantin Belousov
· 15 years ago
8ee7b17
Add ip argument to _UPTi_find_unwind_table.
by Arun Sharma
· 15 years ago
1787a2f
Add path and pathlen arguments to tdep_get_elf_image()
by Arun Sharma
· 15 years ago
b115ab6
Ignore separate debug files which contain a .gnu_debuglink section.
by Arun Sharma
· 15 years ago
66b7335
Adds missing register offsets for ARM
by Arun Sharma
· 15 years ago
e1493dc
Merge branch 'master' into freebsd
by Konstantin Belousov
· 15 years ago
aa3bb30
Fix merge errors
by Arun Sharma
· 15 years ago
c84005e
Add unwind annotations for freebsd/x86 getcontext.S.
by Konstantin Belousov
· 15 years ago
b73c618
Merge branch 'master' into freebsd
by Konstantin Belousov
· 15 years ago
0176c4f
Merge commit 'fdc534ccb05d1e6c0438345d292203343a811701'
by Arun Sharma
· 15 years ago
fdc534c
Silence a compiler warning
by Arun Sharma
· 15 years ago
215afa3
Add unwind descriptors to getcontext.S
by Arun Sharma
· 15 years ago
c140d85
Undo commit f252f5ff4e51af90fd6629f122f72556db94ccb7 for now.
by Arun Sharma
· 15 years ago
d3c4bc4
Fix a compiler warning
by Arun Sharma
· 15 years ago
045c55b
Be conservative in all pointer derefrences by default.
by Lassi Tuura
· 15 years ago
d4fbc83
Detect end of stack in x86-64 rbp-based walk.
by Lassi Tuura
· 15 years ago
92cc7fd
Remove obsolete code for 'old way' of handling x86-64 signal frames.
by Lassi Tuura
· 15 years ago
f252f5f
Recognise and unwind through PLT.
by Lassi Tuura
· 15 years ago
a9dce3c
During the stack unwinding process, the return address points to
by Lassi Tuura
· 15 years ago
4c553ce
Identify end-of-stack by undefined return address location.
by Lassi Tuura
· 15 years ago
dac2d00
Identify signal frames by augmentation attribute.
by Lassi Tuura
· 15 years ago
250382c
Use wider format when printing addresses in debug format.
by Lassi Tuura
· 15 years ago
58f290e
Add config.h.
by Konstantin Belousov
· 15 years ago
2709abc
msync() also may be called on unaligned address.
by Konstantin Belousov
· 15 years ago
4454413
Account for possible unaligned access.
by Konstantin Belousov
· 15 years ago
ee99dbe
Use mincore instead of msync when available
by Konstantin Belousov
· 15 years ago
75b76d1
Save FPU context for i386.
by Konstantin Belousov
· 15 years ago
b1c68e0
Arrange the FreeBSD ucontext offset definitions in ascending order.
by Konstantin Belousov
· 15 years ago
a67654e
[PATCH] Reduce scope of the eh_frame_end local variable
by Giuseppe Scrivano
· 15 years ago
1d9c5a3
Fix compiler warnings on x86_64 Linux
by Arun Sharma
· 15 years ago
5a70fab
Fix compiler warnings on x86 Linux
by Arun Sharma
· 15 years ago
127acf8
Use correct offset name and value for ucontext offset in struct sigframe
by Konstantin Belousov
· 15 years ago
0d311ea
Add abort() after sigreturn calls
by Konstantin Belousov
· 15 years ago
34b064b
Fix typo.
by Konstantin Belousov
· 15 years ago
1e77c66
Fix FreeBSD/x86_64 sigcontext restore
by Konstantin Belousov
· 15 years ago
61f4345
Fix an issue where len was too short for sysctl to recieve the process vm map.
by Konstantin Belousov
· 15 years ago
02d0cb6
Do not save FPU context on x86 for now; XMM save area must be 16-bytes aligned
by Konstantin Belousov
· 15 years ago
ae7eebb
Separate getcontext implementation for x86
by Konstantin Belousov
· 15 years ago
66e49bd
Save %eax for i386
by Konstantin Belousov
· 15 years ago
5a7407d
Merge branch 'master' into freebsd
by Konstantin Belousov
· 15 years ago
c2d7804
GCC compatibility on x86 for C++ exception handling
by Arun Sharma
· 15 years ago
eb8857a
Silence a compiler warning
by Giuseppe Scrivano
· 15 years ago
8431905
Remove unneeded include.
by Konstantin Belousov
· 15 years ago
21f0e90
Rework 69001646fa8, store sigframe address into sigcontext_addr.
by Konstantin Belousov
· 15 years ago
42bc15c
Provide proper register offsets in the gregset for FreeBSD/i386
by Konstantin Belousov
· 15 years ago
f10f851
Add slightly more debug output
by Konstantin Belousov
· 15 years ago
e33fa9f
Ditch using the libutil, it is not async-signal safe.
by Konstantin Belousov
· 15 years ago
6900164
Store the ucontext_t pointer to properly handle resume across signal frames.
by Konstantin Belousov
· 15 years ago
f01a043
Convince gcc that x86_64_sigreturn cannot return, as declared.
by Konstantin Belousov
· 15 years ago
a688d6c
Remove unused variable.
by Konstantin Belousov
· 15 years ago
dd1c7b6
Declare mxcsr as XMM
by Konstantin Belousov
· 15 years ago
53f7e65
For FreeBSD/i386, add real offset values for FPU context fields.
by Konstantin Belousov
· 15 years ago
6f7b335
Add my copyrights to several files that contain essential modifications
by Konstantin Belousov
· 15 years ago
9fe75c7
Save FPU state when saving context. For XMM-capable CPUs only (for now).
by Konstantin Belousov
· 15 years ago
117ccd2
Move all XMM offsets into one place.
by Konstantin Belousov
· 15 years ago
f6546e2
Implement the base code to fetch x86/xmm state on x86. Offsets to be filled.
by Konstantin Belousov
· 15 years ago
2c50c95
Correct arguments for Debug(). Shut up warning by using the cast.
by Konstantin Belousov
· 15 years ago
d1676f1
Fix warnings on 32 bit x86
by Arun Sharma
· 15 years ago
caa6095
Fix compile errors on Linux
by Arun Sharma
· 15 years ago
979af45
Move local_resume to os-specific file.
by Konstantin Belousov
· 15 years ago
0dbeeeb
Move uc_addr to os-specific file
by Konstantin Belousov
· 15 years ago
79d0123
Move get_scratch_loc() to os-specific file.
by Konstantin Belousov
· 15 years ago
aeee03d
Reduce diffs to master
by Konstantin Belousov
· 15 years ago
ccc0ae6
More move of osdep code.
by Konstantin Belousov
· 15 years ago
a40641f
Trim spaces
by Konstantin Belousov
· 15 years ago
fd88f41
Merge remote branch 'origin/master' into freebsd
by Konstantin Belousov
· 15 years ago
8e53e62
Refactor os specific code for x86 (both 32 and 64 bit).
by Arun Sharma
· 15 years ago
980ccff
Merge remote branch 'origin/master' into freebsd
by Konstantin Belousov
· 15 years ago
2b7ca45
Fix handling of SA_SIGINFO frames on 32 bit x86
by Arun Sharma
· 15 years ago
bd27988
Reformat os-freebsd.c.
by Konstantin Belousov
· 15 years ago
5715d91
Make setjmp/longjmp work at least on FreeBSD/amd64.
by Konstantin Belousov
· 15 years ago
31ece3e
Fix setcontext for amd64 freebsd
by Konstantin Belousov
· 15 years ago
9bb9c97
Merge with origin/master
by Konstantin Belousov
· 15 years ago
6203f1c
Cleanup a mapped elf image.
by Arun Sharma
· 15 years ago
7bd264e
Fix up what looks like an unintentional semi colon.
by Arun Sharma
· 15 years ago
8a75ba9
Signal trampoline on amd64 for ia32 is special.
by Konstantin Belousov
· 15 years ago
e514292
Handle error return from is_signal_frame
by Konstantin Belousov
· 15 years ago
e9cd300
Move x86 porting further.
by Konstantin Belousov
· 15 years ago
71c4161
Remove extra empty line
by Konstantin Belousov
· 15 years ago
f8a15e9
Fix a couple of test breakages on x86_64
by Arun Sharma
· 15 years ago
a6b23dc
Add partial implementation for is_signal_frame for i386.
by Konstantin Belousov
· 15 years ago
54f8b2f
Fill real offsets for freebsd
by Konstantin Belousov
· 15 years ago
47dcc89
Remove unneeded braces
by Konstantin Belousov
· 15 years ago
bb41eba
FreeBSD/i386 port. get/setcontext need further work
by Konstantin Belousov
· 15 years ago
9f79621
Enough for now for ptrace backend
by Konstantin Belousov
· 15 years ago
752ce15
Preliminary version of freebsd syscall unwinder
by Konstantin Belousov
· 15 years ago
c1b1c10
Fix memory leak on error
by Konstantin Belousov
· 15 years ago
89e1df2
Fix _UI_siglongjmp_cont name
by Konstantin Belousov
· 15 years ago
0f1c0f5
Fix resume.
by Konstantin Belousov
· 15 years ago
43ed5b3
Add required assembler magic.
by Konstantin Belousov
· 15 years ago
5f5b1a5
tdep_get_elf_image should be public
by Konstantin Belousov
· 15 years ago
093855f
Remove unneeded includes of sys/types.h
by Konstantin Belousov
· 15 years ago
53095e6
Code for resume
by Konstantin Belousov
· 15 years ago
c647238
Support walk over freebsd sigframes
by Konstantin Belousov
· 15 years ago
d0d5f99
Correct rsp offset
by Konstantin Belousov
· 15 years ago
Next »