[all-commits] [llvm/llvm-project] 9da2fa: [lldb] Move StringConvert inside debugserver
Michał Górny via All-commits
all-commits at lists.llvm.org
Mon Sep 27 05:32:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9da2fa277e818e94e45b836a3d416623c838e02a
https://github.com/llvm/llvm-project/commit/9da2fa277e818e94e45b836a3d416623c838e02a
Author: Michał Górny <mgorny at moritz.systems>
Date: 2021-09-27 (Mon, 27 Sep 2021)
Changed paths:
R lldb/include/lldb/Host/StringConvert.h
M lldb/include/lldb/module.modulemap
M lldb/source/Host/CMakeLists.txt
R lldb/source/Host/common/StringConvert.cpp
M lldb/tools/debugserver/source/CMakeLists.txt
M lldb/tools/debugserver/source/JSON.cpp
A lldb/tools/debugserver/source/StringConvert.cpp
A lldb/tools/debugserver/source/StringConvert.h
Log Message:
-----------
[lldb] Move StringConvert inside debugserver
The StringConvert API is no longer used anywhere but in debugserver.
Since debugserver does not use LLVM API, we cannot replace it with
llvm::to_integer() and llvm::to_float() there. Let's just move
the sources into debugserver.
Differential Revision: https://reviews.llvm.org/D110478
More information about the All-commits
mailing list