Random fix that I dont remember

pull/24/head
Zach Riggle 10 years ago
parent ca5ca2af7b
commit 3050349d24

@ -101,6 +101,7 @@ def get(instruction):
result = []
args = []
name = name or ''
sym = gdb.lookup_symbol(name)
name = name.strip().lstrip('_') # _malloc

Loading…
Cancel
Save