mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 01:27:16 +08:00
service,terminal: when libraries don't have debug_info print reason (#3419)
Print the reason why libraries don't have debug info in response to the 'libraries' command.
This commit is contained in:
committed by
GitHub
parent
d006538bb6
commit
95dac8f19b
@ -571,8 +571,9 @@ type Checkpoint struct {
|
||||
|
||||
// Image represents a loaded shared object (go plugin or shared library)
|
||||
type Image struct {
|
||||
Path string
|
||||
Address uint64
|
||||
Path string
|
||||
Address uint64
|
||||
LoadError string
|
||||
}
|
||||
|
||||
// Ancestor represents a goroutine ancestor
|
||||
|
||||
Reference in New Issue
Block a user