Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | am e0ab2322: Display the map offset for each frame. | Christopher Ferris | 2015-08-20 | 1 | -0/+9 |
|\ | |||||
| * | Display the map offset for each frame. | Christopher Ferris | 2015-08-20 | 1 | -0/+9 |
| * | Add tests for elf unwinding in memory. | Christopher Ferris | 2015-05-13 | 1 | -0/+298 |
| * | Remove libbacktrace definition of gettid. | Dan Albert | 2015-05-13 | 1 | -8/+9 |
| * | Fix small ptrace reads. | Christopher Ferris | 2015-05-06 | 1 | -9/+29 |
| * | Add load base to map for relocation packing. | Christopher Ferris | 2015-05-01 | 1 | -0/+11 |
* | | Use delete[] to de-allocate pointers from new[] | Pirama Arumuga Nainar | 2015-07-09 | 1 | -2/+2 |
* | | Add tests for elf unwinding in memory. | Christopher Ferris | 2015-05-12 | 1 | -0/+298 |
* | | Fix small ptrace reads. | Christopher Ferris | 2015-05-06 | 1 | -9/+29 |
* | | Add load base to map for relocation packing. | Christopher Ferris | 2015-05-01 | 1 | -0/+11 |
* | | Remove libbacktrace definition of gettid. | Dan Albert | 2015-04-30 | 1 | -8/+9 |
|/ | |||||
* | Update the test for better output on error. | Christopher Ferris | 2015-04-02 | 1 | -14/+31 |
* | Discards frames for code within library. | Christopher Ferris | 2015-04-01 | 1 | -0/+18 |
* | Refactor the code. | Christopher Ferris | 2015-03-31 | 1 | -9/+22 |
* | Add variable length read to Backtrace. | Christopher Ferris | 2015-03-17 | 1 | -77/+238 |
* | Move map data into backtrace data proper. | Christopher Ferris | 2015-02-06 | 1 | -10/+24 |
* | Convert futex to cond wait. | Christopher Ferris | 2014-11-14 | 1 | -5/+12 |
* | Rewrite unwind thread handling. | Christopher Ferris | 2014-05-08 | 1 | -0/+43 |
* | Use real time signal for threads instead of SIGURG. | Christopher Ferris | 2014-04-30 | 1 | -2/+11 |
* | Create an UnwindMapLocal object. | Christopher Ferris | 2014-04-03 | 1 | -6/+141 |
* | Re-enable libunwind for arm. | Christopher Ferris | 2014-01-28 | 1 | -6/+47 |
* | Rewrite libbacktrace to be all C++. | Christopher Ferris | 2014-01-16 | 1 | -38/+57 |
* | Next phase of the move, reformat use C++ features. | Christopher Ferris | 2014-01-13 | 1 | -179/+147 |
* | Move BACKTRACE_NO_TID to BACKTRACE_CURRENT_THREAD. | Christopher Ferris | 2014-01-09 | 1 | -12/+19 |
* | Use new defines in test code. | Christopher Ferris | 2013-11-05 | 1 | -13/+13 |
* | Rewrite libbacktrace using C++. | Christopher Ferris | 2013-10-28 | 1 | -0/+660 |