Searched refs:GetStopSourceLineCount (Results 1 – 3 of 3) sorted by relevance
317 GetStopSourceLineCount (bool before) const;
1391 const uint32_t source_lines_before = debugger.GetStopSourceLineCount(true); in GetStatus()1392 const uint32_t source_lines_after = debugger.GetStopSourceLineCount(false); in GetStatus()
330 Debugger::GetStopSourceLineCount (bool before) const in GetStopSourceLineCount() function in Debugger