[Lldb-commits] [PATCH] D40022: Corrected two typos and removed unused variable

Tatyana Krasnukha via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 14 05:22:45 PST 2017


tatyana-krasnukha added inline comments.


================
Comment at: source/Commands/CommandObjectTarget.cpp:2589
                       "Write file contents to the memory.", false, true),
-        m_pc_option(LLDB_OPT_SET_1, false, "--set-pc-to-entry", 'p',
                     "Set PC to the entry point."
----------------
Removed these minuses, otherwise user should type option "----set-pc-to-entry"


Repository:
  rL LLVM

https://reviews.llvm.org/D40022





More information about the lldb-commits mailing list