mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 17:56:45 +08:00
Fully read compile units that contain nested entries we don't understand (such as DW_TAG_namespace) by keeping track of the depth we're at.
7 lines
140 B
Go
7 lines
140 B
Go
package proc
|
|
|
|
// PackageVars returns bi.packageVars (for tests)
|
|
func (bi *BinaryInfo) PackageVars() []packageVar {
|
|
return bi.packageVars
|
|
}
|