1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. 87e403a Re-land "Extract construction of DataBufferLLVM into FileSystem" by Jonas Devlieghere · 7 years ago
  3. 9a89d93 Revert "Extract construction of DataBufferLLVM into FileSystem" by Davide Italiano · 7 years ago
  4. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  5. f8d480b Add missing include by Jonas Devlieghere · 7 years ago
  6. 1cc0714 Extract construction of DataBufferLLVM into FileSystem by Jonas Devlieghere · 7 years ago
  7. 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
  8. dd2f78e [FileSpec] Make style argument mandatory for SetFile. NFC by Jonas Devlieghere · 7 years ago
  9. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 8 years ago
  10. 36e8220 Remove ObjectFile usage from HostLinux::GetProcessInfo by Pavel Labath · 8 years ago
  11. 62930e5 Add Utility/Environment class for handling... environments by Pavel Labath · 8 years ago
  12. b6dbe9a Clean up lldb-types.h by Pavel Labath · 8 years ago
  13. 97206d5 Rename Error -> Status. by Zachary Turner · 9 years ago
  14. b7f0f45 Move GetAuxvData from Host to relevant process plugins by Pavel Labath · 9 years ago
  15. 7e437f8 Remove some ProcFileReader occurences by Pavel Labath · 9 years ago
  16. 666cc0b Move DataBuffer / DataExtractor and friends from Core -> Utility. by Zachary Turner · 9 years ago
  17. 6f9e690 Move Log from Core -> Utility. by Zachary Turner · 9 years ago
  18. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  19. ecbb0bb Fix more functions in Args to use StringRef. by Zachary Turner · 9 years ago
  20. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  21. 1eb0d42 Remove Android.h by Pavel Labath · 9 years ago
  22. 9d90186 Add logging to Linux Host::GetProcessAndStatInfo. by Oleksiy Vyalov · 9 years ago
  23. 187855b Remove unused header <execinfo.h>. by Vasileios Kalintiris · 10 years ago
  24. e6f54ef Check for GLIBC before including execinfo.h by Vasileios Kalintiris · 10 years ago
  25. 98d0a4b Refactor Unix signals. by Chaoren Lin · 10 years ago
  26. 056c45a [LLDB][MIPS] Getting correct signals for MIPS Host Patch by Nitesh Jain by Mohit K. Bhakkad · 10 years ago
  27. db264a6 Move several plugin to its own namespace by Tamas Berghammer · 11 years ago
  28. a109421 Fix missing data in GetProcessInfo on linux by Tamas Berghammer · 11 years ago
  29. a893d30 Remove Host::Backtrace in favor of llvm::sys::PrintStackTrace() by Zachary Turner · 11 years ago
  30. b38ef8c Rename the "glob arguments" feature to "shell expand arguments" by Enrico Granata · 11 years ago
  31. 83a1437 Start the refactoring of globbing by Enrico Granata · 11 years ago
  32. 8da0bf3 LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166 by Shawn Best · 11 years ago
  33. cacde7d Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compiler-rt repos. by Todd Fiala · 11 years ago
  34. 39de311 Create a HostThread abstraction. by Zachary Turner · 11 years ago
  35. 4ceced3 Consolidate UnixSignals setting/getting in Process. by Todd Fiala · 11 years ago
  36. 97a14e6 Move some Host logic into HostInfo class. by Zachary Turner · 11 years ago
  37. d93c4a3 Fix typos. by Bruce Mitchener · 11 years ago
  38. af245d1 Add lldb-gdbserver support for Linux x86_64. by Todd Fiala · 11 years ago
  39. 3dc2fb2 Factored out Linux proc file reading into separate class. by Todd Fiala · 11 years ago
  40. 3985c8c sanitise sign comparisons by Saleem Abdulrasool · 12 years ago
  41. f3d61de Enable Linux distribution in vendor portion of host triple. by Todd Fiala · 12 years ago
  42. dc7c73c Add error checking to 'cmd' buffer as it may not be available (ie. in the case of exec). by Matt Kopec · 12 years ago
  43. db52f34 Fix OS Version reporting bug detected by TestPlatform for some Linux 3.x kernels that do not report the update version by Daniel Malea · 12 years ago
  44. 4244cbd Enable Host::LaunchProcess on Linux by Daniel Malea · 12 years ago
  45. c205243 Fix Linux Host::GetCurrentThreadID() to return real tid (not pthread_t). by Michael Sartain · 12 years ago
  46. 98d599c Optimize Host::GetThreadName() to read from /proc/$TID per Matt's suggestion. by Michael Sartain · 12 years ago
  47. 02983be Set thread names on FreeBSD by Ed Maste · 12 years ago
  48. 3cf443d simple plugin now works with Linux fix assert in SetPluginInfo implement Linux ePathTypeLLDBSystemPlugins and ePathTypeLLDBUserPlugins implement Linux Host::Backtrace and Host::GetEnvironment add .gnu_debugdata comment by Michael Sartain · 12 years ago
  49. d6cfc16 Commit Timothee Besset's patch to update Host/linux/Host.cpp to keep up by Jason Molenda · 12 years ago
  50. fb6ab54 Add support for listing inferior thread names on Linux. by Matt Kopec · 12 years ago
  51. 085d6ce Add ability to attach/detach to multi-threaded inferiors on Linux. by Matt Kopec · 13 years ago
  52. c836ae7 ObjectFileELF::GetModuleSpecifications on Linux should work now. by Michael Sartain · 13 years ago
  53. b993149 test commit by Michael Sartain · 13 years ago
  54. 25d7eb0 Implement "platform process list" on Linux by Daniel Malea · 13 years ago
  55. 62502c6 Add setting of lldb thread names on Linux. by Matt Kopec · 13 years ago
  56. bf9b4c1 Adding support for process attach by pid on Linux. by Andrew Kaylor · 13 years ago
  57. 7b0992d After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. by Greg Clayton · 13 years ago
  58. e01e07b Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++. by Greg Clayton · 13 years ago
  59. d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
  60. 30213ff This patch combines common code from Linux and FreeBSD into by Johnny Chen · 14 years ago
  61. c18a538 API fix and missing headers. by Johnny Chen · 15 years ago
  62. 3e2a18f linux: add Host/linux subdirectory by Stephen Wilson · 15 years ago
  63. 2bddd34 Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse more by Greg Clayton · 15 years ago
  64. 5724043 Remove a deadlock condition. A bit of explanation is needed: When calling by Greg Clayton · 15 years ago
  65. b6c9e10 Implement GetProgramFileSpec(). by Eli Friedman · 15 years ago
  66. 5423ebf Add hacky, incomplete Linux host implementation; barely enough to allow by Eli Friedman · 15 years ago