1. 9c9a7bf <rdar://problem/14266411> by Enrico Granata · 11 years ago
  2. a1f156a <rdar://problem/14182286> by Han Ming Ong · 11 years ago
  3. 0bb91ef Remove comment that is no longer applicable by Ed Maste · 11 years ago
  4. 9e0d89e <rdar://problem/14004410> by Han Ming Ong · 11 years ago
  5. 73cfdbc Adding two new markers to the ${var..} specifier by Enrico Granata · 11 years ago
  6. 001cd53 In thread and frame format strings, it is now allowed to use Python functions to generate part or all of the output text by Enrico Granata · 11 years ago
  7. d0f064d Fixed a problem with materialization and by Sean Callanan · 11 years ago
  8. 77e67a5 Implemented a types.py module that allows types to be inspected for padding. by Greg Clayton · 11 years ago
  9. 3e11c7e Sort out a number of mismatched integer types in order to cut down the number of compiler warnings. by Andy Gibbs · 11 years ago
  10. a8b5623 Added the ability to get a list of types from a SBModule or SBCompileUnit. Sebastien Metrot wanted this, and sent a hollowed out patch. I filled in the blanks and did the low level implementation. The new functions are: by Greg Clayton · 11 years ago
  11. 8c3391b <rdar://problem/14194128> by Enrico Granata · 11 years ago
  12. be2f909 We were getting an assert because somebody was making a watchpoint that was by Jim Ingham · 11 years ago
  13. b6a4c56 <rdar://problem/12717717> by Enrico Granata · 11 years ago
  14. c358068 <rdar://problem/13270271> by Enrico Granata · 11 years ago
  15. b1fb727 <rdar://problem/14134716> by Enrico Granata · 11 years ago
  16. 3626760 Remove unused Host macro. by Matt Kopec · 11 years ago
  17. ba3ebe1 Added a SBSection::GetParent() to the API. by Greg Clayton · 11 years ago
  18. 035ef3d <rdar://problem/11914077> by Enrico Granata · 11 years ago
  19. ac94caa Huge performance improvements when one breakpoint contains many locations. by Greg Clayton · 11 years ago
  20. a9dc882 Use llvm::APFloat for formatting if a target is available. Each target when debugging has a "ASTContext" that helps us to use the correct floating point semantics. Now that APFloat supports toString we now use that. If we don't have a target, we still fall back on the old display methodology, but the important formatting should always have a target available and thus use the compiler floating point code. by Greg Clayton · 11 years ago
  21. 6fb3f2c Remove eFormatHalfFloat as it isn't needed. eFormatFloat should be used and the byte size will tell us how to display it. by Greg Clayton · 11 years ago
  22. 6fefc3a <rdar://problem/12876503> by Enrico Granata · 11 years ago
  23. 01c3be1 <rdar://problem/12783351> by Enrico Granata · 11 years ago
  24. 13bf1b0 Don't retry the Connect when starting up debugserver if the reason for the previous failure was by Jim Ingham · 11 years ago
  25. d93d913 Fixed a problem where evaluating a breakpoint by Sean Callanan · 11 years ago
  26. 28ad12b <rdar://problem/13239809> by Enrico Granata · 11 years ago
  27. a4fc694 <rdar://problem/13988982> by Enrico Granata · 11 years ago
  28. 04cc48e If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, just return the current PrivateStopInfo. by Jim Ingham · 11 years ago
  29. 884288b Fix various build warnings. by Matt Kopec · 11 years ago
  30. c350e13 Add ability to attach/detach to multi-threaded inferiors on Linux. by Matt Kopec · 11 years ago
  31. 7ef39ca <rdar://problem/14035604> by Enrico Granata · 11 years ago
  32. f0e769c Small code cleanups by Enrico Granata · 11 years ago
  33. b50a2f3 Fixed signed operations in the IR interpreter. by Sean Callanan · 11 years ago
  34. d1ddde0 <rdar://problem/13643315> by Greg Clayton · 11 years ago
  35. 0be9b3b ObjectFileELF::GetModuleSpecifications on Linux should work now. by Michael Sartain · 11 years ago
  36. 17d5a03 Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors command line options. by Michael Sartain · 11 years ago
  37. 4b1b8d9 GCC gets confused by enums in bitfields, so I by Sean Callanan · 11 years ago
  38. 1c52f53 Cleaned up the File API a bit. by Greg Clayton · 11 years ago
  39. e15e58f Added a new "lldb" log channel named "os" for the OperatingSystem plug-ins to use. by Greg Clayton · 11 years ago
  40. e787234 Fixed a bug where persistent variables did not by Sean Callanan · 11 years ago
  41. 07e3124 <rdar://problem/13878726> by Enrico Granata · 11 years ago
  42. 4d4ff9e <rdar://problem/13892516> by Greg Clayton · 11 years ago
  43. 02af494 Improving the previous checkin about target.load-script-from-symbol-file by Enrico Granata · 11 years ago
  44. 2e7f2db <rdar://problem/13878726> by Enrico Granata · 11 years ago
  45. 83d90c5 <rdar://problem/11398407> by Greg Clayton · 11 years ago
  46. b31044e Fixed the build to reflect the API name change in r182085. by Ashok Thirumurthi · 11 years ago
  47. 92025da Fix a typo (ouput => output) by Sylvestre Ledru · 11 years ago
  48. 589d361 Apropos should search user commands as well as built-in commands. by Jim Ingham · 11 years ago
  49. 23a5162 <rdar://problem/13217784> by Greg Clayton · 11 years ago
  50. 5acdec7 Added a per-process cache for reserved memory by Sean Callanan · 11 years ago
  51. bef2dde Change the mechanism around SBValue::GetSP() so that it always requires the target API lock AND the by Jim Ingham · 11 years ago
  52. 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
  53. 375ba88 Fix inline stepping test case on Linux because Thread::ThreadStoppedForAReason ignored virtual steps. by Daniel Malea · 11 years ago
  54. de0201e Fixed expression evaluation with convenience registers. by Ashok Thirumurthi · 11 years ago
  55. 0244977 Add setting of lldb thread names on Linux. by Matt Kopec · 11 years ago
  56. 1d3db0a <rdar://problem/13183720> by Enrico Granata · 11 years ago
  57. ba065ca A couple of small fixes to make core file debugging less noisy. by Jason Molenda · 11 years ago
  58. addad59 <rdar://problem/13700260> by Greg Clayton · 11 years ago
  59. 0e19160 <rdar://problem/13854277> <rdar://problem/13594769> by Greg Clayton · 11 years ago
  60. 1f85fa8 Adding support for setting thread stop state when a process stops. by Andrew Kaylor · 11 years ago
  61. 85e3c2f Revert r181482 as it causes occasional hangs in LLDB buildbots by Daniel Malea · 11 years ago
  62. 863aa28 Changed the formerly pure virtual function: by Greg Clayton · 11 years ago
  63. 52e4391 Adding code to set thread state to stopped when the process stops. by Andrew Kaylor · 11 years ago
  64. b335e70 Quiet g++-4.7 warnings about const issues and fix the scope of the "if (IsValid())". by Greg Clayton · 11 years ago
  65. 994b86b <rdar://problem/13621080> by Enrico Granata · 11 years ago
  66. c5bcb90 Remove distinction between Apple/Linux for Process run locks: by Daniel Malea · 11 years ago
  67. 779e6ac Fixed IRExecutionUnit build failures due to changes by Sean Callanan · 11 years ago
  68. 7c79a27 Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached by Jim Ingham · 11 years ago
  69. 4e75e35 Reinstating r181091 and r181106 with fix for Linux regressions. by Andrew Kaylor · 11 years ago
  70. 95bea1d Temporarily reverting r181091 and r181106 due to the vast test breakage on the Linux buildbots by Ashok Thirumurthi · 11 years ago
  71. 8f0f475 <rdar://problem/11669154> by Enrico Granata · 11 years ago
  72. 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
  73. 08f60c8 fix a couple of clang static analyzer warnings. by Jason Molenda · 11 years ago
  74. 42b336c Remove the UUID::GetAsCString() method which required a buffer to save the by Jason Molenda · 11 years ago
  75. ff1bbd7 Fix logic error in ProcessInfo::SetArg0 by Andrew Kaylor · 11 years ago
  76. 0765e32 <rdar://problem/11742979> by Enrico Granata · 11 years ago
  77. 2e126c5 Add missing include to LLDB.h -- SBStream by Daniel Malea · 11 years ago
  78. 2cfedf5 We aren't ready for the assertions to be enabled on the ReadWriteLock classes yet. by Greg Clayton · 11 years ago
  79. 761afb8 Recommitting r180831 with trivial fix - remember to return errors if you compute. by Jim Ingham · 11 years ago
  80. a46013b <rdar://problem/13700260> <rdar://problem/13723772> by Greg Clayton · 11 years ago
  81. 0b78f43 Revert 180829 as it causes hangs in TestTypeCompletion.py on 2 Linux buildbots: by Daniel Malea · 11 years ago
  82. 411ab47 Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py by Daniel Malea · 11 years ago
  83. 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
  84. 8b73c97 Make "process handle -n true -s false" actually notifies of the signal. by Jim Ingham · 11 years ago
  85. 10dc2a1 <rdar://problem/13695846> by Enrico Granata · 11 years ago
  86. 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
  87. 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
  88. 30518e0 Don't return a reference to a local variable, and removed a redundant API. by Greg Clayton · 11 years ago
  89. bf1fa97 Add a few new methods to FileSpec to make it a little easier to work by Jason Molenda · 11 years ago
  90. cdc3ea5 Performance optimizations to ClangUserExpression, by Sean Callanan · 11 years ago
  91. 5c2cd1f <rdar://problem/12529989> by Enrico Granata · 11 years ago
  92. 23df42a Fixing a typo in the SBThread::Suspend documentation by Andrew Kaylor · 11 years ago
  93. 39ebb98 Make a synthetic children provider for the ObjC Class type by Enrico Granata · 11 years ago
  94. 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
  95. 323c037 <rdar://problem/13209140> by Enrico Granata · 11 years ago
  96. d9661be Changes to the ObjC runtime by Enrico Granata · 11 years ago
  97. 79e7ad8 Fixed a problem where the expression parser would by Sean Callanan · 11 years ago
  98. f40162d Remove duplicate define by Sylvestre Ledru · 11 years ago
  99. bf26ea6 Daniel Malea reported seeing warnings for the use of anonymous namespaces in our public API. by Enrico Granata · 11 years ago
  100. ac630b8 Fix lock hierarchy violation in Listener/Broadcaster by Daniel Malea · 11 years ago