Matt.
5369d4149a
Rework cancellation in pwndbg-lldb ( #3387 )
3 weeks ago
Disconnect3d
7b74bce1f2
lldb: version command show full lldb version without spaces etc ( #3227 )
...
before:
```
Pwndbg: 2025.05.30 build: d817efc32
Python: 3.13.5 (main, Jun 22 2025, 16:29:31) [GCC 15.1.1 20250425]
LLDB: 20.1
Capstone: 6.0.0
Unicorn: 2.1.3
Pwnlib: 4.14.0
lldb version 20.1.5
```
after:
```
Pwndbg: 2025.05.30 build: d817efc32
Python: 3.13.5 (main, Jun 22 2025, 16:29:31) [GCC 15.1.1 20250425]
LLDB: 20.1.5
Capstone: 6.0.0
Unicorn: 2.1.3
Pwnlib: 4.14.0
```
4 months ago
jxuanli
9aabc0b83d
Supporting kernel debugging in the absence of provided type information ( #3116 )
...
* recoverying from rm -rf
* refactored kconfig
* collapsing merge history
* cleaning up
* refactored out buddydump and slab type helpers
* improving bud and slub
* improved arch specific symbol handling
* improved handling of vmemmap and vmalloc bases when symbols do not exist
* misc
* doc
* properly naming kernel symbol files
* try except for cases where ptrace_scope is enabled
* fixing test
4 months ago
Matt.
365af330ef
Add LLDB test driver and initial Debugger API tests ( #3120 )
5 months ago
patryk4815
567ac6048c
mypy: fix typing issues + CI + lint.sh ( #3141 )
...
* fix mypy errors
5 months ago
patryk4815
9200ae4b87
autoupdate: Add support for upgrading editable tool ( #3140 )
5 months ago
patryk4815
5a6491228f
Drop `PWNDBG_PLEASE_SKIP_VENV` option ( #3139 )
...
* simplify update
* drop `PWNDBG_PLEASE_SKIP_VENV`
* fix test
5 months ago
patryk4815
df12edc0d5
Use gdb/lldb from pypi ( #3119 )
...
* add lldb/gdb pypi
* add gdb
* debug
* debug
* fix paths
* fix lldb
* add lldb-server
* bump lock
* fix nix
* fix lint
* rename gdbinit
* fix pwndbg nix
* revert missing files
* fix docs
* fix docs
* remove .skip-venv, not needed anymore
* cleanup version comment
* fix lint script
* lint
* fix nix develop
* fix docs
* fix docs script
* use 'pwndbg' binary for tests
* lint
* fix kernel tests
* fix ubuntu22.04
* bump lldb
* refactor gdbinit/lldbinit
* test1
* fix logger
* fix tests no-home
6 months ago