]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/:
authorMaciej W. Rozycki <macro@linux-mips.org>
Fri, 27 Apr 2007 15:39:49 +0000 (15:39 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Fri, 27 Apr 2007 15:39:49 +0000 (15:39 +0000)
commit66a0218a1e8bb7652aa40704a14711990326b767
tree007f772b2211f646c40859d29cc6c9f3dd1e1c14
parent482f7fee1929be3dcd5770e605c23751e1d5b84e
gdb/:
* Makefile.in (gdbtk-wrapper.o): Update dependencies.
(gdbtk-varobj.o, gdbtk-cmds.o, gdbtk-stack.o): Likewise.

gdb/gdbtk/:
* generic/gdbtk-wrapper.c (GDB_varobj_update): New function.
(wrap_varobj_update): Likewise.
* generic/gdbtk-wrapper.h (GDB_varobj_update): New declaration.
* generic/gdbtk-varobj.c (variable_update): Call
GDB_varobj_update() rather than varobj_update() directly.  Take
the new semantics of the latter into account.
* generic/gdbtk-cmds.c: Include "varobj.h".
* generic/gdbtk-stack.c: Likewise.
gdb/ChangeLog
gdb/Makefile.in