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<"Hide aliases in the command list.">;
15 Desc<"Hide user-defined commands from the list.">;
17 Desc<"Include commands prefixed with an underscore.">;
23 Desc<"Apply the new value to the global default value.">;
25 Desc<"Force an empty value to be accepted as the default.">;
31 Desc<"The file into which to write the settings.">;
33 Desc<"Append to saved settings file if it exists.">;
39 Desc<"The file from which to read the settings.">;
44 Desc<"Clear all settings.">;
51 Desc<"Show debugger internal breakpoints">;
53 Desc<"Give a brief description of the breakpoint (no location info).">;
55 Desc<"Give a full description of the breakpoint and its locations.">;
57 Desc<"Explain everything we know about the breakpoint (for debugging "
60 Desc<"List Dummy breakpoints - i.e. breakpoints set before a file is "
67 Desc<"Set the number of times this breakpoint is skipped before stopping.">;
70 Desc<"The breakpoint is deleted the first time it stop causes a stop.">;
72 Arg<"ThreadIndex">, Desc<"The breakpoint stops only for the thread whose "
75 Arg<"ThreadID">, Desc<"The breakpoint stops only for the thread whose TID "
78 Arg<"ThreadName">, Desc<"The breakpoint stops only for the thread whose "
81 Arg<"QueueName">, Desc<"The breakpoint stops only for threads in the queue "
84 Arg<"Expression">, Desc<"The breakpoint stops only if this condition "
88 Desc<"The breakpoint will auto-continue after running its commands.">;
90 Desc<"Enable the breakpoint.">;
92 Desc<"Disable the breakpoint.">;
95 Desc<"A command to run when the breakpoint is hit, can be provided more "
102 Desc<"Act on Dummy breakpoints - i.e. breakpoints set before a file is "
109 Desc<"Set the breakpoint only in this shared library. Can repeat this "
112 Desc<"Require the breakpoint to use hardware breakpoints.">;
115 Desc<"Specifies the source file in which to set this breakpoint. Note, by "
122 Desc<"Specifies the line number on which to set this breakpoint.">;
124 Desc<"Specifies the column number on which to set this breakpoint.">;
127 Desc<"Set the breakpoint at the specified address. If the address maps "
138 Desc<"Set the breakpoint by function name. Can be repeated multiple times "
143 Desc<"When used with '-p' limits the source regex to source contained in "
147 Desc<"Set the breakpoint by fully qualified function names. For C++ this "
153 Desc<"Set the breakpoint by ObjC selector name. Can be repeated multiple "
156 Required, Desc<"Set the breakpoint by C++ method names. Can be repeated "
159 Arg<"RegularExpression">, Required, Desc<"Set the breakpoint by function "
163 Desc<"Set the breakpoint by function basename (C++ namespaces and arguments"
168 Required, Desc<"Set the breakpoint by specifying a regular expression which"
174 Desc<"All files are searched for source pattern matches.">;
177 Desc<"Set the breakpoint on exceptions thrown by the specified language "
180 Arg<"Boolean">, Desc<"Set the breakpoint on exception throW.">;
182 Arg<"Boolean">, Desc<"Set the breakpoint on exception catcH.">;
185 Desc<"Specifies the Language to use when interpreting the breakpoint's "
190 Desc<"sKip the prologue if the breakpoint is at the beginning of a "
194 Desc<"Adds this to the list of names for this breakpoint.">;
197 Desc<"Add the specified offset to whatever address(es) the breakpoint "
202 Desc<"Move breakpoints to nearest code. If not set the "
206 Desc<"A specifier in the form filename:line[:column] for setting file & line breakpoints.">;
209 Arg<"TypeName">, Desc<"The breakpoint will only stop if an "
218 Desc<"Specify the breakpoint by source location in this particular file.">;
221 Desc<"Specify the breakpoint by source location at this particular line.">;
226 Desc<"Delete all breakpoints without querying for confirmation.">;
228 Group<1>, Desc<"Delete Dummy breakpoints - i.e. breakpoints set before a "
231 Desc<"Delete all breakpoints which are currently disabled. When using the disabled option "
237 Arg<"BreakpointName">, Desc<"Specifies a breakpoint name to use.">;
239 Arg<"BreakpointID">, Desc<"Specify a breakpoint ID to use.">;
241 Group<3>, Desc<"Operate on Dummy breakpoints - i.e. breakpoints set before "
244 Arg<"None">, Desc<"A help string describing the purpose of this name.">;
249 Arg<"Boolean">, Desc<"Determines whether the breakpoint will show up in "
252 Arg<"Boolean">, Desc<"Determines whether the breakpoint can be disabled by "
255 Arg<"Boolean">, Desc<"Determines whether the breakpoint can be deleted by "
262 Desc<"The file from which to read the breakpoints.">;
264 Arg<"BreakpointName">, Desc<"Only read in breakpoints with this name.">;
270 Desc<"The file into which to write the breakpoints.">;
272 Desc<"Append to saved breakpoints file if it exists.">;
277 Arg<"OneLiner">, Desc<"Specify a one-line breakpoint command inline. Be "
280 Arg<"Boolean">, Desc<"Specify whether breakpoint command execution should "
284 Desc<"Specify the language for the commands - if none is specified, the "
287 Desc<"Sets Dummy breakpoints - i.e. breakpoints set before a file is "
294 Desc<"Delete commands from Dummy breakpoints - i.e. breakpoints set before "
300 Desc<"Show opcode bytes when disassembling.">;
302 Desc<"Number of context lines of source to show.">;
304 Desc<"Enable mixed source and assembly display.">;
306 Desc<"Print raw disassembly with no symbol information.">;
308 Desc<"Name of the disassembler plugin you want to use.">;
310 Arg<"DisassemblyFlavor">, Desc<"Name of the disassembly flavor you want to "
314 Desc<"Specify the architecture to use from cross disassembly.">;
317 Desc<"Address at which to start disassembling.">;
319 Arg<"AddressOrExpression">, Desc<"Address at which to end disassembling.">;
321 Arg<"NumLines">, Desc<"Number of instructions to display.">;
324 Desc<"Disassemble entire contents of the given function name.">;
326 Desc<"Disassemble from the start of the current frame's function.">;
328 Desc<"Disassemble around the current pc.">;
330 Desc<"Disassemble the current frame's current source line instructions if "
334 Desc<"Disassemble function containing this address.">;
336 Desc<"Force dissasembly of large functions.">;
341 Groups<[1,2]>, Arg<"Boolean">, Desc<"Should we run all threads if the "
345 Desc<"Ignore breakpoint hits while running expressions">;
348 Desc<"Timeout value (in microseconds) for running the expression.">;
351 Desc<"Clean up program state if the expression causes a crash, or raises a "
355 Desc<"When specified, debug the JIT code by setting a breakpoint on the "
359 Arg<"Language">, Desc<"Specifies the Language to use when parsing the "
362 Groups<[1,2]>, Arg<"Language">, Desc<"If true, simple fix-it hints will be "
367 Desc<"How verbose should the output of this expression be, if the object "
370 Desc<"Interpret the expression as a complete translation unit, without "
375 Desc<"Controls whether the expression can fall back to being JITted if it's "
381 Arg<"RegisterName">, Desc<"A register to diagnose.">;
383 Desc<"An address to diagnose.">;
385 Desc<"An optional offset. Requires --register.">;
390 Desc<"A relative frame index offset from the current frame index.">;
396 Desc<"Name of the module or shared library that this recognizer applies "
400 Desc<"Name of the function that this recognizer applies to. "
404 Desc<"Give the name of a Python class to use for this frame recognizer.">;
406 Desc<"Function name and module name are actually regular expressions.">;
411 Desc<"How many history commands to print.">;
413 Arg<"UnsignedInteger">, Desc<"Index at which to start printing history "
417 Desc<"Index at which to stop printing history commands.">;
419 Desc<"Clears the current command history.">;
424 Desc<"Set the destination file to log to.">;
426 Desc<"Enable thread safe logging to avoid interweaved log lines.">;
428 Desc<"Enable verbose logging.">;
430 Desc<"Prepend all log lines with an increasing integer sequence id.">;
432 Desc<"Prepend all log lines with a timestamp.">;
434 Desc<"Prepend all log lines with the process and thread ID that generates "
437 Desc<"Prepend all log lines with the thread name for the thread that "
441 Desc<"Append a stack backtrace to each log line.">;
443 Desc<"Append to the log file instead of overwriting.">;
445 Desc<"Prepend the names of files and function that generate the logs.">;
451 Required, Desc<"The reproducer provider to dump.">;
453 Desc<"The reproducer path. If a reproducer is replayed and no path is "
459 Desc<"The reproducer path. If a reproducer is replayed and no path is "
466 Required, Desc<"The signal to crash the debugger.">;
471 Arg<"NumberPerLine">, Desc<"The number of items per line to display.">;
473 Desc<"If true, memory will be saved as binary. If false, the memory is "
477 Required, Desc<"The name of a type to view memory as.">;
479 Desc<"The language of the type to view memory as.">;
481 Desc<"How many elements of the specified type to skip before starting to "
484 Desc<"Necessary if reading over target.max-memory-read-size bytes.">;
490 Desc<"Evaluate an expression to obtain a byte pattern.">;
492 Required, Desc<"Use text to find a byte pattern.">;
494 Desc<"How many times to perform the search.">;
496 Desc<"When dumping memory for a match, an offset from the match location to"
502 Required, Desc<"Write memory using the contents of a file.">;
504 Desc<"Start writing bytes from an offset within the input file.">;
509 Desc<"Display register names using the alternate register name if there "
512 Desc<"Specify which register sets to dump by index.">;
514 Desc<"Show all register sets.">;
519 Desc<"If true, stop executing commands on error.">;
521 Desc<"If true, stop executing commands on continue.">;
523 Desc<"If true don't echo commands while executing.">;
528 Desc<"Help text for this command">;
530 Desc<"Long help text for this command">;
535 Desc<"The help text to display for this command.">;
537 Desc<"A syntax string showing the typical usage syntax.">;
543 Desc<"Give out the numeric value for permissions (e.g. 757)">;
546 Desc<"Give out the string value for permissions (e.g. rwxr-xr--).">;
548 Desc<"Allow user to read.">;
550 Desc<"Allow user to write.">;
552 Desc<"Allow user to execute.">;
554 Desc<"Allow group to read.">;
556 Desc<"Allow group to write.">;
558 Desc<"Allow group to execute.">;
560 Desc<"Allow world to read.">;
562 Desc<"Allow world to write.">;
564 Desc<"Allow world to execute.">;
569 Desc<"Offset into the file at which to start reading.">;
571 Desc<"Number of bytes to read from the file.">;
576 Desc<"Offset into the file at which to start reading.">;
578 Desc<"Text to write to the file.">;
583 Desc<"List the process info for a specific process ID.">;
586 Desc<"Find processes with executable basenames that match a string.">;
589 Desc<"Find processes with executable basenames that end with a string.">;
592 Desc<"Find processes with executable basenames that start with a string.">;
595 Desc<"Find processes with executable basenames that contain a string.">;
598 Desc<"Find processes with executable basenames that match a regular "
601 Arg<"Pid">, Desc<"Find processes that have a matching parent process ID.">;
604 Desc<"Find processes that have a matching user ID.">;
607 Desc<"Find processes that have a matching effective user ID.">;
610 Desc<"Find processes that have a matching group ID.">;
613 Desc<"Find processes that have a matching effective group ID.">;
616 Desc<"Find processes that have a matching architecture.">;
619 Desc<"Show process arguments instead of the process executable basename.">;
622 Desc<"Show processes matching all user IDs.">;
624 Desc<"Enable verbose output.">;
629 Desc<"Name of the process plugin you want to use.">;
631 Desc<"The process ID of an existing process to attach to.">;
633 Arg<"ProcessName">, Desc<"The name of the process to attach to.">;
635 Desc<"Wait for the process with <process-name> to launch.">;
640 Desc<"Run the commands on the host shell when enabled.">;
642 Desc<"Seconds to wait for the remote host to finish running the command.">;
644 Desc<"Shell interpreter path. This is the binary used to run the command.">;
649 Desc<"Immediately continue the process once attached.">;
651 Desc<"Name of the process plugin you want to use.">;
653 Desc<"The process ID of an existing process to attach to.">;
655 Desc<"The name of the process to attach to.">;
657 Group<2>, Desc<"Include existing processes when doing attach -w.">;
659 Desc<"Wait for the process with <process-name> to launch.">;
664 Arg<"UnsignedInteger">, Desc<"Ignore <N> crossings of the breakpoint (if it"
670 Arg<"Boolean">, Desc<"Whether or not the process should be kept stopped on"
676 Desc<"Name of the process plugin you want to use.">;
681 Desc<"Install the shared library to the target. If specified without an "
688 Desc<"Whether or not the process should be stopped if the signal is "
691 Desc<"Whether or not the debugger should notify the user if the signal is "
694 Desc<"Whether or not the signal should be passed to the process.">;
699 Desc<"Show verbose process status including extended crash information.">;
704 Desc<"Allow the script to be loaded even if it was already loaded before. "
708 Group<1>, Desc<"Resolve non-absolute paths relative to the location of the "
716 Desc<"Name of the Python function to bind to this command name.">;
718 Desc<"Name of the Python class to bind to this command name.">;
720 Desc<"The help text to display for this command.">;
723 Desc<"Set the synchronicity of this command's executions with regard to "
729 EnumArg<"ScriptLang", "ScriptOptionEnum()">, Desc<"Specify the scripting "
735 Desc<"The number of line entries to display.">;
737 Completion<"Module">, Desc<"Look up the source in the given module or "
740 Completion<"SourceFile">, Desc<"The file from which to display source.">;
742 Desc<"The line number at which to start the displaying lines.">;
744 Desc<"The line number at which to stop displaying lines.">;
747 Desc<"The name of a function whose source to display.">;
749 Arg<"AddressOrExpression">, Desc<"Lookup the address and display the source"
755 Desc<"The number of source lines to display.">;
758 Desc<"Look up the source file in the given shared library.">;
760 Desc<"Show the line table locations from the debug information that "
763 Completion<"SourceFile">, Desc<"The file from which to display source.">;
765 Desc<"The line number at which to start the display source.">;
768 Desc<"The name of a function whose source to display.">;
770 Arg<"AddressOrExpression">, Desc<"Lookup the address and display the source"
772 def source_list_reverse : Option<"reverse", "r">, Group<4>, Desc<"Reverse the"
776 Desc<"A specifier in the form filename:line[:column] from which to display"
783 Desc<"Whether or not to load dependents when creating a target. If the "
791 Desc<"Enable verbose dump.">;
796 Arg<"AddressOrExpression">, Desc<"Display the image at this address.">;
798 OptionalArg<"Width">, Desc<"Display the architecture when listing images.">;
800 OptionalArg<"Width">, Desc<"Display the triple when listing images.">;
802 Desc<"Display the image base address as a load address if debugging, a file"
805 Desc<"Display the image load address offset from the base file address "
808 Desc<"Display the UUID when listing images.">;
811 Desc<"Display the fullpath to the image object file.">;
813 OptionalArg<"Width">, Desc<"Display the directory with optional width for "
816 OptionalArg<"Width">, Desc<"Display the basename with optional width for "
819 OptionalArg<"Width">, Desc<"Display the fullpath to the image symbol file "
822 Group<1>, OptionalArg<"Width">, Desc<"Display the symbol file with optional"
825 OptionalArg<"Width">, Desc<"Display the modification time with optional "
828 OptionalArg<"Width">, Desc<"Display the reference count if the module is "
831 OptionalArg<"None">, Desc<"Display the module pointer.">;
833 Desc<"Display the modules from the global module list, not just the "
840 Desc<"Show unwind instructions for a function or symbol name.">;
842 Arg<"AddressOrExpression">, Desc<"Show unwind instructions for a function "
848 Arg<"AddressOrExpression">, Required, Desc<"Lookup an address in one or "
851 Arg<"Offset">, Desc<"When looking up an address subtract <offset> from any "
856 Desc<"The <name> argument for name lookups are regular expressions.">;
858 Arg<"Symbol">, Required, Desc<"Lookup a symbol by name in the symbol tables"
861 Arg<"Filename">, Required, Desc<"Lookup a file by fullpath or basename in "
864 Arg<"LineNum">, Desc<"Lookup a line number in a file (must be used in "
868 Desc<"Ignore inline entries (must be used in conjunction with --file or "
871 Arg<"FunctionName">, Required, Desc<"Lookup a function by name in the debug"
874 Arg<"FunctionOrSymbol">, Required, Desc<"Lookup a function or symbol by "
877 Required, Desc<"Lookup a type by name in the debug symbols in one or more "
880 Desc<"Enable verbose lookup information.">;
881 def target_modules_lookup_all : Option<"all", "A">, Desc<"Print all matches, "
887 Arg<"OneLiner">, Desc<"Add a command for the stop hook. Can be specified "
891 Desc<"Set the module within which the stop-hook is to be run.">;
893 Arg<"ThreadIndex">, Desc<"The stop hook is run only for the thread whose "
896 Arg<"ThreadID">, Desc<"The stop hook is run only for the thread whose TID "
899 Arg<"ThreadName">, Desc<"The stop hook is run only for the thread whose "
902 Arg<"QueueName">, Desc<"The stop hook is run only for threads in the queue "
905 Arg<"Filename">, Desc<"Specify the source file within which the stop-hook "
908 Arg<"LineNum">, Desc<"Set the start of the line range for which the "
911 Arg<"LineNum">, Desc<"Set the end of the line range for which the stop-hook"
915 Desc<"Specify the class within which the stop-hook is to be run.">;
917 Arg<"FunctionName">, Desc<"Set the function name within which the stop hook"
920 Arg<"Boolean">, Desc<"The breakpoint will auto-continue after running its"
926 Desc<"How many frames to display (-1 for all)">;
928 Arg<"FrameIndex">, Desc<"Frame in which to start the backtrace">;
930 Arg<"Boolean">, Desc<"Show the extended backtrace, if available">;
936 Desc<"A boolean value that sets whether stepping into functions will step "
940 Desc<"A boolean value, if true stepping out of functions will continue to"
943 Desc<"How many times to perform the stepping operation - currently only "
946 Group<1>, Arg<"LineNum">, Desc<"The line at which to stop stepping - "
952 EnumArg<"RunMode", "TriRunningModes()">, Desc<"Determine how to run other "
955 Group<1>, Arg<"RegularExpression">, Desc<"A regular expression that defines "
958 Group<1>, Arg<"FunctionName">, Desc<"The name of the directly called "
964 Desc<"Frame index for until operation - defaults to 0">;
966 Desc<"Thread index for the thread for until operation">;
968 EnumArg<"RunMode", "DuoRunningModes()">, Desc<"Determine how to run other "
971 Arg<"AddressOrExpression">, Desc<"Run until we reach the specified address, "
976 def thread_info_json : Option<"json", "j">, Desc<"Display the thread info in"
978 def thread_info_stop_info : Option<"stop-info", "s">, Desc<"Display the "
984 Desc<"Return from the innermost expression evaluation.">;
989 Completion<"SourceFile">, Desc<"Specifies the source file to jump to.">;
991 Required, Desc<"Specifies the line number to jump to.">;
993 Desc<"Jumps by a relative line offset from the current line.">;
995 Arg<"AddressOrExpression">, Required, Desc<"Jumps to a specific address.">;
997 Desc<"Allows the PC to leave the current function.">;
1002 Desc<"Display more information about the thread plans">;
1004 Desc<"Display internal as well as user thread plans">;
1006 Arg<"ThreadID">, Desc<"List the thread plans for this TID, can be "
1009 Desc<"Display thread plans for unreported threads">;
1015 Desc<"The number of instructions to display ending at the current position.">;
1019 Desc<"The position to use instead of the current position of the trace.">;
1022 Desc<"Dump only instruction address without disassembly nor symbol information.">;
1027 Desc<"Add this to the given category instead of the default one.">;
1029 Desc<"If true, cascade through typedef chains.">;
1031 Desc<"Don't show the value, just show the summary, for this type.">;
1033 Desc<"Don't use this format for pointers-to-type objects.">;
1035 Desc<"Don't use this format for references-to-type objects.">;
1037 Desc<"Type names are actually regular expressions.">;
1040 Desc<"If true, inline all child values into summary string.">;
1042 Desc<"If true, omit value names in the summary display.">;
1045 Desc<"Summary string used to display text and object contents.">;
1048 Desc<"Give a one-liner Python script as part of the command.">;
1051 Desc<"Give the name of a Python function to use for this type.">;
1053 Desc<"Input Python code to use for this type manually.">;
1055 Desc<"Expand aggregate data types to show children on separate lines.">;
1057 Desc<"Do not expand aggregate data types with no children.">;
1059 Desc<"A name for this summary string.">;
1064 Desc<"If true, cascade through typedef chains.">;
1066 Desc<"Don't use this format for pointers-to-type objects.">;
1068 Desc<"Don't use this format for references-to-type objects.">;
1070 Desc<"Add this to the given category instead of the default one.">;
1073 Desc<"Use this Python class to produce synthetic children.">;
1075 Desc<"Type Python code to generate a class that provides synthetic "
1078 Desc<"Type names are actually regular expressions.">;
1083 Desc<"Add this to the given category instead of the default one.">;
1085 Desc<"If true, cascade through typedef chains.">;
1087 Desc<"Don't use this format for pointers-to-type objects.">;
1089 Desc<"Don't use this format for references-to-type objects.">;
1091 Desc<"Type names are actually regular expressions.">;
1093 Desc<"Format variables as if they were of this type.">;
1098 Desc<"Delete from every category.">;
1100 Arg<"Name">, Desc<"Delete from given category.">;
1102 Arg<"Language">, Desc<"Delete from given language's category.">;
1107 Desc<"Clear every category.">;
1112 Group<1>, Arg<"Name">, Desc<"Only show categories matching this filter.">;
1114 Arg<"Language">, Desc<"Only show the category for a specific language.">;
1119 Desc<"If specified, this category will be created enabled.">;
1121 Desc<"Specify the language that this category is supported for.">;
1126 Desc<"Enable the category for this language.">;
1131 Desc<"Enable the category for this language.">;
1136 Desc<"If true, cascade through typedef chains.">;
1138 Desc<"Don't use this format for pointers-to-type objects.">;
1140 Desc<"Don't use this format for references-to-type objects.">;
1142 Desc<"Add this to the given category instead of the default one.">;
1144 Desc<"Include this expression path in the synthetic view.">;
1146 Desc<"Type names are actually regular expressions.">;
1151 Desc<"Display available help for types">;
1153 Desc<"Which language's types should the search scope be">;
1157 def watchpoint_list_brief : Option<"brief", "b">, Group<1>, Desc<"Give a "
1159 def watchpoint_list_full : Option<"full", "f">, Group<2>, Desc<"Give a full "
1161 def watchpoint_list_verbose : Option<"verbose", "v">, Group<3>, Desc<"Explain "
1167 Arg<"Count">, Required, Desc<"Set the number of times this watchpoint is"
1173 Desc<"The watchpoint stops only if this condition expression evaluates "
1179 Arg<"OneLiner">, Desc<"Specify a one-line watchpoint command inline. Be "
1182 Arg<"Boolean">, Desc<"Specify whether watchpoint command execution should "
1185 EnumArg<"None", "ScriptOptionEnum()">, Desc<"Specify the language for the"
1189 Group<2>, Arg<"PythonFunction">, Desc<"Give the name of a Python function "
1196 Desc<"Delete all watchpoints without querying for confirmation.">;
1201 Desc<"Show verbose trace load logging for debugging the plug-in "
1207 Desc<"Show verbose trace information.">;
1212 Desc<"Show verbose trace schema logging for debugging the plug-in.">;