Rename load and unload interact. cmds to map-file and unmap-file
This commit is contained in:
parent
e15eea2f39
commit
86545a895b
@ -438,11 +438,11 @@ legacyInteractiveLoop symdbreq world = do
|
||||
"boot" -> bootCmd []
|
||||
"browse" -> browseCmd args
|
||||
|
||||
"load" -> loadMappedFile arg (MemoryMapping Nothing)
|
||||
>> return ""
|
||||
"map-file" -> loadMappedFile arg (MemoryMapping Nothing)
|
||||
>> return ""
|
||||
|
||||
"unload" -> unloadMappedFile arg
|
||||
>> return ""
|
||||
"unmap-file" -> unloadMappedFile arg
|
||||
>> return ""
|
||||
|
||||
"quit" -> liftIO $ exitSuccess
|
||||
"" -> liftIO $ exitSuccess
|
||||
|
Loading…
Reference in New Issue
Block a user