mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
GDB support draft
This commit is contained in:
parent
a2f316164e
commit
cba6a3e0d2
7 changed files with 50 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
define pp
|
||||
p (char*) Bstringval ((void*) $arg0)
|
||||
end
|
||||
|
||||
define pc
|
||||
p (char*) Bstringval ((void*) ((*(int**)($ebp-4)) [$arg0]))
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue