GDB support draft

This commit is contained in:
Dmitry Boulytchev 2020-09-10 22:15:57 +03:00
parent a2f316164e
commit cba6a3e0d2
7 changed files with 50 additions and 1 deletions

View file

@ -1,3 +1,7 @@
define pp
p (char*) Bstringval ((void*) $arg0)
end
define pc
p (char*) Bstringval ((void*) ((*(int**)($ebp-4)) [$arg0]))
end