Lines Matching +full:mixed +full:- +full:signals

7   def tm_smn : Option<"show-mangled-names", "m">, Group<1>,
14 def tm_errors_only : Option<"errors-only", "e">, Group<1>,
19 def help_hide_aliases : Option<"hide-aliases", "a">,
21 def help_hide_user : Option<"hide-user-commands", "u">,
22 Desc<"Hide user-defined commands from the list.">;
23 def help_show_hidden : Option<"show-hidden-commands", "h">,
68 def blist_dummy_bp : Option<"dummy-breakpoints", "D">,
69 Desc<"List Dummy breakpoints - i.e. breakpoints set before a file is "
74 def breakpoint_modify_ignore_count : Option<"ignore-count", "i">, Group<1>,
77 def breakpoint_modify_one_shot : Option<"one-shot", "o">, Group<1>,
80 def breakpoint_modify_thread_index : Option<"thread-index", "x">, Group<1>,
83 def breakpoint_modify_thread_id : Option<"thread-id", "t">, Group<1>,
86 def breakpoint_modify_thread_name : Option<"thread-name", "T">, Group<1>,
89 def breakpoint_modify_queue_name : Option<"queue-name", "q">, Group<1>,
95 def breakpoint_modify_auto_continue : Option<"auto-continue", "G">, Group<1>,
97 Desc<"The breakpoint will auto-continue after running its commands.">;
105 "than once, the commands will be run in left-to-right order.">;
110 Option<"dummy-breakpoints", "D">, Group<1>,
111 Desc<"Act on Dummy breakpoints - i.e. breakpoints set before a file is "
127 "files that are #included, set target.inline-breakpoint-strategy to "
140 "specify the module - with the -s option - then the address will be "
150 Option<"source-regexp-function", "X">, Group<9>, Arg<"FunctionName">,
152 Desc<"When used with '-p' limits the source regex to source contained in "
157 "means namespaces and all arguments, and for Objective-C this means a full "
162 Desc<"Set the breakpoint by Objective-C selector name. Can be repeated "
167 def breakpoint_set_func_regex : Option<"func-regex", "r">, Group<7>,
169 "name, evaluating a regular-expression to find the function name(s).">;
176 Option<"source-pattern-regexp", "p">, Group<9>, Arg<"RegularExpression">,
179 "with the -f can be specified more than once. If no source files "
181 "match against all source files, pass the \"--all-files\" option.">;
182 def breakpoint_set_all_files : Option<"all-files", "A">, Group<9>,
184 def breakpoint_set_language_exception : Option<"language-exception", "E">,
188 def breakpoint_set_on_throw : Option<"on-throw", "w">, Group<10>,
190 def breakpoint_set_on_catch : Option<"on-catch", "h">, Group<10>,
197 def breakpoint_set_skip_prologue : Option<"skip-prologue", "K">,
200 "function. If not set the target.skip-prologue setting is used.">;
201 def breakpoint_set_breakpoint_name : Option<"breakpoint-name", "N">,
204 def breakpoint_set_address_slide : Option<"address-slide", "R">,
209 def breakpoint_set_move_to_nearest_code : Option<"move-to-nearest-code", "m">,
212 "target.move-to-nearest-code setting is used.">;
213 def breakpoint_set_file_colon_line : Option<"joint-specifier", "y">, Group<12>, Arg<"FileLineColumn">,
217 def breakpoint_set_exception_typename : Option<"exception-typename", "O">,
236 def breakpoint_delete_dummy_breakpoints : Option<"dummy-breakpoints", "D">,
237 Group<1>, Desc<"Delete Dummy breakpoints - i.e. breakpoints set before a "
247 def breakpoint_name_breakpoint_id : Option<"breakpoint-id", "B">, Group<2>,
249 def breakpoint_name_dummy_breakpoints : Option<"dummy-breakpoints", "D">,
250 Group<3>, Desc<"Operate on Dummy breakpoints - i.e. breakpoints set before "
252 def breakpoint_name_help_string : Option<"help-string", "H">, Group<4>,
257 def breakpoint_access_allow_list : Option<"allow-list", "L">, Group<1>,
260 def breakpoint_access_allow_disable : Option<"allow-disable", "A">, Group<2>,
263 def breakpoint_access_allow_delete : Option<"allow-delete", "D">, Group<3>,
272 def breakpoint_read_breakpoint_name : Option<"breakpoint-name", "N">,
285 def breakpoint_add_one_liner : Option<"one-liner", "o">, Group<1>,
286 Arg<"OneLiner">, Desc<"Specify a one-line breakpoint command inline. Be "
288 def breakpoint_add_stop_on_error : Option<"stop-on-error", "e">,
291 def breakpoint_add_script_type : Option<"script-type", "s">,
293 Desc<"Specify the language for the commands - if none is specified, the "
295 def breakpoint_add_dummy_breakpoints : Option<"dummy-breakpoints", "D">,
296 Desc<"Sets Dummy breakpoints - i.e. breakpoints set before a file is "
302 Option<"dummy-breakpoints", "D">, Group<1>,
303 Desc<"Delete commands from Dummy breakpoints - i.e. breakpoints set before "
317 def disassemble_options_mixed : Option<"mixed", "m">,
318 Desc<"Enable mixed source and assembly display.">;
329 def disassemble_options_start_address : Option<"start-address", "s">,
332 def disassemble_options_end_address : Option<"end-address", "e">, Group<1>,
359 def expression_options_all_threads : Option<"all-threads", "a">,
362 def expression_options_ignore_breakpoints : Option<"ignore-breakpoints", "i">,
368 def expression_options_unwind_on_error : Option<"unwind-on-error", "u">,
372 "option (-i).">;
375 "first instruction and forcing breakpoints to not be ignored (-i0) and no "
376 "unwinding to happen on error (-u0).">;
380 def expression_options_apply_fixits : Option<"apply-fixits", "X">,
381 Groups<[1,2]>, Arg<"Boolean">, Desc<"If true, simple fix-it hints will be "
384 Option<"description-verbosity", "v">, Group<1>,
388 def expression_options_top_level : Option<"top-level", "p">, Groups<[1,2]>,
391 "top-level entities without a $ prefix.">;
392 def expression_options_allow_jit : Option<"allow-jit", "j">, Groups<[1,2]>,
396 def persistent_result : Option<"persistent-result", "\\x01">, Groups<[1,2]>,
399 "Expression results will be labeled with $-prefixed variables, e.g. $0, "
409 Desc<"An optional offset. Requires --register.">;
425 "Can be specified more than once except if -x|--regex is provided.">;
426 def frame_recognizer_python_class : Option<"python-class", "l">, Group<2>,
431 def frame_recognizer_first_instruction_only : Option<"first-instruction-only", "f">, Arg<"Boolean">,
443 def history_start_index : Option<"start-index", "s">, Group<1>,
446 def history_end_index : Option<"end-index", "e">, Group<1>,
456 def log_handler : Option<"log-handler", "h">, Group<1>,
466 def log_pid_tid : Option<"pid-tid", "p">, Group<1>,
469 def log_thread_name : Option<"thread-name", "n">, Group<1>,
477 def log_file_function : Option<"file-function", "F">, Group<1>,
487 def memory_read_num_per_line : Option<"num-per-line", "l">, Group<1>,
501 Desc<"Necessary if reading over target.max-memory-read-size bytes.">;
512 def memory_find_dump_offset : Option<"dump-offset", "o">, Arg<"Offset">,
531 def memory_write_end_addr : Option<"end-addr", "e">, Group<1>,
533 "Set tags for start address to end-addr, repeating tags as needed"
549 def source_stop_on_error : Option<"stop-on-error", "e">, Arg<"Boolean">,
551 def source_stop_on_continue : Option<"stop-on-continue", "c">, Arg<"Boolean">,
553 def source_silent_run : Option<"silent-run", "s">, Arg<"Boolean">,
555 def cmd_relative_to_command_file : Option<"relative-to-command-file", "C">,
556 Desc<"Resolve non-absolute paths relative to the location of the "
564 def alias_long_help : Option<"long-help", "H">, Arg<"HelpText">,
576 def permissions_permissions_value : Option<"permissions-value", "v">,
579 def permissions_permissions_string : Option<"permissions-string", "s">,
581 Desc<"Give out the string value for permissions (e.g. rwxr-xr--).">;
582 def permissions_user_read : Option<"user-read", "r">,
584 def permissions_user_write : Option<"user-write", "w">,
586 def permissions_user_exec : Option<"user-exec", "x">,
588 def permissions_group_read : Option<"group-read", "R">,
590 def permissions_group_write : Option<"group-write", "W">,
592 def permissions_group_exec : Option<"group-exec", "X">,
594 def permissions_world_read : Option<"world-read", "d">,
596 def permissions_world_write : Option<"world-write", "t">,
598 def permissions_world_exec : Option<"world-exec", "e">,
622 def platform_process_list_ends_with : Option<"ends-with", "e">, Group<3>,
625 def platform_process_list_starts_with : Option<"starts-with", "s">, Group<4>,
652 def platform_process_list_show_args : Option<"show-args", "A">,
655 def platform_process_list_all_users: Option<"all-users", "x">,
670 Desc<"Wait for the process with <process-name> to launch.">;
683 def process_launch_stop_at_entry : Option<"stop-at-entry", "s">,
685 def process_launch_stop_at_user_entry : Option<"stop-at-user-entry", "m">,
689 def process_launch_disable_aslr : Option<"disable-aslr", "A">, Arg<"Boolean">,
693 def process_launch_working_dir : Option<"working-dir", "w">, Arg<"DirectoryName">,
699 "(--environment NAME=VALUE). Can be specified multiple times for subsequent "
711 def process_launch_no_stdio : Option<"no-stdio", "n">, Group<3>,
713 def process_launch_shell_expand_args : Option<"shell-expand-args", "X">, Group<4>,
726 def process_attach_include_existing : Option<"include-existing", "i">,
727 Group<2>, Desc<"Include existing processes when doing attach -w.">;
729 Desc<"Wait for the process with <process-name> to launch.">;
733 def process_continue_ignore_count : Option<"ignore-count", "i">, Group<1>,
736 def process_continue_run_to_bkpt : Option<"continue-to-bkpt", "b">, Group<2>,
743 def process_detach_keep_stopped : Option<"keep-stopped", "s">, Group<1>,
762 Desc<"Removes the signals listed from the Target signal handlers">;
772 Desc<"Show only the signals with behaviors modified in this target">;
786 def process_save_core_plugin_name : Option<"plugin-name", "p">,
792 def script_import_allow_reload : Option<"allow-reload", "r">, Group<1>,
796 def relative_to_command_file : Option<"relative-to-command-file", "c">,
797 Group<1>, Desc<"Resolve non-absolute paths relative to the location of the "
819 def script_add_completion_type : Option<"completion-type", "C">,
821 Desc<"Specify which completion type the command should use - if none is "
822 "specified, the command won't use auto-completion.">;
832 def container_add_long_help : Option<"long-help", "H">, Arg<"HelpText">,
854 def source_info_end_line : Option<"end-line", "e">, Group<1>, Arg<"LineNum">,
870 def source_list_show_breakpoints : Option<"show-breakpoints", "b">,
885 def source_list_file_colon_line : Option<"joint-specifier", "y">, Group<5>,
892 def dependents_no_dependents : Option<"no-dependents", "d">, Group<1>,
932 def target_modules_list_symfile_unique : Option<"symfile-unique", "S">,
935 def target_modules_list_mod_time : Option<"mod-time", "m">, Group<1>,
938 def target_modules_list_ref_count : Option<"ref-count", "r">, Group<1>,
964 // FIXME: re-enable regex for types when the LookupTypeInModule actually uses
976 "conjunction with --file).">;
977 def target_modules_lookup_no_inlines : Option<"no-inlines", "i">,
979 Desc<"Ignore inline entries (must be used in conjunction with --file or "
980 "--function).">;
990 def target_modules_lookup_variables_ranges : Option<"show-variable-ranges",
992 "used in conjunction with --verbose">;
1000 def target_stop_hook_add_one_liner : Option<"one-liner", "o">, GroupRange<1,3>,
1005 Desc<"Set the module within which the stop-hook is to be run.">;
1006 def target_stop_hook_add_thread_index : Option<"thread-index", "x">,
1009 def target_stop_hook_add_thread_id : Option<"thread-id", "t">,
1012 def target_stop_hook_add_thread_name : Option<"thread-name", "T">,
1015 def target_stop_hook_add_queue_name : Option<"queue-name", "q">,
1019 Arg<"Filename">, Desc<"Specify the source file within which the stop-hook "
1021 def target_stop_hook_add_start_line : Option<"start-line", "l">, Groups<[1,4]>,
1023 "stop-hook is to be run.">;
1024 def target_stop_hook_add_end_line : Option<"end-line", "e">, Groups<[1,4]>,
1025 Arg<"LineNum">, Desc<"Set the end of the line range for which the stop-hook"
1029 Desc<"Specify the class within which the stop-hook is to be run.">;
1033 def target_stop_hook_add_auto_continue : Option<"auto-continue", "G">,
1034 Arg<"Boolean">, Desc<"The breakpoint will auto-continue after running its"
1049 Option<"step-in-avoids-no-debug", "a">, Group<1>, Arg<"Boolean">,
1053 Option<"step-out-avoids-no-debug", "A">, Group<1>, Arg<"Boolean">,
1057 Desc<"How many times to perform the stepping operation - currently only "
1058 "supported for step-inst and next-inst.">;
1059 def thread_step_scope_end_linenumber : Option<"end-linenumber", "e">,
1060 Group<1>, Arg<"LineNum">, Desc<"The line at which to stop stepping - "
1061 "defaults to the next line and only supported for step-in and step-over."
1063 " block. This is particularly use in conjunction with --step-target to"
1065 def thread_step_scope_run_mode : Option<"run-mode", "m">, Group<1>,
1068 def thread_step_scope_step_over_regexp : Option<"step-over-regexp", "r">,
1071 def thread_step_scope_step_in_target : Option<"step-in-target", "t">,
1078 Desc<"Frame index for until operation - defaults to 0">;
1081 def thread_until_run_mode : Option<"run-mode", "m">, Group<1>,
1086 "or leave the function - can be specified multiple times.">;
1092 def thread_info_stop_info : Option<"stop-info", "s">, Desc<"Display the "
1097 def thread_return_from_expression : Option<"from-expression", "x">,
1119 def thread_plan_list_thread_id : Option<"thread-id", "t">, Group<1>,
1127 def thread_select_thread_id : Option<"thread-id", "t">, Group<2>,
1139 def thread_trace_dump_function_calls_pretty_json: Option<"pretty-json", "J">,
1154 "instruction, or the oldest if --forwards is provided.">;
1175 def thread_trace_dump_instructions_pretty_print: Option<"pretty-json", "J">,
1191 def thread_trace_dump_instruction_only_events : Option<"only-events", "E">,
1199 "invocation. The --skip argument is discarded and the other arguments are "
1215 def type_summary_add_no_value : Option<"no-value", "v">,
1217 def type_summary_add_skip_pointers : Option<"skip-pointers", "p">,
1218 Desc<"Don't use this format for pointers-to-type objects.">;
1219 def type_summary_add_skip_references : Option<"skip-references", "r">,
1220 Desc<"Don't use this format for references-to-type objects.">;
1224 Option<"recognizer-function", "\\x01">,
1227 "Cannot be specified at the same time as --regex (-x).">;
1228 def type_summary_add_inline_children : Option<"inline-children", "c">,
1231 def type_summary_add_omit_names : Option<"omit-names", "O">, Group<1>,
1233 def type_summary_add_summary_string : Option<"summary-string", "s">, Group<2>,
1236 def type_summary_add_python_script : Option<"python-script", "o">, Group<3>,
1238 Desc<"Give a one-liner Python script as part of the command.">;
1239 def type_summary_add_python_function : Option<"python-function", "F">,
1242 def type_summary_add_input_python : Option<"input-python", "P">, Group<3>,
1246 def type_summary_add_hide_empty : Option<"hide-empty", "h">, Groups<[2,3]>,
1255 def type_synth_add_skip_pointers : Option<"skip-pointers", "p">,
1256 Desc<"Don't use this format for pointers-to-type objects.">;
1257 def type_synth_add_skip_references : Option<"skip-references", "r">,
1258 Desc<"Don't use this format for references-to-type objects.">;
1261 def type_synth_add_python_class : Option<"python-class", "l">, Group<2>,
1264 def type_synth_add_input_python : Option<"input-python", "P">, Group<3>,
1270 Option<"recognizer-function", "\\x01">,
1273 "Cannot be specified at the same time as --regex (-x).">;
1281 def type_format_add_skip_pointers : Option<"skip-pointers", "p">,
1282 Desc<"Don't use this format for pointers-to-type objects.">;
1283 def type_format_add_skip_references : Option<"skip-references", "r">,
1284 Desc<"Don't use this format for references-to-type objects.">;
1306 def type_formatter_list_category_regex : Option<"category-regex", "w">,
1332 def type_filter_add_skip_pointers : Option<"skip-pointers", "p">,
1333 Desc<"Don't use this format for pointers-to-type objects.">;
1334 def type_filter_add_skip_references : Option<"skip-references", "r">,
1335 Desc<"Don't use this format for references-to-type objects.">;
1345 def type_lookup_show_help : Option<"show-help", "h">,
1361 def watchpoint_ignore_ignore_count : Option<"ignore-count", "i">,
1373 def watchpoint_command_add_one_liner : Option<"one-liner", "o">, Group<1>,
1374 Arg<"OneLiner">, Desc<"Specify a one-line watchpoint command inline. Be "
1376 def watchpoint_command_add_stop_on_error : Option<"stop-on-error", "e">,
1379 def watchpoint_command_add_script_type : Option<"script-type", "s">,
1381 " commands - if none is specified, the lldb command interpreter will be "
1383 def watchpoint_command_add_python_function : Option<"python-function", "F">,
1396 Desc<"Show verbose trace load logging for debugging the plug-in "
1404 "processes. Each trace plug-in implements this in a different "
1415 Desc<"Show verbose trace schema logging for debugging the plug-in.">;
1419 def statistics_dump_all: Option<"all-targets", "a">, Group<1>,
1422 Desc<"Dump only high-level summary statistics. "
1424 def statistics_dump_force: Option<"load-all-debug-info", "f">, Group<1>,
1433 "In default mode, if both '--targets' and '--modules' are 'true', a list "
1439 "Defaults to true, unless the '--summary' mode is enabled, in which case "
1441 "In default mode, if both '--targets' and '--modules' are 'true', a list "
1445 Desc<"If the setting interpreter.save-transcript is enabled and this "
1448 "Defaults to true, unless the '--summary' mode is enabled, in which case "