mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-19 11:11:43 +02:00
* set signal names to nil at start
This commit is contained in:
parent
8348de452b
commit
58893b78cd
@ -2089,6 +2089,8 @@ begin
|
|||||||
gdboutputbuf.reset;
|
gdboutputbuf.reset;
|
||||||
gdberrorbuf.reset;
|
gdberrorbuf.reset;
|
||||||
create_breakpoint_hook:=@CreateBreakPointHook;
|
create_breakpoint_hook:=@CreateBreakPointHook;
|
||||||
|
signal_string:=nil;
|
||||||
|
signal_name:=nil;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
@ -2559,7 +2561,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.3 2002-02-06 14:42:45 pierre
|
Revision 1.4 2002-03-26 16:24:49 pierre
|
||||||
|
* set signal names to nil at start
|
||||||
|
|
||||||
|
Revision 1.3 2002/02/06 14:42:45 pierre
|
||||||
+ code to handle signals
|
+ code to handle signals
|
||||||
|
|
||||||
Revision 1.2 2002/02/05 11:03:59 marco
|
Revision 1.2 2002/02/05 11:03:59 marco
|
||||||
|
Loading…
Reference in New Issue
Block a user