Home
last modified time | relevance | path

Searched refs:nFrame (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdStack.cpp727 MIuint64 nFrame = UINT64_MAX; in Execute() local
729 if (!pArgFrame->GetExpectedOption<CMICmdArgValNumber, MIuint64>(nFrame)) { in Execute()
758 lldb::SBFrame frame = (nFrame != UINT64_MAX) ? thread.GetFrameAtIndex(nFrame) in Execute()
898 MIuint64 nFrame = UINT64_MAX; in Execute() local
900 if (!pArgFrame->GetExpectedOption<CMICmdArgValNumber, MIuint64>(nFrame)) { in Execute()
929 lldb::SBFrame frame = (nFrame != UINT64_MAX) ? thread.GetFrameAtIndex(nFrame) in Execute()
H A DMICmdCmdVar.cpp122 MIuint64 nFrame = UINT64_MAX; in Execute() local
124 !pArgFrame->GetExpectedOption<CMICmdArgValNumber, MIuint64>(nFrame)) { in Execute()
137 nFrame = pOption->GetValue(); in Execute()
156 if (!bCurrentFrame && (nFrame == UINT64_MAX)) { in Execute()
177 : thread.GetFrameAtIndex(nFrame); in Execute()
H A DMICmnLLDBDebuggerHandleEvents.cpp1262 const MIuint nFrame = thread.GetNumFrames(); in MiHelpGetCurrentThreadFrame() local
1263 if (nFrame == 0) { in MiHelpGetCurrentThreadFrame()
1346 const MIuint nFrame = thread.GetNumFrames(); in MiStoppedAtBreakPoint() local
1347 if (nFrame == 0) { in MiStoppedAtBreakPoint()
1442 const MIuint nFrame = thread.GetNumFrames(); in HandleProcessEventStopReasonTrace() local
1443 if (nFrame == 0) { in HandleProcessEventStopReasonTrace()
H A DMICmdCmdData.cpp566 MIuint64 nFrame = UINT64_MAX; in Execute() local
568 !pArgFrame->GetExpectedOption<CMICmdArgValNumber, MIuint64>(nFrame)) { in Execute()
604 lldb::SBFrame frame = (nFrame != UINT64_MAX) ? thread.GetFrameAtIndex(nFrame) in Execute()
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c80092 p->nFrame = 0;
80094 assert( p->nFrame==0 );
84682 return (p ? p->v->nFrame : 0);
86198 p->nFrame--;
91590 p->nFrame++;
162457 UNUSED_PARAMETER(nFrame);
162462 if( nFrame>0 ){
197992 if( p->rc==SQLITE_OK && p->nFrame>0 ){
198052 pRbu->nFrame++;
198657 if( p->nStep>=p->nFrame ){
[all …]
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c12870 int nFrame; /* Number of frames in pFrame list */ member
59929 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 …]