[Lldb-commits] [PATCH] D146765: [lldb/crashlog] Load inlined symbol into interactive crashlog
Dave Lee via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 23 15:45:54 PDT 2023
kastiglione added inline comments.
================
Comment at: lldb/examples/python/crashlog.py:669
+ r'(0x[0-9a-fA-F]{4,}) +' # addr (4 chars or more)
+ r'((.*)(?:(?: +\+ +)([0-9]+))|[^\s]+)' # symbol + offset
)
----------------
mib wrote:
> @kastiglione may be you have a better idea how to handle `symbol + offset` where ` + offset` might be optional.
symbol is always present?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146765/new/
https://reviews.llvm.org/D146765
More information about the lldb-commits
mailing list