⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 help.exp

📁 这个是LINUX下的GDB调度工具的源码
💻 EXP
📖 第 1 页 / 共 5 页
字号:
# test help ignoregdb_test "help ignore" "Set ignore-count of breakpoint number N to COUNT\.\[\r\n\]+Usage is `ignore N COUNT'\." "help ignore"# test help info addressgdb_test "help info address" "Describe where symbol SYM is stored\." "help info address"# test help info all-registersgdb_test "help info all-registers" "List of all registers and their contents, for selected stack frame\.\[\r\n\]+Register name as argument means describe only that register\." "help info all-registers"# test help info argsgdb_test "help info args" "Argument variables of current stack frame\." "help info args"# test help info breakpointsgdb_test "help info breakpoints" "Status of user-settable breakpoints, or breakpoint number NUMBER\..*\[\r\n\]+breakpoint set\." "help info breakpoints"# test help info catchgdb_test "help info catch" "Exceptions that can be caught in the current stack frame\." "help info catch"# test help info copyinggdb_test "help info copying" "Conditions for redistributing copies of GDB\." "help info copying"# test help info displaygdb_test "help info display" "Expressions to display when program stops, with code numbers\." "help info display"# test help info frame "f" abbreviationgdb_test "help info f" "All about selected stack frame, or frame at ADDR\." "help info frame \"f\" abbreviation"# test help info framegdb_test "help info frame" "All about selected stack frame, or frame at ADDR\." "help info frame"# test help info filesgdb_test "help info files" "Names of targets and files being debugged\.\[\r\n\]+Shows the entire stack of targets currently in use \\(including the exec-file,\[\r\n\]+core-file, and process, if any\\), as well as the symbol file name\." "help info files"# test help info floatgdb_test "help info float" "Print the status of the floating point unit" "help info float"# test help info functionsgdb_test "help info functions" "All function names, or those matching REGEXP\." "help info functions"# test help info linegdb_test "help info line" "Core addresses of the code for a source line\.\[\r\n\]+Line can be specified as\[\r\n\]+  LINENUM, to list around that line in current file,\[\r\n\]+  FILE:LINENUM, to list around that line in that file,\[\r\n\]+  FUNCTION, to list around beginning of that function,\[\r\n\]+  FILE:FUNCTION, to distinguish among like-named static functions\.\[\r\n\]+Default is to describe the last source line that was listed\.\[\r\n\]+This sets the default address for \"x\" to the line's first instruction\[\r\n\]+so that \"x/i\" suffices to start examining the machine code\.\[\r\n\]+The address is also stored as the value of \"\\\$_\"\." "help info line"# test help info localsgdb_test "help info locals" "Local variables of current stack frame\." "help info locals"# test help info programgdb_test "help info program" "Execution status of the program\." "help info program"# test help info registersgdb_test "help info registers" "List of integer registers and their contents, for selected stack frame\.\[\r\n\]+Register name as argument means describe only that register\." "help info registers"# test help info stack "s" abbreviationgdb_test "help info s" "Backtrace of the stack, or innermost COUNT frames\." "help info stack \"s\" abbreviation"# test help info stackgdb_test "help info stack" "Backtrace of the stack, or innermost COUNT frames\." "help info stack"# test help info setgdb_test "help info set" "Show all GDB settings\." "help info set"# test help info signalsgdb_test "help info signals" "What debugger does when program gets various signals.*" "help info signals"# test help info sourcegdb_test "help info source" "Information about the current source file\." "help info source"# test help info sourcesgdb_test "help info sources" "Source files in the program\." "help info sources"# test help info symbolgdb_test "help info symbol" "Describe what symbol is at location ADDR.*"# test help info targetgdb_test "help info target" "Names of targets and files being debugged\.\[\r\n\]+Shows the entire stack of targets currently in use \\(including the exec-file,\[\r\n\]+core-file, and process, if any\\), as well as the symbol file name\." "help info target"# test help info terminalgdb_test "help info terminal" "Print inferior's saved terminal status\." "help info terminal"# test help info typesgdb_test "help info types" "All type names, or those matching REGEXP\." "help info types"# test help info variablesgdb_test "help info variables" "All global and static variable names, or those matching REGEXP\." "help info variables"# test help info warrantygdb_test "help info warranty" "Various kinds of warranty you do not have\." "help info warranty"# test help info watchpointsgdb_test "help info watchpoints" "Synonym for ``info breakpoints''\." "help info watchpoints"# test help inspectgdb_test "help inspect" "Same as \"print\" command, except that if you are running in the epoch\[\r\n\]+environment, the value is printed in its own window\." "help inspect"# test help jumpgdb_test "help jump" "Continue program being debugged at specified line or address\.\[\r\n\]+Give as argument either LINENUM or \[*\]+ADDR, where ADDR is an expression\[\r\n\]+for an address to start at\." "help jump"# test help killgdb_test "help kill" "Kill execution of program being debugged\." "help kill"# test help list "l" abbreviationgdb_test "help l" "List specified function or line\.\[\r\n\]+With no argument, lists ten more lines after or around previous listing\.\[\r\n\]+\"list -\" lists the ten lines before a previous ten-line listing\.\[\r\n\]+One argument specifies a line, and ten lines are listed around that line\.\[\r\n\]+Two arguments with comma between specify starting and ending lines to list\.\[\r\n\]+Lines can be specified in these ways:\[\r\n\]+  LINENUM, to list around that line in current file,\[\r\n\]+  FILE:LINENUM, to list around that line in that file,\[\r\n\]+  FUNCTION, to list around beginning of that function,\[\r\n\]+  FILE:FUNCTION, to distinguish among like-named static functions\.\[\r\n\]+  \[*\]ADDRESS, to list around the line containing that address\.\[\r\n\]+With two args if one is empty it stands for ten lines away from the other arg\." "help list \"l\" abbreviation"# test help listgdb_test "help list" "List specified function or line\.\[\r\n\]+With no argument, lists ten more lines after or around previous listing\.\[\r\n\]+\"list -\" lists the ten lines before a previous ten-line listing\.\[\r\n\]+One argument specifies a line, and ten lines are listed around that line\.\[\r\n\]+Two arguments with comma between specify starting and ending lines to list\.\[\r\n\]+Lines can be specified in these ways:\[\r\n\]+  LINENUM, to list around that line in current file,\[\r\n\]+  FILE:LINENUM, to list around that line in that file,\[\r\n\]+  FUNCTION, to list around beginning of that function,\[\r\n\]+  FILE:FUNCTION, to distinguish among like-named static functions\.\[\r\n\]+  \[*\]ADDRESS, to list around the line containing that address\.\[\r\n\]+With two args if one is empty it stands for ten lines away from the other arg\." "help list"# test help loadgdb_test "help load" "Dynamically load FILE into the running program, and record its symbols\[\r\n\]+for access from GDB\." "help load"# test help makegdb_test "help make" "Run the ``make'' program using the rest of the line as arguments\." "help make"# test help next "n" abbreviationgdb_test "help n" "Step program, proceeding through subroutine calls\.\[\r\n\]+Like the \"step\" command as long as subroutine calls do not happen;\[\r\n\]+when they do, the call is treated as one instruction\.\[\r\n\]+Argument N means do this N times \\(or till program stops for another reason\\)\." "help next \"n\" abbreviation"# test help nextgdb_test "help next" "Step program, proceeding through subroutine calls\.\[\r\n\]+Like the \"step\" command as long as subroutine calls do not happen;\[\r\n\]+when they do, the call is treated as one instruction\.\[\r\n\]+Argument N means do this N times \\(or till program stops for another reason\\)\." "help next"# test help nextigdb_test "help ni" "Step one instruction, but proceed through subroutine calls\.\[\r\n\]+Argument N means do this N times \\(or till program stops for another reason\\)\." "help nexti"# all the commands that used to be here are now in "maintainance" instead# test help obscuregdb_test "help obscure" "Obscure features\.\[\r\n\]+List of commands:.*\[\r\n\]+Type \"help\" followed by command name for full documentation\.\[\r\n\]+Command name abbreviations are allowed if unambiguous\." "help obscure"# test help outputgdb_test "help output" "Like \"print\" but don't put in value history and don't print newline\.\[\r\n\]+This is useful in user-defined commands\." "help output"# test help overlaygdb_test "help overlay"       "Commands for debugging overlays.*"gdb_test "help overlay off"   "Disable overlay debugging\."gdb_test "help overlay manual" "Enable overlay debugging\."gdb_test "help overlay auto"  "Enable automatic overlay debugging\."gdb_test "help overlay list"  "List mappings of overlay sections\."gdb_test "help overlay map"   "Assert that an overlay section is mapped\."gdb_test "help overlay unmap" "Assert that an overlay section is unmapped\."gdb_test "help overlay load"  "Read the overlay mapping state from the target\."# test help print "p" abbreviationgdb_test "help p" "Print value of expression EXP\.\[\r\n\]+Variables accessible are those of the lexical environment of the selected.*\[\r\n\]+EXP may be preceded with /FMT, where FMT is a format letter\[\r\n\]+but no count or size letter \\(see \"x\" command\\)\." "help print \"p\" abbreviation"# test help printgdb_test "help print" "Print value of expression EXP\.\[\r\n\]+Variables accessible are those of the lexical environment of the selected.*\[\r\n\]+EXP may be preceded with /FMT, where FMT is a format letter\[\r\n\]+but no count or size letter \\(see \"x\" command\\)\." "help print"# test help pathgdb_test "help path" "Add directory DIR\\(s\\) to beginning of search path for 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 path"# test help printcmdsgdb_test "help printcmds" "Undefined command: \"printcmds\"\.  Try \"help\"\." "help printcmds"# test help printfgdb_test "help printf" "printf \"printf format string\", arg1, arg2, arg3, \.\.\., argn\[\r\n\]+This is useful for formatted output in user-defined commands\." "help printf"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -