[Lldb-commits] [PATCH] D64365: [lldb] Let table gen create command option initializers.

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 8 16:46:10 PDT 2019


teemperor marked 5 inline comments as done.
teemperor added a comment.

Thanks for the feedback!



================
Comment at: lldb/source/Commands/BreakpointList.td:1
+include "Options.td"
+
----------------
xiaobai wrote:
> Is BreakpointList.td used? I noticed `hide_aliases` is also implemented in Options.td too.
Yeah, that was just me accidentally adding some unneeded file I used for prototyping. Thanks!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64365/new/

https://reviews.llvm.org/D64365





More information about the lldb-commits mailing list