Gallopsled / Gallopsled/pwntools
Do not expose `pwnlib.gdb.Gdb` / `.Breakpoint` to documentation on main GDB page
Open
docs
- Dominant language
- Python
- Stars
- 13.7k
- Forks
- 1.9k
- Avg merge
- 6d 23h
- Merged PRs (30d)
- 3
Description
This `pwnlib.gdb.Gdb` object / module should not be exposed, or should be exposed under a submodule, as it's only used for remote Python API stuff.
https://docs.pwntools.com/en/latest/gdb.html#pwnlib.gdb.Gdb
It looks like we can just add an `exclude-members` directive to the `automobile::` statement in `gdb.rst` to do this.
Contributor guide
Assessment
This issue has not been assessed yet.