1. 838c27d <rdar://problem/10711649> by Greg Clayton · 13 years ago
  2. 64f8cab Our Read functions were taking a timeout of UINT32_MAX to mean wait forever, but then by Jim Ingham · 13 years ago
  3. fbcad68 o CommandObjectSettingsSet.cpp: by Johnny Chen · 13 years ago
  4. 7f86483 ValueObjectRegister type value objects should obey the format in ValueAsCString. by Jim Ingham · 13 years ago
  5. c43e7b8 Fixed an issue in the debugger format strings that include "${function.name-with-args}" by Greg Clayton · 13 years ago
  6. bba4836 <rdar://problem/9731573> by Greg Clayton · 13 years ago
  7. 2fc9b6f <rdar://problem/10684141> by Greg Clayton · 13 years ago
  8. f9971c4 Added a new thread and frame format that can be used to display a function by Greg Clayton · 13 years ago
  9. 9175f66 Fix a comment typo. by Jim Ingham · 13 years ago
  10. a334c9d Let the Module FindType do the stripping of namespace components, that's not expensive by Jim Ingham · 13 years ago
  11. db2dc2b Big change in the way ObjectFile file contents are managed. We now by Greg Clayton · 13 years ago
  12. 7129913 Fixed a missing space when reporting errors and warning through the module by Greg Clayton · 13 years ago
  13. b01327f Since clang modifies .o files in place, use MAP_PRIVATE as it seems by Greg Clayton · 13 years ago
  14. ae4ca1b Recursive calls to ValueObject::GetSummaryAsCString() are causing crashes. by Greg Clayton · 13 years ago
  15. 4b23ab3 <rdar://problem/10652336> by Greg Clayton · 13 years ago
  16. b42c2ad <rdar://problem/10647191> by Greg Clayton · 13 years ago
  17. df6dc88 Added code in the Host layer that can report system log messages by Greg Clayton · 13 years ago
  18. 9ac3d8b Fixed a dangling pointer bug associated with the by Sean Callanan · 13 years ago
  19. 2f28ece <rdar://problem/10507811> by Greg Clayton · 13 years ago
  20. ccdaf23 Instead of blindly printing a string when by Sean Callanan · 13 years ago
  21. 0fea051 <rdar://problem/10368163> by Greg Clayton · 13 years ago
  22. 1716ad7 <rdar://problem/10546739> by Greg Clayton · 13 years ago
  23. 016ef88 Improve the x86_64 return value decoder to handle most structure returns. by Jim Ingham · 13 years ago
  24. b399653 Add check for non-NULL Variable with a NULL Type. by Jim Ingham · 13 years ago
  25. b6ca2e1 Work in progress for: by Johnny Chen · 13 years ago
  26. 1586d97 Add the ability to capture the return value in a thread's stop info, and print it by Jim Ingham · 13 years ago
  27. dfafa14 http://llvm.org/bugs/show_bug.cgi?id=11588 by Johnny Chen · 13 years ago
  28. a5fd176 Handle all of the "thumb" target triple architecture variants that llvm handles. by Greg Clayton · 13 years ago
  29. ef1f690 I have added a function to SBTarget that allows by Sean Callanan · 13 years ago
  30. cd186e5 http://llvm.org/bugs/show_bug.cgi?id=11560 lldb::SBTarget::FindFirstType crashes when passed None by Johnny Chen · 13 years ago
  31. 931449e rdar://problem/10227672 by Johnny Chen · 13 years ago
  32. c5d14e6 <rdar://problem/9958446> <rdar://problem/10561406> by Greg Clayton · 13 years ago
  33. 7c53768 Don't try to cache the ExecutionContextScope in the ValueObject::EvaluationPoint, it is too by Jim Ingham · 13 years ago
  34. 1b42575 Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's. by Jim Ingham · 13 years ago
  35. 3f69eac Added new symbol types for Objective C classes, metaclasses, and ivars. Each by Greg Clayton · 13 years ago
  36. dd6698d <rdar://problem/10410131> by Greg Clayton · 13 years ago
  37. d9919d3 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 13 years ago
  38. e957039 Make sure that we print out function or symbol information. If we disassembled by Greg Clayton · 13 years ago
  39. 75d8c25 CommandObjectProcess was recently changed to automatically use the platform by Greg Clayton · 13 years ago
  40. 48f4798 Fixed an issue in the DWARFLocationList::Dump() function where default by Greg Clayton · 13 years ago
  41. be9875d Many GDB users always want to display disassembly when they stop by using by Greg Clayton · 13 years ago
  42. 323ce42 Handle stepping through a trampoline where the jump target is calculated a runtime - and so doesn't match by Jim Ingham · 13 years ago
  43. ffa43a6 Fixed the issue that was causing our monitor process threads to crash, it by Greg Clayton · 13 years ago
  44. 2020608 Fixed an issue with the pthread_setspecific() where we weren't NULL-ing out by Greg Clayton · 13 years ago
  45. 1c4642c Made the darwin host layer properly reap any child processes that it spawns. by Greg Clayton · 13 years ago
  46. 36deaee Speed improvements for ULEB128 reading from James McIlree. by Greg Clayton · 13 years ago
  47. 0943687 Fixed the eFormatChar, eFormatCharPrintable and eFormatCharArray to print by Greg Clayton · 13 years ago
  48. 0922f7c Bitfields in uint8_t's will have format eFormatChar and DataExtractor::Dump by Jason Molenda · 13 years ago
  49. 7537dce Updated LLVM/Clang to pick up a fix for imports of by Sean Callanan · 13 years ago
  50. 3e4238d Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 13 years ago
  51. b67c2a2 We can't have the global vector of modules be a static object, or it might get destroyed by Jim Ingham · 13 years ago
  52. bdc85ee ValueObjectVariable::GetClangAST should check that it has a valid Type before accessing it. by Jim Ingham · 13 years ago
  53. ca6bc7e warnings: Fix a non-standard escape sequence. by Daniel Dunbar · 13 years ago
  54. aed469f warnings: Fix use of a non-standard escape. by Daniel Dunbar · 13 years ago
  55. 97c8957 warnings: Fix a bunch of -Wreorder problems. by Daniel Dunbar · 13 years ago
  56. 705a098 warnings: Fix up several const qualified return types. by Daniel Dunbar · 13 years ago
  57. 41a857a finish removal of alpha arch -- previous half-removal caused lldb to assert on startup by Jason Molenda · 13 years ago
  58. a8f53b9 Remove alpha from list of known architectures -- it was just removed by Jason Molenda · 13 years ago
  59. 746979d Fixed the continuation dumping of instructions to properly advance the by Greg Clayton · 13 years ago
  60. 7089d8a Added the ability for the target to specify Modules that will not be searched by Jim Ingham · 13 years ago
  61. 24a6bd9 Added support for the new ".apple_objc" accelerator tables. These tables are by Greg Clayton · 13 years ago
  62. 4cd531f Fixed the display of OSTypes (the four character codes). by Greg Clayton · 13 years ago
  63. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  64. c28bbdb Move Python.h includes out of the headers into the .cpp file where it's actually used. by Benjamin Kramer · 13 years ago
  65. 444e35b Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 13 years ago
  66. f5c0c72 Added the ability to run expressions in any command. Expressions can be by Greg Clayton · 13 years ago
  67. aa4a553 Removed namespace qualification from symbol queries. by Sean Callanan · 13 years ago
  68. 0fcec13 Completed the glue that passes a ClangNamespaceDecl * by Sean Callanan · 13 years ago
  69. 3e80cd9 Added ClangNamespaceDecl * parameters to several by Sean Callanan · 13 years ago
  70. 141f8d9 Fix preprocessor warnings for no newline at the end of the source files. by Greg Clayton · 13 years ago
  71. ca804bf Don't look up main to find the default source file till somebody actually asks for it. by Jim Ingham · 13 years ago
  72. 61aca5d Re-organized the contents of RangeMap.h to be more concise and also allow for a Range, RangeArray, RangeData (range + data), or a RangeDataArray. We have many range implementations in LLDB and I will be converting over to using the classes in RangeMap.h so we can have one set of code that does ranges and searching of ranges. by Greg Clayton · 13 years ago
  73. 1037808 Stop empty C strings in summaries from showing "<data not available>" when a by Greg Clayton · 13 years ago
  74. 05e3b9e Fixed an issue where a variable whose value is in a register might end up by Greg Clayton · 13 years ago
  75. 2f57db0 Cleaned up the the code that figures out the inlined stack frames given a by Greg Clayton · 13 years ago
  76. 23b8abb Added more functionality to the public API to allow for better by Greg Clayton · 13 years ago
  77. 3e8c25f Added to the public API to allow symbolication: by Greg Clayton · 13 years ago
  78. d6d4797 Added the ability to restrict breakpoints by function name, function regexp, selector by Jim Ingham · 13 years ago
  79. 567e7f3 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 13 years ago
  80. 16ccbfd Fix printf call in SearchFilterByModuleList::GetDescription. by Jason Molenda · 13 years ago
  81. 6a64bbf The first part of a fix for being able to select an architecture slice from by Greg Clayton · 13 years ago
  82. 03c8ee5 Add a new breakpoint type "break by source regular expression". by Jim Ingham · 13 years ago
  83. 7e5fa7f Update declarations for all functions/methods that accept printf-style by Jason Molenda · 13 years ago
  84. 95b7b43 Change Error::SetErrorStringWithFormat() prototype to use an by Jason Molenda · 13 years ago
  85. e40b642 Don't put modules for .o files into the global shared module list. We by Greg Clayton · 13 years ago
  86. 987c7eb Adopt the intrusive pointers in: by Greg Clayton · 13 years ago
  87. 02e210c Removed the function: by Greg Clayton · 13 years ago
  88. 6e0101c Convert lldb::ModuleSP to use an instrusive ref counted pointer. by Greg Clayton · 13 years ago
  89. c0c5324 Track whether a process was Launched or Attached to. If Attached, the detach when the debugger is destroyed, rather than killing the process. Also added a Debugger::Clear, which gets called in Debugger::Destroy to deal with all the targets in the Debugger. Also made the Driver's main loop call Destroy on the debugger, rather than just Destroying the currently selected Target's process. by Jim Ingham · 13 years ago
  90. 65ac966 Fix ArchSpec::operator== to take the Triple into account as well as the Core. Also make the constructors explicit. by Jim Ingham · 13 years ago
  91. cc63746 SBSourceManager now gets the real source manager either from the Debugger or Target. Also, move the SourceManager file cache into the debugger by Jim Ingham · 13 years ago
  92. 86c2e74 Fixed up the comments in the headerdoc to match the current implementation by Greg Clayton · 13 years ago
  93. 448bd2f Fixes for Symtab.cpp to take advantage of the new unique C string map by Greg Clayton · 13 years ago
  94. 3b23d20 Renaming a bulk of method calls from Get() to something more descriptive by Enrico Granata · 13 years ago
  95. fdf24ef Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. by Jim Ingham · 13 years ago
  96. 716a628 Refactoring of Get() methods in FormatManager/FormatCategory to have explicative names and return shared-pointers instead of bools by Enrico Granata · 13 years ago
  97. 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 13 years ago
  98. 5c3861d Added the ability for DWARF locations to use the ABI plug-ins to resolve by Greg Clayton · 13 years ago
  99. 97b8f66 Forgot to write out the NULL terminator when putting C string value into by Greg Clayton · 13 years ago
  100. d84cc04 Added a DataEncoder class for the new IR evaluation expression parser so it by Greg Clayton · 13 years ago