Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
criu
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhul
criu
Commits
3530297a
Commit
3530297a
authored
Oct 12, 2011
by
Cyrill Gorcunov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
show: Fixup typos in printing mm data
Signed-off-by:
Cyrill Gorcunov
<
gorcunov@gmail.com
>
parent
1f147669
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
cr-show.c
cr-show.c
+4
-4
No files found.
cr-show.c
View file @
3530297a
...
@@ -146,10 +146,10 @@ static void show_core_rest(struct cr_fdset *cr_fdset)
...
@@ -146,10 +146,10 @@ static void show_core_rest(struct cr_fdset *cr_fdset)
pr_info
(
"Brk: %lx
\n
"
,
mm_brk
);
pr_info
(
"Brk: %lx
\n
"
,
mm_brk
);
pr_info
(
"Start code: %lx
\n
"
,
mm_start_code
);
pr_info
(
"Start code: %lx
\n
"
,
mm_start_code
);
pr_info
(
"End code: %lx
\n
"
,
mm_end_code
);
pr_info
(
"End code: %lx
\n
"
,
mm_end_code
);
pr_info
(
"Start stack: %lx
\n
"
,
mm_
end_code
);
pr_info
(
"Start stack: %lx
\n
"
,
mm_
start_stack
);
pr_info
(
"Start data: %lx
\n
"
,
mm_
end_code
);
pr_info
(
"Start data: %lx
\n
"
,
mm_
start_data
);
pr_info
(
"End data: %lx
\n
"
,
mm_end_
code
);
pr_info
(
"End data: %lx
\n
"
,
mm_end_
data
);
pr_info
(
"Start brk: %lx
\n
"
,
mm_
end_code
);
pr_info
(
"Start brk: %lx
\n
"
,
mm_
start_brk
);
err:
err:
return
;
return
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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