1. a6682a4 Simplify Boolean expressions by Jonas Devlieghere · 7 years ago
  2. 181b823 Move Broadcaster+Listener+Event combo from Core into Utility by Pavel Labath · 7 years ago
  3. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  4. 72787ac Revert "[FileSystem] Make use of FS in TildeExpressionResolver" by Jonas Devlieghere · 7 years ago
  5. 9560f35 [FileSystem] Make use of FS in TildeExpressionResolver by Jonas Devlieghere · 7 years ago
  6. 3a58d89 [FileSystem] Add convenience method to check for directories. by Jonas Devlieghere · 7 years ago
  7. 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
  8. dbd7fab [FileSystem] Remove Exists() from FileSpec by Jonas Devlieghere · 7 years ago
  9. f9a07e9 [NFC] Turn "load dependent files" boolean into an enum by Jonas Devlieghere · 7 years ago
  10. d821c99 Move RegisterValue,Scalar,State from Core to Utility by Pavel Labath · 7 years ago
  11. 937348c [FileSpec] Make style argument mandatory for SetFile. NFC by Jonas Devlieghere · 7 years ago
  12. 4ebdee0 Typo fixes. by Bruce Mitchener · 7 years ago
  13. d68dbd5 Fix "file ./a.out" and file "../a.out" so that is works after recent FileSpec normalization path changes. by Greg Clayton · 7 years ago
  14. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  15. 38d0632 Move Timer and TraceOptions from Core to Utility by Pavel Labath · 8 years ago
  16. f9d1647 Remove an expensive lock from Timer by Pavel Labath · 8 years ago
  17. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  18. 8d48cd6 Resubmit "Delete the remainder of platform specific code in FileSpec." by Zachary Turner · 9 years ago
  19. ed00beb Revert "Delete the remainder of platform specific code in FileSpec." by Pavel Labath · 9 years ago
  20. aaedf89 Delete the remainder of platform specific code in FileSpec. by Zachary Turner · 9 years ago
  21. 7d86ee5 Resubmit FileSystem changes. by Zachary Turner · 9 years ago
  22. 30e6cbf Revert "Use LLVM for all stat-related functionality." by Pavel Labath · 9 years ago
  23. 990e3cd Use LLVM for all stat-related functionality. by Zachary Turner · 9 years ago
  24. fb1a0a0 Move many other files from Core -> Utility. by Zachary Turner · 9 years ago
  25. 1d5855b Replace getcwd with the llvm equivalent by Pavel Labath · 9 years ago
  26. 72f4997c Fix some accidental Prints of StringRefs that snuck in. by Zachary Turner · 9 years ago
  27. a47464b Change CreateTarget and dependents to accept StringRef. by Zachary Turner · 9 years ago
  28. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
  29. 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  30. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  31. f343968f Delete Host/windows/win32.h by Zachary Turner · 9 years ago
  32. 16ff860 remove use of Mutex in favour of std::{,recursive_}mutex by Saleem Abdulrasool · 9 years ago
  33. 583bbb1 Change over the broadcaster/listener process to hold shared or weak pointers by Jim Ingham · 10 years ago
  34. e65b2cf Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr warnings in some files in source/Target/. by Eugene Zelenko · 10 years ago
  35. e92a74c Add code to PlatformDarwin and HostInfoMacOSX so they return the by Jason Molenda · 10 years ago
  36. 9d58c72 Add a warning to TargetList::CreateTargetInternal by Jason Molenda · 10 years ago
  37. 7df337f ArchSpec: fix unintentional promotion of unspecified unknowns to specified unknowns by Todd Fiala · 10 years ago
  38. 372e906 Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`. by Chaoren Lin · 10 years ago
  39. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  40. 8ec55a5 Don't change the selected platform when creating the dummy target. by Robert Flack · 10 years ago
  41. 869e0c1 Fix selecting the Platform in TargetList::CreateTargetInternal() by Ted Woodward · 10 years ago
  42. d26a1e5 Fixed the failing test: by Greg Clayton · 11 years ago
  43. ccd2a6d Changes in 226712 needed some fixing as a platform is almost always selected and even if platform options are specified when doing a "target create" they would get ignored if a platform was already selected. by Greg Clayton · 11 years ago
  44. 1b5a74e This patch gets remote-linux platform able to run processes by Vince Harron · 11 years ago
  45. 33df7cd Add the ability to set breakpoints with conditions, commands, etc, by Jim Ingham · 11 years ago
  46. 893c932 This is the first step of making lldb able to create target-specific things by Jim Ingham · 11 years ago
  47. 8012cad Fixed more fallout from running the test suite remotely on iOS devices. by Greg Clayton · 11 years ago
  48. 1446881 Ensure that user_exe_path is non-NULL before derferencing. by Jason Molenda · 11 years ago
  49. 615eb7e Test suite runs better again after recent fixes that would select a platform if a "file a.out" auto selected a different platform than the selected one. by Greg Clayton · 11 years ago
  50. 95bbdf6 If a new platform is created/selected for an architecture, make it the selected platform so you can do things like: by Greg Clayton · 11 years ago
  51. b0cc53c If an executable file is specified with no architecture and it contains more than one architecture select a compatible platform if all architectures match the same platform. by Greg Clayton · 11 years ago
  52. 3f55974 Optimizations for FileSpec. by Zachary Turner · 11 years ago
  53. c76fa8a Resolve the executable _before_ we try to get the module specifications. by Greg Clayton · 11 years ago
  54. 3f19ada Cleanup the iOS simulator code. by Greg Clayton · 11 years ago
  55. ddd7a2a Changed the bool conversion operator on ConstString by Sean Callanan · 12 years ago
  56. 9f822cd Fix thread name updating in Linux. "thread list" should report correct names always now. by Michael Sartain · 12 years ago
  57. 2540a8a Fixed GetModuleSpecifications() to work better overall: by Greg Clayton · 12 years ago
  58. b23b113 Unbreak lldb/test/macosx/universal. by Greg Clayton · 12 years ago
  59. b5ad4ec Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules: by Greg Clayton · 12 years ago
  60. f4d6de6 Added the ability to extract a ModuleSpecList (a new class) from an ObjectFile. This is designed to be used when you have an object file that contains one or more architectures (MacOSX universal (fat) files) and/or one or more objects (BSD archive (.a files)). by Greg Clayton · 12 years ago
  61. d26206b5 Change my patch to TargetList::CreateTarget to only try by Jason Molenda · 12 years ago
  62. 17f9e8b Change TargetList::CreateTarget to realpath the c-string filename of the by Jason Molenda · 12 years ago
  63. 9ff5aae <rdar://problem/12897145> by Greg Clayton · 12 years ago
  64. 1e0c884 <rdar://problem/12990038> by Greg Clayton · 13 years ago
  65. bf4b7be Removed the == and != operators from ArchSpec, since by Sean Callanan · 13 years ago
  66. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  67. 82d7929 <rdar://problem/12570550> by Greg Clayton · 13 years ago
  68. a0ca660 <rdar://problem/12462048> <rdar://problem/12068650> by Greg Clayton · 13 years ago
  69. 4f465cf Change the Thread constructor over to take a Process& rather than a ProcessSP. We can't create Threads with a NULL ProcessSP, so it makes no sense to use the SP. by Jim Ingham · 13 years ago
  70. 1f74607 <rdar://problem/11757916> by Greg Clayton · 13 years ago
  71. 6920b52 Remove further outdated "settings" code and also implement a few missing things. by Greg Clayton · 13 years ago
  72. 67cc063 Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 13 years ago
  73. cfc0935 Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the event loop. by Jim Ingham · 13 years ago
  74. 8ae50eb <rdar://problem/11597333> by Greg Clayton · 13 years ago
  75. 8499e1a Print out a notification when the process of a target other than the currently selected target stops. by Jim Ingham · 13 years ago
  76. 7051231 <rdar://problem/11358639> by Greg Clayton · 13 years ago
  77. b3a40ba Platforms can now auto-select themselves if you specify a full target triple when doing a "target create" command. by Greg Clayton · 14 years ago
  78. 4bddaeb Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. by Jim Ingham · 14 years ago
  79. c859e2d Full core file support has been added for mach-o core files. by Greg Clayton · 14 years ago
  80. e6bc6cb Send Breakpoint Changed events for all the relevant changes to breakpoints. by Jim Ingham · 14 years ago
  81. cdc21d4 Add comment explaining the default constructor (ArchSpec) used in CreateTarget(). by Johnny Chen · 14 years ago
  82. 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
  83. cac9c5f Added to the public API to allow symbolication: by Greg Clayton · 14 years ago
  84. aa149cb Added the ability to remove orphaned module shared pointers from a ModuleList. by Greg Clayton · 14 years ago
  85. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 15 years ago
  86. ded470d Added more platform support. There are now some new commands: by Greg Clayton · 15 years ago
  87. e996fd3 LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 15 years ago
  88. 64195a2 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 15 years ago
  89. 6083026 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 15 years ago
  90. bc5cad6 Fixed up the error message for when a file is not supported. by Greg Clayton · 15 years ago
  91. dd36def Added a new Host call to find LLDB related paths: by Greg Clayton · 15 years ago
  92. 1559a46 by Caroline Tice · 15 years ago
  93. 428a9a5 If the file the user specifies can't be found in the current directory, by Caroline Tice · 15 years ago
  94. 2976d00 Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. by Jim Ingham · 15 years ago
  95. 5aee162 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 15 years ago
  96. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  97. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago