[Lldb-commits] [lldb] [lldb][lldb-server] Enable sending RegisterFlags as XML (PR #69951)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 24 01:26:29 PDT 2023
DavidSpickett wrote:
> It's somewhat implied, but is the goal to (continue to) avoid that dependency? Other parts of LLDB do rely on libxml2 but I can see how you'd want to limit the dependencies of lldb-server.
Yeah I agree with how lldb-server does it now, and don't want to change that.
Just mentioning it because without looking at the whole file, it might seem weird to be inserting raw strings into something that is elsewhere built with libXML.
https://github.com/llvm/llvm-project/pull/69951
More information about the lldb-commits
mailing list