This is the mail archive of the frysk@sourceware.org mailing list for the frysk 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] | |
I want to start discussion about the roadmap now, even before we've
resolved a few major questions. Initially I was hoping to defer this
until we'd dug into the gdb question a bit, and settled the various
licensing issues. However, email yesterday from Keith showed me that
these aren't independent -- some choices we make here may affect the
outcome of those other decisions. (More on this below.)
So, what does "best C++ debugger" mean? Naturally, I don't have a
full list. But, I have start -- please help add to this.
There are a few concerns folks have raised about what does not appear in the goal -- for example, cross debugging, or support for multiple languages, or remote debugging. While I think these things aren't directly on our wish-list, I think these sorts of things can be addressed with good design. We don't want to shoot ourselves in the foot.
One possible exception here is that, AFAIK, Red Hat only cares about
ELF targets.
#1 is pretty much understood, I think. Setting aside specific
complaints about MI, a possible drawback I have heard is that this
increases latency for debugging operations. I haven't seen any
measurements of this, though.
#2 has several nice qualities, which I won't enumerate here. In order to behave sanely as a library, the debugger does require a nicer kernel API than ptrace+wait; but this is being worked on already.
However, this approach does put more constraints on the licensing. In particular, GPLv3 would be a bad choice, as (I believe, IANAL) it would prevent library use in Eclipse.
This in turn would impact our ability to reuse code from gdb. I have
had my eye on a couple gdb modules as good candidates for reuse: the
macro expansion code, and perhaps the disassemblers. (I'm not a gdb
expert; if you know of other modular, reusable bits, I'd like to hear
about them.)
Also, if #2 is a strong requirement -- if we really believe that #1 is
a non-starter -- then that would essentially rule out working on gdb.
I say this based on my belief that gdb is not a good candidate for
librarification.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |