diff options
author | D Woodfall <dave@slackbuilds.org> | 2023-05-11 09:16:14 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-13 19:27:08 +0700 |
commit | 8e6c725d261078eeb76a362f42efef22425e498f (patch) | |
tree | a451b9cf79a65a4fef24b754c2ea21fddcc84ded /development/gdb-dashboard/slack-desc | |
parent | 7ba3f3721a4adee47751a3afb4b60234a3855f73 (diff) |
development/gdb-dashboard: Added (An advanced gdb python interface)
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gdb-dashboard/slack-desc')
-rw-r--r-- | development/gdb-dashboard/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/gdb-dashboard/slack-desc b/development/gdb-dashboard/slack-desc new file mode 100644 index 0000000000000..7ece9b2bcda28 --- /dev/null +++ b/development/gdb-dashboard/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +gdb-dashboard: gdb-dashboard (An advanced gdb python interface) +gdb-dashboard: +gdb-dashboard: GDB dashboard is a standalone .gdbinit file written using the Python +gdb-dashboard: API that enables a modular interface showing relevant information +gdb-dashboard: about the program being debugged. Its main goal is to reduce the +gdb-dashboard: number of GDB commands needed to inspect the status of current +gdb-dashboard: program thus allowing the developer to primarily focus on the control +gdb-dashboard: flow. +gdb-dashboard: +gdb-dashboard: https://github.com/cyrus-and/gdb-dashboard/ +gdb-dashboard: |