mirror of
https://github.com/go-delve/delve.git
synced 2025-10-30 02:07:58 +08:00
Documentation: fix documentation of examinemem (#3087)
The 'addr' option was removed during review and doesn't exist. Fixes #3086
This commit is contained in:
committed by
GitHub
parent
ae55d84279
commit
d17c5e155a
@ -318,7 +318,7 @@ Examine memory:
|
||||
examinemem [-fmt <format>] [-count|-len <count>] [-size <size>] <address>
|
||||
examinemem [-fmt <format>] [-count|-len <count>] [-size <size>] -x <expression>
|
||||
|
||||
Format represents the data format and the value is one of this list (default hex): bin(binary), oct(octal), dec(decimal), hex(hexadecimal), addr(address).
|
||||
Format represents the data format and the value is one of this list (default hex): bin(binary), oct(octal), dec(decimal), hex(hexadecimal).
|
||||
Length is the number of bytes (default 1) and must be less than or equal to 1000.
|
||||
Address is the memory location of the target to examine. Please note '-len' is deprecated by '-count and -size'.
|
||||
Expression can be an integer expression or pointer value of the memory location to examine.
|
||||
|
||||
@ -524,7 +524,7 @@ Examine memory:
|
||||
examinemem [-fmt <format>] [-count|-len <count>] [-size <size>] <address>
|
||||
examinemem [-fmt <format>] [-count|-len <count>] [-size <size>] -x <expression>
|
||||
|
||||
Format represents the data format and the value is one of this list (default hex): bin(binary), oct(octal), dec(decimal), hex(hexadecimal), addr(address).
|
||||
Format represents the data format and the value is one of this list (default hex): bin(binary), oct(octal), dec(decimal), hex(hexadecimal).
|
||||
Length is the number of bytes (default 1) and must be less than or equal to 1000.
|
||||
Address is the memory location of the target to examine. Please note '-len' is deprecated by '-count and -size'.
|
||||
Expression can be an integer expression or pointer value of the memory location to examine.
|
||||
|
||||
Reference in New Issue
Block a user