[lldb] Rename SetResultIsInternal to SetSuppressPersistentResult (NFC)
authorDave Lee <davelee.com@gmail.com>
Tue, 14 Feb 2023 21:39:56 +0000 (13:39 -0800)
committerDave Lee <davelee.com@gmail.com>
Fri, 17 Feb 2023 05:04:23 +0000 (21:04 -0800)
commitb3215c8106170e586c59cc66a118329108cb72a4
tree8e1ad397ddaaf8e4e349f3a40f97233029a9b369
parent39811e2e537de415b68d1ed9edee716dbc59a4ed
[lldb] Rename SetResultIsInternal to SetSuppressPersistentResult (NFC)

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.

Differential Revision: https://reviews.llvm.org/D144042
lldb/include/lldb/Target/Target.h
lldb/source/API/SBExpressionOptions.cpp
lldb/source/Breakpoint/BreakpointLocation.cpp
lldb/source/Expression/UserExpression.cpp