This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Rename SetResultIsInternal to SetSuppressPersistentResult (NFC)
ClosedPublic

Authored by kastiglione on Feb 14 2023, 1:46 PM.

Details

Summary

Rename SetResultIsInternal and GetResultIsInternal to SetSuppressPersistentResult
and GetSuppressPersistentResult respectively. Also rename m_result_is_internal.

This matches the naming in the SB API.

A separate change calls SetSuppressPersistentResult, where the name
SetResultIsInternal doesn't quite fit.

Diff Detail

Event Timeline

kastiglione created this revision.Feb 14 2023, 1:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 14 2023, 1:46 PM
kastiglione requested review of this revision.Feb 14 2023, 1:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 14 2023, 1:46 PM
jingham accepted this revision.Feb 16 2023, 2:39 PM
This revision is now accepted and ready to land.Feb 16 2023, 2:39 PM