Home
last modified time | relevance | path

Searched refs:wantsCondition (Results 1 – 3 of 3) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/debuggergdb/
H A Ddebugger_defs.h154 wantsCondition(false), in DebuggerBreakpoint()
184 bool wantsCondition; ///< Evaluate condition for pending breakpoints at first stop ! member
H A Dgdb_driver.cpp973 if (bp && bp->wantsCondition) in ParseOutput()
975 bp->wantsCondition = false; in ParseOutput()
H A Dgdb_commands.h523 m_BP->wantsCondition = true; in ParseOutput()