[all-commits] [llvm/llvm-project] 13a3b0: [lldb] Remove usages of case-insensitive c-string ...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Tue Mar 29 08:59:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 13a3b0bb4b64fea08f26c654b7a810f9ca217c7a
https://github.com/llvm/llvm-project/commit/13a3b0bb4b64fea08f26c654b7a810f9ca217c7a
Author: Pavel Labath <pavel at labath.sk>
Date: 2022-03-29 (Tue, 29 Mar 2022)
Changed paths:
M lldb/include/lldb/Host/windows/PosixApi.h
M lldb/source/API/SBFrame.cpp
M lldb/source/DataFormatters/FormatManager.cpp
M lldb/source/Host/windows/Windows.cpp
M lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
M lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
M lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h
M lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
M lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h
M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
Log Message:
-----------
[lldb] Remove usages of case-insensitive c-string functions
They are not portable (which meant we had a hand-rolled implementation
for windows), and llvm::StringRef provides equivalent functionality.
More information about the All-commits
mailing list