[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /os/Linux/distr/salix/sbo/15.0/development/gdb-dashboard/
 
Current bandwidth utilization 2203.36 Mbit/s
Bandwidth utilization bar
Contents of README:
GDB dashboard is a standalone .gdbinit file written using the Python API
that enables a modular interface showing relevant information about the
program being debugged. Its main goal is to reduce the number of GDB
commands needed to inspect the status of current program thus allowing
the developer to primarily focus on the control flow.

There are a few ways to enable the dashboard:

* Add the following line to the end of ~/.gdbinit:

  source /etc/gdbinit.d/dashboard

* Enable in the GDB command using the -x flag:

  gdb -q -x /etc/gdbinit.d/dashboard ...

or if using cgdb too:

  cgdb -- -q -x /etc/gdbinit.d/dashboard ...

You may find that using cgdb and dashboard together works best with a
vertical split.

  Press:

  <Esc>     to enter cgdb CLI.
  <Ctrl-W>  to toggle split orientation.
  i         to return to GDB insert mode.

Or add to ~/.cgdb/cdgbrc:

  set wso=vertical

Icon  Name                                        Last modified      Size  
[DIR] Parent Directory - [TXT] README 13-May-2023 14:33 891 [   ] doinst.sh 13-May-2023 14:33 383 [TXT] gdb-dashboard.SlackBuild 13-May-2023 14:33 1.2K [   ] gdb-dashboard.info 13-May-2023 14:33 335 [TXT] slack-desc 13-May-2023 14:33 1.1K

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!