Skip to content
Snippets Groups Projects
Commit 66734c14 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

File removed; use trace-mem.gdb instead.

parent 5e3908a1
No related branches found
No related tags found
No related merge requests found
break sfree if ptr != 0
commands
silent
echo --- sfree ---\n
echo Arg:
print ptr
bt
echo =========\n
cont
end
commands
silent
echo --- smalloc ---\n
echo Arg:
print size
echo Val:
print p
bt
echo =========\n
cont
end
commands
silent
echo --- srealloc ---\n
echo Arg:
print size
echo Val:
print new_ptr
echo Old:
print ptr
echo \n
bt
echo =========\n
cont
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment