This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Add a new modifier /c to "disassemble" command to make it output binary code


> Date: Sat, 11 Jul 2009 20:09:25 +0800
> From: Hui Zhu <teawater@gmail.com>
> Cc: tromey@redhat.com, msnyder@vmware.com, dje@google.com, 
> 	mark.kettenis@xs4all.nl, gdb-patches@sourceware.org
> 
>  *** Changes since GDB 6.8
> 
> +* "disassemble" command with a /r modifier, print the raw instruction
> +in hex as well as in symbolic form."

"instructions", in plural.

> +   A /r modifier will include raw instruction in hex with the assembly.  *=

"instruction", in plural.

> +With a /r modifier, raw instruction in hex are included.\n\

Same here.

> +the @code{/m} modifier and print the raw instruction in hex as well as
> +in symbolic form by specifying the @code{/r}.

And here.

Okay with those corrections.

Thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]