Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
24282fa5
Commit
24282fa5
authored
33 years ago
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
No longer used.
parent
9abe4231
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/server/free.gdb
+1
-2
1 addition, 2 deletions
src/server/free.gdb
src/server/malloc.gdb
+3
-4
3 additions, 4 deletions
src/server/malloc.gdb
src/server/realloc.gdb
+5
-5
5 additions, 5 deletions
src/server/realloc.gdb
with
9 additions
and
11 deletions
src/server/free.gdb
+
1
−
2
View file @
24282fa5
...
@@ -3,8 +3,7 @@ commands
...
@@ -3,8 +3,7 @@ commands
silent
silent
echo --- sfree ---\n
echo --- sfree ---\n
echo Arg:
echo Arg:
output ptr
print ptr
echo \n
bt
bt
echo =========\n
echo =========\n
cont
cont
...
...
This diff is collapsed.
Click to expand it.
src/server/malloc.gdb
+
3
−
4
View file @
24282fa5
...
@@ -2,10 +2,9 @@ commands
...
@@ -2,10 +2,9 @@ commands
silent
silent
echo --- smalloc ---\n
echo --- smalloc ---\n
echo Arg:
echo Arg:
output size
print size
echo \nVal:
echo Val:
output p
print p
echo \n
bt
bt
echo =========\n
echo =========\n
cont
cont
...
...
This diff is collapsed.
Click to expand it.
src/server/realloc.gdb
+
5
−
5
View file @
24282fa5
...
@@ -2,11 +2,11 @@ commands
...
@@ -2,11 +2,11 @@ commands
silent
silent
echo --- srealloc ---\n
echo --- srealloc ---\n
echo Arg:
echo Arg:
outpu
t size
prin
t size
echo
\n
Val:
echo Val:
outpu
t new_ptr
prin
t new_ptr
echo
\n
Old:
echo Old:
outpu
t ptr
prin
t ptr
echo \n
echo \n
bt
bt
echo =========\n
echo =========\n
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment