mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 01:27:16 +08:00
service/debugger,terminal: API and user interface for follow exec mode (#3286)
Updates #2551
This commit is contained in:
committed by
GitHub
parent
47481fe0ab
commit
a61ccea65a
@ -655,3 +655,10 @@ type GoroutineGroupingOptions struct {
|
||||
MaxGroupMembers int
|
||||
MaxGroups int
|
||||
}
|
||||
|
||||
// Target represents a debugging target.
|
||||
type Target struct {
|
||||
Pid int
|
||||
CmdLine string
|
||||
CurrentThread *Thread
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user