[Vm-dev] Stopping a Smalltalk process from lldb/gdb?

Holger Freyther holger at freyther.de
Tue Oct 4 07:38:00 UTC 2016


Hey,

so apparently I shot myself in the foot and created something like:

[[] repeat] fork.

with printCallStack() I can see it is running and activeProcess gives
me the process. What I can't find is how to suspend/terminate that
process. E.g. for the primtiveSuspend (or TerminateTo) I will need to
prepare the call-stack.

Is there a way I can terminate such a process from the debugger?

cheers
	holger


More information about the Vm-dev mailing list