aboutsummaryrefslogtreecommitdiff
path: root/libltrace.c
AgeCommit message (Expand)Author
2013-11-21Consider exec and exit events an end of outstanding callsPetr Machata
2013-11-11In ltrace_init, don't call ltelf_destroy if ltelf_init failsPetr Machata
2013-11-11Support wide character stringsPetr Machata
2013-10-25Keep PLT relocations in a vectorPetr Machata
2013-03-18Fix exit before parsing optionsPetr Machata
2013-03-08destroy_global_config should always be called, not only for -cPetr Machata
2013-03-08Convert opt_F_t to support directories as well as files, store in vectorPetr Machata
2013-03-08In read_config_file, pass around locus instead of using globalsPetr Machata
2013-03-08Add destroy_global_config. Call it on shutdownPetr Machata
2012-12-17struct Process becomes struct processPetr Machata
2012-12-10PATH_MAX is defined in limits.hPetr Machata
2012-10-27Don't call output_line in normal_exitPetr Machata
2012-10-27It's not kosher to do IO in signal handler contextPetr Machata
2012-10-27Fix coding style in output_line and calls to itPetr Machata
2012-10-27Fix memory handling of -F argumentsPetr Machata
2012-10-26Publish do_close_elf; call it on the ELF used to check arch supportPetr Machata
2012-08-29Add backend.h for backend interfacesPetr Machata
2012-08-29New interface init_global_configPetr Machata
2012-08-29Add expr.c, expr.h, plug in properlyPetr Machata
2012-04-25Replace some uses of error with fprintfPetr Machata
2012-04-19Drop parameters that determined whether breakpoints should be enabledPetr Machata
2012-04-19Call trace_set_options when process is started from commandPetr Machata
2012-04-19Drop PID parameter from trace_set_optionsPetr Machata
2012-04-19Drop opt_e{,_t,_enable}, use filter.h/.c to implement -e parsingPetr Machata
2012-04-19wait_for_proc may fail, and should simply waitpid instead of ptracingPetr Machata
2012-04-19The first crude version of tracing across librariesPetr Machata
2012-04-19Move process-related functions and structures to proc.hPetr Machata
2012-04-11Handle detach from sleeping or unresponsive processesPetr Machata
2011-10-06Check whether ABI is supported before we execute the binaryPetr Machata
2011-10-06Handle multi-threaded attach/detach gracefullyPetr Machata
2011-10-06Add a concept of tasks and leader threadPetr Machata
2011-10-06Conceal the list of processes behind an interfacePetr Machata
2011-10-06Add argument that defines whether we should enable breakpointsPetr Machata
2011-10-06Streamline interfaces execute_program, open_programPetr Machata
2009-07-25Finally got rid of GNU's Autoconf stuffJuan Cespedes
2009-07-03Added different callback handlers for each eventJuan Cespedes
2009-07-03Some minor fixesJuan Cespedes
2009-07-03fixed configure.ac, renamed process_event -> handle_eventJuan Cespedes
2009-06-25Added support for callbacks to libltraceJuan Cespedes
2009-06-25Re-organize file namesJuan Cespedes