1. 94078ec Add expr.c, expr.h, plug in properly by Petr Machata · 14 years ago
  2. d2c5dfd Add missed header for struct timeval by Andrey Zonov · 13 years ago
  3. 8a568dd Add missing include config.h to proc.h by Petr Machata · 13 years ago
  4. fd2641c Fix double frees, remove_process now releases memory by Petr Machata · 13 years ago
  5. f7fee43 Implement proc_remove_breakpoint by Petr Machata · 13 years ago
  6. 744f255 Add arch_process arch hooks for per-arch struct Process customization by Petr Machata · 13 years ago
  7. 3d0c91c Fixes for tracing across exec by Petr Machata · 13 years ago
  8. 75934ad Drop parameters that determined whether breakpoints should be enabled by Petr Machata · 13 years ago
  9. d3cc988 Fix breakpoint cloning by Petr Machata · 13 years ago
  10. 0092820 Drop process.fixed_libs, enable breakpoints right away by Petr Machata · 13 years ago
  11. 44965c7 Hide unused add_process by Petr Machata · 13 years ago
  12. 029171f Drop debug_state from struc process, use custom process.debug for that by Petr Machata · 13 years ago
  13. ecb082f Address hashing and comparison functions need to work with target_address_t by Petr Machata · 13 years ago
  14. 76dd929 Add proc.fixed_libs by Petr Machata · 13 years ago
  15. 52dbfb1 Shuffle breakpoint functions around by Petr Machata · 13 years ago
  16. ef7fa37 Add CBS_FAIL to enum callback_status by Petr Machata · 13 years ago
  17. 74132a4 Change iterators each_task, each_process, library_each_symbol by Petr Machata · 13 years ago
  18. 2b46cfc The first crude version of tracing across libraries by Petr Machata · 13 years ago
  19. fd43ef7 Move the Process typedef to proc.h by Petr Machata · 14 years ago
  20. 366c2f4 Move process-related functions and structures to proc.h by Petr Machata · 14 years ago