[Lldb-commits] [PATCH] D97786: LLDB: Use path relative to binary, not relative to debugger CWD, for finding  .dwo files.
    Pavel Labath via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Thu Apr  8 01:58:18 PDT 2021
    
    
  
labath added a comment.
If gdb does it, then I don't have any issues with this functionality. It could use a test case though. You can try rewriting that gdb test case for lldb -- we don't have fancy dwarf assemblers (cool stuff, btw), we just use asm (you could look at test/Shell/SymbolFile/DWARF/dwo-type-in-main-file.s for inspiration). However, generating the inputs via clang should be fine as well..
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97786/new/
https://reviews.llvm.org/D97786
    
    
More information about the lldb-commits
mailing list