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: carlton_dictionary-branch


On Tuesday, September 24, 2002, at 11:42  PM, Jim Blandy wrote:

David Carlton <carlton@math.stanford.edu> writes:
I've created a new branch off of the GDB sources, called
carlton_dictionary-branch.  This will be a place where I can play
around with updating the way symbol lookup happens (with the eventual
goal of adding proper C++ namespace support), shielded from the
piercing eyes of the symbol table maintainers.
There is no escape:

zenia:jimb$ freshen $DDict
freshening /home/jimb/cygnus/src/sourceware/gdb/carlton_dictionary/src:
U src/gdb/CONTRIBUTE
U src/gdb/COPYING
U src/gdb/ChangeLog
U src/gdb/ChangeLog-1990
...

Dave, don't forget to add something like:
grep `whoami` MAINTAINERS >/dev/null
if [ $? != 0 ]; then exit 1; fi

to configure.
:)


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