[Lldb-commits] [PATCH] D129703: [lldb] Refactor command option enum values (NFC)
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 13 17:48:22 PDT 2022
JDevlieghere added a comment.
In case anyone is wondering why I created a new table instead of using `g_arguments_data`, the answers is that I didn't want to pull that whole table, and the help text callbacks it depends on, into a separate header. But after having discovered two entries that were out of order in this table, I'm starting to reconsider that decision to avoid similar mistakes in the future.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129703/new/
https://reviews.llvm.org/D129703
More information about the lldb-commits
mailing list