[Lldb-commits] [PATCH] D67906: [lldb] Provide tab completion for target select/delete
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 23 09:29:18 PDT 2019
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
More information about the lldb-commits
mailing list