summaryrefslogtreecommitdiff
path: root/addr2line.c
AgeCommit message (Expand)Author
2018-10-23addr2line.c: add explicit casts for clang on 32bit environmentmame
2018-10-21check VLIW casenaruse
2018-10-21initialize is_stmt with default_is_stmtnaruse
2018-10-21Use inline function with stable code instead of macronaruse
2018-10-21fix sign of integer variablenaruse
2018-10-21check version of .debug_infonaruse
2018-10-21Skip dwarf if its version is not supportednaruse
2018-10-20fix header_length's type to unsigned longnaruse
2018-10-20fix r65202 on ELF environmentnaruse
2018-10-20Support Mach-O on backtrace with DWARFnaruse
2018-10-20Support DWARF4's .debug_linenaruse
2018-10-19addr2line.c: minimal workaround to prevent parse errorshyouhei
2018-10-19addr2line.c: this file has no portabilityshyouhei
2018-10-17Check the end of Compilation Unit by unit length instead of level of treenaruse
2018-10-16Support base address selection entrynaruse
2018-10-16Correct the handling of .debug_rangesnaruse
2018-10-16The value of .debug_ranges are uintptr_tnaruse
2018-10-16If high_pc uses DW_FORM_addr, it's not size but addressnaruse
2018-10-16check dwarf version and skip non Dwarf v4naruse
2018-10-14Moved hexdump macro before usednobu
2018-10-14Make local functions staticnobu
2018-10-14Read debug_info to show inline functions in backtracenaruse
2018-10-13* expand tabs.svn
2018-10-13addr2line.c: fix *printf type warnings on 32-bitnormal
2018-10-11* expand tabs.svn
2018-10-11Revert wrongly commit debug_info featurenaruse
2018-10-11Support FreeBSDnaruse
2018-10-11Support compressed debug_infonaruse
2018-10-11free line info leavesnaruse
2018-10-11close dlopen-ed handlenaruse
2018-10-11fixnaruse
2018-10-11Support additional formsnaruse
2018-10-11Show backtrace with .debug_infonaruse
2018-10-11Read .debug_infonaruse
2018-09-16addr2line.c: fix -Wmaybe-uninitializedk0kubun
2018-09-15Fix issues detected by code analysis tool (mainly Coverity).nobu
2018-08-13FreeBSD 11.0 lacks ELFCOMPRESS_ZLIBnaruse
2018-08-13Don't free allocated uncompressed_debug_line until backtrace is printednaruse
2018-08-13Define parse_compressed_debug_line() only ifdef SUPPORT_COMPRESSED_DEBUG_LINEnaruse
2018-08-13support compressed debug_linenaruse
2018-08-13Revert "support compressed debug_line"naruse
2018-08-13support compressed debug_linenaruse
2018-07-31Add PRINTF_ARGS to kprintfkazu
2018-07-09addr2line.c (kprintf): staticnormal
2018-07-08addr2line.c: no need to keep fd around after mmapnormal
2017-12-18Support C89 if possiblengoto
2017-11-18addr2line.c: fix r60841 for glibc before 2.22normal
2017-11-18explictly skip compressed debug linenaruse
2017-11-16make a func static.ko1
2016-12-26get rid of strcpynobu