aboutsummaryrefslogtreecommitdiff
path: root/proc.h
AgeCommit message (Expand)Author
2014-01-10Add support for using elfutils as unwinder.Mark Wielaard
2014-01-10Type proc_each_breakpoint properlyPetr Machata
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-03-19The same work needs to be done on attach as when _start is hitPetr Machata
2013-03-12Drop return_addr from struct processPetr Machata
2013-03-12Fix tracing Thumb mode on ARMPetr Machata
2013-03-11Add proc_read_8Petr Machata
2013-03-08Clarify a parameter name in proc_each_library declarationPetr Machata
2013-03-08Rewrite dict module to be more in line with vectPetr Machata
2013-01-15Move byte-reading routines from PPC backend to generic codePetr Machata
2012-12-17struct Process becomes struct processPetr Machata
2012-10-31New function proc_each_symbolPetr Machata
2012-10-31Include forward.h instead of declaring stuff in proc.hPetr Machata
2012-10-27Add proc_find_symbol, use it to find corresponding symbols for clonesPetr Machata
2012-10-26Use os_process_data for keeping debug statusPetr Machata
2012-10-26Add os_process_data and relatedPetr Machata
2012-10-15Export find_dynamic_entry_addrEdgar E. Iglesias
2012-10-01Support latent and delayed symbolsPetr Machata
2012-09-25Extract enum callback_status to a separate modulePetr Machata
2012-08-29Track elf class in struct ProcessPetr Machata
2012-08-29Move target_address_t to arch.h, rename to arch_addr_tPetr Machata
2012-08-29Fix compilationPetr Machata
2012-08-29Add fetch.c/fetch.h, a module for fetching function argumentsPetr Machata
2012-08-29Drop unused interfaces save_register_args, struct stack_element.arch_ptrPetr Machata
2012-08-29Add expr.c, expr.h, plug in properlyPetr Machata
2012-08-29Add missed header for struct timevalAndrey Zonov
2012-05-18Add missing include config.h to proc.hPetr Machata
2012-04-24Fix double frees, remove_process now releases memoryPetr Machata
2012-04-19Implement proc_remove_breakpointPetr Machata
2012-04-19Add arch_process arch hooks for per-arch struct Process customizationPetr Machata
2012-04-19Fixes for tracing across execPetr Machata
2012-04-19Drop parameters that determined whether breakpoints should be enabledPetr Machata
2012-04-19Fix breakpoint cloningPetr Machata
2012-04-19Drop process.fixed_libs, enable breakpoints right awayPetr Machata
2012-04-19Hide unused add_processPetr Machata
2012-04-19Drop debug_state from struc process, use custom process.debug for thatPetr Machata
2012-04-19Address hashing and comparison functions need to work with target_address_tPetr Machata
2012-04-19Add proc.fixed_libsPetr Machata
2012-04-19Shuffle breakpoint functions aroundPetr Machata
2012-04-19Add CBS_FAIL to enum callback_statusPetr Machata
2012-04-19Change iterators each_task, each_process, library_each_symbolPetr Machata
2012-04-19The first crude version of tracing across librariesPetr Machata
2012-04-19Move the Process typedef to proc.hPetr Machata
2012-04-19Move process-related functions and structures to proc.hPetr Machata