This is the mail archive of the gdb-patches@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: [RFA] convert blocks to dictionaries, phase 1, main part


For branching, check the CVS man pages and:
http://sources.redhat.com/gdb/current/onlinedocs/gdbint_15.html#SEC141
but that is overkill --- you don't need the -D flag. So something like:

cvs -d :ext:sources.redhat.com:/cvs/src rtag carlton_something-YYYYMMDD-branchpoint gdb+dejagnu

cvs -d :ext:sources.redhat.com:/cvs/src rtag -b -r carlton_something-YYYYMMDD-branchpoint carlton_something-YYYYMMDD-branch gdb+dejagnu

cvs -d :ext:sources.redhat.com:/cvs/src co -r carlton_something-YYYYMMDD-branch gdb+dejagnu

(and assume I made a typo --- check the above carefully).
Andrew


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