1. 7b9fcc0 When shared libraries are unloaded, they are now removed from the target by Greg Clayton · 14 years ago
  2. 265da22 Add TestObjCMethods2.py to exercise more expression command sequences with objc. by Johnny Chen · 14 years ago
  3. e6eb972 Minor comment string change. by Johnny Chen · 14 years ago
  4. 726cbce More descriptive comment string. by Johnny Chen · 14 years ago
  5. 3ab6cf0 Modify Test_Selector's comment string, too. by Johnny Chen · 14 years ago
  6. 4f1ef9d Disambiguate the comment strings in order to be used from the .py test file. by Johnny Chen · 14 years ago
  7. b9f09a6 Fixed a bug in which the SEL type was being resolved by Sean Callanan · 14 years ago
  8. e54840c Modified main.m and TestObjCMethods.py to unbreak the test/foundation directory. by Johnny Chen · 14 years ago
  9. 0bb9b5c Forgot to also check in this file with the previous r121036 change: by Johnny Chen · 14 years ago
  10. 46ffd86 Fail fast by raising an exception if the 'string_to_match' cannot be located by Johnny Chen · 14 years ago
  11. 55e1bdf Add a test case test_lldb_process_load_and_unload_commands() for using lldb commands by Johnny Chen · 14 years ago
  12. 6e5d9e0 Added more test case functions to cover more objective C functionality. by Greg Clayton · 14 years ago
  13. ecd834d Add two test cases to exercise many expression commands: by Johnny Chen · 14 years ago
  14. 9b0d14e Use full command to avoid "expr" alias. by Greg Clayton · 14 years ago
  15. 363527c Added a simple test case that can be used to test out the expression parser by Greg Clayton · 14 years ago
  16. 7cd4674 Fixed a problem in which non-external variables by Sean Callanan · 14 years ago
  17. 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
  18. 0e0fd1c Fixed an issue where SBProcess::LoadImage(...) was not returning the image by Greg Clayton · 14 years ago
  19. 3ca95da Added "void SBBroadcaster::Clear ();" method to SBBroadcaster. by Greg Clayton · 14 years ago
  20. 4f46cd1 Fixed a crasher when trying to get event data flavors on events that don't by Greg Clayton · 14 years ago
  21. b378133 Make sure that STDOUT and STDERR events in lldb_private::Process carry along by Greg Clayton · 14 years ago
  22. 7524a1d Bumped Xcode project build version to 34 for lldb-34. by Greg Clayton · 14 years ago
  23. eecb0f3 More reverting of the EOF stuff as the API was changed which we don't want to by Greg Clayton · 14 years ago
  24. bd91d9a Reverted the close on EOF stuff again as it was crashing Xcode. by Greg Clayton · 14 years ago
  25. fee8886 Add a test method test_pass_host_env_vars to 'class SettingsCommandTestCase(TestBase)' by Johnny Chen · 14 years ago
  26. 304fab4 Bumped lldb version to lldb-33 and debugserver to debugserver-120. by Greg Clayton · 14 years ago
  27. a99b0bf Added the ability to display the new "target.process.inherit-env" setting. by Greg Clayton · 14 years ago
  28. 638351a Added the ability for a process to inherit the current host environment. This by Greg Clayton · 14 years ago
  29. 1ad9e99 Forgot to also check in this file along with the TestBreakpointConditions.py change. by Johnny Chen · 14 years ago
  30. 7c9a8b5 Test that "breakpoint modify -c ''" clears the condition for the last created by Johnny Chen · 14 years ago
  31. 9a7b291 Documentation fix - explain how to unset conditions. Also fix unsetting -x and -t so they work. by Jim Ingham · 14 years ago
  32. 19ac0bd Document the fact that "breakpoint modify" with no breakpoint acts on the by Jim Ingham · 14 years ago
  33. 539d945 Make sure to index the DWARF if we already haven't so we can resolve forward by Greg Clayton · 14 years ago
  34. 7d6d844 Add the '-F' option to the test driver, which makes the running of test suite failfast. by Johnny Chen · 14 years ago
  35. f921cf5 Eliminated a redundant code path. by Sean Callanan · 14 years ago
  36. bd66601 Add '-no-stdio' option to 'process launch' command, which causes the by Caroline Tice · 14 years ago
  37. 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
  38. 31ab22b Make sure timed_out is initialized to false just to be on the safe side. by Greg Clayton · 14 years ago
  39. b749a26 Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return by Greg Clayton · 14 years ago
  40. f3143b7 Removed a compiler warning. by Sean Callanan · 14 years ago
  41. aa301c4 Fixed object lifetimes in ClangExpressionDeclMap by Sean Callanan · 14 years ago
  42. 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
  43. 220494a Fixed bad logic that was trying to determine if the gdb remote resumed a process or not. by Greg Clayton · 14 years ago
  44. 58bf344 Log just the thread name, not process/thread id for easier human reading. by Johnny Chen · 14 years ago
  45. 22defe8 Updated to latest LLVM/Clang for external AST source changes that allow by Greg Clayton · 14 years ago
  46. 19eee0d When logging, enable process and thread ID recordings. Also add 'state' to the lldb by Johnny Chen · 14 years ago
  47. 9c11d47 Fixed a typo in comment. by Johnny Chen · 14 years ago
  48. 4844365 Fixed IRForTarget so that it errors out when function by Sean Callanan · 14 years ago
  49. 7ab8c85 For lldb loggings, prepend log lines with a timestamp. And change the default log options: by Johnny Chen · 14 years ago
  50. 9ac497b by Caroline Tice · 14 years ago
  51. 21c7c21 On second thought, inserting a delay of 1.0 second slows down the test suite by Johnny Chen · 14 years ago
  52. 118d742 GenericTester.generic_type_expr_tester(): by Johnny Chen · 14 years ago
  53. 0eaaf32 Add a mechanism of overwriting the default 1.0 second wait time between test by Johnny Chen · 14 years ago
  54. c95fe32 Remove @expectedFailure decorator as the bug has been fixed. by Johnny Chen · 14 years ago
  55. ecfc3cf TestBase.setUp() needs to make sure lldb.blacklist is not None by Johnny Chen · 14 years ago
  56. 82e6b1e Add a '-b blacklistFile' option to the test driver to take a file specifying the by Johnny Chen · 14 years ago
  57. 97bd567 Fixed 32 bit debugging after recent architecture changes to debugserver. by Greg Clayton · 14 years ago
  58. e8e5557 Fixed ClangUserExpression's wrapping of expressions by Sean Callanan · 14 years ago
  59. cfc53a2 Add test cases to test that: by Johnny Chen · 14 years ago
  60. 4d0b110 Allowed ClangExpressionDeclMap to dematerialize by Sean Callanan · 14 years ago
  61. a65b527 Whitespace fix. by Sean Callanan · 14 years ago
  62. dc6c263 Make CommandObjectMultiword::GetSubcommandSP() more robust by appending the by Johnny Chen · 14 years ago
  63. a2b1ac8 Remove the @expectedFailure decorator as the bug has been fixed. by Johnny Chen · 14 years ago
  64. 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
  65. 61eb4f1 Add @expectedFailure decorator for a known bug: by Johnny Chen · 14 years ago
  66. 8bf15e2 Add expectedFailure decorator for test_help_image_dump_symtab_should_not_crash(). by Johnny Chen · 14 years ago
  67. c2d382c Fix completion for multi-word commands in the "help" command. by Jim Ingham · 14 years ago
  68. 0d037c9 Remove @skip decorators for fixed crashes. by Johnny Chen · 14 years ago
  69. 1e61a63 Fixed a problem where m_register_info was not being by Sean Callanan · 14 years ago
  70. 85c697b Skip two test classes due to: by Johnny Chen · 14 years ago
  71. 12c32c1 Entire test class skipped due to: by Johnny Chen · 14 years ago
  72. 0381063 Entire test class skipped due to: by Johnny Chen · 14 years ago
  73. a707b02 Skipped two test cases due to seg fault while hadnling command: by Johnny Chen · 14 years ago
  74. 677228a Entire test class skipped due to: by Johnny Chen · 14 years ago
  75. 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
  76. 1ddd9fe Added a feature where registers can be referred to by Sean Callanan · 14 years ago
  77. 6bdc124 Add comment for a branch of test logic which applies to ['clang', 'llvm-gcc'] only. by Johnny Chen · 14 years ago
  78. b1349b6 Minor comment fix. by Johnny Chen · 14 years ago
  79. a99bcaa Fix build error when lldb is being built i386. by Jason Molenda · 14 years ago
  80. 24f43be Add an expect() statement within breakpoint_conditions() method which tests that by Johnny Chen · 14 years ago
  81. 458a67e Change the variable TestBase.timeWait to the more descriptive timeWaitNextLaunch. by Johnny Chen · 14 years ago
  82. d6e7ca2 Add comment. by Johnny Chen · 14 years ago
  83. 360dd37 When looping through the test suite more than once (repeat count > 1), we should by Johnny Chen · 14 years ago
  84. 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
  85. ba4fc4a Removed a stray dump() that made it into top-of-tree. by Sean Callanan · 14 years ago
  86. 4b5eec6 Made GetVariableValue() more robust in the face by Sean Callanan · 14 years ago
  87. 65e2aee Removed a stray dump(). by Sean Callanan · 14 years ago
  88. 8e69de4 Change the DWARFExpression::Evaluate methods to take an optional by Jason Molenda · 14 years ago
  89. 42bee05 Revert the End of file stuff that was added as it was causing read threads by Greg Clayton · 14 years ago
  90. eae9124 Updated to latest and greatest clang for a "print cvr-qualifiers on function by Greg Clayton · 14 years ago
  91. c4f55fe Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 14 years ago
  92. a5cf463 Add TestSignedTypes.py to test that variables with signed types display correctly. by Johnny Chen · 14 years ago
  93. ee8fc72 Modifications to type handling logic. We no longer by Sean Callanan · 14 years ago
  94. c35750a Fill in more test sequences for Python API SBFrame.LookupVarInScope(name, scope). by Johnny Chen · 14 years ago
  95. 7fab17c Print out addresses with the correct width for 32 bit programs. by Greg Clayton · 14 years ago
  96. c0c1b0c Fixed an issue where the UserSettingsControllers were being created out of by Greg Clayton · 14 years ago
  97. a91dd99 Added support for indicating to the expression parser by Sean Callanan · 14 years ago
  98. 3c7feb4 Added some logging back and cleaned up the code to match LLDB's coding by Greg Clayton · 14 years ago
  99. 742825b Add Python API tests for file and class static variables, too. by Johnny Chen · 14 years ago
  100. 990de7b Cleaned up code that wasn't using the Initialize and Terminate paradigm by by Greg Clayton · 14 years ago