diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2009-08-28 15:27:27 -0300 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-09-04 09:37:33 -0500 |
commit | fb46660e98bfe239b374bcf336b96c95d16ea7e8 (patch) | |
tree | 343cf0066d0b282086b1725608430d90457b6507 /monitor.c | |
parent | 675ebef9e2801d4a61cbe1cbd54abe01a3b62122 (diff) |
monitor: Update supported types documentation
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'monitor.c')
-rw-r--r-- | monitor.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -61,7 +61,9 @@ * 'l' target long (32 or 64 bit) * '/' optional gdb-like print format (like "/10x") * - * '?' optional type (for 'F', 's' and 'i') + * '?' optional type (for all types, except '/') + * '.' other form of optional type (for 'i' and 'l') + * '-' optional parameter (eg. '-f') * */ |