[Lldb-commits] [PATCH] D129682: [lldb] Filter DIEs based on qualified name when possible

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 14 18:20:33 PDT 2022


jingham added a comment.

BTW, this is a side comment, but given that it's fairly common in the STL at least to have functions with a bevy of defaulted arguments that very few people specify or even really know are part of the function signature, it would be neat to do things like:

(lldb) break set -n foo::bar::baz(int, *)

or something, meaning, first argument is an int, I don't care about the others.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129682



More information about the lldb-commits mailing list