1. b50a2f3 Fixed signed operations in the IR interpreter. by Sean Callanan · 11 years ago
  2. d1ddde0 <rdar://problem/13643315> by Greg Clayton · 11 years ago
  3. 0be9b3b ObjectFileELF::GetModuleSpecifications on Linux should work now. by Michael Sartain · 11 years ago
  4. 17d5a03 Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors command line options. by Michael Sartain · 11 years ago
  5. 4b1b8d9 GCC gets confused by enums in bitfields, so I by Sean Callanan · 11 years ago
  6. 1c52f53 Cleaned up the File API a bit. by Greg Clayton · 11 years ago
  7. e15e58f Added a new "lldb" log channel named "os" for the OperatingSystem plug-ins to use. by Greg Clayton · 11 years ago
  8. e787234 Fixed a bug where persistent variables did not by Sean Callanan · 11 years ago
  9. 07e3124 <rdar://problem/13878726> by Enrico Granata · 11 years ago
  10. 4d4ff9e <rdar://problem/13892516> by Greg Clayton · 11 years ago
  11. 02af494 Improving the previous checkin about target.load-script-from-symbol-file by Enrico Granata · 11 years ago
  12. 2e7f2db <rdar://problem/13878726> by Enrico Granata · 11 years ago
  13. 83d90c5 <rdar://problem/11398407> by Greg Clayton · 11 years ago
  14. b31044e Fixed the build to reflect the API name change in r182085. by Ashok Thirumurthi · 11 years ago
  15. 92025da Fix a typo (ouput => output) by Sylvestre Ledru · 11 years ago
  16. 589d361 Apropos should search user commands as well as built-in commands. by Jim Ingham · 11 years ago
  17. 23a5162 <rdar://problem/13217784> by Greg Clayton · 11 years ago
  18. 5acdec7 Added a per-process cache for reserved memory by Sean Callanan · 11 years ago
  19. bef2dde Change the mechanism around SBValue::GetSP() so that it always requires the target API lock AND the by Jim Ingham · 11 years ago
  20. 946618a A first pass at auto completion for variables and their children. This is currently hooked up for "frame variable" only. With a little work we can also enable it for the "expression" command and also for other things. by Greg Clayton · 11 years ago
  21. 375ba88 Fix inline stepping test case on Linux because Thread::ThreadStoppedForAReason ignored virtual steps. by Daniel Malea · 11 years ago
  22. de0201e Fixed expression evaluation with convenience registers. by Ashok Thirumurthi · 11 years ago
  23. 0244977 Add setting of lldb thread names on Linux. by Matt Kopec · 11 years ago
  24. 1d3db0a <rdar://problem/13183720> by Enrico Granata · 11 years ago
  25. ba065ca A couple of small fixes to make core file debugging less noisy. by Jason Molenda · 11 years ago
  26. addad59 <rdar://problem/13700260> by Greg Clayton · 11 years ago
  27. 0e19160 <rdar://problem/13854277> <rdar://problem/13594769> by Greg Clayton · 11 years ago
  28. 1f85fa8 Adding support for setting thread stop state when a process stops. by Andrew Kaylor · 11 years ago
  29. 85e3c2f Revert r181482 as it causes occasional hangs in LLDB buildbots by Daniel Malea · 11 years ago
  30. 863aa28 Changed the formerly pure virtual function: by Greg Clayton · 11 years ago
  31. 52e4391 Adding code to set thread state to stopped when the process stops. by Andrew Kaylor · 11 years ago
  32. b335e70 Quiet g++-4.7 warnings about const issues and fix the scope of the "if (IsValid())". by Greg Clayton · 11 years ago
  33. 994b86b <rdar://problem/13621080> by Enrico Granata · 11 years ago
  34. c5bcb90 Remove distinction between Apple/Linux for Process run locks: by Daniel Malea · 11 years ago
  35. 779e6ac Fixed IRExecutionUnit build failures due to changes by Sean Callanan · 11 years ago
  36. 7c79a27 Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached by Jim Ingham · 11 years ago
  37. 4e75e35 Reinstating r181091 and r181106 with fix for Linux regressions. by Andrew Kaylor · 11 years ago
  38. 95bea1d Temporarily reverting r181091 and r181106 due to the vast test breakage on the Linux buildbots by Ashok Thirumurthi · 11 years ago
  39. 8f0f475 <rdar://problem/11669154> by Enrico Granata · 11 years ago
  40. 7bee8ab After recent OperatingsSystem plug-in changes, the lldb_private::Process and lldb_private::Thread subclasses were changed and the API was not respected properly. by Greg Clayton · 11 years ago
  41. 08f60c8 fix a couple of clang static analyzer warnings. by Jason Molenda · 11 years ago
  42. 42b336c Remove the UUID::GetAsCString() method which required a buffer to save the by Jason Molenda · 11 years ago
  43. ff1bbd7 Fix logic error in ProcessInfo::SetArg0 by Andrew Kaylor · 11 years ago
  44. 0765e32 <rdar://problem/11742979> by Enrico Granata · 11 years ago
  45. 2e126c5 Add missing include to LLDB.h -- SBStream by Daniel Malea · 11 years ago
  46. 2cfedf5 We aren't ready for the assertions to be enabled on the ReadWriteLock classes yet. by Greg Clayton · 11 years ago
  47. 761afb8 Recommitting r180831 with trivial fix - remember to return errors if you compute. by Jim Ingham · 11 years ago
  48. a46013b <rdar://problem/13700260> <rdar://problem/13723772> by Greg Clayton · 11 years ago
  49. 0b78f43 Revert 180829 as it causes hangs in TestTypeCompletion.py on 2 Linux buildbots: by Daniel Malea · 11 years ago
  50. 411ab47 Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py by Daniel Malea · 11 years ago
  51. b4e08ab Added an option to "process detach" to keep the process stopped, if the process plugin (or in the by Jim Ingham · 11 years ago
  52. 8b73c97 Make "process handle -n true -s false" actually notifies of the signal. by Jim Ingham · 11 years ago
  53. 10dc2a1 <rdar://problem/13695846> by Enrico Granata · 11 years ago
  54. 8a1e654 lldb_private::StopInfo now holds onto a ThreadWP (a std::weak_ptr<lldb_private::Thread>) in case the thread goes away while the stop info still exists. by Greg Clayton · 11 years ago
  55. 97a19b2 Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules: by Greg Clayton · 11 years ago
  56. 30518e0 Don't return a reference to a local variable, and removed a redundant API. by Greg Clayton · 11 years ago
  57. bf1fa97 Add a few new methods to FileSpec to make it a little easier to work by Jason Molenda · 11 years ago
  58. cdc3ea5 Performance optimizations to ClangUserExpression, by Sean Callanan · 11 years ago
  59. 5c2cd1f <rdar://problem/12529989> by Enrico Granata · 11 years ago
  60. 23df42a Fixing a typo in the SBThread::Suspend documentation by Andrew Kaylor · 11 years ago
  61. 39ebb98 Make a synthetic children provider for the ObjC Class type by Enrico Granata · 11 years ago
  62. 36b877d 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 · 11 years ago
  63. 323c037 <rdar://problem/13209140> by Enrico Granata · 11 years ago
  64. d9661be Changes to the ObjC runtime by Enrico Granata · 11 years ago
  65. 79e7ad8 Fixed a problem where the expression parser would by Sean Callanan · 11 years ago
  66. f40162d Remove duplicate define by Sylvestre Ledru · 11 years ago
  67. bf26ea6 Daniel Malea reported seeing warnings for the use of anonymous namespaces in our public API. by Enrico Granata · 11 years ago
  68. ac630b8 Fix lock hierarchy violation in Listener/Broadcaster by Daniel Malea · 11 years ago
  69. ba6b37d Fix data race in Address class by wrapping m_offset in std::atomic by Daniel Malea · 11 years ago
  70. 5042acf <rdar://problem/13697881> by Greg Clayton · 11 years ago
  71. dbeac80 Be sure to include initializer_list when needed. by Greg Clayton · 11 years ago
  72. d387b46 Fixed some linux buildbot warnings. by Greg Clayton · 11 years ago
  73. 06761aa Simplified the management of the data buffer for by Sean Callanan · 11 years ago
  74. 347d722 Provided a variant of ReadCStringFromMemory that supports null terminators of any character width. by Ashok Thirumurthi · 11 years ago
  75. 2ce786d Removed 2800+ lines of code that no longer do anything by Sean Callanan · 11 years ago
  76. 28195f9 Optimized the way breakpoint conditions are evaluated. by Sean Callanan · 11 years ago
  77. 73cb33a Made IRMemoryMap::FindSpace a little cleverer, by Sean Callanan · 11 years ago
  78. 102b2c2 After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. by Greg Clayton · 11 years ago
  79. 0f0551e This commit changes the way LLDB executes user expressions. by Sean Callanan · 11 years ago
  80. da0e332 Try to unbreak the lldb-x86_64-linux buildbot after recent std::auto_ptr/std::unique_ptr changes. by Greg Clayton · 11 years ago
  81. 0b10ef6 Missed some cases when switching over to using our STD_UNIQUE_PTR macros. by Greg Clayton · 11 years ago
  82. 81a96aa 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 · 11 years ago
  83. 061ca65 Re-enable m_private_run_lock changes from 179329, but only for Apple hosted builds so it doesn't break the buildbots. We will try and work the issues out in the Apple build before enabling this feature for everyone. by Greg Clayton · 11 years ago
  84. 6b47bca Revert of r179378 and r179329, which introduce a private thread lock around thread enumeration, by Ashok Thirumurthi · 11 years ago
  85. 81f4b89 Remove duplicate "friend" declaration. by Andy Gibbs · 11 years ago
  86. 7df01f9 Add missing include by Daniel Malea · 11 years ago
  87. 3a201e4 Added a new API to the IRInterpreter (the old API by Sean Callanan · 11 years ago
  88. 44199f1 Made the IRInterpreter's methods static, since by Sean Callanan · 11 years ago
  89. e804caf Made the IRInterpreter be able to operate without by Sean Callanan · 11 years ago
  90. 13615cf Updated the IRInterpreter to work with an by Sean Callanan · 11 years ago
  91. 86d6ac2 Modified the IRInterpreter to take an IRMemoryMap. by Sean Callanan · 11 years ago
  92. a6686e3 Flipped the big switch: LLDB now uses the new by Sean Callanan · 11 years ago
  93. 2c35472 Adding new Python API function to check for stopped threads. by Andrew Kaylor · 11 years ago
  94. 76f9879 Added logging to each entity in the Materializer by Sean Callanan · 11 years ago
  95. cecfa8f Removed a duplicate copy of the contents of by Sean Callanan · 11 years ago
  96. faafd19 Audited the existing Materializer code to ensure by Sean Callanan · 11 years ago
  97. f58438f Fixed issues with the way ELF symbols are parsed: by Greg Clayton · 11 years ago
  98. e287e90 Now that ValueObjects permit writing, made the by Sean Callanan · 11 years ago
  99. 5ae1418 I don't know how I managed to build with that missing semicolon. by Sean Callanan · 11 years ago
  100. ab8e00e Added a SetData() method to ValueObject. This by Sean Callanan · 11 years ago