Searched refs:catchers (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dcommon-exceptions.cc52 static std::forward_list<struct catcher> catchers; variable
57 catchers.emplace_front ();
58 return &catchers.front ().buf;
67 switch (catchers.front ().state)
74 catchers.front ().state = CATCHER_RUNNING;
86 catchers.front ().state = CATCHER_RUNNING_1;
89 catchers.front ().state = CATCHER_ABORTING;
102 catchers.front ().state = CATCHER_RUNNING;
105 catchers.front ().state = CATCHER_ABORTING;
133 *exception = std::move (catchers
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dcommon-exceptions.cc52 static std::forward_list<struct catcher> catchers; variable
57 catchers.emplace_front ();
58 return &catchers.front ().buf;
67 switch (catchers.front ().state)
74 catchers.front ().state = CATCHER_RUNNING;
86 catchers.front ().state = CATCHER_RUNNING_1;
89 catchers.front ().state = CATCHER_ABORTING;
102 catchers.front ().state = CATCHER_RUNNING;
105 catchers.front ().state = CATCHER_ABORTING;
133 *exception = std::move (catchers
[all...]

Completed in 178 milliseconds