Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:guide-developer:gdb [2018/08/16 11:06] – code formatting instead of tables karlpdocs:guide-developer:gdb [2023/03/09 10:15] (current) – [GNU Debugger] update GDB documnetation link tatami
Line 1: Line 1:
 ====== GNU Debugger ====== ====== GNU Debugger ======
-  * **''Note:''** This guide is by no means a Howto, just some short instructions to use GDB on OpenWrt.\\ Please look upstream for multilingual instructions and manuals, like e.g. here: [[http://sourceware.org/gdb/current/onlinedocs/gdb/]]+  * **''Note:''** This guide is by no means a Howto, just some short instructions to use GDB on OpenWrt.\\ Please look upstream for multilingual instructions and manuals, like e.g. here: [[https://sourceware.org/gdb/documentation/]]
  
  
 ===== Compiling Tools ===== ===== Compiling Tools =====
-in [[docs:guide-developer:build-system:use-buildsystem#image_configuration|menuconfig]] enable gdb+in [[docs:guide-developer:toolchain:use-buildsystem#image_configuration|menuconfig]] enable gdb
  
   Advanced configuration options (for developers) -> Toolchain Options ->  Build gdb   Advanced configuration options (for developers) -> Toolchain Options ->  Build gdb
Line 18: Line 18:
 Alternatively recompile the package with ''CONFIG_DEBUG'' set Alternatively recompile the package with ''CONFIG_DEBUG'' set
   make package/busybox/{clean,compile} V=s CONFIG_DEBUG=y   make package/busybox/{clean,compile} V=s CONFIG_DEBUG=y
-Or you can enable debug info in [[docs:guide-developer:build-system:use-buildsystem#image_configuration|menuconfig]]+Or you can enable debug info in [[docs:guide-developer:toolchain:use-buildsystem#image_configuration|menuconfig]]
   Global build settings > Compile packages with debugging info   Global build settings > Compile packages with debugging info
  
  • Last modified: 2018/08/16 11:06
  • by karlp