Files
binutils-gdb/gdb/python/lib/gdb
Tom Tromey 87e3cc466e Implement DAP setVariable request
This patch implements the DAP setVariable request.

setVariable is a bit odd in that it specifies the variable to modify
by passing in the variable's container and the name of the variable.
This approach can't handle variable shadowing (there are a couple of
open DAP bugs on this topic), so this patch renames duplicates to
avoid the problem.
2023-10-31 11:50:03 -06:00
..
2023-10-31 11:50:03 -06:00
2023-09-26 09:29:14 -06:00
2023-06-28 09:02:56 -06:00