fix, gdb com, case where disassembly not updated

This commit is contained in:
Basile Burg 2017-02-09 23:06:36 +01:00
parent e541839848
commit 4e7cf83fad
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
2 changed files with 2 additions and 1 deletions

View File

@ -120,7 +120,7 @@ inherited CEGdbWidget: TCEGdbWidget
end
end
object TabSheet4: TTabSheet
Caption = 'Assembly'
Caption = 'Assembler'
ClientHeight = 164
ClientWidth = 509
object lstAsm: TListView

View File

@ -1657,6 +1657,7 @@ begin
true: o := fDebugeeOptions.projectByFile[fDoc.fileName];
false:o := fDebugeeOptions.projectByFile[fProj.fileName];
end;
fLastFunction := '';
// gdb process
killGdb;
fGdb := TCEProcess.create(nil);