Lines Matching full:using
2 Using kgdb, kdb and the kernel debugger internals
33 Two machines are required for using kgdb. One of these machines is a
70 If the architecture that you are using supports the kernel option
74 supports it for the architecture you are using, you can use hardware
105 ``CONFIG_KGDB_SERIAL_CONSOLE`` interface if you plan on using kdb on a
128 using kdb and kgdb as well as providing some examples of the
141 console as your primary console as well as using it to perform kernel
173 depending on if you are using kdb and/or kgdb, in one of the following
175 optional configurations together. Using kms + only gdb is generally not
178 Using loadable module or built-in
194 first is for an x86 target using the first serial port. The second
195 example is for the ARM Versatile AB using the second serial port.
224 depending on if you are using kdb and/or kgdb, in one of the following
264 When using kgdboc with no debugger proxy, you can end up connecting the
282 to work using the boot console until it can transition to the regular
322 Kgdb supports using the gdb serial protocol to send console messages to
377 If the architecture that you are using enables KASLR by default,
390 Using kdb
398 1. Configure kgdboc at boot using kernel parameters::
404 Configure kgdboc after the kernel has booted; assuming you are using
411 manually; all involve using the `SysRq-G`, which means you must have
418 - Example using minicom 2.2
441 ``bt`` Get a backtrace of the current process using dump_stack()
446 4. When you are done using kdb you need to consider rebooting the system
447 or using the ``go`` command to resuming normal kernel execution. If you
451 consideration when using the kernel debugger.
453 Quick start for kdb using a keyboard connected console
458 1. Configure kgdboc at boot using kernel parameters::
470 manually; all involve using the `SysRq-G`, which means you must have
477 - Example using a laptop keyboard:
491 - Example using a PS/2 101-key keyboard
504 Using kgdb / gdb
527 Configure kgdboc at boot using kernel parameters::
541 using kgdbwait as a boot argument, via a `SysRq-G`, or running the
549 - Example using minicom 2.2
564 Example (using a directly connected port)::
647 It is possible to run a limited set of kdb commands from gdb, using the
650 debugger. You should be using gdb for breakpoints and run control
710 using the debugger
852 When using kgdboc with a UART, the UART driver must implement two
889 switch to a text context when you are using ``kgdboc=kms,kbd``, provided