Commit Graph

83 Commits (fc33d6fb7c5dcebd89b737379de48ad09901b88f)

Author SHA1 Message Date
Disconnect3d 478a569cb3
Fix #1256: fixes next cmds hangs on segfaults (#1268)
3 years ago
Gulshan Singh bfbb2b8652
Move symbol.py to gdblib (#1259)
3 years ago
CptGibbon ec8addd602
Build malloc_chunk tests with libpthread (#1265)
3 years ago
Gulshan Singh 63b988a997
Move file.py to gdblib and improve procinfo test (#1258)
3 years ago
Gulshan Singh bb342a9286
GDB Refactor [18/N]: Move proc to gdblib/proc.py (#1247)
3 years ago
Gulshan Singh 2eccf02b50
GDB Refactor [15/N]: Move stack.py to gdblib/stack.py (#1244)
3 years ago
Gulshan Singh 23caabdb76 Split heap tests into their own files
3 years ago
Gulshan Singh 6c1ddb451c Moved heap tests into tests/heap
3 years ago
CptGibbon 91505a47b1
Add `malloc_chunk` command tests for heuristic heap (#1234)
3 years ago
Gulshan Singh ebadd88220
Add --shell argument to pwndbg command (#1233)
3 years ago
CptGibbon ef89d417d6 Add malloc_chunk command test
3 years ago
disconnect3d 55ab0ae091 fix pipe:X in test
3 years ago
disconnect3d e728fa8614 allow for pipe:X in test
3 years ago
disconnect3d b209ada229 Fix disable_colors formatting & test ctx disasm showing fds
3 years ago
Disconnect3d 521514b204
fix #1190: telescope -r with addr as count (#1198)
3 years ago
disconnect3d ea98cfae77 silence heap_bugs.c build warnings
3 years ago
Albert Koczy 30cd4c7372 fix: lint
3 years ago
Albert Koczy 9e84c18c44 fix: mprotect command and add tests for it
3 years ago
disconnect3d 02eb8e6dd7 fix libc objfile name in tests
3 years ago
disconnect3d 11f878977e add nextproginstr tests
3 years ago
ntsleep 96d90d18a5 Added test for procinfo command before binary srat
3 years ago
ntsleep e27c25f54a Added test for procinfo command
3 years ago
Disconnect3d cc3f86d5bc
Improve vmmap on coredump files (#1149)
3 years ago
CptGibbon 636db8b25f
Add regression test for `find_fake_fast` command (#1147)
3 years ago
Disconnect3d 88c610116e
fix distance command (#1146)
3 years ago
Gulshan Singh ccc56b9a58
Remove unused imports (#1139)
3 years ago
Gulshan Singh 512db53edd
Split memory into lib/ and gdblib/ (#1128)
3 years ago
Gulshan Singh a002e29bc1
Split regs.py into lib/ and gdblib/ (#1121)
3 years ago
Disconnect3d b7ddf3a070
fix #1111 errno command edge case (#1126)
3 years ago
Gulshan Singh 77380eb63c
GDB Refactor [1/N]: Split arch.py and related files into lib/ and gdb/ (#1114)
3 years ago
Disconnect3d 42f32d7cc7
fix errno command (#1112)
3 years ago
Disconnect3d 1d9c95d07a
Fix Dwarf Errors with old GDBs in docker
3 years ago
Gulshan Singh 2d483fcb12
Add smoke test (#1113)
3 years ago
Disconnect3d d4850beecc
fix #1098: dX cmds trunc out on x86 binaries (#1104)
3 years ago
Gulshan Singh 1df714d700
Fix PEP8 violations and add flake8 to CI (#1102)
3 years ago
Disconnect3d b3a560eff0
black all da code (#1103)
3 years ago
disconnect3d 015888684b Fix test_vis_heap_chunk_command on Ubuntu 18.04
3 years ago
Gulshan Singh 7c53bdeaa8
Minor test cleanup (#1099)
3 years ago
NT Sleep 5d358585b1
Add support for telescope to show previous addresses #1047 (#1094)
3 years ago
Artur Czepiel 4ee225b115
Make ZIGPATH configurable and provide defaults (#1090)
3 years ago
alufers 36ee7d238d
tools: change zig to install from a tarball (fixes: #1085) (#1089)
3 years ago
Disconnect3d d111c8ddcf
Fix heap test binaries build (#1087)
3 years ago
Disconnect3d 546d6ffa19
fix vis_heap_chunk test on CI? (#1086)
3 years ago
disconnect3d 902d732816 add vis_heap_chunk testcase
3 years ago
Disconnect3d b51b07de77
Revert "Refactor heap code (#1063)" (#1084)
3 years ago
Gulshan Singh a0f3744743
Refactor heap code (#1063)
3 years ago
Artur Czepiel a4eb1e6610
Fix xor and memfrob (#1057)
3 years ago
Hubert Bryłkowski 5c9bd146c8 added docker-compose and instructions how to run tests there
3 years ago
disconnect3d a53abc8376 test attachp with inexistent pid: add timeout proper handling
3 years ago
disconnect3d dbd55e650f test attachp with inexistent pid: add timeout
3 years ago