1. 4ecbe3d The plugin impl of getCompiler() should be in unison with the Makefile.rules change. by Johnny Chen · 13 years ago
  2. 5513256 Remove the expectedFailure decorator. The test has been passing for some time now. by Johnny Chen · 13 years ago
  3. 37ef7c7 Moved the test code for Python commands out of the test case for aliases, into its own dedicated test case (one fill was still lurking in the old folder) by Enrico Granata · 13 years ago
  4. 46623be Moved the test code for Python commands out of the test case for aliases, into its own dedicated test case by Enrico Granata · 13 years ago
  5. 3db17ae Documentation edits: correcting typos, adding information and general tweaks for readability by Enrico Granata · 13 years ago
  6. 097e555 Documentation on dynamic types (WIP) by Enrico Granata · 13 years ago
  7. de51233 Minor documentation changes (WIP) by Enrico Granata · 13 years ago
  8. 7e65503 More documentation changes (WIP) by Enrico Granata · 13 years ago
  9. 1bcd138 Patch by Filipe to build lldb usng 'make'! by Johnny Chen · 13 years ago
  10. 92f7572 Uniquefy the various data-formatter test class names so that: by Johnny Chen · 13 years ago
  11. b0d9796 Skip these two cases temporarily while investigating the crash on OSX Lion with clang as the compiler. by Johnny Chen · 13 years ago
  12. 93c7d37 Make clang the default compiler for building the test programs. by Johnny Chen · 13 years ago
  13. caf798c Fixing commas in enums (build breaker on GCC) as reported by Filipe Cabecinhas by Enrico Granata · 13 years ago
  14. ef1923d Improved the user-friendliness of errors shown by the summary feature in certain areas by Enrico Granata · 13 years ago
  15. 2431244 Added support for persistent types to the by Sean Callanan · 13 years ago
  16. 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
  17. adec24d Add some expected failure decorators with radar numbers. by Johnny Chen · 13 years ago
  18. 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
  19. 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
  20. c01c05c Restored the version of LLVM that we previously by Sean Callanan · 13 years ago
  21. 17f3d05 Finishing the renaming from "MacOSX-Kernel" to "Darwin-Kernel". by Greg Clayton · 13 years ago
  22. 49f7e5b Renaming "MacOSX-Kernel" to "Darwin-Kernel". The file contents and project by Greg Clayton · 13 years ago
  23. 24b81e3 Fix the 'target variable' help syntax to output one or more <variable-name>'s. by Johnny Chen · 13 years ago
  24. f530bfe Check the timesatmps of includees python-extensions.swig and python-wrapper.swig and force by Johnny Chen · 13 years ago
  25. 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
  26. 4dfa511 Don't let Python write its .pyc files, that's not really polite... by Jim Ingham · 13 years ago
  27. b0968f5 Code cleanup and refactoring (round 4): by Enrico Granata · 13 years ago
  28. c70f3f5 Modify test cases to use 'target variable' to display global variables. by Johnny Chen · 13 years ago
  29. 960691f - Support for Python namespaces: by Enrico Granata · 13 years ago
  30. 278bc67 Fixing a startup error by Enrico Granata · 13 years ago
  31. 68506fb Exception-awareness for gnu_libstdcpp formatters ; Documentation update by Enrico Granata · 13 years ago
  32. 37f962e Added a new plug-in type: lldb_private::OperatingSystem. The operating system by Greg Clayton · 13 years ago
  33. b269ed0 Fix typos in comment. by Johnny Chen · 13 years ago
  34. eee701f Use os.walk(), available since 2.3, instead of os.path.walk(), removed in 3.0, by Johnny Chen · 13 years ago
  35. 872959b Further fix for SWIG interoperability; making sure the Release() method of SBCommandReturnObject is called at all times by Enrico Granata · 13 years ago
  36. 98c4232 No need to look further if the file is a symbolic link. Look for the real file. by Johnny Chen · 13 years ago
  37. 3370f0c Fixed some SWIG interoperability issues by Enrico Granata · 13 years ago
  38. b355828 Fixed an issue where even if the communication object had Clear() called on by Greg Clayton · 13 years ago
  39. d8b9b06 Added the ability to create a SBCommandReturnObject object from a pointer by Greg Clayton · 13 years ago
  40. 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
  41. 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
  42. 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
  43. 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
  44. b66b112 Fix TypeError exception for re.compile(). by Johnny Chen · 13 years ago
  45. 9aac285 Whoops, accidentally committed my local scheme. by Sean Callanan · 13 years ago
  46. cbfc0ea Refined the rollback to LLVM, picking up a newer by Sean Callanan · 13 years ago
  47. 2f2c6fb More thorough fix for the spaces-in-typename issue by Enrico Granata · 13 years ago
  48. 7c9136b Minor change for the @expectedFailureClang logic. For the non-clang test failure, re-raise by Johnny Chen · 13 years ago
  49. d3a86a2 Third round of code cleanups: by Enrico Granata · 13 years ago
  50. 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
  51. 7044f1b Revert the previous addition of expectedFailure decorators, it was a mistake. by Johnny Chen · 13 years ago
  52. 0c8e91e Add expectedFailure decorator. Failed possibly due to rollback of llvm/clang. by Johnny Chen · 13 years ago
  53. 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
  54. 4203100 Apply some workaround for known crashers. by Johnny Chen · 13 years ago
  55. d7e5329 Add an option '-q' to have quiet disassembly by not printing out the disassembled result. by Johnny Chen · 13 years ago
  56. 047eea6 Because of disassembler crashes, I rolled back by Sean Callanan · 13 years ago
  57. 1c61743 Second round of code cleanups: by Enrico Granata · 13 years ago
  58. 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
  59. f501c59 First round of code cleanups: by Enrico Granata · 13 years ago
  60. 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
  61. 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
  62. dc4428d Add "--" before providing the file & command args when launching lldb from the command line. by Jim Ingham · 13 years ago
  63. cf0de26 Better help string for "lldb -- file arg1 arg2..." by Jim Ingham · 13 years ago
  64. 6b1596d Changes to Python commands: by Enrico Granata · 13 years ago
  65. 6ae2544 Document how to pass program args to lldb command-line. by Jim Ingham · 13 years ago
  66. c5d97ed Bumped Xcode project versions for lldb-73 and debugserver-144. by Greg Clayton · 13 years ago
  67. 770683d Add comment about recent change. by Johnny Chen · 13 years ago
  68. e90a10e Comment change. by Johnny Chen · 13 years ago
  69. 9e643db Add comment on known restrictions of the current implementation. by Johnny Chen · 13 years ago
  70. 13fb657 The redo script did not take into account the compiler and architecture configuration of the failed tests. by Johnny Chen · 13 years ago
  71. d6c7e5c Take clang output into account. by Johnny Chen · 13 years ago
  72. 4d30840 Re-enable the test for ValueAsUnsigned on a register Value. by Jim Ingham · 13 years ago
  73. 6c3e4af Fixed an issue where we could end up creating multiple by Greg Clayton · 13 years ago
  74. 3b276da Fixed the logging output that appears when doing a: by Greg Clayton · 13 years ago
  75. ca2516d Fixed a performance problem where functions were by Sean Callanan · 13 years ago
  76. 8339f98 Fix the test suite error of: by Johnny Chen · 13 years ago
  77. c2a2825 Python commands: by Enrico Granata · 13 years ago
  78. d6bcc0d Fixed register value objects to be able to return their values as unsigned by Greg Clayton · 13 years ago
  79. f733b93 Allow for a cpu subtype of 4 to still be recognized as an x86_64 by Jason Molenda · 13 years ago
  80. 6ac9e54 Fix two logic errors uncovered by the static analyzer. by Johnny Chen · 13 years ago
  81. baafee2 Modify the expected substrings to accomodate clang, now that rdar://problem/8516141 has been fixed. by Johnny Chen · 13 years ago
  82. cd1df5a Forgot to initialize the self.__skipped__ attribute lldbtest.Base. by Johnny Chen · 13 years ago
  83. b2fbdad Fixed an issue where a variable that was a pointer whose by Greg Clayton · 13 years ago
  84. c2da8eb Add missing check for non-NULL frame_sp. by Jim Ingham · 13 years ago
  85. f5b8909 Test driver should also report skipped tests because there were cases when tests were skipped by Johnny Chen · 13 years ago
  86. 293a7b3 One-line fix for a possible spurious truncation warning by Enrico Granata · 13 years ago
  87. 772c529 Removed debug printf that was left in. by Greg Clayton · 13 years ago
  88. 161cdf6 Add new SBAddress APIs to the fuzz tests. by Johnny Chen · 13 years ago
  89. 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
  90. a2275b3 Objective-C runtime now caches resolved ISA information for increased efficiency by Enrico Granata · 13 years ago
  91. 39f54e5 Patch from Matt Johnson that cleans up usage of APInt by Greg Clayton · 13 years ago
  92. a4e0dad Added the ability to use llvm::APInt class to view by Greg Clayton · 13 years ago
  93. 3ad4da0 Factor out the code that parses ObjC Method names into a static method by Jim Ingham · 13 years ago
  94. e1db7c7 Bumped Xcode project versions for lldb-72 and debugserver-143. by Greg Clayton · 13 years ago
  95. 7bbebaf Remember to restore the frame in the exe_ctx passed in to RunThreadPlan. by Jim Ingham · 13 years ago
  96. be85f0b Add a simple test case to exercise the SBDebugger.CreateTargetWithFileAndTargetTriple() API. by Johnny Chen · 13 years ago
  97. e36a35c Test case for changing ValueObjects with SBValue::SetValueFromCString. by Jim Ingham · 13 years ago
  98. 4386675 Modify the skipUnless() logic to work for OSX Lion. by Johnny Chen · 13 years ago
  99. 558dd5b Add a version of SBDebugger::Create which allows us to specify whether to source by Jim Ingham · 13 years ago
  100. db4be60 Fix a test driver bug where multiple filter specs (through the -f TestClassName.test_method_name by Johnny Chen · 13 years ago