1. ef1923d Improved the user-friendliness of errors shown by the summary feature in certain areas by Enrico Granata · 13 years ago
  2. 2431244 Added support for persistent types to the by Sean Callanan · 13 years ago
  3. 242ffb8 Short option for --summary-string in 'type summary add' is now -s. This might be a breaking change for those who have summaries defined. by Enrico Granata · 13 years ago
  4. adec24d Add some expected failure decorators with radar numbers. by Johnny Chen · 13 years ago
  5. 2c6a3d8 Additional code cleanups ; Short option name for --python-script in type summary add moved from -s to -o (this is a preliminary step in moving the short option for --summary-string from -f to -s) ; Accordingly updated the test suite by Enrico Granata · 13 years ago
  6. d587a58 Separated FormatNavigator and FormatManager in two different files ; moved FormatCategoryItem enum out of FormatManager.h as a debugger-wide lldb_private enum ; minor style cleanups by Enrico Granata · 13 years ago
  7. c01c05c Restored the version of LLVM that we previously by Sean Callanan · 13 years ago
  8. 17f3d05 Finishing the renaming from "MacOSX-Kernel" to "Darwin-Kernel". by Greg Clayton · 13 years ago
  9. 49f7e5b Renaming "MacOSX-Kernel" to "Darwin-Kernel". The file contents and project by Greg Clayton · 13 years ago
  10. 24b81e3 Fix the 'target variable' help syntax to output one or more <variable-name>'s. by Johnny Chen · 13 years ago
  11. f530bfe Check the timesatmps of includees python-extensions.swig and python-wrapper.swig and force by Johnny Chen · 13 years ago
  12. 0be2e9b More cleanups ; Separated implementation of FormatManager from class DataVisualization as a front-end by using separate .h/.cpp files - Final aim is to break up FormatManager.h/cpp into several separate files by Enrico Granata · 13 years ago
  13. 4dfa511 Don't let Python write its .pyc files, that's not really polite... by Jim Ingham · 13 years ago
  14. b0968f5 Code cleanup and refactoring (round 4): by Enrico Granata · 13 years ago
  15. c70f3f5 Modify test cases to use 'target variable' to display global variables. by Johnny Chen · 13 years ago
  16. 960691f - Support for Python namespaces: by Enrico Granata · 13 years ago
  17. 278bc67 Fixing a startup error by Enrico Granata · 13 years ago
  18. 68506fb Exception-awareness for gnu_libstdcpp formatters ; Documentation update by Enrico Granata · 13 years ago
  19. 37f962e Added a new plug-in type: lldb_private::OperatingSystem. The operating system by Greg Clayton · 13 years ago
  20. b269ed0 Fix typos in comment. by Johnny Chen · 13 years ago
  21. eee701f Use os.walk(), available since 2.3, instead of os.path.walk(), removed in 3.0, by Johnny Chen · 13 years ago
  22. 872959b Further fix for SWIG interoperability; making sure the Release() method of SBCommandReturnObject is called at all times by Enrico Granata · 13 years ago
  23. 98c4232 No need to look further if the file is a symbolic link. Look for the real file. by Johnny Chen · 13 years ago
  24. 3370f0c Fixed some SWIG interoperability issues by Enrico Granata · 13 years ago
  25. b355828 Fixed an issue where even if the communication object had Clear() called on by Greg Clayton · 13 years ago
  26. d8b9b06 Added the ability to create a SBCommandReturnObject object from a pointer by Greg Clayton · 13 years ago
  27. 13a54a1 Taking care of an issue with using lldb_private types in SBCommandInterpreter.cpp ; Making NSString test case work on Snow Leopard ; Removing an unused variable warning by Enrico Granata · 13 years ago
  28. 6f30287 - Now using ${var} as the summary for an aggregate type will produce "name-of-type @ object-location" instead of giving an error by Enrico Granata · 13 years ago
  29. 40ad91f Add a Python script to locate each binary file under a root directory which matches some pathname pattern by Johnny Chen · 13 years ago
  30. 611b7e9 Revert the workaround patch in the last check in. With the local patch to LLVM, it is no longer necessary. by Johnny Chen · 13 years ago
  31. b66b112 Fix TypeError exception for re.compile(). by Johnny Chen · 13 years ago
  32. 9aac285 Whoops, accidentally committed my local scheme. by Sean Callanan · 13 years ago
  33. cbfc0ea Refined the rollback to LLVM, picking up a newer by Sean Callanan · 13 years ago
  34. 2f2c6fb More thorough fix for the spaces-in-typename issue by Enrico Granata · 13 years ago
  35. 7c9136b Minor change for the @expectedFailureClang logic. For the non-clang test failure, re-raise by Johnny Chen · 13 years ago
  36. d3a86a2 Third round of code cleanups: by Enrico Granata · 13 years ago
  37. 65040cb Add a decorator for marking clang only expectedFailure. Use it for the test_step_over_3_times_with_dsym/dwarf() by Johnny Chen · 13 years ago
  38. 7044f1b Revert the previous addition of expectedFailure decorators, it was a mistake. by Johnny Chen · 13 years ago
  39. 0c8e91e Add expectedFailure decorator. Failed possibly due to rollback of llvm/clang. by Johnny Chen · 13 years ago
  40. 8ddc802 Add an option (-p regexp-pattern) to specify the regular expression symbol pattern we're interested in disassembling. by Johnny Chen · 13 years ago
  41. 4203100 Apply some workaround for known crashers. by Johnny Chen · 13 years ago
  42. d7e5329 Add an option '-q' to have quiet disassembly by not printing out the disassembled result. by Johnny Chen · 13 years ago
  43. 047eea6 Because of disassembler crashes, I rolled back by Sean Callanan · 13 years ago
  44. 1c61743 Second round of code cleanups: by Enrico Granata · 13 years ago
  45. 536f633 Fix the "command alias" help string to make clear that the $<N> substitutions should be whole words in the output command. by Jim Ingham · 13 years ago
  46. f501c59 First round of code cleanups: by Enrico Granata · 13 years ago
  47. 074e3b6 New category "gnu-libstdc++" provides summary for std::string and synthetic children for types std::map, std::list and std::vector by Enrico Granata · 13 years ago
  48. e5e34cb When defining a scripted command, it is possible to provide a docstring and that will be used as the help text for the command by Enrico Granata · 13 years ago
  49. dc4428d Add "--" before providing the file & command args when launching lldb from the command line. by Jim Ingham · 13 years ago
  50. cf0de26 Better help string for "lldb -- file arg1 arg2..." by Jim Ingham · 13 years ago
  51. 6b1596d Changes to Python commands: by Enrico Granata · 13 years ago
  52. 6ae2544 Document how to pass program args to lldb command-line. by Jim Ingham · 13 years ago
  53. c5d97ed Bumped Xcode project versions for lldb-73 and debugserver-144. by Greg Clayton · 13 years ago
  54. 770683d Add comment about recent change. by Johnny Chen · 13 years ago
  55. e90a10e Comment change. by Johnny Chen · 13 years ago
  56. 9e643db Add comment on known restrictions of the current implementation. by Johnny Chen · 13 years ago
  57. 13fb657 The redo script did not take into account the compiler and architecture configuration of the failed tests. by Johnny Chen · 13 years ago
  58. d6c7e5c Take clang output into account. by Johnny Chen · 13 years ago
  59. 4d30840 Re-enable the test for ValueAsUnsigned on a register Value. by Jim Ingham · 13 years ago
  60. 6c3e4af Fixed an issue where we could end up creating multiple by Greg Clayton · 13 years ago
  61. 3b276da Fixed the logging output that appears when doing a: by Greg Clayton · 13 years ago
  62. ca2516d Fixed a performance problem where functions were by Sean Callanan · 13 years ago
  63. 8339f98 Fix the test suite error of: by Johnny Chen · 13 years ago
  64. c2a2825 Python commands: by Enrico Granata · 13 years ago
  65. d6bcc0d Fixed register value objects to be able to return their values as unsigned by Greg Clayton · 13 years ago
  66. f733b93 Allow for a cpu subtype of 4 to still be recognized as an x86_64 by Jason Molenda · 13 years ago
  67. 6ac9e54 Fix two logic errors uncovered by the static analyzer. by Johnny Chen · 13 years ago
  68. baafee2 Modify the expected substrings to accomodate clang, now that rdar://problem/8516141 has been fixed. by Johnny Chen · 13 years ago
  69. cd1df5a Forgot to initialize the self.__skipped__ attribute lldbtest.Base. by Johnny Chen · 13 years ago
  70. b2fbdad Fixed an issue where a variable that was a pointer whose by Greg Clayton · 13 years ago
  71. c2da8eb Add missing check for non-NULL frame_sp. by Jim Ingham · 13 years ago
  72. f5b8909 Test driver should also report skipped tests because there were cases when tests were skipped by Johnny Chen · 13 years ago
  73. 293a7b3 One-line fix for a possible spurious truncation warning by Enrico Granata · 13 years ago
  74. 772c529 Removed debug printf that was left in. by Greg Clayton · 13 years ago
  75. 161cdf6 Add new SBAddress APIs to the fuzz tests. by Johnny Chen · 13 years ago
  76. 19030d8 Refactoring of ValueObject::DumpValueObject and 'frame variable', 'target variable' commands to use an Options object instead of passing an ever-increasing number of arguments to the DumpValueObject() method, with the ultimate aim of making that call private implementation by Enrico Granata · 13 years ago
  77. a2275b3 Objective-C runtime now caches resolved ISA information for increased efficiency by Enrico Granata · 13 years ago
  78. 39f54e5 Patch from Matt Johnson that cleans up usage of APInt by Greg Clayton · 13 years ago
  79. a4e0dad Added the ability to use llvm::APInt class to view by Greg Clayton · 13 years ago
  80. 3ad4da0 Factor out the code that parses ObjC Method names into a static method by Jim Ingham · 13 years ago
  81. e1db7c7 Bumped Xcode project versions for lldb-72 and debugserver-143. by Greg Clayton · 13 years ago
  82. 7bbebaf Remember to restore the frame in the exe_ctx passed in to RunThreadPlan. by Jim Ingham · 13 years ago
  83. be85f0b Add a simple test case to exercise the SBDebugger.CreateTargetWithFileAndTargetTriple() API. by Johnny Chen · 13 years ago
  84. e36a35c Test case for changing ValueObjects with SBValue::SetValueFromCString. by Jim Ingham · 13 years ago
  85. 4386675 Modify the skipUnless() logic to work for OSX Lion. by Johnny Chen · 13 years ago
  86. 558dd5b Add a version of SBDebugger::Create which allows us to specify whether to source by Jim Ingham · 13 years ago
  87. db4be60 Fix a test driver bug where multiple filter specs (through the -f TestClassName.test_method_name by Johnny Chen · 13 years ago
  88. 574c3d6 Make ValueObject::SetValueFromCString work correctly. by Jim Ingham · 13 years ago
  89. e020716 Fixed an incorrect static analyzer fix. by Greg Clayton · 13 years ago
  90. 7aa04f6 Removed an initialization that wasn't needed. by Greg Clayton · 13 years ago
  91. e4fd440 Update the SBAddress.i Python interface file to the latest SBAddress.h, by Johnny Chen · 13 years ago
  92. c51ffbf We were leaking a stack frame in StackFrameList in Thread.cpp which could by Greg Clayton · 13 years ago
  93. a61c839 Add radar info for self.skipTest(). by Johnny Chen · 13 years ago
  94. 422f116 Skip the TestObjCDymaicValue.py tests for i386 due to dynamic types for ObjC V1 runtime not implemented yet. by Johnny Chen · 13 years ago
  95. 7f9985a Add TestInferiorChanged.py to test that lldb reloads the inferior after it was changed during the debug session. by Johnny Chen · 13 years ago
  96. 06f0db6 Added an error message when the user tries to add a filter when a synthetic provider for the same type is already defined in the same category by Enrico Granata · 13 years ago
  97. 4d162e5 When running dotest.py under pdb (the python debugger), define DOTEST_PDB=YES and by Johnny Chen · 13 years ago
  98. 35bcafb Taking care of an issue relating to mapping DeclContext's to DIE's by Enrico Granata · 13 years ago
  99. a1c7e46 Fix a logic error (Division by zero) uncovered by the static analyzer. by Johnny Chen · 13 years ago
  100. 2e45b0c Fixed the issue of a DW_TAG_subprogram in a DW_TAG_subprogram correctly this by Greg Clayton · 13 years ago