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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp178 { RTDBGCFG_FLAGS_NO_RECURSIV_SEARCH, RT_STR_TUPLE("rec"), false },
179 { RTDBGCFG_FLAGS_NO_RECURSIV_SEARCH, RT_STR_TUPLE("norec"), true },
632 && !(pThis->fFlags & RTDBGCFG_FLAGS_NO_RECURSIV_SEARCH) )
1434 && !(pThis->fFlags & RTDBGCFG_FLAGS_NO_RECURSIV_SEARCH) )
/vbox/include/iprt/
H A Ddbg.h250 #define RTDBGCFG_FLAGS_NO_RECURSIV_SEARCH RT_BIT_64(3) macro

Completed in 2291 milliseconds