ports/pharo/src/LibGDBs-Internal-Portlib-Pharo/GDBPortlibPharo.class.st
changeset 302 fdfe1a981363
parent 297 590dadb8382f
child 312 7b90c01d76e2
equal deleted inserted replaced
301:2d0631d5ed1a 302:fdfe1a981363
    60 
    60 
    61 	"Created: / 05-08-2023 / 07:38:23 / Jan Vrany <jan.vrany@labware.com>"
    61 	"Created: / 05-08-2023 / 07:38:23 / Jan Vrany <jan.vrany@labware.com>"
    62 
    62 
    63 ]
    63 ]
    64 
    64 
       
    65 { #category : #synchronization }
       
    66 GDBPortlibPharo >> newMutex [
       
    67 	^ Mutex new
       
    68 
       
    69 	"Created: / 18-08-2023 / 14:17:36 / Jan Vrany <jan.vrany@labware.com>"
       
    70 
       
    71 ]
       
    72 
    65 { #category : #streams }
    73 { #category : #streams }
    66 GDBPortlibPharo >> newPTY [
    74 GDBPortlibPharo >> newPTY [
    67 	"Allocate a PTY and return it as an instance of GDBPTY"
    75 	"Allocate a PTY and return it as an instance of GDBPTY"
    68 	
    76 	
    69 	| fdM fdS name streamM streamS |
    77 	| fdM fdS name streamM streamS |