[Lldb-commits] [PATCH] D107386: [LLDB][GUI] Add Breakpoints window

Omar Emara via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 3 12:11:59 PDT 2021


OmarEmaraDev added a comment.
Herald added a subscriber: JDevlieghere.

I faced a bit of difficulty in this patch, so it is not exactly complete. One issue is that breakpoint descriptions can be very long, I tried to implemented multiline items to workaround this, but that didn't work out and was a waste of time. For now, I just tried to keep descriptions as small as possible. One thing I want to try now is to simply add another tree level and add all necessary information there, similar to verbose breakpoint description.
This is also missing the breakpoint operators, like enabling and disabling breakpoints. Since the window doesn't delegate key handing to the items, this will have to be implemented first.

F18327498: 20210803-211118.png <https://reviews.llvm.org/F18327498>

F18327497: 20210803-211059.png <https://reviews.llvm.org/F18327497>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107386



More information about the lldb-commits mailing list