perforator
perforator copied to clipboard
is it possible to attach to PID?
trafficstars
Hello, @zyedidia. Is it possible to attach to PID?
It’s not currently possible but I think it could be implemented. You would have to also supply the name of the elf file the process was started with so that it could be searched for functions. I’ll look into this.
I've implemented initial support for attaching on the attach branch. I'm not completely satisfied with it yet and it only supports the single-threaded case right now, but hopefully it is still useful.
Thank you for so quick answer! I will try, but my application is multi-thread.