Lines Matching full:use
13 In order to use gdb, launch QEMU with the ``-s`` and ``-S`` options.
17 TCP port to use or to use something other than TCP for the gdbstub
18 connection, use the ``-gdb dev`` option instead of ``-s``. See
35 Then you can use gdb normally. For example, type 'c' to launch the
40 Here are some useful tips in order to use gdb on system code:
42 1. Use ``info reg`` to display all the CPU registers.
44 2. Use ``x/10i $eip`` to display the code at the PC position.
46 3. Use ``set architecture i8086`` to dump 16 bit code. Then use
140 An alternate method for connecting gdb to the QEMU gdbstub is to use
146 instruct the gdbserver to use that device:
157 Note that to use a unix socket for the connection you will need
199 the single step, but not timers, you would use: