carlton_dictionary-branch
Daniel Berlin
dberlin@dberlin.org
Tue Sep 24 21:54:00 GMT 2002
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.
:)
More information about the Gdb
mailing list