================ @@ -0,0 +1,20 @@ +#ifndef SERVICE_H_IN +#define SERVICE_H_IN + +struct ServiceAux; + +struct Service { + struct State; + bool start(State *) { return true; } + +#ifdef HIDE_FROM_PLUGIN ---------------- Michael137 wrote:
Yea unfortunately this is what the internal users are doing. I reached out to them to understand how this is not causing issues for them. They compile with a non-standards conforming extensions, so that might be part of the story https://github.com/llvm/llvm-project/pull/112566 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits