This patch adds the ability for the user to check if the command
interpreter's IOHandler is interactive.
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Paths
| Differential D119499
[lldb/API] Add a way to check if the CommandInterpreter is interactive ClosedPublic Authored by mib on Feb 10 2022, 4:12 PM.
Details Summary This patch adds the ability for the user to check if the command Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Diff Detail
Event Timelinemib added a parent revision: D119389: [lldb/crashlog] Add CrashLogScriptedProcess and resurrect_crashlog method.Feb 10 2022, 4:18 PM mib added a child revision: D119501: [lldb/crashlog] Add CrashLogScriptedProcess & remove interactive mode. This revision is now accepted and ready to land.Feb 10 2022, 9:12 PM Closed by commit rG7f3fc2eee8ff: [lldb/API] Add a way to check if the CommandInterpreter is interactive (authored by mib). · Explain WhyFeb 16 2022, 11:45 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 409353 lldb/bindings/interface/SBCommandInterpreter.i
lldb/include/lldb/API/SBCommandInterpreter.h
lldb/include/lldb/Interpreter/CommandInterpreter.h
lldb/source/API/SBCommandInterpreter.cpp
lldb/source/Interpreter/CommandInterpreter.cpp
|