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

2021-09-27 Thread Michał Górny via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG9da2fa277e81: [lldb] Move StringConvert inside debugserver (authored by mgorny). Herald added a project: LLDB. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D

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

2021-09-25 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor accepted this revision. teemperor added a comment. This revision is now accepted and ready to land. LGTM, thanks! CHANGES SINCE LAST ACTION https://reviews.llvm.org/D110478/new/ https://reviews.llvm.org/D110478 ___ lldb-commits mailing li

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

2021-09-25 Thread Michał Górny via Phabricator via lldb-commits
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 wi