Port details |
- py-gdbgui Browser-based frontend/gui for GDB
- 0.11.0.0 devel
=0 0.11.0.0Version of this port present on the latest quarterly branch.
- DEPRECATED: Uses deprecated version of python
This port expired on: 2020-08-15
- Maintainer: mmokhi@FreeBSD.org
- Port Added: 2017-03-08 12:48:39
- Last Update: 2020-08-15 10:50:59
- SVN Revision: 544927
- Also Listed In: lang python
- License: CC-BY-NC-3.0
- WWW:
- https://github.com/cs01/gdbgui
- Description:
- A modern, browser-based frontend to gdb (gnu debugger).
Add breakpoints, view stack traces, and more in C, C++, Go, and Rust!
Simply run gdbgui from the terminal and a new tab will open in your browser.
Features
Debug a different program in each tab (new instance is spawned for each tab).
Set/remove breakpoints.
View stack, threads.
Switch frame on stack, switch between threads.
Inspect memory in hex/character form.
View all registers.
Dropdown of all files used to compile binary, with autocomplete functionality.
Source code explorer with ability to jump to line.
Show assembly next to source code, highlighting current instruction.
Can also step through instructions.
WWW: https://github.com/cs01/gdbgui
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}gdbgui>0:devel/py-gdbgui@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-gdbgui
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1518003805
SHA256 (cs01-gdbgui-0.11.0.0_GH0.tar.gz) = a7134f618fb04154bdb14b7cf94904a3754b3819f2f5057c0da17ed816d9aace
SIZE (cs01-gdbgui-0.11.0.0_GH0.tar.gz) = 2077467
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-Flask>=0.12.2 : www/py-flask@py27
- py27-Flask-Compress>=1.4.0 : www/py-flask-compress@py27
- py27-Flask-SocketIO>=2.9.0 : www/py-flask-socketio@py27
- py27-eventlet>=0.21.0 : net/py-eventlet@py27
- py27-pygdbmi>=0.7.3.3 : devel/py-pygdbmi@py27
- py27-pypugjs>=4.2.0 : devel/py-pypugjs@py27
- py27-pygments>=2.2.0 : textproc/py-pygments@py27
- py27-gevent>=1.2.2 : devel/py-gevent@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:2.7
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.11.0.0 15 Aug 2020 10:50:59 |
rene |
Remove deprecated ports:
2020-08-15 archivers/py-backports.lzma: Uses deprecated version of python
2020-08-15 archivers/py-bup: Uses deprecated version of python
2020-08-15 archivers/py-librtfcomp: Uses deprecated version of python
2020-08-15 audio/blop-lv2: Uses deprecated version of python
2020-08-15 audio/bs2b-lv2: Uses deprecated version of python
2020-08-15 audio/py-gmusicproxy: Uses deprecated version of python
2020-08-15 audio/py-karaoke: Uses deprecated version of python
2020-08-15 audio/py-openal: Uses deprecated version of python
2020-08-15 audio/py-py-jack: Uses deprecated version of python
2020-08-15 audio/py-xmms2: Uses deprecated version of python
2020-08-15 audio/triceratops-lv2: Uses deprecated version of python
2020-08-15 biology/py-biom-format: Uses deprecated version of python
2020-08-15 comms/py-bulksms: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
0.11.0.0 23 Feb 2020 15:25:53 |
antoine |
Deprecate a few ports
With hat: portmgr |
0.11.0.0 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.11.0.0 07 Feb 2018 18:30:13 |
mmokhi |
devel/py-gdbgui: Update port to 0.11.0.0
This update includes:
--user, --pass options instead of --auth on CLI
resizer buttons on the panel
minor bugfixes, ...
Sponsored by: Netzkommune GmbH |
0.7.8.2 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.7.8.2 17 Jul 2017 20:14:38 |
mmokhi |
devel/py-gdbgui: Update to 0.7.8.2
This update has fixes/features added:
* bugfix in logic when jumping to source code line
* bugfix for when variable goes fromempty -> 1 element
* add CODE OF CONDUCT, CONTRIBUTING, and CHANGELOG files
* correctly display < and > in console widget
* show disassembly when file is unknown or missing
* improve logic when source code line should be jumped to
* escape brackets in disassembly, and gracefully hide missing opcodes
* update socketio version for more reliable websocket connection
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Sponsored by: Netzkommune GmbH
Differential Revision: https://reviews.freebsd.org/D11457 |
0.7.7.0 02 Jul 2017 12:30:01 |
mmokhi |
devel/py-gdbgui: Update port to 0.7.7.0
This version has some features added, including:
Auto-opening browser (and controls to turn it off).
verbosity levels.
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D11292 |
0.7.6.2 30 May 2017 14:40:27 |
mmokhi |
devel/py-gdbgui: Update to 0.7.6.2
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D10914 |
0.7.5.4 02 Apr 2017 13:42:11 |
mmokhi |
devel/py-gdbgui: Update devel/py-gdbgui and its dependencies to latest version.
Reviewed by: feld, mat (mentors)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D10200 |
0.7.4.0 08 Mar 2017 12:48:28 |
mmokhi |
devel/py-gdbgui: Add devel/py-gdbgui and dependencies to the tree.
gdbgui is a browser-based frontend to gdb (gnu debugger).
Dependencies are:
py-pygdbmi, Parse gdb machine interface string output and return data types.
py-pypugjs, PyPugJS is just a fork of PyJade with the name Jade changed.
py-python-socketio, Python implementation of the Engine.IO realtime server.
py-python-engineio, Python implementation of the Socket.IO realtime server.
py-enum-compat, A virtual package, its whole purpose is to install enum34.
py-flask-socketio, Socket.IO integration for Flask applications.
Reviewed by: feld, mat
Approved by: feld, mat (mentors)
Differential Revision: https://reviews.freebsd.org/D9849 |