On Tue, Jun 5, 2012 at 9:44 PM, Jonas Ådahl wrote: > On Fri, Jun 1, 2012 at 6:54 PM, Xavier de Gaye <[email protected]> wrote: >> On Fri, Jun 1, 2012 at 10:20 AM, Jonas Ådahl wrote: >>> What I'm looking for is a way to interact directly with GDB via >>> terminal outside of VIM, in a similar way as I use clewn. In other >>> words, I want to run GDB inside a terminal - write commands, navigate >>> history and what not, and not access it via a VIM buffer, while it >>> still enables me to step around, look at variables and control it from >>> within VIM as well. Is there anyway I can achieve this with pyclewn? > > ... > > Do you know if there is any way to implement such a feature with > available versions of GDB?
A minimum level of control by a gdb front-end can be implemented with gdb annotations. There are three levels of annotations, some are deprecated but they have been deprecated for such long time that it is not clear if they will ever go. At one time the emphasis was on gdb/mi "front-ends must use gdb/mi", but after all this time gdb/mi is still far from complete and this project seems to have stalled. -- Xavier Les Chemins de Lokoti: http://lokoti.alwaysdata.net ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Pyclewn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyclewn-general
