Home | History | Annotate | Download | only in gdbsupport

Lines Matching defs:attach

52    particular, it is therefore not possible to call the attach or
55 /* The type of a key that can be passed to attach, which can be passed
109 /* Attach F as an observer to this observable. F cannot be detached or
117 void attach (const func_type &f, const char *name,
120 attach (f, nullptr, name, dependencies);
123 /* Attach F as an observer to this observable.
133 void attach (const func_type &f, const token &t, const char *name,
136 attach (f, &t, name, dependencies);
140 the token that was previously passed to any number of "attach"
228 void attach (const func_type &f, const token *t, const char *name,