1. 929bd57 struct Process becomes struct process by Petr Machata · 13 years ago
  2. 8d58d8b Work around MIPS requesting two symbolic breakpoints on the same address by Petr Machata · 13 years ago
  3. d519902 Drop unused piece of code by Petr Machata · 13 years ago
  4. 96f0482 Debug messages around latent and delayed symbols by Petr Machata · 13 years ago
  5. 3240554 New function proc_each_symbol by Petr Machata · 13 years ago
  6. 1e339e0 Libraries and breakpoints should be cloned from original's leader by Petr Machata · 13 years ago
  7. b6de841 Extract processed stack element to a variable in process_clone by Petr Machata · 13 years ago
  8. 5bf4714 Corrections in cleanup code in process_clone by Petr Machata · 13 years ago
  9. 81bc82c In clone_single_bp, don't overwrite error status, instead use it to shortcut by Petr Machata · 13 years ago
  10. 165b566 Add proc_find_symbol, use it to find corresponding symbols for clones by Petr Machata · 13 years ago
  11. ef0c74d Fix memory handling of pid2name result by Petr Machata · 13 years ago
  12. 0f6e6d9 Add os_process_data and related by Petr Machata · 13 years ago
  13. 3cc0cd1 Call arch_process_destroy before destroying main process data by Petr Machata · 13 years ago
  14. e0e89ed Pop remaining stack before the process exits by Petr Machata · 13 years ago
  15. e677c7e Release unwind data by Petr Machata · 13 years ago
  16. f97b187 mipsel: Replace LS_TOPLT_GOTONLY with delayed syms by Edgar E. Iglesias · 13 years ago
  17. a1f7683 When a new library is mapped, activate latent PLT entries in other libraries by Petr Machata · 13 years ago
  18. ef2fd27 Support latent and delayed symbols by Petr Machata · 13 years ago
  19. 6ef7b25 mipsel: Add mips specific symbol info loading by Edgar E. Iglesias · 13 years ago
  20. ad64047 proc: Add missing sym2addr mappings by Edgar E. Iglesias · 13 years ago
  21. 4d4e1b8 Track elf class in struct Process by Petr Machata · 13 years ago
  22. ba1664b Fix compilation by Petr Machata · 13 years ago
  23. 6426260 Add backend.h for backend interfaces by Petr Machata · 14 years ago
  24. cd97258 Move event-que declarations to sysdeps, new backend interface process_removed by Petr Machata · 14 years ago
  25. f6ec08a Add fetch.c/fetch.h, a module for fetching function arguments by Petr Machata · 14 years ago
  26. 94078ec Add expr.c, expr.h, plug in properly by Petr Machata · 14 years ago
  27. 2eb941d Drop process_get_entry, which is not useful right now by Petr Machata · 13 years ago
  28. 61686c2 Don't call remove_process in process_bare_destroy by Petr Machata · 13 years ago
  29. cc0e1e4 Replace some uses of error with fprintf by Petr Machata · 13 years ago
  30. 8ead1cd Only destroy breakpoints in leader by Petr Machata · 13 years ago
  31. 9b87e82 Call process_destroy, free in remove_process by Petr Machata · 13 years ago
  32. 2cb124c Clone struct Process.e_machine in process_clone by Petr Machata · 13 years ago
  33. f7fee43 Implement proc_remove_breakpoint by Petr Machata · 13 years ago
  34. 93d95df Add ARCH_HAVE_DYNLINK_DONE by Petr Machata · 13 years ago
  35. 2f9b78e Don't enable breakpoints twice when attaching by Petr Machata · 13 years ago
  36. 744f255 Add arch_process arch hooks for per-arch struct Process customization by Petr Machata · 13 years ago
  37. 218c5ff Nits by Petr Machata · 13 years ago
  38. 3d0c91c Fixes for tracing across exec by Petr Machata · 13 years ago
  39. 75934ad Drop parameters that determined whether breakpoints should be enabled by Petr Machata · 13 years ago
  40. ded6f97 Clone callstack in process_clone by Petr Machata · 13 years ago
  41. d3cc988 Fix breakpoint cloning by Petr Machata · 13 years ago
  42. fa0c570 Drop breakpoint->proc by Petr Machata · 13 years ago
  43. 18bd8ff Add auxv reader by Petr Machata · 13 years ago
  44. 0092820 Drop process.fixed_libs, enable breakpoints right away by Petr Machata · 13 years ago
  45. 44965c7 Hide unused add_process by Petr Machata · 13 years ago
  46. cf1679a Clone tracesysgood when process is cloned by Petr Machata · 13 years ago
  47. 3ed2a42 Drop PID parameter from trace_set_options by Petr Machata · 13 years ago
  48. 8b00d5b Drop leftover fprintf's by Petr Machata · 13 years ago
  49. a241636 Need to add entry breakpoint first, then to add library by Petr Machata · 13 years ago
  50. d5e8556 Support one artificial and one symbolic breakpoint at the same address by Petr Machata · 13 years ago
  51. ecb082f Address hashing and comparison functions need to work with target_address_t by Petr Machata · 13 years ago
  52. b5f80ac Don't create PLT symbols that don't match filtering criteria by Petr Machata · 13 years ago
  53. 76dd929 Add proc.fixed_libs by Petr Machata · 13 years ago
  54. 3fd099b Don't turn on breakpoints when library is added by Petr Machata · 13 years ago
  55. 0b55b58 Implement @MAIN, @/path/name -e selectors, make former default for now by Petr Machata · 13 years ago
  56. e0973cb Fix bugs in filter code, enable filtering according to -e setting by Petr Machata · 13 years ago
  57. 52dbfb1 Shuffle breakpoint functions around by Petr Machata · 13 years ago
  58. 9df1501 Remove "enable" flag from insert_breakpoint by Petr Machata · 13 years ago
  59. ef7fa37 Add CBS_FAIL to enum callback_status by Petr Machata · 13 years ago
  60. 55ac932 Add breakpoint_set_callbacks, split off breakpoint_init, adjust callers by Petr Machata · 13 years ago
  61. 4e2073f Support tracing PPC32 processes with both BSS and secure PLTs by Petr Machata · 13 years ago
  62. 74132a4 Change iterators each_task, each_process, library_each_symbol by Petr Machata · 13 years ago
  63. 464026f remove_proc shouldn't free proc itselt by Petr Machata · 13 years ago
  64. 2b46cfc The first crude version of tracing across libraries by Petr Machata · 13 years ago
  65. 366c2f4 Move process-related functions and structures to proc.h by Petr Machata · 14 years ago
  66. 61196a4 Drop Process::breakpoints_enabled by Petr Machata · 14 years ago
  67. 9294d82 Create breakpoint.h with decls related to breakpoints by Petr Machata · 14 years ago
  68. cec06ec Warn when we fail to trace and SELinux boolean deny_ptrace is in effect by Petr Machata · 13 years ago
  69. fed1e8d Cleanups by Petr Machata · 14 years ago
  70. cbe29c6 Basic support for tracing vfork by Petr Machata · 14 years ago
  71. 1974dbc Fix serious race in attach to many-threaded process by Petr Machata · 14 years ago
  72. 3c516d5 Handle the race between reading list of tasks and attaching to those tasks by Petr Machata · 14 years ago
  73. 75dcf7d Don't share arch_ptr on process clone by Petr Machata · 14 years ago
  74. 602330f Handle multi-threaded attach/detach gracefully by Petr Machata · 14 years ago
  75. 4007d74 Facility for custom event handler by Petr Machata · 14 years ago
  76. 69a03e6 Event queue by Petr Machata · 14 years ago
  77. 9a5420c Add a concept of tasks and leader thread by Petr Machata · 14 years ago
  78. cebb884 Conceal the list of processes behind an interface by Petr Machata · 14 years ago
  79. c7585b6 Add argument that defines whether we should enable breakpoints by Petr Machata · 14 years ago
  80. 1b17dbf Streamline interfaces execute_program, open_program by Petr Machata · 14 years ago
  81. ab3b72c Add -w/--where to show backtraces of traced functions. by Joe Damato · 15 years ago
  82. 8d1b92b Some minor fixes by Juan Cespedes · 16 years ago
  83. f728123 Re-organize file names by Juan Cespedes · 16 years ago
  84. 3df476b Created library "libltrace.a" and a simple program that calls it by Juan Cespedes · 16 years ago
  85. e0660df Make exec() work again using PTRACE_O_TRACEEXEC by Juan Cespedes · 16 years ago
  86. a8909f7 struct process -> Process by Juan Cespedes · 16 years ago
  87. e74c80d Fixed segfault in traced process when receiving a signal by Juan Cespedes · 17 years ago
  88. f135052 Re-indent entry points to functions by Juan Cespedes · 17 years ago
  89. aee0931 Some random fixes by Juan Cespedes · 18 years ago
  90. 89a5360 Fix -p and -L behavior by Petr Machata · 19 years ago
  91. 2d45b1a run Lindent over source to get everything looking about the same by Ian Wienand · 19 years ago
  92. 9a2ad35 Switched to SVN (initial import) by Ian Wienand · 19 years ago
  93. 3219f32 Some fixes... by Ian Wienand · 19 years ago
  94. 5c3fe06 Version 0.3.33 by Juan Cespedes · 21 years ago
  95. 504a385 Version 0.3.31 by Juan Cespedes · 23 years ago
  96. 7186e2a Version 0.3.28 by Juan Cespedes · 23 years ago
  97. cac15c3 Version 0.3.27 by Juan Cespedes · 23 years ago
  98. 8cc1b9d Version: 0.3.18 by Juan Cespedes · 23 years ago
  99. 5b3ffdf Version: 0.3.11 by Juan Cespedes · 24 years ago
  100. d44c6b8 Version: 0.3.6 by Juan Cespedes · 27 years ago