commit | 332894d341192d201be52ce86a76fa11534d7023 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 01 11:55:12 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 09 04:40:26 2018 -0600 |
tree | 5f551fa6129b6a8dd576a51cbd3ca0aca1dce47e | |
parent | 4e9a64d4cc00431cd5993dc0fd7ea5a0acb8839d [diff] |
sandbox: Remove the old memory file later 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>