Looking for a extensible shell for debug purpose
- From: "Binary" <binary.chen@xxxxxxxxx>
- Date: 22 Nov 2006 22:20:19 -0800
Hi,
My scenerio is, I need to do a test on a program, but in usual thhis
program is invoked by IPC by another process, that is, the program
listen to a socket, then read message from the socket sent by other
process using IPC. So debug this program needs the other program to
cooperate with.
Now I want to add a thread to this program to start shell, which is
extensible shell, to enter command, then invoke the corresponding
function in the program.
Please note that this is different from general extensible language,
like lua, can embedded into the program, and by running lua script to
run into the original program.
I don't need script, I just want to know the states of the program when
running. The thread is started when the program is ready, and can
accept user input to show some infomation. This need the shell can link
with my own program.
Any help appreciated!
ABAI
.
- Follow-Ups:
- Re: Looking for a extensible shell for debug purpose
- From: Josef Moellers
- Re: Looking for a extensible shell for debug purpose
- Prev by Date: Re: problem with pthread_mutex_timedlock
- Next by Date: Re: Looking for a extensible shell for debug purpose
- Previous by thread: problem with pthread_mutex_timedlock
- Next by thread: Re: Looking for a extensible shell for debug purpose
- Index(es):
Relevant Pages
|