This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Move StringConvert inside debugserver
ClosedPublic

Authored by mgorny on Sep 25 2021, 8:43 AM.

Details

Summary

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)

Diff Detail

Event Timeline

teemperor accepted this revision.Sep 25 2021, 1:59 PM

LGTM, thanks!

This revision is now accepted and ready to land.Sep 25 2021, 1:59 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptSep 27 2021, 5:32 AM