aboutsummaryrefslogtreecommitdiff
path: root/backend.h
AgeCommit message (Expand)Author
2014-01-10Type umovebytes properlyPetr Machata
2013-11-05Add elf_add_plt_entry as a separate entry pointPetr Machata
2013-10-25Keep PLT relocations in a vectorPetr Machata
2013-10-23Add backend call os_elf_add_func_entryPetr Machata
2013-10-23Move several os_ declarations before corresponding arch_ declarationsPetr Machata
2013-10-23Allow per-OS configuration hooks for struct breakpointPetr Machata
2013-10-23Allow per-OS configuration hooks for structs library and library_symbolPetr Machata
2013-10-23Replace os_get_ltrace_conf_filename with os_get_ltrace_conf_filenamesPetr Machata
2013-10-16Sanitize interface of arch_get_sym_info/elf_get_sym_infoPetr Machata
2013-10-11arch_library_init and arch_library_clone should be able to signal failurePetr Machata
2013-03-12Drop set_return_addrPetr Machata
2013-03-08New backend hook os_get_ltrace_conf_filename and Linux implementationPetr Machata
2013-03-08New backend call os_get_config_dirsPetr Machata
2013-01-30Introduce continue_after_execPetr Machata
2013-01-14Rename atomic singlestep to software singlestepPetr Machata
2012-12-17Make enum plt_status enumerators uppercasePetr Machata
2012-12-17Make enum process_status enumerators uppercasePetr Machata
2012-12-17struct Process becomes struct processPetr Machata
2012-10-26Add os_process_data and relatedPetr Machata
2012-10-24Support tracing PIE executablesPetr Machata
2012-10-15Make finding the dynamic linkers debug area arch specficEdgar E. Iglesias
2012-09-27mipsel: Update breakpoints when functions returnEdgar E. Iglesias
2012-09-27Break out the symbol info gathering into a backend callEdgar E. Iglesias
2012-09-22Add more details to description of some backend.h declarationsPetr Machata
2012-09-22arch_check_dbg is not used anymorePetr Machata
2012-08-29Move target_address_t to arch.h, rename to arch_addr_tPetr Machata
2012-08-29Fix compilationPetr Machata
2012-08-29Add backend.h for backend interfacesPetr Machata