]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/interps.c
2005-04-26 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Tue, 26 Apr 2005 05:03:41 +0000 (05:03 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 26 Apr 2005 05:03:41 +0000 (05:03 +0000)
commit71fff37b08f261319956b121244752a31940b7d3
tree3919050a2c2b657c32f52f83262fb41c2efd6100
parentc631edf1cc79aa305924c762642b9160cae94e2d
2005-04-26  Andrew Cagney  <cagney@gnu.org>

Rename 'struct exception' to 'struct gdb_exception'.
* wrapper.c: Update.
* varobj.c: Update.
* tui/tui-interp.c: Update.
* remote.c: Update.
* mi/mi-main.c: Update.
* mi/mi-interp.c: Update.
* linux-thread-db.c: Update.
* interps.h: Update.
* interps.c: Update.
* exceptions.h: Update.
* exceptions.c: Update.
* dwarf2loc.c: Update.
* cli/cli-interp.c: Update.
* cli/cli-script.c: Update.
* breakpoint.c: Update.
16 files changed:
gdb/ChangeLog
gdb/breakpoint.c
gdb/cli/cli-interp.c
gdb/cli/cli-script.c
gdb/dwarf2loc.c
gdb/exceptions.c
gdb/exceptions.h
gdb/interps.c
gdb/interps.h
gdb/linux-thread-db.c
gdb/mi/mi-interp.c
gdb/mi/mi-main.c
gdb/remote.c
gdb/tui/tui-interp.c
gdb/varobj.c
gdb/wrapper.c