1. 366795e Plug Free BSD memory leak. by Greg Clayton · 14 years ago
  2. 2b9f976 Call SetFile instead of constructing a temp object and assigning to g_program_filespec for Free BSD port. by Greg Clayton · 14 years ago
  3. 20fbf8d Don't have the program path be resolved when they already are when assigning g_program_filespec in the Host calls. by Greg Clayton · 14 years ago
  4. f302a9e Null terminate path returned by readlink(). by Stephen Wilson · 14 years ago
  5. 5d187e5 Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 14 years ago
  6. 9e3f746 Patch from Stephen: by Johnny Chen · 14 years ago
  7. b73620c Linux patches from Stephen Wilson. by Greg Clayton · 14 years ago
  8. 638351a Added the ability for a process to inherit the current host environment. This by Greg Clayton · 14 years ago
  9. b749a26 Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return by Greg Clayton · 14 years ago
  10. fddc25a Silence a bunch of clang warnings. by Benjamin Kramer · 14 years ago
  11. 74e55ed Don't keep appending to the current crash description with each formatted crash description call. by Greg Clayton · 14 years ago
  12. e98ac25 Modified lldb_private::SymboleFile to be able to override where its TypeList by Greg Clayton · 14 years ago
  13. b29b8c6 Fixed an issue where if you try and run something in a TTY that isn't by Greg Clayton · 14 years ago
  14. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  15. 49ce682 Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 14 years ago
  16. 926060e Add the ability to disable individual log categories, rather by Caroline Tice · 14 years ago
  17. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  18. bb0c91f Ok, last commit for the running processes in a new window. Now you can by Greg Clayton · 14 years ago
  19. 6bd1a9e Fixed all known race conditions with starting a process in a new terminal. by Greg Clayton · 14 years ago
  20. ea3259d Use AppleScript when lauching inferior in terminal so the command that by Greg Clayton · 14 years ago
  21. 36f63a9 Stop the driver from handling SIGPIPE in case we communicate with stale by Greg Clayton · 14 years ago
  22. c1d3775 Fixed debugserver to properly attach to a process by name with the by Greg Clayton · 14 years ago
  23. 24b48ff Added a new Host call to find LLDB related paths: by Greg Clayton · 14 years ago
  24. fb8876d Plugged memory leak. by Greg Clayton · 14 years ago
  25. 4b40711 Cleaned up a unused member variable in Debugger. by Greg Clayton · 14 years ago
  26. e9ca3a4 Remove Host::ResolveExecutableLocation (very recent addition); replace use of by Caroline Tice · 14 years ago
  27. 3a4ea24 The first part of an lldb native stack unwinder. by Jason Molenda · 14 years ago
  28. eddffe9 If the file the user specifies can't be found in the current directory, by Caroline Tice · 14 years ago
  29. 5bc7b67 eliminate some clang warnings. by Chris Lattner · 14 years ago
  30. 8f3b21d Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse more by Greg Clayton · 14 years ago
  31. 1a67946 Fixed a case where we might be able to acquire a mutex with a try lock and by Greg Clayton · 14 years ago
  32. cb0989a Cleaned up my previous submission which had some header search paths that by Greg Clayton · 14 years ago
  33. 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 14 years ago
  34. b0fff35 Add a "lldb host" logging channel, and put logging in the Host::OpenInExternalEditor code. by Jim Ingham · 14 years ago
  35. 363180d Add LLDB_EXTERNAL_EDITOR by Jim Ingham · 14 years ago
  36. f4fa8a9 Stopped the external editor from adding stuff to the recent list when lldb by Greg Clayton · 14 years ago
  37. 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
  38. 9934335 Fixed a crasher where during shutdown, loggings attempted to access the by Johnny Chen · 14 years ago
  39. 75ccf50 Modified the host process monitor callback function Host::StartMonitoringChildProcess by Greg Clayton · 14 years ago
  40. 410f721 Fix clang warnings. by Benjamin Kramer · 14 years ago
  41. 7508e73 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 14 years ago
  42. 49038f6 Remove a deadlock condition. A bit of explanation is needed: When calling by Greg Clayton · 14 years ago
  43. f8e98a6 Warnings cleanup patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
  44. 1674b12 Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 14 years ago
  45. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  46. c041815 typedef fixups, patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
  47. f2a4d2e Applied pid.patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
  48. 5bc37a4 Implement GetProgramFileSpec(). by Eli Friedman · 14 years ago
  49. 7c7c19d Add hacky, incomplete Linux host implementation; barely enough to allow by Eli Friedman · 14 years ago
  50. 17f4bff Move posix specific files into posix subdirectory so they can by Greg Clayton · 14 years ago
  51. 151a331 Fix includes. by Eli Friedman · 14 years ago
  52. 5b5985d Fix TimeValue::Offset* to take uint64_t by Eli Friedman · 14 years ago
  53. cf01505 Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu by Greg Clayton · 14 years ago
  54. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago