1. 58e26e0 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 14 years ago
  2. a733c04 Added real user/group id, effective user/group id, and parent by Greg Clayton · 14 years ago
  3. e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 14 years ago
  4. 7f513ba Host: linux: Use llvm::sys::getHostTriple for the default host ArchSpec. by Stephen Wilson · 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. 4fefe32 Modified version of Marco Minutoli's host arch patch. by Greg Clayton · 14 years ago
  7. 75c703d The DynamicLoader plug-in instance now lives up in lldb_private::Process where by Greg Clayton · 14 years ago
  8. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 14 years ago
  9. 80949d4 Missed part of a patch from Stephen Wilson. by Greg Clayton · 14 years ago
  10. 419144b File::GetFileSpec() support for linux patch from Stephen Wilson. by Greg Clayton · 14 years ago
  11. c08c4d3 Pull support for the shared and exclusive lock since this wasn't available by Greg Clayton · 14 years ago
  12. 5892856 Use Host::File in lldb_private::StreamFile and other places to cleanup host by Greg Clayton · 14 years ago
  13. 158842c Add FileSpec::ResolvePartialUsername, and use it in CommandCompletions to isolate pwd.h in the Host layer. by Jim Ingham · 14 years ago
  14. d35305a Updated a few more Host::File functions and added documentation. by Greg Clayton · 14 years ago
  15. 882ef05 Added a few more calls to the File abtract class for seeking, syncing and by Greg Clayton · 14 years ago
  16. 60a63ae Added a file abtraction layer into the Host section of LLDB. by Greg Clayton · 14 years ago
  17. bf467b0 A patch from Stephen Wilson that fixes some issues with my previous dynamic by Greg Clayton · 14 years ago
  18. 82cfaed A bit more cleanup with respect to using LLDB_CONFIG_XXX defines outside of by Greg Clayton · 14 years ago
  19. 5f54ac3 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 14 years ago
  20. 09c81ef Patch that allows for thread_t to be something more complex than an by Greg Clayton · 14 years ago
  21. 14ef59f Cleaned up the dynamic library open/getsymbol/close code to use abstracted by Greg Clayton · 14 years ago
  22. 0fdd4a0 Abtract terminal stuff into a new lldb_private::Terminal class by Greg Clayton · 14 years ago
  23. 0f577c2 Added a "ArchSpec::SetElfArch()" that was removed by a previous patch and by Greg Clayton · 14 years ago
  24. b5f67fb Apple specific fix for Host.cpp from Kirk Beitz. by Greg Clayton · 14 years ago
  25. 0467c78 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 14 years ago
  26. e71e258 Added support for attaching to a remote debug server with the new command: by Greg Clayton · 14 years ago
  27. 52fd984 Modified the PluginManager to be ready for loading plug-ins from a system by Greg Clayton · 14 years ago
  28. cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 14 years ago
  29. de915be Added a new variant of SBTarget::Launch() that deprectates the old one that by Greg Clayton · 14 years ago
  30. 366795e Plug Free BSD memory leak. by Greg Clayton · 14 years ago
  31. 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
  32. 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
  33. f302a9e Null terminate path returned by readlink(). by Stephen Wilson · 14 years ago
  34. 5d187e5 Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 14 years ago
  35. 9e3f746 Patch from Stephen: by Johnny Chen · 14 years ago
  36. b73620c Linux patches from Stephen Wilson. by Greg Clayton · 14 years ago
  37. 638351a Added the ability for a process to inherit the current host environment. This by Greg Clayton · 14 years ago
  38. b749a26 Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return by Greg Clayton · 14 years ago
  39. e98ac25 Modified lldb_private::SymboleFile to be able to override where its TypeList by Greg Clayton · 14 years ago
  40. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  41. 49ce682 Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 14 years ago
  42. 926060e Add the ability to disable individual log categories, rather by Caroline Tice · 14 years ago
  43. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  44. 24b48ff Added a new Host call to find LLDB related paths: by Greg Clayton · 14 years ago
  45. fb8876d Plugged memory leak. by Greg Clayton · 14 years ago
  46. e9ca3a4 Remove Host::ResolveExecutableLocation (very recent addition); replace use of by Caroline Tice · 14 years ago
  47. eddffe9 If the file the user specifies can't be found in the current directory, by Caroline Tice · 14 years ago
  48. 8f3b21d Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse more by Greg Clayton · 14 years ago