--- doc/gdb.texinfo | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- a/doc/gdb.texinfo +++ b/doc/gdb.texinfo @@ -6177,10 +6177,11 @@ Variables}). @cindex machine instructions @cindex listing machine instructions @item disassemble -@itemx disassemble /m +@itemx disassemble /mc This specialized command dumps a range of memory as machine instructions. It can also print mixed source+disassembly by specifying -the @code{/m} modifier. +the @code{/m} modifier and print binary code by specifying +the @code{/c}. The default memory range is the function surrounding the program counter of the selected frame. A single argument to this command is a program counter value; @value{GDBN} dumps the function