📄 help.exp
字号:
"Generic command for setting command history parameters\.\[\r\n\]+"}# test help set languagegdb_test "help set language" "Set the current source language\." "help set language"# test help set listsizegdb_test "help set listsize" "Set number of source lines gdb will list by default\." "help set listsize"# test help set print "p" abbreviation# FIXME -- Ultrix hangs randomly on this very long output from gdb and# continues with its output only if something is sent to gdb.# Also, if the system is slow, it may time out because the output is large.test_prefix_command_help {"set p" "set print"} { "Generic command for setting how things print\.\[\r\n\]+"} "help set print \"p\" abbreviation"# test help set print "pr" abbreviationtest_prefix_command_help {"set pr" "set print"} { "Generic command for setting how things print\.\[\r\n\]+"} "help set print \"pr\" abbreviation"# test help set printtest_prefix_command_help {"set print"} { "Generic command for setting how things print\.\[\r\n\]+"}# test help set print addressgdb_test "help set print address" "Set printing of addresses\." "help set print address"# test help set print arraygdb_test "help set print array" "Set prettyprinting of arrays\." "help set print array"# test help set print asm-demanglegdb_test "help set print asm-demangle" "Set demangling of C\[+\]+/ObjC names in disassembly listings\." "help set print asm-demangle"# test help set print demanglegdb_test "help set print demangle" "Set demangling of encoded C\[+\]+/ObjC names when displaying symbols\." "help set print demangle"# test help set print elementsgdb_test "help set print elements" "Set limit on string chars or array elements to print\.\[\r\n\]+\"set print elements 0\" causes there to be no limit\." "help set print elements"# test help set print objectgdb_test "help set print object" "Set printing of object's derived type based on vtable info\." "help set print object"# test help set print prettygdb_test "help set print pretty" "Set prettyprinting of structures\." "help set print pretty"# test help set print sevenbit-stringsgdb_test "help set print sevenbit-strings" "Set printing of 8-bit characters in strings as \\\\nnn\." "help set print sevenbit-strings"# test help set print uniongdb_test "help set print union" "Set printing of unions interior to structures\." "help set print union"# test help set print vtblgdb_test "help set print vtbl" "Set printing of C\[+\]+ virtual function tables\." "help set print vtbl"# test help set promptgdb_test "help set prompt" "Set gdb's prompt" "help set prompt"# test help set radixgdb_test "help set radix" "Set default input and output number radices\.\[\r\n\]+Use \'set input-radix\' or \'set output-radix\' to independently set each\.\[\r\n\]+Without an argument, sets both radices back to the default value of 10\." "help set radix"# test help set symbol-reloadinggdb_test "help set symbol-reloading" "Set dynamic symbol table reloading multiple times in one run\." "help set symbol-reloading"# test help set variablegdb_test "help set variable" "Evaluate expression EXP and assign result to variable VAR, using assignment\[\r\n\]+syntax appropriate for the current language \\(VAR = EXP or VAR := EXP for\[\r\n\]+example\\)\. VAR may be a debugger \"convenience\" variable \\(names starting\[\r\n\]+with \\\$\\), a register \\(a few standard names starting with \\\$\\), or an actual\[\r\n\]+variable in the program being debugged\. EXP is any valid expression\.\[\r\n\]+This may usually be abbreviated to simply \"set\"\." "help set variable"# test help set verbosegdb_test "help set verbose" "Set verbosity\." "help set verbose"#test help set widthgdb_test "help set width" "Set number of characters gdb thinks are in a line\." "help set width"# test help set write# This is only supported on targets which use exec.o.gdb_test "help set write" "Set writing into executable and core files\." "help set write"# test help set# FIXME -- Ultrix hangs randomly on this very long output from gdb and# continues with its output only if something is sent to gdb.# Also, if the system is slow, it may time out because the output is large.test_prefix_command_help "set" { "Evaluate expression EXP and assign result to variable VAR, using assignment\[\r\n\]+" "syntax appropriate for the current language \\(VAR = EXP or VAR := EXP for\[\r\n\]+" "example\\)\. VAR may be a debugger \"convenience\" variable \\(names starting\[\r\n\]+" "with \\\$\\), a register \\(a few standard names starting with \\\$\\), or an actual\[\r\n\]+" "variable in the program being debugged\. EXP is any valid expression.*\[\r\n\]+" "Use \"set variable\" for variables with names identical to set subcommands\.\[\r\n\]+" "With a subcommand, this command modifies parts of the gdb environment\.\[\r\n\]+" "You can see these environment settings with the \"show\" command\.\[\r\n\]+"}# test help shellgdb_test "help shell" "Execute the rest of the line as a shell command\.\[\r\n\]+With no arguments, run an inferior shell\." "help shell"#test help show annotategdb_test "help show annotate" "Show annotation_level\.\[\r\n\]+0 == normal; 1 == fullname \\(for use when running under emacs\\)\[\r\n\]+2 == output annotated suitably for use by programs that control GDB\." "help show annotate"# test help show argsgdb_test "help show args" "Show argument list to give program being debugged when it is started\.\[\r\n\]+Follow this command with any number of args, to be passed to the program\."# test help show check "c" abbreviationtest_prefix_command_help {"show c" "show check"} { "Show the status of the type/range checker\.\[\r\n\]+"} "help show check \"c\" abbreviation"# test help show checktest_prefix_command_help {"show check"} { "Show the status of the type/range checker\.\[\r\n\]+"}# test help show check rangegdb_test "help show check range" "Show range checking\. \\(on/warn/off/auto\\)" "help show check range"# test help show check typegdb_test "help show check type" "Show type checking\. \\(on/warn/off/auto\\)" "help show check type"# test help show commandsgdb_test "help show commands" "Show the history of commands you typed\.\[\r\n\]+You can supply a command number to start with, or a `\[+\]' to start after\[\r\n\]+the previous command number shown\." "help show commands"# test help show complaintsgdb_test "help show complaints" "Show max number of complaints about incorrect symbols\." "help show complaints"# test help show confirmgdb_test "help show confirm" "Show whether to confirm potentially dangerous operations\." "help show confirm"# test help show conveniencegdb_test "help show convenience" "Debugger convenience \\(\"\\\$foo\"\\) variables\.\[\r\n\]+These variables are created when you assign them values;\[\r\n\]+thus, \"print \\\$foo=1\" gives \"\\\$foo\" the value 1\. Values may be any type\.\[\r\n\]+A few convenience variables are given values automatically:\[\r\n\]+\"\\\$_\"holds the last address examined with \"x\" or \"info lines\",\[\r\n\]+\"\\\$__\" holds the contents of the last address examined with \"x\"\." "help show convenience"# test help show directoriesgdb_test "help show directories" "Current search path for finding source files\.\[\r\n\]+\\\$cwd in the path means the current working directory\.\[\r\n\]+\\\$cdir in the path means the compilation directory of the source file\." "help show directories"# test help show editinggdb_test "help show editing" "Show editing of command lines as they are typed\.\[\r\n\]+Use \"on\" to enable the editing, and \"off\" to disable it\.\[\r\n\]+Without an argument, command line editing is enabled\. To edit, use\[\r\n\]+EMACS-like or VI-like commands like control-P or ESC\." "help show editing"# test help show environmentgdb_test "help show environment" "The environment to give the program, or one variable's value\.\[\r\n\]+With an argument VAR, prints the value of environment variable VAR to\[\r\n\]+give the program being debugged\. With no arguments, prints the entire\[\r\n\]+environment to be given to the program\." "help show environment"# test help show heightgdb_test "help show height" "Show number of lines gdb thinks are in a page\." "help show height"# test help show history expansiongdb_test "help show history expansion" "Show history expansion on command input\.\[\r\n\]+Without an argument, history expansion is enabled\." "help show history expansion"# test help show history filenamegdb_test "help show history filename" "Show the filename in which to record the command history\[\r\n\]+\\(the list of previous commands of which a record is kept\\)\." "help show history filename"# test help show history savegdb_test "help show history save" "Show saving of the history record on exit\.\[\r\n\]+Use \"on\" to enable the saving, and \"off\" to disable it\.\[\r\n\]+Without an argument, saving is enabled\." "help show history save"# test help show history sizegdb_test "help show history size" "Show the size of the command history,\[\r\n\]+ie\. the number of previous commands to keep a record of\." "help show history size"# test help show historytest_prefix_command_help {"show history"} { "Generic command for showing command history parameters\.\[\r\n\]+"}# test help show languagegdb_test "help show language" "Show the current source language\." "help show language"# test help show listsizegdb_test "help show listsize" "Show number of source lines gdb will list by default\." "help show listsize"# test help show print "p" abbreviationtest_prefix_command_help {"show p" "show print"} { "Generic command for showing print settings\.\[\r\n\]+"} "help show print \"p\" abbreviation"# test help show print "pr" abbreviationtest_prefix_command_help {"show pr" "show print"} { "Generic command for showing print settings\.\[\r\n\]+"} "help show print \"pr\" abbreviation"# test help show printtest_prefix_command_help {"show print"} { "Generic command for showing print settings\.\[\r\n\]+"} "help show print \"p\" abbreviation"# test help show pathsgdb_test "help show paths" "Current search path for finding object files\.\[\r\n\]+\\\$cwd in the path means the current working directory\.\[\r\n\]+This path is equivalent to the \\\$PATH shell variable\. It is a list of\[\r\n\]+directories, separated by colons\. These directories are searched to find\[\r\n\]+fully linked executable files and separately compiled object files as needed\." "help show paths"# test help show print addressgdb_test "help show print address" "Show printing of addresses\." "help show print address"# test help show print arraygdb_test "help show print array" "Show prettyprinting of arrays\." "help show print array"# test help show print asm-demangle
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -