mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-20 22:40:32 +01:00
fixed debugging under fedora core from Colin
git-svn-id: trunk@5407 -
This commit is contained in:
parent
f9b13e171e
commit
55f6eb6906
@ -1545,7 +1545,10 @@ begin
|
||||
then begin
|
||||
TargetPIDPart := GetPart(['child process ', 'child thread '], [' ', '.'], S, True);
|
||||
FTargetPID := StrToIntDef(TargetPIDPart, 0);
|
||||
|
||||
if FTargetPID <= 0 then begin
|
||||
TargetPIDPart := GetPart(['LWP '], [' ', ')'], S, True);
|
||||
FTargetPID := StrToIntDef(TargetPIDPart, 0);
|
||||
end;
|
||||
WriteLN('[Debugger] Target PID: ', FTargetPID);
|
||||
end
|
||||
else begin
|
||||
@ -2261,6 +2264,9 @@ initialization
|
||||
end.
|
||||
{ =============================================================================
|
||||
$Log$
|
||||
Revision 1.45 2004/04/13 20:14:26 mattias
|
||||
fixed debugging under fedora core from Colin
|
||||
|
||||
Revision 1.44 2004/03/13 00:01:53 marc
|
||||
* fixed debugtarget PID parsing (for win32)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user