Gdb: Disas is now being cleared after run.

git-svn-id: svn://ultimatepp.org/upp/trunk@12047 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2018-07-05 19:35:08 +00:00
parent d94a9684ab
commit ee1466d1ea
2 changed files with 4 additions and 0 deletions

View file

@ -115,6 +115,8 @@ void DbgDisas::Clear()
addr.Clear();
opfont = StdFontZ(12);
codecx = GetTextSize("movlmo", opfont).cx;
Refresh();
}
void DbgDisas::Add(adr_t adr, const String& code, const String& args, const String& bytes)

View file

@ -300,6 +300,8 @@ String Gdb::DoRun()
}
threads.Clear();
disas.Clear();
String s;
for(;;) {
s = Cmdp("continue");