[Lldb-commits] [PATCH] D82732: WIP: Use SB APIs in CommandObjects
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 1 15:09:23 PDT 2020
JDevlieghere added a comment.
Given that the SB API is stable I wonder if we should be proactive and have these new functions return `SBError` instead of a bool so that they can be extended if we ever to decide to return a useful error.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82732/new/
https://reviews.llvm.org/D82732
More information about the lldb-commits
mailing list