[Lldb-commits] [PATCH] D54692: [Driver] Use libOption with tablegen.

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 27 09:53:37 PST 2018


clayborg added a comment.

I would be happy if we just have an EXAMPLES section much like many of the man pages for built in shell commands where we show a few examples.

I would like to see setting up a target a program with arguments that might conflict with the argument parser like:

  % lldb --arch x86_64 /path/to/program/a.out -- --arch arvm7

The first arch is for lldb, and any options past the -- are for the inferior program

Attaching examples, loading a core file, printing python path, maybe specifying some lldb commands with -o and -O to show how those work.


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

https://reviews.llvm.org/D54692





More information about the lldb-commits mailing list