|
MIPS: Debugger: use debug break slots to break at function exit.
By not having to patch the return sequence (we patch the debug
break slot right before it), we don't overwrite it and therefore
don't have to keep the original copy of the code around.
BUG= v8:4269
LOG=N
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+112 lines, -332 lines) |
Patch |
 |
M |
src/mips/assembler-mips.h
|
View
|
|
3 chunks |
+2 lines, -21 lines |
0 comments
|
Download
|
 |
M |
src/mips/assembler-mips.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
src/mips/assembler-mips-inl.h
|
View
|
1
|
6 chunks |
+13 lines, -43 lines |
0 comments
|
Download
|
 |
M |
src/mips/debug-mips.cc
|
View
|
1
|
4 chunks |
+40 lines, -82 lines |
0 comments
|
Download
|
 |
M |
src/mips/full-codegen-mips.cc
|
View
|
|
3 chunks |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
M |
src/mips64/assembler-mips64.h
|
View
|
|
3 chunks |
+2 lines, -21 lines |
0 comments
|
Download
|
 |
M |
src/mips64/assembler-mips64.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
src/mips64/assembler-mips64-inl.h
|
View
|
1
|
6 chunks |
+13 lines, -43 lines |
0 comments
|
Download
|
 |
M |
src/mips64/debug-mips64.cc
|
View
|
1
|
4 chunks |
+40 lines, -91 lines |
0 comments
|
Download
|
 |
M |
src/mips64/full-codegen-mips64.cc
|
View
|
|
3 chunks |
+0 lines, -14 lines |
0 comments
|
Download
|
Total messages: 4 (1 generated)
|