forked from go-delve/delve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrtype-out.txt
82 lines (63 loc) · 1.02 KB
/
rtype-out.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
var firstmoduledata moduledata
var debug anytype
type _defer struct {
fn anytype
pc uintptr
sp uintptr
siz int32 (optional)
link *_defer
}
type bmap struct {
tophash [8]uint8
}
type eface struct {
_type *_type
data unsafe.Pointer
}
type g struct {
sched gobuf
goid int64|uint64
gopc uintptr
startpc uintptr
waitsince int64
waitreason waitReason (optional)
stack stack
atomicstatus uint32|runtime/internal/atomic.Uint32
}
type gobuf struct {
pc uintptr
sp uintptr
bp uintptr (optional)
lr uintptr (optional)
}
type hmap struct {
count int
B uint8
buckets unsafe.Pointer
oldbuckets unsafe.Pointer
}
type iface struct {
tab *itab
data unsafe.Pointer
}
type itab struct {
_type *_type
}
type moduledata struct {
text uintptr
types uintptr
}
type runtime/internal/atomic.Uint32 struct {
value uint32
}
type stack struct {
hi uintptr
lo uintptr
}
const emptyOne = 1
const emptyRest = 0
const kindDirectIface = 32
const kindGCProg = 64
const kindMask = 31
const minTopHash = 4
or const minTopHash = 5