Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
66734c14
Commit
66734c14
authored
May 20, 1999
by
Per Cederqvist
Browse files
File removed; use trace-mem.gdb instead.
parent
5e3908a1
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/server/free.gdb
deleted
100644 → 0
View file @
5e3908a1
break sfree if ptr != 0
commands
silent
echo --- sfree ---\n
echo Arg:
print ptr
bt
echo =========\n
cont
end
src/server/malloc.gdb
deleted
100644 → 0
View file @
5e3908a1
commands
silent
echo --- smalloc ---\n
echo Arg:
print size
echo Val:
print p
bt
echo =========\n
cont
end
src/server/realloc.gdb
deleted
100644 → 0
View file @
5e3908a1
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment