summary refs log tree commit diff
path: root/pkgs/development/tools/misc/gdbgui
AgeCommit message (Collapse)AuthorFilesLines
2023-02-21gdbgui: 0.15.0.1 -> 0.15.1.0Matt Bryant1-7/+8
Fixes #214614 by switching from the Sept 2021 release to the Jun 2022 release (https://github.com/cs01/gdbgui/releases)
2022-04-29gdbgui: 0.14.0.2 -> 0.15.0.1Jörg Thalheim1-51/+6
2021-01-25Merge pull request #110785 from jollheef/pygdbmi-0.10.0.0Sandro1-4/+43
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-25gdbgui: 0.13.2.1 -> 0.14.0.2Mikhail Klementev1-4/+43
2021-01-23pkgs/development/tools: stdenv.lib -> libBen Siraphob1-3/+3
2020-07-31pythonPackages.gdbgui: 0.13.2.0 -> 0.13.2.1Evan Stoll1-2/+7
- add eventlet to propagatedBuildInputs - add homepage - add gevent-websocket to propagatedBuildInputs Without gevent-websocket, this message is printed on start: "WARNING - WebSocket transport not available. Install gevent-websocket for improved performance." - Add gevent-websocket to propagatedBuildInputs to suppress the error message and supposedly improve performance
2020-03-31gdbgui: 0.13.1.1 -> 0.13.2.0R. RyanTM1-2/+2
2019-06-16treewide: remove unused variables (#63177)volth1-3/+0
* treewide: remove unused variables * making ofborg happy
2018-12-01gdbgui: 0.13.0.0 -> 0.13.1.1Jörg Thalheim2-354/+31
2018-07-20[bot] treewide: remove unused 'inherit' in let blocksvolth1-1/+1
2018-07-20gdbgui: 0.11.1.2 -> 0.13.0.0Jörg Thalheim1-2/+2
2018-06-07treewide: removed name from a few pythonpackages defining pname and versionPatrick Hilhorst1-1/+0
2018-02-27gdbgui: 0.11.0.0 -> 0.11.1.2Jörg Thalheim1-2/+2
2018-02-03gdbgui: 0.10.0.1 -> 0.11.0.0Jörg Thalheim1-39/+38
2018-01-18gdbgui: 0.9.1.0 -> 0.10.1.0Yurii Rashkovskii2-82/+14
2017-12-01gdbgui: 0.9.0.1 -> 0.9.1.0Joerg Thalheim1-2/+6
2017-11-23gdbgui: init at 0.9.0.1Yurii Rashkovskii2-0/+444
Feature rich browser-based frontend with data structure visualizations (like DDD), and gdb terminal access. Compatible with C, C++, golang, Rust, fortran. Written in Python and JavaScript gdbgui is at the top of the GDB Front Ends list on https://sourceware.org/gdb/wiki/GDB%20Front%20Ends