aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2013-03-12Simplify the code for ARM parameter passingPetr Machata
2013-03-12Implement VFP parameter passing for ARM backendPetr Machata
2013-03-12Move get_hfa_type from IA64 backend to type.c, name it type_get_hfa_typePetr Machata
2013-03-12Implement Base Procedure Call Standard for ARMPetr Machata
2013-03-12Add ARM fetch backendPetr Machata
2013-03-12Implement decoding ARM attribute sectionPetr Machata
2013-03-12Add arch_type_sizeof, arch_type_alignof to ARM backendPetr Machata
2013-03-12elf_get_section_* should return 0 if section wasn't foundPetr Machata
2013-03-12Fix tracing Thumb mode on ARMPetr Machata
2013-03-12Drop set_return_addrPetr Machata
2013-03-12Instead of smuggling the vfork return breakpoint back, ref it once morePetr Machata
2013-03-11More ARM Thumb supportPetr Machata
2013-03-11Early support for ThumbPetr Machata
2013-03-11GNU/Linux software singlestepping: store breakpoints, not addressesPetr Machata
2013-03-11More ARM software singlestepping supportPetr Machata
2013-03-11ptrace takes void* argumentsPetr Machata
2013-03-11Port more of the GDB code for ARM singlesteppingPetr Machata
2013-03-11Initial support for software singlestepping on ARMPetr Machata
2013-03-08Port MIPS backend to the new dict codePetr Machata
2013-03-08GNU/Linux x86 backend: allocate_stack_slot needs non-NULL valuepPetr Machata
2013-03-08GNU/Linux x86 backend: don't pass valuep to functions that don't need itPetr Machata
2013-03-08GNU/Linux: close opendir stream in error handling branches of process_tasksPetr Machata
2013-03-08GNU/Linux backend: guard writing through task_info pointer against NULLPetr Machata
2013-03-08Convert one void* to arch_addr_t in x86 backendPetr Machata
2013-03-08Streamline some os_get_config_dirs for GNU/LinuxPetr Machata
2013-03-08Improve error message in process_status backend call for GNU/LinuxPetr Machata
2013-03-08Tolerate the failure to add _r_debug breakpointPetr Machata
2013-03-08New backend hook os_get_ltrace_conf_filename and Linux implementationPetr Machata
2013-03-08Implement os_get_config_dirs for gnu-linux backendPetr 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-03-05Remove hacks for SPARC codePetr Machata
2013-02-17mips: Move mipsel to mips (3/3)Oliver Spornitz
2013-02-16mips: Move mipsel to mips (2/3)Oliver Spornitz
2013-02-16mips: Move mipsel to mips (1/3)Oliver Spornitz
2013-02-05Fix SIGSEGV on MIPS big endianOliver Spornitz
2013-01-30Introduce continue_after_execPetr Machata
2013-01-15Move byte-reading routines from PPC backend to generic codePetr Machata
2013-01-15Update call to arch_sw_singlestepPetr Machata
2013-01-14Rename atomic singlestep to software singlestepPetr Machata
2013-01-02In Linux backend, initialize linkmap structPetr Machata
2012-12-17Make enum ecb_status enumerators uppercasePetr Machata
2012-12-17Make enumerators of process stopping status uppercasePetr 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-12-03Fix build failure on ppcGustavo Zacarias
2012-11-30Linux VDSO can be also named linux-vdso{32,64}.so.1Petr Machata
2012-11-12Better detection of VDSO in linkmapPetr Machata
2012-11-09Update noinst_HEADERSAndreas Schwab