Find a file
James Chang d60dc57274 Bugfixes for building executable (#322)
* Bugfixes for building executable

This commit has several bug fixes.

- Add required python packages that were missing from setup.py

- Add hiddenimports for pyinstaller so that pyinstaller properly loads gevent

- Modify noxfile so that it loads the required packages when creating a session. Also, python 3.7 support was added in pyinstaller 3.4, so pyinstaller version needs to be updated.

* General cleanup
2020-07-12 17:16:07 -07:00
.github/ISSUE_TEMPLATE Merge branch 'master' of github.com:cs01/gdbgui 2018-05-26 13:46:19 -07:00
docker add make target and docker images to build executables for windows and linux 2018-07-29 12:40:09 -07:00
docs Bugfixes for building executable (#322) 2020-07-12 17:16:07 -07:00
examples add pause button; do not display signal message to backtract in console on SIGINT (#202) 2018-05-28 15:15:30 -07:00
gdbgui autoformat 2019-12-25 21:48:26 -08:00
images add logo and favicon 2018-04-15 18:28:30 -07:00
screenshots Rust example and documentation improvments (#191) 2018-05-07 17:17:31 -07:00
tests Ensure "--args" is last argument of gdb command (#296) 2019-12-20 07:42:56 -08:00
.coveragerc use pytest (#297) 2019-10-07 18:17:31 -07:00
.eslintrc.json add shift keyboard shortcut when using rr #201 2018-07-15 20:48:29 -07:00
.flake8 add flake8 test to CI build 2018-11-20 17:12:39 -08:00
.gitignore 0.13.2.0 (#279) 2019-07-25 15:30:15 -07:00
.prettierrc.js update prettier rules 2018-06-25 09:46:52 -07:00
.travis.yml use pytest (#297) 2019-10-07 18:17:31 -07:00
jest.config.js Add TypeScript, catch bugs (#256) 2019-04-28 08:37:04 -07:00
LICENSE various updates (#173) 2018-02-10 15:37:05 -08:00
make_executable.py Bugfixes for building executable (#322) 2020-07-12 17:16:07 -07:00
MANIFEST.in use pytest (#297) 2019-10-07 18:17:31 -07:00
mkdocs.yml 0.13.2.0 (#279) 2019-07-25 15:30:15 -07:00
noxfile.py Bugfixes for building executable (#322) 2020-07-12 17:16:07 -07:00
package.json 0.13.2.0 (#279) 2019-07-25 15:30:15 -07:00
README.md 0.13.2.0 (#279) 2019-07-25 15:30:15 -07:00
requirements.txt Make requirements.txt point to setup.py's dependencies 2018-05-26 13:19:56 -07:00
setup.py Bugfixes for building executable (#322) 2020-07-12 17:16:07 -07:00
tsconfig.json Add TypeScript, catch bugs (#256) 2019-04-28 08:37:04 -07:00
tslint.json Add TypeScript, catch bugs (#256) 2019-04-28 08:37:04 -07:00
webpack.config.js 0.13.2.0 (#279) 2019-07-25 15:30:15 -07:00
yarn.lock 0.13.2.0 (#279) 2019-07-25 15:30:15 -07:00

A modern, browser-based frontend to gdb (gnu debugger)

image image image


Documentation: https://gdbgui.com

Source Code: https://github.com/cs01/gdbgui/