Files
binutils-gdb/gdb/python
Tom Tromey d8a001f570 Implement DAP "hover" context
A DAP client can request that an expression be evaluated in "hover"
context, meaning that it should not cause side effects.  In gdb, this
can be implemented by temporarily setting a few "may-" parameters to
"off".

In order to make this work, I had to also change "may-write-registers"
so that it can be changed while the program is running.  I don't think
there was any reason for this prohibition in the first place.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30476
2023-06-22 09:46:24 -06:00
..
2023-06-22 09:46:24 -06:00
2023-06-05 12:53:15 +02:00
2023-06-19 16:17:21 +02:00
2023-06-12 12:09:39 -06:00
2023-06-03 22:43:57 +02:00