[Lldb-commits] [PATCH] D148548: [lldb] Improve breakpoint management for interactive scripted process

Med Ismail Bennani via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 17 14:17:12 PDT 2023


mib added a comment.

In D148548#4275567 <https://reviews.llvm.org/D148548#4275567>, @bulbazord wrote:

> Seems okay to me, but it's a little messy that we're having to manage breakpoints like this.

I don't think there is a better way to do this, as breakpoint are managed per target but we're actually trying to copy them from one target to another. Let me know if you can think of another of doing it


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

https://reviews.llvm.org/D148548



More information about the lldb-commits mailing list