Home
last modified time | relevance | path

Searched defs:commands (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project/lldb/tools/lldb-dap/
H A DLLDBUtils.cpp17 RunLLDBCommands(llvm::StringRef prefix,const llvm::ArrayRef<std::string> & commands,llvm::raw_ostream & strm,bool parse_command_directives) RunLLDBCommands() argument
79 RunLLDBCommands(llvm::StringRef prefix,const llvm::ArrayRef<std::string> & commands,bool & required_command_failed,bool parse_command_directives) RunLLDBCommands() argument
93 RunLLDBCommandsVerbatim(llvm::StringRef prefix,const llvm::ArrayRef<std::string> & commands) RunLLDBCommandsVerbatim() argument
H A DREADME.md206 * Prefixing a command with `!` enables error checking: If a command prefixed with `!` fails, subsequent commands will not be run. This is usefule if one of the commands depend argument
181 startDebuggingLLDB DAP""Custom debugger commands global() argument
[all...]
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-objc/
H A DObjCDataFormatterTestCase.py14 def appkit_tester_impl(self, commands, use_constant_classes): argument
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/
H A DControllerHelpers.py34 def update_step_watches(step_info, watches, commands): argument
/llvm-project/lldb/test/API/functionalities/avoids-fd-leak/
H A DTestFdLeak.py31 def do_test(self, commands): argument
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsindexpath/
H A DTestDataFormatterNSIndexPath.py14 def appkit_tester_impl(self, commands): argument
/llvm-project/lldb/examples/python/
H A Dprocess_events.py68 def run_commands(command_interpreter, commands): argument
/llvm-project/lldb/test/API/commands/command/script/add/
H A DTestAddParsedCommand.py39 def run_one_repeat(self, commands, expected_num_errors): argument
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsstring/
H A DTestDataFormatterNSString.py14 def appkit_tester_impl(self, commands): argument
/llvm-project/mlir/lib/Tools/mlir-query/
H A DMlirQueryMain.cpp41 static llvm::cl::list<std::string> commands( in mlirQueryMain() local
/llvm-project/clang/utils/hmaptool/
H A Dhmaptool275 commands = dict((name[7:].replace("_","-"), f) variable
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/
H A Dintercept.py66 def post_processing(commands): argument
/llvm-project/libcxx/utils/libcxx/test/
H A Dformat.py35 def _executeScriptInternal(test, litConfig, commands): argument
/llvm-project/clang/utils/perf-training/
H A Dperf-helper.py561 commands = { global() variable
/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp274 void SBBreakpointLocation::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands() argument
291 bool SBBreakpointLocation::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands() argument
H A DSBBreakpointName.cpp460 void SBBreakpointName::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands() argument
479 bool SBBreakpointName::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands() argument
H A DSBBreakpoint.cpp479 void SBBreakpoint::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands() argument
496 bool SBBreakpoint::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands() argument
/llvm-project/llvm/utils/lit/lit/
H A DShCommands.py65 def __init__(self, commands, negate=False, pipe_err=False): argument
H A DTestRunner.py1035 executeScriptInternal( test, litConfig, tmpBase, commands, cwd, debug=True ) global() argument
1160 executeScript(test, litConfig, tmpBase, commands, cwd) global() argument
[all...]
/llvm-project/lld/ELF/
H A DOutputSections.h87 SmallVector<SectionCommand *, 0> commands; global() variable
/llvm-project/lldb/test/Shell/helper/
H A Dbuild.py844 def build(commands): argument
/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp239 StringList &commands = data->user_source; WatchpointOptionsCallbackFunction() local
[all...]
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp607 StringList &commands = data->user_source; BreakpointOptionsCallbackFunction() local
/llvm-project/clang/test/Sema/
H A Dinit.c44 struct cdiff_cmd commands[] = { variable
/llvm-project/mlir/utils/vscode/
H A Dpackage.json195 "commands": [ global() array

12