(config *config.Config)
| 55 | } |
| 56 | |
| 57 | func NewDebugHelpResolver(config *config.Config) *DebugHelpResolver { |
| 58 | return &DebugHelpResolver{config: config} |
| 59 | } |
| 60 | |
| 61 | func (r *DebugHelpResolver) Initialize(proc windows.Handle, opts uint32) error { |
| 62 | runtime.LockOSThread() |
no outgoing calls