JDevlieghere added inline comments.
================ Comment at: lldb/source/Commands/CommandObjectTarget.cpp:63 const char *prefix_cstr, - bool show_stopped_process_status, Stream &strm) { + bool show_stopped_process_status, + bool print_target_index, Stream &strm) { ---------------- Can we convert these boolean flags with a new enum or struct `TargetInfoDumpOptions`? Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D67906/new/ https://reviews.llvm.org/D67906 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits