1. 20fe30c Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants by Peter Collingbourne · 13 years ago
  2. 63afdb0 Improved the packet throughput when debugging with GDB remote by over 3x on by Greg Clayton · 13 years ago
  3. 1889f1a Better way to build the CFCPP sources as part of liblldbHostMacOSX. by Charles Davis · 13 years ago
  4. 1f75545 Fix the Host library build on Mac OS X with makefiles. by Charles Davis · 13 years ago
  5. 527b2b9 API fix and missing headers. by Johnny Chen · 13 years ago
  6. de9eadc This method has been removed from the API. This fix the compilation by Johnny Chen · 13 years ago
  7. ff44ab4 Fixed the SymbolContext::DumpStopContext() to correctly indent and dump by Greg Clayton · 13 years ago
  8. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  9. ec2d978 Add missing headers. by Stephen Wilson · 13 years ago
  10. 2570825 Some OpenBSD patches from Amit Kulkarni. by Greg Clayton · 13 years ago
  11. ff39f74 Added the ability to get a broadcaster event name for a given broadcaster event. by Greg Clayton · 13 years ago
  12. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  13. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  14. 58e26e0 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 13 years ago
  15. 76fd5dd linux: add Host/linux subdirectory by Stephen Wilson · 13 years ago
  16. a733c04 Added real user/group id, effective user/group id, and parent by Greg Clayton · 13 years ago
  17. b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 13 years ago
  18. e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 13 years ago
  19. 7f513ba Host: linux: Use llvm::sys::getHostTriple for the default host ArchSpec. by Stephen Wilson · 13 years ago
  20. 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 13 years ago
  21. 4fefe32 Modified version of Marco Minutoli's host arch patch. by Greg Clayton · 13 years ago
  22. 75c703d The DynamicLoader plug-in instance now lives up in lldb_private::Process where by Greg Clayton · 13 years ago
  23. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 13 years ago
  24. 80949d4 Missed part of a patch from Stephen Wilson. by Greg Clayton · 13 years ago
  25. 419144b File::GetFileSpec() support for linux patch from Stephen Wilson. by Greg Clayton · 13 years ago
  26. c08c4d3 Pull support for the shared and exclusive lock since this wasn't available by Greg Clayton · 13 years ago
  27. 5892856 Use Host::File in lldb_private::StreamFile and other places to cleanup host by Greg Clayton · 13 years ago
  28. 158842c Add FileSpec::ResolvePartialUsername, and use it in CommandCompletions to isolate pwd.h in the Host layer. by Jim Ingham · 13 years ago
  29. d35305a Updated a few more Host::File functions and added documentation. by Greg Clayton · 13 years ago
  30. 882ef05 Added a few more calls to the File abtract class for seeking, syncing and by Greg Clayton · 13 years ago
  31. 60a63ae Added a file abtraction layer into the Host section of LLDB. by Greg Clayton · 13 years ago
  32. bf467b0 A patch from Stephen Wilson that fixes some issues with my previous dynamic by Greg Clayton · 13 years ago
  33. 82cfaed A bit more cleanup with respect to using LLDB_CONFIG_XXX defines outside of by Greg Clayton · 13 years ago
  34. 5f54ac3 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 13 years ago
  35. 09c81ef Patch that allows for thread_t to be something more complex than an by Greg Clayton · 13 years ago
  36. 14ef59f Cleaned up the dynamic library open/getsymbol/close code to use abstracted by Greg Clayton · 13 years ago
  37. 0fdd4a0 Abtract terminal stuff into a new lldb_private::Terminal class by Greg Clayton · 13 years ago
  38. 0f577c2 Added a "ArchSpec::SetElfArch()" that was removed by a previous patch and by Greg Clayton · 13 years ago
  39. b5f67fb Apple specific fix for Host.cpp from Kirk Beitz. by Greg Clayton · 13 years ago
  40. 17f5afe Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz. by Greg Clayton · 13 years ago
  41. ddff7cc Remove bzero use and replace with memset (patch from Kirk Beitz). by Greg Clayton · 13 years ago
  42. 0467c78 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 13 years ago
  43. e71e258 Added support for attaching to a remote debug server with the new command: by Greg Clayton · 13 years ago
  44. 52fd984 Modified the PluginManager to be ready for loading plug-ins from a system by Greg Clayton · 13 years ago
  45. ad40027 Added a cleanup helper object to make sure the directory that was opened with "DIR *opendir(const char *)" is closed if it is valid with a call to "int closedir (DIR *)". by Greg Clayton · 14 years ago
  46. cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 14 years ago
  47. de915be Added a new variant of SBTarget::Launch() that deprectates the old one that by Greg Clayton · 14 years ago
  48. 366795e Plug Free BSD memory leak. by Greg Clayton · 14 years ago
  49. 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
  50. 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
  51. f302a9e Null terminate path returned by readlink(). by Stephen Wilson · 14 years ago
  52. 5d187e5 Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 14 years ago
  53. 9e3f746 Patch from Stephen: by Johnny Chen · 14 years ago
  54. b73620c Linux patches from Stephen Wilson. by Greg Clayton · 14 years ago
  55. 638351a Added the ability for a process to inherit the current host environment. This by Greg Clayton · 14 years ago
  56. b749a26 Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return by Greg Clayton · 14 years ago
  57. fddc25a Silence a bunch of clang warnings. by Benjamin Kramer · 14 years ago
  58. 74e55ed Don't keep appending to the current crash description with each formatted crash description call. by Greg Clayton · 14 years ago
  59. e98ac25 Modified lldb_private::SymboleFile to be able to override where its TypeList by Greg Clayton · 14 years ago
  60. b29b8c6 Fixed an issue where if you try and run something in a TTY that isn't by Greg Clayton · 14 years ago
  61. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  62. 49ce682 Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 14 years ago
  63. 926060e Add the ability to disable individual log categories, rather by Caroline Tice · 14 years ago
  64. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  65. bb0c91f Ok, last commit for the running processes in a new window. Now you can by Greg Clayton · 14 years ago
  66. 6bd1a9e Fixed all known race conditions with starting a process in a new terminal. by Greg Clayton · 14 years ago
  67. ea3259d Use AppleScript when lauching inferior in terminal so the command that by Greg Clayton · 14 years ago
  68. 36f63a9 Stop the driver from handling SIGPIPE in case we communicate with stale by Greg Clayton · 14 years ago
  69. c1d3775 Fixed debugserver to properly attach to a process by name with the by Greg Clayton · 14 years ago
  70. 24b48ff Added a new Host call to find LLDB related paths: by Greg Clayton · 14 years ago
  71. fb8876d Plugged memory leak. by Greg Clayton · 14 years ago
  72. 4b40711 Cleaned up a unused member variable in Debugger. by Greg Clayton · 14 years ago
  73. e9ca3a4 Remove Host::ResolveExecutableLocation (very recent addition); replace use of by Caroline Tice · 14 years ago
  74. 3a4ea24 The first part of an lldb native stack unwinder. by Jason Molenda · 14 years ago
  75. eddffe9 If the file the user specifies can't be found in the current directory, by Caroline Tice · 14 years ago
  76. 5bc7b67 eliminate some clang warnings. by Chris Lattner · 14 years ago
  77. 8f3b21d Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse more by Greg Clayton · 14 years ago
  78. 1a67946 Fixed a case where we might be able to acquire a mutex with a try lock and by Greg Clayton · 14 years ago
  79. cb0989a Cleaned up my previous submission which had some header search paths that by Greg Clayton · 14 years ago
  80. 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 14 years ago
  81. b0fff35 Add a "lldb host" logging channel, and put logging in the Host::OpenInExternalEditor code. by Jim Ingham · 14 years ago
  82. 363180d Add LLDB_EXTERNAL_EDITOR by Jim Ingham · 14 years ago
  83. f4fa8a9 Stopped the external editor from adding stuff to the recent list when lldb by Greg Clayton · 14 years ago
  84. 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
  85. 9934335 Fixed a crasher where during shutdown, loggings attempted to access the by Johnny Chen · 14 years ago
  86. 75ccf50 Modified the host process monitor callback function Host::StartMonitoringChildProcess by Greg Clayton · 14 years ago
  87. 410f721 Fix clang warnings. by Benjamin Kramer · 14 years ago
  88. 7508e73 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 14 years ago
  89. 49038f6 Remove a deadlock condition. A bit of explanation is needed: When calling by Greg Clayton · 14 years ago
  90. f8e98a6 Warnings cleanup patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
  91. 1674b12 Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 14 years ago
  92. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  93. c041815 typedef fixups, patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
  94. f2a4d2e Applied pid.patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
  95. 5bc37a4 Implement GetProgramFileSpec(). by Eli Friedman · 14 years ago
  96. 7c7c19d Add hacky, incomplete Linux host implementation; barely enough to allow by Eli Friedman · 14 years ago
  97. 17f4bff Move posix specific files into posix subdirectory so they can by Greg Clayton · 14 years ago
  98. 151a331 Fix includes. by Eli Friedman · 14 years ago
  99. 5b5985d Fix TimeValue::Offset* to take uint64_t by Eli Friedman · 14 years ago
  100. cf01505 Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu by Greg Clayton · 14 years ago