1. ba47340 Call breakpoint_on_hit for return breakpoints as well by Petr Machata · 11 years ago
  2. b944077 Split part of delete_breakpoint into delete_breakpoint_at by Petr Machata · 11 years ago
  3. cf98923 Introduce breakpoint_get_return_bp by Petr Machata · 11 years ago
  4. 23124cc Move several os_ declarations before corresponding arch_ declarations by Petr Machata · 11 years ago
  5. 9f819d5 Allow per-OS configuration hooks for struct breakpoint by Petr Machata · 11 years ago
  6. 8fdd09b Allow per-OS configuration hooks for structs library and library_symbol by Petr Machata · 11 years ago
  7. 01b10e1 Add 0.7.3 news and a sketch of 0.8-to-be news by Petr Machata · 11 years ago
  8. aa3db6b Replace os_get_ltrace_conf_filename with os_get_ltrace_conf_filenames by Petr Machata · 11 years ago
  9. ff5606a Split ltrace.conf into libc.so.conf and libacl.so.conf; add libm.so.conf by Petr Machata · 11 years ago
  10. 3992a0b Update copyright years in options.c by Petr Machata · 11 years ago
  11. 82f748d System calls are now part of dedicated symbol library by Petr Machata · 11 years ago
  12. 7102532 Add struct vect and struct dict to forward.h by Petr Machata · 11 years ago
  13. b0a372b Allow comments starting with '#' in ltrace prototype libraries by Petr Machata · 11 years ago
  14. 32e2540 Add my details to CREDITS by Luca Clementi · 11 years ago
  15. e8f9360 Add my details to CREDITS by Peter Wu · 11 years ago
  16. 2927648 add library path to stack trace output when using -w by Luca Clementi · 11 years ago
  17. 6dff4d2 Fix rel->rela conversion by Petr Machata · 11 years ago
  18. 552d75e Sanitize interface of arch_get_sym_info/elf_get_sym_info by Petr Machata · 11 years ago
  19. 1187af0 Rename several arguments in ltrace-elf.c for consistency by Petr Machata · 11 years ago
  20. 00fbf3d Include forward.h instead of declaring types by hand by Petr Machata · 11 years ago
  21. a9a12bd Fix a commentary typo by Petr Machata · 11 years ago
  22. 2f140bf Commentary fixes by Petr Machata · 11 years ago
  23. dad1b77 Split part of insert_breakpoint_at into insert_breakpoint by Petr Machata · 11 years ago
  24. 02a796e Rename insert_breakpoint to insert_breakpoint_at by Petr Machata · 11 years ago
  25. 7287166 arch_library_init and arch_library_clone should be able to signal failure by Petr Machata · 11 years ago
  26. cd6ff36 Add expr_clone, type_clone; call from value_clone by Petr Machata · 11 years ago
  27. 53a6c37 Add vect_each_cst, VECT_EACH_CST to vect.c/vect.h by Petr Machata · 11 years ago
  28. cb943f1 Add tests for %p format specifier crash and zero(EXPR) leaks by Peter Wu · 11 years ago
  29. 5aca651 Update TODO by Petr Machata · 11 years ago
  30. cae7696 Prevent freeing static-alloc'd memory for %p and %n in printf by Peter Wu · 11 years ago
  31. 594ef68 Fix memory leak for zero(EXPR) by Peter Wu · 11 years ago
  32. 9748550 Fix clang warning (-Wduplicate-decl-specifier) by Peter Wu · 11 years ago
  33. c391cea Fix missing 'metag' in distribution tarball by Peter Wu · 11 years ago
  34. a77b267 Fix compile warning about unused typedef by Peter Wu · 11 years ago
  35. 20a4315 Fix a comment typo by Petr Machata · 11 years ago
  36. 5649900 Describe prototype library discovery in the man page by Petr Machata · 11 years ago
  37. 2699445 Update TODO by Petr Machata · 11 years ago
  38. 4394755 Better formatting of readdir and friends by Petr Machata · 11 years ago
  39. 2116229 Drop mention of ltrace.spec from Makefile.am by Petr Machata · 11 years ago
  40. cb58fdb s390 set_instruction_pointer: Set highest bit in 31-bit tracer by Petr Machata · 11 years ago
  41. 09489a3 Coding style in s390/regs.c by Petr Machata · 11 years ago
  42. a193452 ltrace: Add support for Imagination Technologies Meta by Markos Chandras · 11 years ago
  43. 1ad4252 Fix a problem in lookup of typedef X_* when X is an intrinsic type by Petr Machata · 11 years ago
  44. 904ffaa Add a test case for tracing dlopened libraries in attached processes by Petr Machata · 11 years ago
  45. df2c88c The same work needs to be done on attach as when _start is hit by Petr Machata · 11 years ago
  46. 3aac545 ltrace.exp: Flags called -l* encode shared libraries to link against by Petr Machata · 11 years ago
  47. 7725d4b Use CBS_STOP_IF instead of hand-coding the same by Petr Machata · 11 years ago
  48. 8be68ff open_one_pid doesn't return boolean, but <0 on error by Petr Machata · 11 years ago
  49. f70812e Fix exit before parsing options by Petr Machata · 11 years ago
  50. a43b2a0 Do not ignore rules after '+' by Petr Machata · 11 years ago
  51. a2c270e Fix compilation by Petr Machata · 11 years ago
  52. ece8441 Add known-good ARM arches to README by Petr Machata · 11 years ago
  53. f25af51 ARM cleanups by Petr Machata · 11 years ago
  54. 8a7a9f5 ARM: Stack slot is always aligned to at least 4 bytes by Petr Machata · 11 years ago
  55. 88a0fe5 VFP shouldn't be used for parameter passing in vararg functions on ARM by Petr Machata · 11 years ago
  56. 2a10298 Simplify the code for ARM parameter passing by Petr Machata · 11 years ago
  57. 1c8596d Implement VFP parameter passing for ARM backend by Petr Machata · 11 years ago
  58. 982cbca Move get_hfa_type from IA64 backend to type.c, name it type_get_hfa_type by Petr Machata · 11 years ago
  59. 62fc774 Implement Base Procedure Call Standard for ARM by Petr Machata · 11 years ago
  60. 97a2516 Add ARM fetch backend by Petr Machata · 11 years ago
  61. df7d231 Implement decoding ARM attribute section by Petr Machata · 11 years ago
  62. 427a43e Add arch_type_sizeof, arch_type_alignof to ARM backend by Petr Machata · 11 years ago
  63. 5c37171 Add elf_can_read_next by Petr Machata · 11 years ago
  64. 184779e Add elf_read_{,next_}uleb128 by Petr Machata · 11 years ago
  65. 439ab5b Add elf_read_next_u* by Petr Machata · 11 years ago
  66. 3c636fb Add elf_read_u8 by Petr Machata · 11 years ago
  67. 99b19eb elf_get_section_* should return 0 if section wasn't found by Petr Machata · 11 years ago
  68. f2d5f79 Add ARM singlestepping test suite to Makefile.am by Petr Machata · 11 years ago
  69. 4dcc389 Drop return_addr from struct process by Petr Machata · 11 years ago
  70. f9d93c5 Fix tracing Thumb mode on ARM by Petr Machata · 11 years ago
  71. e503552 Drop useless argument from breakpoint_clone by Petr Machata · 11 years ago
  72. 44ae188 Drop set_return_addr by Petr Machata · 11 years ago
  73. 7fc98ee Instead of smuggling the vfork return breakpoint back, ref it once more by Petr Machata · 11 years ago
  74. 037f37c More ARM Thumb support by Petr Machata · 11 years ago
  75. dc70e76 Add proc_read_8 by Petr Machata · 11 years ago
  76. d4a5447 Early support for Thumb by Petr Machata · 11 years ago
  77. 6e5e2de GNU/Linux software singlestepping: store breakpoints, not addresses by Petr Machata · 11 years ago
  78. 7aa7b40 More ARM software singlestepping support by Petr Machata · 11 years ago
  79. 6b9664a ptrace takes void* arguments by Petr Machata · 11 years ago
  80. 1721fc9 Extract the function bitcount to a separate module by Petr Machata · 11 years ago
  81. 9fa2b18 Port more of the GDB code for ARM singlestepping by Petr Machata · 11 years ago
  82. 19e74b5 Initial support for software singlestepping on ARM by Petr Machata · 11 years ago
  83. 273890e Port MIPS backend to the new dict code by Petr Machata · 11 years ago
  84. 3d532ac Fix a comment at DICT_HAS_KEY by Petr Machata · 11 years ago
  85. c1f1bf4 Rewrite pending_new_remove by Petr Machata · 11 years ago
  86. 5ca9b6f Replace one manual loop in glob.c with a call to memchr by Petr Machata · 11 years ago
  87. aeb5490 Section flags need to be initialized in failing branches as well by Petr Machata · 11 years ago
  88. 02ecb49 Fix error message in read_symbol_table by Petr Machata · 11 years ago
  89. 84c8c72 GNU/Linux x86 backend: allocate_stack_slot needs non-NULL valuep by Petr Machata · 11 years ago
  90. 52173f0 GNU/Linux x86 backend: don't pass valuep to functions that don't need it by Petr Machata · 11 years ago
  91. f0d248a Plug a leak in error path of ltelf_read_main_binary by Petr Machata · 11 years ago
  92. 6bf1e6a GNU/Linux: close opendir stream in error handling branches of process_tasks by Petr Machata · 11 years ago
  93. 0441baf Coding style: annotate a fall-through in printf.c by Petr Machata · 11 years ago
  94. 8e682c2 Convert two if-aborts to asserts by Petr Machata · 11 years ago
  95. 2834f72 In summary.c, use vect instead of allocating things by hand by Petr Machata · 11 years ago
  96. 0450f2a Add vect_qsort, VECT_QSORT by Petr Machata · 11 years ago
  97. 9978de4 Put asserts to branches of handle_event switch where this ought to hold by Petr Machata · 11 years ago
  98. 754ce88 GNU/Linux backend: guard writing through task_info pointer against NULL by Petr Machata · 11 years ago
  99. d435b43 There are no escapes in glob ranges by Petr Machata · 11 years ago
  100. 8c3674c Fix conditions in elf_read_u{16,32,64} by Petr Machata · 11 years ago