
10 Oct
2018
10 Oct
'18
1:51 a.m.
When debugging sandbox it is sometimes annoying that the memory file is deleted early on. If sandbox later crashes or we quit (using the debugger), it is not possible to run it again with the same state since the memory file is gone.
Remove the old memory file when sandbox exits, instead. Also add debugging showing the memory filename.
Signed-off-by: Simon Glass sjg@chromium.org ---
arch/sandbox/cpu/start.c | 6 +----- arch/sandbox/cpu/state.c | 6 +++++- 2 files changed, 6 insertions(+), 6 deletions(-)
Applied to u-boot-dm