We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f7c906 + 17149b3 commit 8370b43Copy full SHA for 8370b43
lldb/source/Target/RegisterContextUnwind.cpp
@@ -1402,7 +1402,7 @@ RegisterContextUnwind::SavedLocationForRegister(
1402
// it's still live in the actual register. Handle this specially.
1403
1404
if (!have_unwindplan_regloc && return_address_reg.IsValid() &&
1405
- BehavesLikeZerothFrame()) {
+ IsFrameZero()) {
1406
if (return_address_reg.GetAsKind(eRegisterKindLLDB) !=
1407
LLDB_INVALID_REGNUM) {
1408
lldb_private::UnwindLLDB::ConcreteRegisterLocation new_regloc;
0 commit comments