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 _______________________________________________ lldb-commits mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
