mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Christian Helmuth
parent
d23e1a87dd
commit
0bc2e240bf
@@ -384,7 +384,10 @@ struct qXfer : Command_with_separator
|
||||
State::Memory_map const memory_map(state._current->pd);
|
||||
memory_map.with_bytes([&] (Const_byte_range_ptr const &bytes) {
|
||||
_send_window(out, bytes, Window::from_args(args)); });
|
||||
}
|
||||
} else
|
||||
gdb_response(out, [&] (Output &out) {
|
||||
print(out, "l"); });
|
||||
|
||||
handled = true;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user