--- hatari/src/debug/debugInfo.c 2019/04/09 08:49:26 1.1.1.2 +++ hatari/src/debug/debugInfo.c 2019/04/09 08:50:21 1.1.1.3 @@ -21,6 +21,7 @@ const char DebugInfo_fileid[] = "Hatari #include "evaluate.h" #include "file.h" #include "gemdos.h" +#include "history.h" #include "ioMem.h" #include "m68000.h" #include "stMemory.h" @@ -819,6 +820,7 @@ static const struct { #endif { true, "file", DebugInfo_FileParse, DebugInfo_FileArgs, "Parse commands from given debugger input " }, { false,"gemdos", GemDOS_Info, NULL, "Show GEMDOS HDD emu info (with , show opcodes)" }, + { true, "history", History_Show, NULL, "Show history of last instructions" }, { true, "memdump", DebugInfo_CpuMemDump, NULL, "Dump CPU memory from given
" }, { false,"osheader", DebugInfo_OSHeader, NULL, "Show TOS OS header information" }, { true, "regaddr", DebugInfo_RegAddr, DebugInfo_RegAddrArgs, "Show from CPU/DSP address pointed by " },