* [Qemu-devel] [4417] Correct a formatting issue (Carlo Marcelo Arenas Belon).
@ 2008-05-10 19:37 Edgar E. Iglesias
0 siblings, 0 replies; only message in thread
From: Edgar E. Iglesias @ 2008-05-10 19:37 UTC (permalink / raw)
To: qemu-devel
Revision: 4417
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4417
Author: edgar_igl
Date: 2008-05-10 19:37:44 +0000 (Sat, 10 May 2008)
Log Message:
-----------
Correct a formatting issue (Carlo Marcelo Arenas Belon).
Modified Paths:
--------------
trunk/qemu-doc.texi
Modified: trunk/qemu-doc.texi
===================================================================
--- trunk/qemu-doc.texi 2008-05-10 19:20:33 UTC (rev 4416)
+++ trunk/qemu-doc.texi 2008-05-10 19:37:44 UTC (rev 4417)
@@ -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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-10 19:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-10 19:37 [Qemu-devel] [4417] Correct a formatting issue (Carlo Marcelo Arenas Belon) Edgar E. Iglesias
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).