Android CTS 5.1 release 3
  1. 8a730f3 Consider exec and exit events an end of outstanding calls by Petr Machata · 11 years ago
  2. e7746d3 If breakpoint_get_return_bp yields NULL breakpoint, don't try to add it by Petr Machata · 11 years ago
  3. 98a7dce Look up protolibs whose name partially matches the loaded DSO by Petr Machata · 11 years ago
  4. ba47340 Call breakpoint_on_hit for return breakpoints as well by Petr Machata · 11 years ago
  5. b944077 Split part of delete_breakpoint into delete_breakpoint_at by Petr Machata · 11 years ago
  6. cf98923 Introduce breakpoint_get_return_bp by Petr Machata · 11 years ago
  7. 82f748d System calls are now part of dedicated symbol library by Petr Machata · 11 years ago
  8. 02a796e Rename insert_breakpoint to insert_breakpoint_at by Petr Machata · 11 years ago
  9. 4dcc389 Drop return_addr from struct process by Petr Machata · 12 years ago
  10. f9d93c5 Fix tracing Thumb mode on ARM by Petr Machata · 12 years ago
  11. c1f1bf4 Rewrite pending_new_remove by Petr Machata · 12 years ago
  12. 8e682c2 Convert two if-aborts to asserts by Petr Machata · 12 years ago
  13. 9978de4 Put asserts to branches of handle_event switch where this ought to hold by Petr Machata · 12 years ago
  14. 6095c13 Fix tracing for cases of failures in process_clone by Petr Machata · 12 years ago
  15. 057caa5 Introduce continue_after_exec by Petr Machata · 12 years ago
  16. 929bd57 struct Process becomes struct process by Petr Machata · 12 years ago
  17. 7c4d311 Don't rely on availability of strsignal by Petr Machata · 12 years ago
  18. e655ccf Move stack entry cleanup to callstack_pop by Petr Machata · 12 years ago
  19. 3a1806d mipsel: Update breakpoints when functions return by Edgar E. Iglesias · 12 years ago
  20. 6aa0152 reported time in system call was too large by Paul Buerger · 12 years ago
  21. 5165cf3 breakpoints.c: handle_event.c: Fix compilation on MIPS by Sedat Dilek · 12 years ago
  22. 7d804e9 handle_event.c: Fix error pred uninitialized in pending_new_remove() by Sedat Dilek · 12 years ago
  23. 8ae3673 Fix memory errors by Petr Machata · 12 years ago
  24. 1e0b9dc Pass proper TOF value to backend fetch_return_value by Petr Machata · 12 years ago
  25. ba1664b Fix compilation by Petr Machata · 12 years ago
  26. f806479 Fix stack underrun that broke tracing on PPC64 by Petr Machata · 13 years ago
  27. 6426260 Add backend.h for backend interfaces by Petr Machata · 13 years ago
  28. f6ec08a Add fetch.c/fetch.h, a module for fetching function arguments by Petr Machata · 13 years ago
  29. 94078ec Add expr.c, expr.h, plug in properly by Petr Machata · 13 years ago
  30. cc0e1e4 Replace some uses of error with fprintf by Petr Machata · 12 years ago
  31. fd2641c Fix double frees, remove_process now releases memory by Petr Machata · 12 years ago
  32. a32ef7c Don't build fake library for system calls by Petr Machata · 12 years ago
  33. c0649d8 Fix tracing on x86_64 and i386 by Petr Machata · 12 years ago
  34. 5ee3682 Fix code that assumes that breakpoint is valid after removed by Petr Machata · 12 years ago
  35. 9e1e969 Fix rebase fallout by Petr Machata · 12 years ago
  36. 218c5ff Nits by Petr Machata · 12 years ago
  37. 3d0c91c Fixes for tracing across exec by Petr Machata · 12 years ago
  38. 70619b0 Drop unused include by Petr Machata · 12 years ago
  39. 9847abe Change a comment by Petr Machata · 12 years ago
  40. 4e6c437 Drop dead code for breakpoint cloning by Petr Machata · 12 years ago
  41. cb39a40 Wait for initial event from process after exec by Petr Machata · 12 years ago
  42. ebfe7d6 Improve debug messages in handle_event by Petr Machata · 12 years ago
  43. 44965c7 Hide unused add_process by Petr Machata · 12 years ago
  44. d09d9ce Drop a piece of PPC64 crud by Petr Machata · 12 years ago
  45. 796267f options.no_plt is useless by Petr Machata · 12 years ago
  46. b5f80ac Don't create PLT symbols that don't match filtering criteria by Petr Machata · 12 years ago
  47. 0b55b58 Implement @MAIN, @/path/name -e selectors, make former default for now by Petr Machata · 12 years ago
  48. db30b10 Fix compilation on ppc64 by Petr Machata · 13 years ago
  49. 9df1501 Remove "enable" flag from insert_breakpoint by Petr Machata · 13 years ago
  50. 56a9ea6 Add a new breakpoint callback: on_continue by Petr Machata · 13 years ago
  51. e6523e6 Don't require target library as part of symbol init by Petr Machata · 13 years ago
  52. be04d6b Drop library_symbol.is_weak by Petr Machata · 13 years ago
  53. 464026f remove_proc shouldn't free proc itselt by Petr Machata · 13 years ago
  54. 29add4f Support bias, display library name on breakpoint by Petr Machata · 13 years ago
  55. 2b46cfc The first crude version of tracing across libraries by Petr Machata · 13 years ago
  56. 366c2f4 Move process-related functions and structures to proc.h by Petr Machata · 13 years ago
  57. 92acf75 Another PPC-related bit to remove by Petr Machata · 13 years ago
  58. bc37326 Remove Breakpoint typedef by Petr Machata · 13 years ago
  59. 8cc17a6 Remove special handling for fake functions on PPC to fix the testsuite by Petr Machata · 13 years ago
  60. 02648a1 Drop most of start-up magic and use startup callback instead by Petr Machata · 13 years ago
  61. a9fd8f4 Add callbacks to breakpoints by Petr Machata · 13 years ago
  62. 9294d82 Create breakpoint.h with decls related to breakpoints by Petr Machata · 13 years ago
  63. 1429874 Fix previous commit, which broke the common case by Petr Machata · 12 years ago
  64. 31b2f9f Limited support for returns from tail call functions by Petr Machata · 12 years ago
  65. ffe4cd2 Handle detach from sleeping or unresponsive processes by Petr Machata · 12 years ago
  66. fed1e8d Cleanups by Petr Machata · 13 years ago
  67. c185aff Leader might be stopped at this point by Petr Machata · 13 years ago
  68. 43d2fe5 Don't queue sysret events by Petr Machata · 13 years ago
  69. ba9911f Fix interplay between vfork and threads by Petr Machata · 13 years ago
  70. 534e00f Clone breakpoint dictionary as well as library symbols by Petr Machata · 13 years ago
  71. cbe29c6 Basic support for tracing vfork by Petr Machata · 13 years ago
  72. 46d66ab Work around some odd behavior of PTRACE_DETACH after PTRACE_SINGLESTEP by Petr Machata · 13 years ago
  73. 75dcf7d Don't share arch_ptr on process clone by Petr Machata · 13 years ago
  74. 602330f Handle multi-threaded attach/detach gracefully by Petr Machata · 13 years ago
  75. 98f0992 Use custom event handler for implementation of stop-the-world by Petr Machata · 13 years ago
  76. 4007d74 Facility for custom event handler by Petr Machata · 13 years ago
  77. 9a5420c Add a concept of tasks and leader thread by Petr Machata · 13 years ago
  78. cebb884 Conceal the list of processes behind an interface by Petr Machata · 13 years ago
  79. c7585b6 Add argument that defines whether we should enable breakpoints by Petr Machata · 13 years ago
  80. f789c9c Pass Process * instead of pid to a couple functions by Petr Machata · 13 years ago
  81. 2662768 Coding style nits by Petr Machata · 13 years ago
  82. 97baa65 Fix regression caused by libdl patch by Zachary T Welch · 14 years ago
  83. f0bd98b Add support for tracing functions in libraries loaded at runtime (via libdl). by Joe Damato · 14 years ago
  84. 067322d Fix tracing on ppc by Petr Machata · 14 years ago
  85. 211f088 Fix output of return arguments in nested calls on x86_64 by Petr Machata · 14 years ago
  86. 59e3fb1 Add -b, --no-signals to silence signal print outs. by Joe Damato · 15 years ago
  87. fa2aefc Merge -g option which avoids tracing libraries linked at compile time. by Joe Damato · 14 years ago
  88. 161193f handle_event: fix build for mips case by Arnaud Patard · 15 years ago
  89. 91a1f32 Abort on "call nesting too deep" error by Arnaud Patard · 15 years ago
  90. 2657008 handle_event: handle functions with no return by Arnaud Patard · 15 years ago
  91. f670eea Finally got rid of GNU's Autoconf stuff by Juan Cespedes · 15 years ago
  92. 61da337 Added different callback handlers for each event by Juan Cespedes · 15 years ago
  93. 8d1b92b Some minor fixes by Juan Cespedes · 15 years ago
  94. 03192f8 fixed configure.ac, renamed process_event -> handle_event by Juan Cespedes · 15 years ago[Renamed (87%) from process_event.c]
  95. f728123 Re-organize file names by Juan Cespedes · 15 years ago
  96. 3df476b Created library "libltrace.a" and a simple program that calls it by Juan Cespedes · 15 years ago
  97. 30439b4 Make clone() work when child starts after parent finishes by Juan Cespedes · 15 years ago
  98. e0660df Make exec() work again using PTRACE_O_TRACEEXEC by Juan Cespedes · 15 years ago
  99. 5c68204 Obey -f option (added STATE_IGNORED to ignore some processes) by Juan Cespedes · 15 years ago
  100. 2721e6a new fork() and clone() approach by Juan Cespedes · 15 years ago