1. 161efa6 Merge "Re-add stpcpy call." by Christopher Ferris · 10 years ago
  2. 855b8a2 Merge "ltrace: Fix the mips build." by Mohamad Ayyash · 10 years ago
  3. 27e80c9 ltrace: Fix the mips build. by Mohamad Ayyash · 10 years ago
  4. 6bc89fe Re-add stpcpy call. by Christopher Ferris · 10 years ago
  5. 1031614 ltrace: Get it to build on Android (Android.mk and missing functions) by Mohamad Ayyash · 10 years ago
  6. 6bacfc7 Add missing #include stdio.h by dann frazier · 10 years ago
  7. 2e8ee3b add missing <stdint.h> include by dann frazier · 10 years ago
  8. 912a0f7 Implement aarch64 support by Petr Machata · 10 years ago
  9. a0093ca Don't crash untraced calls via PLT in prelinked PPC64 binaries by Petr Machata · 10 years ago
  10. 79e64bc Type umovebytes properly by Petr Machata · 10 years ago
  11. b882ba7 Initialize libsym early in trace.c to help the compiler. by Mark Wielaard · 10 years ago
  12. 3574252 Fix a problem in tracing across fork on PPC64 by Petr Machata · 10 years ago
  13. f7864d6 Support IRELATIVE relocations on s390 by Petr Machata · 11 years ago
  14. 42cccc9 On s390{,x}, r2 is scrambled after syscall entry by Petr Machata · 11 years ago
  15. 7b0088d On x86{,_64}, PLT entries may not be ordered by their relocation by Petr Machata · 11 years ago
  16. 8939620 Plug a leak by Petr Machata · 11 years ago
  17. 9e33f5a Fix compilation on ARM by Petr Machata · 11 years ago
  18. 1383e5b In ARM backend, move hooks for ltrace_elf and library to plt.c by Petr Machata · 11 years ago
  19. 4f2f66e Move load_dynamic_entry from PPC backend to ltrace-elf.c/.h by Petr Machata · 11 years ago
  20. fa844db Full support of IFUNC tracing on PPC32 by Petr Machata · 11 years ago
  21. fec0b3b Move code for tracing IFUNC symbols by Petr Machata · 11 years ago
  22. 54bb64c Partial support of IFUNC tracing on PPC32 by Petr Machata · 11 years ago
  23. ba36f0a Cleanups by Petr Machata · 11 years ago
  24. 0ed5399 Properly publish read_relplt interface, rename it to elf_read_relocs by Petr Machata · 11 years ago
  25. 73b85aa Support tracing P_PPC64_JMP_IREL slots by Petr Machata · 11 years ago
  26. b061bae Split linux_elf_find_irelative_name out of linux_elf_add_plt_entry_irelative by Petr Machata · 11 years ago
  27. 673ff51 Keep PLT relocations in a vector by Petr Machata · 11 years ago
  28. 481a1eb OPD-transate the address that comes back from IFUNC resolver by Petr Machata · 11 years ago
  29. 5069ef8 Fix fetching of system call arguments on i386 by Petr Machata · 11 years ago
  30. 88070a8 sysdeps/linux-gnu/trace.c misses #include <stdint.h> by Petr Machata · 11 years ago
  31. b3d6180 Linux backend now supports tracing of IFUNC symbols by Petr Machata · 11 years ago
  32. 1e4b8c8 Enable IRELATIVE tracing on x86 and x86_64 by Petr Machata · 11 years ago
  33. b420a22 Add support for tracing of IRELATIVE PLT entries by Petr Machata · 11 years ago
  34. b944077 Split part of delete_breakpoint into delete_breakpoint_at by Petr Machata · 11 years ago
  35. 9f819d5 Allow per-OS configuration hooks for struct breakpoint by Petr Machata · 11 years ago
  36. 8fdd09b Allow per-OS configuration hooks for structs library and library_symbol by Petr Machata · 11 years ago
  37. aa3db6b Replace os_get_ltrace_conf_filename with os_get_ltrace_conf_filenames by Petr Machata · 11 years ago
  38. 552d75e Sanitize interface of arch_get_sym_info/elf_get_sym_info by Petr Machata · 11 years ago
  39. 2f140bf Commentary fixes by Petr Machata · 11 years ago
  40. 02a796e Rename insert_breakpoint to insert_breakpoint_at by Petr Machata · 11 years ago
  41. 7287166 arch_library_init and arch_library_clone should be able to signal failure by Petr Machata · 11 years ago
  42. c391cea Fix missing 'metag' in distribution tarball by Peter Wu · 11 years ago
  43. 20a4315 Fix a comment typo by Petr Machata · 11 years ago
  44. cb58fdb s390 set_instruction_pointer: Set highest bit in 31-bit tracer by Petr Machata · 11 years ago
  45. 09489a3 Coding style in s390/regs.c by Petr Machata · 11 years ago
  46. a193452 ltrace: Add support for Imagination Technologies Meta by Markos Chandras · 11 years ago
  47. f25af51 ARM cleanups by Petr Machata · 11 years ago
  48. 8a7a9f5 ARM: Stack slot is always aligned to at least 4 bytes by Petr Machata · 11 years ago
  49. 88a0fe5 VFP shouldn't be used for parameter passing in vararg functions on ARM by Petr Machata · 11 years ago
  50. 2a10298 Simplify the code for ARM parameter passing by Petr Machata · 11 years ago
  51. 1c8596d Implement VFP parameter passing for ARM backend by Petr Machata · 11 years ago
  52. 982cbca Move get_hfa_type from IA64 backend to type.c, name it type_get_hfa_type by Petr Machata · 11 years ago
  53. 62fc774 Implement Base Procedure Call Standard for ARM by Petr Machata · 11 years ago
  54. 97a2516 Add ARM fetch backend by Petr Machata · 11 years ago
  55. df7d231 Implement decoding ARM attribute section by Petr Machata · 11 years ago
  56. 427a43e Add arch_type_sizeof, arch_type_alignof to ARM backend by Petr Machata · 11 years ago
  57. 99b19eb elf_get_section_* should return 0 if section wasn't found by Petr Machata · 11 years ago
  58. f9d93c5 Fix tracing Thumb mode on ARM by Petr Machata · 11 years ago
  59. 44ae188 Drop set_return_addr by Petr Machata · 11 years ago
  60. 7fc98ee Instead of smuggling the vfork return breakpoint back, ref it once more by Petr Machata · 11 years ago
  61. 037f37c More ARM Thumb support by Petr Machata · 11 years ago
  62. d4a5447 Early support for Thumb by Petr Machata · 11 years ago
  63. 6e5e2de GNU/Linux software singlestepping: store breakpoints, not addresses by Petr Machata · 11 years ago
  64. 7aa7b40 More ARM software singlestepping support by Petr Machata · 11 years ago
  65. 6b9664a ptrace takes void* arguments by Petr Machata · 11 years ago
  66. 9fa2b18 Port more of the GDB code for ARM singlestepping by Petr Machata · 11 years ago
  67. 19e74b5 Initial support for software singlestepping on ARM by Petr Machata · 11 years ago
  68. 273890e Port MIPS backend to the new dict code by Petr Machata · 11 years ago
  69. 84c8c72 GNU/Linux x86 backend: allocate_stack_slot needs non-NULL valuep by Petr Machata · 11 years ago
  70. 52173f0 GNU/Linux x86 backend: don't pass valuep to functions that don't need it by Petr Machata · 11 years ago
  71. 6bf1e6a GNU/Linux: close opendir stream in error handling branches of process_tasks by Petr Machata · 11 years ago
  72. 754ce88 GNU/Linux backend: guard writing through task_info pointer against NULL by Petr Machata · 11 years ago
  73. de98cb6 Convert one void* to arch_addr_t in x86 backend by Petr Machata · 11 years ago
  74. 33f0ca5 Streamline some os_get_config_dirs for GNU/Linux by Petr Machata · 11 years ago
  75. aacb95e Improve error message in process_status backend call for GNU/Linux by Petr Machata · 11 years ago
  76. 4e553c0 Tolerate the failure to add _r_debug breakpoint by Petr Machata · 11 years ago
  77. 364753a New backend hook os_get_ltrace_conf_filename and Linux implementation by Petr Machata · 12 years ago
  78. 4149891 Implement os_get_config_dirs for gnu-linux backend by Petr Machata · 12 years ago
  79. 98ff309 Change DICT_FIND to DICT_FIND_{REF,VAL} by Petr Machata · 11 years ago
  80. d7e4ca8 Rewrite dict module to be more in line with vect by Petr Machata · 12 years ago
  81. a9d6a67 Remove hacks for SPARC code by Petr Machata · 11 years ago
  82. bc0de43 mips: Move mipsel to mips (3/3) by Oliver Spornitz · 11 years ago
  83. eb7e05a mips: Move mipsel to mips (2/3) by Oliver Spornitz · 11 years ago
  84. 32ea1b1 mips: Move mipsel to mips (1/3) by Oliver Spornitz · 11 years ago
  85. 4c81bf1 Fix SIGSEGV on MIPS big endian by Oliver Spornitz · 11 years ago
  86. 057caa5 Introduce continue_after_exec by Petr Machata · 11 years ago
  87. 653085a Move byte-reading routines from PPC backend to generic code by Petr Machata · 11 years ago
  88. 643c646 Update call to arch_sw_singlestep by Petr Machata · 11 years ago
  89. 693dfad Rename atomic singlestep to software singlestep by Petr Machata · 11 years ago
  90. efd12cf In Linux backend, initialize linkmap struct by Petr Machata · 11 years ago
  91. 71f25e2 Make enum ecb_status enumerators uppercase by Petr Machata · 11 years ago
  92. 96cb8e3 Make enumerators of process stopping status uppercase by Petr Machata · 11 years ago
  93. ade3b97 Make enum plt_status enumerators uppercase by Petr Machata · 11 years ago
  94. 6dfc544 Make enum process_status enumerators uppercase by Petr Machata · 11 years ago
  95. 929bd57 struct Process becomes struct process by Petr Machata · 11 years ago
  96. c1990eb Fix build failure on ppc by Gustavo Zacarias · 12 years ago
  97. b2cfac8 Linux VDSO can be also named linux-vdso{32,64}.so.1 by Petr Machata · 12 years ago
  98. 15595a3 Better detection of VDSO in linkmap by Petr Machata · 12 years ago
  99. ccbdb91 Update noinst_HEADERS by Andreas Schwab · 12 years ago
  100. 4754ea0 Fix handling error cases in process_get_entry by Petr Machata · 12 years ago