[Lldb-commits] [PATCH] D89477: [lldb] Port lldb gdb-server to libOption

Fangrui Song via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 16 09:02:06 PDT 2020


MaskRay added inline comments.


================
Comment at: lldb/tools/lldb-server/lldb-gdbserver.cpp:405
+  bool HasError = false;
+  opt::InputArgList Args = Opts.parseArgs(argc - 1, argv + 1, OPT_UNKNOWN,
+                                          Saver, [&](llvm::StringRef Msg) {
----------------
Seems that the variable naming is inconsistent with the rest of LLDB and this file.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89477/new/

https://reviews.llvm.org/D89477



More information about the lldb-commits mailing list