1. 8137e80 Initialize struct process.e_machine and .e_class for secondary threads by Petr Machata · 10 years ago
  2. dfefa9f Add support for using elfutils as unwinder. by Mark Wielaard · 10 years ago
  3. 6bcc092 Type proc_each_breakpoint properly by Petr Machata · 10 years ago
  4. af452c6 check return value of unw_get_reg and unw_get_proc_name by Luca Clementi · 10 years ago
  5. 23124cc Move several os_ declarations before corresponding arch_ declarations by Petr Machata · 11 years ago
  6. df2c88c The same work needs to be done on attach as when _start is hit by Petr Machata · 11 years ago
  7. 7725d4b Use CBS_STOP_IF instead of hand-coding the same by Petr Machata · 11 years ago
  8. 8be68ff open_one_pid doesn't return boolean, but <0 on error by Petr Machata · 11 years ago
  9. a2c270e Fix compilation by Petr Machata · 11 years ago
  10. e503552 Drop useless argument from breakpoint_clone by Petr Machata · 11 years ago
  11. dc70e76 Add proc_read_8 by Petr Machata · 11 years ago
  12. 5c5d480 Fix error message in proc_add_library, when latent symbol activation fails by Petr Machata · 11 years ago
  13. c4763a0 proc_each_library should iterate from passed-in iterator non-inclusive by Petr Machata · 11 years ago
  14. f56d129 Fix cleanup in process_clone fail path by Petr Machata · 11 years ago
  15. d19b916 Properly handle partial success when cloning a library by Petr Machata · 11 years ago
  16. baf00e4 Unlist the process if its addition fails by Petr Machata · 11 years ago
  17. 3717f29 Fix formatting of error messages in proc_add_library by Petr Machata · 11 years ago
  18. af1e603 Tolarate failures in initialization of unwinding by Petr Machata · 11 years ago
  19. 98ff309 Change DICT_FIND to DICT_FIND_{REF,VAL} by Petr Machata · 11 years ago
  20. d7e4ca8 Rewrite dict module to be more in line with vect by Petr Machata · 12 years ago
  21. 653085a Move byte-reading routines from PPC backend to generic code by Petr Machata · 11 years ago
  22. 929bd57 struct Process becomes struct process by Petr Machata · 11 years ago
  23. 8d58d8b Work around MIPS requesting two symbolic breakpoints on the same address by Petr Machata · 12 years ago
  24. d519902 Drop unused piece of code by Petr Machata · 12 years ago
  25. 96f0482 Debug messages around latent and delayed symbols by Petr Machata · 12 years ago
  26. 3240554 New function proc_each_symbol by Petr Machata · 12 years ago
  27. 1e339e0 Libraries and breakpoints should be cloned from original's leader by Petr Machata · 12 years ago
  28. b6de841 Extract processed stack element to a variable in process_clone by Petr Machata · 12 years ago
  29. 5bf4714 Corrections in cleanup code in process_clone by Petr Machata · 12 years ago
  30. 81bc82c In clone_single_bp, don't overwrite error status, instead use it to shortcut by Petr Machata · 12 years ago
  31. 165b566 Add proc_find_symbol, use it to find corresponding symbols for clones by Petr Machata · 12 years ago
  32. ef0c74d Fix memory handling of pid2name result by Petr Machata · 12 years ago
  33. 0f6e6d9 Add os_process_data and related by Petr Machata · 12 years ago
  34. 3cc0cd1 Call arch_process_destroy before destroying main process data by Petr Machata · 12 years ago
  35. e0e89ed Pop remaining stack before the process exits by Petr Machata · 12 years ago
  36. e677c7e Release unwind data by Petr Machata · 12 years ago
  37. f97b187 mipsel: Replace LS_TOPLT_GOTONLY with delayed syms by Edgar E. Iglesias · 12 years ago
  38. a1f7683 When a new library is mapped, activate latent PLT entries in other libraries by Petr Machata · 12 years ago
  39. ef2fd27 Support latent and delayed symbols by Petr Machata · 12 years ago
  40. 6ef7b25 mipsel: Add mips specific symbol info loading by Edgar E. Iglesias · 12 years ago
  41. ad64047 proc: Add missing sym2addr mappings by Edgar E. Iglesias · 12 years ago
  42. 4d4e1b8 Track elf class in struct Process by Petr Machata · 12 years ago
  43. ba1664b Fix compilation by Petr Machata · 12 years ago
  44. 6426260 Add backend.h for backend interfaces by Petr Machata · 12 years ago
  45. cd97258 Move event-que declarations to sysdeps, new backend interface process_removed by Petr Machata · 12 years ago
  46. f6ec08a Add fetch.c/fetch.h, a module for fetching function arguments by Petr Machata · 12 years ago
  47. 94078ec Add expr.c, expr.h, plug in properly by Petr Machata · 12 years ago
  48. 2eb941d Drop process_get_entry, which is not useful right now by Petr Machata · 12 years ago
  49. 61686c2 Don't call remove_process in process_bare_destroy by Petr Machata · 12 years ago
  50. cc0e1e4 Replace some uses of error with fprintf by Petr Machata · 12 years ago
  51. 8ead1cd Only destroy breakpoints in leader by Petr Machata · 12 years ago
  52. 9b87e82 Call process_destroy, free in remove_process by Petr Machata · 12 years ago
  53. 2cb124c Clone struct Process.e_machine in process_clone by Petr Machata · 12 years ago
  54. f7fee43 Implement proc_remove_breakpoint by Petr Machata · 12 years ago
  55. 93d95df Add ARCH_HAVE_DYNLINK_DONE by Petr Machata · 12 years ago
  56. 2f9b78e Don't enable breakpoints twice when attaching by Petr Machata · 12 years ago
  57. 744f255 Add arch_process arch hooks for per-arch struct Process customization by Petr Machata · 12 years ago
  58. 218c5ff Nits by Petr Machata · 12 years ago
  59. 3d0c91c Fixes for tracing across exec by Petr Machata · 12 years ago
  60. 75934ad Drop parameters that determined whether breakpoints should be enabled by Petr Machata · 12 years ago
  61. ded6f97 Clone callstack in process_clone by Petr Machata · 12 years ago
  62. d3cc988 Fix breakpoint cloning by Petr Machata · 12 years ago
  63. fa0c570 Drop breakpoint->proc by Petr Machata · 12 years ago
  64. 18bd8ff Add auxv reader by Petr Machata · 12 years ago
  65. 0092820 Drop process.fixed_libs, enable breakpoints right away by Petr Machata · 12 years ago
  66. 44965c7 Hide unused add_process by Petr Machata · 12 years ago
  67. cf1679a Clone tracesysgood when process is cloned by Petr Machata · 12 years ago
  68. 3ed2a42 Drop PID parameter from trace_set_options by Petr Machata · 12 years ago
  69. 8b00d5b Drop leftover fprintf's by Petr Machata · 12 years ago
  70. a241636 Need to add entry breakpoint first, then to add library by Petr Machata · 12 years ago
  71. d5e8556 Support one artificial and one symbolic breakpoint at the same address by Petr Machata · 12 years ago
  72. ecb082f Address hashing and comparison functions need to work with target_address_t by Petr Machata · 12 years ago
  73. b5f80ac Don't create PLT symbols that don't match filtering criteria by Petr Machata · 12 years ago
  74. 76dd929 Add proc.fixed_libs by Petr Machata · 12 years ago
  75. 3fd099b Don't turn on breakpoints when library is added by Petr Machata · 12 years ago
  76. 0b55b58 Implement @MAIN, @/path/name -e selectors, make former default for now by Petr Machata · 12 years ago
  77. e0973cb Fix bugs in filter code, enable filtering according to -e setting by Petr Machata · 12 years ago
  78. 52dbfb1 Shuffle breakpoint functions around by Petr Machata · 12 years ago
  79. 9df1501 Remove "enable" flag from insert_breakpoint by Petr Machata · 12 years ago
  80. ef7fa37 Add CBS_FAIL to enum callback_status by Petr Machata · 12 years ago
  81. 55ac932 Add breakpoint_set_callbacks, split off breakpoint_init, adjust callers by Petr Machata · 12 years ago
  82. 4e2073f Support tracing PPC32 processes with both BSS and secure PLTs by Petr Machata · 12 years ago
  83. 74132a4 Change iterators each_task, each_process, library_each_symbol by Petr Machata · 12 years ago
  84. 464026f remove_proc shouldn't free proc itselt by Petr Machata · 12 years ago
  85. 2b46cfc The first crude version of tracing across libraries by Petr Machata · 12 years ago
  86. 366c2f4 Move process-related functions and structures to proc.h by Petr Machata · 12 years ago
  87. 61196a4 Drop Process::breakpoints_enabled by Petr Machata · 12 years ago
  88. 9294d82 Create breakpoint.h with decls related to breakpoints by Petr Machata · 12 years ago
  89. cec06ec Warn when we fail to trace and SELinux boolean deny_ptrace is in effect by Petr Machata · 12 years ago
  90. fed1e8d Cleanups by Petr Machata · 12 years ago
  91. cbe29c6 Basic support for tracing vfork by Petr Machata · 13 years ago
  92. 1974dbc Fix serious race in attach to many-threaded process by Petr Machata · 13 years ago
  93. 3c516d5 Handle the race between reading list of tasks and attaching to those tasks by Petr Machata · 13 years ago
  94. 75dcf7d Don't share arch_ptr on process clone by Petr Machata · 13 years ago
  95. 602330f Handle multi-threaded attach/detach gracefully by Petr Machata · 13 years ago
  96. 4007d74 Facility for custom event handler by Petr Machata · 13 years ago
  97. 69a03e6 Event queue by Petr Machata · 13 years ago
  98. 9a5420c Add a concept of tasks and leader thread by Petr Machata · 13 years ago
  99. cebb884 Conceal the list of processes behind an interface by Petr Machata · 13 years ago
  100. c7585b6 Add argument that defines whether we should enable breakpoints by Petr Machata · 13 years ago