[Lldb-commits] [PATCH] D131693: [lldb][Breakpoint] Prevent crash when resolving regex breakpoint on functions with asm declaration
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 29 10:31:04 PDT 2022
jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.
LGTM. It's hard to prove a negative, but it might be worth checking the other uses of GetFunctionName and make sure we aren't making a similar mistake?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131693/new/
https://reviews.llvm.org/D131693
More information about the lldb-commits
mailing list