1. fdfcf7b Add destroy_global_config. Call it on shutdown by Petr Machata · 13 years ago
  2. 929bd57 struct Process becomes struct process by Petr Machata · 13 years ago
  3. 7c4651c PATH_MAX is defined in limits.h by Petr Machata · 13 years ago
  4. 62a0d39 Don't call output_line in normal_exit by Petr Machata · 13 years ago
  5. 50a4285 It's not kosher to do IO in signal handler context by Petr Machata · 13 years ago
  6. efc9436 Fix coding style in output_line and calls to it by Petr Machata · 13 years ago
  7. 8a98e6f Fix memory handling of -F arguments by Petr Machata · 13 years ago
  8. 588850f Publish do_close_elf; call it on the ELF used to check arch support by Petr Machata · 13 years ago
  9. 6426260 Add backend.h for backend interfaces by Petr Machata · 14 years ago
  10. f83053d New interface init_global_config by Petr Machata · 14 years ago
  11. 94078ec Add expr.c, expr.h, plug in properly by Petr Machata · 14 years ago
  12. cc0e1e4 Replace some uses of error with fprintf by Petr Machata · 13 years ago
  13. 75934ad Drop parameters that determined whether breakpoints should be enabled by Petr Machata · 13 years ago
  14. 79a47ba Call trace_set_options when process is started from command by Petr Machata · 13 years ago
  15. 3ed2a42 Drop PID parameter from trace_set_options by Petr Machata · 13 years ago
  16. 1e4fed2 Drop opt_e{,_t,_enable}, use filter.h/.c to implement -e parsing by Petr Machata · 13 years ago
  17. c805c62 wait_for_proc may fail, and should simply waitpid instead of ptracing by Petr Machata · 13 years ago
  18. 2b46cfc The first crude version of tracing across libraries by Petr Machata · 13 years ago
  19. 366c2f4 Move process-related functions and structures to proc.h by Petr Machata · 14 years ago
  20. ffe4cd2 Handle detach from sleeping or unresponsive processes by Petr Machata · 13 years ago
  21. 02bd9ec Check whether ABI is supported before we execute the binary by Petr Machata · 14 years ago
  22. 602330f Handle multi-threaded attach/detach gracefully by Petr Machata · 14 years ago
  23. 9a5420c Add a concept of tasks and leader thread by Petr Machata · 14 years ago
  24. cebb884 Conceal the list of processes behind an interface by Petr Machata · 14 years ago
  25. c7585b6 Add argument that defines whether we should enable breakpoints by Petr Machata · 14 years ago
  26. 1b17dbf Streamline interfaces execute_program, open_program by Petr Machata · 14 years ago
  27. f670eea Finally got rid of GNU's Autoconf stuff by Juan Cespedes · 16 years ago
  28. 61da337 Added different callback handlers for each event by Juan Cespedes · 16 years ago
  29. 8d1b92b Some minor fixes by Juan Cespedes · 16 years ago
  30. 03192f8 fixed configure.ac, renamed process_event -> handle_event by Juan Cespedes · 16 years ago
  31. 40dc635 Added support for callbacks to libltrace by Juan Cespedes · 16 years ago
  32. f728123 Re-organize file names by Juan Cespedes · 16 years ago