2005-01-13 Michael Snyder <msnyder@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2005-01-13 Michael Snyder <msnyder@redhat.com>
2
3 * gdb-events[.c, .h, .sh]: Whitespace tweaks.
4 * corefile.c: Whitespace tweaks.
5 * completer.c: Whitespace tweaks.
6 * coff-solib.c: Whitespace tweaks.
7 * coff-solib.h: Whitespace tweaks.
8 * cli-out.c: Whitespace tweaks.
9 * breakpoint.c: Whitespace tweaks.
10 * cli/cli-interp.c: Tweak comments, per coding standard.
11
12 2005-01-13 Andrew Cagney <cagney@gnu.org>
13
14 * breakpoint.c (gdb_breakpoint_query): Update, use
15 catch_exceptions_with_msg.
16 (do_captured_breakpoint): Add uiout parameter.
17 (gdb_breakpoint): Update, use catch_exceptions_with_msg.
18 * mi/mi-main.c (mi_cmd_thread_select): Pass mi_error_message to
19 gdb_thread_select. Return MI_CMD_ERROR instead of
20 MI_CMD_CAUGHT_ERROR.
21 (mi_cmd_thread_list_ids): Ditto for gdb_list_thread_ids.
22 (enum captured_mi_execute_command_actions): Delete
23 EXECUTE_COMMAND_DISPLAY_ERROR.
24 (captured_mi_execute_command): Delete code handling
25 MI_CMD_CAUGHT_ERROR.
26 (mi_execute_command): Don't check for
27 EXECUTE_COMMAND_DISPLAY_ERROR.
28 * mi/mi-cmd-break.c (breakpoint_notify): Update call to
29 gdb_breakpoint_query.
30 (mi_cmd_break_insert): Pass mi_error_message to gdb_breakpoint.
31 * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_CAUGHT_ERROR.
32 * gdb.h (gdb_thread_select, gdb_list_thread_ids)
33 (gdb_breakpoint, gdb_breakpoint_query): Add error_message
34 parameter.
35 * thread.c (thread_command): Update call.
36 (gdb_thread_select, gdb_list_thread_ids): Update, call
37 catch_exceptions_with_msg.
38
39 * mi/mi-main.c (mi_execute_command): Use catch_exception,
40 eliminate call to error_last_message.
41 (captured_mi_execute_command): Change return type to void.
42
43 2005-01-12 Andrew Cagney <cagney@gnu.org>
44
45 * exceptions.c (exception_none): New variable.
46 * Makefile.in: Update dependencies.
47 * interps.c: Include "exceptions.h".
48 (interpreter_exec_cmd, interp_exec): Update to return "struct
49 exception"
50 * exceptions.h (no_exception): Declare.
51 * tui/tui-interp.c (tui_exec): Update to return "struct exception"
52 * mi/mi-interp.c: Include "exceptions.h".
53 (mi_cmd_interpreter_exec, mi_interpreter_exec): Update to return
54 'struct exception".
55 * cli/cli-interp.c (cli_interpreter_exec, safe_execute_command)
56 (do_captured_execute_command): Update to use catch_exception.
57 * interps.h: Include "exceptions.h".
58 (interp_exec_ftype, interp_exec): Return "struct exception".
59
60 * exceptions.h (throw_reason): Rename throw_exception.
61 (enum errors, struct exception): Define.
62 (catch_exception_ftype): Define.
63 (catch_exception, throw_exception): Declare.
64 * exceptions.c (throw_exception): Rewrite.
65 (throw_reason): New function.
66 (struct catcher, catcher_state_machine): Replace "reason" with
67 "exception", delete "gdberrmsg".
68 (catch_exception): New function.
69 (catcher_init): Replace "gdberrmsg" parameter with "exception".
70 (catch_errors, catch_exceptions_with_msg): Re-implement passing
71 exception to catcher_init.
72 * utils.c (error_silent, error_stream_1): Use throw_reason.
73 (internal_verror, quit): Ditto.
74 * breakpoint.c (insert_catchpoint, break_command_1): Ditto.
75 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Ditto.
76 * remote.c (remote_open_1, interrupt_query): Ditto.
77
78 2005-01-12 Mark Kettenis <kettenis@gnu.org>
79
80 * i386fbsd-tdep.c: Update copyright year. Include "gdbcore.h",
81 "regcache.h", "gdb_assert.h" and "bsd-uthread.h".
82 (i386fbsd_jmp_buf_reg_offset): New variable.
83 (i386fbsd_supply_uthread, i386fbsd_collect_uthread): New
84 functions.
85 (i386fbsdaout_init_abi): Set supply_uthread and collect_uthread.
86 * Makefile.in (i386fbsd-tdep.o): Update dependency.
87 * config/i386/fbsd.mt (TDEPFILES): Add bsd-uthread.o.
88
89 * bsd-uthread.h: New file.
90 * bsd-uthread.c: New file.
91 * Makefile.in (bsd_uthread_h): New variable.
92 (ALLDEPFILES): Add bsd-uthread.c.
93 (bsd-uthread.o): New dependency.
94
95 * solib.h Update copyright year.
96 (struct so_list): Forward declaration.
97 (solib_read_symbols): New prototype.
98 * solib.c (solib_read_symbols): New function.
99 (solib_add): Call solib_read_symbols to read in symbols.
100 (update_solib_list): Call observer_notify_solib_loaded.
101
102 * i386bsd-nat.c: Update copyright year. Don't include
103 <sys/param.h> and <sys/user.h>.
104 (register_u_addr, kernel_u_size): Remove functions.
105 * config/i386/obsd.mh (NAT_FILE): Remove.
106 * config/i386/obsdaout.mh (NAT_FILE): Set to solib.h.
107 * config/i386/nm-obsd.h: Remove file.
108
109 2005-01-12 Andrew Cagney <cagney@gnu.org>
110
111 * exceptions.c: Include "gdb_string.h".
112 (enum catcher_state, struct catcher): Define.
113 (current_catcher): New global, replaces catch_return;
114 (catch_return): Delete.
115 (throw_exception): Use current_catcher->buf;
116 (catcher_init, catcher_pop, catcher_state_machine): New functions.
117 (catcher): Delete.
118 (struct catch_errors_args): Delete.
119 (do_catch_errors): Delete.
120 (catch_exceptions): Replace body with call to
121 catch_exceptions_with_msg.
122 (catcher): Delete.
123 (catch_exceptions_with_msg, catch_errors): Re-implement using
124 catcher_state_machine.
125
126 * exceptions.h (enum return_reason, RETURN_MASK)
127 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL)
128 (return_mask, throw_exception, catch_exceptions_ftype)
129 (catch_exceptions_with_msg, catch_errors_ftype, catch_errors)
130 (catch_command_errors_ftype, catch_command_errors): Move to
131 exceptions.h.
132 * exceptions.c, exceptions.h: New files.
133 * top.c: Do not include <setjmp.h>.
134 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP, catch_return)
135 (throw_exception, catcher, catch_exceptions)
136 (catch_exceptions_with_msg, struct catch_errors_args)
137 (do_catch_errors, catch_errors, struct captured_command_args)
138 (do_captured_command, catch_command_errors): Move to exceptions.c.
139 * wrapper.c, wince.c, win32-nat.c, utils.c: Include "exceptions.h".
140 * tui/tui-interp.c, top.c, thread.c, symmisc.c: Ditto.
141 * symfile-mem.c, stack.c, solib.c, rs6000-nat.c: Ditto.
142 * remote-sds.c, remote-mips.c, remote-fileio.c: Ditto.
143 * remote-e7000.c, objc-lang.c, ocd.c: Ditto.
144 * remote.c, nto-procfs.c, monitor.c, mi/mi-main.c: Ditto.
145 * main.c, m32r-rom.c, infrun.c, inf-loop.c: Ditto.
146 * hppa-hpux-tdep.c, frame.c, event-top.c, event-loop.c: Ditto.
147 * corelow.c, corefile.c, cli/cli-interp.c, breakpoint.c: Ditto.
148 * ada-valprint.c, ada-lang.c: Ditto.
149 * Makefile.in (HFILES_NO_SRCDIR, COMMON_OBS): Add exceptions.h and
150 exceptions.o. Update all dependencies.
151
152 2005-01-11 Mark Kettenis <kettenis@gnu.org>
153
154 * config/i386/nm-fbsd.h: Update copyright year.
155 Don't include "config/nm-bsd.h".
156 (KERNEL_U_SIZE): Remove macro.
157 (kernel_u_size): Remove prototype.
158
159 * config/vax/nbsdaout.mh (NAT_FILE): Remove.
160 * config/vax/nm-nbsdaout.h: Remove file.
161
162 2005-01-10 Elena Zannoni <ezannoni@redhat.com>
163
164 * MAINTAINERS: Remove self from sh/sh64 maintainership.
165
166 2005-01-10 Andrew Cagney <cagney@gnu.org>
167
168 * MAINTAINERS: List Andrew Cagney and Kevin Buettner as can commit
169 changes to PowerPC, and Andrew Cagney as lead PowerPC GNU/Linux
170 maintainer.
171
172 * MAINTAINERS: Hans-Peter Nilsson and Orjan Friberg can commit
173 changes to CRIS.
174
175 * MAINTAINERS: Remove "Maintenance Only". Spell out that CAN
176 COMMIT means can approve).
177
178 2005-01-10 Mark Kettenis <kettenis@gnu.org>
179
180 * vax-nat.c: Update copyright year. Include "inf-ptrace.h".
181 (vax_register_u_offset): Make statuc.
182 (_initialize_vax_nat): Construct and add target vector.
183 * config/vax/vax.mh (NATDEPFILES): Remove infptrace.o and
184 inftarg.o. Add inf-ptrace.o.
185 * Makefile.in (vax-nat.o): Update dependencies.
186
187 * inf-ptrace.h: Update copyright year. Sync comment with
188 inf-ptrace.c.
189 (inf_ptrace_trad_target): New prototype.
190 * inf-ptrace.c: Update copyright year. Include "regcache.h" and
191 "gdb_assert.h"
192 (inf_ptrace_target): Add comment.
193 (inf_ptrace+register_u_offset): New variable.
194 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
195 (inf_ptrace_store_register, inf_ptrace_store_registers)
196 (inf_ptrace_trad_target): New functions.
197 * Makefile.in (inf-ptrace.o): Update dependencies.
198
199 2005-01-09 Mark Kettenis <kettenis@gnu.org>
200
201 * configure.ac: Provide prerequisite headers when checking
202 <link.h>, <sys/proc.h> and <sys/user.h>.
203 * configure: Regenerate.
204
205 2005-01-08 Mark Kettenis <kettenis@gnu.org>
206
207 * config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Set to
208 tm-ppc-eabi.h instead of the removed tm-nbsd.h.
209
210 2005-01-07 Mark Kettenis <kettenis@gnu.org>
211
212 * config/ia64/tm-linux.h: Tweak comment. Update copyright year.
213 Don't include "tm-ia64.h".
214 * config/ia64/ia64.mt (DEPRECATED_TM_FILE): Remove.
215 * config/ia64/tm-ia64.h: Remove. Move contents ...
216 * ia64-tdep.h: ... here. Update copyright year.
217
218 2005-01-07 Andrew Cagney <cagney@gnu.org>
219
220 * configure.ac: Rename configure.in, require autoconf 2.59.
221 * configure: Re-generate.
222
223 * configure.tgt: Disable arm*-*-*, thumb*-*-*, strongarm*-*-*,
224 xscale-*-* and i[34567]86-*-netware* code adding rdi-share or nlm
225 to configdirs.
226
227 * configure.in: Replace configdirs with multiple references to
228 AC_CONFIG_SUBDIRS.
229 * configure: Re-generate.
230
231 2005-01-05 Andreas Schwab <schwab@suse.de>
232
233 * ia64-tdep.c: Include "osabi.h".
234 (native_find_global_pointer): Delete.
235 (ia64_find_global_pointer): Renamed from
236 generic_elf_find_global_pointer.
237 (FIND_GLOBAL_POINTER): Delete. Change all users to call
238 ia64_find_global_pointer instead.
239 (ia64_gdbarch_init): Call gdbarch_init_osabi. Remove references
240 to ia64_linux_sigcontext_register_address and
241 ia64_linux_write_pc. Don't set tdep->find_global_pointer.
242 (_initialize_ia64_tdep): Call gdbarch_register instead of
243 deprecated register_gdbarch_init.
244 (struct gdbarch_tdep): Remove find_global_pointer field and move
245 to ...
246 * ia64-tdep.h (struct gdbarch_tdep): ... here.
247 (ia64_linux_sigcontext_register_address): Remove declaration.
248 (ia64_linux_getunwind_table): Likewise.
249 (ia64_linux_write_pc): Likewise.
250 * ia64-linux-tdep.c: Include "osabi.h".
251 (ia64_linux_sigcontext_register_address): Make static.
252 (ia64_linux_write_pc): Likewise.
253 (ia64_linux_init_abi): New.
254 (_initialize_ia64_linux_tdep): New.
255 * Makefile.in (ia64-tdep.o, ia64-linux-tdep.o): Depend on
256 $(osabi_h).
257
258 2005-01-05 Kevin Buettner <kevinb@redhat.com>
259
260 * ia64-tdep.c (ia64_gdbarch_init): Eliminate dependency on
261 functions in ia64-aix-tdep.c.
262 * ia64-tdep.h (ia64_aix_sigcontext_register_address): Remove
263 function defined in ia64-aix-tdep.c.
264 * ia64-aix-tdep.c: Remove file.
265 * config/ia64/linux.mt (TDEPFILES): Remove ia64-aix-tdep.o from
266 this list.
267 * Makefile.in (ia64-aix-tdep.o): Delete.
268
269 2005-01-05 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
270
271 Committed by Andrew Cagney.
272 * ada-valprint.c, aix-thread.c, alpha-nat.c: I18n markup.
273 * alphabsd-nat.c, alphanbsd-tdep.c, amd64-linux-nat.c: I18n markup.
274 * amd64-tdep.c, amd64bsd-nat.c, amd64fbsd-nat.c: I18n markup.
275 * arch-utils.c, arm-linux-nat.c, arm-tdep.c: I18n markup.
276 * armnbsd-nat.c, armnbsd-tdep.c, auxv.c, avr-tdep.c: I18n markup.
277 * aix-thread.c (_initialize_aix_thread): Get rid of the
278 deprecated_add_show_from_set call.
279 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
280 * arm-tdep.c (_initialize_arm_tdep): Ditto.
281 * command.h (add_setshow_enum_cmd): Add arguments for returning
282 new list elements.
283 * cli/cli-decode.c (add_setshow_enum_cmd): Ditto.
284 * mips-tdep.c (_initialize_mips_tdep): Modify calls to
285 add_setshow_enum_cmd.
286
287 2005-01-04 Mark Kettenis <kettenis@gnu.org>
288
289 * configure.host (ia64-*-aix*): Remove.
290 * configure.tgt (ia64-*-aix*): Remove.
291 * config/ia64/aix.mh: Remove file.
292 * config/ia64/aix.mt: Remove file.
293 * config/ia64/tm-aix.h: Remove file.
294 * ia64-aix-nat.c: Remove file.
295 * Makefile.in (ia64-aix-nat.o): Remove dependency.
296
297 * config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o.
298 Add back inf-ptrace.o.
299
300 2005-01-04 Andrew Cagney <cagney@gnu.org>
301
302 * version.in: Change format from 6.3.50_2005-01-04-cvs to
303 6.3.50.20050104-cvs.
304
305 2005-01-04 Andreas Schwab <schwab@suse.de>
306
307 * breakpoint.c (break_command_1): Always free err_msg before
308 returning when an exception was caught.
309
310 2005-01-01 Joel Brobecker <brobecker@gnat.com>
311
312 * hppa-tdep.c (prologue_inst_adjust_sp): Fix small confusion
313 in register number for addil instruction.
314
315 For older changes see ChangeLog-2004.
316 \f
317 Local Variables:
318 mode: change-log
319 left-margin: 8
320 fill-column: 74
321 version-control: never
322 End:
This page took 0.052688 seconds and 5 git commands to generate.