[Lldb-commits] [PATCH] D115313: [lldb/Target] Slide source display for artificial locations at function start
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 8 15:20:17 PST 2021
JDevlieghere added inline comments.
================
Comment at: lldb/test/API/source-manager/TestSourceManager.py:279
+ substrs=['stop reason = breakpoint', '%s:%d' % (src_file,0),
+ 'Warning: the current PC is an artificial location'])
+
----------------
Should this print the "in function" part too? If so, why not check for it here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115313/new/
https://reviews.llvm.org/D115313
More information about the lldb-commits
mailing list