[lldb][NFC] Inclusive Language: rename master plan to controlling plan

[NFC] As part of using inclusive language within the llvm project, this patch
renames master plan to controlling plan in lldb.

Reviewed By: jingham

Differential Revision: https://reviews.llvm.org/D113019
This commit is contained in:
Quinn Pham
2021-11-02 08:58:19 -05:00
parent 3e7ad1f2b2
commit 04cbfa950e
17 changed files with 82 additions and 74 deletions

View File

@@ -33,7 +33,7 @@ using namespace lldb_private;
bool ThreadPlanCallFunction::ConstructorSetup(
Thread &thread, ABI *&abi, lldb::addr_t &start_load_addr,
lldb::addr_t &function_load_addr) {
SetIsMasterPlan(true);
SetIsControllingPlan(true);
SetOkayToDiscard(false);
SetPrivate(true);