Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libunwind
/
f89fb17695e8137a5f4e23570bf9f53374186c96
f89fb17
Fix incorrect calls to memset.
by Arun
· 14 years ago
962366d
Fixup compile errors on ia64.
by Arun Sharma
· 14 years ago
ac0acd0
Bump up the library version
by Arun Sharma
· 14 years ago
1d8e2c1
Explicitly specify the libraries
by Arun Sharma
· 14 years ago
3bf76e8
Installed include files can't include config.h
by Arun Sharma
· 14 years ago
00abb7c
Reorder libraries in lib_LTLIBRARIES
by Arun Sharma
· 14 years ago
92327a3
ARM: prefer to unwind using DWARF info
by Ken Werner
· 14 years ago
912db91
ARM: Exit unw_step in case DWARF based unwinding was successful
by Ken Werner
· 14 years ago
e3c87a6
Updates for 1.0
by Arun Sharma
· 14 years ago
f195c9a
Skip a few tests on uCLibC
by Sven Neumann
· 14 years ago
112c927
ARM: Ensure unw_step returns whatever find_proc_info() returns
by Ken Werner
· 14 years ago
93e6455
ARM: Fix return value of arm_find_proc_info
by Ken Werner
· 14 years ago
8ab8863
Bump up the package version.
by Arun Sharma
· 14 years ago
4dbc2bc
Fix a compiler warning
by Arun Sharma
· 14 years ago
d83846f
ARM: Initial support for remote unwinding using libunwind-ptrace
by Ken Werner
· 14 years ago
b317cb4
Change libunwind-ptrace to also look for .debug_frame if nothing found in .eh_frame.
by Ken Werner
· 14 years ago
545023c
Rework the lookup of the ARM specific unwind info
by Ken Werner
· 14 years ago
0b9f591
Make the dwarf dl_iterate_phdr callback available within libunwind.
by Ken Werner
· 14 years ago
25f6b82
Change address type from void* to unw_word_t.
by Ken Werner
· 14 years ago
264b101
Move arm_exidx_entry and arm_exidx_table structs from ex_tables.h into libunwind-arm.h.
by Ken Werner
· 14 years ago
b28335b
Fix inline assembly.
by Ken Werner
· 14 years ago
e09f970
Handle register nums > 16 on x86_64
by Arun Sharma
· 14 years ago
7d43108
No libunwind-generic.so if configured with --disable-shared
by Joel Brobecker
· 14 years ago
ea7160a
Remove unintended semi-colon in os-hpux.c fun definition
by Joel Brobecker
· 14 years ago
8d991d9
Fix call to maps_next in _UPT_get_dyn_info_list_addr.c
by Joel Brobecker
· 14 years ago
e003e44
Check for <sys/ptrace.h> before including it
by Joel Brobecker
· 14 years ago
d2525ec
Use single level hash table for fast trace.
by Lassi Tuura
· 14 years ago
5c2cade
Inline access to initial register values as it's known to be safe.
by Lassi Tuura
· 14 years ago
36511d3
Add support for handling signal frames on ARM Linux.
by Ken Werner
· 14 years ago
9533ea1
Add support for RT signal frame detection on ARM.
by Ken Werner
· 14 years ago
1e10c29
Add initial support for local unw_resume on ARM Linux.
by Ken Werner
· 14 years ago
288f18f
ARM: tests/Gtest-dyn1.c workaround for GCC bug.
by Ken Werner
· 14 years ago
3b917f2
ARM: tests/Gtest-dyn1.c fixes.
by Ken Werner
· 14 years ago
a624812
ARM: tests/Gtest-trace.c - IP printing
by Ken Werner
· 14 years ago
d589e20
Add the appropriate libraries to the *_LDADD variables.
by Ken Werner
· 14 years ago
ae5c1f2
Performance optimisations for fast trace.
by Lassi Tuura
· 14 years ago
e2962af
Implement a cheaper getcontext()
by Arun Sharma
· 14 years ago
15f1828
Use __thread instead of pthread_getspecific()
by Arun Sharma
· 14 years ago
171e3e5
Add tests/[GL]perf-trace to the .gitignore file.
by Ken Werner
· 14 years ago
e4593e2
Increase alternate signal stack size.
by Ken Werner
· 14 years ago
fd21d07
Create a generic and local variant of the extbl parser.
by Ken Werner
· 14 years ago
d86155f
Add a test to catch calls to calloc from libunwind
by Arun Sharma
· 14 years ago
4dc222c
Undo parts of 2f9b04e9c29999d18906e37b37dcea9676df194f
by Arun Sharma
· 14 years ago
5f38f35
Drop a call frame in tdep_trace and avoid a call to unw_step.
by Lassi Tuura
· 14 years ago
50bc12a
Export unw_backtrace() and alias backtrace() to it.
by Lassi Tuura
· 14 years ago
2f9b04e
Mark slow_backtrace() ALWAYS_INLINE
by Arun Sharma
· 14 years ago
27d0dbf
Ensure tests pass on 32 bit x86.
by Arun Sharma
· 14 years ago
3b9fd99
Assign copyright as requested by the author.
by Lassi Tuura
· 14 years ago
f1ea02b
Reset 'used' to zero after expanding frame cache hash table.
by Lassi Tuura
· 14 years ago
741a5a2
Add some performance tests for fast backtracing.
by Arun Sharma
· 14 years ago
7ff83c0
Fix up compilation and test failures
by Arun Sharma
· 14 years ago
44a14d1
Integrate fast trace into backtrace().
by Lassi Tuura
· 14 years ago
9e98f15
Fast back-trace for x86_64 for only collecting the call stack.
by Lassi Tuura
· 14 years ago
6c1a58f
Remove the unused arm_extbl_test_LDADD from Makefile.am
by Arun Sharma
· 14 years ago
28f33c8
Auto-detect whether to use msync() or mincore() for address validation.
by Lassi Tuura
· 14 years ago
f643684
Add test-static-link to the .gitignore file.
by Ken Werner
· 14 years ago
0f99374
ARM: Return the dwarf.cfa in case the user requests SP/R13.
by Ken Werner
· 14 years ago
f053677
Remove the ARM_EXIDX_TABLE_MALLOC code path.
by Ken Werner
· 14 years ago
6296ff1
Remove the appname string of the ARM extbl parser.
by Ken Werner
· 14 years ago
dcb8d0d
Prefer to unwind using DWARF info on ARM.
by Ken Werner
· 14 years ago
fb325c8
ARM extbl cleanup.
by Ken Werner
· 14 years ago
6e25c11
Remove the arm-extbl-test.
by Ken Werner
· 14 years ago
cf8d5e4
Have the ARM extbtl-parser operate on the DWARF model directly.
by Ken Werner
· 14 years ago
04fc88f
Fix build and distribution on the FreeBSD.
by Konstantin Belousov
· 14 years ago
0613d4c
Fixup trailing whitespace
by Arun Sharma
· 14 years ago
5769551
Replace libuwind-elf32.la with $(LIBUNWIND_ELF)
by Arun Sharma
· 14 years ago
4870386
Add test of backtracing using ARM-specific tables
by Zachary T Welch
· 14 years ago
6a67154
Use ARM-specific unwinding tables in unw_step
by Zachary T Welch
· 14 years ago
ffc474b
Add module for parsing ARM-specific unwind tables
by Zachary T Welch
· 14 years ago
049e2ba
Add ARM signal frame detection
by Zachary T Welch
· 14 years ago
6a07298
Fix file descriptor leakage in maps_init
by Zachary T Welch
· 14 years ago
13cd3b0
Fix test-ptrace argument parsing.
by Zachary T Welch
· 14 years ago
4a89b88
Link libunwind-setjmp against libunwind-elf.
by Ken Werner
· 14 years ago
ec633a1
Use UNW_OBJ instead of UNWI_ARCH_OBJ to rename unwi_unwind_method on ARM.
by Ken Werner
· 14 years ago
c2cc122
Explicitly add dependent shared libraries.
by Ken Werner
· 14 years ago
516304a
Revert "Use more convenience libraries"
by Arun Sharma
· 15 years ago
c0a9d0c
Fix the mismatch between the macro parameter and the name used in the body.
by Arun Sharma
· 15 years ago
a83e96c
Some entries in /proc/<pid>/maps are not ELF files, so add check
by Arun Sharma
· 15 years ago
5007f8c
Improve ELF valid_object() helper
by Zachary T Welch
· 15 years ago
af88cab
Use more convenience libraries
by Zachary T Welch
· 15 years ago
ce847af
Build ELF convenience libraries
by Zachary T Welch
· 15 years ago
02dd6c4
Use noinst_HEADERS for distributing .h files
by Zachary T Welch
· 15 years ago
9de666d
Simplify DWARF source handling
by Zachary T Welch
· 15 years ago
b07829b
Simplify LIBRARIES and LTLIBRARIES automake rules
by Zachary T Welch
· 15 years ago
64a8276
Simplify libunwind_setjmp automake rules
by Zachary T Welch
· 15 years ago
f7ed9c5
Improve top-level Makefile rules
by Zachary T Welch
· 15 years ago
7e767a2
Improve test LDADD settings.
by Zachary T Welch
· 15 years ago
717239a
Conditionalize -static-libcxa test
by Zachary T Welch
· 15 years ago
651e9bb
Add MAINTAINERCLEANFILES to Makefile.am files.
by Zachary T Welch
· 15 years ago
3ac945b
Improve debug-frame configure option default
by Zachary T Welch
· 15 years ago
574873c
Improve configure check reporting.
by Zachary T Welch
· 15 years ago
cf6a998
Fix memory leak in ARM unw_create_addr_space()
by Zachary T Welch
· 15 years ago
10afcf3
Remove duplicate check for PTRACE_CONT
by Zachary T Welch
· 15 years ago
c9e378b
Add .gitignore file
by Zachary T Welch
· 15 years ago
92345bf
Fix PTRACE_SINGLESTEP typo.
by Zachary T Welch
· 15 years ago
982d590
Add Gtest-nomalloc.c to EXTRA_DIST so we pass "make check"
by Arun Sharma
· 15 years ago
7909c71
[PATCH] Add files to EXTRA_DIST so that 'make dist' works again
by Sven Neumann
· 15 years ago
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
Next »