[Lldb-commits] [lldb] [lldb] Improve identification of Dlang	mangled names (PR #93881)
    Pavel Labath via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Mon Jun  3 23:55:29 PDT 2024
    
    
  
labath wrote:
> Fix is #94196.
> 
> There isn't anything to log really, the function just didn't have a symbol on Windows.
AIUI, symtabs just aren't a thing on windows. You either have debug info, or you have the exported symbols (aka .dynsym). There's no inbetween state.
https://github.com/llvm/llvm-project/pull/93881
    
    
More information about the lldb-commits
mailing list