- c2c9a14 Fixed detection of overloaded operators in type by Sean Callanan · 14 years ago
- 0678f8e Add @python_api_test decorator to the remaining Test*.py files. by Johnny Chen · 14 years ago
- 013c574 Fix a test method docstring. by Johnny Chen · 14 years ago
- 4f93bf1 Add an infrastructure to mark the Python APIs only test using a decorator. by Johnny Chen · 14 years ago
- 5899a23 Added the source file for some ObjC stepping tests. No test yet. by Jim Ingham · 14 years ago
- d9105c2 by Caroline Tice · 14 years ago
- 6507dd9 Changing the ObjC find method implementation to use a ClangUtilityFunction inserted into the target. Consolidate all the by Jim Ingham · 14 years ago
- e0da7a5 by Caroline Tice · 14 years ago
- f831222 Add more module docstring. by Johnny Chen · 14 years ago
- 28e4966 Minor docstring change. by Johnny Chen · 14 years ago
- 22dc972 process launch now asks to kill the current process if it is alive, and if you affirm, does so for you. by Jim Ingham · 14 years ago
- 88044a9 Remove unnecessary imports. by Johnny Chen · 14 years ago
- 6f7abb0 Add a test/source-manager directory for testing lldb core component SourceManager. by Johnny Chen · 14 years ago
- 4dc1892 Any arguments that are not options to the "lldb" command line driver, now get by Greg Clayton · 14 years ago
- 61e2c30 Fixed an issue in our source manager where we were permanently caching source by Greg Clayton · 14 years ago
- deaf884 Add more docstring for the lldb_iter() utility function which provides a compact by Johnny Chen · 14 years ago
- 4d426c6 Modify the TestObjCMethods2.py test to fix a typo (should be str_id, not id). by Johnny Chen · 14 years ago
- 3355d11 Bumped lldb Xcode version to 35 for lldb-35, and debugserver to 121 for by Greg Clayton · 14 years ago
- 58e844b Added the ability to dump sections to a certain depth (for when sections by Greg Clayton · 14 years ago
- fa2f48b Fixed up the error message for when a file is not supported. by Greg Clayton · 14 years ago
- 8290758 Fixed a problem where the AST importer would assert() by Sean Callanan · 14 years ago
- 8fd886c For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string by Johnny Chen · 14 years ago
- a3a67d4 Add test_evaluate_expression_python() to exercise SBFrame.EvaluateExpression() Python API. by Johnny Chen · 14 years ago
- 5045fdc Use Python raw string literal to avoid escaping the escape sequence and to make by Johnny Chen · 14 years ago
- 94d255f More logging for use in debugging the interactions by Sean Callanan · 14 years ago
- 94756b1 Make the various expression command test sequences more strict by also verifying by Johnny Chen · 14 years ago
- 6369bbb Add a test sequence for test_expr_commands_can_handle_quotes(self): by Johnny Chen · 14 years ago
- 6cdafd7 Remove comment no longer applied. by Johnny Chen · 14 years ago
- 44c841d by Caroline Tice · 14 years ago
- 0bbe13a Add test/foundation/TestSymbolTable.py to exercise accessing the symbol table by Johnny Chen · 14 years ago
- 7b85755 Cleanup before making the objective C ivar changes. by Greg Clayton · 14 years ago
- 42c8fdc Improved the "image dump section" command output by making sure by Greg Clayton · 14 years ago
- c418ec2 'thread backtrace', not 'thread backtrac'. by Johnny Chen · 14 years ago
- f9954b5 The do_simple_disasm() also needs to be modified to accommodate the recent changes by Johnny Chen · 14 years ago
- 3371102 Logging improvements to help identify major events in by Sean Callanan · 14 years ago
- 9d972a4 Fixed an issue when debugging with DWARF in the .o files where by Greg Clayton · 14 years ago
- 6728364 Forgot to qualify SBSymbol with the lldb namespace for SWIG. by Greg Clayton · 14 years ago
- 43edca3 Added symbol table access through the module for now. We might need to expose by Greg Clayton · 14 years ago
- 78b9ee8 Handle the case where you make a ClangExpressionDeclMap without a selected frame. by Jim Ingham · 14 years ago
- 61a000d Add expect matching patterns for some self.expect() statements. by Johnny Chen · 14 years ago
- c4217a6 Fixes to make id work as well as well as fix minor errors by Sean Callanan · 14 years ago
- 7b9fcc0 When shared libraries are unloaded, they are now removed from the target by Greg Clayton · 14 years ago
- 265da22 Add TestObjCMethods2.py to exercise more expression command sequences with objc. by Johnny Chen · 14 years ago
- e6eb972 Minor comment string change. by Johnny Chen · 14 years ago
- 726cbce More descriptive comment string. by Johnny Chen · 14 years ago
- 3ab6cf0 Modify Test_Selector's comment string, too. by Johnny Chen · 14 years ago
- 4f1ef9d Disambiguate the comment strings in order to be used from the .py test file. by Johnny Chen · 14 years ago
- b9f09a6 Fixed a bug in which the SEL type was being resolved by Sean Callanan · 14 years ago
- e54840c Modified main.m and TestObjCMethods.py to unbreak the test/foundation directory. by Johnny Chen · 14 years ago
- 0bb9b5c Forgot to also check in this file with the previous r121036 change: by Johnny Chen · 14 years ago
- 46ffd86 Fail fast by raising an exception if the 'string_to_match' cannot be located by Johnny Chen · 14 years ago
- 55e1bdf Add a test case test_lldb_process_load_and_unload_commands() for using lldb commands by Johnny Chen · 14 years ago
- 6e5d9e0 Added more test case functions to cover more objective C functionality. by Greg Clayton · 14 years ago
- ecd834d Add two test cases to exercise many expression commands: by Johnny Chen · 14 years ago
- 9b0d14e Use full command to avoid "expr" alias. by Greg Clayton · 14 years ago
- 363527c Added a simple test case that can be used to test out the expression parser by Greg Clayton · 14 years ago
- 7cd4674 Fixed a problem in which non-external variables by Sean Callanan · 14 years ago
- 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
- 0e0fd1c Fixed an issue where SBProcess::LoadImage(...) was not returning the image by Greg Clayton · 14 years ago
- 3ca95da Added "void SBBroadcaster::Clear ();" method to SBBroadcaster. by Greg Clayton · 14 years ago
- 4f46cd1 Fixed a crasher when trying to get event data flavors on events that don't by Greg Clayton · 14 years ago
- b378133 Make sure that STDOUT and STDERR events in lldb_private::Process carry along by Greg Clayton · 14 years ago
- 7524a1d Bumped Xcode project build version to 34 for lldb-34. by Greg Clayton · 14 years ago
- eecb0f3 More reverting of the EOF stuff as the API was changed which we don't want to by Greg Clayton · 14 years ago
- bd91d9a Reverted the close on EOF stuff again as it was crashing Xcode. by Greg Clayton · 14 years ago
- fee8886 Add a test method test_pass_host_env_vars to 'class SettingsCommandTestCase(TestBase)' by Johnny Chen · 14 years ago
- 304fab4 Bumped lldb version to lldb-33 and debugserver to debugserver-120. by Greg Clayton · 14 years ago
- a99b0bf Added the ability to display the new "target.process.inherit-env" setting. by Greg Clayton · 14 years ago
- 638351a Added the ability for a process to inherit the current host environment. This by Greg Clayton · 14 years ago
- 1ad9e99 Forgot to also check in this file along with the TestBreakpointConditions.py change. by Johnny Chen · 14 years ago
- 7c9a8b5 Test that "breakpoint modify -c ''" clears the condition for the last created by Johnny Chen · 14 years ago
- 9a7b291 Documentation fix - explain how to unset conditions. Also fix unsetting -x and -t so they work. by Jim Ingham · 14 years ago
- 19ac0bd Document the fact that "breakpoint modify" with no breakpoint acts on the by Jim Ingham · 14 years ago
- 539d945 Make sure to index the DWARF if we already haven't so we can resolve forward by Greg Clayton · 14 years ago
- 7d6d844 Add the '-F' option to the test driver, which makes the running of test suite failfast. by Johnny Chen · 14 years ago
- f921cf5 Eliminated a redundant code path. by Sean Callanan · 14 years ago
- bd66601 Add '-no-stdio' option to 'process launch' command, which causes the by Caroline Tice · 14 years ago
- 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
- 31ab22b Make sure timed_out is initialized to false just to be on the safe side. by Greg Clayton · 14 years ago
- b749a26 Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return by Greg Clayton · 14 years ago
- f3143b7 Removed a compiler warning. by Sean Callanan · 14 years ago
- aa301c4 Fixed object lifetimes in ClangExpressionDeclMap by Sean Callanan · 14 years ago
- 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
- 220494a Fixed bad logic that was trying to determine if the gdb remote resumed a process or not. by Greg Clayton · 14 years ago
- 58bf344 Log just the thread name, not process/thread id for easier human reading. by Johnny Chen · 14 years ago
- 22defe8 Updated to latest LLVM/Clang for external AST source changes that allow by Greg Clayton · 14 years ago
- 19eee0d When logging, enable process and thread ID recordings. Also add 'state' to the lldb by Johnny Chen · 14 years ago
- 9c11d47 Fixed a typo in comment. by Johnny Chen · 14 years ago
- 4844365 Fixed IRForTarget so that it errors out when function by Sean Callanan · 14 years ago
- 7ab8c85 For lldb loggings, prepend log lines with a timestamp. And change the default log options: by Johnny Chen · 14 years ago
- 9ac497b by Caroline Tice · 14 years ago
- 21c7c21 On second thought, inserting a delay of 1.0 second slows down the test suite by Johnny Chen · 14 years ago
- 118d742 GenericTester.generic_type_expr_tester(): by Johnny Chen · 14 years ago
- 0eaaf32 Add a mechanism of overwriting the default 1.0 second wait time between test by Johnny Chen · 14 years ago
- c95fe32 Remove @expectedFailure decorator as the bug has been fixed. by Johnny Chen · 14 years ago
- ecfc3cf TestBase.setUp() needs to make sure lldb.blacklist is not None by Johnny Chen · 14 years ago
- 82e6b1e Add a '-b blacklistFile' option to the test driver to take a file specifying the by Johnny Chen · 14 years ago
- 97bd567 Fixed 32 bit debugging after recent architecture changes to debugserver. by Greg Clayton · 14 years ago
- e8e5557 Fixed ClangUserExpression's wrapping of expressions by Sean Callanan · 14 years ago
- cfc53a2 Add test cases to test that: by Johnny Chen · 14 years ago