OSDN Git Service

Revert "Import Dexter to debuginfo-tests"
authorJeremy Morse <jeremy.morse@sony.com>
Thu, 31 Oct 2019 16:22:10 +0000 (16:22 +0000)
committerJeremy Morse <jeremy.morse@sony.com>
Thu, 31 Oct 2019 16:22:10 +0000 (16:22 +0000)
commitcb935f345683194e42e6e883d79c5a16479acd74
treecfb11e7bf901b8edf3b78dc97bbb5275190e9b4c
parentf2cb9c0eabc132152b5b3ad4c87a5a02345a883d
Revert "Import Dexter to debuginfo-tests"

This reverts commit f78c236efda85af1e526ac35ed535ef4786450e3.

Green dragon breakage was observed; I'll take a look at why.
166 files changed:
debuginfo-tests/CMakeLists.txt
debuginfo-tests/README.txt
debuginfo-tests/aggregate-indirect-arg.cpp [new file with mode: 0644]
debuginfo-tests/apple-accel.cpp [moved from debuginfo-tests/llgdb-tests/apple-accel.cpp with 100% similarity]
debuginfo-tests/asan-blocks.c [moved from debuginfo-tests/llgdb-tests/asan-blocks.c with 96% similarity]
debuginfo-tests/asan-deque.cpp [moved from debuginfo-tests/llgdb-tests/asan-deque.cpp with 97% similarity]
debuginfo-tests/asan.c [moved from debuginfo-tests/llgdb-tests/asan.c with 96% similarity]
debuginfo-tests/block_var.m [moved from debuginfo-tests/llgdb-tests/block_var.m with 100% similarity]
debuginfo-tests/blocks.m [moved from debuginfo-tests/llgdb-tests/blocks.m with 100% similarity]
debuginfo-tests/ctor.cpp [new file with mode: 0644]
debuginfo-tests/dbg-arg.c [moved from debuginfo-tests/dexter-tests/dbg-arg.c with 55% similarity]
debuginfo-tests/dexter-tests/aggregate-indirect-arg.cpp [deleted file]
debuginfo-tests/dexter-tests/asan-deque.cpp [deleted file]
debuginfo-tests/dexter-tests/asan.c [deleted file]
debuginfo-tests/dexter-tests/ctor.cpp [deleted file]
debuginfo-tests/dexter-tests/global-constant.cpp [deleted file]
debuginfo-tests/dexter-tests/hello.c [deleted file]
debuginfo-tests/dexter-tests/nrvo-string.cpp [deleted file]
debuginfo-tests/dexter-tests/realigned-frame.cpp [deleted file]
debuginfo-tests/dexter-tests/stack-var.c [deleted file]
debuginfo-tests/dexter-tests/vla.c [deleted file]
debuginfo-tests/dexter/.gitignore [deleted file]
debuginfo-tests/dexter/Commands.md [deleted file]
debuginfo-tests/dexter/LICENSE.txt [deleted file]
debuginfo-tests/dexter/README.md [deleted file]
debuginfo-tests/dexter/dex/__init__.py [deleted file]
debuginfo-tests/dexter/dex/builder/Builder.py [deleted file]
debuginfo-tests/dexter/dex/builder/ParserOptions.py [deleted file]
debuginfo-tests/dexter/dex/builder/__init__.py [deleted file]
debuginfo-tests/dexter/dex/builder/scripts/posix/clang-c.sh [deleted file]
debuginfo-tests/dexter/dex/builder/scripts/posix/clang.sh [deleted file]
debuginfo-tests/dexter/dex/builder/scripts/windows/clang-cl_vs2015.bat [deleted file]
debuginfo-tests/dexter/dex/builder/scripts/windows/clang.bat [deleted file]
debuginfo-tests/dexter/dex/command/CommandBase.py [deleted file]
debuginfo-tests/dexter/dex/command/ParseCommand.py [deleted file]
debuginfo-tests/dexter/dex/command/StepValueInfo.py [deleted file]
debuginfo-tests/dexter/dex/command/__init__.py [deleted file]
debuginfo-tests/dexter/dex/command/commands/DexExpectProgramState.py [deleted file]
debuginfo-tests/dexter/dex/command/commands/DexExpectStepKind.py [deleted file]
debuginfo-tests/dexter/dex/command/commands/DexExpectStepOrder.py [deleted file]
debuginfo-tests/dexter/dex/command/commands/DexExpectWatchBase.py [deleted file]
debuginfo-tests/dexter/dex/command/commands/DexExpectWatchType.py [deleted file]
debuginfo-tests/dexter/dex/command/commands/DexExpectWatchValue.py [deleted file]
debuginfo-tests/dexter/dex/command/commands/DexLabel.py [deleted file]
debuginfo-tests/dexter/dex/command/commands/DexUnreachable.py [deleted file]
debuginfo-tests/dexter/dex/command/commands/DexWatch.py [deleted file]
debuginfo-tests/dexter/dex/debugger/DebuggerBase.py [deleted file]
debuginfo-tests/dexter/dex/debugger/Debuggers.py [deleted file]
debuginfo-tests/dexter/dex/debugger/__init__.py [deleted file]
debuginfo-tests/dexter/dex/debugger/dbgeng/README.md [deleted file]
debuginfo-tests/dexter/dex/debugger/dbgeng/__init__.py [deleted file]
debuginfo-tests/dexter/dex/debugger/dbgeng/breakpoint.py [deleted file]
debuginfo-tests/dexter/dex/debugger/dbgeng/client.py [deleted file]
debuginfo-tests/dexter/dex/debugger/dbgeng/control.py [deleted file]
debuginfo-tests/dexter/dex/debugger/dbgeng/dbgeng.py [deleted file]
debuginfo-tests/dexter/dex/debugger/dbgeng/probe_process.py [deleted file]
debuginfo-tests/dexter/dex/debugger/dbgeng/setup.py [deleted file]
debuginfo-tests/dexter/dex/debugger/dbgeng/symbols.py [deleted file]
debuginfo-tests/dexter/dex/debugger/dbgeng/symgroup.py [deleted file]
debuginfo-tests/dexter/dex/debugger/dbgeng/sysobjs.py [deleted file]
debuginfo-tests/dexter/dex/debugger/dbgeng/utils.py [deleted file]
debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py [deleted file]
debuginfo-tests/dexter/dex/debugger/lldb/__init__.py [deleted file]
debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio.py [deleted file]
debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio2015.py [deleted file]
debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio2017.py [deleted file]
debuginfo-tests/dexter/dex/debugger/visualstudio/__init__.py [deleted file]
debuginfo-tests/dexter/dex/debugger/visualstudio/windows/ComInterface.py [deleted file]
debuginfo-tests/dexter/dex/debugger/visualstudio/windows/__init__.py [deleted file]
debuginfo-tests/dexter/dex/dextIR/BuilderIR.py [deleted file]
debuginfo-tests/dexter/dex/dextIR/DebuggerIR.py [deleted file]
debuginfo-tests/dexter/dex/dextIR/DextIR.py [deleted file]
debuginfo-tests/dexter/dex/dextIR/FrameIR.py [deleted file]
debuginfo-tests/dexter/dex/dextIR/LocIR.py [deleted file]
debuginfo-tests/dexter/dex/dextIR/ProgramState.py [deleted file]
debuginfo-tests/dexter/dex/dextIR/StepIR.py [deleted file]
debuginfo-tests/dexter/dex/dextIR/ValueIR.py [deleted file]
debuginfo-tests/dexter/dex/dextIR/__init__.py [deleted file]
debuginfo-tests/dexter/dex/heuristic/Heuristic.py [deleted file]
debuginfo-tests/dexter/dex/heuristic/__init__.py [deleted file]
debuginfo-tests/dexter/dex/tools/Main.py [deleted file]
debuginfo-tests/dexter/dex/tools/TestToolBase.py [deleted file]
debuginfo-tests/dexter/dex/tools/ToolBase.py [deleted file]
debuginfo-tests/dexter/dex/tools/__init__.py [deleted file]
debuginfo-tests/dexter/dex/tools/clang_opt_bisect/Tool.py [deleted file]
debuginfo-tests/dexter/dex/tools/clang_opt_bisect/__init__.py [deleted file]
debuginfo-tests/dexter/dex/tools/help/Tool.py [deleted file]
debuginfo-tests/dexter/dex/tools/help/__init__.py [deleted file]
debuginfo-tests/dexter/dex/tools/list_debuggers/Tool.py [deleted file]
debuginfo-tests/dexter/dex/tools/list_debuggers/__init__.py [deleted file]
debuginfo-tests/dexter/dex/tools/no_tool_/Tool.py [deleted file]
debuginfo-tests/dexter/dex/tools/no_tool_/__init__.py [deleted file]
debuginfo-tests/dexter/dex/tools/run_debugger_internal_/Tool.py [deleted file]
debuginfo-tests/dexter/dex/tools/run_debugger_internal_/__init__.py [deleted file]
debuginfo-tests/dexter/dex/tools/test/Tool.py [deleted file]
debuginfo-tests/dexter/dex/tools/test/__init__.py [deleted file]
debuginfo-tests/dexter/dex/tools/view/Tool.py [deleted file]
debuginfo-tests/dexter/dex/tools/view/__init__.py [deleted file]
debuginfo-tests/dexter/dex/utils/Environment.py [deleted file]
debuginfo-tests/dexter/dex/utils/Exceptions.py [deleted file]
debuginfo-tests/dexter/dex/utils/ExtArgParse.py [deleted file]
debuginfo-tests/dexter/dex/utils/PrettyOutputBase.py [deleted file]
debuginfo-tests/dexter/dex/utils/ReturnCode.py [deleted file]
debuginfo-tests/dexter/dex/utils/RootDirectory.py [deleted file]
debuginfo-tests/dexter/dex/utils/Timer.py [deleted file]
debuginfo-tests/dexter/dex/utils/UnitTests.py [deleted file]
debuginfo-tests/dexter/dex/utils/Version.py [deleted file]
debuginfo-tests/dexter/dex/utils/Warning.py [deleted file]
debuginfo-tests/dexter/dex/utils/WorkingDirectory.py [deleted file]
debuginfo-tests/dexter/dex/utils/__init__.py [deleted file]
debuginfo-tests/dexter/dex/utils/posix/PrettyOutput.py [deleted file]
debuginfo-tests/dexter/dex/utils/posix/__init__.py [deleted file]
debuginfo-tests/dexter/dex/utils/windows/PrettyOutput.py [deleted file]
debuginfo-tests/dexter/dex/utils/windows/__init__.py [deleted file]
debuginfo-tests/dexter/dexter.py [deleted file]
debuginfo-tests/dexter/feature_tests/Readme.md [deleted file]
debuginfo-tests/dexter/feature_tests/commands/penalty/expect_program_state.cpp [deleted file]
debuginfo-tests/dexter/feature_tests/commands/penalty/expect_step_kinds.cpp [deleted file]
debuginfo-tests/dexter/feature_tests/commands/penalty/expect_step_order.cpp [deleted file]
debuginfo-tests/dexter/feature_tests/commands/penalty/expect_watch_type.cpp [deleted file]
debuginfo-tests/dexter/feature_tests/commands/penalty/expect_watch_value.cpp [deleted file]
debuginfo-tests/dexter/feature_tests/commands/penalty/unreachable.cpp [deleted file]
debuginfo-tests/dexter/feature_tests/commands/perfect/expect_program_state.cpp [deleted file]
debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/direction.cpp [deleted file]
debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/func.cpp [deleted file]
debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/func_external.cpp [deleted file]
debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/recursive.cpp [deleted file]
debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/small_loop.cpp [deleted file]
debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_order.cpp [deleted file]
debuginfo-tests/dexter/feature_tests/commands/perfect/expect_watch_type.cpp [deleted file]
debuginfo-tests/dexter/feature_tests/commands/perfect/expect_watch_value.cpp [deleted file]
debuginfo-tests/dexter/feature_tests/commands/perfect/unreachable.cpp [deleted file]
debuginfo-tests/dexter/feature_tests/lit.local.cfg [deleted file]
debuginfo-tests/dexter/feature_tests/subtools/clang-opt-bisect/clang-opt-bisect.cpp [deleted file]
debuginfo-tests/dexter/feature_tests/subtools/help/help.test [deleted file]
debuginfo-tests/dexter/feature_tests/subtools/list-debuggers/list-debuggers.test [deleted file]
debuginfo-tests/dexter/feature_tests/subtools/test/err_paren.cpp [deleted file]
debuginfo-tests/dexter/feature_tests/subtools/test/err_paren_mline.cpp [deleted file]
debuginfo-tests/dexter/feature_tests/subtools/test/err_syntax.cpp [deleted file]
debuginfo-tests/dexter/feature_tests/subtools/test/err_syntax_mline.cpp [deleted file]
debuginfo-tests/dexter/feature_tests/subtools/test/err_type.cpp [deleted file]
debuginfo-tests/dexter/feature_tests/subtools/test/err_type_mline.cpp [deleted file]
debuginfo-tests/dexter/feature_tests/subtools/view.cpp [deleted file]
debuginfo-tests/dexter/feature_tests/unittests/run.test [deleted file]
debuginfo-tests/foreach.m [moved from debuginfo-tests/llgdb-tests/foreach.m with 100% similarity]
debuginfo-tests/forward-declare-class.cpp [moved from debuginfo-tests/llgdb-tests/forward-declare-class.cpp with 100% similarity]
debuginfo-tests/lit.cfg.py
debuginfo-tests/lit.local.cfg [moved from debuginfo-tests/llgdb-tests/lit.local.cfg with 60% similarity]
debuginfo-tests/lit.site.cfg.py.in
debuginfo-tests/llgdb.py [moved from debuginfo-tests/llgdb-tests/llgdb.py with 100% similarity, mode: 0644]
debuginfo-tests/nested-struct.cpp [moved from debuginfo-tests/llgdb-tests/nested-struct.cpp with 100% similarity]
debuginfo-tests/nrvo-string.cpp [moved from debuginfo-tests/llgdb-tests/nrvo-string.cpp with 100% similarity]
debuginfo-tests/safestack.c [moved from debuginfo-tests/llgdb-tests/safestack.c with 97% similarity]
debuginfo-tests/sret.cpp [new file with mode: 0644]
debuginfo-tests/stack-var.c [new file with mode: 0644]
debuginfo-tests/static-member-2.cpp [moved from debuginfo-tests/llgdb-tests/static-member-2.cpp with 100% similarity]
debuginfo-tests/static-member.cpp [moved from debuginfo-tests/llgdb-tests/static-member.cpp with 100% similarity]
debuginfo-tests/test_debuginfo.pl [moved from debuginfo-tests/llgdb-tests/test_debuginfo.pl with 100% similarity]
debuginfo-tests/vla.c [new file with mode: 0644]
debuginfo-tests/win_cdb/README.txt [moved from debuginfo-tests/win_cdb-tests/README.txt with 60% similarity]
debuginfo-tests/win_cdb/global-constant.cpp [new file with mode: 0644]
debuginfo-tests/win_cdb/hello.c [new file with mode: 0644]
debuginfo-tests/win_cdb/inline-line-gap.cpp [moved from debuginfo-tests/dexter-tests/inline-line-gap.cpp with 59% similarity]
debuginfo-tests/win_cdb/lit.local.cfg.py [moved from debuginfo-tests/win_cdb-tests/lit.local.cfg.py with 100% similarity]
debuginfo-tests/win_cdb/nrvo.cpp [moved from debuginfo-tests/dexter-tests/nrvo.cpp with 57% similarity]
debuginfo-tests/win_cdb/realigned-frame.cpp [new file with mode: 0644]