Lines Matching refs:command
60 Running QEMU via :command:`ninja`
71 directory. You may monitor this file during the run with :command:`tail -f
74 Running QEMU via :command:`west`
84 :command:`west`.
86 Configuring the :command:`gdbserver` listening device
100 Connect to the server by running :command:`gdb` and giving these commands:
116 including the directory from which you invoked :command:`gdb`. This example
128 option when invoking :command:`gdb` or give the ``tui enable`` command within
129 :command:`gdb`.
137 Finally, the command below connects to the GDB server using the :abbr:`DDD
138 (Data Display Debugger)`, a graphical frontend for GDB. The following command
146 Both commands execute :command:`gdb`. The command name might
150 :command:`ddd` may not be installed in your
152 it. For example, use :command:`sudo apt-get install ddd` on an Ubuntu system.
159 when running the application directly within :command:`gdb`.
163 :command:`gdb` will not print the system console output as the application runs,
165 :command:`continue` after connecting the client, the application will run,