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