[Lldb-commits] [PATCH] D134515: [lldb] Fix completion of 'settings set' values
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 23 02:24:29 PDT 2022
DavidSpickett added inline comments.
================
Comment at: lldb/test/API/functionalities/completion/TestCompletion.py:409
+ def test_settings_set_stop_disassembly_display_value(self):
+ """Test that 'settins set stop-disassembly-display ' completes to [
+ 'never', 'always', 'no-debuginfo', 'no-source']."""
----------------
DavidSpickett wrote:
> settings
And these comments are rather redundant but it's the local style so it's fine to stick with it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134515/new/
https://reviews.llvm.org/D134515
More information about the lldb-commits
mailing list