/llvm-project/lldb/test/API/functionalities/completion/ |
H A D | TestCompletion.py | 132 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 D | SBCommandInterpreterTest.cpp | 85 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 D | main.cpp | 7 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 D | lldb-platform.cpp | 100 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 D | lldb-gdbserver.cpp | 196 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 D | llvm-pdbutil.rst | 12 :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 D | help.test | 3 # CHECK: USAGE: llvm [subcommand]
|
/llvm-project/llvm/test/tools/llvm-remarkutil/ |
H A D | missing-subcommand.test | 2 CHECK: error: Please specify a subcommand. (See -help for options)
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectHelp.cpp | 21 llvm::StringRef subcommand, bool include_upropos, in GenerateAdditionalHelpAvenuesMessage() argument 28 std::string subcommand_str = subcommand.str(); in GenerateAdditionalHelpAvenuesMessage()
|
H A D | CommandObjectHelp.h | 30 llvm::StringRef subcommand, bool include_upropos = true,
|
H A D | OptionsBase.td | 109 // The full associated command/subcommand such as "settings set".
|
/llvm-project/llvm/test/tools/llvm-profdata/ |
H A D | errors.test | 8 EMPTY: No subcommand specified!
|
/llvm-project/lldb/test/API/functionalities/plugins/command_plugin/ |
H A D | plugin.cpp.template | 2 An example plugin for LLDB that provides a new foo command with a child subcommand
|
/llvm-project/clang-tools-extra/docs/ |
H A D | clang-rename.rst |
|
/llvm-project/llvm/docs/ |
H A D | XRayExample.rst | 279 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 D | XRay.rst | 333 subcommand to conveniently represent a function call graph with statistics
|
H A D | CoverageMappingFormat.rst | 636 subcommand of ``llvm-cov``.
|
H A D | CMake.rst | 1204 ninja: build stopped: subcommand failed.
|
/llvm-project/clang/docs/ |
H A D | RefactoringEngine.rst | 70 ``clang-refactor`` subcommand. The first rule will describe a local operation
|
/llvm-project/lldb/docs/use/ |
H A D | python-reference.rst | 883 For more help on any particular subcommand, type 'help <command> <subcommand>'.
|