Search Results

Search: Posts Made By: alphakili
Forum: Programming 04-27-2019
4,822
Posted By alphakili
Ok. Maybe I'll dig in just a bit to see, how much...
Ok. Maybe I'll dig in just a bit to see, how much I can learn. I very much doubt, that my project would have any large impact anyway, so if I can just use it for leverage to some kind of...
Forum: Programming 04-24-2019
4,822
Posted By alphakili
Well, essentially I wanted to expand my debugger...
Well, essentially I wanted to expand my debugger for AmigaOS to work on other platforms. I could do just a libgdb wrapper, but I thought it would be more interesting to do it manually and figure out,...
Forum: Programming 04-24-2019
4,822
Posted By alphakili
Well, I was hoping, I could cook up something...
Well, I was hoping, I could cook up something simple. Apparently UNIX is a bigger monster, than I expected. I wish everything was as simple as AmigaOS. But that's off topic.

Anyway, I guess the...
Forum: Programming 04-23-2019
4,822
Posted By alphakili
Well, in fact it seems, that I was wrong - I...
Well, in fact it seems, that I was wrong - I haven't solved the problem. What I was trying to do was to setup a signal handler, that would drive the interchange of information between the parent and...
Forum: Programming 04-23-2019
4,822
Posted By alphakili
Piping enables me to read the console output of a...
Piping enables me to read the console output of a process. I did a fair bit of piping, back when I ported CMake to the Amiga platform.

Now, I simply do not get: How does that give me access to the...
Forum: Programming 04-23-2019
4,822
Posted By alphakili
Thanks. I still don't understand, though: If...
Thanks.

I still don't understand, though: If my child executes something like this:


int pid = fork();
if(pid == 0) {
//where exactly do I set up the IPC? Before this point, I do not...
Forum: Programming 04-23-2019
4,822
Posted By alphakili
Search the symbol table of a child process
Hi,

I am a newbie in Linux land, and I have a question about programming parent/child process interaction:

How do I search the value of a symbol in the child process? Is it possible?

I am...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 06:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy