mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
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:
parent
d94a9684ab
commit
ee1466d1ea
2 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -300,6 +300,8 @@ String Gdb::DoRun()
|
|||
}
|
||||
|
||||
threads.Clear();
|
||||
disas.Clear();
|
||||
|
||||
String s;
|
||||
for(;;) {
|
||||
s = Cmdp("continue");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue