Searched refs:RTDBGCFGOP (Results 1 - 2 of 2) sorted by relevance
/vbox/include/iprt/ |
H A D | dbg.h | 290 typedef enum RTDBGCFGOP enum 310 } RTDBGCFGOP; typedef in typeref:enum:RTDBGCFGOP 360 RTDECL(int) RTDbgCfgChangeString(RTDBGCFG hDbgCfg, RTDBGCFGPROP enmProp, RTDBGCFGOP enmOp, const char *pszValue); 374 RTDECL(int) RTDbgCfgChangeUInt(RTDBGCFG hDbgCfg, RTDBGCFGPROP enmProp, RTDBGCFGOP enmOp, uint64_t uValue);
|
/vbox/src/VBox/Runtime/common/dbg/ |
H A D | dbgcfg.cpp | 1862 static int rtDbgCfgChangeStringList(PRTDBGCFGINT pThis, RTDBGCFGOP enmOp, const char *pszValue, bool fPaths, 1936 static int rtDbgCfgChangeStringU64(PRTDBGCFGINT pThis, RTDBGCFGOP enmOp, const char *pszValue, 1997 RTDECL(int) RTDbgCfgChangeString(RTDBGCFG hDbgCfg, RTDBGCFGPROP enmProp, RTDBGCFGOP enmOp, const char *pszValue) 2037 RTDECL(int) RTDbgCfgChangeUInt(RTDBGCFG hDbgCfg, RTDBGCFGPROP enmProp, RTDBGCFGOP enmOp, uint64_t uValue)
|
Completed in 52 milliseconds