[Lldb-commits] [PATCH] D110478: [lldb] Move StringConvert inside debugserver

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Sep 25 08:43:31 PDT 2021


mgorny created this revision.
mgorny added reviewers: labath, teemperor, krytarowski, emaste, JDevlieghere, jasonmolenda.
mgorny requested review of this revision.

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.

(note: this commit message assumes merging the other parent diffs)


https://reviews.llvm.org/D110478

Files:
  lldb/include/lldb/Host/StringConvert.h
  lldb/include/lldb/module.modulemap
  lldb/source/Host/CMakeLists.txt
  lldb/source/Host/common/StringConvert.cpp
  lldb/tools/debugserver/source/CMakeLists.txt
  lldb/tools/debugserver/source/JSON.cpp
  lldb/tools/debugserver/source/StringConvert.cpp
  lldb/tools/debugserver/source/StringConvert.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110478.375039.patch
Type: text/x-patch
Size: 4957 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210925/616f629a/attachment.bin>


More information about the lldb-commits mailing list