From: Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] documentation: use table to document advanced GDB commands
Date: Sat, 10 May 2008 03:40:05 -0500 [thread overview]
Message-ID: <20080510084005.GA28397@tapir> (raw)
[-- Attachment #1: Type: text/plain, Size: 200 bytes --]
The attached patch corrects a formatting issue in qemu-doc.texi from r4391 and
shown by :
texi2html -monolithic -number qemu-doc.texi
** Unknown command `@code' (left as is) (l. 1954)
Carlo
---
[-- Attachment #2: qemu-doc-gdb.patch --]
[-- Type: text/plain, Size: 1241 bytes --]
Index: qemu-doc.texi
===================================================================
--- qemu-doc.texi (revision 4402)
+++ qemu-doc.texi (working copy)
@@ -1951,7 +1951,7 @@
Advanced debugging options:
The default single stepping behavior is step with the IRQs and timer service routines off. It is set this way because when gdb executes a single step it expects to advance beyond the current instruction. With the IRQs and and timer service routines on, a single step might jump into the one of the interrupt or exception vectors instead of executing the current instruction. This means you may hit the same breakpoint a number of times before executing the instruction gdb wants to have executed. Because there are rare circumstances where you want to single step into an interrupt vector the behavior can be controlled from GDB. There are three commands you can query and set the single step behavior:
-@enumerate @code
+@table @code
@item maintenance packet qqemu.sstepbits
This will display the MASK bits used to control the single stepping IE:
@@ -1976,7 +1976,7 @@
sending: "qemu.sstep=0x5"
received: "OK"
@end example
-@end enumerate
+@end table
@node pcsys_os_specific
@section Target OS specific information
reply other threads:[~2008-05-10 8:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080510084005.GA28397@tapir \
--to=carenas@sajinet.com.pe \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).