Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_addrinfo.c152 ai->Addr.Stack.frameNo = -1; in VG_()
173 ai->Addr.Stack.frameNo = f; in VG_()
252 ai->Addr.Stack.frameNo = -1; in VG_()
438 if (ai->Addr.Stack.frameNo != -1 && ai->Addr.Stack.IP != 0) { in pp_addrinfo_WRK()
465 ai->Addr.Stack.frameNo, in pp_addrinfo_WRK()
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c3196 Int frameNo, in format_message() argument
3209 if (frameNo < -1) { in format_message()
3212 else if (frameNo == -1) { in format_message()
3243 if ( frameNo >= 0 && (!have_srcloc) && (!have_descr) ) { in format_message()
3256 "in frame #%d of thread %d", frameNo, (Int)tid ); in format_message()
3263 "in frame #%d of thread %d", frameNo, (Int)tid ); in format_message()
3267 if ( frameNo >= 0 && have_srcloc && (!have_descr) ) { in format_message()
3282 fileName, var->lineNo, frameNo, (Int)tid ); in format_message()
3295 fileName, var->lineNo, frameNo, (Int)tid ); in format_message()
3299 if ( frameNo >= 0 && (!have_srcloc) && have_descr ) { in format_message()
[all …]
/external/valgrind/include/
Dpub_tool_addrinfo.h139 Int frameNo; member