Commit 94d45e4480250baa7a233377eb9ab47154e0873e

Authored by edgar_igl
1 parent 2f3a1b07

Correct a formatting issue (Carlo Marcelo Arenas Belon).

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4417 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 2 additions and 2 deletions
qemu-doc.texi
... ... @@ -1951,7 +1951,7 @@ Use @code{set architecture i8086} to dump 16 bit code. Then use
1951 1951 Advanced debugging options:
1952 1952  
1953 1953 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:
1954   -@enumerate @code
  1954 +@table @code
1955 1955 @item maintenance packet qqemu.sstepbits
1956 1956  
1957 1957 This will display the MASK bits used to control the single stepping IE:
... ... @@ -1976,7 +1976,7 @@ This will change the single step mask, so if wanted to enable IRQs on the single
1976 1976 sending: "qemu.sstep=0x5"
1977 1977 received: "OK"
1978 1978 @end example
1979   -@end enumerate
  1979 +@end table
1980 1980  
1981 1981 @node pcsys_os_specific
1982 1982 @section Target OS specific information
... ...