summaryrefslogtreecommitdiff
path: root/libbacktrace
AgeCommit message (Expand)Author
2018-04-04Add a MemoryOfflineBuffer object.Christopher Ferris
2018-03-27Method to avoid skipping frames for local unwinds.Christopher Ferris
2018-02-23Modify the offline handling interface.Christopher Ferris
2018-02-20Add ability to skip function name resolution.Christopher Ferris
2018-02-16bpfmt.Elliott Hughes
2018-02-16Fix darwin buildChristopher Tate
2018-02-15Include the map name when dumping memory around a register.Elliott Hughes
2018-02-02Load dex files from ART-specific data structure.Christopher Ferris
2018-01-31Move dex pc frame creation into libunwindstack.Christopher Ferris
2018-01-29Use new unwinder for offline in libbacktrace.Christopher Ferris
2018-01-26Fix frame numbering regression.Christopher Ferris
2018-01-25Emit the frame for DEX PC before the frame for native PC.David Srbecky
2018-01-23Add extra frame when dex_pc is non-zero.Christopher Ferris
2018-01-22Fix null ptr dereference if jit debug not enabled.Christopher Ferris
2018-01-19Merge "Change all uintptr_t to uint64_t in API."Christopher Ferris
2018-01-18Change all uintptr_t to uint64_t in API.Christopher Ferris
2018-01-17Add support for getting a dex pc.Christopher Ferris
2018-01-12Add ability to read jit gdb data.Christopher Ferris
2017-12-18libBacktraceOffline: improve unwinding callchains.Yabin Cui
2017-12-15libbacktrace: export offline unwinding failures.Yabin Cui
2017-12-10libBacktraceOffline: try both .debug_frame and .ARM.exidx on arm.Yabin Cui
2017-12-08Make sure at least XX maps are created.Christopher Ferris
2017-12-08Merge "Add method to detect remote read function to use."Christopher Ferris
2017-12-07Add method to detect remote read function to use.Christopher Ferris
2017-12-07Merge "Add OWNERS."Elliott Hughes
2017-12-07Add OWNERS.Elliott Hughes
2017-12-07Merge "Split arch data into separate files."Christopher Ferris
2017-12-07Merge "libBacktraceOffline: fix using debug frame with load bias."Yabin Cui
2017-12-06Split arch data into separate files.Christopher Ferris
2017-12-06libBacktraceOffline: fix using debug frame with load bias.Yabin Cui
2017-12-05Demand read load bias for a map.Christopher Ferris
2017-11-28Allow multiple threads sharing a map to unwind.Christopher Ferris
2017-11-02Only skip frames for local unwinds.Christopher Ferris
2017-10-30Switch libbacktrace new unwinder.Christopher Ferris
2017-10-26libbacktrace: remove exit time destructors.Josh Gao
2017-10-26libbacktrace: add benchmarks for Backtrace::Create, CreateNew.Josh Gao
2017-10-26libbacktrace: let the benchmark library decide iteration count.Josh Gao
2017-10-26libbacktrace: correctly number frames when skipping.Josh Gao
2017-10-25Merge "Add an interface for stopping in certain maps."Christopher Ferris
2017-10-24Add an interface for stopping in certain maps.Christopher Ferris
2017-10-24Remove PauseTiming/ResumeTiming calls.Christopher Ferris
2017-10-24Merge changes I8f33830f,Icd2b891b,I8736ff5c,Iae6e342aTreehugger Robot
2017-10-20libbacktrace: expose BacktraceMap's unwindstack::Memory.Josh Gao
2017-10-20libunwindstack: expose UnwindStackMap::GetFunctionName.Josh Gao
2017-10-20libbacktrace: expose libunwindstack Unwind routine.Josh Gao
2017-10-18Fix demangle of function names.Christopher Ferris
2017-10-19Merge "libbacktrace is not directly available to vendors"Treehugger Robot
2017-10-16Use target.linux for all linux kernel based targetsDan Willemsen
2017-10-16libbacktrace is not directly available to vendorsJiyong Park
2017-10-05Merge "Update the Unwinder object and add tests."Christopher Ferris