aboutsummaryrefslogtreecommitdiff
path: root/proc.c
AgeCommit message (Expand)Author
2014-02-13Initialize struct process.e_machine and .e_class for secondary threadsPetr Machata
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-10-23Move several os_ declarations before corresponding arch_ declarationsPetr Machata
2013-03-19The same work needs to be done on attach as when _start is hitPetr Machata
2013-03-19Use CBS_STOP_IF instead of hand-coding the samePetr Machata
2013-03-19open_one_pid doesn't return boolean, but <0 on errorPetr Machata
2013-03-12Fix compilationPetr Machata
2013-03-12Drop useless argument from breakpoint_clonePetr Machata
2013-03-11Add proc_read_8Petr Machata
2013-03-08Fix error message in proc_add_library, when latent symbol activation failsPetr Machata
2013-03-08proc_each_library should iterate from passed-in iterator non-inclusivePetr Machata
2013-03-08Fix cleanup in process_clone fail pathPetr Machata
2013-03-08Properly handle partial success when cloning a libraryPetr Machata
2013-03-08Unlist the process if its addition failsPetr Machata
2013-03-08Fix formatting of error messages in proc_add_libraryPetr Machata
2013-03-08Tolarate failures in initialization of unwindingPetr Machata
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