[lldb] Complete OptionValue cleanup (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 15 May 2023 02:58:16 +0000 (19:58 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 15 May 2023 03:18:47 +0000 (20:18 -0700)
commit3ebb33632a1509450fdbc1fb6a21107a0a513072
treeb71ac7a9114332ab18e5e5f9f0d78dbcef5fc4a4
parent245549c57517de3b8fa478512bb1ae4295215e31
[lldb] Complete OptionValue cleanup (NFC)

Make the `Get.*Value` and `Set.*Value` function private and migrate the
last remaining call sites to the new overloaded/templated functions.
16 files changed:
lldb/include/lldb/Core/Debugger.h
lldb/include/lldb/Interpreter/OptionValue.h
lldb/source/Commands/CommandObjectBreakpoint.cpp
lldb/source/Commands/CommandObjectMemory.cpp
lldb/source/Commands/CommandObjectRegister.cpp
lldb/source/Core/Debugger.cpp
lldb/source/Core/Disassembler.cpp
lldb/source/Interpreter/OptionValue.cpp
lldb/source/Interpreter/OptionValueArgs.cpp
lldb/source/Interpreter/OptionValueArray.cpp
lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp
lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
lldb/source/Target/Process.cpp
lldb/unittests/Interpreter/TestOptionValue.cpp