1. bbeb60e Turn on generic type tester for expression parser; preparing to file bugs. by Johnny Chen · 14 years ago
  2. 757500e Fix various timing/threading problems in IOChannel & Driver that by Caroline Tice · 14 years ago
  3. 9507ca1 Removed the two @skip class decorators. The assert failures have been fixed. by Johnny Chen · 14 years ago
  4. 0bebf9a Updated the comment section for running 'expr self->string' and 'expr self->date'. by Johnny Chen · 14 years ago
  5. 7d08aae Added two @expectedFailure decorators for test_data_type_and_expr_with_dsym() and by Johnny Chen · 14 years ago
  6. 93d576d Updated to reflect the updated tot r115023. Will be filing a bug next. by Johnny Chen · 14 years ago
  7. af25e19 Removed the two @expectedFailure decorators for expression parser, they have been fixed. by Johnny Chen · 14 years ago
  8. 55b6c53 Updated LLVM to: --revision '{2010-09-28T19:30}' by Greg Clayton · 14 years ago
  9. 294553c Fixed an LLVM/Clang assertion that would happen for C++ and ObjC methods if the DWARF doesn't specify the accessibility for the method. Currently gcc 4.2 and clang++ do not set the accessibility correctly on methods. We currently shouldn't default to private since public methods don't have the accessibility specified. by Greg Clayton · 14 years ago
  10. 462d414 Fixed the forward declaration issue that was present in the DWARF parser after by Greg Clayton · 14 years ago
  11. 3cb1fd8 Removed a dreadful hack to get at the name of the by Sean Callanan · 14 years ago
  12. 605e916 Removed the @expectedFailure decorator from test_persistent_variables(). by Johnny Chen · 14 years ago
  13. c04743d Fixed two bugs in the expression parser: by Sean Callanan · 14 years ago
  14. b6c15f5 Added TestIntegerTypesExpr.py and TestFloatTypesExpr.py which exercise 'expr' by Johnny Chen · 14 years ago
  15. 22faf18 Sanity check the print representations of SBThread, SBFrame, and SBValue. by Johnny Chen · 14 years ago
  16. fa15024 Another patch from Jean-Daniel. Thanks. by Johnny Chen · 14 years ago
  17. 974fddb Fix from Jean-Daniel. Thanks. by Johnny Chen · 14 years ago
  18. b6c0c9d Make sure we've read in the ObjC runtime library data before trying to use it... by Jim Ingham · 14 years ago
  19. b66cd07 Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType. by Jim Ingham · 14 years ago
  20. 1344e13 Added a DIE to clang opaque type map. by Greg Clayton · 14 years ago
  21. 6df0840 Added type lookup, so variables with user-defined types by Sean Callanan · 14 years ago
  22. 560a77c Trivial assert message modification. by Johnny Chen · 14 years ago
  23. 51a9e00 Use a better name for the abstract base class which contains the generic_type_tester() by Johnny Chen · 14 years ago
  24. 7c52ff1 Added "float" and "double" to types/TestBasicTypes.py. Abstracted the generic by Johnny Chen · 14 years ago
  25. 5136f94 Fix one-liner Python breakpoint commands to be wrapped up in an automatically by Caroline Tice · 14 years ago
  26. 4fb400f Hooked up detach for ProcessGDBRemote. by Greg Clayton · 14 years ago
  27. 8caee98 Modified doc string. by Johnny Chen · 14 years ago
  28. 044bc36 Added @expectedFailure decorator for the "long long" and "unsigned long long" by Johnny Chen · 14 years ago
  29. 8ba13e6 Added "long long" and "unsigned long long" to the TestBasicTypes.py. by Johnny Chen · 14 years ago
  30. 59c5d5d Automatically wrap *all* Python code entered for a breakpoint command inside by Caroline Tice · 14 years ago
  31. 0a39c7d Updated test case to "settings set prompt 'lldb2'" since the '-o' option is gone. by Johnny Chen · 14 years ago
  32. a0af4bd Change command option "--no_override" to "--no-override" (hypen instead of underscore). by Caroline Tice · 14 years ago
  33. 1ebef44 by Caroline Tice · 14 years ago
  34. 102f4e3 Bumped Xcode lldb build number to 25 for lldb-25 and debugserver build to by Greg Clayton · 14 years ago
  35. 2ff2dc4 Added two needed exports. by Greg Clayton · 14 years ago
  36. 6a5aa8a Cleaned a few build related things up: by Greg Clayton · 14 years ago
  37. 55e1632 Commented out a debug stmt. by Johnny Chen · 14 years ago
  38. 4ec9785 Added 'char'/'unsigned char'/'short'/'unsigned short' to the test suite. by Johnny Chen · 14 years ago
  39. 40fc10f Added comments about the usage of int(string, 0) and long(string, 0) which pass by Johnny Chen · 14 years ago
  40. 757396a Added two new .cpp files to be tested via TestBasicTypes.py for correct display by Johnny Chen · 14 years ago
  41. f353183 Made 'frame variable' printing of unsigned types more readable, like gdb. by Johnny Chen · 14 years ago
  42. 1d8173f Added the ability to create an objective C method for an objective C by Greg Clayton · 14 years ago
  43. 091bb1d Added a generic_type_tester() to the TestBasicTypes class to be used for by Johnny Chen · 14 years ago
  44. ccd584d Add GetSP to the StackFrame. by Jim Ingham · 14 years ago
  45. 832ad6e Fixed a typo in member name; should be m_b, not b_a. by Johnny Chen · 14 years ago
  46. 397636e Changed 'frame variable' output to match '(const char *)' instead of '(char const *)'. by Johnny Chen · 14 years ago
  47. 84495e1 Changed 'frame variable' output to match '(const char *)' instead of '(char const *)'. by Johnny Chen · 14 years ago
  48. 47a5c4c Updated to latest LLVM. Major LLVM changes: by Sean Callanan · 14 years ago
  49. 642036f Committing the skeleton of Language runtime plugin classes. by Jim Ingham · 14 years ago
  50. 412440a Added motheds to C++ classes as we parse them to keep clang happy. by Greg Clayton · 14 years ago
  51. e49ec18 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 14 years ago
  52. 0b3ee55 Checked in an initial template for the types directory. Right now, it doesn't by Johnny Chen · 14 years ago
  53. 93fda3d Changed to facilitate 'breakpoint set -n Puts', then 'thread step-out' to workaround by Johnny Chen · 14 years ago
  54. 1ca48b0 Remove SBCommandContext which was not needed or doing anything. by Caroline Tice · 14 years ago
  55. ea0dbca Add a new ArchVolatileRegs plugin class to identify by Jason Molenda · 14 years ago
  56. 785275c Added the start of a test case that will test all basic types and all the by Greg Clayton · 14 years ago
  57. a4e27af Added some comments explaining why we currently have to manually set CXXRecordDecl variables. This is because SEMA is actually calling the accessors that should be built into the CXXRecordDecl class. We have an internal bug tracking this change and will remove the affected work around code when a solution is available. by Greg Clayton · 14 years ago
  58. 6288a65 Improved the logging for ASTs generated on the by Sean Callanan · 14 years ago
  59. 9421d4e Sanity check the print representation of lldb.SBProcess object. by Johnny Chen · 14 years ago
  60. 22d5fe3 Fixed CXXRecordDecl declaration settings for whether a class in a POD type by Greg Clayton · 14 years ago
  61. d0b3e2b Fixed a build warning where no return values was being returned. by Greg Clayton · 14 years ago
  62. 585ff0e Trivial change of a trace output string. by Johnny Chen · 14 years ago
  63. 8e06de9 Added a subtest to exercise the capability of lldb Python objects to print by Johnny Chen · 14 years ago
  64. 8bb61f0 by Caroline Tice · 14 years ago
  65. 93ae604 Wrapped the subclass-specific cleanup call within a try:except: clause. by Johnny Chen · 14 years ago
  66. bba60fb Fixed an issue with the clang type creation code for C++ classes where we wouldn't set a CXXRecordDecl to be NOT empty if we had base classes that were not empty or had virtual functions. by Greg Clayton · 14 years ago
  67. 2d89975 Added a more complex test case of breakpoint commands, which executes a sequence by Johnny Chen · 14 years ago
  68. b447e84 Re-write/clean up code that generated Python breakpoint commands. by Caroline Tice · 14 years ago
  69. 06f0efa Decorated PersistentVariablesTestCase.test_persistent_variables() with by Johnny Chen · 14 years ago
  70. 3c9c5eb Removed the hacky "#define this ___clang_this" handler by Sean Callanan · 14 years ago
  71. f032d90 Changed the order of two assignment stmts. by Johnny Chen · 14 years ago
  72. b40056b Added the capability to source the configFile specified via the "-c" option in by Johnny Chen · 14 years ago
  73. 5b7f435 Changed this breakpoint callback function to print to the stdout instead of by Johnny Chen · 14 years ago
  74. 9e8e696 Make the short option print out before the long option in the by Caroline Tice · 14 years ago
  75. bcb5b45 Make GetInstanceSettingsValue methods take an Error * rather than an Error &, by Caroline Tice · 14 years ago
  76. 5bc8c97 Add UserSettings to Target class, making Target settings by Caroline Tice · 14 years ago
  77. cd0279d More modularizations. by Johnny Chen · 14 years ago
  78. 49f2f7a Added comments. by Johnny Chen · 14 years ago
  79. 7a630d3 Fixed wrong logic in validating term-width value; should be && instead of ||. by Johnny Chen · 14 years ago
  80. 068a34f Fixed lldb 'settings set term-widt 70' command not working. by Johnny Chen · 14 years ago
  81. e7a566e Fix indentations. by Caroline Tice · 14 years ago
  82. 98f930f by Caroline Tice · 14 years ago
  83. cfaa3f6 Added @expectedFailure decorator for test_set_term_width(). by Johnny Chen · 14 years ago
  84. d0a5a23 Added code that will allow completely customizable prompts for use in by Greg Clayton · 14 years ago
  85. 9c504f2 Removed the @expectedFailure decorators; it was fixed with r114258. by Johnny Chen · 14 years ago
  86. aa44805 Added a better error message to the "frame variable" when you try to view by Greg Clayton · 14 years ago
  87. 1e30afd Fixed an issue with: by Greg Clayton · 14 years ago
  88. fe424a9 General command line help cleanup: by Greg Clayton · 14 years ago
  89. 823533e Bug #: 8447030 by Greg Clayton · 14 years ago
  90. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  91. 9fdb0a9 Added a hook for the test driver to take an optional config file to customize by Johnny Chen · 14 years ago
  92. ee975b8 Fixed a typo and supplied a more appropriate assert message. by Johnny Chen · 14 years ago
  93. 9792f8e Added test cases to FoundationTestCase to exercise lookup of objc data types and by Johnny Chen · 14 years ago
  94. 5b07b25 Changed test case method names. by Johnny Chen · 14 years ago
  95. 86ba24d Fixed build error of LLDBWrapPython.cpp by removing the "protected" access modifier. by Johnny Chen · 14 years ago
  96. ab7b39c We now have SBStream that mirrors the generic stream classes we by Greg Clayton · 14 years ago
  97. 7952300 Re-committed AddMethodToCXXRecordType, now that by Sean Callanan · 14 years ago
  98. a751f7b Added a static function to get the void type for by Sean Callanan · 14 years ago
  99. 321301d Added extra test scenarios to break on a selector with: by Johnny Chen · 14 years ago
  100. ca4a182 Reverted r114125, r114124, and r114123 as it broke the test suite - segfaults by Johnny Chen · 14 years ago