[Lldb-commits] [PATCH] D11447: Specify a language to use when parsing expressions.

Greg Clayton clayborg at gmail.com
Thu Jul 23 16:57:24 PDT 2015


clayborg added a comment.

There are many tests that evaluate expressions using the SB API:

  expression_command/call-restarts/TestCallThatRestarts.py
  expression_command/call-throws/TestCallThatThrows.py
  expression_command/char/TestExprsChar.py
  expression_command/formatters/TestFormatters.py
  expression_command/test/TestExprs.py
  expression_command/timeout/TestCallWithTimeout.py
  functionalities/asan/TestMemoryHistory.py
  functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py
  functionalities/inline-stepping/TestInlineStepping.py
  functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandPython.py
  lang/c/stepping/TestStepAndBreakpoints.py
  lang/cpp/dynamic-value/TestDynamicValue.py
  lang/objc/blocks/TestObjCIvarsInBlocks.py
  lang/objc/objc-checker/TestObjCCheckers.py
  lang/objc/objc-class-method/TestObjCClassMethod.py
  lang/objc/objc-dynamic-value/TestObjCDynamicValue.py
  lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py
  lang/objc/objc-property/TestObjCProperty.py
  lang/objc/objc-static-method/TestObjCStaticMethod.py
  lang/objc/objc-static-method-stripped/TestObjCStaticMethodStripped.py
  lang/objc/objc-struct-argument/TestObjCStructArgument.py
  lang/objc/objc-struct-return/TestObjCStructReturn.py
  lang/objc/objc-super/TestObjCSuper.py
  lang/swift/different_clang_flags/TestSwiftDifferentClangFlags.py
  lang/swift/expression/access_control/TestExpressionAccessControl.py
  lang/swift/expression/classes/TestExpressionInMethods.py
  lang/swift/expression/errors/TestExpressionErrors.py
  lang/swift/expression/generic/TestGenericExpressions.py
  lang/swift/expression/scopes/TestExpressionScopes.py
  lang/swift/expression/simple/TestSimpleExpressions.py
  lang/swift/expression/static/TestGenericExpressions.py
  lang/swift/file_private/TestFilePrivate.py
  lang/swift/struct_change_rerun/TestSwiftStructChangeRerun.py
  lang/swift/swiftieformatting/TestSwiftieFormatting.py
  lang/swift/variables/globals/TestSwiftGlobals.py
  lang/swift/variables/inout/TestInOutVariables.py
  lldbinline.py
  python_api/default-constructor/sb_frame.py
  python_api/frame/TestFrames.py
  python_api/value/TestValueAPI.py


Repository:
  rL LLVM

http://reviews.llvm.org/D11447







More information about the lldb-commits mailing list