[Lldb-commits] [PATCH] D124471: Disable symbol on-demand feature for Windows

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 27 04:53:17 PDT 2022


labath added a comment.

FWIW, I don't think that this feature, as it is implemented right now, has any chance of working on windows. Windows does not have the equivalent of .symtab (only .dynsym), so we cannot use that as a poor man's debug info substitute -- the debug info is either there -- or it isn't.

The line-table based hydration triggers could still work, I suppose.


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