controlling gdb via python's pexpect
fpga
mgbg25171@blueyonder.co.uk
Fri Nov 6 11:07:00 GMT 2009
Gaius Mulley wrote:
>
> George Russell <george@codeplay.com> writes:
>
>> fpga wrote:
>>> Can someone please give me an example of how this is done.
>>> I'm afraid the documentation is not helping me.
>>> Thx
>>>
>> Hi,
>>
>> I have had some success in controlling GDB (via MI) from python, using
>> the subprocess module and communicating with GDB via
>> pipes. (http://docs.python.org/library/subprocess.html)
>>
>> The main issue so far is that some applications detect when they are
>> running with pipes instead of a terminal for output, and buffer
>> program output by block rather than line as on a terminal, leading to
>> delays in receiving program output issued via printf, for example,
>> unless it is followed by an explicit fflush call.
>>
>> (I too would be interested in an example of using pexpect to control GDB)
>> Cheers,
>> George Russell
>
> Hi,
>
> for what it is worth feel free to download
> http://floppsie.comp.glam.ac.uk/download/python/twingdb.tar.gz
>
> which was written to run two gdb's debugging a stage1 and stage2
> generation of a compiler and single step until a line number differs.
> It is written in Python and uses pexpect
>
> The code is very alpha - but it worked well enough to find the bug I
> was hunting.
>
> regards,
> Gaius
>
>
Hi Gaius
I'd like to download this but get
The requested URL /download/python/twingdb.tar.gz was not found on this
server.
--
View this message in context: http://old.nabble.com/controlling-gdb-via-python%27s-pexpect-tp26221261p26229834.html
Sent from the Sourceware - gdb list mailing list archive at Nabble.com.
More information about the Gdb
mailing list