Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create lookup table of DEX symbols. | David Srbecky | 2018-07-20 | 3 | -15/+88 |
* | Remove Memory::ReadField. | Christopher Ferris | 2018-07-12 | 7 | -150/+18 |
* | Move libbacktrace off cutils. | Elliott Hughes | 2018-07-11 | 1 | -2/+2 |
* | Refactor the DwarfSection classes. | Christopher Ferris | 2018-06-27 | 12 | -1889/+1312 |
* | Fix ARM program header values used for exidx. | Christopher Ferris | 2018-06-22 | 6 | -105/+63 |
* | Fix handling of load bias values. | Christopher Ferris | 2018-06-11 | 40 | -898/+1752 |
* | Try to fix LocalUnwinderTest.unwind_after_dlopen in APCT. | Elliott Hughes | 2018-06-06 | 1 | -0/+3 |
* | Merge "Build adbd for recovery" | Treehugger Robot | 2018-05-25 | 1 | -0/+9 |
|\ | |||||
| * | Build adbd for recovery | Jiyong Park | 2018-05-24 | 1 | -0/+9 |
* | | Add a specialized LocalUnwinder object. | Christopher Ferris | 2018-05-23 | 8 | -5/+589 |
|/ | |||||
* | Merge "Libunwindstack: Add -O0 to tools defaults on host" | Treehugger Robot | 2018-05-23 | 1 | -0/+9 |
|\ | |||||
| * | Libunwindstack: Add -O0 to tools defaults on host | Andreas Gampe | 2018-05-21 | 1 | -0/+9 |
* | | Fix error messages handling. | Christopher Ferris | 2018-05-21 | 1 | -6/+8 |
|/ | |||||
* | Fix bug when doing signal handler lookup. | Christopher Ferris | 2018-05-17 | 13 | -63/+203 |
* | libprocinfo: add functions reading process map file. | Yabin Cui | 2018-05-14 | 3 | -163/+31 |
* | Match LZMA SDK 18.05 API. | Sen Jiang | 2018-05-04 | 1 | -3/+3 |
* | Add test_suites lines. | Elliott Hughes | 2018-04-27 | 1 | -0/+1 |
* | libunwindstack: add Regs::Clone. | Josh Gao | 2018-04-20 | 15 | -0/+77 |
* | Add a MemoryOfflineBuffer object. | Christopher Ferris | 2018-04-03 | 4 | -0/+132 |
* | Merge "Cache DWARF location rules for a given pc." | Christopher Ferris | 2018-03-29 | 6 | -15/+111 |
|\ | |||||
| * | Cache DWARF location rules for a given pc. | David Srbecky | 2018-03-29 | 6 | -15/+111 |
* | | Fix null pointer dereference in RegsArm. | Christopher Ferris | 2018-03-28 | 8 | -86/+99 |
|/ | |||||
* | Support a map that represents gdb jit elf data. | Yabin Cui | 2018-03-21 | 12 | -5/+83 |
* | Merge "Always set the sp reg to the cfa for DWARF." | Christopher Ferris | 2018-03-19 | 36 | -254/+417 |
|\ | |||||
| * | Always set the sp reg to the cfa for DWARF. | Yabin Cui | 2018-03-17 | 36 | -254/+417 |
* | | Merge "Don't include map name if the consumer doesn't want names." | David Srbecky | 2018-03-19 | 2 | -5/+9 |
|\ \ | |/ |/| | |||||
| * | Don't include map name if the consumer doesn't want names. | David Srbecky | 2018-03-19 | 2 | -5/+9 |
* | | Handle ARM thumb function symbols. | Christopher Ferris | 2018-03-15 | 4 | -4/+19 |
* | | Merge "Remove libunwindstack_dex" | David Srbecky | 2018-03-13 | 1 | -74/+9 |
|\ \ | |/ |/| | |||||
| * | Remove libunwindstack_dex | David Srbecky | 2018-03-12 | 1 | -74/+9 |
* | | Don't implicitly dereference DW_CFA_def_cfa_expression. | David Srbecky | 2018-03-08 | 4 | -18/+13 |
|/ | |||||
* | Remove leftover commented out code. | Christopher Ferris | 2018-03-06 | 1 | -1/+0 |
* | Merge "Adjust DEX file reading to follow layout changes in ART." | David Srbecky | 2018-02-23 | 2 | -18/+32 |
|\ | |||||
| * | Adjust DEX file reading to follow layout changes in ART. | David Srbecky | 2018-02-16 | 2 | -18/+32 |
* | | Change the GetAdjustedRelPc to GetPcAdjustment. | Christopher Ferris | 2018-02-21 | 18 | -132/+453 |
* | | Add ability to skip function name resolution. | Christopher Ferris | 2018-02-20 | 3 | -1/+72 |
* | | Merge "bpfmt." | Treehugger Robot | 2018-02-19 | 1 | -2/+8 |
|\ \ | |||||
| * | | bpfmt. | Elliott Hughes | 2018-02-16 | 1 | -2/+8 |
* | | | Modify elf cache to handle elf_offsets properly. | Christopher Ferris | 2018-02-16 | 4 | -22/+116 |
|/ / | |||||
* / | Fix soname reading code. | Christopher Ferris | 2018-02-15 | 6 | -133/+127 |
|/ | |||||
* | Move libdexfile out of runtime | David Sehr | 2018-02-14 | 1 | -0/+1 |
* | Implement new DEX PC lookup scheme. | Christopher Ferris | 2018-02-13 | 8 | -577/+490 |
* | Fix computation of pc. | Christopher Ferris | 2018-02-12 | 2 | -1/+73 |
* | Merge "Fix off by 4 error handling eh_frame hdr." | Christopher Ferris | 2018-02-12 | 10 | -325/+450 |
|\ | |||||
| * | Fix off by 4 error handling eh_frame hdr. | Christopher Ferris | 2018-02-10 | 10 | -325/+450 |
* | | Clear dex pc to avoid duplicate frames. | Christopher Ferris | 2018-02-12 | 2 | -0/+60 |
|/ | |||||
* | Expose per arch headers. | Christopher Ferris | 2018-02-08 | 32 | -66/+56 |
* | Remove dependency on -no_art variant | David Sehr | 2018-02-07 | 2 | -2/+2 |
* | Check that dex pc is in a valid map. | Christopher Ferris | 2018-02-06 | 4 | -13/+105 |
* | Merge "Fix in-memory loading of cdex files with shared data." | David Srbecky | 2018-02-06 | 1 | -5/+4 |
|\ |
![]() |
index : android/platform-system-core | |
Stable Android distribution for TI processors; Supported SoCs: Jacinto (DRA7xx, J721E), Sitara (AM43xx, AM57xx, AM65x) - fork of https://android.googlesource.com/platform/system/core/. | Scott (ITS) Allen |
summaryrefslogtreecommitdiffstats |
path: root/libunwindstack