aboutsummaryrefslogtreecommitdiff
path: root/output.c
AgeCommit message (Expand)Author
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
2012-08-29Add fetch.c/fetch.h, a module for fetching function argumentsPetr Machata
2012-08-29Drop LT_TOF_NONE, LT_TOF_STRUCTPetr Machata
2012-08-29Drop unused interfaces save_register_args, struct stack_element.arch_ptrPetr Machata
2012-08-29Add dedicated error reporting functionsPetr Machata
2012-08-29Add expr.c, expr.h, plug in properlyPetr Machata
2012-08-29Add type.c/.h, value.c/.h, value_dict.c/.hPetr Machata
2012-05-03Don't indent first-level callPetr Machata
2012-04-25Don't output caller name if what we hit is not a PLT symbolPetr Machata
2012-04-23Don't build fake library for system callsPetr Machata
2012-04-19Fix compilation when demangle is not availablePetr Machata
2012-04-19Update current column when showing callerPetr Machata
2012-04-19Hide caller unless custom -e is passedPetr Machata
2012-04-19Implement @MAIN, @/path/name -e selectors, make former default for nowPetr Machata
2012-04-19Output formatting nitPetr Machata
2012-04-19Support bias, display library name on breakpointPetr Machata
2012-04-19Output const correctnessPetr Machata
2012-04-19Move process-related functions and structures to proc.hPetr Machata
2011-10-06Drop field type_being_displayedPetr Machata
2011-10-06char* -> char const* one argument of output_leftPetr Machata
2011-08-08Also save register arguments when return value is array of some sortPetr Machata
2010-11-28Add -w/--where to show backtraces of traced functions.Joe Damato
2010-11-28More cleanup from Fedora:Petr Machata
2009-07-25Finally got rid of GNU's Autoconf stuffJuan Cespedes
2009-07-03Some minor fixesJuan Cespedes
2009-06-25Re-organize file namesJuan Cespedes
2009-05-28Created library "libltrace.a" and a simple program that calls itJuan Cespedes
2009-05-28Always display "[pid xxx]" output when using -f optionJuan Cespedes
2009-05-21Prepare for new Debian releaseJuan Cespedes
2009-05-07struct function -> FunctionJuan Cespedes
2009-04-28struct process -> ProcessJuan Cespedes
2009-04-07More fields to struct "options", same output with or without -oJuan Cespedes
2009-04-07More fields to struct "options"Juan Cespedes
2008-12-16More fields to struct "options"Juan Cespedes
2008-12-16Added global struct "options"Juan Cespedes
2008-12-16Re-indent entry points to functionsJuan Cespedes
2007-09-04Take arg_num out of arg_type_infoJuan Cespedes
2006-09-25Large IA64 fix...Steve Fink
2006-08-07prepare types for further changesSteve Fink