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 |
jxuanli
|
c25c60875d
|
Improving the slab commands (#3135)
* improving the slab command
* improved slab display
* displaying object inuse status
* removed verbose
* cleaned up
* updated test
|
6 months ago |
Jason An
|
c82fbcd11f
|
Various arch fixes for Go dumping (#3128)
|
6 months ago |
Jason An
|
a6cf06b8cf
|
Add support for dumping Go swissmaps (#3127)
|
6 months ago |
Allen Chang
|
8bddb3d40f
|
Add command to display information about kernel modules (#3106)
* merge conflicts
* Fix lint errors
* fix test
* requested changes
* Fix lint errors
* Fix lint errors
|
6 months ago |
Disconnect3d
|
dc46ade886
|
Disable Go dumping tests until we handle Go 1.24 properly (#3122)
* Disable Go dumping tests until we handle Go 1.24 properly
* Update test_go.py
* Skip tests instead of xfail
|
6 months ago |
Allen Chang
|
0a4f9f8832
|
Add command to display information about kernel tasks (#3099)
* oops, merge conflicts fixed v3
* Fix lint errors
* ktask commit
* add uid/gid
* Fix lint errors
|
6 months ago |
Matt.
|
31dd105e52
|
Rework structure of testing framework (#3101)
* First draft
* Second draft
* Add `TEST_USE_GDBINIT` toggle to gdb test library
* Fix qemu-system tests
* Split `qemu` into `qemu-user` and `qemu-system`
* Fix qemu-user tests
* Add coverage information for parallel tests
* Update dockerignore and documentation
* Update docs/contributing/writing-tests.md
---------
Co-authored-by: patryk4815 <bux.patryk@gmail.com>
|
6 months ago |