This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: -stack-list-frames HIGH_FRAME changes
Daniel Jacobowitz <drow@false.org> writes:
> On Fri, May 05, 2006 at 06:38:19PM +0400, Vladimir Prus wrote:
>> The reason I've included them in patch is that I've learned about Emacs's
>> add-change-log-entry command, which conveniently adds entry to existing
>> file ;-) So, in case if there are several ChangeLog files in patch, I should
>> put those entries separately, and indicate which file each entry goes to,
>> right?
>
> Right. I usually don't bother when it's obvious (e.g. there's only one
> file named gdb.texinfo, and it's obviously in gdb/doc/).
>
> Alexandre Oliva wrote a script to pull the entries out of diffs
> automatically, if you prefer.
If you use Emacs, I have a patch-cleanup command that:
- pulls out ChangeLog patches
- removes patches to generated files *if* there is also a patch to
the presumed source file (so Makefile.in patches get removed if
there is an accompanying Makefile.am patch, but not otherwise).
Let me know if you're interested.