gdb supports omitting IP address for cases when it's a "wait for
connection from anywhere". Make use of it to simplify the call.
Signed-off-by: Konstantin Kharlamov <Hi-Angel@yandex.ru>
Bug: https://github.com/cs01/gdbgui/issues/331
* Create release.yml
* Update contributing.md
* make build verification more strict
* change name and set nox session to non-interactive
Co-authored-by: Chad Smith <cs01@users.noreply.github.com>
* 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
* replace makefile with noxfile
* fix unit test
* drop pypy support
* more strict nox session calls in travis
* change session name
* update manifest
* update contributing
* Improve Rust documentation.
* Mention in the docs how to find the main.rs file and deal with
the warning about the pretty-printers.
* Update examples\rust to use Cargo. (#113)
* Test the Rust screenshot.
* Remove my name from Cargo.toml
* Anticipate the correct path for the screenshot.
* Rust: implement pull request review comments.
* Add shell script to compile and launch gdbgui.
* niggles -> difficulties
* Slight rewording in RUN.md to clarify where the problem is
with the Rust pretty printers.
* convert backslashes to forward slashes in windows #167
* cleanup menu
* fix safari ui issue #164
* smarter disassembly fetching (#166)
* add copy to clipboard and allow missing SSL module (#170)
* add copy icon for variables; bugfix when fetch variables (#163)
* erase breakpoint without jumping to that line of code (#172)
* fix for displaying updates
make Locals clickable when they are not simple vars
ensure source code is visible when viewing assembly
handle ambiguous breakpoints appropriately
use pypugjs instead of pyjade
console resizes with container
spawn gdb process for each tab
internal: use global state set/get everywhere
fix issues 14, 15, 16