This is the mail archive of the gdb-patches@sourceware.org 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: [PATCH] disassemble support start,+length format


>>>>> ">" == Cheng Renquan <crquan@gmail.com> writes:

>> +2010-04-15  CHENG Renquan <rqcheng@smu.edu.sg>
>> +
>> +	* gdb/cli/cli-cmds.c (disassemble_command): Add support of disassemble
>> +	"start,+length" form of arguments.
>> +	* gdb/doc/gdb.texinfo: Update disassemble description of two forms of
>> +	arguments, and add new example to demonstrate the new form.

A couple notes on the ChangeLog entry.

First, file names should be relative to the directory holding the
ChangeLog file.  So, the leading "gdb/" should be removed.

Second, doc/ has its own ChangeLog, so you don't need an entry for it in
gdb/ChangeLog.

Third, the NEWS change should be mentioned.

This patch is ok with those updates, once your paperwork is all done.
Be sure to let us know when that happens.

Tom


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