delve/_scripts/rtype-out.txt
Alessandro Arzilli 2e88b7ead3
tests: fix tests on Go 1.23 (#3697)
* Adjust rtype.go script to handle constants moved to internal/abi from
  runtime
* Remove tests in service/dap/server_test that relied on knowledge of
  the internal layout of channels.
2024-04-11 09:40:57 -07:00

75 lines
1.1 KiB
Plaintext

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|*internal/abi.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|internal/runtime/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|*internal/abi.ITab
data unsafe.Pointer
}
type moduledata struct {
text uintptr
types uintptr
}
type stack struct {
hi uintptr
lo uintptr
}
const emptyOne = 1
const emptyRest = 0
const kindDirectIface|internal/abi.KindDirectIface = 32
const kindGCProg|internal/abi.KindGCProg = 64
const kindMask|internal/abi.KindMask = 31
const minTopHash = 4
or const minTopHash = 5