* observer.texi (GDB Observers): Document "solib_loaded".
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
8b1ca062
MK
12005-01-12 Mark Kettenis <kettenis@gnu.org>
2
3 * i386bsd-nat.c: Update copyright year. Don't include
4 <sys/param.h> and <sys/user.h>.
5 (register_u_addr, kernel_u_size): Remove functions.
6 * config/i386/obsd.mh (NAT_FILE): Remove.
7 * config/i386/obsdaout.mh (NAT_FILE): Set to solib.h.
8 * config/i386/nm-obsd.h: Remove file.
9
60250e8b
AC
102005-01-12 Andrew Cagney <cagney@gnu.org>
11
db5f402d
AC
12 * exceptions.c: Include "gdb_string.h".
13 (enum catcher_state, struct catcher): Define.
14 (current_catcher): New global, replaces catch_return;
15 (catch_return): Delete.
16 (throw_exception): Use current_catcher->buf;
17 (catcher_init, catcher_pop, catcher_state_machine): New functions.
18 (catcher): Delete.
19 (struct catch_errors_args): Delete.
20 (do_catch_errors): Delete.
21 (catch_exceptions): Replace body with call to
22 catch_exceptions_with_msg.
23 (catcher): Delete.
24 (catch_exceptions_with_msg, catch_errors): Re-implement using
25 catcher_state_machine.
26
60250e8b
AC
27 * exceptions.h (enum return_reason, RETURN_MASK)
28 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL)
29 (return_mask, throw_exception, catch_exceptions_ftype)
30 (catch_exceptions_with_msg, catch_errors_ftype, catch_errors)
31 (catch_command_errors_ftype, catch_command_errors): Move to
32 exceptions.h.
33 * exceptions.c, exceptions.h: New files.
34 * top.c: Do not include <setjmp.h>.
35 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP, catch_return)
36 (throw_exception, catcher, catch_exceptions)
37 (catch_exceptions_with_msg, struct catch_errors_args)
38 (do_catch_errors, catch_errors, struct captured_command_args)
39 (do_captured_command, catch_command_errors): Move to exceptions.c.
40 * wrapper.c, wince.c, win32-nat.c, utils.c: Include "exceptions.h".
41 * tui/tui-interp.c, top.c, thread.c, symmisc.c: Ditto.
42 * symfile-mem.c, stack.c, solib.c, rs6000-nat.c: Ditto.
43 * remote-sds.c, remote-mips.c, remote-fileio.c: Ditto.
44 * remote-e7000.c, objc-lang.c, ocd.c: Ditto.
45 * remote.c, nto-procfs.c, monitor.c, mi/mi-main.c: Ditto.
46 * main.c, m32r-rom.c, infrun.c, inf-loop.c: Ditto.
47 * hppa-hpux-tdep.c, frame.c, event-top.c, event-loop.c: Ditto.
48 * corelow.c, corefile.c, cli/cli-interp.c, breakpoint.c: Ditto.
49 * ada-valprint.c, ada-lang.c: Ditto.
50 * Makefile.in (HFILES_NO_SRCDIR, COMMON_OBS): Add exceptions.h and
51 exceptions.o. Update all dependencies.
52
ca14ead7
MK
532005-01-11 Mark Kettenis <kettenis@gnu.org>
54
eafc7eea
MK
55 * config/i386/nm-fbsd.h: Update copyright year.
56 Don't include "config/nm-bsd.h".
57 (KERNEL_U_SIZE): Remove macro.
58 (kernel_u_size): Remove prototype.
59
ca14ead7
MK
60 * config/vax/nbsdaout.mh (NAT_FILE): Remove.
61 * config/vax/nm-nbsdaout.h: Remove file.
62
4a39d934
EZ
632005-01-10 Elena Zannoni <ezannoni@redhat.com>
64
65 * MAINTAINERS: Remove self from sh/sh64 maintainership.
66
93f0f986
AC
672005-01-10 Andrew Cagney <cagney@gnu.org>
68
c4f9e2bf
AC
69 * MAINTAINERS: List Andrew Cagney and Kevin Buettner as can commit
70 changes to PowerPC, and Andrew Cagney as lead PowerPC GNU/Linux
71 maintainer.
72
6b71dd74
AC
73 * MAINTAINERS: Hans-Peter Nilsson and Orjan Friberg can commit
74 changes to CRIS.
75
93f0f986
AC
76 * MAINTAINERS: Remove "Maintenance Only". Spell out that CAN
77 COMMIT means can approve).
78
8785ced0
MK
792005-01-10 Mark Kettenis <kettenis@gnu.org>
80
2a2de4ce
MK
81 * vax-nat.c: Update copyright year. Include "inf-ptrace.h".
82 (vax_register_u_offset): Make statuc.
83 (_initialize_vax_nat): Construct and add target vector.
84 * config/vax/vax.mh (NATDEPFILES): Remove infptrace.o and
85 inftarg.o. Add inf-ptrace.o.
86 * Makefile.in (vax-nat.o): Update dependencies.
87
8785ced0
MK
88 * inf-ptrace.h: Update copyright year. Sync comment with
89 inf-ptrace.c.
90 (inf_ptrace_trad_target): New prototype.
91 * inf-ptrace.c: Update copyright year. Include "regcache.h" and
92 "gdb_assert.h"
93 (inf_ptrace_target): Add comment.
94 (inf_ptrace+register_u_offset): New variable.
95 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
96 (inf_ptrace_store_register, inf_ptrace_store_registers)
97 (inf_ptrace_trad_target): New functions.
98 * Makefile.in (inf-ptrace.o): Update dependencies.
99
7cb9022a
MK
1002005-01-09 Mark Kettenis <kettenis@gnu.org>
101
102 * configure.ac: Provide prerequisite headers when checking
103 <link.h>, <sys/proc.h> and <sys/user.h>.
104 * configure: Regenerate.
105
c534d641
MK
1062005-01-08 Mark Kettenis <kettenis@gnu.org>
107
108 * config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Set to
109 tm-ppc-eabi.h instead of the removed tm-nbsd.h.
110
4b48ac22
MK
1112005-01-07 Mark Kettenis <kettenis@gnu.org>
112
113 * config/ia64/tm-linux.h: Tweak comment. Update copyright year.
114 Don't include "tm-ia64.h".
115 * config/ia64/ia64.mt (DEPRECATED_TM_FILE): Remove.
116 * config/ia64/tm-ia64.h: Remove. Move contents ...
117 * ia64-tdep.h: ... here. Update copyright year.
118
3ace7edb
AC
1192005-01-07 Andrew Cagney <cagney@gnu.org>
120
bec39cab
AC
121 * configure.ac: Rename configure.in, require autoconf 2.59.
122 * configure: Re-generate.
123
e14ecb8f
AC
124 * configure.tgt: Disable arm*-*-*, thumb*-*-*, strongarm*-*-*,
125 xscale-*-* and i[34567]86-*-netware* code adding rdi-share or nlm
126 to configdirs.
127
3ace7edb
AC
128 * configure.in: Replace configdirs with multiple references to
129 AC_CONFIG_SUBDIRS.
130 * configure: Re-generate.
131
b33e8514
AS
1322005-01-05 Andreas Schwab <schwab@suse.de>
133
134 * ia64-tdep.c: Include "osabi.h".
135 (native_find_global_pointer): Delete.
136 (ia64_find_global_pointer): Renamed from
137 generic_elf_find_global_pointer.
138 (FIND_GLOBAL_POINTER): Delete. Change all users to call
139 ia64_find_global_pointer instead.
140 (ia64_gdbarch_init): Call gdbarch_init_osabi. Remove references
141 to ia64_linux_sigcontext_register_address and
142 ia64_linux_write_pc. Don't set tdep->find_global_pointer.
143 (_initialize_ia64_tdep): Call gdbarch_register instead of
144 deprecated register_gdbarch_init.
145 (struct gdbarch_tdep): Remove find_global_pointer field and move
146 to ...
147 * ia64-tdep.h (struct gdbarch_tdep): ... here.
148 (ia64_linux_sigcontext_register_address): Remove declaration.
149 (ia64_linux_getunwind_table): Likewise.
150 (ia64_linux_write_pc): Likewise.
151 * ia64-linux-tdep.c: Include "osabi.h".
152 (ia64_linux_sigcontext_register_address): Make static.
153 (ia64_linux_write_pc): Likewise.
154 (ia64_linux_init_abi): New.
155 (_initialize_ia64_linux_tdep): New.
156 * Makefile.in (ia64-tdep.o, ia64-linux-tdep.o): Depend on
157 $(osabi_h).
158
0ea390ed
KB
1592005-01-05 Kevin Buettner <kevinb@redhat.com>
160
161 * ia64-tdep.c (ia64_gdbarch_init): Eliminate dependency on
162 functions in ia64-aix-tdep.c.
163 * ia64-tdep.h (ia64_aix_sigcontext_register_address): Remove
164 function defined in ia64-aix-tdep.c.
165 * ia64-aix-tdep.c: Remove file.
166 * config/ia64/linux.mt (TDEPFILES): Remove ia64-aix-tdep.o from
167 this list.
168 * Makefile.in (ia64-aix-tdep.o): Delete.
169
edefbb7c
AC
1702005-01-05 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
171
172 Committed by Andrew Cagney.
173 * ada-valprint.c, aix-thread.c, alpha-nat.c: I18n markup.
174 * alphabsd-nat.c, alphanbsd-tdep.c, amd64-linux-nat.c: I18n markup.
175 * amd64-tdep.c, amd64bsd-nat.c, amd64fbsd-nat.c: I18n markup.
176 * arch-utils.c, arm-linux-nat.c, arm-tdep.c: I18n markup.
177 * armnbsd-nat.c, armnbsd-tdep.c, auxv.c, avr-tdep.c: I18n markup.
178 * aix-thread.c (_initialize_aix_thread): Get rid of the
179 deprecated_add_show_from_set call.
180 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
181 * arm-tdep.c (_initialize_arm_tdep): Ditto.
182 * command.h (add_setshow_enum_cmd): Add arguments for returning
183 new list elements.
184 * cli/cli-decode.c (add_setshow_enum_cmd): Ditto.
185 * mips-tdep.c (_initialize_mips_tdep): Modify calls to
186 add_setshow_enum_cmd.
187
a260932f
MK
1882005-01-04 Mark Kettenis <kettenis@gnu.org>
189
34cf1994
MK
190 * configure.host (ia64-*-aix*): Remove.
191 * configure.tgt (ia64-*-aix*): Remove.
192 * config/ia64/aix.mh: Remove file.
193 * config/ia64/aix.mt: Remove file.
194 * config/ia64/tm-aix.h: Remove file.
195 * ia64-aix-nat.c: Remove file.
196 * Makefile.in (ia64-aix-nat.o): Remove dependency.
197
a260932f
MK
198 * config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o.
199 Add back inf-ptrace.o.
200
5ed102a1
AC
2012005-01-04 Andrew Cagney <cagney@gnu.org>
202
203 * version.in: Change format from 6.3.50_2005-01-04-cvs to
204 6.3.50.20050104-cvs.
205
3a63c4b7
AS
2062005-01-04 Andreas Schwab <schwab@suse.de>
207
208 * breakpoint.c (break_command_1): Always free err_msg before
209 returning when an exception was caught.
210
e22b26cb
JB
2112005-01-01 Joel Brobecker <brobecker@gnat.com>
212
213 * hppa-tdep.c (prologue_inst_adjust_sp): Fix small confusion
214 in register number for addil instruction.
215
151c5df6 216For older changes see ChangeLog-2004.
c906108c
SS
217\f
218Local Variables:
219mode: change-log
220left-margin: 8
221fill-column: 74
222version-control: never
223End:
This page took 0.83638 seconds and 4 git commands to generate.