| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-30 | make the backtrace()'s tracer() return _URC_FOREIGN_EXCEPTION_CAUGHT | mrg | |
| when the array is full. it won't be able to do any more work if so, and avoids infinite loops in unwinding as seen on arm64. XXX: lack of signal support here means that backtrace() is useless XXX: from a signal handler, such as attempting to display the stack XXX: when handling a SIGSEGV. | |||
| 2017-10-22 | Add rest of the functions from the SYNOPSIS section to the NAME section | abhinav | |
| 2017-06-30 | make this standalone. | christos | |
| 2016-12-19 | flesh out _Unwind_Exception, rust needs it. | christos | |
| 2016-12-02 | Add unwind action type and constants | christos | |
| 2016-10-31 | Fix markup .Dv --> .Dq | pgoyette | |
| (Thanks, wiz!) | |||
| 2016-10-31 | Typo | pgoyette | |
| 2016-04-20 | Don't subtract base if not pie. | christos | |
| 2016-04-11 | make this work with pie binaries (subtract dli_fbase from addresses). | christos | |
| 2015-12-26 | Fix typo, from FreeBSD. | wiz | |
| 2015-11-05 | Correctly document backtrace_symbols_fd_fmt. | wiz | |
| From Henning Petersen in PR 50407. Bump date. | |||
| 2015-09-25 | args are flipped. | christos | |
| 2015-09-25 | use provide KERN_PROC_PATHNAME in PROC_ARGS. | christos | |
| 2014-10-24 | Don't overwrite the real unwind.h if it is present. | joerg | |
| 2014-10-22 | don't kill the existing includes | christos | |
| 2014-10-22 | Make unwind.h installable. | christos | |
| 2014-05-06 | Make EHABI optional. | joerg | |
| 2014-03-24 | _Unwind_GetLanguageSpecificData is supposed to return a _Unwind_Ptr. | joerg | |
| This makes a difference on M68K as it uses a different register for integer vs pointer values. | |||
| 2014-03-09 | another libelf instance | christos | |
| 2013-11-21 | From Ed Maste: | christos | |
| libexecinfo: Include terminating null in byte count Otherwise, a formatted string with a strlen equal to the remaining buffer space would have the last character omitted (because vsnprintf always null-terminates), and later the assert in backtrace_symbols_fmt would fail. | |||
| 2013-09-03 | print an error if we failed to allocate. | christos | |
| 2013-08-29 | add stdint.h for FreeBSD compat. | christos | |
| 2013-08-29 | use sysctl to find the pathname argv[0] if available (from FreeBSD via | christos | |
| Ed Maste) | |||
| 2013-08-22 | fix typo (Sergey Kandaurov) | christos | |
| 2013-04-30 | earm -> earm* | matt | |
| 2013-04-27 | Changes for MKCOMPAT for earm. | matt | |
| 2013-04-25 | When building for earm, make sure to build unwind_arm_ehabi_stub.* | matt | |
| 2013-04-25 | libgcc/libcompiler_rt inlines some functions needed by libexecinfo when | matt | |
| using ARM EHABI. Provide uninlined versions for libexecinfo. from skrll@ | |||
| 2012-07-09 | fix cleanup on error | christos | |
| 2012-06-10 | mention .Nx 7.0 | christos | |
| 2012-06-09 | PR/46571: Yui NARUSE: execinfo.h should include stddef.h | christos | |
| 2012-05-27 | remove unrelated fragment. | christos | |
| 2012-05-27 | Sort sections. | wiz | |
| Remove dot at end of Nd Sort SEE ALSO. Punctuation fixes. Bump date to import date. Comment out a partial sentence. | |||
| 2012-05-26 | Add a similar to linux backtrace_* and execinfo.h family of functions | christos | |
