[all-commits] [llvm/llvm-project] e2f780: [lldb] [gdb-remote] Use llvm::StringRef.split() an...
Michał Górny via All-commits
all-commits at lists.llvm.org
Sun Sep 26 12:23:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e2f780fba96c55b0dcb7aa3c4719110875b36dfb
https://github.com/llvm/llvm-project/commit/e2f780fba96c55b0dcb7aa3c4719110875b36dfb
Author: Michał Górny <mgorny at moritz.systems>
Date: 2021-09-26 (Sun, 26 Sep 2021)
Changed paths:
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
Log Message:
-----------
[lldb] [gdb-remote] Use llvm::StringRef.split() and llvm::to_integer()
Replace the uses of StringConvert combined with hand-rolled array
splitting with llvm::StringRef.split() and llvm::to_integer().
Differential Revision: https://reviews.llvm.org/D110472
More information about the All-commits
mailing list