aboutsummaryrefslogtreecommitdiff
path: root/common.h
AgeCommit message (Expand)Author
2013-11-21Consider exec and exit events an end of outstanding callsPetr Machata
2013-03-08Consolidate two duplicate conditional strdup wrappers to strdup_ifPetr Machata
2013-03-08Introduce a module for managing prototypes and prototype librariesPetr 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-08Rewrite dict module to be more in line with vectPetr Machata
2012-08-29Fix compilationPetr Machata
2012-08-29Add backend.h for backend interfacesPetr Machata
2012-08-29Move event-que declarations to sysdeps, new backend interface process_removedPetr 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-29Drop umovestr, umovelong that are not used anymorePetr 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-08-29Create breakpoint.h with decls related to breakpointsPetr Machata
2012-06-01We should look for demangle in libstdc++ as wellPetr Machata
2012-05-05Drop process_get_entry, which is not useful right nowPetr Machata
2012-04-26Update coding style in lines that we change vs. master anywayPetr Machata
2012-04-19The interface arch_elf_init now takes library as one argumentPetr Machata
2012-04-19Add ARCH_HAVE_DYNLINK_DONEPetr Machata
2012-04-19Add ARCH_HAVE_LIBRARY_DATA customization pointPetr Machata
2012-04-19Add arch_process arch hooks for per-arch struct Process customizationPetr Machata
2012-04-19Add arch_library_symbol arch hooks, call properlyPetr Machata
2012-04-19Fix breakpoint cloningPetr Machata
2012-04-19Add auxv readerPetr Machata
2012-04-19The variable main_lte was droppedPetr Machata
2012-04-19Drop PID parameter from trace_set_optionsPetr Machata
2012-04-19Shuffle breakpoint functions aroundPetr Machata
2012-04-19Add arch_breakpoint_destroy as a counterpart to arch_breakpoint_initPetr Machata
2012-04-19Add arch_elf_destroyPetr Machata
2012-04-19Don't require target library as part of symbol initPetr Machata
2012-04-19Drop recently introduced arch_elf_dynamic_tagPetr Machata
2012-04-19Move arch-specific bits from ltrace-elf.c to PPC and MIPS back endsPetr 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-19New interface library_symbol_initPetr Machata
2012-04-19Move process-related functions and structures to proc.hPetr Machata
2012-04-19Drop Process::breakpoints_enabledPetr Machata
2012-04-19Create breakpoint.h with decls related to breakpointsPetr Machata
2012-04-11Handle detach from sleeping or unresponsive processesPetr Machata
2012-04-10Warn when we fail to trace and SELinux boolean deny_ptrace is in effectPetr Machata
2012-02-07Fix a race between fork/trace_me and first ptrace requestPetr Machata
2011-11-02Don't queue sysret eventsPetr Machata
2011-10-06Clone breakpoint dictionary as well as library symbolsPetr Machata
2011-10-06Basic support for tracing vforkPetr Machata
2011-10-06Fix serious race in attach to many-threaded processPetr Machata