forked from yuan-xy/Linux-0.11
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request yuan-xy#4 from icecity96/master
Update Makefile.header
- Loading branch information
Showing
10 changed files
with
349 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,133 @@ | ||
target remote :1234 | ||
break s | ||
break startup | ||
break quit | ||
exit | ||
q() | ||
quit() | ||
exit | ||
exit() | ||
help | ||
q | ||
target remote : 1234 | ||
b init | ||
c | ||
registerinfo | ||
info registers | ||
q | ||
q | ||
continue | ||
c | ||
target remote : 1234 | ||
c | ||
q | ||
target remote : 1234 | ||
b main | ||
s | ||
ls | ||
l | ||
q | ||
q | ||
target remote : 1234 | ||
b init | ||
c | ||
n | ||
n | ||
n | ||
n | ||
n | ||
l | ||
n | ||
n | ||
n | ||
n | ||
n | ||
n | ||
n | ||
n | ||
q | ||
target remote : 1234 | ||
b main.c:135 | ||
c | ||
n | ||
n | ||
n | ||
n | ||
n | ||
s | ||
n | ||
p | ||
q | ||
target remote : 1234 | ||
b main:move_to_user_mode | ||
b main:137 | ||
b main.c:137 | ||
c | ||
l | ||
n | ||
info registers | ||
n | ||
set follow-fork-mode child | ||
n | ||
n | ||
q | ||
target remote : 1234 | ||
b main.c:139 | ||
c | ||
n | ||
set follow-fork-mode child | ||
n | ||
n | ||
q | ||
q | ||
target remote : 1234 | ||
b main.c:142 | ||
set follow-fork-mode child | ||
c | ||
q | ||
target remote : 1234 | ||
b main.c:140 | ||
b main.c:142 | ||
c | ||
n | ||
q | ||
q | ||
target remote : 1234 | ||
b main.c:141 | ||
c | ||
p pid | ||
n | ||
p pid | ||
attach 1 | ||
q | ||
target remote : 1234 | ||
b main.c:141 | ||
b main.c:143 | ||
set follow-fork-mode main.c:143 | ||
set follow-fork-mode child main.c:143 | ||
c | ||
n | ||
q | ||
target remote : 1234 | ||
quit | ||
target remote : 1234 | ||
b main.c:122 | ||
c | ||
q | ||
target remote : 1234 | ||
b main.c:90 | ||
c | ||
n | ||
set follow-fork-mode child | ||
n | ||
q | ||
target remote : 1234 | ||
b main.c:90 | ||
c | ||
n | ||
set follow-fork-mode child | ||
n | ||
q | ||
target remote : 1234 | ||
b main.c:175 | ||
c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.