[Lldb-commits] [lldb] [lldb][RPC] Upstream lldb-rpc-gen tool (PR #138031)
Chelsea Cassanova via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 2 13:25:06 PDT 2025
chelcassanova wrote:
> I expect not because the compilation database only deals with sources, .cpp, .cc etc. not headers.
So it should be trying to load something like `compile_commands.json`? Which is in the root of the build dir so when the tool needs to load it's going to try and do some from the test dir which is not where that file would be.
https://github.com/llvm/llvm-project/pull/138031
More information about the lldb-commits
mailing list