Home
last modified time | relevance | path

Searched refs:subcommand (Results 1 – 20 of 20) sorted by relevance

/llvm-project/lldb/test/API/functionalities/completion/
H A DTestCompletion.py132 for subcommand in subcommands:
134 "process " + subcommand + " mac",
135 "process " + subcommand + " mach-o-core",
297 for subcommand in subcommands:
299 "watchpoint " + subcommand + " ", "watchpoint " + subcommand + " "
309 for subcommand in subcommands:
310 self.complete_from_to("watchpoint " + subcommand + " ", ["1"])
553 for subcommand in subcommands:
555 "thread " + subcommand
[all...]
/llvm-project/lldb/unittests/API/
H A DSBCommandInterpreterTest.cpp85 DummyCommand subcommand("It worked again"); in TEST_F() local
86 command.AddCommand("subcommand", &subcommand, /*help=*/nullptr); in TEST_F()
102 command.AddCommand("subcommand_with_autorepeat", &subcommand, in TEST_F()
/llvm-project/lldb/test/API/api/command-return-object/
H A Dmain.cpp7 static SBCommandReturnObject subcommand(SBDebugger &dbg, const char *cmd) { in subcommand() function
18 result = subcommand(dbg, "help"); in DoExecute()
/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp100 static void display_usage(const char *progname, const char *subcommand) { in save_socket_id_to_file()
104 progname, subcommand); in save_socket_id_to_file()
348 const char *subcommand = argv[1]; in main_platform()
447 display_usage(progname, subcommand);
89 display_usage(const char * progname,const char * subcommand) display_usage() argument
120 const char *subcommand = argv[1]; main_platform() local
H A Dlldb-gdbserver.cpp196 const char *const progname, const char *const subcommand, in ConnectToRemote() argument
345 const char *subcommand = argv[1]; in main_gdbserver()
470 progname, subcommand, named_pipe_path.c_str(), in main_gdbserver()
333 const char *subcommand = argv[1]; main_gdbserver() local
/llvm-project/llvm/docs/CommandGuide/
H A Dllvm-pdbutil.rst12 :program:`llvm-pdbutil` [*subcommand*] [*options*]
52 The **pretty** subcommand is built on the Windows DIA SDK, and as such is not
60 The *pretty* subcommand displays a very high level representation of your
256 The **dump** subcommand displays low level information about the structure of a
262 The **dump** subcommand exposes internal details of the file format. As
430 Like the **dump** subcommand, the **bytes** subcommand displays low level
432 forensics. The **bytes** subcommand finds various structures in a PDB file
/llvm-project/llvm/test/tools/llvm-driver/
H A Dhelp.test3 # CHECK: USAGE: llvm [subcommand]
/llvm-project/llvm/test/tools/llvm-remarkutil/
H A Dmissing-subcommand.test2 CHECK: error: Please specify a subcommand. (See -help for options)
/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp21 llvm::StringRef subcommand, bool include_upropos, in GenerateAdditionalHelpAvenuesMessage() argument
28 std::string subcommand_str = subcommand.str(); in GenerateAdditionalHelpAvenuesMessage()
H A DCommandObjectHelp.h30 llvm::StringRef subcommand, bool include_upropos = true,
H A DOptionsBase.td109 // The full associated command/subcommand such as "settings set".
/llvm-project/llvm/test/tools/llvm-profdata/
H A Derrors.test8 EMPTY: No subcommand specified!
/llvm-project/lldb/test/API/functionalities/plugins/command_plugin/
H A Dplugin.cpp.template2 An example plugin for LLDB that provides a new foo command with a child subcommand
/llvm-project/clang-tools-extra/docs/
H A Dclang-rename.rst
/llvm-project/llvm/docs/
H A DXRayExample.rst279 of being developed. One interesting subcommand that can highlight a few
280 interesting things is the ``graph`` subcommand. Given for example the following
H A DXRay.rst333 subcommand to conveniently represent a function call graph with statistics
H A DCoverageMappingFormat.rst636 subcommand of ``llvm-cov``.
H A DCMake.rst1204 ninja: build stopped: subcommand failed.
/llvm-project/clang/docs/
H A DRefactoringEngine.rst70 ``clang-refactor`` subcommand. The first rule will describe a local operation
/llvm-project/lldb/docs/use/
H A Dpython-reference.rst883 For more help on any particular subcommand, type 'help <command> <subcommand>'.