Philippe Mathieu-Daudé <[email protected]> writes: > From "monitor/hmp-target.h", only the MonitorDef structure > is target specific (by using the 'target_long' type). All > the rest (even target_monitor_defs and target_get_monitor_def) > can be exposed to target-agnostic units, allowing to build > some of them in meson common source set. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
The only use of the ->get_value() callback I can see is in get_monitor_def(), to implement HMP's $register feature. I can't see the callback being set. Is it dead?
