1. 4fb400f Hooked up detach for ProcessGDBRemote. by Greg Clayton · 14 years ago
  2. 8caee98 Modified doc string. by Johnny Chen · 14 years ago
  3. 044bc36 Added @expectedFailure decorator for the "long long" and "unsigned long long" by Johnny Chen · 14 years ago
  4. 8ba13e6 Added "long long" and "unsigned long long" to the TestBasicTypes.py. by Johnny Chen · 14 years ago
  5. 59c5d5d Automatically wrap *all* Python code entered for a breakpoint command inside by Caroline Tice · 14 years ago
  6. 0a39c7d Updated test case to "settings set prompt 'lldb2'" since the '-o' option is gone. by Johnny Chen · 14 years ago
  7. a0af4bd Change command option "--no_override" to "--no-override" (hypen instead of underscore). by Caroline Tice · 14 years ago
  8. 1ebef44 by Caroline Tice · 14 years ago
  9. 102f4e3 Bumped Xcode lldb build number to 25 for lldb-25 and debugserver build to by Greg Clayton · 14 years ago
  10. 2ff2dc4 Added two needed exports. by Greg Clayton · 14 years ago
  11. 6a5aa8a Cleaned a few build related things up: by Greg Clayton · 14 years ago
  12. 55e1632 Commented out a debug stmt. by Johnny Chen · 14 years ago
  13. 4ec9785 Added 'char'/'unsigned char'/'short'/'unsigned short' to the test suite. by Johnny Chen · 14 years ago
  14. 40fc10f Added comments about the usage of int(string, 0) and long(string, 0) which pass by Johnny Chen · 14 years ago
  15. 757396a Added two new .cpp files to be tested via TestBasicTypes.py for correct display by Johnny Chen · 14 years ago
  16. f353183 Made 'frame variable' printing of unsigned types more readable, like gdb. by Johnny Chen · 14 years ago
  17. 1d8173f Added the ability to create an objective C method for an objective C by Greg Clayton · 14 years ago
  18. 091bb1d Added a generic_type_tester() to the TestBasicTypes class to be used for by Johnny Chen · 14 years ago
  19. ccd584d Add GetSP to the StackFrame. by Jim Ingham · 14 years ago
  20. 832ad6e Fixed a typo in member name; should be m_b, not b_a. by Johnny Chen · 14 years ago
  21. 397636e Changed 'frame variable' output to match '(const char *)' instead of '(char const *)'. by Johnny Chen · 14 years ago
  22. 84495e1 Changed 'frame variable' output to match '(const char *)' instead of '(char const *)'. by Johnny Chen · 14 years ago
  23. 47a5c4c Updated to latest LLVM. Major LLVM changes: by Sean Callanan · 14 years ago
  24. 642036f Committing the skeleton of Language runtime plugin classes. by Jim Ingham · 14 years ago
  25. 412440a Added motheds to C++ classes as we parse them to keep clang happy. by Greg Clayton · 14 years ago
  26. e49ec18 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 14 years ago
  27. 0b3ee55 Checked in an initial template for the types directory. Right now, it doesn't by Johnny Chen · 14 years ago
  28. 93fda3d Changed to facilitate 'breakpoint set -n Puts', then 'thread step-out' to workaround by Johnny Chen · 14 years ago
  29. 1ca48b0 Remove SBCommandContext which was not needed or doing anything. by Caroline Tice · 14 years ago
  30. ea0dbca Add a new ArchVolatileRegs plugin class to identify by Jason Molenda · 14 years ago
  31. 785275c Added the start of a test case that will test all basic types and all the by Greg Clayton · 14 years ago
  32. 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
  33. 6288a65 Improved the logging for ASTs generated on the by Sean Callanan · 14 years ago
  34. 9421d4e Sanity check the print representation of lldb.SBProcess object. by Johnny Chen · 14 years ago
  35. 22d5fe3 Fixed CXXRecordDecl declaration settings for whether a class in a POD type by Greg Clayton · 14 years ago
  36. d0b3e2b Fixed a build warning where no return values was being returned. by Greg Clayton · 14 years ago
  37. 585ff0e Trivial change of a trace output string. by Johnny Chen · 14 years ago
  38. 8e06de9 Added a subtest to exercise the capability of lldb Python objects to print by Johnny Chen · 14 years ago
  39. 8bb61f0 by Caroline Tice · 14 years ago
  40. 93ae604 Wrapped the subclass-specific cleanup call within a try:except: clause. by Johnny Chen · 14 years ago
  41. 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
  42. 2d89975 Added a more complex test case of breakpoint commands, which executes a sequence by Johnny Chen · 14 years ago
  43. b447e84 Re-write/clean up code that generated Python breakpoint commands. by Caroline Tice · 14 years ago
  44. 06f0efa Decorated PersistentVariablesTestCase.test_persistent_variables() with by Johnny Chen · 14 years ago
  45. 3c9c5eb Removed the hacky "#define this ___clang_this" handler by Sean Callanan · 14 years ago
  46. f032d90 Changed the order of two assignment stmts. by Johnny Chen · 14 years ago
  47. b40056b Added the capability to source the configFile specified via the "-c" option in by Johnny Chen · 14 years ago
  48. 5b7f435 Changed this breakpoint callback function to print to the stdout instead of by Johnny Chen · 14 years ago
  49. 9e8e696 Make the short option print out before the long option in the by Caroline Tice · 14 years ago
  50. bcb5b45 Make GetInstanceSettingsValue methods take an Error * rather than an Error &, by Caroline Tice · 14 years ago
  51. 5bc8c97 Add UserSettings to Target class, making Target settings by Caroline Tice · 14 years ago
  52. cd0279d More modularizations. by Johnny Chen · 14 years ago
  53. 49f2f7a Added comments. by Johnny Chen · 14 years ago
  54. 7a630d3 Fixed wrong logic in validating term-width value; should be && instead of ||. by Johnny Chen · 14 years ago
  55. 068a34f Fixed lldb 'settings set term-widt 70' command not working. by Johnny Chen · 14 years ago
  56. e7a566e Fix indentations. by Caroline Tice · 14 years ago
  57. 98f930f by Caroline Tice · 14 years ago
  58. cfaa3f6 Added @expectedFailure decorator for test_set_term_width(). by Johnny Chen · 14 years ago
  59. d0a5a23 Added code that will allow completely customizable prompts for use in by Greg Clayton · 14 years ago
  60. 9c504f2 Removed the @expectedFailure decorators; it was fixed with r114258. by Johnny Chen · 14 years ago
  61. aa44805 Added a better error message to the "frame variable" when you try to view by Greg Clayton · 14 years ago
  62. 1e30afd Fixed an issue with: by Greg Clayton · 14 years ago
  63. fe424a9 General command line help cleanup: by Greg Clayton · 14 years ago
  64. 823533e Bug #: 8447030 by Greg Clayton · 14 years ago
  65. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  66. 9fdb0a9 Added a hook for the test driver to take an optional config file to customize by Johnny Chen · 14 years ago
  67. ee975b8 Fixed a typo and supplied a more appropriate assert message. by Johnny Chen · 14 years ago
  68. 9792f8e Added test cases to FoundationTestCase to exercise lookup of objc data types and by Johnny Chen · 14 years ago
  69. 5b07b25 Changed test case method names. by Johnny Chen · 14 years ago
  70. 86ba24d Fixed build error of LLDBWrapPython.cpp by removing the "protected" access modifier. by Johnny Chen · 14 years ago
  71. ab7b39c We now have SBStream that mirrors the generic stream classes we by Greg Clayton · 14 years ago
  72. 7952300 Re-committed AddMethodToCXXRecordType, now that by Sean Callanan · 14 years ago
  73. a751f7b Added a static function to get the void type for by Sean Callanan · 14 years ago
  74. 321301d Added extra test scenarios to break on a selector with: by Johnny Chen · 14 years ago
  75. ca4a182 Reverted r114125, r114124, and r114123 as it broke the test suite - segfaults by Johnny Chen · 14 years ago
  76. cc31338 GetBuiltInType_void(clang::ASTContext*) should be static. by Sean Callanan · 14 years ago
  77. 409be04 Well, it shouldn't be quite *that* obviously broken. by Sean Callanan · 14 years ago
  78. d7d82d4 Added AddMethodToCXXRecordType. This is not yet by Sean Callanan · 14 years ago
  79. cc7c097 Fixed wrong doc strings from cut-and-paste. by Johnny Chen · 14 years ago
  80. ee26359 Added a simple test case to set breakpoints on objc class/instance methods. by Johnny Chen · 14 years ago
  81. 2ea8f27 Made CreateFunctionType static. Also fixed the spelling by Sean Callanan · 14 years ago
  82. 60a0ced Made AddFieldToRecordType a static method on ClangASTContext. by Sean Callanan · 14 years ago
  83. 75b11a3 Fix issues with CreateInstanceName, a virtual function, being called by Caroline Tice · 14 years ago
  84. 517c705 Added a test case for the settings command which sets process.output-path and by Johnny Chen · 14 years ago
  85. 0021c97 Undo 114084 and 114087 to unbreak the build for the time being. by Johnny Chen · 14 years ago
  86. af149a0 Cleaned up the option processing logic and added a '-i' option to ignore the by Johnny Chen · 14 years ago
  87. 0f3a8eb Added default more aliases to ease gdb converts: by Greg Clayton · 14 years ago
  88. a2784ee Turns out CreateInstanceName is duplicated in two other places. Make them static too, sigh. by Benjamin Kramer · 14 years ago
  89. f95e707 Make this method static. Bad things(tm) happen when a non-static method is called in a constructor's initializer list. by Benjamin Kramer · 14 years ago
  90. 4c273fd Unbreak build, you can't take a pointer from a "register" variable. Most compilers ignore this keyword anyways. by Benjamin Kramer · 14 years ago
  91. 872aee1 Added some comments. by Johnny Chen · 14 years ago
  92. d3521cc Provided a mechanism for the test class to cleanup after itself once it's done. by Johnny Chen · 14 years ago
  93. 0e81b64 Step past prologues when we step into functions. by Jim Ingham · 14 years ago
  94. c4547c5 Add the ability to not resolve the name passed to FileSpec. Then don't resolve the names of compilation units found in DWARF. by Jim Ingham · 14 years ago
  95. d00cfb7 Simplied main() and emits a message to the standard out. by Johnny Chen · 14 years ago
  96. 6b5f988 Added two test cases to TestSettings.py which exercise the lldb's: by Johnny Chen · 14 years ago
  97. dfc91c3 Remove unnecessary/inappropriate output-printing functions from the API. by Caroline Tice · 14 years ago
  98. c202c46 Also added BuildAndIntegration to the directories to search for an existing by Johnny Chen · 14 years ago
  99. 5f3b98c Changed to a more informative message. by Johnny Chen · 14 years ago
  100. 0c30ad8 We believed the intermittent process launch failure while running the test suite by Johnny Chen · 14 years ago