[all-commits] [llvm/llvm-project] b3215c: [lldb] Rename SetResultIsInternal to SetSuppressPe...
Dave Lee via All-commits
all-commits at lists.llvm.org
Thu Feb 16 21:04:45 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b3215c8106170e586c59cc66a118329108cb72a4
https://github.com/llvm/llvm-project/commit/b3215c8106170e586c59cc66a118329108cb72a4
Author: Dave Lee <davelee.com at gmail.com>
Date: 2023-02-16 (Thu, 16 Feb 2023)
Changed paths:
M lldb/include/lldb/Target/Target.h
M lldb/source/API/SBExpressionOptions.cpp
M lldb/source/Breakpoint/BreakpointLocation.cpp
M lldb/source/Expression/UserExpression.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list