gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gdb] How do i use GDB other input?


From: Fredrik Ohrstrom
Subject: Re: [Gdb] How do i use GDB other input?
Date: Thu, 29 Dec 2005 12:39:13 +0100

Here is a simple c-program that spawns gdb and sends commands to
it and reads the output back. I hope this is what you need.

//Fredrik

On 12/28/05, Choi, Won Suk <address@hidden> wrote:
> How do i use GDB other input?
>
> I am making small LED program. I wanna use GDB in IDE program.
>
> I tried to use Pipe ( Popen and FIFO Pipe)... But I can't.
>
> GDB Message is "Error Detected ON Stdin"
>
> How I can use other input on GDB?
>
> Redirection? or What? Please Answer.
>
> _______________________________________________
> Gdb mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gdb
>
>
>

Attachment: debugger.c
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]