summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add ability to read jit gdb data.Christopher Ferris2018-01-123-0/+12
* libBacktraceOffline: improve unwinding callchains.Yabin Cui2017-12-187-32/+325
* libbacktrace: export offline unwinding failures.Yabin Cui2017-12-1510-68/+126
* libBacktraceOffline: try both .debug_frame and .ARM.exidx on arm.Yabin Cui2017-12-106-52/+39
* Make sure at least XX maps are created.Christopher Ferris2017-12-081-4/+5
* Merge "Add method to detect remote read function to use."Christopher Ferris2017-12-085-3/+210
|\
| * Add method to detect remote read function to use.Christopher Ferris2017-12-075-3/+210
* | Merge "Add OWNERS."Elliott Hughes2017-12-071-0/+2
|\ \ | |/ |/|
| * Add OWNERS.Elliott Hughes2017-12-071-0/+2
* | Merge "Split arch data into separate files."Christopher Ferris2017-12-061-4/+2
|\ \
| * | Split arch data into separate files.Christopher Ferris2017-12-061-4/+2
* | | Merge "libBacktraceOffline: fix using debug frame with load bias."Yabin Cui2017-12-064-1/+58
|\ \ \ | |/ / |/| |
| * | libBacktraceOffline: fix using debug frame with load bias.Yabin Cui2017-12-064-1/+58
| |/
* / Demand read load bias for a map.Christopher Ferris2017-12-056-23/+113
|/
* Allow multiple threads sharing a map to unwind.Christopher Ferris2017-11-282-49/+20
* Only skip frames for local unwinds.Christopher Ferris2017-11-022-6/+8
* Switch libbacktrace new unwinder.Christopher Ferris2017-10-307-166/+7
* libbacktrace: remove exit time destructors.Josh Gao2017-10-262-1/+5
* libbacktrace: add benchmarks for Backtrace::Create, CreateNew.Josh Gao2017-10-262-0/+24
* libbacktrace: let the benchmark library decide iteration count.Josh Gao2017-10-261-10/+7
* libbacktrace: correctly number frames when skipping.Josh Gao2017-10-262-1/+17
* Merge "Add an interface for stopping in certain maps."Christopher Ferris2017-10-252-4/+11
|\
| * Add an interface for stopping in certain maps.Christopher Ferris2017-10-242-4/+11
* | Remove PauseTiming/ResumeTiming calls.Christopher Ferris2017-10-241-3/+0
|/
* Merge changes I8f33830f,Icd2b891b,I8736ff5c,Iae6e342aTreehugger Robot2017-10-235-28/+49
|\
| * libbacktrace: expose BacktraceMap's unwindstack::Memory.Josh Gao2017-10-203-0/+10
| * libunwindstack: expose UnwindStackMap::GetFunctionName.Josh Gao2017-10-204-24/+28
| * libbacktrace: expose libunwindstack Unwind routine.Josh Gao2017-10-202-4/+11
* | Fix demangle of function names.Christopher Ferris2017-10-182-31/+32
|/
* Merge "libbacktrace is not directly available to vendors"Treehugger Robot2017-10-181-1/+1
|\
| * libbacktrace is not directly available to vendorsJiyong Park2017-10-151-1/+1
* | Use target.linux for all linux kernel based targetsDan Willemsen2017-10-161-31/+3
|/
* Merge "Update the Unwinder object and add tests."Christopher Ferris2017-10-051-120/+30
|\
| * Update the Unwinder object and add tests.Christopher Ferris2017-10-041-120/+30
* | Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]Dan Willemsen2017-10-021-3/+3
* | Remove default librariesDan Willemsen2017-09-291-5/+0
* | Merge "Show the number of VMAs in the tombstone."Treehugger Robot2017-09-261-0/+2
|\ \ | |/ |/|
| * Show the number of VMAs in the tombstone.Elliott Hughes2017-09-261-0/+2
* | Add a new unwind method on error.Christopher Ferris2017-09-222-75/+139
|/
* libbacktrace: make Backtrace::FormatFrameData static.Josh Gao2017-09-061-1/+1
* Add a method to share the process memory object.Christopher Ferris2017-09-054-22/+24
* Update the tests.Christopher Ferris2017-08-289-404/+485
* Merge "libunwindstack: make machine type a property of Regs."Treehugger Robot2017-08-251-4/+5
|\
| * libunwindstack: make machine type a property of Regs.Josh Gao2017-08-251-4/+5
* | Merge "Speed up map creation."Christopher Ferris2017-08-252-0/+176
|\ \
| * | Speed up map creation.Christopher Ferris2017-08-232-0/+176
| |/
* / Mark the modules as VNDK-SP in Android.bpJustin Yun2017-08-231-0/+4
|/
* Add demangling of function name.Christopher Ferris2017-08-111-1/+4
* Small clean upsChristopher Ferris2017-08-091-12/+5
* Add support for the new unwind method.Christopher Ferris2017-08-037-0/+424