From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JuutB-0007kH-KU for qemu-devel@nongnu.org; Sat, 10 May 2008 15:37:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JuutB-0007k0-1B for qemu-devel@nongnu.org; Sat, 10 May 2008 15:37:49 -0400 Received: from [199.232.76.173] (port=41019 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JuutA-0007jx-SM for qemu-devel@nongnu.org; Sat, 10 May 2008 15:37:48 -0400 Received: from savannah.gnu.org ([199.232.41.3]:45976 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JuutA-0003HI-Io for qemu-devel@nongnu.org; Sat, 10 May 2008 15:37:48 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1Juut8-00040t-PP for qemu-devel@nongnu.org; Sat, 10 May 2008 19:37:47 +0000 Received: from edgar_igl by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1Juut7-00040k-Sy for qemu-devel@nongnu.org; Sat, 10 May 2008 19:37:46 +0000 MIME-Version: 1.0 Errors-To: edgar_igl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: "Edgar E. Iglesias" Message-Id: Date: Sat, 10 May 2008 19:37:45 +0000 Subject: [Qemu-devel] [4417] Correct a formatting issue (Carlo Marcelo Arenas Belon). Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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