1. a807cee Split symbol support for ELF and Linux. by Michael Sartain · 11 years ago
  2. fa2cd91 Following the modification introduced in llvm by commit 185311 by Sylvestre Ledru · 11 years ago
  3. 4a20587 Hitherto the IRForTarget infrastructure has mainly by Sean Callanan · 11 years ago
  4. bb14d13 FileSpec destructor doesn't need to be virtual. by Greg Clayton · 11 years ago
  5. 47e3ed8 ArchSpec doesn't need a virtual destructor. by Greg Clayton · 11 years ago
  6. 87f0261 PathMappingList doesn't need a virtual destructor. by Greg Clayton · 11 years ago
  7. 5f365bc Cleanup of IRForTarget. Removed some relics of by Sean Callanan · 11 years ago
  8. e46dd5b Remove the process's reservation cache and don't by Sean Callanan · 11 years ago
  9. 50be3f7 Remove ifdef LLDB_CONFIGURATION_DEBUG directives around the formatter by Jason Molenda · 11 years ago
  10. 9c9a7bf <rdar://problem/14266411> by Enrico Granata · 11 years ago
  11. a1f156a <rdar://problem/14182286> by Han Ming Ong · 11 years ago
  12. 0bb91ef Remove comment that is no longer applicable by Ed Maste · 11 years ago
  13. 9e0d89e <rdar://problem/14004410> by Han Ming Ong · 11 years ago
  14. 73cfdbc Adding two new markers to the ${var..} specifier by Enrico Granata · 11 years ago
  15. 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
  16. d0f064d Fixed a problem with materialization and by Sean Callanan · 11 years ago
  17. 77e67a5 Implemented a types.py module that allows types to be inspected for padding. by Greg Clayton · 11 years ago
  18. 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
  19. 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
  20. 8c3391b <rdar://problem/14194128> by Enrico Granata · 11 years ago
  21. be2f909 We were getting an assert because somebody was making a watchpoint that was by Jim Ingham · 11 years ago
  22. b6a4c56 <rdar://problem/12717717> by Enrico Granata · 11 years ago
  23. c358068 <rdar://problem/13270271> by Enrico Granata · 11 years ago
  24. b1fb727 <rdar://problem/14134716> by Enrico Granata · 11 years ago
  25. 3626760 Remove unused Host macro. by Matt Kopec · 11 years ago
  26. ba3ebe1 Added a SBSection::GetParent() to the API. by Greg Clayton · 11 years ago
  27. 035ef3d <rdar://problem/11914077> by Enrico Granata · 11 years ago
  28. ac94caa Huge performance improvements when one breakpoint contains many locations. by Greg Clayton · 11 years ago
  29. 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
  30. 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
  31. 6fefc3a <rdar://problem/12876503> by Enrico Granata · 11 years ago
  32. 01c3be1 <rdar://problem/12783351> by Enrico Granata · 11 years ago
  33. 13bf1b0 Don't retry the Connect when starting up debugserver if the reason for the previous failure was by Jim Ingham · 11 years ago
  34. d93d913 Fixed a problem where evaluating a breakpoint by Sean Callanan · 11 years ago
  35. 28ad12b <rdar://problem/13239809> by Enrico Granata · 11 years ago
  36. a4fc694 <rdar://problem/13988982> by Enrico Granata · 11 years ago
  37. 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
  38. 884288b Fix various build warnings. by Matt Kopec · 11 years ago
  39. c350e13 Add ability to attach/detach to multi-threaded inferiors on Linux. by Matt Kopec · 11 years ago
  40. 7ef39ca <rdar://problem/14035604> by Enrico Granata · 11 years ago
  41. f0e769c Small code cleanups by Enrico Granata · 11 years ago
  42. b50a2f3 Fixed signed operations in the IR interpreter. by Sean Callanan · 11 years ago
  43. d1ddde0 <rdar://problem/13643315> by Greg Clayton · 11 years ago
  44. 0be9b3b ObjectFileELF::GetModuleSpecifications on Linux should work now. by Michael Sartain · 11 years ago
  45. 17d5a03 Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors command line options. by Michael Sartain · 11 years ago
  46. 4b1b8d9 GCC gets confused by enums in bitfields, so I by Sean Callanan · 11 years ago
  47. 1c52f53 Cleaned up the File API a bit. by Greg Clayton · 11 years ago
  48. e15e58f Added a new "lldb" log channel named "os" for the OperatingSystem plug-ins to use. by Greg Clayton · 11 years ago
  49. e787234 Fixed a bug where persistent variables did not by Sean Callanan · 11 years ago
  50. 07e3124 <rdar://problem/13878726> by Enrico Granata · 11 years ago
  51. 4d4ff9e <rdar://problem/13892516> by Greg Clayton · 11 years ago
  52. 02af494 Improving the previous checkin about target.load-script-from-symbol-file by Enrico Granata · 11 years ago
  53. 2e7f2db <rdar://problem/13878726> by Enrico Granata · 11 years ago
  54. 83d90c5 <rdar://problem/11398407> by Greg Clayton · 11 years ago
  55. b31044e Fixed the build to reflect the API name change in r182085. by Ashok Thirumurthi · 11 years ago
  56. 92025da Fix a typo (ouput => output) by Sylvestre Ledru · 11 years ago
  57. 589d361 Apropos should search user commands as well as built-in commands. by Jim Ingham · 11 years ago
  58. 23a5162 <rdar://problem/13217784> by Greg Clayton · 11 years ago
  59. 5acdec7 Added a per-process cache for reserved memory by Sean Callanan · 11 years ago
  60. bef2dde Change the mechanism around SBValue::GetSP() so that it always requires the target API lock AND the by Jim Ingham · 11 years ago
  61. 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
  62. 375ba88 Fix inline stepping test case on Linux because Thread::ThreadStoppedForAReason ignored virtual steps. by Daniel Malea · 11 years ago
  63. de0201e Fixed expression evaluation with convenience registers. by Ashok Thirumurthi · 11 years ago
  64. 0244977 Add setting of lldb thread names on Linux. by Matt Kopec · 11 years ago
  65. 1d3db0a <rdar://problem/13183720> by Enrico Granata · 11 years ago
  66. ba065ca A couple of small fixes to make core file debugging less noisy. by Jason Molenda · 11 years ago
  67. addad59 <rdar://problem/13700260> by Greg Clayton · 11 years ago
  68. 0e19160 <rdar://problem/13854277> <rdar://problem/13594769> by Greg Clayton · 11 years ago
  69. 1f85fa8 Adding support for setting thread stop state when a process stops. by Andrew Kaylor · 11 years ago
  70. 85e3c2f Revert r181482 as it causes occasional hangs in LLDB buildbots by Daniel Malea · 11 years ago
  71. 863aa28 Changed the formerly pure virtual function: by Greg Clayton · 11 years ago
  72. 52e4391 Adding code to set thread state to stopped when the process stops. by Andrew Kaylor · 11 years ago
  73. b335e70 Quiet g++-4.7 warnings about const issues and fix the scope of the "if (IsValid())". by Greg Clayton · 11 years ago
  74. 994b86b <rdar://problem/13621080> by Enrico Granata · 11 years ago
  75. c5bcb90 Remove distinction between Apple/Linux for Process run locks: by Daniel Malea · 11 years ago
  76. 779e6ac Fixed IRExecutionUnit build failures due to changes by Sean Callanan · 11 years ago
  77. 7c79a27 Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached by Jim Ingham · 11 years ago
  78. 4e75e35 Reinstating r181091 and r181106 with fix for Linux regressions. by Andrew Kaylor · 11 years ago
  79. 95bea1d Temporarily reverting r181091 and r181106 due to the vast test breakage on the Linux buildbots by Ashok Thirumurthi · 11 years ago
  80. 8f0f475 <rdar://problem/11669154> by Enrico Granata · 11 years ago
  81. 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
  82. 08f60c8 fix a couple of clang static analyzer warnings. by Jason Molenda · 11 years ago
  83. 42b336c Remove the UUID::GetAsCString() method which required a buffer to save the by Jason Molenda · 11 years ago
  84. ff1bbd7 Fix logic error in ProcessInfo::SetArg0 by Andrew Kaylor · 11 years ago
  85. 0765e32 <rdar://problem/11742979> by Enrico Granata · 11 years ago
  86. 2e126c5 Add missing include to LLDB.h -- SBStream by Daniel Malea · 11 years ago
  87. 2cfedf5 We aren't ready for the assertions to be enabled on the ReadWriteLock classes yet. by Greg Clayton · 11 years ago
  88. 761afb8 Recommitting r180831 with trivial fix - remember to return errors if you compute. by Jim Ingham · 11 years ago
  89. a46013b <rdar://problem/13700260> <rdar://problem/13723772> by Greg Clayton · 11 years ago
  90. 0b78f43 Revert 180829 as it causes hangs in TestTypeCompletion.py on 2 Linux buildbots: by Daniel Malea · 11 years ago
  91. 411ab47 Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py by Daniel Malea · 11 years ago
  92. 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
  93. 8b73c97 Make "process handle -n true -s false" actually notifies of the signal. by Jim Ingham · 11 years ago
  94. 10dc2a1 <rdar://problem/13695846> by Enrico Granata · 11 years ago
  95. 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
  96. 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
  97. 30518e0 Don't return a reference to a local variable, and removed a redundant API. by Greg Clayton · 11 years ago
  98. bf1fa97 Add a few new methods to FileSpec to make it a little easier to work by Jason Molenda · 11 years ago
  99. cdc3ea5 Performance optimizations to ClangUserExpression, by Sean Callanan · 11 years ago
  100. 5c2cd1f <rdar://problem/12529989> by Enrico Granata · 11 years ago