1. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago
  2. 58e26e0 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 14 years ago
  3. a733c04 Added real user/group id, effective user/group id, and parent by Greg Clayton · 14 years ago
  4. b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 14 years ago
  5. 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 14 years ago
  6. 5892856 Use Host::File in lldb_private::StreamFile and other places to cleanup host by Greg Clayton · 14 years ago
  7. 5f54ac3 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 14 years ago
  8. ddff7cc Remove bzero use and replace with memset (patch from Kirk Beitz). by Greg Clayton · 14 years ago
  9. de915be Added a new variant of SBTarget::Launch() that deprectates the old one that by Greg Clayton · 14 years ago
  10. 5d187e5 Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 14 years ago
  11. 638351a Added the ability for a process to inherit the current host environment. This by Greg Clayton · 14 years ago
  12. b749a26 Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return by Greg Clayton · 14 years ago
  13. fddc25a Silence a bunch of clang warnings. by Benjamin Kramer · 14 years ago
  14. 74e55ed Don't keep appending to the current crash description with each formatted crash description call. by Greg Clayton · 14 years ago
  15. e98ac25 Modified lldb_private::SymboleFile to be able to override where its TypeList by Greg Clayton · 14 years ago
  16. b29b8c6 Fixed an issue where if you try and run something in a TTY that isn't by Greg Clayton · 14 years ago
  17. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  18. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  19. bb0c91f Ok, last commit for the running processes in a new window. Now you can by Greg Clayton · 14 years ago
  20. 6bd1a9e Fixed all known race conditions with starting a process in a new terminal. by Greg Clayton · 14 years ago
  21. ea3259d Use AppleScript when lauching inferior in terminal so the command that by Greg Clayton · 14 years ago
  22. 36f63a9 Stop the driver from handling SIGPIPE in case we communicate with stale by Greg Clayton · 14 years ago
  23. c1d3775 Fixed debugserver to properly attach to a process by name with the by Greg Clayton · 14 years ago
  24. 24b48ff Added a new Host call to find LLDB related paths: by Greg Clayton · 14 years ago
  25. 4b40711 Cleaned up a unused member variable in Debugger. by Greg Clayton · 14 years ago
  26. 8f3b21d Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse more by Greg Clayton · 14 years ago
  27. cb0989a Cleaned up my previous submission which had some header search paths that by Greg Clayton · 14 years ago
  28. 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 14 years ago
  29. b0fff35 Add a "lldb host" logging channel, and put logging in the Host::OpenInExternalEditor code. by Jim Ingham · 14 years ago
  30. 363180d Add LLDB_EXTERNAL_EDITOR by Jim Ingham · 14 years ago
  31. f4fa8a9 Stopped the external editor from adding stuff to the recent list when lldb by Greg Clayton · 14 years ago
  32. 74989e8 Added a way to open the current source file & line in an external editor, and you can turn this on with: by Jim Ingham · 14 years ago
  33. 9934335 Fixed a crasher where during shutdown, loggings attempted to access the by Johnny Chen · 14 years ago
  34. 75ccf50 Modified the host process monitor callback function Host::StartMonitoringChildProcess by Greg Clayton · 14 years ago
  35. 410f721 Fix clang warnings. by Benjamin Kramer · 14 years ago
  36. 7508e73 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 14 years ago
  37. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  38. c041815 typedef fixups, patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
  39. f2a4d2e Applied pid.patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
  40. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago