I have been looking at kdbg source code. I noticed there are a few places where the following source line appears:
::kill(pid(), SIGINT);
My problem is that I cannot understand where pid() is implemented. From my searches on the web, it doesn't seem to be a system call. Grepping the kdbg source tree did not yield any clues where it is implemented.
I am not that experienced in C++ although I have done many years of C development. This is quite baffling. Anyone has any ideas?