1. 08f60c8 fix a couple of clang static analyzer warnings. by Jason Molenda · 11 years ago
  2. 42b336c Remove the UUID::GetAsCString() method which required a buffer to save the by Jason Molenda · 11 years ago
  3. 0765e32 <rdar://problem/11742979> by Enrico Granata · 11 years ago
  4. 78280ba <rdar://problem/13499317> by Enrico Granata · 11 years ago
  5. 761afb8 Recommitting r180831 with trivial fix - remember to return errors if you compute. by Jim Ingham · 11 years ago
  6. 411ab47 Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py by Daniel Malea · 11 years ago
  7. 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
  8. 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
  9. bf26ea6 Daniel Malea reported seeing warnings for the use of anonymous namespaces in our public API. by Enrico Granata · 11 years ago
  10. 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
  11. 2c35472 Adding new Python API function to check for stopped threads. by Andrew Kaylor · 11 years ago
  12. ab8e00e Added a SetData() method to ValueObject. This by Sean Callanan · 11 years ago
  13. 03dd6a4 The SBValue impl class's GetSP can now fetch the dynamic type or the synthetic by Jim Ingham · 11 years ago
  14. dd03f0a Avoid hang in attach-by-name test case by Daniel Malea · 11 years ago
  15. d4f95f3 <rdar://problem/11730263> by Greg Clayton · 11 years ago
  16. 952e9dc <rdar://problem/13521159> by Greg Clayton · 11 years ago
  17. 59b96d5 Modified patch from Prabhat Verma to enable loading core files through the SBTarget API. by Greg Clayton · 11 years ago
  18. 8aab31c <rdar://problem/13404009> by Han Ming Ong · 11 years ago
  19. 535f53c <rdar://problem/13443931> by Greg Clayton · 11 years ago
  20. fe6dc6e <rdar://problem/13421412> by Greg Clayton · 11 years ago
  21. 7d40838 Convert from the C-based LLVM Disassembler shim to the full MC Disassembler API's. by Jim Ingham · 11 years ago
  22. fe9d7bf Fixing the log line for SBValue::MightHaveChildren() to report the correct function name by Enrico Granata · 11 years ago
  23. cc28859 the log entry for SBThread::GetProcess() would not include the pointer to the process because we were using the value of the (otherwise unused) process_sp - instead of fetching the SP from sb_process by Enrico Granata · 11 years ago
  24. a7e864c <rdar://problem/13265297> by Greg Clayton · 11 years ago
  25. aebeefd Adding CMake build system to LLDB. Some known issues remain: by Daniel Malea · 11 years ago
  26. 89e248f Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction interoperate to fix problems where by Jim Ingham · 11 years ago
  27. 9c7108f Renaming SBValueList::get() to by Enrico Granata · 11 years ago
  28. ac66920 Correct logging for function calls that return SBValueList by Enrico Granata · 11 years ago
  29. 5c1700a <rdar://problem/13107151> by Enrico Granata · 11 years ago
  30. cbe61bd <rdar://problem/13159777> by Greg Clayton · 11 years ago
  31. 2ddb2b8 <rdar://problem/13092722> by Greg Clayton · 11 years ago
  32. ad72e52 Allow the target to give out the size of the red zone for given ABIs. by Greg Clayton · 11 years ago
  33. 1f71bcf <rdar://problem/12524607> by Greg Clayton · 11 years ago
  34. f509c5e <rdar://problem/12978143> by Enrico Granata · 11 years ago
  35. 36da2aa <rdar://problem/13069948> by Greg Clayton · 11 years ago
  36. 52ebc0a <rdar://problem/13010007> by Greg Clayton · 11 years ago
  37. 392bd8d <rdar://problem/13021266> by Enrico Granata · 12 years ago
  38. 6474274 <rdar://problem/13009943> by Greg Clayton · 12 years ago
  39. b794020 Separated the "expr --unwind-on-error" behavior into two parts, actual errors (i.e. crashes) which continue to be by Jim Ingham · 12 years ago
  40. 0e3b98e Add an SBProcess API to get the current StopID, either considering or ignoring stops caused by expression by Jim Ingham · 12 years ago
  41. 836064a <rdar://problem/12586010> by Greg Clayton · 12 years ago
  42. 19b6467 <rdar://problem/12928282> by Greg Clayton · 12 years ago
  43. aa93c93 Added an SBAPI to get the PythonPath (if the Host knows how to do that). And a -P option to the Driver by Jim Ingham · 12 years ago
  44. 278f16e Adding eStopReasonThreadExiting and fixing the handling of this state on Linux. by Andrew Kaylor · 12 years ago
  45. 282c22c This patch removes the SymbolFileSymtab support by Sean Callanan · 12 years ago
  46. 9c970a3 Adding events when watchpoints are set or changed. by Jim Ingham · 12 years ago
  47. bb04be1 Remove the “len” defaulted parameter from CommandReturnObject::AppendMessage, AppendWarning and AppendError. Nobody was using them, and it meant if you accidentally used the AppendWarning when you meant AppendWarningWithFormat with an integer in the format string, it would compile and then return your string plus some unknown amount of junk. by Jim Ingham · 12 years ago
  48. f2ca573 Fixed a few bugs in the "step in" thread plan logic. by Jim Ingham · 12 years ago
  49. 18e0830 Added GetCanonicalType() to SBType: by Greg Clayton · 12 years ago
  50. d35b7b3 More Linux warnings fixes (remove default labels as needed): by Daniel Malea · 12 years ago
  51. 0b93a75 <rdar://problem/12749733> by Greg Clayton · 12 years ago
  52. d891f9b Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 12 years ago
  53. 0bce9a2 <rdar://problem/12649160> by Greg Clayton · 12 years ago
  54. b3dafc6 <rdar://problem/12750060> by Greg Clayton · 12 years ago
  55. b1087a2 Save and restore terminal state when lldb is suspended with SIGTSTP and resumed with SIGCONT. by Jim Ingham · 12 years ago
  56. 5f35a4b Resolve printf formatting warnings on Linux: by Daniel Malea · 12 years ago
  57. 15fd97d Tighten up how we acquire the underlying frame in the SBFrame methods. We were getting by Jim Ingham · 12 years ago
  58. fb9cee6 <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferior by Han Ming Ong · 12 years ago
  59. 1e4d8f0 Rmoved a duplicate version of SetSelectedThreadByID by Sean Callanan · 12 years ago
  60. 9927057 Added the ability to get function return and argument types to SBType(): by Greg Clayton · 12 years ago
  61. aaf0088 Add missing return to SBAddress::GetOffset(). This was caught by Carlo Kok. by Greg Clayton · 12 years ago
  62. fee26ee Add API to get the process plugin name & short name. by Jim Ingham · 12 years ago
  63. 4a0a125 Reimplementing SBValue/ValueObject.GetValueAsUnsigned() in terms of appropriate calls in Scalar - Making sure Scalar does the right thing when casting signed values to unsigned ones. by Enrico Granata · 12 years ago
  64. 0fd6c8d <rdar://problem/12481949> Fixing SBValue.GetValueAsSigned() to do the right thing when dealing with a 32-bit negative value by Enrico Granata · 12 years ago
  65. 9e37662 Watchpoints remember the type of the expression or variable they were set with, and use by Jim Ingham · 12 years ago
  66. 54037b1 <rdar://problem/12493007> by Greg Clayton · 12 years ago
  67. 6837dfd <rdar://problem/12524810> by Greg Clayton · 12 years ago
  68. 3d656c7 <rdar://problem/12437442> by Enrico Granata · 12 years ago
  69. 4e84674 Improved logging for the SBTarget's launching and attaching APIs. by Sean Callanan · 12 years ago
  70. ed0a0fb <rdar://problem/12462048> <rdar://problem/12068650> by Greg Clayton · 12 years ago
  71. 75a443b API cleanup. by Greg Clayton · 12 years ago
  72. 47beabb Add the ability to set timeout & "run all threads" options both from the "expr" command and from by Jim Ingham · 12 years ago
  73. b8fda50 Removing the two extra GetXSize(bool) calls since we do not desire to support them long-term by Enrico Granata · 12 years ago
  74. c2bc794 <rdar://problem/12446320> Fixing an issue with our Driver where setting an immediate output would not cause suppression of the final printout. This allows effective output redirection for Python commands by Enrico Granata · 12 years ago
  75. 949b717 <rdar://problem/12490588> by Greg Clayton · 12 years ago
  76. 82560f2 <rdar://problem/12490558> by Greg Clayton · 12 years ago
  77. 6f01c93 Bunch of cleanups for warnings found by the llvm static analyzer. by Jim Ingham · 12 years ago
  78. 5e91e37 Patch from Daniel Malea that cleans up the process parameters for Process/Thread classes for POSIX and Linux. by Greg Clayton · 12 years ago
  79. 4930614 <rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb_private::Declaration - make a GetDeclaration() API on SBValue to return a declaration. This will only work for vroot variables as they are they only objects for which we currently provide a valid Declaration by Enrico Granata · 12 years ago
  80. 94a5d0d 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 · 12 years ago
  81. f737d37 Added a new "module" log channel which covers module creation, deletion, and common module list actions. by Greg Clayton · 12 years ago
  82. 2753a02 Add one-shot breakpoints (-o option to "break set") and a tbreak alias for our gdb friends. by Jim Ingham · 12 years ago
  83. bf41e19 Ran the sources through the compiler with -Wshadow warnings by Jason Molenda · 12 years ago
  84. fac2e62 Add support for debugging KASLR kernels via kdp (the kernel being by Jason Molenda · 12 years ago
  85. 6d10188 Implementing plugins that provide commands. by Enrico Granata · 12 years ago
  86. 437b5bc Wrapped up the work I am going to do for now for the "add-dsym" or "target symfile add" command. by Greg Clayton · 12 years ago
  87. 02fac1c If we are attached to a platform, then make sure that we can verify that a process exists when attaching by "pid" before we try and do a lengthy command that could take a while to timeout. by Greg Clayton · 12 years ago
  88. 3fcc297 Add an API to figure out whether a breakpoint is internal or not. by Jim Ingham · 12 years ago
  89. 3acaa92 <rdar://problem/9959501> by Greg Clayton · 12 years ago
  90. 851e30e Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. Some platforms don't support this modification. by Greg Clayton · 12 years ago
  91. 6b70f03 Remove a duplicate frame_sp local that was shadowing the one we copied the incoming SBFrame into. by Jim Ingham · 12 years ago
  92. be0cde9 SBThread::StepOut and SBThread::StepOutOfFrame should both run all threads. by Jim Ingham · 12 years ago
  93. 52124e7 SBThread::StepOverUntil should run all threads. It is running to breakpoints, so running one thread is likely to cause the target to stall. by Jim Ingham · 12 years ago
  94. f59388a Make the unwinding of the stack part of "thread return" work, and add the thread return command. by Jim Ingham · 12 years ago
  95. a17a81a Start at getting "thread return" working. Doesn't work yet. by Jim Ingham · 12 years ago
  96. c643077 Patch from Andrew Kaylor for linux: by Greg Clayton · 12 years ago
  97. 7de0117 Fixing a constness issue in an otherwise trivial patch by Enrico Granata · 12 years ago
  98. df83db8 Restoring an API as deprecated which was removed in a previous commit by Enrico Granata · 12 years ago
  99. d27026e Implementing an Options class for EvaluateExpression() in order to make the signature more compact and make it easy to 'just run an expression' by Enrico Granata · 12 years ago
  100. ae2ae94 <rdar://problem/11485744> Implement important data formatters in C++. Have the Objective-C language runtime plugin expose class descriptors objects akin to the objc_runtime.py Pythonic implementation. Rewrite the data formatters for some core Cocoa classes in C++ instead of Python. by Enrico Granata · 12 years ago