Added limitation section into the spec; fixed typo in spec; fixed .gdbinit

This commit is contained in:
Dmitry Boulytchev 2021-02-25 08:40:44 +03:00
parent a9d9a4e2be
commit 8bdd666ea8
7 changed files with 8 additions and 7 deletions

View file

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