This commit is contained in:
2026-01-03 18:52:32 -06:00
commit 3d47bd68cd
14 changed files with 479 additions and 0 deletions

11
gdb/generic_push.gdb Normal file
View File

@@ -0,0 +1,11 @@
set pagination off
set logging file gdb.txt
set logging redirect on
set logging on
set remotetimeout 1
target extended-remote localhost:3333
load
monitor reset
q
y