[lldb-dev] The two PDB plugins in LLDB

2021-11-02 Thread Raphael Isemann via lldb-dev
Hi all, I'm currently working on a patch that requires updating to all our debug information parsers and I noticed that we have two PDB plugins. One seems to be 'native' and uses a LLVM-internal parser while the non-native reuses parts of Microsoft DIA SDK from what I can see. IIUC the native plu

Re: [lldb-dev] [llvm-dev] Upstream an LLDB language plugin for D and support of custom expressions

2021-11-02 Thread Raphael Isemann via lldb-dev
I think having more language plugins in LLDB is in general a good thing. Given the past experience with other plugins (that have been since removed) there are probably a few things that should be clarified before we merge new plugins: 1. Who is going to maintain it? In the past we had to remove t