1. 26923fe Updated the code signing instructions to be more complete. by Greg Clayton · 13 years ago
  2. 539b3ef Removed unused files that were out of date and causing issues with the by Greg Clayton · 13 years ago
  3. ec88274 Execute the test case teardown hooks in a LIFO (last in, first out) order. by Johnny Chen · 13 years ago
  4. b201736 Added a test case LoadUnloadTestCase.test_dyld_library_path to test launching a process by Johnny Chen · 13 years ago
  5. cf03765 Fix the completion of "fr " and the like. by Jim Ingham · 13 years ago
  6. a8e2ea7 Modify test cases to accomodate Python API change: by Johnny Chen · 13 years ago
  7. 56d2fc4 by Caroline Tice · 13 years ago
  8. 4e9267d Changed: by Greg Clayton · 13 years ago
  9. d1a4796 Change the golden output so that merely evaluating an existing persistent variable by Johnny Chen · 13 years ago
  10. 0c8a190 Fixed rdar://problem/8767055 test suite failure TestStaticVariables.py (ToT r121745). by Johnny Chen · 13 years ago
  11. dd62d72 Fixed SBFrame to properly check to make sure it has a valid m_opaque_sp object by Greg Clayton · 13 years ago
  12. 427f290 Modified LLDB expressions to not have to JIT and run code just to see variable by Greg Clayton · 13 years ago
  13. 047923c Bugfixes for the new "self" pointer handling. Specifically, by Sean Callanan · 13 years ago
  14. 3aa7da5 Added support for generating expressions that have by Sean Callanan · 13 years ago
  15. 7a4512b Add TestBreakpointIgnoreCount.py to exercise the breakpoint ignore count features, by Johnny Chen · 13 years ago
  16. 4877965 Revert a small but important part of the EOF handling code that Greg by Caroline Tice · 13 years ago
  17. 5aa1ebc Make the test case SourceManagerTestCase.display_source_python stronger by also by Johnny Chen · 13 years ago
  18. ff5cac2 Fixed a crasher where when a ProcessGDBRemote class was being destroyed, it would eventually destroy the dynamic loader (when the lldb_private::Process::m_dynamic_loader_ap destroys itself in the object member destructor chain). The dynamic loader was calling a pure virtual method in Process which was causing a crash. The quick fix is to reset the auto pointer in the ProcessGDBRemote destructor when ProcessGDBRemote is still a valid object with all its pure virtual functions intact. by Greg Clayton · 13 years ago
  19. 9e7958e Updated to latest Clang revision. This involved by Sean Callanan · 13 years ago
  20. b89274f Fixed a multi-threaded race condition that could happen when communication classes are shutting down. We currently don't protect communication connection classes against multi-threaded access. The connection is stored in the lldb_private::Communication.m_connection_ap auto_ptr member. We either need to add protections when accessing this class or not let anything racy occur. With this fix, we are doing the latter. by Greg Clayton · 13 years ago
  21. ab42902 Fixed an issue where the macosx dynamic loader, on the first shared library loaded notification, wasn't properly removing shared libraries from the target that didn't get loaded. This usually happens when a different shared library is loaded in place of another due to DYLD_LIBRARY_PATH or DYLD_FRAMEWORK_PATH environment variables. We now properly remove any images that didn't make it into the executable. by Greg Clayton · 13 years ago
  22. ea49cc7 Added the ability for SBTarget to resolve load addresses (convert lldb::addr_t values into resolved SBAddress objects). These SBAddress objects can then be used to resolve a symbol context using "lldb::SBSymbolContext ResolveSymbolContextForAddress (const lldb::SBAddress& addr, uint32_t resolve_scope);". by Greg Clayton · 13 years ago
  23. ea6e3df Fix bug where using incomplete strings for command names causes by Caroline Tice · 13 years ago
  24. e5791dd Add test_display_source_python() test case to TestSourceManager.py which uses by Johnny Chen · 13 years ago
  25. 887d251 Made all LLDB-generated ASTContexts have valid by Sean Callanan · 13 years ago
  26. 3f1696c Make sure that @python_api_test is only used to decorate a test method, not the by Johnny Chen · 13 years ago
  27. 494735d Simplified the code that handles overloaded operator names. by Sean Callanan · 13 years ago
  28. cc659ad Do not specify both '-a' and '+a' at the same time. by Johnny Chen · 13 years ago
  29. 3ebdacc Add a '+a' command line option to the test driver to run only the Python API tests. by Johnny Chen · 13 years ago
  30. ec953b5 Add the @python_api_test decorator for two test cases. by Johnny Chen · 13 years ago
  31. ad5518d Fix some typo in method names and docstrings. by Johnny Chen · 13 years ago
  32. 9ac4be9 Added some tests for ObjC stepping, step into ordinary and stret methods, and stepping by Jim Ingham · 13 years ago
  33. c2c9a14 Fixed detection of overloaded operators in type by Sean Callanan · 13 years ago
  34. 0678f8e Add @python_api_test decorator to the remaining Test*.py files. by Johnny Chen · 13 years ago
  35. 013c574 Fix a test method docstring. by Johnny Chen · 13 years ago
  36. 4f93bf1 Add an infrastructure to mark the Python APIs only test using a decorator. by Johnny Chen · 13 years ago
  37. 5899a23 Added the source file for some ObjC stepping tests. No test yet. by Jim Ingham · 13 years ago
  38. d9105c2 by Caroline Tice · 13 years ago
  39. 6507dd9 Changing the ObjC find method implementation to use a ClangUtilityFunction inserted into the target. Consolidate all the by Jim Ingham · 13 years ago
  40. e0da7a5 by Caroline Tice · 13 years ago
  41. f831222 Add more module docstring. by Johnny Chen · 13 years ago
  42. 28e4966 Minor docstring change. by Johnny Chen · 13 years ago
  43. 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 · 13 years ago
  44. 88044a9 Remove unnecessary imports. by Johnny Chen · 13 years ago
  45. 6f7abb0 Add a test/source-manager directory for testing lldb core component SourceManager. by Johnny Chen · 13 years ago
  46. 4dc1892 Any arguments that are not options to the "lldb" command line driver, now get by Greg Clayton · 13 years ago
  47. 61e2c30 Fixed an issue in our source manager where we were permanently caching source by Greg Clayton · 13 years ago
  48. deaf884 Add more docstring for the lldb_iter() utility function which provides a compact by Johnny Chen · 13 years ago
  49. 4d426c6 Modify the TestObjCMethods2.py test to fix a typo (should be str_id, not id). by Johnny Chen · 13 years ago
  50. 3355d11 Bumped lldb Xcode version to 35 for lldb-35, and debugserver to 121 for by Greg Clayton · 13 years ago
  51. 58e844b Added the ability to dump sections to a certain depth (for when sections by Greg Clayton · 13 years ago
  52. fa2f48b Fixed up the error message for when a file is not supported. by Greg Clayton · 13 years ago
  53. 8290758 Fixed a problem where the AST importer would assert() by Sean Callanan · 13 years ago
  54. 8fd886c For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string by Johnny Chen · 13 years ago
  55. a3a67d4 Add test_evaluate_expression_python() to exercise SBFrame.EvaluateExpression() Python API. by Johnny Chen · 14 years ago
  56. 5045fdc Use Python raw string literal to avoid escaping the escape sequence and to make by Johnny Chen · 14 years ago
  57. 94d255f More logging for use in debugging the interactions by Sean Callanan · 14 years ago
  58. 94756b1 Make the various expression command test sequences more strict by also verifying by Johnny Chen · 14 years ago
  59. 6369bbb Add a test sequence for test_expr_commands_can_handle_quotes(self): by Johnny Chen · 14 years ago
  60. 6cdafd7 Remove comment no longer applied. by Johnny Chen · 14 years ago
  61. 44c841d by Caroline Tice · 14 years ago
  62. 0bbe13a Add test/foundation/TestSymbolTable.py to exercise accessing the symbol table by Johnny Chen · 14 years ago
  63. 7b85755 Cleanup before making the objective C ivar changes. by Greg Clayton · 14 years ago
  64. 42c8fdc Improved the "image dump section" command output by making sure by Greg Clayton · 14 years ago
  65. c418ec2 'thread backtrace', not 'thread backtrac'. by Johnny Chen · 14 years ago
  66. f9954b5 The do_simple_disasm() also needs to be modified to accommodate the recent changes by Johnny Chen · 14 years ago
  67. 3371102 Logging improvements to help identify major events in by Sean Callanan · 14 years ago
  68. 9d972a4 Fixed an issue when debugging with DWARF in the .o files where by Greg Clayton · 14 years ago
  69. 6728364 Forgot to qualify SBSymbol with the lldb namespace for SWIG. by Greg Clayton · 14 years ago
  70. 43edca3 Added symbol table access through the module for now. We might need to expose by Greg Clayton · 14 years ago
  71. 78b9ee8 Handle the case where you make a ClangExpressionDeclMap without a selected frame. by Jim Ingham · 14 years ago
  72. 61a000d Add expect matching patterns for some self.expect() statements. by Johnny Chen · 14 years ago
  73. c4217a6 Fixes to make id work as well as well as fix minor errors by Sean Callanan · 14 years ago
  74. 7b9fcc0 When shared libraries are unloaded, they are now removed from the target by Greg Clayton · 14 years ago
  75. 265da22 Add TestObjCMethods2.py to exercise more expression command sequences with objc. by Johnny Chen · 14 years ago
  76. e6eb972 Minor comment string change. by Johnny Chen · 14 years ago
  77. 726cbce More descriptive comment string. by Johnny Chen · 14 years ago
  78. 3ab6cf0 Modify Test_Selector's comment string, too. by Johnny Chen · 14 years ago
  79. 4f1ef9d Disambiguate the comment strings in order to be used from the .py test file. by Johnny Chen · 14 years ago
  80. b9f09a6 Fixed a bug in which the SEL type was being resolved by Sean Callanan · 14 years ago
  81. e54840c Modified main.m and TestObjCMethods.py to unbreak the test/foundation directory. by Johnny Chen · 14 years ago
  82. 0bb9b5c Forgot to also check in this file with the previous r121036 change: by Johnny Chen · 14 years ago
  83. 46ffd86 Fail fast by raising an exception if the 'string_to_match' cannot be located by Johnny Chen · 14 years ago
  84. 55e1bdf Add a test case test_lldb_process_load_and_unload_commands() for using lldb commands by Johnny Chen · 14 years ago
  85. 6e5d9e0 Added more test case functions to cover more objective C functionality. by Greg Clayton · 14 years ago
  86. ecd834d Add two test cases to exercise many expression commands: by Johnny Chen · 14 years ago
  87. 9b0d14e Use full command to avoid "expr" alias. by Greg Clayton · 14 years ago
  88. 363527c Added a simple test case that can be used to test out the expression parser by Greg Clayton · 14 years ago
  89. 7cd4674 Fixed a problem in which non-external variables by Sean Callanan · 14 years ago
  90. 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
  91. 0e0fd1c Fixed an issue where SBProcess::LoadImage(...) was not returning the image by Greg Clayton · 14 years ago
  92. 3ca95da Added "void SBBroadcaster::Clear ();" method to SBBroadcaster. by Greg Clayton · 14 years ago
  93. 4f46cd1 Fixed a crasher when trying to get event data flavors on events that don't by Greg Clayton · 14 years ago
  94. b378133 Make sure that STDOUT and STDERR events in lldb_private::Process carry along by Greg Clayton · 14 years ago
  95. 7524a1d Bumped Xcode project build version to 34 for lldb-34. by Greg Clayton · 14 years ago
  96. eecb0f3 More reverting of the EOF stuff as the API was changed which we don't want to by Greg Clayton · 14 years ago
  97. bd91d9a Reverted the close on EOF stuff again as it was crashing Xcode. by Greg Clayton · 14 years ago
  98. fee8886 Add a test method test_pass_host_env_vars to 'class SettingsCommandTestCase(TestBase)' by Johnny Chen · 14 years ago
  99. 304fab4 Bumped lldb version to lldb-33 and debugserver to debugserver-120. by Greg Clayton · 14 years ago
  100. a99b0bf Added the ability to display the new "target.process.inherit-env" setting. by Greg Clayton · 14 years ago