[Lldb-commits] [lldb] [lldb][lldb-server] Enable sending RegisterFlags as XML (PR #69951)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 23 14:17:23 PDT 2023


JDevlieghere wrote:

> And if you're not familiar with lldb-server and XML, as I wasn't, it doesn't use libXML to generate it. That's why I'm building strings to fit with the existing target.xml code.

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`. 

https://github.com/llvm/llvm-project/pull/69951


More information about the lldb-commits mailing list