Home
last modified time | relevance | path

Searched refs:interactive (Results 1 – 25 of 47) sorted by relevance

12

/llvm-project-15.0.7/lldb/test/Shell/Settings/
H A DTestDisableColor.test5 # interactive terminal. In this example, use-color should be off because LLDB
6 # is run just by the non-interactive lit test runner.
/llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/
H A Dsb_address_exception.test4 # the interactive script interpreter.
7 …the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpre…
/llvm-project-15.0.7/clang/tools/clang-format/
H A Dclang-format.el141 (interactive
213 (interactive)
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/tool/
H A Dclang-include-fixer.el64 (interactive)
73 (interactive)
83 (interactive
/llvm-project-15.0.7/clang/tools/clang-rename/
H A Dclang-rename.el28 (interactive "sEnter a new name: ")
/llvm-project-15.0.7/llvm/utils/emacs/
H A Dtablegen-mode.el104 (interactive)
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DREPL.h82 void IOHandlerActivated(IOHandler &io_handler, bool interactive) override;
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp57 void IOHandlerActivated(IOHandler &io_handler, bool interactive) override { in IOHandlerActivated() argument
79 if (interactive) in IOHandlerActivated()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp184 void IOHandlerActivated(IOHandler &io_handler, bool interactive) override { in IOHandlerActivated() argument
186 if (output_sp && interactive) { in IOHandlerActivated()
H A DCommandObjectBreakpointCommand.cpp207 void IOHandlerActivated(IOHandler &io_handler, bool interactive) override { in IOHandlerActivated() argument
209 if (output_sp && interactive) { in IOHandlerActivated()
H A DCommandObjectCommands.cpp835 void IOHandlerActivated(IOHandler &io_handler, bool interactive) override { in IOHandlerActivated() argument
837 if (output_sp && interactive) { in IOHandlerActivated()
1468 void IOHandlerActivated(IOHandler &io_handler, bool interactive) override { in IOHandlerActivated() argument
1470 if (output_sp && interactive) { in IOHandlerActivated()
H A DCommandObjectType.cpp147 void IOHandlerActivated(IOHandler &io_handler, bool interactive) override { in IOHandlerActivated() argument
156 if (output_sp && interactive) { in IOHandlerActivated()
385 void IOHandlerActivated(IOHandler &io_handler, bool interactive) override { in IOHandlerActivated() argument
387 if (output_sp && interactive) { in IOHandlerActivated()
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/
H A DREADME.rst15 Pexpect can be used for automating interactive applications such as ssh, ftp,
/llvm-project-15.0.7/lldb/docs/resources/
H A Dcaveats.rst13 Python is available either from within LLDB through a (interactive) script
H A Dtest.rst85 Additionally, the debugger is an interactive tool, and the shell test provide
86 no good way of testing those interactive aspects, such as tab completion for
/llvm-project-15.0.7/clang/docs/
H A DRefactoringEngine.rst91 of rule is typically used to implement an interactive renaming action that
104 interactive components, then ``FindSymbolOccurrencesRefactoringRule`` might
H A DHowToSetupToolingForLLVM.rst231 CMake variables in an interactive manner.
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DIOHandler.h204 virtual void IOHandlerActivated(IOHandler &io_handler, bool interactive) {} in IOHandlerActivated() argument
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h288 void IOHandlerActivated(IOHandler &io_handler, bool interactive) override;
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp100 void REPL::IOHandlerActivated(IOHandler &io_handler, bool interactive) { in IOHandlerActivated() argument
/llvm-project-15.0.7/lldb/docs/use/
H A Dsymbolication.rst402 -i, --interactive parse all crash logs and enter interactive mode
/llvm-project-15.0.7/lldb/examples/python/
H A Dbsd.py335 if options.interactive:
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DREADME.md109 …porgram**. Setting this value to `${command:pickMyProcess}` will allow interactive process selecti…
/llvm-project-15.0.7/lldb/source/Core/
H A DCoreProperties.td141 …Desc<"Whether to show progress or not if the debugger's output is an interactive color-enabled ter…
/llvm-project-15.0.7/lldb/docs/testsuite/
H A Da-detailed-walkthrough.txt115 typing the command within an interactive lldb session.

12