summaryrefslogtreecommitdiff
path: root/libunwindstack
Commit message (Expand)AuthorAgeFilesLines
...
* Fix handling of possible bad gnu_debugdata_size.Christopher Ferris2019-12-195-22/+76
* Merge "Add a name for all test suites"Treehugger Robot2019-12-129-9/+9
|\
| * Add a name for all test suitesHaibo Huang2019-12-119-9/+9
* | Merge "unwindstack: fix dangling pointer in LocalUpdatableMaps."Treehugger Robot2019-12-061-0/+3
|\ \
| * | unwindstack: fix dangling pointer in LocalUpdatableMaps.Josh Gao2019-11-141-0/+3
| |/
* | Use elf offset in signal step check.Christopher Ferris2019-12-0423-23/+128
* | Fix support finding global variables.Christopher Ferris2019-12-0313-184/+168
* | Move the dexfile support to implementation.Christopher Ferris2019-11-204-16/+26
* | Merge "Include PSTATE in tombstones on arm64."Treehugger Robot2019-11-193-0/+4
|\ \ | |/ |/|
| * Include PSTATE in tombstones on arm64.Peter Collingbourne2019-11-183-0/+4
* | Fix build with new googletestHaibo Huang2019-11-101-1/+1
* | Fix potential bad info in eh_frame_hdr.Christopher Ferris2019-10-298-126/+228
* | Fix handling of PT_GNU_EH_FRAME.Christopher Ferris2019-10-2111-2/+64
* | Add document of changes between Android versions.Christopher Ferris2019-10-151-0/+116
* | Replace MOCK_METHODN with MOCK_METHOD macro.Christopher Ferris2019-10-112-12/+13
* | Merge "Continue without DEX support if libdexfile_external.so fails to load."Martin Stjernholm2019-10-091-0/+24
|\ \
| * | Continue without DEX support if libdexfile_external.so fails to load.Martin Stjernholm2019-10-081-0/+24
* | | Handle when bias is different in elf headers.Christopher Ferris2019-10-0831-237/+651
|/ /
* | Fix static GetLoadBias function.Christopher Ferris2019-10-023-2/+132
* | Further document MapInfo::elf_offset.Florian Mayer2019-09-301-2/+5
* | Fix LocalUpdatableMapsDavid Srbecky2019-09-164-2/+278
* | Add test mapping to run the libunwind tests.Christopher Ferris2019-09-033-7/+30
* | Add test of undefined return address.Christopher Ferris2019-08-304-5/+130
* | Fix unwind_reg_info tool.Christopher Ferris2019-08-271-5/+17
* | Merge "Move to isolated testing."Christopher Ferris2019-07-183-11/+33
|\ \
| * | Move to isolated testing.Christopher Ferris2019-07-173-11/+33
* | | Move to the libc++ demangler.Christopher Ferris2019-07-173-11/+19
|/ /
* | Fix missing load bias.Florian Mayer2019-07-099-3/+100
* | Switch case to suite to follow new gtest naming.Christopher Ferris2019-06-2015-71/+73
* | Fix potential race condition.Christopher Ferris2019-06-191-1/+1
|/
* Internalize subclasses of MemoryCasey Dahlin2019-06-1128-200/+448
* Set elf_start_offset for invalid elf maps.Christopher Ferris2019-06-105-21/+56
* Display offsets for dex frames.Christopher Ferris2019-06-042-1/+52
* Ignore memory from elf on /memfd:Christopher Ferris2019-05-032-1/+38
* Add indicator that an elf is memory backed.Christopher Ferris2019-04-186-0/+168
* Fix pc/function name for signal handler frame.Christopher Ferris2019-04-128-58/+74
* Merge "Revert "Check for data races when reading JIT/DEX entries.""Treehugger Robot2019-04-0620-561/+619
|\
| * Revert "Check for data races when reading JIT/DEX entries."David Srbecky2019-04-0520-561/+619
* | Fix off by one reading build id.Christopher Ferris2019-04-033-19/+47
* | Merge "Check for data races when reading JIT/DEX entries."David Srbecky2019-04-0320-619/+561
|\|
| * Check for data races when reading JIT/DEX entries.David Srbecky2019-03-2920-619/+561
* | Add minimal support for Dwarf 5.Christopher Ferris2019-04-012-7/+24
* | Remove sequential search from DwarfEhFrameWithHdr.Christopher Ferris2019-03-293-200/+44
|/
* Add BuildId to frame information.Christopher Ferris2019-03-264-31/+78
* Add support for displaying soname in an apk.Christopher Ferris2019-03-1318-78/+167
* Fix missing offset for apk.Christopher Ferris2019-03-129-3/+94
* Add missing override keywordCasey Dahlin2019-03-111-1/+1
* Add unistd.h to includes in Regs.hCasey Dahlin2019-03-081-0/+1
* Fix copy / move behaviour of Maps object.Florian Mayer2019-03-056-49/+65
* Fix libdexfile dependencies to avoid direct dependency on libdexfile_external.Martin Stjernholm2019-02-241-3/+0