Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libunwind
/
a745ac2f60b995fc23479daa5da9ca6226b01949
a745ac2
PPC: return failure from the unw_get_proc_info() stub
by Tommi Rantala
· 12 years ago
8f94f1e
PPC: add missing debug level in Debug() calls in Gstep.c
by Tommi Rantala
· 12 years ago
7feb6b8
HPPA: fix common_init() bitrot
by Tommi Rantala
· 12 years ago
aed6c8b
Check __builtin___clear_cache() at configuration time
by Tommi Rantala
· 12 years ago
a15874f
Annotate unused argument in mark_as_used() to avoid -Wextra compiler noise
by Tommi Rantala
· 13 years ago
7e5cab6
Add missing newline to debug message in _UCD_access_reg_linux.c
by Tommi Rantala
· 12 years ago
e61c6f6
Fix function name duplication in Debug() output
by Tommi Rantala
· 12 years ago
18c26d4
Place `inline' at beginning of declaration of invalidate_edi()
by Tommi Rantala
· 12 years ago
39b8398
Flush icache with __builtin___clear_cache() in tests when compiling with GCC
by Tommi Rantala
· 12 years ago
5fedf34
Avoid -Wunused-value warning in tests/Gtest-exc.c
by Tommi Rantala
· 12 years ago
5b55e55
test-resume-sig-rt: test unw_resume() in presence of "realtime" signal frame
by Tommi Rantala
· 12 years ago
5738bac
ARM: fix with-signal-frame local unw_resume()
by Tommi Rantala
· 12 years ago
14fc159
ARM: fix non-signal-frame local unw_resume() due to compiler optimization cleverness
by Tommi Rantala
· 12 years ago
5fef17c
Fix memory leaks in unw_create_addr_space() wrong-endian error paths
by Tommi Rantala
· 12 years ago
ff0c6cc
Remove unneeded length modifier from suppressed match in sscanf() format in tests/crasher.c
by Tommi Rantala
· 12 years ago
2d75095
Use constants for ELF magic bytes in _UCD_create.c
by Tommi Rantala
· 12 years ago
9a6d921
Fix plain return from main() in tests/test-async-sig.c
by Tommi Rantala
· 12 years ago
7b81113
MIPS: implement dwarf_to_unw_regnum() macro without table
by Tommi Rantala
· 12 years ago
1dc66bd
ARM: implement dwarf_to_unw_regnum() macro without table
by Tommi Rantala
· 12 years ago
6a5da54
Allow for architecture specific dwarf_to_unw_regnum()
by Tommi Rantala
· 12 years ago
54a096a
PPC: do not export dwarf_to_unw_regnum_map
by Tommi Rantala
· 12 years ago
80fc285
MIPS: fix symbol naming for `mips_lock', `mips_local_resume', and `mips_local_addr_space_init'
by Tommi Rantala
· 12 years ago
56f07a8
Stop using nonportable echo arguments in tests
by Tommi Rantala
· 12 years ago
96cc0e8
Run `autoupdate' to stop using obsoleted macros in `configure.in'
by Tommi Rantala
· 12 years ago
757c81c
Update .gitignore
by Tommi Rantala
· 12 years ago
f42a8de
Annotate unused parameters in tests
by Tommi Rantala
· 12 years ago
47a99b6
Eliminate unused parameters in tests
by Tommi Rantala
· 12 years ago
6f374cc
Ignore _fbss, _fdata, _ftext and _gp symbols on MIPS
by Tommi Rantala
· 12 years ago
a63c209
Add PPC namespace checking
by Tommi Rantala
· 12 years ago
d139d7e
HPPA: include `mempool.h' in `libunwind_i.h'
by Tommi Rantala
· 12 years ago
d1e4614
HPPA: add `global_cache' member to unw_addr_space struct
by Tommi Rantala
· 12 years ago
971216f
HPPA: fix tdep_put_unwind_info() macro
by Tommi Rantala
· 12 years ago
201bb87
Use libtool to build libunwind-ptrace
by Arun Sharma
· 12 years ago
04c77cc
Fix for test suite build in the separate directory.
by Konstantin Belousov
· 12 years ago
538f63d
Fix test-ptrace in automated mode
by Arun Sharma
· 12 years ago
3d5e6c1
Search MiniDebugInfo for procedure names
by Martin Milata
· 12 years ago
71c1fff
Refactor parts of elfxx.c to allow reusing code
by Martin Milata
· 12 years ago
4ab9e5d
MiniDebugInfo test: tests/run-coredump-unwind-mdi
by Martin Milata
· 12 years ago
7d5a197
Add liblzma detection to configure script
by Martin Milata
· 12 years ago
2dbc26d
Make coredump test also test unw_get_proc_name
by Martin Milata
· 12 years ago
e11a6a4
Fix incorrect return code of unw_get_proc_name
by Martin Milata
· 12 years ago
707b1db
Fix a SIGSEGV in test-ptrace.c
by Arun Sharma
· 12 years ago
3220261
Fix a test failure
by Arun Sharma
· 12 years ago
814bd79
Fix some compiler warnings
by Arun Sharma
· 12 years ago
5e854a4
Fix typo in unw_get_proc_name documentation
by Tommi Rantala
· 12 years ago
4bf1b71
Use unw_context_t instead of ucontext_t in tests/Gtest-trace.c and tests/Gtest-bt.c
by Tommi Rantala
· 12 years ago
9158e52
Fix IP vs. PC confusion in tests on ARM
by Tommi Rantala
· 12 years ago
a26f1ea
IA64: `ent' needed conditionally in Gtables.c
by Tommi Rantala
· 12 years ago
0fecf13
Fix --enable-debug-frame build
by Tommi Rantala
· 12 years ago
5d36914
IA64: use tdep_find_unwind_table() in coredump lib
by Tommi Rantala
· 12 years ago
354b3fd
Allow IA64 cross-compilation
by Tommi Rantala
· 12 years ago
a06f189
Rip out AC_TYPE_SIGNAL and sighandler_t check
by Tommi Rantala
· 12 years ago
de28c51
Build libunwind-coredump using libtool
by Martin Milata
· 12 years ago
0f6c831
Port crasher to FreeBSD.
by Konstantin Belousov
· 12 years ago
2126660
Allow --enable-debug=no
by Arun Sharma
· 12 years ago
0f9a540
coredump: add test
by Martin Milata
· 13 years ago
61a1737
Fix test build on FreeBSD.
by Konstantin Belousov
· 13 years ago
d93d96a
Fix compilation on IA64
by Martin Milata
· 13 years ago
fa54093
Merge branch 'coredump2' of https://github.com/adsharma/libunwind
by Arun Sharma
· 13 years ago
dd297ea
Revert "x86_64: unbreak test-ptrace"
by Arun Sharma
· 13 years ago
c9c5a40
x86_64: unbreak test-ptrace
by Arun Sharma
· 13 years ago
1a6ea3d
freebsd: Fix boundary conditions for non-dwarf walker on x86_64.
by Konstantin Belousov
· 13 years ago
3bb74aa
freebsd: Account for the possible ERESTART handling of the syscalls.
by Konstantin Belousov
· 13 years ago
5f440b4
freebsd: Workaround for old FreeBSD kernels
by Konstantin Belousov
· 13 years ago
f8858ba
freebsd: Fix logic error
by Konstantin Belousov
· 13 years ago
0fac4c8
freebsd: Consistently use symbolic name UNW_EUNSPEC for errors
by Konstantin Belousov
· 13 years ago
69e300e
dwarf: Get correct return from expression evaluation
by Jiri Olsa
· 13 years ago
cbc66b6
mips: fix a linker error
by Arun Sharma
· 13 years ago
9507a9b
ia64: move ia64 specific code out of dwarf
by Arun Sharma
· 13 years ago
bc056ff
coredump: update license to be the same as rest of libunwind
by Arun Sharma
· 13 years ago
edcc521
Add helper macros for pointer arithmetics
by Alexander Larsson
· 13 years ago
b1393b7
Clean up the elf notes handling in the coredump code
by Alexander Larsson
· 13 years ago
49ca8b6
ia64: remove references to an out of scope local
by Arun Sharma
· 13 years ago
5e59e93
dwarf: introduce a valid bit for dwarf_reg_state_t
by Arun Sharma
· 13 years ago
d04dc94
dwarf: ip == 0 should't terminate unwind
by Arun Sharma
· 13 years ago
43e5ee2
Demote the debug level to reduce verbosity
by Arun Sharma
· 13 years ago
0628a98
Whitespace cleanup
by Arun Sharma
· 13 years ago
0c0ea23
Add support for multiple threads in core files
by Alexander Larsson
· 13 years ago
d627481
Break out the ifdefs for the UCD_info.prstatus type
by Alexander Larsson
· 13 years ago
b9ff650
Add _UCD_get_pid and _UCD_get_cursig
by Alexander Larsson
· 13 years ago
adbeb79
Fix build with --enable-debug
by Alexander Larsson
· 13 years ago
46dfe3e
Fixup whitespace in Makefile.
by Arun Sharma
· 13 years ago
cc7c74e
On FreeBSD, the structure is called prstatus.
by Kostik Belousov
· 13 years ago
dc9be1a
Implement register read for FreeBSD coredumps.
by Kostik Belousov
· 13 years ago
1e6959a
Shut down compiler warning about format mismatch.
by Kostik Belousov
· 13 years ago
e8eb583
Handle byteswap.h and endian.h inclusion.
by Kostik Belousov
· 13 years ago
7e5d279
Update namespace checks for dwarf_find_unwind_tables
by Arun Sharma
· 13 years ago
6da4dde
Compile fix for platforms other than linux-i386
by Arun Sharma
· 13 years ago
f0bb806
Move the test case to tests dir.
by Arun Sharma
· 13 years ago
0f17b52
Fixup regnames on x64
by Arun Sharma
· 13 years ago
b08ae72
Add support for unwinding coredump images
by Arun Sharma
· 13 years ago
d276b7a
Introduce get_proc_name_in_image()
by Arun Sharma
· 13 years ago
6525714
Move some dwarf functionality from ptrace to dwarf
by Arun Sharma
· 13 years ago
25ee9f8
Introduce struct elf_dyn_info
by Arun Sharma
· 13 years ago
3d08506
Fix undefined symbol: _Uelf64_valid_object
by Arun Sharma
· 13 years ago
5932883
Provide the FreeBSD implementation for _UI_siglongjmp_cont on x86.
by Konstantin Belousov
· 13 years ago
1774384
FreeBSD also supports PT_GNU_STACK.
by Konstantin Belousov
· 13 years ago
29dae21
Style.
by Konstantin Belousov
· 13 years ago
29b32cf
Fix silly mistakes in the definitions related to the FreeBSD offsets in
by Konstantin Belousov
· 13 years ago
51445f6
ARM: fix unwind table search when IP less than first table entry
by Tommi Rantala
· 13 years ago
Next »