Lines Matching full:desc

5     Desc<"Supply a sort order when dumping the symbol table.">,
8 Desc<"Do not demangle symbol names before showing them.">;
13 Desc<"Output the details in JSON format.">;
15 Desc<"Filter to show only debug info files with errors.">;
20 Desc<"Hide aliases in the command list.">;
22 Desc<"Hide user-defined commands from the list.">;
24 Desc<"Include commands prefixed with an underscore.">;
29 Desc<"Apply the new value to the global default value.">;
31 Desc<"Force an empty value to be accepted as the default.">;
33 Desc<"Set the setting if it exists, but do not cause the command to raise "
40 Desc<"The file into which to write the settings.">;
42 Desc<"Append to saved settings file if it exists.">;
48 Desc<"The file from which to read the settings.">;
53 Desc<"Clear all settings.">;
60 Desc<"Show debugger internal breakpoints">;
62 Desc<"Give a brief description of the breakpoint (no location info).">;
64 Desc<"Give a full description of the breakpoint and its locations.">;
66 Desc<"Explain everything we know about the breakpoint (for debugging "
69 Desc<"List Dummy breakpoints - i.e. breakpoints set before a file is "
76 Desc<"Set the number of times this breakpoint is skipped before stopping.">;
79 Desc<"The breakpoint is deleted the first time it stop causes a stop.">;
81 Arg<"ThreadIndex">, Desc<"The breakpoint stops only for the thread whose "
84 Arg<"ThreadID">, Desc<"The breakpoint stops only for the thread whose TID "
87 Arg<"ThreadName">, Desc<"The breakpoint stops only for the thread whose "
90 Arg<"QueueName">, Desc<"The breakpoint stops only for threads in the queue "
93 Arg<"Expression">, Desc<"The breakpoint stops only if this condition "
97 Desc<"The breakpoint will auto-continue after running its commands.">;
99 Desc<"Enable the breakpoint.">;
101 Desc<"Disable the breakpoint.">;
104 Desc<"A command to run when the breakpoint is hit, can be provided more "
111 Desc<"Act on Dummy breakpoints - i.e. breakpoints set before a file is "
118 Desc<"Set the breakpoint only in this shared library. Can repeat this "
121 Desc<"Require the breakpoint to use hardware breakpoints.">;
124 Desc<"Specifies the source file in which to set this breakpoint. Note, by "
131 Desc<"Specifies the line number on which to set this breakpoint.">;
133 Desc<"Specifies the column number on which to set this breakpoint.">;
136 Desc<"Set the breakpoint at the specified address. If the address maps "
147 Desc<"Set the breakpoint by function name. Can be repeated multiple times "
152 Desc<"When used with '-p' limits the source regex to source contained in "
156 Desc<"Set the breakpoint by fully qualified function names. For C++ this "
162 Desc<"Set the breakpoint by Objective-C selector name. Can be repeated "
165 Required, Desc<"Set the breakpoint by C++ method names. Can be repeated "
168 Arg<"RegularExpression">, Required, Desc<"Set the breakpoint by function "
172 Desc<"Set the breakpoint by function basename (C++ namespaces and arguments"
177 Required, Desc<"Set the breakpoint by specifying a regular expression which"
183 Desc<"All files are searched for source pattern matches.">;
186 Desc<"Set the breakpoint on exceptions thrown by the specified language "
189 Arg<"Boolean">, Desc<"Set the breakpoint on exception throW.">;
191 Arg<"Boolean">, Desc<"Set the breakpoint on exception catcH.">;
194 Desc<"Specifies the Language to use when interpreting the breakpoint's "
199 Desc<"sKip the prologue if the breakpoint is at the beginning of a "
203 Desc<"Adds this to the list of names for this breakpoint.">;
206 Desc<"Add the specified offset to whatever address(es) the breakpoint "
211 Desc<"Move breakpoints to nearest code. If not set the "
215 Desc<"A specifier in the form filename:line[:column] for setting file & line breakpoints.">;
218 Arg<"TypeName">, Desc<"The breakpoint will only stop if an "
227 Desc<"Specify the breakpoint by source location in this particular file.">;
230 Desc<"Specify the breakpoint by source location at this particular line.">;
235 Desc<"Delete all breakpoints without querying for confirmation.">;
237 Group<1>, Desc<"Delete Dummy breakpoints - i.e. breakpoints set before a "
240 Desc<"Delete all breakpoints which are currently disabled. When using the disabled option "
246 Arg<"BreakpointName">, Desc<"Specifies a breakpoint name to use.">;
248 Arg<"BreakpointID">, Desc<"Specify a breakpoint ID to use.">;
250 Group<3>, Desc<"Operate on Dummy breakpoints - i.e. breakpoints set before "
253 Arg<"None">, Desc<"A help string describing the purpose of this name.">;
258 Arg<"Boolean">, Desc<"Determines whether the breakpoint will show up in "
261 Arg<"Boolean">, Desc<"Determines whether the breakpoint can be disabled by "
264 Arg<"Boolean">, Desc<"Determines whether the breakpoint can be deleted by "
271 Desc<"The file from which to read the breakpoints.">;
273 Arg<"BreakpointName">, Desc<"Only read in breakpoints with this name.">;
279 Desc<"The file into which to write the breakpoints.">;
281 Desc<"Append to saved breakpoints file if it exists.">;
286 Arg<"OneLiner">, Desc<"Specify a one-line breakpoint command inline. Be "
289 Arg<"Boolean">, Desc<"Specify whether breakpoint command execution should "
293 Desc<"Specify the language for the commands - if none is specified, the "
296 Desc<"Sets Dummy breakpoints - i.e. breakpoints set before a file is "
303 Desc<"Delete commands from Dummy breakpoints - i.e. breakpoints set before "
309 Desc<"Show opcode bytes when disassembling.">;
311 Desc<"Show instruction control flow kind. Refer to the enum "
316 Desc<"Number of context lines of source to show.">;
318 Desc<"Enable mixed source and assembly display.">;
320 Desc<"Print raw disassembly with no symbol information.">;
322 Desc<"Name of the disassembler plugin you want to use.">;
324 Arg<"DisassemblyFlavor">, Desc<"Name of the disassembly flavor you want to "
328 Desc<"Override the CPU for disassembling.">;
330 Desc<"Specify additional CPU features for disassembling.">;
332 Desc<"Specify the architecture to use from cross disassembly.">;
335 Desc<"Address at which to start disassembling.">;
337 Arg<"AddressOrExpression">, Desc<"Address at which to end disassembling.">;
339 Arg<"NumLines">, Desc<"Number of instructions to display.">;
342 Desc<"Disassemble entire contents of the given function name.">;
344 Desc<"Disassemble from the start of the current frame's function.">;
346 Desc<"Disassemble around the current pc.">;
348 Desc<"Disassemble the current frame's current source line instructions if "
352 Desc<"Disassemble function containing this address.">;
354 Desc<"Force disassembly of large functions.">;
359 Arg<"Path">, Desc<"Dump the diagnostics to the given directory.">;
364 Groups<[1,2]>, Arg<"Boolean">, Desc<"Should we run all threads if the "
368 Desc<"Ignore breakpoint hits while running expressions">;
371 Desc<"Timeout value (in microseconds) for running the expression.">;
374 Desc<"Clean up program state if the expression causes a crash, or raises a "
378 Desc<"When specified, debug the JIT code by setting a breakpoint on the "
382 Arg<"Language">, Desc<"Specifies the Language to use when parsing the "
385 Groups<[1,2]>, Arg<"Boolean">, Desc<"If true, simple fix-it hints will be "
390 Desc<"How verbose should the output of this expression be, if the object "
393 Desc<"Interpret the expression as a complete translation unit, without "
398 Desc<"Controls whether the expression can fall back to being JITted if it's "
402 Desc<"Persist expression result in a variable for subsequent use. "
409 Arg<"RegisterName">, Desc<"A register to diagnose.">;
411 Desc<"An address to diagnose.">;
413 Desc<"An optional offset. Requires --register.">;
418 Desc<"A relative frame index offset from the current frame index.">;
424 Desc<"Name of the module or shared library that this recognizer applies "
428 Desc<"Name of the function that this recognizer applies to. "
432 Desc<"Give the name of a Python class to use for this frame recognizer.">;
434 Desc<"Function name and module name are actually regular expressions.">;
436 Desc<"If true, only apply this recognizer to frames whose PC currently points to the "
446 Desc<"How many history commands to print.">;
448 Arg<"UnsignedInteger">, Desc<"Index at which to start printing history "
452 Desc<"Index at which to stop printing history commands.">;
454 Desc<"Clears the current command history.">;
459 Desc<"Set the destination file to log to.">;
461 EnumArg<"LogHandler">, Desc<"Specify a log handler which determines where log messages are written.">;
463 Desc<"Set the log to be buffered, using the specified buffer size, if supported by the log handler.">;
465 Desc<"Enable verbose logging.">;
467 Desc<"Prepend all log lines with an increasing integer sequence id.">;
469 Desc<"Prepend all log lines with a timestamp.">;
471 Desc<"Prepend all log lines with the process and thread ID that generates "
474 Desc<"Prepend all log lines with the thread name for the thread that "
478 Desc<"Append a stack backtrace to each log line.">;
480 Desc<"Append to the log file instead of overwriting.">;
482 Desc<"Prepend the names of files and function that generate the logs.">;
487 Desc<"Set the destination file to dump to.">;
492 Arg<"NumberPerLine">, Desc<"The number of items per line to display.">;
494 Desc<"If true, memory will be saved as binary. If false, the memory is "
498 Required, Desc<"The name of a type to view memory as.">;
500 Desc<"The language of the type to view memory as.">;
502 Desc<"How many elements of the specified type to skip before starting to "
505 Desc<"Necessary if reading over target.max-memory-read-size bytes.">;
511 Desc<"Evaluate an expression to obtain a byte pattern.">;
513 Required, Desc<"Use text to find a byte pattern.">;
515 Desc<"How many times to perform the search.">;
517 Desc<"When dumping memory for a match, an offset from the match location to"
523 Required, Desc<"Write memory using the contents of a file.">;
525 Desc<"Start writing bytes from an offset within the input file.">;
530 Desc<"Show all memory regions. This is equivalent to starting from address "
536 Arg<"AddressOrExpression">, Desc<
544 Desc<"Display register names using the alternate register name if there "
547 Desc<"Specify which register sets to dump by index.">;
549 Desc<"Show all register sets.">;
554 Desc<"If true, stop executing commands on error.">;
556 Desc<"If true, stop executing commands on continue.">;
558 Desc<"If true don't echo commands while executing.">;
560 Desc<"Resolve non-absolute paths relative to the location of the "
567 Desc<"Help text for this command">;
569 Desc<"Long help text for this command">;
574 Desc<"The help text to display for this command.">;
576 Desc<"A syntax string showing the typical usage syntax.">;
582 Desc<"Give out the numeric value for permissions (e.g. 757)">;
585 Desc<"Give out the string value for permissions (e.g. rwxr-xr--).">;
587 Desc<"Allow user to read.">;
589 Desc<"Allow user to write.">;
591 Desc<"Allow user to execute.">;
593 Desc<"Allow group to read.">;
595 Desc<"Allow group to write.">;
597 Desc<"Allow group to execute.">;
599 Desc<"Allow world to read.">;
601 Desc<"Allow world to write.">;
603 Desc<"Allow world to execute.">;
608 Desc<"Offset into the file at which to start reading.">;
610 Desc<"Number of bytes to read from the file.">;
615 Desc<"Offset into the file at which to start reading.">;
617 Desc<"Text to write to the file.">;
622 Desc<"List the process info for a specific process ID.">;
625 Desc<"Find processes with executable basenames that match a string.">;
628 Desc<"Find processes with executable basenames that end with a string.">;
631 Desc<"Find processes with executable basenames that start with a string.">;
634 Desc<"Find processes with executable basenames that contain a string.">;
637 Desc<"Find processes with executable basenames that match a regular "
640 Arg<"Pid">, Desc<"Find processes that have a matching parent process ID.">;
643 Desc<"Find processes that have a matching user ID.">;
646 Desc<"Find processes that have a matching effective user ID.">;
649 Desc<"Find processes that have a matching group ID.">;
652 Desc<"Find processes that have a matching effective group ID.">;
655 Desc<"Find processes that have a matching architecture.">;
658 Desc<"Show process arguments instead of the process executable basename.">;
661 Desc<"Show processes matching all user IDs.">;
663 Desc<"Enable verbose output.">;
668 Desc<"Name of the process plugin you want to use.">;
670 Desc<"The process ID of an existing process to attach to.">;
672 Arg<"ProcessName">, Desc<"The name of the process to attach to.">;
674 Desc<"Wait for the process with <process-name> to launch.">;
679 Desc<"Run the commands on the host shell when enabled.">;
681 Desc<"Seconds to wait for the remote host to finish running the command.">;
683 Desc<"Shell interpreter path. This is the binary used to run the command.">;
688 Desc<"Stop at the entry point of the program when launching a process.">;
690 Desc<"Stop at the user entry point when launching a process. For C based "
694 Desc<"Set whether to disable address space layout randomization when launching a process.">;
696 Desc<"Name of the process plugin you want to use.">;
698 Desc<"Set the current working directory to <path> when running the inferior. This option "
703 Desc<"Set the architecture for the process to launch when ambiguous.">;
705 Arg<"None">, Desc<"Specify an environment variable name/value string "
709 OptionalArg<"Filename">, Desc<"Run the process in a shell (not supported on all platforms).">;
711 Arg<"Filename">, Desc<"Redirect stdin for the process to <filename>.">;
713 Arg<"Filename">, Desc<"Redirect stdout for the process to <filename>.">;
715 Arg<"Filename">, Desc<"Redirect stderr for the process to <filename>.">;
717 Desc<"Start the process in a terminal (not supported on all platforms).">;
719 Desc<"Do not set up for terminal I/O to go to running process.">;
721 Arg<"Boolean">, Desc<"Set whether to shell expand arguments to the process when launching.">;
726 Desc<"Immediately continue the process once attached.">;
728 Desc<"Name of the process plugin you want to use.">;
730 Desc<"The process ID of an existing process to attach to.">;
732 Desc<"The name of the process to attach to.">;
734 Group<2>, Desc<"Include existing processes when doing attach -w.">;
736 Desc<"Wait for the process with <process-name> to launch.">;
741 Arg<"UnsignedInteger">, Desc<"Ignore <N> crossings of the breakpoint (if it"
744 Arg<"BreakpointIDRange">, Desc<"Specify a breakpoint to continue to, temporarily "
751 Arg<"Boolean">, Desc<"Whether or not the process should be kept stopped on"
757 Desc<"Name of the process plugin you want to use.">;
762 Desc<"Install the shared library to the target. If specified without an "
769 Desc<"Removes the signals listed from the Target signal handlers">;
771 Desc<"Whether or not the process should be stopped if the signal is "
774 Desc<"Whether or not the debugger should notify the user if the signal is "
777 Desc<"Whether or not the signal should be passed to the process.">;
779 Desc<"Show only the signals with behaviors modified in this target">;
781 Desc<"Also clear the values in the dummy target so they won't be inherited by new targets.">;
786 Desc<"Show verbose process status including extended crash information.">;
791 EnumArg<"SaveCoreStyle">, Desc<"Request a specific style "
794 OptionalArg<"Plugin">, Desc<"Specify a plugin name to create the core file. "
800 Desc<"Allow the script to be loaded even if it was already loaded before. "
804 Group<1>, Desc<"Resolve non-absolute paths relative to the location of the "
808 Desc<"If true don't print any script output while importing.">;
814 Desc<"Name of the Python function to bind to this command name.">;
817 Desc<"Name of the Python class to bind to this command name.">;
819 Desc<"The help text to display for this command.">;
821 Desc<"Overwrite an existing command at this node.">;
824 Desc<"Set the synchronicity of this command's executions with regard to "
828 Desc<"Specify which completion type the command should use - if none is "
831 Desc<"Make a parsed command. The command class will provide the command "
838 Desc<"Help text for this command">;
840 Desc<"Long help text for this command">;
842 Desc<"Overwrite an existing command at this node.">;
847 EnumArg<"ScriptLang">, Desc<"Specify the scripting "
853 EnumArg<"ScriptLang">, Desc<"Specify the scripting "
859 Desc<"The number of line entries to display.">;
861 Completion<"Module">, Desc<"Look up the source in the given module or "
864 Completion<"SourceFile">, Desc<"The file from which to display source.">;
866 Desc<"The line number at which to start the displaying lines.">;
868 Desc<"The line number at which to stop displaying lines.">;
871 Desc<"The name of a function whose source to display.">;
873 Arg<"AddressOrExpression">, Desc<"Lookup the address and display the source"
879 Desc<"The number of source lines to display.">;
882 Desc<"Look up the source file in the given shared library.">;
884 Desc<"Show the line table locations from the debug information that "
887 Completion<"SourceFile">, Desc<"The file from which to display source.">;
889 Desc<"The line number at which to start the display source.">;
892 Desc<"The name of a function whose source to display.">;
894 Arg<"AddressOrExpression">, Desc<"Lookup the address and display the source"
896 def source_list_reverse : Option<"reverse", "r">, Group<4>, Desc<"Reverse the"
900 Desc<"A specifier in the form filename:line[:column] from which to display"
907 Desc<"Whether or not to load dependents when creating a target. If the "
915 Desc<"Enable verbose dump.">;
920 Arg<"AddressOrExpression">, Desc<"Display the image at this address.">;
922 OptionalArg<"Width">, Desc<"Display the architecture when listing images.">;
924 OptionalArg<"Width">, Desc<"Display the triple when listing images.">;
926 Desc<"Display the image base address as a load address if debugging, a file"
929 Desc<"Display the image load address offset from the base file address "
932 Desc<"Display the UUID when listing images.">;
935 Desc<"Display the fullpath to the image object file.">;
937 OptionalArg<"Width">, Desc<"Display the directory with optional width for "
940 OptionalArg<"Width">, Desc<"Display the basename with optional width for "
943 OptionalArg<"Width">, Desc<"Display the fullpath to the image symbol file "
946 Group<1>, OptionalArg<"Width">, Desc<"Display the symbol file with optional"
949 OptionalArg<"Width">, Desc<"Display the modification time with optional "
952 OptionalArg<"Width">, Desc<"Display whether the module is still in the "
955 OptionalArg<"None">, Desc<"Display the module pointer.">;
957 Desc<"Display the modules from the global module list, not just the "
964 Desc<"Show unwind instructions for a function or symbol name.">;
966 Arg<"AddressOrExpression">, Desc<"Show unwind instructions for a function "
972 Arg<"AddressOrExpression">, Required, Desc<"Lookup an address in one or "
975 Arg<"Offset">, Desc<"When looking up an address subtract <offset> from any "
980 Desc<"The <name> argument for name lookups are regular expressions.">;
982 Arg<"Symbol">, Required, Desc<"Lookup a symbol by name in the symbol tables"
985 Arg<"Filename">, Required, Desc<"Lookup a file by fullpath or basename in "
988 Arg<"LineNum">, Desc<"Lookup a line number in a file (must be used in "
992 Desc<"Ignore inline entries (must be used in conjunction with --file or "
995 Arg<"FunctionName">, Required, Desc<"Lookup a function by name in the debug"
998 Arg<"FunctionOrSymbol">, Required, Desc<"Lookup a function or symbol by "
1001 Required, Desc<"Lookup a type by name in the debug symbols in one or more "
1004 "\\x01">, GroupRange<1, 6>, Desc<"Dump valid ranges of variables (must be "
1007 Desc<"Enable verbose lookup information.">;
1008 def target_modules_lookup_all : Option<"all", "A">, Desc<"Print all matches, "
1014 Arg<"OneLiner">, Desc<"Add a command for the stop hook. Can be specified "
1018 Desc<"Set the module within which the stop-hook is to be run.">;
1020 Arg<"ThreadIndex">, Desc<"The stop hook is run only for the thread whose "
1023 Arg<"ThreadID">, Desc<"The stop hook is run only for the thread whose TID "
1026 Arg<"ThreadName">, Desc<"The stop hook is run only for the thread whose "
1029 Arg<"QueueName">, Desc<"The stop hook is run only for threads in the queue "
1032 Arg<"Filename">, Desc<"Specify the source file within which the stop-hook "
1035 Arg<"LineNum">, Desc<"Set the start of the line range for which the "
1038 Arg<"LineNum">, Desc<"Set the end of the line range for which the stop-hook"
1042 Desc<"Specify the class within which the stop-hook is to be run.">;
1044 Arg<"FunctionName">, Desc<"Set the function name within which the stop hook"
1047 Arg<"Boolean">, Desc<"The breakpoint will auto-continue after running its"
1053 Desc<"How many frames to display (0 for all)">;
1055 Arg<"FrameIndex">, Desc<"Frame in which to start the backtrace">;
1057 Arg<"Boolean">, Desc<"Show the extended backtrace, if available">;
1059 Desc<"Do not filter out frames according to installed frame recognizers">;
1065 Desc<"A boolean value that sets whether stepping into functions will step "
1069 Desc<"A boolean value, if true stepping out of functions will continue to"
1072 Desc<"How many times to perform the stepping operation - currently only "
1075 Group<1>, Arg<"LineNum">, Desc<"The line at which to stop stepping - "
1081 EnumArg<"RunMode">, Desc<"Determine how to run other "
1084 Group<1>, Arg<"RegularExpression">, Desc<"A regular expression that defines "
1087 Group<1>, Arg<"FunctionName">, Desc<"The name of the directly called "
1093 Desc<"Frame index for until operation - defaults to 0">;
1095 Desc<"Thread index for the thread for until operation">;
1097 EnumArg<"RunMode">, Desc<"Determine how to run other "
1100 Arg<"AddressOrExpression">, Desc<"Run until we reach the specified address, "
1105 def thread_info_json : Option<"json", "j">, Desc<"Display the thread info in"
1107 def thread_info_stop_info : Option<"stop-info", "s">, Desc<"Display the "
1113 Desc<"Return from the innermost expression evaluation.">;
1118 Completion<"SourceFile">, Desc<"Specifies the source file to jump to.">;
1120 Required, Desc<"Specifies the line number to jump to.">;
1122 Desc<"Jumps by a relative line offset from the current line.">;
1124 Arg<"AddressOrExpression">, Required, Desc<"Jumps to a specific address.">;
1126 Desc<"Allows the PC to leave the current function.">;
1131 Desc<"Display more information about the thread plans">;
1133 Desc<"Display internal as well as user thread plans">;
1135 Arg<"ThreadID">, Desc<"List the thread plans for this TID, can be "
1138 Desc<"Display thread plans for unreported threads">;
1144 Desc<"Provide a thread ID instead of a thread index.">;
1150 Desc<"Dump the function calls to a file instead of the standard output.">;
1153 Desc<"Dump in simple JSON format.">;
1156 Desc<"Dump in JSON format but pretty printing the output for easier "
1163 Desc<"If specified, the trace is traversed forwards chronologically "
1168 Desc<"The number of instructions to display starting at the most recent "
1171 Desc<"From the starting point of the trace, dump all instructions "
1175 Desc<"Custom starting instruction id from where to start traversing. This "
1179 Desc<"How many trace items (instructions, errors and events) to skip from "
1182 Desc<"Dump only instruction address without disassembly nor symbol "
1186 Desc<"Dump the instruction to a file instead of the standard output.">;
1189 Desc<"Dump in simple JSON format.">;
1192 Desc<"Dump in JSON format but pretty printing the output for easier "
1195 Desc<"Show instruction control flow kind. Refer to the enum "
1201 Desc<"For each trace item, print the corresponding wall clock timestamp "
1205 Desc<"Dump the events that happened during the execution of the target.">;
1208 Desc<"Dump only the events that happened during the execution of the "
1212 Desc<"Continue dumping instructions right where the previous invocation of "
1220 Desc<"show verbose thread trace dump info">;
1222 Desc<"Dump in JSON format.">;
1227 Desc<"Add this to the given category instead of the default one.">;
1229 Desc<"If true, cascade through typedef chains.">;
1231 Desc<"Don't show the value, just show the summary, for this type.">;
1233 Desc<"Don't use this format for pointers-to-type objects.">;
1235 Desc<"Don't use this format for references-to-type objects.">;
1237 Desc<"Type names are actually regular expressions.">;
1240 Desc<"The names in the argument list are actually the names of python "
1245 Desc<"If true, inline all child values into summary string.">;
1247 Desc<"If true, omit value names in the summary display.">;
1250 Desc<"Summary string used to display text and object contents.">;
1253 Desc<"Give a one-liner Python script as part of the command.">;
1256 Desc<"Give the name of a Python function to use for this type.">;
1258 Desc<"Input Python code to use for this type manually.">;
1260 Desc<"Expand aggregate data types to show children on separate lines.">;
1262 Desc<"Do not expand aggregate data types with no children.">;
1264 Desc<"A name for this summary string.">;
1269 Desc<"If true, cascade through typedef chains.">;
1271 Desc<"Don't use this format for pointers-to-type objects.">;
1273 Desc<"Don't use this format for references-to-type objects.">;
1275 Desc<"Add this to the given category instead of the default one.">;
1278 Desc<"Use this Python class to produce synthetic children.">;
1280 Desc<"Type Python code to generate a class that provides synthetic "
1283 Desc<"Type names are actually regular expressions.">;
1286 Desc<"The names in the argument list are actually the names of python "
1293 Desc<"Add this to the given category instead of the default one.">;
1295 Desc<"If true, cascade through typedef chains.">;
1297 Desc<"Don't use this format for pointers-to-type objects.">;
1299 Desc<"Don't use this format for references-to-type objects.">;
1301 Desc<"Type names are actually regular expressions.">;
1303 Desc<"Format variables as if they were of this type.">;
1308 Desc<"Delete from every category.">;
1310 Arg<"Name">, Desc<"Delete from given category.">;
1312 Arg<"Language">, Desc<"Delete from given language's category.">;
1317 Desc<"Clear every category.">;
1322 Group<1>, Arg<"Name">, Desc<"Only show categories matching this filter.">;
1324 Arg<"Language">, Desc<"Only show the category for a specific language.">;
1329 Desc<"If specified, this category will be created enabled.">;
1331 Desc<"Specify the language that this category is supported for.">;
1336 Desc<"Enable the category for this language.">;
1341 Desc<"Enable the category for this language.">;
1346 Desc<"If true, cascade through typedef chains.">;
1348 Desc<"Don't use this format for pointers-to-type objects.">;
1350 Desc<"Don't use this format for references-to-type objects.">;
1352 Desc<"Add this to the given category instead of the default one.">;
1354 Desc<"Include this expression path in the synthetic view.">;
1356 Desc<"Type names are actually regular expressions.">;
1361 Desc<"Display available help for types">;
1363 Desc<"Which language's types should the search scope be">;
1367 def watchpoint_list_brief : Option<"brief", "b">, Group<1>, Desc<"Give a "
1369 def watchpoint_list_full : Option<"full", "f">, Group<2>, Desc<"Give a full "
1371 def watchpoint_list_verbose : Option<"verbose", "v">, Group<3>, Desc<"Explain "
1377 Arg<"Count">, Required, Desc<"Set the number of times this watchpoint is"
1383 Desc<"The watchpoint stops only if this condition expression evaluates "
1389 Arg<"OneLiner">, Desc<"Specify a one-line watchpoint command inline. Be "
1392 Arg<"Boolean">, Desc<"Specify whether watchpoint command execution should "
1395 EnumArg<"ScriptLang">, Desc<"Specify the language for the"
1399 Group<2>, Arg<"PythonFunction">, Desc<"Give the name of a Python function "
1406 Desc<"Delete all watchpoints without querying for confirmation.">;
1411 Desc<"Show verbose trace load logging for debugging the plug-in "
1418 Desc<"Try not to save to disk information irrelevant to the traced "
1425 Desc<"Show verbose trace information.">;
1430 Desc<"Show verbose trace schema logging for debugging the plug-in.">;
1435 Desc<"Include statistics for all targets.">;
1437 Desc<"Dump only high-level summary statistics. "
1440 Desc<"Dump the total possible debug info statistics. "
1445 Desc<"Dump statistics for the targets, including breakpoints, expression "
1452 Desc<"Dump statistics for the modules, including time and size of various "
1460 Desc<"If the setting interpreter.save-transcript is enabled and this "