aboutsummaryrefslogtreecommitdiff
path: root/proc.c
AgeCommit message (Expand)Author
2013-03-08Change DICT_FIND to DICT_FIND_{REF,VAL}Petr 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-11-12Work around MIPS requesting two symbolic breakpoints on the same addressPetr Machata
2012-11-03Drop unused piece of codePetr Machata
2012-10-31Debug messages around latent and delayed symbolsPetr Machata
2012-10-31New function proc_each_symbolPetr Machata
2012-10-27Libraries and breakpoints should be cloned from original's leaderPetr Machata
2012-10-27Extract processed stack element to a variable in process_clonePetr Machata
2012-10-27Corrections in cleanup code in process_clonePetr Machata
2012-10-27In clone_single_bp, don't overwrite error status, instead use it to shortcutPetr Machata
2012-10-27Add proc_find_symbol, use it to find corresponding symbols for clonesPetr Machata
2012-10-27Fix memory handling of pid2name resultPetr Machata
2012-10-26Add os_process_data and relatedPetr Machata
2012-10-26Call arch_process_destroy before destroying main process dataPetr Machata
2012-10-26Pop remaining stack before the process exitsPetr Machata
2012-10-26Release unwind dataPetr Machata
2012-10-01mipsel: Replace LS_TOPLT_GOTONLY with delayed symsEdgar E. Iglesias
2012-10-01When a new library is mapped, activate latent PLT entries in other librariesPetr Machata
2012-10-01Support latent and delayed symbolsPetr Machata
2012-09-27mipsel: Add mips specific symbol info loadingEdgar E. Iglesias
2012-09-27proc: Add missing sym2addr mappingsEdgar E. Iglesias
2012-08-29Track elf class in struct ProcessPetr 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-29Add fetch.c/fetch.h, a module for fetching function argumentsPetr Machata
2012-08-29Add expr.c, expr.h, plug in properlyPetr Machata
2012-05-05Drop process_get_entry, which is not useful right nowPetr Machata
2012-05-03Don't call remove_process in process_bare_destroyPetr Machata
2012-04-25Replace some uses of error with fprintfPetr Machata
2012-04-24Only destroy breakpoints in leaderPetr Machata
2012-04-24Call process_destroy, free in remove_processPetr Machata
2012-04-19Clone struct Process.e_machine in process_clonePetr Machata
2012-04-19Implement proc_remove_breakpointPetr Machata
2012-04-19Add ARCH_HAVE_DYNLINK_DONEPetr Machata
2012-04-19Don't enable breakpoints twice when attachingPetr Machata
2012-04-19Add arch_process arch hooks for per-arch struct Process customizationPetr Machata
2012-04-19NitsPetr Machata
2012-04-19Fixes for tracing across execPetr Machata
2012-04-19Drop parameters that determined whether breakpoints should be enabledPetr Machata
2012-04-19Clone callstack in process_clonePetr Machata
2012-04-19Fix breakpoint cloningPetr Machata
2012-04-19Drop breakpoint->procPetr Machata
2012-04-19Add auxv readerPetr Machata
2012-04-19Drop process.fixed_libs, enable breakpoints right awayPetr Machata
2012-04-19Hide unused add_processPetr Machata
2012-04-19Clone tracesysgood when process is clonedPetr Machata
2012-04-19Drop PID parameter from trace_set_optionsPetr Machata