[Lldb-commits] [lldb] [lldb-dap] Migrating 'threads' request to structured types. (PR #142510)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 4 09:55:20 PDT 2025
ashgti wrote:
> I was trying to avoid putting JSON in the test because I find it hard to maintain (your editor/IDE doesn't understand it's JSON, refactoring tools don't work, no automatic formatting, etc) but if we think this is easier to maintain (and means folks write more tests) then I'm all for it. I also really like the checks for the parsing errors.
While updating the test for the 'DisassembledInstruction' type I noticed it handled the 'address' a bit poorly, so I updated that as well with some improved error reporting.
https://github.com/llvm/llvm-project/pull/142510
More information about the lldb-commits
mailing list