[Lldb-commits] [PATCH] D100053: Fixed bug issue #42017
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 7 11:12:36 PDT 2021
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
Thanks. LGTM with a few nits.
================
Comment at: lldb/docs/use/tutorial.rst:31
with a "-" then you have to tell lldb that you're done with options for the
-current command by adding an option termination: "--" So for instance if you
+current command by adding an option termination: "--" So for instance, if you
want to launch a process and give the "process launch" command the
----------------
================
Comment at: lldb/docs/use/tutorial.rst:137
Finally, there is a mechanism to construct aliases for commonly used commands.
-So for instance if you get annoyed typing:
+So for instance, if you get annoyed typing:
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100053/new/
https://reviews.llvm.org/D100053
More information about the lldb-commits
mailing list