|
Reviewer: zhaoqin@google.com
Initial commit for i#95. Detach appears to work, but cleanup is still very broken. THis commit exists to get reviews on the approach, coding style, missing things, potential bugs, etc.
Detach appears to work, but cleanup remains in an inconsistent, broken state.
Initial commit of i#95 for detaching. Working on getting the general structure of detaching right.
Total comments: 6
Total comments: 49
Total comments: 58
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+555 lines, -94 lines) |
Patch |
 |
M |
core/config.c
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
1 comment
|
Download
|
 |
M |
core/dispatch.c
|
View
|
1
2
3
|
2 chunks |
+18 lines, -4 lines |
1 comment
|
Download
|
 |
M |
core/dynamo.c
|
View
|
1
2
3
|
5 chunks |
+54 lines, -12 lines |
7 comments
|
Download
|
 |
M |
core/globals.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
core/heap.c
|
View
|
1
2
3
|
2 chunks |
+4 lines, -1 line |
1 comment
|
Download
|
 |
M |
core/lib/dr_app.h
|
View
|
1
2
3
|
1 chunk |
+9 lines, -0 lines |
1 comment
|
Download
|
 |
M |
core/moduledb.c
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
core/optionsx.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
1 comment
|
Download
|
 |
M |
core/os_shared.h
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
1 comment
|
Download
|
 |
M |
core/rct.c
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
core/synch.c
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
core/unix/loader.c
|
View
|
1
2
3
|
1 chunk |
+7 lines, -0 lines |
1 comment
|
Download
|
 |
M |
core/unix/os.c
|
View
|
1
2
3
|
6 chunks |
+231 lines, -18 lines |
19 comments
|
Download
|
 |
M |
core/unix/os_exports.h
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
1 comment
|
Download
|
 |
M |
core/unix/os_private.h
|
View
|
1
2
3
|
4 chunks |
+12 lines, -0 lines |
4 comments
|
Download
|
 |
M |
core/unix/signal.c
|
View
|
1
2
3
|
6 chunks |
+126 lines, -19 lines |
10 comments
|
Download
|
 |
M |
core/utils.h
|
View
|
1
2
3
|
1 chunk |
+3 lines, -2 lines |
1 comment
|
Download
|
 |
M |
core/utils.c
|
View
|
1
2
3
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
core/vmareas.c
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
core/win32/ntdll.c
|
View
|
1
2
3
|
3 chunks |
+20 lines, -1 line |
2 comments
|
Download
|
 |
M |
core/win32/os.c
|
View
|
1
2
3
|
3 chunks |
+10 lines, -2 lines |
2 comments
|
Download
|
 |
M |
core/win32/os_exports.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
1 comment
|
Download
|
 |
M |
core/x86/arch.c
|
View
|
1
2
3
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
core/x86/interp.c
|
View
|
1
2
3
|
2 chunks |
+3 lines, -1 line |
1 comment
|
Download
|
 |
M |
suite/tests/CMakeLists.txt
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
suite/tests/api/startstop.c
|
View
|
1
2
3
|
5 chunks |
+9 lines, -12 lines |
0 comments
|
Download
|
 |
A + |
suite/tests/api/startstopall.c
|
View
|
1
2
3
|
3 chunks |
+11 lines, -19 lines |
3 comments
|
Download
|
 |
A + |
suite/tests/api/startstopall.expect
|
View
|
1
2
3
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
Total messages: 11
|