aboutsummaryrefslogtreecommitdiff
path: root/output.c
AgeCommit message (Expand)Author
2014-04-07ltrace: Build ltrace on arm, arm64 and x86 only.Mohamad Ayyash
2014-04-07ltrace: Fix the mips build.Mohamad Ayyash
2014-01-10Add support for using elfutils as unwinder.Mark Wielaard
2014-01-07NitsPetr Machata
2014-01-07Fix infinite loop in stack unwindLuca Clementi
2014-01-05check return value of unw_get_reg and unw_get_proc_nameLuca Clementi
2013-11-21Consider exec and exit events an end of outstanding callsPetr Machata
2013-10-24When looking for longest matching soname substring, we don't copy enoughPetr Machata
2013-10-23Look up protolibs whose name partially matches the loaded DSOPetr Machata
2013-10-23remove useless unw_get_reg of stack pointerLuca Clementi
2013-10-23Allow the prototype to be specified directly at the symbolPetr Machata
2013-10-23System calls are now part of dedicated symbol libraryPetr Machata
2013-10-18add library path to stack trace output when using -wLuca Clementi
2013-09-26Fix clang warning (-Wduplicate-decl-specifier)Peter Wu
2013-03-12Drop return_addr from struct processPetr Machata
2013-03-08Tolerate failures in fetch_arg_initPetr Machata
2013-03-08Tolarate failures in initialization of unwindingPetr Machata
2013-03-08Simplify get_unknown_typePetr Machata
2013-03-08Add ownership tracking to prototype modulePetr Machata
2013-03-08For LS_TOPLT_EXEC symbols, consult all available librariesPetr Machata
2013-03-08Start using per-library config filesPetr Machata
2013-03-08Introduce a module for managing prototypes and prototype librariesPetr Machata
2013-03-08Coding style in output.cPetr Machata
2013-03-08Drop obsolete timezone arguments in calls to gettimeofdayPetr Machata
2013-03-08Move opt_c_struct and dict_opt_c from common.h to options.hPetr Machata
2013-03-08Move demangling-related code from common.h to demangle.hPetr Machata
2013-03-08Rename struct Function to struct prototype. Don't typedef itPetr Machata
2013-03-08Change DICT_FIND to DICT_FIND_{REF,VAL}Petr Machata
2013-03-08Rewrite dict module to be more in line with vectPetr Machata
2013-02-14Fix build with Clang on FreeBSDAndrey Zonov
2012-12-17struct Process becomes struct processPetr Machata
2012-12-10Allow for open_memstream to only be visible with _GNU_SOURCEPetr Machata
2012-12-10Don't rely on availability of open_memstreamPetr Machata
2012-12-05Don't mangle static symbol names internallyPetr Machata
2012-11-02Define _GNU_SOURCE in output.cPetr Machata
2012-11-01Use delim_output to support proper hiding in structures and functionsPetr Machata
2012-11-01New function delim_outputPetr Machata
2012-11-01Export account_output from output.cPetr Machata
2012-10-30Proper ownership tracking of types used for parameter pack expansionPetr Machata
2012-10-27report_* should take constant string for argumentPetr Machata
2012-10-27Fix coding style in output_line and calls to itPetr Machata
2012-10-26Move stack entry cleanup to callstack_popPetr Machata
2012-10-26Update copyright information and license headersPetr Machata
2012-09-22Introduce parameter pack flavors and parameter pack backend callbacksPetr Machata
2012-08-29Don't attempt to display return value if fetch_retval failsPetr Machata
2012-08-29Don't attempt to output a value that wasn't initializedPetr Machata
2012-08-29Fix compilationPetr Machata
2012-08-29Drop ARGTYPE_UNKNOWN, use guess_lens insteadPetr Machata
2012-08-29Track arg_type_info ownership properlyPetr Machata
2012-08-29Add module param.c/param.hPetr Machata