Lines Matching refs:Arg
31 def setwrite_file : Option<"file", "f">, Required, Arg<"Filename">,
39 def setread_file : Option<"file", "f">, Required, Arg<"Filename">,
68 Arg<"Count">,
71 Arg<"Boolean">,
74 Arg<"ThreadIndex">, Desc<"The breakpoint stops only for the thread whose "
77 Arg<"ThreadID">, Desc<"The breakpoint stops only for the thread whose TID "
80 Arg<"ThreadName">, Desc<"The breakpoint stops only for the thread whose "
83 Arg<"QueueName">, Desc<"The breakpoint stops only for threads in the queue "
86 Arg<"Expression">, Desc<"The breakpoint stops only if this condition "
89 Arg<"Boolean">,
96 Arg<"Command">,
109 def breakpoint_set_shlib : Option<"shlib", "s">, Arg<"ShlibName">,
115 def breakpoint_set_file : Option<"file", "f">, Arg<"Filename">,
122 def breakpoint_set_line : Option<"line", "l">, Group<1>, Arg<"LineNum">,
125 def breakpoint_set_column : Option<"column", "u">, Group<1>, Arg<"ColumnNum">,
128 Arg<"AddressOrExpression">, Required,
138 def breakpoint_set_name : Option<"name", "n">, Group<3>, Arg<"FunctionName">,
143 Option<"source-regexp-function", "X">, Group<9>, Arg<"FunctionName">,
148 Arg<"FullName">, Required, Completion<"Symbol">,
154 Arg<"Selector">, Required,
157 def breakpoint_set_method : Option<"method", "M">, Group<6>, Arg<"Method">,
161 Arg<"RegularExpression">, Required, Desc<"Set the breakpoint by function "
164 Arg<"FunctionName">, Required, Completion<"Symbol">,
169 Option<"source-pattern-regexp", "p">, Group<9>, Arg<"RegularExpression">,
178 Group<10>, Arg<"Language">, Required,
182 Arg<"Boolean">, Desc<"Set the breakpoint on exception throW.">;
184 Arg<"Boolean">, Desc<"Set the breakpoint on exception catcH.">;
186 Arg<"Language">,
191 Arg<"Boolean">, Groups<[1,3,4,5,6,7,8,12]>,
195 Arg<"BreakpointName">,
198 Arg<"Address">, Groups<[1,3,4,5,6,7,8,12]>,
203 Groups<[1,9,12]>, Arg<"Boolean">,
206 …def breakpoint_set_file_colon_line : Option<"joint-specifier", "y">, Group<12>, Arg<"FileLineColum…
211 Arg<"TypeName">, Desc<"The breakpoint will only stop if an "
218 def breakpoint_clear_file : Option<"file", "f">, Group<1>, Arg<"Filename">,
221 def breakpoint_clear_line : Option<"line", "l">, Group<1>, Arg<"LineNum">,
239 Arg<"BreakpointName">, Desc<"Specifies a breakpoint name to use.">;
241 Arg<"BreakpointID">, Desc<"Specify a breakpoint ID to use.">;
246 Arg<"None">, Desc<"A help string describing the purpose of this name.">;
251 Arg<"Boolean">, Desc<"Determines whether the breakpoint will show up in "
254 Arg<"Boolean">, Desc<"Determines whether the breakpoint can be disabled by "
257 Arg<"Boolean">, Desc<"Determines whether the breakpoint can be deleted by "
262 def breakpoint_read_file : Option<"file", "f">, Arg<"Filename">, Required,
266 Arg<"BreakpointName">, Desc<"Only read in breakpoints with this name.">;
270 def breakpoint_write_file : Option<"file", "f">, Arg<"Filename">, Required,
279 Arg<"OneLiner">, Desc<"Specify a one-line breakpoint command inline. Be "
282 Arg<"Boolean">, Desc<"Specify whether breakpoint command execution should "
308 def disassemble_options_context : Option<"context", "C">, Arg<"NumLines">,
314 def disassemble_options_plugin : Option<"plugin", "P">, Arg<"Plugin">,
317 Arg<"DisassemblyFlavor">, Desc<"Name of the disassembly flavor you want to "
320 def disassemble_options_arch : Option<"arch", "A">, Arg<"Architecture">,
323 Groups<[1,2]>, Arg<"AddressOrExpression">, Required,
326 Arg<"AddressOrExpression">, Desc<"Address at which to end disassembling.">;
328 Arg<"NumLines">, Desc<"Number of instructions to display.">;
330 Arg<"FunctionName">, Completion<"Symbol">,
340 Arg<"AddressOrExpression">,
348 Arg<"Path">, Desc<"Dump the diagnostics to the given directory.">;
353 Groups<[1,2]>, Arg<"Boolean">, Desc<"Should we run all threads if the "
356 Groups<[1,2]>, Arg<"Boolean">,
359 Arg<"UnsignedInteger">,
362 Groups<[1,2]>, Arg<"Boolean">,
371 Arg<"Language">, Desc<"Specifies the Language to use when parsing the "
374 Groups<[1,2]>, Arg<"Language">, Desc<"If true, simple fix-it hints will be "
386 Arg<"Boolean">,
393 Arg<"RegisterName">, Desc<"A register to diagnose.">;
394 def frame_diag_address : Option<"address", "a">, Group<1>, Arg<"Address">,
396 def frame_diag_offset : Option<"offset", "o">, Group<1>, Arg<"Offset">,
401 def frame_select_relative : Option<"relative", "r">, Group<1>, Arg<"Offset">,
406 def frame_recognizer_shlib : Option<"shlib", "s">, Arg<"ShlibName">,
410 def frame_recognizer_function : Option<"function", "n">, Arg<"Name">,
415 Arg<"PythonClass">,
419 …def frame_recognizer_first_instruction_only : Option<"first-instruction-only", "f">, Arg<"Boolean"…
429 def history_count : Option<"count", "c">, Group<1>, Arg<"UnsignedInteger">,
432 Arg<"UnsignedInteger">, Desc<"Index at which to start printing history "
435 Arg<"UnsignedInteger">,
442 def log_file : Option<"file", "f">, Group<1>, Arg<"Filename">,
446 def log_buffer_size : Option<"buffer", "b">, Group<1>, Arg<"UnsignedInteger">,
470 def log_dump_file : Option<"file", "f">, Group<1>, Arg<"Filename">,
476 Arg<"NumberPerLine">, Desc<"The number of items per line to display.">;
481 def memory_read_type : Option<"type", "t">, Groups<[3,4]>, Arg<"Name">,
483 def memory_read_language : Option<"language", "x">, Group<4>, Arg<"Language">,
485 def memory_read_offset : Option<"offset", "E">, Group<3>, Arg<"Count">,
494 Arg<"Expression">, Required,
496 def memory_find_string : Option<"string", "s">, Group<2>, Arg<"Name">,
498 def memory_find_count : Option<"count", "c">, Arg<"Count">,
500 def memory_find_dump_offset : Option<"dump-offset", "o">, Arg<"Offset">,
506 def memory_write_infile : Option<"infile", "i">, Group<1>, Arg<"Filename">,
508 def memory_write_offset : Option<"offset", "o">, Group<1>, Arg<"Offset">,
520 Arg<"AddressOrExpression">, Desc<
530 def register_read_set : Option<"set", "s">, Group<1>, Arg<"Index">,
537 def source_stop_on_error : Option<"stop-on-error", "e">, Arg<"Boolean">,
539 def source_stop_on_continue : Option<"stop-on-continue", "c">, Arg<"Boolean">,
541 def source_silent_run : Option<"silent-run", "s">, Arg<"Boolean">,
550 def alias_help : Option<"help", "h">, Arg<"HelpText">,
552 def alias_long_help : Option<"long-help", "H">, Arg<"HelpText">,
557 def regex_help : Option<"help", "h">, Group<1>, Arg<"None">,
559 def regex_syntax : Option<"syntax", "s">, Group<1>, Arg<"None">,
565 Arg<"PermissionsNumber">,
568 Arg<"PermissionsString">,
591 def platform_fread_offset : Option<"offset", "o">, Group<1>, Arg<"Index">,
593 def platform_fread_count : Option<"count", "c">, Group<1>, Arg<"Count">,
598 def platform_fwrite_offset : Option<"offset", "o">, Group<1>, Arg<"Index">,
600 def platform_fwrite_data : Option<"data", "d">, Group<1>, Arg<"Value">,
605 def platform_process_list_pid : Option<"pid", "p">, Group<1>, Arg<"Pid">,
608 Arg<"ProcessName">, Required,
611 Arg<"ProcessName">, Required,
614 Arg<"ProcessName">, Required,
617 Arg<"ProcessName">, Required,
620 Arg<"RegularExpression">, Required,
624 Arg<"Pid">, Desc<"Find processes that have a matching parent process ID.">;
626 Arg<"UnsignedInteger">, Validator<"&posix_validator">,
629 Arg<"UnsignedInteger">, Validator<"&posix_validator">,
632 Arg<"UnsignedInteger">, Validator<"&posix_validator">,
635 Arg<"UnsignedInteger">, Validator<"&posix_validator">,
638 Arg<"Architecture">,
651 def platform_process_attach_plugin : Option<"plugin", "P">, Arg<"Plugin">,
653 def platform_process_attach_pid : Option<"pid", "p">, Group<1>, Arg<"Pid">,
656 Arg<"ProcessName">, Desc<"The name of the process to attach to.">;
664 def platform_shell_timeout : Option<"timeout", "t">, Arg<"Value">,
666 def platform_shell_interpreter : Option<"shell", "s">, Arg<"Path">,
673 def process_launch_disable_aslr : Option<"disable-aslr", "A">, Arg<"Boolean">,
675 def process_launch_plugin : Option<"plugin", "P">, Arg<"Plugin">,
677 def process_launch_working_dir : Option<"working-dir", "w">, Arg<"DirectoryName">,
679 def process_launch_arch : Option<"arch", "a">, Arg<"Architecture">,
682 Arg<"None">, Desc<"Specify an environment variable name/value string "
688 Arg<"Filename">, Desc<"Redirect stdin for the process to <filename>.">;
690 Arg<"Filename">, Desc<"Redirect stdout for the process to <filename>.">;
692 Arg<"Filename">, Desc<"Redirect stderr for the process to <filename>.">;
698 Arg<"Boolean">, Desc<"Set whether to shell expand arguments to the process when launching.">;
704 def process_attach_plugin : Option<"plugin", "P">, Arg<"Plugin">,
706 def process_attach_pid : Option<"pid", "p">, Group<1>, Arg<"Pid">,
708 def process_attach_name : Option<"name", "n">, Group<2>, Arg<"ProcessName">,
718 Arg<"UnsignedInteger">, Desc<"Ignore <N> crossings of the breakpoint (if it"
721 Arg<"BreakpointIDRange">, Desc<"Specify a breakpoint to continue to, temporarily "
728 Arg<"Boolean">, Desc<"Whether or not the process should be kept stopped on"
733 def process_connect_plugin : Option<"plugin", "p">, Arg<"Plugin">,
747 def process_handle_stop : Option<"stop", "s">, Group<1>, Arg<"Boolean">,
750 def process_handle_notify : Option<"notify", "n">, Group<1>, Arg<"Boolean">,
753 def process_handle_pass : Option<"pass", "p">, Group<1>, Arg<"Boolean">,
790 Arg<"PythonFunction">,
792 def script_add_class : Option<"class", "c">, Group<2>, Arg<"PythonClass">,
794 def script_add_help : Option<"help", "h">, Group<1>, Arg<"HelpText">,
805 def container_add_help : Option<"help", "h">, Arg<"HelpText">,
807 def container_add_long_help : Option<"long-help", "H">, Arg<"HelpText">,
820 def source_info_count : Option<"count", "c">, Arg<"Count">,
822 def source_info_shlib : Option<"shlib", "s">, Groups<[1,2]>, Arg<"ShlibName">,
825 def source_info_file : Option<"file", "f">, Group<1>, Arg<"Filename">,
827 def source_info_line : Option<"line", "l">, Group<1>, Arg<"LineNum">,
829 def source_info_end_line : Option<"end-line", "e">, Group<1>, Arg<"LineNum">,
831 def source_info_name : Option<"name", "n">, Group<2>, Arg<"Symbol">,
835 Arg<"AddressOrExpression">, Desc<"Lookup the address and display the source"
840 def source_list_count : Option<"count", "c">, Arg<"Count">,
842 def source_list_shlib : Option<"shlib", "s">, Groups<[1,2,5]>, Arg<"ShlibName">,
848 def source_list_file : Option<"file", "f">, Group<1>, Arg<"Filename">,
850 def source_list_line : Option<"line", "l">, Group<1>, Arg<"LineNum">,
852 def source_list_name : Option<"name", "n">, Group<2>, Arg<"Symbol">,
856 Arg<"AddressOrExpression">, Desc<"Lookup the address and display the source"
861 Arg<"FileLineColumn">, Completion<"SourceFile">,
882 Arg<"AddressOrExpression">, Desc<"Display the image at this address.">;
925 Arg<"FunctionName">,
928 Arg<"AddressOrExpression">, Desc<"Show unwind instructions for a function "
934 Arg<"AddressOrExpression">, Required, Desc<"Lookup an address in one or "
937 Arg<"Offset">, Desc<"When looking up an address subtract <offset> from any "
944 Arg<"Symbol">, Required, Desc<"Lookup a symbol by name in the symbol tables"
947 Arg<"Filename">, Required, Desc<"Lookup a file by fullpath or basename in "
950 Arg<"LineNum">, Desc<"Lookup a line number in a file (must be used in "
957 Arg<"FunctionName">, Required, Desc<"Lookup a function by name in the debug"
960 Arg<"FunctionOrSymbol">, Required, Desc<"Lookup a function or symbol by "
962 def target_modules_lookup_type : Option<"type", "t">, Group<6>, Arg<"Name">,
976 Arg<"OneLiner">, Desc<"Add a command for the stop hook. Can be specified "
978 def target_stop_hook_add_shlib : Option<"shlib", "s">, Arg<"ShlibName">,
982 Arg<"ThreadIndex">, Desc<"The stop hook is run only for the thread whose "
985 Arg<"ThreadID">, Desc<"The stop hook is run only for the thread whose TID "
988 Arg<"ThreadName">, Desc<"The stop hook is run only for the thread whose "
991 Arg<"QueueName">, Desc<"The stop hook is run only for threads in the queue "
994 Arg<"Filename">, Desc<"Specify the source file within which the stop-hook "
997 Arg<"LineNum">, Desc<"Set the start of the line range for which the "
1000 Arg<"LineNum">, Desc<"Set the end of the line range for which the stop-hook"
1003 Arg<"ClassName">,
1006 Arg<"FunctionName">, Desc<"Set the function name within which the stop hook"
1009 Arg<"Boolean">, Desc<"The breakpoint will auto-continue after running its"
1014 def thread_backtrace_count : Option<"count", "c">, Group<1>, Arg<"Count">,
1017 Arg<"FrameIndex">, Desc<"Frame in which to start the backtrace">;
1019 Arg<"Boolean">, Desc<"Show the extended backtrace, if available">;
1024 Option<"step-in-avoids-no-debug", "a">, Group<1>, Arg<"Boolean">,
1028 Option<"step-out-avoids-no-debug", "A">, Group<1>, Arg<"Boolean">,
1031 def thread_step_scope_count : Option<"count", "c">, Group<1>, Arg<"Count">,
1035 Group<1>, Arg<"LineNum">, Desc<"The line at which to stop stepping - "
1044 Group<1>, Arg<"RegularExpression">, Desc<"A regular expression that defines "
1047 Group<1>, Arg<"FunctionName">, Desc<"The name of the directly called "
1052 def thread_until_frame : Option<"frame", "f">, Group<1>, Arg<"FrameIndex">,
1054 def thread_until_thread : Option<"thread", "t">, Group<1>, Arg<"ThreadIndex">,
1060 Arg<"AddressOrExpression">, Desc<"Run until we reach the specified address, "
1077 def thread_jump_file : Option<"file", "f">, Group<1>, Arg<"Filename">,
1079 def thread_jump_line : Option<"line", "l">, Group<1>, Arg<"LineNum">,
1081 def thread_jump_by : Option<"by", "b">, Group<2>, Arg<"Offset">, Required,
1084 Arg<"AddressOrExpression">, Required, Desc<"Jumps to a specific address.">;
1095 Arg<"ThreadID">, Desc<"List the thread plans for this TID, can be "
1103 Arg<"Filename">,
1121 Arg<"Count">,
1128 Arg<"Index">,
1132 Arg<"Index">,
1139 Arg<"Filename">,
1180 def type_summary_add_category : Option<"category", "w">, Arg<"Name">,
1182 def type_summary_add_cascade : Option<"cascade", "C">, Arg<"Boolean">,
1203 Arg<"SummaryString">, Required,
1206 Arg<"PythonScript">,
1209 Group<3>, Arg<"PythonFunction">,
1217 def type_summary_add_name : Option<"name", "n">, Groups<[2,3]>, Arg<"Name">,
1222 def type_synth_add_cascade : Option<"cascade", "C">, Arg<"Boolean">,
1228 def type_synth_add_category : Option<"category", "w">, Arg<"Name">,
1231 Arg<"PythonClass">,
1246 def type_format_add_category : Option<"category", "w">, Arg<"Name">,
1248 def type_format_add_cascade : Option<"cascade", "C">, Arg<"Boolean">,
1256 def type_format_add_type : Option<"type", "t">, Group<2>, Arg<"Name">,
1264 Arg<"Name">, Desc<"Delete from given category.">;
1266 Arg<"Language">, Desc<"Delete from given language's category.">;
1276 Group<1>, Arg<"Name">, Desc<"Only show categories matching this filter.">;
1278 Arg<"Language">, Desc<"Only show the category for a specific language.">;
1284 def type_category_define_language : Option<"language", "l">, Arg<"Language">,
1289 def type_category_enable_language : Option<"language", "l">, Arg<"Language">,
1294 def type_category_disable_language : Option<"language", "l">, Arg<"Language">,
1299 def type_filter_add_cascade : Option<"cascade", "C">, Arg<"Boolean">,
1305 def type_filter_add_category : Option<"category", "w">, Arg<"Name">,
1307 def type_filter_add_child : Option<"child", "c">, Arg<"ExpressionPath">,
1316 def type_lookup_language : Option<"language", "l">, Arg<"Language">,
1331 Arg<"Count">, Required, Desc<"Set the number of times this watchpoint is"
1336 def watchpoint_modify_condition : Option<"condition", "c">, Arg<"Expression">,
1343 Arg<"OneLiner">, Desc<"Specify a one-line watchpoint command inline. Be "
1346 Arg<"Boolean">, Desc<"Specify whether watchpoint command execution should "
1353 Group<2>, Arg<"PythonFunction">, Desc<"Give the name of a Python function "