aboutsummaryrefslogtreecommitdiff
path: root/proc.h
AgeCommit message (Expand)Author
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