[Lldb-commits] [PATCH] D149111: [lldb] Add support for specifying language when setting watchpoint by expression
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 25 13:33:05 PDT 2023
bulbazord added inline comments.
================
Comment at: lldb/source/Interpreter/OptionGroupWatchpoint.cpp:67
+ "Number of bytes to use to watch a region."},
+ {LLDB_OPT_SET_2,
+ false,
----------------
jasonmolenda wrote:
> I don't care much, but the formatting of this entry is pretty inconsistent with the two SET_1's above. Should they match?
I applied clang-format to the entire thing and this is what it gave me.... /shrug
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149111/new/
https://reviews.llvm.org/D149111
More information about the lldb-commits
mailing list