Reland "[lldb] Make CommandInterpreter's execution context the same as debugger's...
authorTatyana Krasnukha <tatyana@synopsys.com>
Fri, 18 Dec 2020 13:36:15 +0000 (16:36 +0300)
committerTatyana Krasnukha <tatyana@synopsys.com>
Mon, 8 Feb 2021 12:09:09 +0000 (15:09 +0300)
commit36de94cf54efbad967a9a0fa41329a8b59bc35c4
tree247b40f741e8a9e43cffda9ab5b0ac595a0b130e
parenta39bcbca92e169baeb8b2c55dff90141ddd53888
Reland "[lldb] Make CommandInterpreter's execution context the same as debugger's one"
15 files changed:
lldb/include/lldb/Interpreter/CommandInterpreter.h
lldb/source/API/SBCommandInterpreter.cpp
lldb/source/Breakpoint/BreakpointOptions.cpp
lldb/source/Commands/CommandObjectCommands.cpp
lldb/source/Commands/CommandObjectExpression.cpp
lldb/source/Commands/CommandObjectProcess.cpp
lldb/source/Commands/CommandObjectRegexCommand.cpp
lldb/source/Commands/CommandObjectSettings.cpp
lldb/source/Commands/CommandObjectWatchpointCommand.cpp
lldb/source/Core/IOHandlerCursesGUI.cpp
lldb/source/Interpreter/CommandInterpreter.cpp
lldb/source/Target/Target.cpp
lldb/test/API/python_api/debugger/Makefile [new file with mode: 0644]
lldb/test/API/python_api/debugger/TestDebuggerAPI.py
lldb/test/API/python_api/debugger/main.cpp [new file with mode: 0644]