Files
Tom Tromey ba0725dfa0 Handle gdb.LazyString in DAP
Andry pointed out that the DAP code did not properly handle
gdb.LazyString results from a pretty-printer, yielding:

    TypeError: Object of type LazyString is not JSON serializable

This patch fixes the problem, partly with a small patch in varref.py,
but mainly by implementing tp_str for LazyString.

Reviewed-By: Eli Zaretskii <eliz@gnu.org>
2023-10-16 09:28:22 -06:00
..
2023-10-16 09:28:22 -06:00
2023-10-16 09:28:22 -06:00
2023-09-26 09:29:14 -06:00
2023-09-19 13:28:42 -06:00