1. 36788bb Replace MemoryRegionInfoSP with values and cleanup related code by Tatyana Krasnukha · 7 years ago
  2. f47c734 A few small updates to the testsuite for running against an iOS device. by Jason Molenda · 7 years ago
  3. 181b823 Move Broadcaster+Listener+Event combo from Core into Utility by Pavel Labath · 7 years ago
  4. e103ae9 Add setting to require hardware breakpoints. by Jonas Devlieghere · 7 years ago
  5. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  6. 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
  7. dbd7fab [FileSystem] Remove Exists() from FileSpec by Jonas Devlieghere · 7 years ago
  8. e40db05 Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
  9. 8fe53c49 Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
  10. f9a07e9 [NFC] Turn "load dependent files" boolean into an enum by Jonas Devlieghere · 7 years ago
  11. c01783a Don't cancel the current IOHandler when we push a handler for an utility function run. by Raphael Isemann · 7 years ago
  12. 9ba5157 Misc module/dwarf logging improvements by Leonard Mosescu · 7 years ago
  13. d821c99 Move RegisterValue,Scalar,State from Core to Utility by Pavel Labath · 7 years ago
  14. b87b9e6 The Process class ivar ivar was changed to a weak pointer, but was still _sp. by Jim Ingham · 7 years ago
  15. 4e8be2c Fix/unify the spelling of Objective-C. by Adrian Prantl · 7 years ago
  16. 36d457c [lldb, process] Fix occasional hang when launching a process in LLDB by Stella Stamenova · 7 years ago
  17. c1cd826 [lldb-test] Add a testing harness for the JIT's IRMemoryMap by Vedant Kumar · 7 years ago
  18. d10d379 Add a lock to PlatformPOSIX::DoLoadImage by Frederic Riss · 7 years ago
  19. 3879fe0 Modernize and clean-up the Predicate class by Pavel Labath · 7 years ago
  20. 38d67db Remove the timed_out out-argument from Predicate::WaitForValueEqualTo by Pavel Labath · 7 years ago
  21. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  22. 93979f6 Fix a thinko in the iteration over StructuredDataPlugin Create functions. by Jim Ingham · 7 years ago
  23. 1ecb34f Change PlatformPosix::DoLoadImage to use a UtilityFunction. by Jim Ingham · 7 years ago
  24. 47cbf4a Move Args::StringTo*** functions to a new OptionArgParser class by Pavel Labath · 7 years ago
  25. 16064d3 Re-land: [lldb] Use vFlash commands when writing to target's flash memory regions by Pavel Labath · 8 years ago
  26. 25486b7 Update selected thread after loading mach core by Jonas Devlieghere · 8 years ago
  27. ec03d7e Revert "[lldb] Use vFlash commands when writing to target's flash memory regions" by Pavel Labath · 8 years ago
  28. 029fb69 [lldb] Use vFlash commands when writing to target's flash memory regions by Pavel Labath · 8 years ago
  29. 62930e5 Add Utility/Environment class for handling... environments by Pavel Labath · 8 years ago
  30. ba205c1 Add target.process.stop-on-exec setting, and obey it. by Jim Ingham · 8 years ago
  31. 27f55dd Remove a long out-of-date comment. by Jim Ingham · 8 years ago
  32. 7263f1b Invert ArchSpec<->Platform dependency by Pavel Labath · 8 years ago
  33. 13e37d4 Move StopInfoOverride callback to the new architecture plugin by Pavel Labath · 8 years ago
  34. 3887ba8 Re-land r313210 - Fix for bug 34532 - A few rough corners related to post-mortem debugging (core/minidump) by Adrian McCarthy · 8 years ago
  35. 8f31dc9 Revert "Fix for bug 34532 - A few rough corners related to post-mortem debugging (core/minidump)" by Adrian McCarthy · 8 years ago
  36. 5fc4fa5 Fix for bug 34532 - A few rough corners related to post-mortem debugging (core/minidump) by Adrian McCarthy · 8 years ago
  37. 43294c9 Change the ABI class to have a weak pointer to its Process; by Jason Molenda · 8 years ago
  38. 45dde23 Recommit "RunThreadPlan: Fix halting logic in IgnoreBreakpoints = false" by Pavel Labath · 8 years ago
  39. 7417558 Revert "RunThreadPlan: Fix halting logic in IgnoreBreakpoints = false" by Pavel Labath · 8 years ago
  40. 0dc2ad1 RunThreadPlan: Fix halting logic in IgnoreBreakpoints = false by Pavel Labath · 8 years ago
  41. 2833321 Update StructuredData::String to return StringRefs. by Zachary Turner · 8 years ago
  42. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  43. 3eb2b44 Delete some more dead includes. by Zachary Turner · 9 years ago
  44. 7993cc5 Make LLDB skip server-client roundtrip for signals that don't require any actions by Eugene Zemtsov · 9 years ago
  45. 777de77 Truncate thread names if they're too long. by Zachary Turner · 9 years ago
  46. 6f9e690 Move Log from Core -> Utility. by Zachary Turner · 9 years ago
  47. 3bc714b Fix various warnings. NFC by Zachary Turner · 9 years ago
  48. c4a3395 Fix a couple of corner cases in NameMatches by Pavel Labath · 9 years ago
  49. 86aaa8a Bug 30863 - Step doesn't stop with conditional breakpoint on the next line by Boris Ulasevich · 9 years ago
  50. d02b1c8 Add a format_provider for the Timeout class by Pavel Labath · 9 years ago
  51. 29eeea0 Make sure we only load the OS plug-in once. by Greg Clayton · 9 years ago
  52. 3826727 Fix a bug when using a StructuredData darwin-log plugin by Jason Molenda · 9 years ago
  53. b3a3cd1 When we interrupt a process, it was possible or the thread names by Jason Molenda · 9 years ago
  54. 43d3541 Use Timeout<> in EvaluateExpressionOptions class by Pavel Labath · 9 years ago
  55. 2ce2216 Use Timeout<> in Process::RunThreadPlan by Pavel Labath · 9 years ago
  56. e3e21cf Convert most of the Process class to Timeout<> by Pavel Labath · 9 years ago
  57. d35031e1 Use Timeout<> in the Listener class by Pavel Labath · 9 years ago
  58. 3165945 Convert Platform, Process, and Connection functions to StringRef. by Zachary Turner · 9 years ago
  59. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
  60. 6f43d9d Fix uninitialized members. by Sam McCall · 9 years ago
  61. e2411fa Make DiagnosticsManager functions take StringRefs. by Zachary Turner · 9 years ago
  62. fe11483 Make Options::SetOptionValue take a StringRef. by Zachary Turner · 9 years ago
  63. c1edf56 Prevent at compile time converting from Error::success() to Expected<T> by Mehdi Amini · 9 years ago
  64. 41af430 Make the Error class constructor protected by Mehdi Amini · 9 years ago
  65. dfa7af1 Remove TimeValue usage from lldb/Target by Pavel Labath · 9 years ago
  66. 3dc342eb Remove TimeValue usage from lldb/Core. NFC. by Pavel Labath · 9 years ago
  67. 6a9767c Clean up the stop printing header lines. by Jim Ingham · 9 years ago
  68. ffd9175 Add an API to remove an action from the Process PreResumeActions. by Jim Ingham · 9 years ago
  69. 5f05ea8 Simplify GetGlobalProperties functions of Thread/Process/Target by Pavel Labath · 9 years ago
  70. 7060243 Try to fix build errors on Android. by Zachary Turner · 9 years ago
  71. 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
  72. ecbb0bb Fix more functions in Args to use StringRef. by Zachary Turner · 9 years ago
  73. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  74. 5cf1ece Fix build breakage in r280692 by Pavel Labath · 9 years ago
  75. 4740a73 Added the "frame diagnose" command and use its output to make crash info better. by Sean Callanan · 9 years ago
  76. 6c978aa Remove unused variables. by Zachary Turner · 9 years ago
  77. c22e32d Fix mismatched new/free in Process:RunPrivateStateThread by Pavel Labath · 9 years ago
  78. 7593001 Add StructuredData plugin type; showcase with new DarwinLog feature by Todd Fiala · 9 years ago
  79. a07e4a8 Revert "Add StructuredData plugin type; showcase with new DarwinLog feature" by Todd Fiala · 9 years ago
  80. aef7de8 Add StructuredData plugin type; showcase with new DarwinLog feature by Todd Fiala · 9 years ago
  81. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  82. ee1f578 Centralize all select() calls into one place so that we can take advantage of system specific optimizations to deal with more file descriptors than FD_SETSIZE on some systems. by Greg Clayton · 9 years ago
  83. 12fc675 Fixup r277011 - wrong use of infinite timeout by Pavel Labath · 9 years ago
  84. 2d6a9ec Clean up vestigial remnants of locking primitives by Saleem Abdulrasool · 9 years ago
  85. 0f5f765 Check both private & public states to decide if you need to halt before killing. by Jim Ingham · 9 years ago
  86. dc15f1d Fix a race on process exit by Pavel Labath · 9 years ago
  87. ad00756 Implement GetMemoryRegions() for Linux and Mac OSX core files. by Howard Hellyer · 9 years ago
  88. 1d10772 Process::StopForDetachOrDestroy should actually return an error if it can't stop the by Jim Ingham · 9 years ago
  89. 2c00fc4 [lldb] Fixed race conditions on private state thread exit by Cameron Desrochers · 9 years ago
  90. 32c940d Now that there are no cycles that cause leaks in the disassembler/instruction classes, we can get rid of the FIXME lines that were working around this issue. by Greg Clayton · 9 years ago
  91. 3cc42583 Lock out Process::RunThreadPlan so only one can be in flight at a time. by Jim Ingham · 9 years ago
  92. c226778 We have many radars showing that stepping through C++ code can result in slow steps. by Greg Clayton · 9 years ago
  93. bb19a13 second pass over removal of Mutex and Condition by Saleem Abdulrasool · 9 years ago
  94. 16ff860 remove use of Mutex in favour of std::{,recursive_}mutex by Saleem Abdulrasool · 9 years ago
  95. 1e20f02 Fix some long standing issues that caused tests to be flaky. by Greg Clayton · 9 years ago
  96. 998bdc5 Generalize child process monitoring functions by Pavel Labath · 9 years ago
  97. 6145366 Revert "LLDB: Fixed two race conditions when stopping private state thread" by Pavel Labath · 9 years ago
  98. 0c6d7c0 LLDB: Fixed two race conditions when stopping private state thread by Marianne Mailhot-Sarrasin · 9 years ago
  99. 0501eeb Miscellaneous fixes for big-endian systems by Ulrich Weigand · 9 years ago
  100. 7d00276 In GDBRemoteCommunicationClient::GetHostInfo, don't set the by Jason Molenda · 9 years ago