[Lldb-commits] [PATCH] D94937: [lldb] change SBStructuredData GetStringValue signature
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 18 16:40:36 PST 2021
JDevlieghere requested changes to this revision.
JDevlieghere added a comment.
This revision now requires changes to proceed.
We guarantee that the SB API is ABI stable so you cannot change the signature of existing functions. Would an overload do the trick?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94937/new/
https://reviews.llvm.org/D94937
More information about the lldb-commits
mailing list