]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ChangeLog
c6de86e1324231892a734b71560f7e6989a63b77
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
1 2005-01-21 Mark Kettenis <kettenis@gnu.org>
2
3 * configure.ac (targ_archs): Use standard autoconf check for
4 "struct stat.st_blocks" instead of rolling our own.
5 * configure: Regenerated.
6 * acconfig.h (HAVE_STRUCT_STAT_ST_BLOCKS): Remove undef.
7 * config.in: Regenerated.
8
9 2005-01-21 Mark Kettenis <kettenis@gnu.org>
10
11 * configure.ac: Modernize checks for `long long' and `long double'
12 support.
13 * configure: Regenerated.
14 * acconfig.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG)
15 (PRINT_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE): Remove undefs.
16 * config.in: Regenerated.
17
18 2005-01-20 Mark Kettenis <kettenis@gnu.org>
19
20 * acconfig.h (HAVE_STRUCT_SAVE_STATE_T)
21 (HAVE_STRUCT_MEMBER_SS_WIDE): Remove undefs.
22 * configure.ac: Remove checks for HP-UX save_state structure.
23 * configure: Regenerated.
24
25 2005-01-19 Andrew Cagney <cagney@gnu.org>
26
27 * utils.c (quit): Simplify, call fatal.
28 * exceptions.c: Include "serial.h"
29 (print_flush): Mimic flush code found in utils.c:quit.
30 * Makefile.in: Update dependencies.
31
32 2005-01-19 Jim Blandy <jimb@redhat.com>
33
34 * configure.tgt: Set build_rdi_share to "yes" on those targets
35 that use that debugging protocol.
36 Set build_nlm to yes to build NLM stub for Netware targets.
37 * configure.ac: If build_rdi_share is "yes", then configure the
38 rdi-share subdirectory.
39 If build_nlm is "yes", the configure the "nlm" subdirectory.
40 * configure: Regenerated.
41
42 * rdi-share/configure, rdi-share/aclocal.m4: Regenerated using
43 autoconf 2.59 and automake 1.9.3.
44
45 2005-01-19 Andrew Cagney <cagney@gnu.org>
46
47 * exceptions.h (deprecated_throw_reason): Rename throw_reason.
48 * exceptions.c (deprecated_throw_reason): Rename throw_reason.
49 * utils.c (internal_verror, quit): Update.
50 * remote-sds.c (interrupt_query): Update.
51 * remote-mips.c (mips_error, mips_kill): Update.
52 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Update.
53 * remote.c (interrupt_query): Update.
54 * ocd.c (interrupt_query): Update.
55 * nto-procfs.c (interrupt_query): Update.
56 * monitor.c (monitor_interrupt_query): Update.
57 * breakpoint.c (break_command_1): Update.
58
59 * infrun.c: (resume, proceed, wait_for_inferior)
60 (handle_inferior_event, stop_stepping)
61 (prepare_to_wait): Write debug output to gdb_stdlog.
62
63 2005-01-19 Mark Kettenis <kettenis@gnu.org>
64
65 * inf-ptrace.c (inf_ptrace_prepare_to_store)
66 (inf_ptrace_post_startup_inferior)
67 (inf_ptrace_acknowledge_created_inferior)
68 (inf_ptrace_insert_fork_catchpoint)
69 (inf_ptrace_remove_fork_catchpoint)
70 (inf_ptrace_insert_vfork_catchpoint):
71 (inf_ptrace_remove_vfork_catchpoint, inf_ptrace_follow_fork)
72 (inf_ptrace_insert_exec_catchpoint)
73 (inf_ptrace_remove_exec_catchpoint): Remove functions.
74 (inf_ptrace_reported_exec_events_per_exec_call): Tweak comment.
75 (inf_ptrace_target): Don't set to_prepare_to_store,
76 to_post_startup_inferior, to_acknowledge_created_inferior,
77 to_insert_fork_ctachpoint, to_remove_fork_catchpoint,
78 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
79 to_follow_fork, to_insert_exec_catchpoint,
80 to_remove_exec_catchpoint.
81
82 2005-01-18 Andrew Cagney <cagney@gnu.org>
83
84 * target.h (struct target_ops): Change return type of
85 to_insert_fork_catchpoint, to_insert_vfork_catchpoint and
86 to_insert_exec_catchpoint to void.
87 (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
88 (child_insert_exec_catchpoint): Change return type to void.
89 * target.c (update_current_target): Update.
90 (debug_to_insert_fork_catchpoint)
91 (debug_to_insert_vfork_catchpoint)
92 (debug_to_insert_exec_catchpoint): Update.
93 * inf-child.c (inf_child_insert_fork_catchpoint)
94 (inf_child_insert_vfork_catchpoint)
95 (inf_child_insert_exec_catchpoint): Update.
96 * breakpoint.c (insert_catchpoint): Update, do not throw an error.
97 * linux-nat.c (child_insert_fork_catchpoint)
98 (child_insert_vfork_catchpoint)
99 (child_insert_exec_catchpoint): Update.
100 * inftarg.c (child_insert_fork_catchpoint)
101 (child_insert_vfork_catchpoint,)
102 (child_insert_exec_catchpoint): Update.
103
104 * remote.c (remote_open_1): Use throw_exception.
105
106 2005-01-17 Michael Snyder <msnyder@redhat.com>
107
108 * mips-linux-tdep.c: Whitespace tweaks.
109
110 2005-01-17 Corinna Vinschen <vinschen@redhat.com>
111
112 * infcmd.c (attach_command): Call CLEAR_SOLIB if available.
113
114 2005-01-17 Andrew Cagney <cagney@gnu.org>
115
116 * top.h (source_error, source_pre_error): Delete declaration.
117 * cli/cli-script.c (source_error_allocated, source_error): Delete.
118 (script_from_file, source_cleanup_lines): Do not manipulate
119 source_error_allocated, error_pre_print and source_error.
120 (struct source_cleanup_lines_args): Delete fields old_pre_error,
121 and old_error_pre_print.
122 * top.c (source_error_allocated, source_error)
123 (source_pre_error): Delete.
124 (command_line_input): Do not set error_pre_print.
125 * event-top.c (command_line_handler): Do not set error_pre_print.
126
127 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
128
129 * MAINTAINERS: Update my email address.
130
131 2005-01-16 Mark Kettenis <kettenis@gnu.org>
132
133 * configure.ac: Provide prerequisite headers when checking
134 <term.h>.
135 * configure: Regenerate.
136
137 * amd64fbsd-tdep.c: Update copyright year. Include "gdb_assert.h"
138 and "bsd-uthread.h".
139 (amd64fbsd_jmp_buf_reg_offset): New variable.
140 (amd64fbsd_supply_uthread, amd64fbsd_collect_uthread): New
141 functions.
142 (amd64fbsd_init_abi): Set supply_uthread and collect_uthread.
143 * i386fbsd-tdep.c: Fix typo.
144 * Makefile.in (amd64fbsd-tdep.o): Update dependencies.
145 * config/i386/fbsd64.mt (TDEPFILES): Add bsd-uthread.o.
146
147 2005-01-16 Andrew Cagney <cagney@gnu.org>
148
149 * cli/cli-script.c: Include "exceptions.h".
150 (struct wrapped_read_command_file_args): Define.
151 (wrapped_read_command_file): New function.
152 (script_from_file): Replace direct call to read_command_file by
153 one wrapped by an exception handler.
154 * exceptions.c (throw_it): Free the old message after creating the
155 new.
156 * Makefile.in: Update dependencies.
157
158 2005-01-16 Mark Kettenis <kettenis@gnu.org>
159
160 * sparc64fbsd-tdep.c: Update copyright year.
161 (sparc64fbsd_collect_gregset, sparc64fbsd_collect_fpregset): New
162 functions.
163 (sparc64fbsd_init_abi): Create register sets with collect
164 functions.
165
166 * sparc64fbsd-nat.c: Include "fbsd-nat.h".
167 (_initialize_sparc64fbsd_nat): Add some extra features to the
168 generic SPARC target.
169 * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
170 * config/sparc/fbsd.mh (NATDEPFILES): Add fbsd-nat.o and gcore.o.
171 (NAT_FILE): Set to solib.h.
172 * config/sparc/nm-fbsd.h: Remove file.
173
174 * sparc64-tdep.c (sparc64_store_arguments): Fix typo.
175
176 * sparc-tdep.c (sparc_integral_or_pointer_p): Simplify.
177
178 2005-01-16 Andrew Cagney <cagney@gnu.org>
179
180 * exceptions.c (struct catcher): Delete saved_error_pre_print and
181 saved_quit_pre_print.
182 (catcher_init): Delete parameter errstring, do not override the
183 pre_print strings.
184 (catcher_pop): Do not restore the pre_print strings.
185 (catch_exception, catch_exceptions_with_msg, catch_errors)
186 (catch_command_errors): Update catch_init calls.
187
188 2005-01-16 Mark Kettenis <kettenis@gnu.org>
189
190 * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
191 * sparc64fbsd-nat.c: Update copyright year. Include "target.h".
192
193 2005-01-15 Andrew Cagney <cagney@gnu.org>
194
195 * acinclude.m4: Include ../bfd/bfd.m4 instead of
196 ../bfd/acinclude.m4. Include ../gettext.m4.
197 * aclocal.m4, configure: Re-generate.
198
199 * exceptions.c (do_captured_command)
200 (struct captured_command_args): Delete.
201 (catch_command_errors): Simplify by inlining call to catch_errors.
202
203 * exceptions.c (struct catcher): Delete field print_message.
204 (catcher_init): Delete print_message parameter.
205 (catch_exception, catch_exceptions_with_msg, catch_errors): Update.
206 (throw_it): Delete prefix parameter.
207 (throw_verror, throw_vfatal, throw_error): Update.
208
209 2005-01-14 Andrew Cagney <cagney@gnu.org>
210
211 * exceptions.c (print_and_throw): Delete, replaced by throw_it.
212 (throw_reason): Leave the exception's message field blank.
213 (throw_it): New function, create the exception and throw it.
214 (throw_verror, throw_vfatal, throw_error): Call throw_it.
215 (print_any_exception): New function.
216 (catch_errors, catch_exceptions_with_msg): Call
217 print_any_exception.
218 (throw_exception): Move code calling annotate_error and
219 annotate_quit from here ...
220 (print_exception): ... to here.
221
222 * exceptions.c (exception_fprintf, exception_print): Move printing
223 of \n from here ...
224 (print_exception): ... to here.
225 (print_flush): New function.
226 (exception_print, exception_fprintf): Replace duplicated flush and
227 wrap code with call to print_flush.
228 (print_and_throw): Simplify, by using xstrvprintf, print_flush,
229 and print_exception.
230 (do_write): Delete.
231
232 * remote-sds.c (interrupt_query): Call throw_reason instead of
233 throw_exception.
234 * remote-mips.c (mips_error, mips_kill): Ditto
235 * ocd.c (interrupt_query): Ditto.
236 * nto-procfs.c (interrupt_query): Ditto.
237 * monitor.c (monitor_interrupt_query): Ditto.
238
239 2005-01-14 Jeff Johnston <jjohnstn@redhat.com>
240
241 * ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions.
242
243 2005-01-14 Andrew Cagney <cagney@gnu.org>
244
245 * exceptions.h (catch_exceptions): Delete errstring parameter.
246 (catch_exceptions_with_msg): Ditto.
247 * exceptions.c (catch_exceptions_with_msg): Update.
248 (catch_exceptions): Update.
249 * symfile-mem.c (add_vsyscall_page): Update.
250 * frame.c (get_current_frame): Update.
251 * wrapper.c (gdb_value_struct_elt): Update.
252 * exceptions.c (catch_exceptions): Update.
253 * thread.c (gdb_list_thread_ids, gdb_thread_select): Update.
254 * breakpoint.c (gdb_breakpoint_query, gdb_breakpoint): Update.
255 * remote-fileio.c (remote_fileio_request): Update.
256
257 * exceptions.h (exception_fprintf): Declare.
258 (exception_print): Drop pre_print parameter.
259 * mi/mi-main.c (mi_execute_command): Update exception_print call.
260 * cli/cli-interp.c (safe_execute_command): Update exception_print
261 call.
262 * remote.c (remote_open_1): Instead of passing an error prefix to
263 catch_exceptions, use catch_exceptions and exception_fprintf.
264 (remote_start_remote): Change return type to void.
265 * breakpoint.c (insert_bp_location): Instead of passing an error
266 prefix to catch_exceptions, use catch_exceptions and
267 exception_fprintf.
268 (insert_catchpoint): Change return type to void.
269 (break_command_1): Update exception_print call.
270 * exceptions.c (exception_fprintf): New function.
271 (print_exception): New function.
272 (exception_print): Use print_exception.
273
274 * utils.c (error_output_message): Delete function.
275 * defs.h (error_output_message): Delete declaration.
276
277 * linespec.c (symtab_from_filename, decode_variable): Use
278 throw_error instead of error_silent.
279 * breakpoint.c (do_captured_parse_breakpoint): Change return type
280 to void.
281 (break_command_1): Use catch_exception and check the error return
282 status.
283 * exceptions.c (throw_error): New function.
284 (throw_vsilent): Delete function.
285 * exceptions.h (throw_error): Declare.
286 (throw_vsilent): Delete declaration.
287 * utils.c (error_silent): Delete function.
288 * defs.h (error_silent): Delete declaration.
289
290 * mi/mi-main.c (mi_execute_command): Print the exception.
291 * cli/cli-interp.c (safe_execute_command): Print the exception.
292 * exceptions.h (exception_print): Declare.
293 * exceptions.c (struct catcher): Add field print_message.
294 (catcher_init): Add parameter print_message, store in the catcher
295 struct.
296 (print_and_throw): Only print the message when print_message.
297 (catch_exceptions_with_msg, catch_errors): Pass print_message=1 to
298 catcher_init.
299 (catch_exception): Pass print_message=0 to catcher_init.
300
301 * varobj.c (varobj_create): Add missing \n.
302
303 2005-01-13 Michael Snyder <msnyder@redhat.com>
304
305 * cli/cli-decode.h: Whitespace tweaks.
306 * wince.c: Whitespace tweaks.
307 * uw-thread.c: Whitespace tweaks.
308 * utils.c: Whitespace tweaks.
309 * tracepoint.[ch]: Whitespace tweaks.
310 * solist.h: Whitespace tweaks.
311
312 2005-01-13 Andrew Cagney <cagney@gnu.org>
313
314 * exceptions.h (struct exception): Make message const.
315 * mi/mi-main.c (mi_execute_command): Pass result.message directly
316 to fputstr_unfiltered.
317
318 2005-01-13 Michael Snyder <msnyder@redhat.com>
319
320 * stack.c: Whitespace tweaks.
321 * somsolib.[ch]: Whitespace tweaks.
322 * solib-aix.c: Whitespace tweaks.
323 * solib.c: Whitespace tweaks.
324 * solib-frv.c: Whitespace tweaks.
325 * solib.h: Whitespace tweaks.
326 * solib-irix.c: Whitespace tweaks.
327 * solib-som.c: Whitespace tweaks.
328 * solib-sunos.c: Whitespace tweaks.
329 * solib-svr4.[ch]: Whitespace tweaks.
330 * ser-tcp.c: Whitespace tweaks.
331 * ser-unix.c: Whitespace tweaks.
332 * serial.h: Whitespace tweaks.
333 * scm-valprint.c: Whitespace tweaks.
334 * rs6000-tdep.c: Whitespace tweaks.
335 * rs6000-nat.c: Whitespace tweaks.
336 * remote.c: Whitespace tweaks.
337
338 2005-01-13 Andrew Cagney <cagney@gnu.org>
339
340 * defs.h (error_last_message, error_init): Delete declaration.
341 * utils.c (fatal, vfatal): Call throw_vfatal.
342 (error, verror): Call throw_verror;
343 (do_write, error_stream_1): Delete function.
344 (error_stream): Simplify, call error.
345 (error_last_message, error_init, gdb_lasterr): Delete.
346 (error_silent): Simplify, call throw_vsilent.
347 * mi/mi-interp.c (mi_cmd_interpreter_exec): Dup the message.
348 * main.c (captured_main): Delete call to error_init.
349 * exceptions.c (throw_verror, throw_verror)
350 (throw_vsilent): New functions.
351 (do_write, print_and_throw): New functions.
352 (last_message): New global.
353 (throw_reason): Replace error_last_message with last_message.
354 (catch_exceptions_with_msg): Dup the message.
355 * exceptions.h (throw_verror, throw_vfatal, throw_vsilent):
356 Declare.
357
358 2005-01-13 Michael Snyder <msnyder@redhat.com>
359
360 * remote-st.c: Whitespace tweaks.
361 * remote-sim.c: Whitespace tweaks.
362 * remote-mips.c: Whitespace tweaks.
363 * pa64solib.[ch]: Whitespace tweaks.
364 * mdebugread.c: Whitespace tweaks.
365 * main.c: Whitespace tweaks.
366 * interps.c: Whitespace tweaks.
367 * infrun.c: Whitespace tweaks.
368 * infcmd.c: Whitespace tweaks.
369 * hpux-thread.c: Whitespace tweaks.
370 * hppa-hpux-tdep.c: Whitespace tweaks.
371 * gdbcore.h: Whitespace tweaks.
372 * gdbcmd.h: Whitespace tweaks.
373 * gdb-events[.c, .h, .sh]: Whitespace tweaks.
374 * corefile.c: Whitespace tweaks.
375 * completer.c: Whitespace tweaks.
376 * coff-solib.c: Whitespace tweaks.
377 * coff-solib.h: Whitespace tweaks.
378 * cli-out.c: Whitespace tweaks.
379 * breakpoint.c: Whitespace tweaks.
380 * cli/cli-interp.c: Tweak comments, per coding standard.
381
382 2005-01-13 Andrew Cagney <cagney@gnu.org>
383
384 * breakpoint.c (gdb_breakpoint_query): Update, use
385 catch_exceptions_with_msg.
386 (do_captured_breakpoint): Add uiout parameter.
387 (gdb_breakpoint): Update, use catch_exceptions_with_msg.
388 * mi/mi-main.c (mi_cmd_thread_select): Pass mi_error_message to
389 gdb_thread_select. Return MI_CMD_ERROR instead of
390 MI_CMD_CAUGHT_ERROR.
391 (mi_cmd_thread_list_ids): Ditto for gdb_list_thread_ids.
392 (enum captured_mi_execute_command_actions): Delete
393 EXECUTE_COMMAND_DISPLAY_ERROR.
394 (captured_mi_execute_command): Delete code handling
395 MI_CMD_CAUGHT_ERROR.
396 (mi_execute_command): Don't check for
397 EXECUTE_COMMAND_DISPLAY_ERROR.
398 * mi/mi-cmd-break.c (breakpoint_notify): Update call to
399 gdb_breakpoint_query.
400 (mi_cmd_break_insert): Pass mi_error_message to gdb_breakpoint.
401 * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_CAUGHT_ERROR.
402 * gdb.h (gdb_thread_select, gdb_list_thread_ids)
403 (gdb_breakpoint, gdb_breakpoint_query): Add error_message
404 parameter.
405 * thread.c (thread_command): Update call.
406 (gdb_thread_select, gdb_list_thread_ids): Update, call
407 catch_exceptions_with_msg.
408
409 * mi/mi-main.c (mi_execute_command): Use catch_exception,
410 eliminate call to error_last_message.
411 (captured_mi_execute_command): Change return type to void.
412
413 2005-01-12 Andrew Cagney <cagney@gnu.org>
414
415 * exceptions.c (exception_none): New variable.
416 * Makefile.in: Update dependencies.
417 * interps.c: Include "exceptions.h".
418 (interpreter_exec_cmd, interp_exec): Update to return "struct
419 exception"
420 * exceptions.h (no_exception): Declare.
421 * tui/tui-interp.c (tui_exec): Update to return "struct exception"
422 * mi/mi-interp.c: Include "exceptions.h".
423 (mi_cmd_interpreter_exec, mi_interpreter_exec): Update to return
424 'struct exception".
425 * cli/cli-interp.c (cli_interpreter_exec, safe_execute_command)
426 (do_captured_execute_command): Update to use catch_exception.
427 * interps.h: Include "exceptions.h".
428 (interp_exec_ftype, interp_exec): Return "struct exception".
429
430 * exceptions.h (throw_reason): Rename throw_exception.
431 (enum errors, struct exception): Define.
432 (catch_exception_ftype): Define.
433 (catch_exception, throw_exception): Declare.
434 * exceptions.c (throw_exception): Rewrite.
435 (throw_reason): New function.
436 (struct catcher, catcher_state_machine): Replace "reason" with
437 "exception", delete "gdberrmsg".
438 (catch_exception): New function.
439 (catcher_init): Replace "gdberrmsg" parameter with "exception".
440 (catch_errors, catch_exceptions_with_msg): Re-implement passing
441 exception to catcher_init.
442 * utils.c (error_silent, error_stream_1): Use throw_reason.
443 (internal_verror, quit): Ditto.
444 * breakpoint.c (insert_catchpoint, break_command_1): Ditto.
445 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Ditto.
446 * remote.c (remote_open_1, interrupt_query): Ditto.
447
448 2005-01-12 Mark Kettenis <kettenis@gnu.org>
449
450 * i386fbsd-tdep.c: Update copyright year. Include "gdbcore.h",
451 "regcache.h", "gdb_assert.h" and "bsd-uthread.h".
452 (i386fbsd_jmp_buf_reg_offset): New variable.
453 (i386fbsd_supply_uthread, i386fbsd_collect_uthread): New
454 functions.
455 (i386fbsdaout_init_abi): Set supply_uthread and collect_uthread.
456 * Makefile.in (i386fbsd-tdep.o): Update dependency.
457 * config/i386/fbsd.mt (TDEPFILES): Add bsd-uthread.o.
458
459 * bsd-uthread.h: New file.
460 * bsd-uthread.c: New file.
461 * Makefile.in (bsd_uthread_h): New variable.
462 (ALLDEPFILES): Add bsd-uthread.c.
463 (bsd-uthread.o): New dependency.
464
465 * solib.h Update copyright year.
466 (struct so_list): Forward declaration.
467 (solib_read_symbols): New prototype.
468 * solib.c (solib_read_symbols): New function.
469 (solib_add): Call solib_read_symbols to read in symbols.
470 (update_solib_list): Call observer_notify_solib_loaded.
471
472 * i386bsd-nat.c: Update copyright year. Don't include
473 <sys/param.h> and <sys/user.h>.
474 (register_u_addr, kernel_u_size): Remove functions.
475 * config/i386/obsd.mh (NAT_FILE): Remove.
476 * config/i386/obsdaout.mh (NAT_FILE): Set to solib.h.
477 * config/i386/nm-obsd.h: Remove file.
478
479 2005-01-12 Andrew Cagney <cagney@gnu.org>
480
481 * exceptions.c: Include "gdb_string.h".
482 (enum catcher_state, struct catcher): Define.
483 (current_catcher): New global, replaces catch_return;
484 (catch_return): Delete.
485 (throw_exception): Use current_catcher->buf;
486 (catcher_init, catcher_pop, catcher_state_machine): New functions.
487 (catcher): Delete.
488 (struct catch_errors_args): Delete.
489 (do_catch_errors): Delete.
490 (catch_exceptions): Replace body with call to
491 catch_exceptions_with_msg.
492 (catcher): Delete.
493 (catch_exceptions_with_msg, catch_errors): Re-implement using
494 catcher_state_machine.
495
496 * exceptions.h (enum return_reason, RETURN_MASK)
497 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL)
498 (return_mask, throw_exception, catch_exceptions_ftype)
499 (catch_exceptions_with_msg, catch_errors_ftype, catch_errors)
500 (catch_command_errors_ftype, catch_command_errors): Move to
501 exceptions.h.
502 * exceptions.c, exceptions.h: New files.
503 * top.c: Do not include <setjmp.h>.
504 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP, catch_return)
505 (throw_exception, catcher, catch_exceptions)
506 (catch_exceptions_with_msg, struct catch_errors_args)
507 (do_catch_errors, catch_errors, struct captured_command_args)
508 (do_captured_command, catch_command_errors): Move to exceptions.c.
509 * wrapper.c, wince.c, win32-nat.c, utils.c: Include "exceptions.h".
510 * tui/tui-interp.c, top.c, thread.c, symmisc.c: Ditto.
511 * symfile-mem.c, stack.c, solib.c, rs6000-nat.c: Ditto.
512 * remote-sds.c, remote-mips.c, remote-fileio.c: Ditto.
513 * remote-e7000.c, objc-lang.c, ocd.c: Ditto.
514 * remote.c, nto-procfs.c, monitor.c, mi/mi-main.c: Ditto.
515 * main.c, m32r-rom.c, infrun.c, inf-loop.c: Ditto.
516 * hppa-hpux-tdep.c, frame.c, event-top.c, event-loop.c: Ditto.
517 * corelow.c, corefile.c, cli/cli-interp.c, breakpoint.c: Ditto.
518 * ada-valprint.c, ada-lang.c: Ditto.
519 * Makefile.in (HFILES_NO_SRCDIR, COMMON_OBS): Add exceptions.h and
520 exceptions.o. Update all dependencies.
521
522 2005-01-11 Mark Kettenis <kettenis@gnu.org>
523
524 * config/i386/nm-fbsd.h: Update copyright year.
525 Don't include "config/nm-bsd.h".
526 (KERNEL_U_SIZE): Remove macro.
527 (kernel_u_size): Remove prototype.
528
529 * config/vax/nbsdaout.mh (NAT_FILE): Remove.
530 * config/vax/nm-nbsdaout.h: Remove file.
531
532 2005-01-10 Elena Zannoni <ezannoni@redhat.com>
533
534 * MAINTAINERS: Remove self from sh/sh64 maintainership.
535
536 2005-01-10 Andrew Cagney <cagney@gnu.org>
537
538 * MAINTAINERS: List Andrew Cagney and Kevin Buettner as can commit
539 changes to PowerPC, and Andrew Cagney as lead PowerPC GNU/Linux
540 maintainer.
541
542 * MAINTAINERS: Hans-Peter Nilsson and Orjan Friberg can commit
543 changes to CRIS.
544
545 * MAINTAINERS: Remove "Maintenance Only". Spell out that CAN
546 COMMIT means can approve).
547
548 2005-01-10 Mark Kettenis <kettenis@gnu.org>
549
550 * vax-nat.c: Update copyright year. Include "inf-ptrace.h".
551 (vax_register_u_offset): Make statuc.
552 (_initialize_vax_nat): Construct and add target vector.
553 * config/vax/vax.mh (NATDEPFILES): Remove infptrace.o and
554 inftarg.o. Add inf-ptrace.o.
555 * Makefile.in (vax-nat.o): Update dependencies.
556
557 * inf-ptrace.h: Update copyright year. Sync comment with
558 inf-ptrace.c.
559 (inf_ptrace_trad_target): New prototype.
560 * inf-ptrace.c: Update copyright year. Include "regcache.h" and
561 "gdb_assert.h"
562 (inf_ptrace_target): Add comment.
563 (inf_ptrace+register_u_offset): New variable.
564 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
565 (inf_ptrace_store_register, inf_ptrace_store_registers)
566 (inf_ptrace_trad_target): New functions.
567 * Makefile.in (inf-ptrace.o): Update dependencies.
568
569 2005-01-09 Mark Kettenis <kettenis@gnu.org>
570
571 * configure.ac: Provide prerequisite headers when checking
572 <link.h>, <sys/proc.h> and <sys/user.h>.
573 * configure: Regenerate.
574
575 2005-01-08 Mark Kettenis <kettenis@gnu.org>
576
577 * config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Set to
578 tm-ppc-eabi.h instead of the removed tm-nbsd.h.
579
580 2005-01-07 Mark Kettenis <kettenis@gnu.org>
581
582 * config/ia64/tm-linux.h: Tweak comment. Update copyright year.
583 Don't include "tm-ia64.h".
584 * config/ia64/ia64.mt (DEPRECATED_TM_FILE): Remove.
585 * config/ia64/tm-ia64.h: Remove. Move contents ...
586 * ia64-tdep.h: ... here. Update copyright year.
587
588 2005-01-07 Andrew Cagney <cagney@gnu.org>
589
590 * configure.ac: Rename configure.in, require autoconf 2.59.
591 * configure: Re-generate.
592
593 * configure.tgt: Disable arm*-*-*, thumb*-*-*, strongarm*-*-*,
594 xscale-*-* and i[34567]86-*-netware* code adding rdi-share or nlm
595 to configdirs.
596
597 * configure.in: Replace configdirs with multiple references to
598 AC_CONFIG_SUBDIRS.
599 * configure: Re-generate.
600
601 2005-01-05 Andreas Schwab <schwab@suse.de>
602
603 * ia64-tdep.c: Include "osabi.h".
604 (native_find_global_pointer): Delete.
605 (ia64_find_global_pointer): Renamed from
606 generic_elf_find_global_pointer.
607 (FIND_GLOBAL_POINTER): Delete. Change all users to call
608 ia64_find_global_pointer instead.
609 (ia64_gdbarch_init): Call gdbarch_init_osabi. Remove references
610 to ia64_linux_sigcontext_register_address and
611 ia64_linux_write_pc. Don't set tdep->find_global_pointer.
612 (_initialize_ia64_tdep): Call gdbarch_register instead of
613 deprecated register_gdbarch_init.
614 (struct gdbarch_tdep): Remove find_global_pointer field and move
615 to ...
616 * ia64-tdep.h (struct gdbarch_tdep): ... here.
617 (ia64_linux_sigcontext_register_address): Remove declaration.
618 (ia64_linux_getunwind_table): Likewise.
619 (ia64_linux_write_pc): Likewise.
620 * ia64-linux-tdep.c: Include "osabi.h".
621 (ia64_linux_sigcontext_register_address): Make static.
622 (ia64_linux_write_pc): Likewise.
623 (ia64_linux_init_abi): New.
624 (_initialize_ia64_linux_tdep): New.
625 * Makefile.in (ia64-tdep.o, ia64-linux-tdep.o): Depend on
626 $(osabi_h).
627
628 2005-01-05 Kevin Buettner <kevinb@redhat.com>
629
630 * ia64-tdep.c (ia64_gdbarch_init): Eliminate dependency on
631 functions in ia64-aix-tdep.c.
632 * ia64-tdep.h (ia64_aix_sigcontext_register_address): Remove
633 function defined in ia64-aix-tdep.c.
634 * ia64-aix-tdep.c: Remove file.
635 * config/ia64/linux.mt (TDEPFILES): Remove ia64-aix-tdep.o from
636 this list.
637 * Makefile.in (ia64-aix-tdep.o): Delete.
638
639 2005-01-05 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
640
641 Committed by Andrew Cagney.
642 * ada-valprint.c, aix-thread.c, alpha-nat.c: I18n markup.
643 * alphabsd-nat.c, alphanbsd-tdep.c, amd64-linux-nat.c: I18n markup.
644 * amd64-tdep.c, amd64bsd-nat.c, amd64fbsd-nat.c: I18n markup.
645 * arch-utils.c, arm-linux-nat.c, arm-tdep.c: I18n markup.
646 * armnbsd-nat.c, armnbsd-tdep.c, auxv.c, avr-tdep.c: I18n markup.
647 * aix-thread.c (_initialize_aix_thread): Get rid of the
648 deprecated_add_show_from_set call.
649 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
650 * arm-tdep.c (_initialize_arm_tdep): Ditto.
651 * command.h (add_setshow_enum_cmd): Add arguments for returning
652 new list elements.
653 * cli/cli-decode.c (add_setshow_enum_cmd): Ditto.
654 * mips-tdep.c (_initialize_mips_tdep): Modify calls to
655 add_setshow_enum_cmd.
656
657 2005-01-04 Mark Kettenis <kettenis@gnu.org>
658
659 * configure.host (ia64-*-aix*): Remove.
660 * configure.tgt (ia64-*-aix*): Remove.
661 * config/ia64/aix.mh: Remove file.
662 * config/ia64/aix.mt: Remove file.
663 * config/ia64/tm-aix.h: Remove file.
664 * ia64-aix-nat.c: Remove file.
665 * Makefile.in (ia64-aix-nat.o): Remove dependency.
666
667 * config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o.
668 Add back inf-ptrace.o.
669
670 2005-01-04 Andrew Cagney <cagney@gnu.org>
671
672 * version.in: Change format from 6.3.50_2005-01-04-cvs to
673 6.3.50.20050104-cvs.
674
675 2005-01-04 Andreas Schwab <schwab@suse.de>
676
677 * breakpoint.c (break_command_1): Always free err_msg before
678 returning when an exception was caught.
679
680 2005-01-01 Joel Brobecker <brobecker@gnat.com>
681
682 * hppa-tdep.c (prologue_inst_adjust_sp): Fix small confusion
683 in register number for addil instruction.
684
685 For older changes see ChangeLog-2004.
686 \f
687 Local Variables:
688 mode: change-log
689 left-margin: 8
690 fill-column: 74
691 version-control: never
692 End: