[Lldb-commits] [PATCH] D151859: [lldb/Target] Add ability to set name to targets

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed May 31 17:47:30 PDT 2023


jingham added a comment.

I'd also maybe call this the Target "Label" not the Name.  We have a fairly strong use of Name for breakpoint names, and this doesn't have that character at all.  Also, if they are Labels, I think it's legit for us to keep them unique, which I think is more sane than trying to handle two targets with the same label...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151859



More information about the lldb-commits mailing list