mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 06:19:28 +02:00
* uses ShortName of exe to start GDB
This commit is contained in:
parent
ccf88239a6
commit
6a89db2fdc
@ -420,7 +420,7 @@ constructor TDebugController.Init(const exefn:string);
|
||||
var f: string;
|
||||
begin
|
||||
inherited Init;
|
||||
f := exefn;
|
||||
f := GetShortName(exefn);
|
||||
NoSwitch:=False;
|
||||
LoadFile(f);
|
||||
SetArgs(GetRunParameters);
|
||||
@ -2723,7 +2723,10 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.42 2000-01-10 17:49:40 pierre
|
||||
Revision 1.43 2000-01-20 00:31:53 pierre
|
||||
* uses ShortName of exe to start GDB
|
||||
|
||||
Revision 1.42 2000/01/10 17:49:40 pierre
|
||||
* Get RegisterView to Update correctly
|
||||
* Write in white changed regs (keeping a copy of previous values)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user