This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by quinnp on Nov 2 2021, 7:07 AM.

Details

Summary

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

Diff Detail

Event Timeline

quinnp requested review of this revision.Nov 2 2021, 7:07 AM
quinnp created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 2 2021, 7:07 AM

I have no problem with adopting more inclusive language, but "Primary" doesn't express the right concept. The "master" plan is one that coordinates other plans. There can be many "master plans" on the stack at any one time during a complex set of stepping operations, each distinguished in that it is in charge of the plans that it enqueued. So it isn't Primary in a real sense.

Maybe "Controlling" plan would be better?

Or Coordinating?

jingham requested changes to this revision.Nov 2 2021, 11:36 AM
This revision now requires changes to proceed.Nov 2 2021, 11:36 AM
quinnp updated this revision to Diff 384202.Nov 2 2021, 1:14 PM

Addressing feedback. Changing Primary to Controlling.

quinnp added a comment.Nov 2 2021, 1:14 PM

I have no problem with adopting more inclusive language, but "Primary" doesn't express the right concept. The "master" plan is one that coordinates other plans. There can be many "master plans" on the stack at any one time during a complex set of stepping operations, each distinguished in that it is in charge of the plans that it enqueued. So it isn't Primary in a real sense.

Absolutely, thank you for the feedback! I went with "Controlling".

quinnp retitled this revision from [lldb][NFC] Inclusive Language: rename master plan to primary plan to [lldb][NFC] Inclusive Language: rename master plan to controlling plan.Nov 3 2021, 8:52 AM
quinnp edited the summary of this revision. (Show Details)

@jingham could you take a look at the new changes when you have time? Thanks!

jingham accepted this revision.Nov 11 2021, 11:00 AM

LOKTM

This revision is now accepted and ready to land.Nov 11 2021, 11:00 AM