This is the mail archive of the gdb@sources.redhat.com 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]

Re: Questions for GDB Developers


Salman Khilji wrote:
> 
> 1) Suppose we have to isolate the symbol dictionary code into a separate
> library so that this library can potentially be used to create a new
> debugger.   Which source files do we have to include in this library?  I am
> talking about the code that reads object/symbol files, determines the
> addresses and types of global variables and dynamically allocated memory.  I
> am not interested in stack variables.

In general, we haven't been interested in doing this, because the
usual rationale has been to violate GDB's licensing terms by making
proprietary debuggers.  If this is for a new free debugger, then it's
worth talking further.

Stan


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