1. d55c5b1 Add Android.mk support for building LLDB on Linux host. by Todd Fiala · 11 years ago
  2. 5bcb221 Fix the logging messages for SBFrame::FindRegister(). by Jason Molenda · 11 years ago
  3. 6855784 Add an SBFrame::FindRegister() method to make it a little by Jason Molenda · 11 years ago
  4. 008f3dc This commit does two things. One, it converts the return value of the QueueThreadPlanXXX by Jim Ingham · 11 years ago
  5. 7980d35 Fixed GetModuleSpecifications() to work better overall: by Greg Clayton · 11 years ago
  6. 52f7923 Huge change to clean up types. by Greg Clayton · 11 years ago
  7. 7940069 Cleanup on the unified section list changes. Main changes are: by Greg Clayton · 11 years ago
  8. b9d995d Second attempt at getting the PyCallable changes in trunk by Enrico Granata · 11 years ago
  9. 1617c78 Added missing SBModuleSpec.cpp file to the CMakeLists.txt by Greg Clayton · 11 years ago
  10. f9215ba Added a way to extract the module specifications from a file. A module specification is information that is required to describe a module (executable, shared library, object file, ect). This information includes host path, platform path (remote path), symbol file path, UUID, object name (for objects in .a files for example you could have an object name of "foo.o"), and target triple. Module specification can be used to create a module, or used to add a module to a target. A list of module specifications can be used to enumerate objects in container objects (like universal mach files and BSD archive files). by Greg Clayton · 11 years ago
  11. 26bc105 Revert commits that cause broken builds on GCC buildbots by Daniel Malea · 11 years ago
  12. a807cee Split symbol support for ELF and Linux. by Michael Sartain · 11 years ago
  13. 151416f Fixed SBProcess::RemoteLaunch() to use the platform executable path. Patch from Sebastien Metrot. by Greg Clayton · 11 years ago
  14. 9c9a7bf <rdar://problem/14266411> by Enrico Granata · 11 years ago
  15. 77e67a5 Implemented a types.py module that allows types to be inspected for padding. by Greg Clayton · 11 years ago
  16. 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
  17. be2f909 We were getting an assert because somebody was making a watchpoint that was by Jim Ingham · 11 years ago
  18. ba3ebe1 Added a SBSection::GetParent() to the API. by Greg Clayton · 11 years ago
  19. 0d23187 Improvements to the data formatters SB API: by Enrico Granata · 11 years ago
  20. 17d5a03 Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors command line options. by Michael Sartain · 11 years ago
  21. 0c2921f Fixed a few obvious errors pointed out by the static analyzer. by Jim Ingham · 11 years ago
  22. bef2dde Change the mechanism around SBValue::GetSP() so that it always requires the target API lock AND the by Jim Ingham · 11 years ago
  23. 0e19160 <rdar://problem/13854277> <rdar://problem/13594769> by Greg Clayton · 11 years ago
  24. 08f60c8 fix a couple of clang static analyzer warnings. by Jason Molenda · 11 years ago
  25. 42b336c Remove the UUID::GetAsCString() method which required a buffer to save the by Jason Molenda · 11 years ago
  26. 0765e32 <rdar://problem/11742979> by Enrico Granata · 11 years ago
  27. 78280ba <rdar://problem/13499317> by Enrico Granata · 11 years ago
  28. 761afb8 Recommitting r180831 with trivial fix - remember to return errors if you compute. by Jim Ingham · 11 years ago
  29. 411ab47 Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py by Daniel Malea · 11 years ago
  30. 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
  31. 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
  32. bf26ea6 Daniel Malea reported seeing warnings for the use of anonymous namespaces in our public API. by Enrico Granata · 11 years ago
  33. 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
  34. 2c35472 Adding new Python API function to check for stopped threads. by Andrew Kaylor · 11 years ago
  35. ab8e00e Added a SetData() method to ValueObject. This by Sean Callanan · 11 years ago
  36. 03dd6a4 The SBValue impl class's GetSP can now fetch the dynamic type or the synthetic by Jim Ingham · 11 years ago
  37. dd03f0a Avoid hang in attach-by-name test case by Daniel Malea · 11 years ago
  38. d4f95f3 <rdar://problem/11730263> by Greg Clayton · 11 years ago
  39. 952e9dc <rdar://problem/13521159> by Greg Clayton · 11 years ago
  40. 59b96d5 Modified patch from Prabhat Verma to enable loading core files through the SBTarget API. by Greg Clayton · 11 years ago
  41. 8aab31c <rdar://problem/13404009> by Han Ming Ong · 11 years ago
  42. 535f53c <rdar://problem/13443931> by Greg Clayton · 11 years ago
  43. fe6dc6e <rdar://problem/13421412> by Greg Clayton · 11 years ago
  44. 7d40838 Convert from the C-based LLVM Disassembler shim to the full MC Disassembler API's. by Jim Ingham · 11 years ago
  45. fe9d7bf Fixing the log line for SBValue::MightHaveChildren() to report the correct function name by Enrico Granata · 11 years ago
  46. 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
  47. a7e864c <rdar://problem/13265297> by Greg Clayton · 11 years ago
  48. aebeefd Adding CMake build system to LLDB. Some known issues remain: by Daniel Malea · 11 years ago
  49. 89e248f Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction interoperate to fix problems where by Jim Ingham · 11 years ago
  50. 9c7108f Renaming SBValueList::get() to by Enrico Granata · 11 years ago
  51. ac66920 Correct logging for function calls that return SBValueList by Enrico Granata · 11 years ago
  52. 5c1700a <rdar://problem/13107151> by Enrico Granata · 11 years ago
  53. cbe61bd <rdar://problem/13159777> by Greg Clayton · 11 years ago
  54. 2ddb2b8 <rdar://problem/13092722> by Greg Clayton · 11 years ago
  55. ad72e52 Allow the target to give out the size of the red zone for given ABIs. by Greg Clayton · 11 years ago
  56. 1f71bcf <rdar://problem/12524607> by Greg Clayton · 11 years ago
  57. f509c5e <rdar://problem/12978143> by Enrico Granata · 11 years ago
  58. 36da2aa <rdar://problem/13069948> by Greg Clayton · 11 years ago
  59. 52ebc0a <rdar://problem/13010007> by Greg Clayton · 11 years ago
  60. 392bd8d <rdar://problem/13021266> by Enrico Granata · 11 years ago
  61. 6474274 <rdar://problem/13009943> by Greg Clayton · 11 years ago
  62. b794020 Separated the "expr --unwind-on-error" behavior into two parts, actual errors (i.e. crashes) which continue to be by Jim Ingham · 11 years ago
  63. 0e3b98e Add an SBProcess API to get the current StopID, either considering or ignoring stops caused by expression by Jim Ingham · 11 years ago
  64. 836064a <rdar://problem/12586010> by Greg Clayton · 11 years ago
  65. 19b6467 <rdar://problem/12928282> by Greg Clayton · 11 years ago
  66. 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 · 11 years ago
  67. 278f16e Adding eStopReasonThreadExiting and fixing the handling of this state on Linux. by Andrew Kaylor · 11 years ago
  68. 282c22c This patch removes the SymbolFileSymtab support by Sean Callanan · 11 years ago
  69. 9c970a3 Adding events when watchpoints are set or changed. by Jim Ingham · 11 years ago
  70. 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 · 11 years ago
  71. f2ca573 Fixed a few bugs in the "step in" thread plan logic. by Jim Ingham · 12 years ago
  72. 18e0830 Added GetCanonicalType() to SBType: by Greg Clayton · 12 years ago
  73. d35b7b3 More Linux warnings fixes (remove default labels as needed): by Daniel Malea · 12 years ago
  74. 0b93a75 <rdar://problem/12749733> by Greg Clayton · 12 years ago
  75. d891f9b Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 12 years ago
  76. 0bce9a2 <rdar://problem/12649160> by Greg Clayton · 12 years ago
  77. b3dafc6 <rdar://problem/12750060> by Greg Clayton · 12 years ago
  78. b1087a2 Save and restore terminal state when lldb is suspended with SIGTSTP and resumed with SIGCONT. by Jim Ingham · 12 years ago
  79. 5f35a4b Resolve printf formatting warnings on Linux: by Daniel Malea · 12 years ago
  80. 15fd97d Tighten up how we acquire the underlying frame in the SBFrame methods. We were getting by Jim Ingham · 12 years ago
  81. fb9cee6 <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferior by Han Ming Ong · 12 years ago
  82. 1e4d8f0 Rmoved a duplicate version of SetSelectedThreadByID by Sean Callanan · 12 years ago
  83. 9927057 Added the ability to get function return and argument types to SBType(): by Greg Clayton · 12 years ago
  84. aaf0088 Add missing return to SBAddress::GetOffset(). This was caught by Carlo Kok. by Greg Clayton · 12 years ago
  85. fee26ee Add API to get the process plugin name & short name. by Jim Ingham · 12 years ago
  86. 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
  87. 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
  88. 9e37662 Watchpoints remember the type of the expression or variable they were set with, and use by Jim Ingham · 12 years ago
  89. 54037b1 <rdar://problem/12493007> by Greg Clayton · 12 years ago
  90. 6837dfd <rdar://problem/12524810> by Greg Clayton · 12 years ago
  91. 3d656c7 <rdar://problem/12437442> by Enrico Granata · 12 years ago
  92. 4e84674 Improved logging for the SBTarget's launching and attaching APIs. by Sean Callanan · 12 years ago
  93. ed0a0fb <rdar://problem/12462048> <rdar://problem/12068650> by Greg Clayton · 12 years ago
  94. 75a443b API cleanup. by Greg Clayton · 12 years ago
  95. 47beabb Add the ability to set timeout & "run all threads" options both from the "expr" command and from by Jim Ingham · 12 years ago
  96. b8fda50 Removing the two extra GetXSize(bool) calls since we do not desire to support them long-term by Enrico Granata · 12 years ago
  97. 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
  98. 949b717 <rdar://problem/12490588> by Greg Clayton · 12 years ago
  99. 82560f2 <rdar://problem/12490558> by Greg Clayton · 12 years ago
  100. 6f01c93 Bunch of cleanups for warnings found by the llvm static analyzer. by Jim Ingham · 12 years ago