[Lldb-commits] [lldb] [lldb] Change interface of StructuredData::Array::GetItemAtIndexAsDictionary (PR #71961)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 10 12:46:27 PST 2023
bulbazord wrote:
> A great future patch would be to have StructuredData backed by the llvm::json stuff instead of our own custom version of this a JSON style object hiearchy
I think that I agree. Unfortunately I don't have time to drive that right now and it might appear to not make sense why I'm doing these interface changes now if I think we should refactor this class more thoroughly in the future. That being said, part of my goal in refactoring these interfaces is to force folks to think about error handling more explicitly. The other goal is so I can do other refactors in a safer/nicer way. 🙂
https://github.com/llvm/llvm-project/pull/71961
More information about the lldb-commits
mailing list