1. 068a34f Fixed lldb 'settings set term-widt 70' command not working. by Johnny Chen · 14 years ago
  2. e7a566e Fix indentations. by Caroline Tice · 14 years ago
  3. 98f930f by Caroline Tice · 14 years ago
  4. cfaa3f6 Added @expectedFailure decorator for test_set_term_width(). by Johnny Chen · 14 years ago
  5. d0a5a23 Added code that will allow completely customizable prompts for use in by Greg Clayton · 14 years ago
  6. 9c504f2 Removed the @expectedFailure decorators; it was fixed with r114258. by Johnny Chen · 14 years ago
  7. aa44805 Added a better error message to the "frame variable" when you try to view by Greg Clayton · 14 years ago
  8. 1e30afd Fixed an issue with: by Greg Clayton · 14 years ago
  9. fe424a9 General command line help cleanup: by Greg Clayton · 14 years ago
  10. 823533e Bug #: 8447030 by Greg Clayton · 14 years ago
  11. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  12. 9fdb0a9 Added a hook for the test driver to take an optional config file to customize by Johnny Chen · 14 years ago
  13. ee975b8 Fixed a typo and supplied a more appropriate assert message. by Johnny Chen · 14 years ago
  14. 9792f8e Added test cases to FoundationTestCase to exercise lookup of objc data types and by Johnny Chen · 14 years ago
  15. 5b07b25 Changed test case method names. by Johnny Chen · 14 years ago
  16. 86ba24d Fixed build error of LLDBWrapPython.cpp by removing the "protected" access modifier. by Johnny Chen · 14 years ago
  17. ab7b39c We now have SBStream that mirrors the generic stream classes we by Greg Clayton · 14 years ago
  18. 7952300 Re-committed AddMethodToCXXRecordType, now that by Sean Callanan · 14 years ago
  19. a751f7b Added a static function to get the void type for by Sean Callanan · 14 years ago
  20. 321301d Added extra test scenarios to break on a selector with: by Johnny Chen · 14 years ago
  21. ca4a182 Reverted r114125, r114124, and r114123 as it broke the test suite - segfaults by Johnny Chen · 14 years ago
  22. cc31338 GetBuiltInType_void(clang::ASTContext*) should be static. by Sean Callanan · 14 years ago
  23. 409be04 Well, it shouldn't be quite *that* obviously broken. by Sean Callanan · 14 years ago
  24. d7d82d4 Added AddMethodToCXXRecordType. This is not yet by Sean Callanan · 14 years ago
  25. cc7c097 Fixed wrong doc strings from cut-and-paste. by Johnny Chen · 14 years ago
  26. ee26359 Added a simple test case to set breakpoints on objc class/instance methods. by Johnny Chen · 14 years ago
  27. 2ea8f27 Made CreateFunctionType static. Also fixed the spelling by Sean Callanan · 14 years ago
  28. 60a0ced Made AddFieldToRecordType a static method on ClangASTContext. by Sean Callanan · 14 years ago
  29. 75b11a3 Fix issues with CreateInstanceName, a virtual function, being called by Caroline Tice · 14 years ago
  30. 517c705 Added a test case for the settings command which sets process.output-path and by Johnny Chen · 14 years ago
  31. 0021c97 Undo 114084 and 114087 to unbreak the build for the time being. by Johnny Chen · 14 years ago
  32. af149a0 Cleaned up the option processing logic and added a '-i' option to ignore the by Johnny Chen · 14 years ago
  33. 0f3a8eb Added default more aliases to ease gdb converts: by Greg Clayton · 14 years ago
  34. a2784ee Turns out CreateInstanceName is duplicated in two other places. Make them static too, sigh. by Benjamin Kramer · 14 years ago
  35. 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
  36. 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
  37. 872aee1 Added some comments. by Johnny Chen · 14 years ago
  38. d3521cc Provided a mechanism for the test class to cleanup after itself once it's done. by Johnny Chen · 14 years ago
  39. 0e81b64 Step past prologues when we step into functions. by Jim Ingham · 14 years ago
  40. 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
  41. d00cfb7 Simplied main() and emits a message to the standard out. by Johnny Chen · 14 years ago
  42. 6b5f988 Added two test cases to TestSettings.py which exercise the lldb's: by Johnny Chen · 14 years ago
  43. dfc91c3 Remove unnecessary/inappropriate output-printing functions from the API. by Caroline Tice · 14 years ago
  44. c202c46 Also added BuildAndIntegration to the directories to search for an existing by Johnny Chen · 14 years ago
  45. 5f3b98c Changed to a more informative message. by Johnny Chen · 14 years ago
  46. 0c30ad8 We believed the intermittent process launch failure while running the test suite by Johnny Chen · 14 years ago
  47. f01fca1 Removed the @expectedFailure decorator for test_with_dwarf() test case. It has by Johnny Chen · 14 years ago
  48. 5fcff9a 15-20% speed improvement when parsing DWARF. I used instruments to by Greg Clayton · 14 years ago
  49. 41ae217 Modify "settings list" so you can specify a particular instance setting name, by Caroline Tice · 14 years ago
  50. 1924e24 Fixed a missing newline when dumping mixed disassembly. by Greg Clayton · 14 years ago
  51. d9ece2a by Caroline Tice · 14 years ago
  52. 03b1d1c Fixed a race condition that was sometimes stopping our command line by Greg Clayton · 14 years ago
  53. 7412475 So we can't use .debug_pubtypes as it, as designed, does not tell us about by Greg Clayton · 14 years ago
  54. 4805a1c If you have already loaded a file into the debugger, "process attach" will attach to a process with the filename, unless you specify otherwise. by Jim Ingham · 14 years ago
  55. beea052 The Mangled name comparision should prefer the mangled name. by Jim Ingham · 14 years ago
  56. e4b8aeb Adding a bit more logging. by Jim Ingham · 14 years ago
  57. c805a67 Fixed typo in the doc strings. by Johnny Chen · 14 years ago
  58. c181067 Added two test cases to exercise 'expr this->m_c_int' with @expectedFailure by Johnny Chen · 14 years ago
  59. 49480b1 Clear the section list when a our current process is destroyed. by Greg Clayton · 14 years ago
  60. d084c4b Updated to add a printf() stmt. by Johnny Chen · 14 years ago
  61. 0298782 Fixed a case where Mangled::GetName(...) could return a invalid demangled name when one could be calculated. by Greg Clayton · 14 years ago
  62. 251de2a Fixed a compiler warning. by Greg Clayton · 14 years ago
  63. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
  64. 61ea8ac Test order file with both dsym and dwarf combination. by Johnny Chen · 14 years ago
  65. 96ac889 Need to call self.buildDefault() before running the test logic. by Johnny Chen · 14 years ago
  66. c95c6d1 Remove help text that is no longer correct. by Caroline Tice · 14 years ago
  67. 493cad4 More appropriate headings for the traceoutput: stdout & stderr. by Johnny Chen · 14 years ago
  68. 515ea54 Added logging of an error message in GDBRemoteCommunication::SendPacketNoLock() by Johnny Chen · 14 years ago
  69. 17454cf Add the ability for "ThreadPlanRunToAddress" to run to multiple addresses. by Jim Ingham · 14 years ago
  70. fde69bc Removed the expectedFailure decorator from test_with_dwarf_and_run_command() test case by Johnny Chen · 14 years ago
  71. cc07462 Added code to support use of "this" and "self" in by Sean Callanan · 14 years ago
  72. c7527b1 Fixed display for long double and cleaned up float and doubles as well. by Greg Clayton · 14 years ago
  73. c14069e Fixed an issue that was always causing an extra empty argument to be sent by Greg Clayton · 14 years ago
  74. a357ecf Fixed the implementation of "bool Block::Contains (const Block *block) const" by Greg Clayton · 14 years ago
  75. 178710c Looking at some of the test suite failures in DWARF in .o files with the by Greg Clayton · 14 years ago
  76. 8dbb6e8 Fixed an error in Debugger::UpdateExecutionContext() where an invalid index ID 0 by Johnny Chen · 14 years ago
  77. e8a59a8 Bugfixes to the expression parser. Fixes include: by Sean Callanan · 14 years ago
  78. 4890405 Extend the build mechanism to allow for specifying the compiler used to build by Johnny Chen · 14 years ago
  79. 53b66eb Updated the expected matching strings. by Johnny Chen · 14 years ago
  80. 94a0765 Updated the expected matching strings. by Johnny Chen · 14 years ago
  81. 081d30d Updated the expected matching strings, and added a radar comment. by Johnny Chen · 14 years ago
  82. ec3d29f Updated the expected matching strings. by Johnny Chen · 14 years ago
  83. 471d672 Removed the two expectedFailure decorators from the test cases. They have been fixed. by Johnny Chen · 14 years ago
  84. 0efdf0d Updated the expected matching string after the recent flurry of check ins. by Johnny Chen · 14 years ago
  85. 00edd3a Clean up help text. by Caroline Tice · 14 years ago
  86. e2c5e45 Fixed an assertion that happened when debugging DWARF in .o files with debug by Greg Clayton · 14 years ago
  87. c0cf52d Make sure we have a variable list so we don't crash when a frame has no by Greg Clayton · 14 years ago
  88. 03e0f97 Added the summary values for function pointers so we can show where they by Greg Clayton · 14 years ago
  89. 3b71737 Removed unused variable. by Greg Clayton · 14 years ago
  90. aed5881 Added a work in the DWARF parser when we parse an array that ends up having by Greg Clayton · 14 years ago
  91. cb0272f A few modifications to the class arrays test case. by Greg Clayton · 14 years ago
  92. ba9f4cc I made this example after noting that I was unable to display an unsized by Greg Clayton · 14 years ago
  93. e37f23c Fixed a crash that would happen when using "frame variables" on any struct, by Greg Clayton · 14 years ago
  94. 8019d7f Bug #: 8408441 by Greg Clayton · 14 years ago
  95. 637029b Fixed an issue I found in the mach-o symbol table parsing where by Greg Clayton · 14 years ago
  96. 146292c Add 'unalias' to the commands sub-command dictionary. by Caroline Tice · 14 years ago
  97. 2160c3f Add missing result.SetStatus, to allow aliases to be created with by Caroline Tice · 14 years ago
  98. e9ca3a4 Remove Host::ResolveExecutableLocation (very recent addition); replace use of by Caroline Tice · 14 years ago
  99. 7c36fa0 Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic. by Greg Clayton · 14 years ago
  100. 19525a4 Minor copy edits. by Jason Molenda · 14 years ago