mirror of https://gitlab.com/basile.b/dexed.git
fix, gdb com, case where disassembly not updated
This commit is contained in:
parent
e541839848
commit
4e7cf83fad
|
@ -120,7 +120,7 @@ inherited CEGdbWidget: TCEGdbWidget
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object TabSheet4: TTabSheet
|
object TabSheet4: TTabSheet
|
||||||
Caption = 'Assembly'
|
Caption = 'Assembler'
|
||||||
ClientHeight = 164
|
ClientHeight = 164
|
||||||
ClientWidth = 509
|
ClientWidth = 509
|
||||||
object lstAsm: TListView
|
object lstAsm: TListView
|
||||||
|
|
|
@ -1657,6 +1657,7 @@ begin
|
||||||
true: o := fDebugeeOptions.projectByFile[fDoc.fileName];
|
true: o := fDebugeeOptions.projectByFile[fDoc.fileName];
|
||||||
false:o := fDebugeeOptions.projectByFile[fProj.fileName];
|
false:o := fDebugeeOptions.projectByFile[fProj.fileName];
|
||||||
end;
|
end;
|
||||||
|
fLastFunction := '';
|
||||||
// gdb process
|
// gdb process
|
||||||
killGdb;
|
killGdb;
|
||||||
fGdb := TCEProcess.create(nil);
|
fGdb := TCEProcess.create(nil);
|
||||||
|
|
Loading…
Reference in New Issue