[Lldb-commits] [PATCH] D68156: [debugserver] Don't use RNBLog for printing the version
Jason Molenda via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 27 12:59:26 PDT 2019
jasonmolenda added a comment.
Hm, if the goal is to get -version (an unrecognized cmd line option) to explicitly print to stderr, don't we want to change the lines in show_usage_and_exit? I think this change would result in us not getting the version string in console logs for normal debug sessions, where we want to keep it.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68156/new/
https://reviews.llvm.org/D68156
More information about the lldb-commits
mailing list