1. 94756b1 Make the various expression command test sequences more strict by also verifying by Johnny Chen · 14 years ago
  2. 6369bbb Add a test sequence for test_expr_commands_can_handle_quotes(self): by Johnny Chen · 14 years ago
  3. 6cdafd7 Remove comment no longer applied. by Johnny Chen · 14 years ago
  4. 44c841d by Caroline Tice · 14 years ago
  5. 0bbe13a Add test/foundation/TestSymbolTable.py to exercise accessing the symbol table by Johnny Chen · 14 years ago
  6. 7b85755 Cleanup before making the objective C ivar changes. by Greg Clayton · 14 years ago
  7. 42c8fdc Improved the "image dump section" command output by making sure by Greg Clayton · 14 years ago
  8. c418ec2 'thread backtrace', not 'thread backtrac'. by Johnny Chen · 14 years ago
  9. f9954b5 The do_simple_disasm() also needs to be modified to accommodate the recent changes by Johnny Chen · 14 years ago
  10. 3371102 Logging improvements to help identify major events in by Sean Callanan · 14 years ago
  11. 9d972a4 Fixed an issue when debugging with DWARF in the .o files where by Greg Clayton · 14 years ago
  12. 6728364 Forgot to qualify SBSymbol with the lldb namespace for SWIG. by Greg Clayton · 14 years ago
  13. 43edca3 Added symbol table access through the module for now. We might need to expose by Greg Clayton · 14 years ago
  14. 78b9ee8 Handle the case where you make a ClangExpressionDeclMap without a selected frame. by Jim Ingham · 14 years ago
  15. 61a000d Add expect matching patterns for some self.expect() statements. by Johnny Chen · 14 years ago
  16. c4217a6 Fixes to make id work as well as well as fix minor errors by Sean Callanan · 14 years ago
  17. 7b9fcc0 When shared libraries are unloaded, they are now removed from the target by Greg Clayton · 14 years ago
  18. 265da22 Add TestObjCMethods2.py to exercise more expression command sequences with objc. by Johnny Chen · 14 years ago
  19. e6eb972 Minor comment string change. by Johnny Chen · 14 years ago
  20. 726cbce More descriptive comment string. by Johnny Chen · 14 years ago
  21. 3ab6cf0 Modify Test_Selector's comment string, too. by Johnny Chen · 14 years ago
  22. 4f1ef9d Disambiguate the comment strings in order to be used from the .py test file. by Johnny Chen · 14 years ago
  23. b9f09a6 Fixed a bug in which the SEL type was being resolved by Sean Callanan · 14 years ago
  24. e54840c Modified main.m and TestObjCMethods.py to unbreak the test/foundation directory. by Johnny Chen · 14 years ago
  25. 0bb9b5c Forgot to also check in this file with the previous r121036 change: by Johnny Chen · 14 years ago
  26. 46ffd86 Fail fast by raising an exception if the 'string_to_match' cannot be located by Johnny Chen · 14 years ago
  27. 55e1bdf Add a test case test_lldb_process_load_and_unload_commands() for using lldb commands by Johnny Chen · 14 years ago
  28. 6e5d9e0 Added more test case functions to cover more objective C functionality. by Greg Clayton · 14 years ago
  29. ecd834d Add two test cases to exercise many expression commands: by Johnny Chen · 14 years ago
  30. 9b0d14e Use full command to avoid "expr" alias. by Greg Clayton · 14 years ago
  31. 363527c Added a simple test case that can be used to test out the expression parser by Greg Clayton · 14 years ago
  32. 7cd4674 Fixed a problem in which non-external variables by Sean Callanan · 14 years ago
  33. 422b1ae Added a less than operator that will compare the internal opaque pointer values so SBBroadcaster objects can be contained in ordered containers or sorted. by Greg Clayton · 14 years ago
  34. 0e0fd1c Fixed an issue where SBProcess::LoadImage(...) was not returning the image by Greg Clayton · 14 years ago
  35. 3ca95da Added "void SBBroadcaster::Clear ();" method to SBBroadcaster. by Greg Clayton · 14 years ago
  36. 4f46cd1 Fixed a crasher when trying to get event data flavors on events that don't by Greg Clayton · 14 years ago
  37. b378133 Make sure that STDOUT and STDERR events in lldb_private::Process carry along by Greg Clayton · 14 years ago
  38. 7524a1d Bumped Xcode project build version to 34 for lldb-34. by Greg Clayton · 14 years ago
  39. eecb0f3 More reverting of the EOF stuff as the API was changed which we don't want to by Greg Clayton · 14 years ago
  40. bd91d9a Reverted the close on EOF stuff again as it was crashing Xcode. by Greg Clayton · 14 years ago
  41. fee8886 Add a test method test_pass_host_env_vars to 'class SettingsCommandTestCase(TestBase)' by Johnny Chen · 14 years ago
  42. 304fab4 Bumped lldb version to lldb-33 and debugserver to debugserver-120. by Greg Clayton · 14 years ago
  43. a99b0bf Added the ability to display the new "target.process.inherit-env" setting. by Greg Clayton · 14 years ago
  44. 638351a Added the ability for a process to inherit the current host environment. This by Greg Clayton · 14 years ago
  45. 1ad9e99 Forgot to also check in this file along with the TestBreakpointConditions.py change. by Johnny Chen · 14 years ago
  46. 7c9a8b5 Test that "breakpoint modify -c ''" clears the condition for the last created by Johnny Chen · 14 years ago
  47. 9a7b291 Documentation fix - explain how to unset conditions. Also fix unsetting -x and -t so they work. by Jim Ingham · 14 years ago
  48. 19ac0bd Document the fact that "breakpoint modify" with no breakpoint acts on the by Jim Ingham · 14 years ago
  49. 539d945 Make sure to index the DWARF if we already haven't so we can resolve forward by Greg Clayton · 14 years ago
  50. 7d6d844 Add the '-F' option to the test driver, which makes the running of test suite failfast. by Johnny Chen · 14 years ago
  51. f921cf5 Eliminated a redundant code path. by Sean Callanan · 14 years ago
  52. bd66601 Add '-no-stdio' option to 'process launch' command, which causes the by Caroline Tice · 14 years ago
  53. 1cee7ab Fixed an issue that would cause an assertion to fire when an inlined function was found during a regex function find call. by Greg Clayton · 14 years ago
  54. 31ab22b Make sure timed_out is initialized to false just to be on the safe side. by Greg Clayton · 14 years ago
  55. b749a26 Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return by Greg Clayton · 14 years ago
  56. f3143b7 Removed a compiler warning. by Sean Callanan · 14 years ago
  57. aa301c4 Fixed object lifetimes in ClangExpressionDeclMap by Sean Callanan · 14 years ago
  58. c0da615 Fixed DoResume to watch for the correct return value from WaitForIsRunning to avoid spurious errors due to previous fix. by Greg Clayton · 14 years ago
  59. 220494a Fixed bad logic that was trying to determine if the gdb remote resumed a process or not. by Greg Clayton · 14 years ago
  60. 58bf344 Log just the thread name, not process/thread id for easier human reading. by Johnny Chen · 14 years ago
  61. 22defe8 Updated to latest LLVM/Clang for external AST source changes that allow by Greg Clayton · 14 years ago
  62. 19eee0d When logging, enable process and thread ID recordings. Also add 'state' to the lldb by Johnny Chen · 14 years ago
  63. 9c11d47 Fixed a typo in comment. by Johnny Chen · 14 years ago
  64. 4844365 Fixed IRForTarget so that it errors out when function by Sean Callanan · 14 years ago
  65. 7ab8c85 For lldb loggings, prepend log lines with a timestamp. And change the default log options: by Johnny Chen · 14 years ago
  66. 9ac497b by Caroline Tice · 14 years ago
  67. 21c7c21 On second thought, inserting a delay of 1.0 second slows down the test suite by Johnny Chen · 14 years ago
  68. 118d742 GenericTester.generic_type_expr_tester(): by Johnny Chen · 14 years ago
  69. 0eaaf32 Add a mechanism of overwriting the default 1.0 second wait time between test by Johnny Chen · 14 years ago
  70. c95fe32 Remove @expectedFailure decorator as the bug has been fixed. by Johnny Chen · 14 years ago
  71. ecfc3cf TestBase.setUp() needs to make sure lldb.blacklist is not None by Johnny Chen · 14 years ago
  72. 82e6b1e Add a '-b blacklistFile' option to the test driver to take a file specifying the by Johnny Chen · 14 years ago
  73. 97bd567 Fixed 32 bit debugging after recent architecture changes to debugserver. by Greg Clayton · 14 years ago
  74. e8e5557 Fixed ClangUserExpression's wrapping of expressions by Sean Callanan · 14 years ago
  75. cfc53a2 Add test cases to test that: by Johnny Chen · 14 years ago
  76. 4d0b110 Allowed ClangExpressionDeclMap to dematerialize by Sean Callanan · 14 years ago
  77. a65b527 Whitespace fix. by Sean Callanan · 14 years ago
  78. dc6c263 Make CommandObjectMultiword::GetSubcommandSP() more robust by appending the by Johnny Chen · 14 years ago
  79. a2b1ac8 Remove the @expectedFailure decorator as the bug has been fixed. by Johnny Chen · 14 years ago
  80. dd1f02a GetCommandObject returns no matches in the match array when there is only one match. That's odd, but I don't want to change that right now, just cope with it where I'm doing the command matching. by Jim Ingham · 14 years ago
  81. 61eb4f1 Add @expectedFailure decorator for a known bug: by Johnny Chen · 14 years ago
  82. 8bf15e2 Add expectedFailure decorator for test_help_image_dump_symtab_should_not_crash(). by Johnny Chen · 14 years ago
  83. c2d382c Fix completion for multi-word commands in the "help" command. by Jim Ingham · 14 years ago
  84. 0d037c9 Remove @skip decorators for fixed crashes. by Johnny Chen · 14 years ago
  85. 1e61a63 Fixed a problem where m_register_info was not being by Sean Callanan · 14 years ago
  86. 85c697b Skip two test classes due to: by Johnny Chen · 14 years ago
  87. 12c32c1 Entire test class skipped due to: by Johnny Chen · 14 years ago
  88. 0381063 Entire test class skipped due to: by Johnny Chen · 14 years ago
  89. a707b02 Skipped two test cases due to seg fault while hadnling command: by Johnny Chen · 14 years ago
  90. 677228a Entire test class skipped due to: by Johnny Chen · 14 years ago
  91. 360f53f Moved the code in ClangUserExpression that set up & ran the thread plan with timeouts, and restarting with all threads into a utility function in Process. This required a bunch of renaming. by Jim Ingham · 14 years ago
  92. 1ddd9fe Added a feature where registers can be referred to by Sean Callanan · 14 years ago
  93. 6bdc124 Add comment for a branch of test logic which applies to ['clang', 'llvm-gcc'] only. by Johnny Chen · 14 years ago
  94. b1349b6 Minor comment fix. by Johnny Chen · 14 years ago
  95. a99bcaa Fix build error when lldb is being built i386. by Jason Molenda · 14 years ago
  96. 24f43be Add an expect() statement within breakpoint_conditions() method which tests that by Johnny Chen · 14 years ago
  97. 458a67e Change the variable TestBase.timeWait to the more descriptive timeWaitNextLaunch. by Johnny Chen · 14 years ago
  98. d6e7ca2 Add comment. by Johnny Chen · 14 years ago
  99. 360dd37 When looping through the test suite more than once (repeat count > 1), we should by Johnny Chen · 14 years ago
  100. b4e19b3 When we resolve a forward declaration type, be sure to put it into the m_die_to_type map so we don't assert later when someone tries to resolve the type. by Greg Clayton · 14 years ago