[all-commits] [llvm/llvm-project] aa8816: [lldb] Use value_or instead of getValueOr (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Jun 19 09:12:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa88161b378ecb49388eefc28abe2926a229bcfc
https://github.com/llvm/llvm-project/commit/aa88161b378ecb49388eefc28abe2926a229bcfc
Author: Kazu Hirata <kazu at google.com>
Date: 2022-06-19 (Sun, 19 Jun 2022)
Changed paths:
M lldb/include/lldb/Symbol/LineTable.h
M lldb/source/API/SBModule.cpp
M lldb/source/API/SBPlatform.cpp
M lldb/source/API/SBValue.cpp
M lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
M lldb/source/Commands/CommandObjectFrame.cpp
M lldb/source/Commands/CommandObjectWatchpoint.cpp
M lldb/source/Core/AddressResolverFileLine.cpp
M lldb/source/Core/SourceLocationSpec.cpp
M lldb/source/Core/ValueObject.cpp
M lldb/source/Expression/Materializer.cpp
M lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.cpp
M lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp
M lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
M lldb/source/Plugins/Process/Linux/IntelPTMultiCoreTrace.cpp
M lldb/source/Plugins/Process/Linux/Perf.cpp
M lldb/source/Plugins/Process/minidump/MinidumpParser.cpp
M lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DIERef.h
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
M lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
M lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
M lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
M lldb/source/Plugins/SymbolVendor/PECOFF/SymbolVendorPECOFF.cpp
M lldb/source/Plugins/TraceExporter/ctf/CommandObjectThreadTraceExportCTF.cpp
M lldb/source/Symbol/CompileUnit.cpp
M lldb/source/Symbol/Type.cpp
M lldb/source/Target/PathMappingList.cpp
M lldb/source/Target/StackFrame.cpp
M lldb/source/Utility/ProcessInfo.cpp
M lldb/source/Utility/TraceIntelPTGDBRemotePackets.cpp
Log Message:
-----------
[lldb] Use value_or instead of getValueOr (NFC)
More information about the All-commits
mailing list