Searched refs:nFrame (Results 1 – 6 of 6) sorted by relevance
707 MIuint64 nFrame = UINT64_MAX; in Execute() local710 if (!pArgFrame->GetExpectedOption<CMICmdArgValNumber, MIuint64>(nFrame)) in Execute()733 …lldb::SBFrame frame = (nFrame != UINT64_MAX) ? thread.GetFrameAtIndex(nFrame) : thread.GetSelected… in Execute()872 MIuint64 nFrame = UINT64_MAX; in Execute() local875 if (!pArgFrame->GetExpectedOption<CMICmdArgValNumber, MIuint64>(nFrame)) in Execute()898 …lldb::SBFrame frame = (nFrame != UINT64_MAX) ? thread.GetFrameAtIndex(nFrame) : thread.GetSelected… in Execute()
131 MIuint64 nFrame = UINT64_MAX; in Execute() local132 … if (pArgThread->GetFound() && !pArgFrame->GetExpectedOption<CMICmdArgValNumber, MIuint64>(nFrame)) in Execute()143 nFrame = pOption->GetValue(); in Execute()165 if (!bCurrentFrame && (nFrame == UINT64_MAX)) in Execute()180 … lldb::SBFrame frame = bCurrentFrame ? thread.GetSelectedFrame() : thread.GetFrameAtIndex(nFrame); in Execute()
1196 const MIuint nFrame = thread.GetNumFrames(); in MiHelpGetCurrentThreadFrame() local1197 if (nFrame == 0) in MiHelpGetCurrentThreadFrame()1272 const MIuint nFrame = thread.GetNumFrames(); in MiStoppedAtBreakPoint() local1273 if (nFrame == 0) in MiStoppedAtBreakPoint()1359 const MIuint nFrame = thread.GetNumFrames(); in HandleProcessEventStopReasonTrace() local1360 if (nFrame == 0) in HandleProcessEventStopReasonTrace()
598 MIuint64 nFrame = UINT64_MAX; in Execute() local599 … if (pArgFrame->GetFound() && !pArgFrame->GetExpectedOption<CMICmdArgValNumber, MIuint64>(nFrame)) in Execute()631 lldb::SBFrame frame = (nFrame != UINT64_MAX) ? in Execute()632 thread.GetFrameAtIndex(nFrame) : thread.GetSelectedFrame(); in Execute()
14978 int nFrame; /* Number of frames in pFrame list */ member67786 p->nFrame = 0;67788 assert( p->nFrame==0 );73019 p->nFrame--;77563 if( p->nFrame>=db->aLimit[SQLITE_LIMIT_TRIGGER_DEPTH] ){77621 p->nFrame++;131324 int nFrame /* Size of WAL */131326 if( nFrame>=SQLITE_PTR_TO_INT(pClientData) ){131346 SQLITE_API int SQLITE_STDCALL sqlite3_wal_autocheckpoint(sqlite3 *db, int nFrame){131349 UNUSED_PARAMETER(nFrame);[all …]
12870 int nFrame; /* Number of frames in pFrame list */ member59929 p->nFrame = 0;64357 p->nFrame--;68717 if( p->nFrame>=db->aLimit[SQLITE_LIMIT_TRIGGER_DEPTH] ){68769 p->nFrame++;111480 int nFrame /* Size of WAL */111482 if( nFrame>=SQLITE_PTR_TO_INT(pClientData) ){111502 SQLITE_API int sqlite3_wal_autocheckpoint(sqlite3 *db, int nFrame){111505 UNUSED_PARAMETER(nFrame);111507 if( nFrame>0 ){[all …]