This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug python/11688] wrap MI commands in python


http://sourceware.org/bugzilla/show_bug.cgi?id=11688

--- Comment #1 from matt rice <ratmice at gmail dot com> 2011-08-26 06:56:16 UTC ---
Created attachment 5914
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5914
a quick and ugly hack on this...

here is a quick ugly patch for this which i am abandoning, though
I got it partially working, the mi_execute() python function does
some truly awful things, such that I think that specific approach is a dead
end..

the py-mi-out needs error checking/a careful review of reference counting.
and it was only tested with -break-insert/-break-list and -trace-status.

I just think its more worth my time to do real python API's which have nicer
output, than the amount of effort that this will require to get this
functioning correctly and into a commitable form.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]