[Lldb-commits] [PATCH] D149111: [lldb] Add support for specifying language when setting watchpoint by expression
Jason Molenda via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 25 13:32:19 PDT 2023
jasonmolenda accepted this revision.
jasonmolenda added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: lldb/source/Interpreter/OptionGroupWatchpoint.cpp:67
+ "Number of bytes to use to watch a region."},
+ {LLDB_OPT_SET_2,
+ false,
----------------
I don't care much, but the formatting of this entry is pretty inconsistent with the two SET_1's above. Should they match?
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