1. 58e26e0 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 13 years ago
  2. a733c04 Added real user/group id, effective user/group id, and parent by Greg Clayton · 13 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. bf467b0 A patch from Stephen Wilson that fixes some issues with my previous dynamic by Greg Clayton · 14 years ago
  10. 5f54ac3 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 14 years ago
  11. 09c81ef Patch that allows for thread_t to be something more complex than an by Greg Clayton · 14 years ago
  12. 14ef59f Cleaned up the dynamic library open/getsymbol/close code to use abstracted by Greg Clayton · 14 years ago
  13. 0f577c2 Added a "ArchSpec::SetElfArch()" that was removed by a previous patch and by Greg Clayton · 14 years ago
  14. b5f67fb Apple specific fix for Host.cpp from Kirk Beitz. by Greg Clayton · 14 years ago
  15. e71e258 Added support for attaching to a remote debug server with the new command: by Greg Clayton · 14 years ago
  16. 52fd984 Modified the PluginManager to be ready for loading plug-ins from a system by Greg Clayton · 14 years ago
  17. cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 14 years ago
  18. de915be Added a new variant of SBTarget::Launch() that deprectates the old one that by Greg Clayton · 14 years ago
  19. 366795e Plug Free BSD memory leak. by Greg Clayton · 14 years ago
  20. 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
  21. 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
  22. f302a9e Null terminate path returned by readlink(). by Stephen Wilson · 14 years ago
  23. 5d187e5 Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 14 years ago
  24. 9e3f746 Patch from Stephen: by Johnny Chen · 14 years ago
  25. b73620c Linux patches from Stephen Wilson. by Greg Clayton · 14 years ago
  26. 638351a Added the ability for a process to inherit the current host environment. This by Greg Clayton · 14 years ago
  27. b749a26 Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return by Greg Clayton · 14 years ago
  28. e98ac25 Modified lldb_private::SymboleFile to be able to override where its TypeList by Greg Clayton · 14 years ago
  29. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  30. 49ce682 Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 14 years ago
  31. 926060e Add the ability to disable individual log categories, rather by Caroline Tice · 14 years ago
  32. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  33. 24b48ff Added a new Host call to find LLDB related paths: by Greg Clayton · 14 years ago
  34. fb8876d Plugged memory leak. by Greg Clayton · 14 years ago
  35. e9ca3a4 Remove Host::ResolveExecutableLocation (very recent addition); replace use of by Caroline Tice · 14 years ago
  36. eddffe9 If the file the user specifies can't be found in the current directory, by Caroline Tice · 14 years ago
  37. 8f3b21d Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse more by Greg Clayton · 14 years ago