mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-01 12:43:47 +00:00
Use LLDB_INVALID_FRAME_ID for invalid frame ID's.
llvm-svn: 227283
This commit is contained in:
parent
951bdd5f41
commit
d1f2536829
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user