Use LLDB_INVALID_FRAME_ID for invalid frame ID's.

llvm-svn: 227283
This commit is contained in:
Jim Ingham 2015-01-28 01:17:26 +00:00
parent 951bdd5f41
commit d1f2536829

View File

@ -2033,7 +2033,7 @@ Thread::DumpUsingSettingsFormat (Stream &strm, uint32_t frame_idx)
StackFrameSP frame_sp;
SymbolContext frame_sc;
if (frame_idx != LLDB_INVALID_INDEX32)
if (frame_idx != LLDB_INVALID_FRAME_ID)
{
frame_sp = GetStackFrameAtIndex (frame_idx);
if (frame_sp)