summaryrefslogtreecommitdiff
path: root/src/main-gdb-head.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/main-gdb-head.py')
-rw-r--r--src/main-gdb-head.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main-gdb-head.py b/src/main-gdb-head.py
index 6ae204b..3a05917 100644
--- a/src/main-gdb-head.py
+++ b/src/main-gdb-head.py
@@ -141,7 +141,7 @@ class PointerPrinter(object):
try:
sym, off, sec, lib = info_symbol(addr)
except:
- s = '<heap 0x%x>' % addr
+ s = '(%s)<heap/stack 0x%x>' % (v.type, addr)
else:
if off:
s = '<%s+%d>' % off