[Lldb-commits] [PATCH] D124471: Disable symbol on-demand feature for Windows
jeffrey tan via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 27 11:14:56 PDT 2022
yinghuitan added a comment.
@labath, that's a good point. If I remember correctly, exported function symbols will be included in Windows COFF export address table (which I assume will be parsed by lldb symtab). So in theory, if we change the tests (or add new tests) to set symbolic function breakpoint on exported function symbols, they might work on Windows. I can spend some time looking once I got a Windows machine. But I agree it is a lower priority based on your input.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124471/new/
https://reviews.llvm.org/D124471
More information about the lldb-commits
mailing list