From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: GDB Discussion Subject: Where is GDB going Date: Fri, 23 Feb 2001 13:52:00 -0000 Message-id: <3A96DB35.69A12FC8@cygnus.com> X-SW-Source: 2001-02/msg00327.html Just FYI, I'm currently aware of three significant and ongoing architectural developments in GDB (I use the word `ongoing' loosely as like any work it suffer from fits and starts): o mi/libgdb/cli An interface for building better and more robust GUIs. If is signficant as it involves separating the CLI from the core of GDB. o multi-arch Allowing GDB to debug more complex targets containing several architectures o async/event-loop Eliminating the assumption that the world stops when the target Beyond that I also know of some more localized development (C++ cleanup/revamp, harvard/segment architecture discussion, ...). Andrew