]> Git Repo - binutils.git/blame - gdb/ChangeLog
merge from gcc
[binutils.git] / gdb / ChangeLog
CommitLineData
88d7a738 12005-03-06 Daniel Jacobowitz <[email protected]>
f75c00e4
DJ
2
3 * linux-nat.c (child_follow_fork): Call target_terminal_ours before
4 printing output. Use fprintf_unfiltered. Only print output when
5 debugging.
6
e219d7ce
MK
72005-03-05 Mark Kettenis <[email protected]>
8
9 * sparc64-tdep.c (sparc64_store_floating_fields): Constify third
10 argument.
11 (sparc64_store_arguments): Constify.
12
dda5f19a
MK
132005-03-05 Mark Kettenis <[email protected]>
14
0d6e4ad7
MK
15 * alphabsd-nat.c: Update copyright year. Include "inf-ptrace.h".
16 (alphabsd_fetch_inferior_registers): Rename from
17 fetch_inferior_registers. Make static.
18 (alphabsd_store_inferior_registers): Rename from
19 store_inferior_registers. Make static.
20 (_initialize_alphabsd_nat): New function.
21 * Makefile.in (alphabsd-nat.o): Update dependencies.
22 * config/alpha/fbsd.mh (NATDEPFILES): Remove infptrace.o and
23 inftarg.o. Add inf-ptrace.o, fbsd-nat.o and gcore.o.
24 * config/alpha/nbsd.mh (NAT_CLIBS): Remove variable.
25 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
26 alphabsd-nat.o.
27 * config/alpha/nm-fbsd.h: Update copyright year. Don't include
28 "config/nm-bsd.h" and "elf/common.h".
29 * config/alpha/nm-nbsd.h: Update copyright year. Don't include
30 "config/nm-nbsd.h".
31
dda5f19a
MK
32 * mips64obsd-tdep.c (mips64obsd_init_abi): Don't set
33 software_single_step.
34
aac71672
MS
352005-03-04 Michael Snyder <[email protected]>
36
37 * mn10300-prologue.c: New file. Prologue analysis.
38 * mn10300-tdep.c: Move REGNUM values to mn10300-tdep.h.
39 (mn10300_frame_unwind_cache): Don't call trad_frame_set_id
40 until after analyze_prologue, and don't call trad_frame_set_base
41 at all (let analyze_prologue do it).
42
61e784e7
MS
432005-03-04 Michael Snyder <[email protected]>
44
45 * trad-frame.c (trad_frame_set_reg_value): New function.
46 * trad-frame.h (trad_frame_set_reg_value): Export.
47
6867ae3e
DJ
482005-03-04 Daniel Jacobowitz <[email protected]>
49
50 * Makefile.in (remote.o): Update dependencies.
51 * remote.c: Include "observer.h".
52
f90221d3
DJ
532005-03-04 Daniel Jacobowitz <[email protected]>
54
55 * target.c (target_read_memory_partial): Always initialize
56 ERR.
57 (target_write_memory_partial): Likewise.
58
e20b4638
DJ
592005-03-03 Daniel Jacobowitz <[email protected]>
60
61 * remote.c (remote_open_1): Call observer_notify_inferior_created.
62
909cf6ea
DJ
632005-03-03 Daniel Jacobowitz <[email protected]>
64
65 * arm-tdep.c (arm_make_stub_cache, arm_stub_this_id)
66 (arm_stub_unwind, arm_stub_unwind_sniffer): New.
67 (arm_gdbarch_init): Add arm_stub_unwind_sniffer.
68
d3587048
DJ
692005-03-02 Daniel Jacobowitz <[email protected]>
70
71 * linux-nat.c (linux_supports_tracevforkdone, child_follow_fork):
72 Use LWP IDs.
73
806048c6
DJ
742005-02-28 Daniel Jacobowitz <[email protected]>
75
76 * dwarf2loc.c (loclist_read_variable): Set optimized_out
77 instead of reporting an error.
78 * valprint.c (value_check_printable): New function.
79 (common_val_print): New function. Use value_check_printable.
80 (value_print): Use value_check_printable.
81 * value.h (common_val_print): Add prototype.
82
83 * c-valprint.c (c_val_print): Use common_val_print.
84 * cp-valprint.c (cp_print_value_fields): Likewise.
85 (cp_print_hpacc_virtual_table_entries): Likewise.
86 * f-valprint.c (f_val_print): Likewise.
87 * jv-valprint.c (java_value_print, java_print_value_fields):
88 Likewise.
89 * scm-valprint.c (scm_value_print): Likewise.
90 * stack.c (print_frame_args): Likewise.
91 * varobj.c (c_value_of_variable): Likewise.
92 * p-valprint.c (pascal_val_print, pascal_value_print): Likewise.
93 (pascal_object_print_value_fields): Likewise. Update call to
94 pascal_object_print_static_field.
95 (pascal_object_print_static_field): Remove TYPE argument. Use
96 common_val_print.
97
dd373385
EZ
982005-02-25 Mark Kettenis <[email protected]>
99
100 Committed by Elena Zannoni <[email protected]>
101
102 * dwarf2read.c (dwarf2_build_psymtabs_hard): Adjust
103 info_ptr before building psymtabs for included files.
104 (create_all_comp_units): Initailize initial length size of
105 compilation header to zero.
106 (read_initial_length): Complain if both 32-bit and 64-bit DWARF
107 sections are encountered within the same compilation header.
108 (dwarf_decode_line_header): Pass compilation header in call to
109 read_initial_length.
110
920d2a44
AC
1112005-02-24 Andrew Cagney <[email protected]>
112
113 Add show_VARIABLE functions, update add_setshow call.
114 * varobj.c (_initialize_varobj, show_varobjdebug): Add and update.
115 * valprint.c (_initialize_valprint, show_print_max)
116 (show_stop_print_at_null, show_repeat_count_threshold)
117 (show_prettyprint_structs, show_unionprint)
118 (show_prettyprint_arrays, show_addressprint, show_input_radix)
119 (show_output_radix): Ditto.
120 * valops.c (_initialize_valops, show_overload_resolution): Ditto.
121 * utils.c (initialize_utils, show_chars_per_line)
122 (show_lines_per_page, show_demangle, show_pagination_enabled)
123 (show_sevenbit_strings, show_asm_demangle): Ditto
124 * tui/tui-win.c (_initialize_tui_win, show_tui_border_kind)
125 (show_tui_border_mode, show_tui_active_border_mode): Ditto.
126 * top.c (init_main, show_new_async_prompt)
127 (show_async_command_editing_p, show_write_history_p)
128 (show_history_size, show_history_filename, show_caution)
129 (show_annotation_level, init_main): Ditto.
130 * target.c (initialize_targets, show_targetdebug)
131 (show_trust_readonly): Ditto.
132 * symfile.c (_initialize_symfile, show_symbol_reloading)
133 (show_ext_args, show_download_write_size)
134 (show_debug_file_directory): Ditto.
135 * source.c (_initialize_source, show_lines_to_list): Ditto.
136 * solib.c (_initialize_solib, show_auto_solib_add)
137 (show_solib_search_path): Ditto.
138 * p-valprint.c (_initialize_pascal_valprint)
139 (show_pascal_static_field_print): Ditto.
140 * printcmd.c (_initialize_printcmd, show_max_symbolic_offset)
141 (show_print_symbol_filename): Add and update.
142 * parse.c (_initialize_parse, show_expressiondebug): Dito.
143 * observer.c (_initialize_observer, show_observer_debug): Dito.
144 * maint.c (_initialize_maint_cmds, show_watchdog)
145 (show_maintenance_profile_p): Dito.
146 * linux-nat.c (_initialize_linux_nat, show_debug_linux_nat): Dito.
147 * infrun.c (_initialize_infrun, show_debug_infrun)
148 (show_stop_on_solib_events, show_follow_fork_mode_string)
149 (show_scheduler_mode, show_step_stop_if_no_debug): Ditto.
150 * infcall.c (_initialize_infcall, show_coerce_float_to_double_p)
151 (show_unwind_on_signal_p): Ditto.
152 * gdbtypes.c (build_gdbtypes, show_opaque_type_resolution)
153 (_initialize_gdbtypes, show_overload_debug): Ditto.
154 * gdb-events.c, gdb-events.sh (_initialize_gdb_events)
155 (show_gdb_events_debug): Ditto.
156 * gdbarch.c, gdbarch.sh (show_gdbarch_debug)
157 (_initialize_gdbarch): Ditto.
158 * frame.c (_initialize_frame, show_backtrace_past_main)
159 (show_backtrace_past_entry, show_backtrace_limit)
160 (show_frame_debug): Ditto.
161 * exec.c (_initialize_exec, show_write_files): Ditto.
162 * dwarf2read.c (_initialize_dwarf2_read)
163 (show_dwarf2_max_cache_age): Ditto.
164 * demangle.c (_initialize_demangler)
165 (show_demangling_style_names): Ditto.
166 * dcache.c (_initialize_dcache, show_dcache_enabled_p): Ditto.
167 * cp-valprint.c (show_static_field_print)
168 (_initialize_cp_valprint, show_vtblprint, show_objectprint): Ditto.
169 * corefile.c (_initialize_core, show_gnutarget_string): Ditto.
170 * cli/cli-logging.c (_initialize_cli_logging)
171 (show_logging_overwrite, show_logging_redirect)
172 (show_logging_filename): Ditto.
173 * cli/cli-cmds.c (show_info_verbose, show_history_expansion_p)
174 (init_cli_cmds, show_baud_rate, show_remote_debug)
175 (show_remote_timeout, show_max_user_call_depth): Ditto.
176 * charset.c (show_host_charset_name, show_target_charset_name)
177 (initialize_charset): Ditto.
178 * breakpoint.c (show_can_use_hw_watchpoints)
179 (show_pending_break_support, _initialize_breakpoint): Ditto.
180
2877b4cc
JB
1812005-02-23 Jim Blandy <[email protected]>
182
183 * disasm.c (gdb_disassemble_info): Call disassemble_init_for_target.
184
e9c55a7b
AC
1852005-02-23 Andrew Cagney <[email protected]>
186
187 * cli/cli-dump.c (dump_bfd_file): Replace magic constant with
188 SEC_XXX flags.
189
04ac69aa
AC
1902005-02-22 Andrew Cagney <[email protected]>
191
192 * configure.ac: Only enaable insight when itcl is present.
193 * configure: Re-generate.
194
3470a02f
AC
1952005-02-21 Thiemo Seufer <[email protected]>
196
197 Committed by Andrew Cagney.
198 * infptrace.c (store_register): Fix typo.
199
b66df561
AC
2002005-02-21 Andrew Cagney <[email protected]>
201
202 * command.h (deprecated_add_set_cmd): Rename add_set_cmd.
203 * cli/cli-decode.h (add_set_cmd): Delete declaration.
204 * cli/cli-decode.c (deprecated_add_set_cmd): Rename add_set_cmd.
205 * i386-nat.c (_initialize_i386_nat): Update call.
206 * valprint.c (_initialize_valprint): Update comment.
207 * gnu-nat.c (_initialize_gnu_nat): Update call.
208
85e3476f
AM
2092005-02-21 Alan Modra <[email protected]>
210
211 * elfread.c (elf_symtab_read): Discard section syms.
212
4d28ad1e
AC
2132005-02-21 Andrew Cagney <[email protected]>
214
eefe576e
AC
215 * cli/cli-decode.c (add_set_enum_cmd): Delete function.
216 (deprecated_add_show_from_set): Delete function.
217 * command.h (add_set_enum_cmd): Delete declaration.
218 (deprecated_add_show_from_set): Delete declaration.
219 * cli/cli-decode.h (add_set_enum_cmd): Delete declaration.
220 (deprecated_add_show_from_set): Delete declaration.
221 * arm-tdep.c (_initialize_arm_tdep): Update comment.
222 * kod.c (kod_set_os): Simplify.
223 * infrun.c (set_schedlock_func): Simplify.
224 * cli/cli-dump.c (add_dump_command): Update comment.
225
525226b5
AC
226 Replace string variables with a filename completer with
227 add_setshow_optional_filename_cmd.
228 * solib.c, symfile.c: Update.
229 * cli/cli-setshow.c: Do not tidle expand the file.
230
4d28ad1e
AC
231 Add more uses of add_setshow_string_cmd, add_setshow_integer_cmd,
232 and add_setshow_string_noescape_cmd.
233 * cli/cli-setshow.c (deprecated_show_value_hack): Do not print a
234 NULL command's value.
235 * kod.c, language.c, ocd.c, remote-e7000.c, remote-mips.c: Update.
236 * remote-sds.c, remote.c, symfile.c, top.c: Update.
237
942fd9fe
AC
2382005-02-20 Andrew Cagney <[email protected]>
239
7ab04401
AC
240 Use add_setshow_enum_cmd through out.
241 * arch-utils.c, charset.c, demangle.c, i386-tdep.c: Update.
242 * infrun.c, mips-tdep.c, osabi.c, serial.c, tui/tui-win.c: Update.
243
78f5381d
AC
244 * mi/mi-main.c (captured_mi_execute_command): Use
245 mi_cmd_interpreter_exec.
246
b4b4ac0b
AC
247 * cli/cli-decode.c (add_setshow_optional_filename_cmd): New
248 function.
249 * cli/cli-setshow.c (deprecated_show_value_hack)
250 (do_setshow_command): Handle var_optional_filename.
251 * command.h (enum var_types): Add var_optional_filename.
252 (add_setshow_optional_filename_cmd): Declare.
253 * infcmd.c (notice_args_read): Use.
254
942fd9fe
AC
255 * symfile-mem.c (symbol_file_add_from_memory): Pass
256 target_read_memory to bfd_elf_bfd_from_remote_memory.
257 (do_target_read_memory): Delete.
258
a6c442d8
MK
2592005-02-16 Mark Kettenis <[email protected]>
260
261 * value.h (value_contents_equal): New prototype.
262 * value.c (value_contents_equal): New function.
263 * varobj.c: Include "exceptions.h" and "gdb_assert.h". Don't
264 include <math.h>.
265 (varobj_set_value): Initialize error to zero.
266 (varobj_update): Rename error2 to error and initialize it to zero.
267 Slightly change the wording of some comments.
268 (my_value_equal): Reimplement using TRY_CATCH and
269 value_contents_equal.
270
5bf193a2
AC
2712005-02-18 Andrew Cagney <[email protected]>
272
c0d88b1b
AC
273 * cli/cli-decode.c (add_setshow_integer_cmd): New function.
274 * command.h (add_setshow_integer_cmd): Declare.
275 * cli/cli-cmds.c: Update.
276
35096d9d
AC
277 Use add_setshow_uinteger_cmd through out.
278 * printcmd.c, source.c, utils.c, valprint.c: Update.
279
85c07804
AC
280 Use add_setshow_zinteger_cmd through out. Re-sync gdbarch.sh
281 and gdbarch.c.
282 * breakpoint.c, frame.c, gdb-events.sh, gdbarch.sh: Update.
283 * gdbtypes.c, infrun.c, linux-nat.c, maint.c, monitor.c: Update.
284 * pa64solib.c, parse.c, remote-mips.c, ser-go32.c: Update.
285 * serial.c, solib-frv.c, somsolib.c, target.c, top.c: Update.
286 * varobj.c, cli/cli-cmds.c: Update.
287 * gdbarch.c, gdb-events.c: Regenerate.
288
5bf193a2
AC
289 Use add_setshow_boolean_command through out. Delete #ifdef 0'ed
290 code adding set/show boolean commands.
291 * cp-valprint.c, dcache.c, exec.c, gdbtypes.c, infrun.c: Update.
292 * monitor.c, p-valprint.c, pa64solib.c, printcmd.c: Update.
293 * proc-api.c, remote-mips.c, remote.c, solib.c: Update.
294 * somsolib.c, symfile.c, top.c, utils.c, valops.c: Update.
295 * valprint.c, win32-nat.c, wince.c, xcoffsolib.c: Update.
296 * cli/cli-cmds.c: Update.
297
2c5b56ce
AC
2982005-02-17 Andrew Cagney <[email protected]>
299
f397e303
AC
300 * cli/cli-decode.c (add_setshow_filename_cmd): Set the completer
301 to filename_completer.
302 * solib.c (_initialize_solib, reload_shared_libraries): Use
303 add_setshow_filename_cmd.
304 * serial.c (_initialize_serial): Ditto.
305 * remote-utils.c (_initialize_sr_support): Ditto.
306
26c41df3
AC
307 * cli/cli-decode.c (add_setshow_string_noescape_cmd): New function.
308 * command.h (add_setshow_string_noescape_cmd): Declare.
309 * wince.c (_initialize_wince): Use.
310 * symfile.c (_initialize_symfile): Use.
311 (set_ext_lang_command): Update declaration.
312 * corefile.c (_initialize_core): Use.
313
2c5b56ce
AC
314 * cli/cli-decode.c (add_setshow_cmd_full, add_setshow_enum_cmd)
315 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
316 (add_setshow_filename_cmd, add_setshow_string_cmd)
317 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
318 fprint_setshow parameter.
319 * command.h (fprint_setshow_ftype): Delete.
320 (add_setshow_cmd_full, add_setshow_enum_cmd)
321 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
322 (add_setshow_filename_cmd, add_setshow_string_cmd)
323 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
324 fprint_setshow parameter.
325 * aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
326 * complaints.c, cris-tdep.c, dwarf2read.c, frame.c: Update.
327 * hppa-tdep.c, infcall.c, m32r-rom.c, maint.c: Update.
328 * mips-tdep.c, nto-tdep.c, observer.c, remote-rdi.c: Update
329 * remote.c, target.c, cli/cli-logging.c: Update.
330
08546159
AC
3312005-02-16 Andrew Cagney <[email protected]>
332
333 Merge setshow print and show parameters.
334 * command.h (show_value_ftype): Define.
335 (deprecated_show_value_hack): Declare.
336 (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
337 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
338 (add_setshow_string_cmd, add_setshow_uinteger_cmd)
339 (add_setshow_zinteger_cmd): Change type of show_func to
340 show_value_ftype.
341 * cli/cli-decode.h (struct cmd_list_element): Replace
342 fprint_setshow with show_value_func.
343 * cli/cli-decode.c (add_setshow_cmd_full): Update show_func
344 parameter. Set show_value_func. Do not set cmd_sfunc.
345 (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
346 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
347 (add_setshow_string_cmd, add_setshow_uinteger_cmd)
348 (add_setshow_zinteger_cmd): Update.
349 * complaints.c (complaints_show_value): Replace
350 fprint_setshow_complaints.
351 (_initialize_complaints): Update.
352 * mips-tdep.c (show_mask_address): Update.
353 * arm-tdep.c (show_fp_model): Update.
354 * cli/cli-setshow.c (do_setshow_command): Call show_value_func
355 instead of fprint_setshow. Use deprecated_show_value_hack.
356 (deprecated_show_value_hack): New function.
357 * remote.c (add_packet_config_cmd, show_remote_cmd):
358 (show_remote_protocol_P_packet_cmd)
359 (show_remote_protocol_P_packet_cmd)
360 (show_remote_protocol_Z_access_wp_packet_cmd)
361 (show_remote_protocol_Z_hardware_bp_packet_cmd)
362 (show_remote_protocol_Z_packet_cmd)
363 (show_remote_protocol_Z_read_wp_packet_cmd)
364 (show_remote_protocol_Z_software_bp_packet_cmd)
365 (show_remote_protocol_Z_write_wp_packet_cmd)
366 (show_remote_protocol_binary_download_cmd)
367 (show_remote_protocol_p_packet_cmd)
368 (show_remote_protocol_qPart_auxv_packet_cmd)
369 (show_remote_protocol_qSymbol_packet_cmd)
370 (show_remote_protocol_vcont_packet_cmd): Update.
371
1c7b1e5a
MK
3722005-02-16 Mark Kettenis <[email protected]>
373
374 * wrapper.h: Update copyright year. Properly wrap a few
375 prototypes.
376 (struct gdb_wrapper_arguments): Remove forward declaration.
377 * wrapper.c: Update copyright year. Include "ui-out.h".
378 (struct gdb_wrapper_arguments): Remove.
379 (struct captured_value_struct_elt_args): Remove.
380 (wrapper_parse_exp_1, wrap_evaluate_expression)
381 (wrap_value_fetch_lazy, wrap_value_equal, wrap_value_assign)
382 (wrap_value_subscript, wrap_value_ind, wrap_parse_and_eval_type)
383 (do_captured_value_struct_elf): Remove functions.
384 (gdb_parse_exp_1, gdb_evaluate_expression, gdb_value_fetch_lazy)
385 (gdb_value_equal, gdb_value_assign, gdb_value_subscript)
386 (gdb_value_ind, gdb_parse_and_eval_type, gdb_value_struct_elt):
387 Re-implement using TRY_CATCH.
388
7124f6fb
YS
3892005-02-16 Yoshinori Sato <[email protected]>
390
391 * remote-e7000.c: unuse TM_FILE defined macro.
392 (e7000_fetch_registers)
393 (e7000_store_registers)
394 (e7000_wait): delete NUM_REALREGS.
395 * remote-hms.c: move TM_FILE macro.
396 (CCR_REGNO): move define from tm-h8300.h.
397
55e5a6d0
MK
3982005-02-15 Mark Kettenis <[email protected]>
399
400 * amd64-linux-tdep.c: Update copyright year.
a348ae87
MK
401 (amd64_linux_sigtramp_start): Use sizeof operator instead of
402 LINUX_SIGTRAMP_LEN.
55e5a6d0 403
77ef991d
JB
4042004-02-15 Joel Brobecker <[email protected]>
405
406 From Paul Hilfinger <[email protected]>
407 * dwarf2read.c (new_symbol): Use SYMBOL_SEARCH_NAME rather than
408 SYMBOL_NATURAL_NAME to set type names.
409
1bedd215
AC
4102005-02-15 Andrew Cagney <[email protected]>
411
412 Mark up add_com, add_info and add_prefix_cmd.
413 * breakpoint.c, cp-support.c, dcache.c, dwarf2read.c: Update.
414 * exec.c, f-valprint.c, frame.c, gcore.c, gnu-nat.c: Update.
415 * go32-nat.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
416 * kod.c, language.c, linux-nat.c, m32r-rom.c, macrocmd.c: Update.
417 * maint.c, memattr.c, mips-tdep.c, nto-procfs.c, objc-lang.c: Update.
418 * ocd.c, pa64solib.c, printcmd.c, procfs.c, regcache.c: Update.
419 * remote-e7000.c, remote-m32r-sdi.c, remote-mips.c: Update.
420 * remote-sds.c, remote-sim.c, remote-st.c, remote-utils.c: Update.
421 * remote.c, rs6000-tdep.c, ser-go32.c, serial.c: Update.
422 * sh-tdep.c, solib.c, somsolib.c, source.c, stack.c: Update.
423 * symfile.c, symtab.c, target.c, thread.c, top.c: Update.
424 * tracepoint.c, typeprint.c, utils.c, valprint.c: Update.
425 * win32-nat.c, xcoffsolib.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
426 * cli/cli-logging.c, tui/tui-layout.c, tui/tui-regs.c: Update.
427 * tui/tui-stack.c, tui/tui-win.c: Update.
428
66bf4b3a
AC
4292005-02-14 Andrew Cagney <[email protected]>
430
3f325092
AC
431 * config/h8300/h8300.mt (DEPRECATED_TM_FILE): Delete.
432 * config/h8300/tm-h8300.h: Delete file.
433
1a966eab
AC
434 Mark up add_cmd.
435 * arch-utils.c, avr-tdep.c, breakpoint.c, corefile.c: Update.
436 * cp-abi.c, cp-namespace.c, cp-support.c, dummy-frame.c: Update.
437 * exec.c, gnu-nat.c, go32-nat.c, hppa-tdep.c, infcmd.c: Update.
438 * infrun.c, interps.c, macrocmd.c, maint.c, memattr.c: Update.
439 * mips-tdep.c, ocd.c, osabi.c, printcmd.c, regcache.c: Update.
440 * reggroups.c, remote-fileio.c, remote-rdi.c, remote.c: Update.
441 * sol-thread.c, source.c, stack.c, symfile-mem.c: Update.
442 * symfile.c, thread.c, tracepoint.c, valprint.c, value.c: Update.
443 * win32-nat.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
444 * cli/cli-logging.c, tui/tui-regs.c: Update.
445
7915a72c
AC
446 Mark up add_setshow functions, replace "PRINT:" comment prefix
447 with "FIXME: i18n:".
448 * aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
449 * cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
450 * infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
451 * nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
452 * target.c, cli/cli-logging.c: Update.
453
66bf4b3a
AC
454 * utils.c (paddress): New function.
455 * defs.h (paddress): Declare.
456 * printcmd.c (deprecated_print_address_numeric): Rename
457 print_address_numeric, call paddress.
458 * valprint.c, ui-out.c, tui/tui-stack.c, tracepoint.c: Update.
459 * symmisc.c, symfile.c stack.c, p-valprint.c, printcmd.c: Update.
460 * maint.c, m32r-rom.c, infcmd.c, f-valprint.c, exec.c: Update.
461 * dwarf2read.c, dve3900-rom.c, defs.h, c-valprint.c: Update.
462 * corefile.c, cli/cli-cmds.c, breakpoint.c, annotate.c: Update.
463 * ada-valprint.c: Update.
464
33e6b12b
RR
4652005-02-13 Ramana Radhakrishnan <[email protected]>
466
467 * MAINTAINERS: Add myself to "Write After Approval".
468
f0bdd87d
YS
4692005-02-12 Yoshinori Sato <[email protected]>
470
471 Restore h8300 support.
472 * configure.tgt: Add h8300-*-*
ba0e80db
YS
473 * h8300-tdep.c: New file. Rewrite new frame code.
474 * config/h8300/h8300.mt: New file. Restored Rev 1.3
475 * config/h8300/tm-h8300.h: New file. Restored Rev 1.21
476
477 * MAINTAINERS: Add myself to "Write After Approval".
f0bdd87d 478
e2e0b3e5
AC
4792005-02-11 Andrew Cagney <[email protected]>
480
a3f17187
AC
481 Mark up some of printf_filtered and printf_unfiltered.
482 * ada-lang.c, annotate.c, arch-utils.c, breakpoint.c: Update.
483 * corelow.c, cp-namespace.c, cp-support.c, dcache.c: Update.
484 * demangle.c, dsrec.c, dwarf2read.c, dwarfread.c: Update.
485 * event-loop.c, event-top.c, exec.c, f-valprint.c: Update.
486 * gdbtypes.c, inf-loop.c, inf-ptrace.c, inf-ttrace.c: Update.
487 * infcmd.c, inflow.c, infrun.c, inftarg.c, language.c: Update.
488 * linespec.c, linux-nat.c, linux-thread-db.c, maint.c: Update.
489 * mdebugread.c, memattr.c, monitor.c, objc-lang.c: Update.
490 * ocd.c, osabi.c, printcmd.c, procfs.c, regcache.c: Update.
491 * remote.c, solib-som.c, solib.c, somsolib.c, source.c: Update.
492 * stack.c, symfile.c, symmisc.c, target.c, thread.c: Update.
493 * top.c, utils.c, valprint.c, value.c, cli/cli-cmds.c: Update.
494 * cli/cli-dump.c, cli/cli-logging.c, tui/tui-hooks.c: Update.
495 * tui/tui-regs.c, tui/tui-win.c: Update.
496
e2e0b3e5
AC
497 Mark up error_no_arg, query, perror_with_name, complaint, and
498 internal_error.
499 * breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
500 * cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
501 * dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
502 * dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
503 * exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
504 * frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
505 * gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
506 * go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
507 * i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
508 * i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
509 * infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
510 * interps.c, language.c, linespec.c, linux-nat.c: Update.
511 * m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
512 * m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
513 * macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
514 * mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
515 * mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
516 * objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
517 * parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
518 * ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
519 * regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
520 * remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
521 * remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
522 * s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
523 * sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
524 * solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
525 * sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
526 * symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
527 * utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
528 * win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
529 * cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
530 * cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
531 * mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
532 * tui/tui-file.c, tui/tui-interp.c: Update.
8a3fe4f8 533
e2e0b3e5
AC
5342005-02-10 Andrew Cagney <[email protected]>
535
8a3fe4f8
AC
536 Mark up all error and warning messages.
537 * ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
538 * bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
539 * core-aout.c, core-regset.c, corefile.c, corelow.c: Update.
540 * cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update.
541 * dbxread.c, demangle.c, doublest.c, dsrec.c: Update.
542 * dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update.
543 * dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update.
544 * event-top.c, exec.c, expprint.c, f-lang.c: Update.
545 * f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update.
546 * frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update.
547 * gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update.
548 * hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update.
549 * hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update.
550 * hpread.c, hpux-thread.c, i386-linux-nat.c: Update.
551 * i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update.
552 * i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update.
553 * ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update.
554 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
555 * inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update.
556 * kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update.
557 * linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update.
558 * m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update.
559 * m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update.
560 * maint.c, mdebugread.c, mem-break.c, memattr.c: Update.
561 * mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update.
562 * nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update.
563 * observer.c, ocd.c, p-lang.c, p-typeprint.c: Update.
564 * p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update.
565 * ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update.
566 * remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update.
567 * remote-rdp.c, remote-sim.c, remote-st.c: Update.
568 * remote-utils.c, remote-utils.h, remote.c: Update.
569 * rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update.
570 * ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update.
571 * sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update.
572 * solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update.
573 * solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update.
574 * somread.c, somsolib.c, source.c, stabsread.c: Update.
575 * stack.c, std-regs.c, symfile-mem.c, symfile.c: Update.
576 * symmisc.c, symtab.c, target.c, thread.c, top.c: Update.
577 * tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update.
578 * uw-thread.c, valarith.c, valops.c, valprint.c: Update.
579 * value.c, varobj.c, version.in, win32-nat.c, wince.c: Update.
580 * xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update.
581 * cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update.
582 * cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update.
583 * mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update.
584 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
585 * mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
586 * tui/tui-win.c: Update.
587
3517749c
ILT
5882005-02-10 Ian Lance Taylor <[email protected]>
589
590 * MAINTAINERS: Update my e-mail address.
591
cf309262
DJ
5922005-02-10 Daniel Jacobowitz <[email protected]>
593
594 From Ramana Radhakrishnan <[email protected]>:
595 PR exp/1821
596 * cp-valprint.c: Include "language.h".
597 (cp_print_value_fields): Pass the current language to
598 fprintf_symbol_filtered.
599 * Makefile.in (cp-valprint.o): Update dependencies.
600
899506a8
AC
6012005-02-10 Andrew Cagney <[email protected]>
602
335cca0d
AC
603 * cli/cli-decode.c (add_setshow_enum_cmd, add_setshow_cmd_full)
604 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
605 (add_setshow_filename_cmd, add_setshow_string_cmd)
606 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Replace
607 print string parameter with fprint_setshow function.
608 * command.h (fprint_setshow_ftype): Define. Update declarations.
609 * cli/cli-setshow.c (do_setshow_command): When fprint_setshow is
610 available, use that.
611 * cli/cli-decode.h (struct cmd_list_element): Add field
612 fprint_setshow.
613 * complaints.c (fprint_setshow_complaints): New function.
614 (_initialize_complaints): Pass to add_setshow_zinteger_cmd.
615 * hppa-tdep.c (_initialize_hppa_tdep): Replace "print" parameter
616 with NULL.
617 * mips-tdep.c (_initialize_mips_tdep): Ditto.
618 * m32r-rom.c (_initialize_m32r_rom): Ditto.
619 * cris-tdep.c (_initialize_cris_tdep): Ditto.
620 * arm-tdep.c (_initialize_arm_tdep): Ditto.
621 * remote-rdi.c (_initialize_remote_rdi): Ditto.
622 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
623 * dwarf2read.c (_initialize_dwarf2_read): Ditto.
624 * frame.c (_initialize_frame): Ditto.
625 * target.c (initialize_targets): Ditto.
626 * maint.c (_initialize_maint_cmds): Ditto.
627 * observer.c (_initialize_observer): Ditto.
628 * infcall.c (_initialize_infcall): Ditto.
629 * breakpoint.c (_initialize_breakpoint): Ditto.
630 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
631 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
632
899506a8
AC
633 * cli/cli-setshow.c (do_setshow_command): Move code printing the
634 value to the end of the function. Handle MI and non-MI output
635 differently.
636
59c58d08
AC
6372005-02-09 Andrew Cagney <[email protected]>
638
7376b4c2
AC
639 * cli/cli-decode.c (add_setshow_enum_cmd): Drop set_result and
640 show_result parameters.
641 * mips-tdep.c (_initialize_mips_tdep): Update calls.
642 * command.h: Update declaration.
643 * arm-tdep.c (_initialize_arm_tdep, _initialize_arm_tdep): Update
644 calls.
645
11dced61
AC
646 * NEWS: Mention removed commands.
647 * m68hc11-tdep.c (show_regs): Delete, unused.
648 (_initialize_m68hc11_tdep): Delete deprecated "regs" command.
649 * gdb-events.sh: Delete deprecated "set eventdebug" and "show
650 eventdebug" commands.
651 * gdb-events.c: Regenerate.
652 * gdbarch.sh: Delete deprecated "set archdebug" and "show
653 archdebug" commands.
654 * gdbarch.c: Regenerate.
655 * cli/cli-cmds.c (init_cli_cmds): Delete deprecated "set
656 remotedebug" and "show remotedebug".
657 * arm-tdep.c (_initialize_arm_tdep): Delete deprecated "set arm
658 disassembly-flavor", "show arm disassembly-flavor", and
659 "othernames" commands.
660 (arm_othernames): Delete unused function.
661
b6e1c027
AC
662 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call)
663 (convert_code_addr_to_desc_addr): Convert any function code
664 address to the corresponding function's descriptor.
665 (ppc64_sysv_abi_return_value): have TYPE_CODE_ENUM and
666 TYPE_CODE_INT use the same code paths as TYPE_CODE_INT. When
667 writing, convert any function code address to the corresponding
668 descriptor.
669
59c58d08
AC
670 * config/sh/linux.mt (TDEPFILES): Add symfile-mem.o.
671 * config/powerpc/linux.mt (TDEPFILES): Ditto.
672 * config/pa/linux.mt (TDEPFILES): Ditto.
673 * config/mips/linux.mt (TDEPFILES): Ditto.
674 * config/m68k/linux.mt (TDEPFILES): Ditto.
675 * config/m32r/linux.mt (TDEPFILES): Ditto.
676 * config/ia64/linux.mt (TDEPFILES): Ditto.
677 * config/arm/linux.mt (TDEPFILES): Ditto.
678
b6e1c027
AC
6792005-02-09 Corinna Vinschen <[email protected]>
680
681 * symmisc.c: Include gdb_stat.h.
682 (maintenance_print_msymbols): Use inode numbers to compare files.
683
91294c83
AC
6842005-02-08 Andrew Cagney <[email protected]>
685
d3cbe7ef
AC
686 * value.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
687 (METHOD_PTR_TO_VOFFSET): Move from here ...
688 * cp-support.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
689 (METHOD_PTR_TO_VOFFSET): ... to here.
690 * cp-valprint.c, p-valprint.c, eval.c: Include "cp-support.h".
691 * Makefile.in: Update dependencies.
692
6941d02a
AC
693 * exceptions.c: Do not include <setjmp.h>.
694 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP): Delete macros.
695 (catch_exception, catch_exceptions_with_msg, catch_errors)
696 (catch_command_errors): Use TRY_CATCH.
697 (struct catcher): Use EXCEPTIONS_SIGJMP_BUF.
698 (exceptions_state_mc_init): Rename catcher_init.
699 (exceptions_state_mc): Rename catcher_state_machine.
700 (exceptions_state_mc_action_iter)
701 (exceptions_state_mc_action_iter_1): New functions.
702 * exceptions.h: Include <setjmp.h>.
703 (EXCEPTIONS_SIGJMP_BUF, EXCEPTIONS_SIGSETJMP)
704 (EXCEPTIONS_SIGLONGJMP): Define.
705 (exceptions_state_mc_init, exceptions_state_mc_action_iter)
706 (exceptions_state_mc_action_iter_1): Declare.
707 (TRY_CATCH): Define.
708
179f02be
AC
709 * ppc-linux-tdep.c (ppc_linux_init_abi): Do not set malloc name,
710 no longer needed.
711
8f135812
AC
712 * ppc-linux-nat.c (ppc_register_u_addr): Hack around 64-bit
713 PT_FPSCR breakage.
714
91294c83
AC
715 * value.c (struct value): Move to here ...
716 * value.h (struct value): ... from here. Copy comments to
717 corresponding function declarations, re-order.
718
dfa52d88
AC
7192005-02-07 Andrew Cagney <[email protected]>
720
9bbda503
AC
721 * value.c (set_value_bitpos, set_value_bitsize): Define.
722 * value.h (set_value_bitpos, set_value_bitsize): Declare.
723 * ada-lang.c, valarith.c: Update.
724
5086187c
AC
725 * cp-valprint.c, c-valprint.c, infcall.c: Use value_contents or
726 value_contents_writeable, include note that there are problems.
727 * breakpoint.c, infcall.c: Use VALUE_LVAL.
728
f5cf64a7
AC
729 * value.h (set_value_offset): Declare.
730 * value.c (set_value_offset): Declare.
731 * gnu-v2-abi.c, jv-valprint.c, valarith.c, valops.c: Update.
732 * findvar.c: Update.
733
17cf0ecd
AC
734 * value.h (value_next): Declare.
735 * value.c (value_next): Define.
736 * breakpoint.c: Update.
737
88e3b34b
AC
738 * value.h (deprecated_set_value_modifiable)
739 (deprecated_value_modifiable): Declare.
740 * value.c (deprecated_set_value_modifiable): Define.
741 (deprecated_value_modifiable): Define.
742 * ada-lang.c, valops.c, breakpoint.c, tracepoint.c: Update.
743
04624583
AC
744 * value.h (deprecated_set_value_type): Declare.
745 * value.c (deprecated_set_value_type): Define.
746 * hpacc-abi.c, gnu-v2-abi.c, cp-valprint.c: Update.
747 * c-valprint.c, jv-lang.c, objc-lang.c, ada-lang.c: Update.
748 * infcall.c, printcmd.c, valops.c, eval.c, p-exp.y: Update.
749 * ax-gdb.c, tracepoint.c: Update.
750
13bb5560
AC
751 * value.h (deprecated_value_lval_hack)
752 (deprecated_value_address_hack)
7d71e29c 753 (deprecated_value_internalvar_hack)
13bb5560
AC
754 (deprecated_value_regnum_hack): Declare.
755 (VALUE_LVAL, VALUE_ADDRESS, VALUE_INTERNALVAR)
756 (VALUE_FRAME_ID, VALUE_REGNUM): Use.
757 * value.c (deprecated_value_lval_hack)
758 (deprecated_value_address_hack)
7d71e29c 759 (deprecated_value_internalvar_hack)
13bb5560
AC
760 (deprecated_value_regnum_hack): Define.
761
b44d461b
AC
762 * value.h (VALUE_POINTED_TO_OFFSET): Delete.
763 (set_value_pointed_to_offset, value_pointed_to_offset): Declare.
764 * value.c (set_value_pointed_to_offset): Define
765 (value_pointed_to_offset): Define.
766 * valops.c: Update.
767
caadb61d
AC
768 * value.h (VALUE_EMBEDDED_OFFSET): Delete.
769 (value_embedded_offset, set_value_embedded_offset): Declare.
13c3b5f5 770 * value.c (value_embedded_offset): Define.
caadb61d 771 (set_value_embedded_offset): Define.
13c3b5f5
AC
772 * valops.c, p-valprint.c, mi/mi-main.c, hpacc-abi.c: Update.
773 * gnu-v3-abi.c, eval.c, c-valprint.c, cp-valprint.c: Update.
774 * cp-abi.h: Update.
775
dfa52d88
AC
776 * value.h (VALUE_LAZY): Delete
777 (set_value_lazy): Declare.
778 * value.c (set_value_lazy): Define.
779 * valops.c, valarith.c, jv-valprint.c, jv-lang.c: Update.
780 * gnu-v2-abi.c, findvar.c, dwarf2loc.c, ada-lang.c: Update.
781
0fd88904
AC
7822005-02-06 Andrew Cagney <[email protected]>
783
feb13ab0
AC
784 * value.h (VALUE_OPTIMIZED_OUT): Delete.
785 (value_optimized_out, set_value_optimized_out): Declare.
786 * value.c (set_value_optimized_out, value_optimized_out): Define.
787 * valprint.c, findvar.c, dwarf2loc.c: Update.
788
0fd88904
AC
789 * value.c (value_contents, value_contents_writeable): New
790 functions.
791 * value.h (VALUE_CONTENTS): Delete macro.
792 (value_contents, value_contents_writeable): Declare.
793 * xstormy16-tdep.c, value.c, valops.c, valarith.c: Update.
794 * stack.c, sparc-tdep.c, sparc64-tdep.c, sh-tdep.c: Update.
795 * sh64-tdep.c, scm-valprint.c, scm-exp.c, s390-tdep.c: Update.
796 * rs6000-tdep.c, p-valprint.c, printcmd.c: Update.
797 * ppc-sysv-tdep.c, mips-tdep.c, mi/mi-main.c: Update.
798 * m88k-tdep.c, m68hc11-tdep.c, m32r-tdep.c: Update.
799 * jv-valprint.c, ia64-tdep.c, hppa-tdep.c: Update.
800 * hpacc-abi.c, f-valprint.c, frv-tdep.c, eval.c: Update.
801 * c-valprint.c, cris-tdep.c, cp-valprint.c: Update.
802 * cli/cli-dump.c, breakpoint.c, avr-tdep.c, arm-tdep.c: Update.
803 * arm-linux-tdep.c, amd64-tdep.c, alpha-tdep.c: Update.
804 * ada-valprint.c, ada-lang.c: Update.
805
5b90c7b5
AC
8062005-02-03 Andrew Cagney <[email protected]>
807
808 * utils.c (xzalloc): New function.
809 * defs.h (XZALLOC): Use xzalloc.
810 (xzalloc): Declare.
811 * value.c (allocate_value): Allocate a zeroed buffer.
812 * mdebugread.c (xzalloc): Delete.
813
4754a64e
AC
8142005-02-02 Andrew Cagney <[email protected]>
815
d69fe07e
AC
816 * value.h (value_lazy): Declare.
817 * varobj.c, value.c, valops.c, valarith.c, printcmd.c: Update.
818 * cp-valprint.c, breakpoint.c, ada-lang.c: Update.
819
46615f07
AC
820 * value.h (VALUE_CONTENTS_ALL): Delete.
821 (value_contents_all): Declare.
822 * value.c (value_contents_all): New function.
823 * hpacc-abi.c, cp-valprint.c, valops.c, c-valprint.c: Update.
824 * m68k-tdep.c, i386-tdep.c, infcall.c, valops.c: Update.
825
4754a64e
AC
826 * value.c (value_enclosing_type): New function.
827 * value.h (VALUE_ENCLOSING_TYPE): Delete.
828 (value_enclosing_type): Declare.
829 * xstormy16-tdep.c, vax-tdep.c, m68k-tdep.c, i386-tdep.c: Update.
830 * gnu-v3-abi.c, hpacc-abi.c, infcall.c, valops.c: Update.
831
990a07ab
AC
832 * value.c (value_contents_all_raw)
833 (value_contents_raw): New functions.
834 * value.h (VALUE_CONTENTS_ALL_RAW, VALUE_CONTENTS_RAW): Delete.
835 (value_contents_raw, value_contents_all_raw): Declare functions.
836 (VALUE_CONTENTS, VALUE_CONTENTS_ALL): Update.
837 * std-regs.c, valarith.c, valops.c, eval.c: Update.
838 * tracepoint.c, findvar.c: Update.
839
ff2c3e5d
OF
8402005-02-01 Orjan Friberg <[email protected]>
841
842 * regformats/reg-cris.dat: New file with register definitions for CRIS.
843 * regformats/reg-crisv32.dat: Ditto for CRISv32.
844
c46f8c51
AC
8452005-01-31 Andrew Cagney <[email protected]>
846
847 * configure: Regenerate to track ../gettext.m4.
848
a80493b8
BI
8492005-01-29 Baurzhan Ismagulov <[email protected]>
850
851 * MAINTAINERS: Add myself to "Write After Approval".
852
3d263c1d
BI
853 * ax-gdb.c, ax-general.c, bcache.c, bfd-target.c, bsd-kvm.c,
854 * buildsym.c, c-lang.c, c-typeprint.c, c-valprint.c, charset.c,
855 * coff-pe-read.c, coffread.c, complaints.c, copying.c: I18n markup.
856
c21a4eee
MK
8572005-01-29 Mark Kettenis <[email protected]>
858
859 * configure.ac: Remove extra check for ranlib.
860 * configure: Regenerated.
861
108d6ead
AC
8622005-01-28 Andrew Cagney <[email protected]>
863
a2bd3dcd
AC
864 * language.h (struct language_defn): Make la_val_print's buffer
865 parameter a const bfd_byte.
866 * cp-valprint.c (cp_print_value_fields, cp_print_value): Update.
867 * ada-lang.c (ada_aligned_value_addr)
868 (ada_value_primitive_packed_val, ada_which_variant_applies): Update.
869 * valprint.c (val_print_array_elements): Update.
870 * valprint.h (val_print_array_elements): Update.
871 * ada-lang.h (ada_val_print, ada_aligned_value_addr)
872 (ada_value_primitive_packed_val, ada_which_variant_applies): Update.
873 * ada-valprint.c (ada_val_print, struct ada_val_print_args)
874 (ada_val_print_1, ada_print_floating, printable_val_type)
875 (print_record, val_print_packed_array_elements)
876 (print_field_values, print_variant_part): Update.
877 * c-lang.h (c_val_print, cp_print_value_fields): Update.
878 * c-valprint.c (c_val_print): Update.
879 * f-lang.h (f_val_print): Update.
880 * f-valprint.c (f_val_print, f77_print_array_1)
881 (f77_print_array): Update.
882 * jv-lang.h (java_val_print): Update.
883 * jv-valprint.c (java_print_value_fields, java_val_print): Update.
884 * language.c (unk_lang_val_print): Update.
885 * m2-lang.h (m2_val_print): Update.
886 * m2-valprint.c (m2_val_print): Update.
887 * p-lang.h (pascal_val_print): Update.
888 (pascal_object_print_value_fields): Update.
889 * p-valprint.c (pascal_val_print)
890 (pascal_object_print_value_fields, pascal_object_print_value)
891 (pascal_object_print_value): Update.
892 * scm-lang.h (scm_val_print): Update.
893 * scm-valprint.c (scm_val_print): Update.
894 * value.h (val_print): Update.
895
5bcca90b
AC
896 * p-lang.h (pascal_object_print_class_member)
897 (pascal_object_print_class_method): Make buffer a const bfd_byte.
898 * p-valprint.c (pascal_object_print_class_method)
899 (pascal_object_print_class_method): Ditto.
900
ce27fb25
AC
901 * language.h (struct language_defn): Make la_printstr's buffer
902 parameter a const bfd_byte.
903 * p-lang.h (pascal_printstr): Update function to match.
904 * ada-valprint.c (ada_printstr): Update function to match.
905 * scm-lang.c (scm_printstr): Update function to match.
906 * p-lang.c (pascal_printstr): Update function to match.
907 * ada-lang.h (ada_printstr): Update function to match.
908 * m2-lang.c (m2_printstr): Update function to match.
909 * objc-lang.c (objc_printstr): Update function to match.
910 * c-lang.h (c_printstr): Update function to match.
911 * f-lang.c (f_printstr): Update function to match.
912 * c-lang.c (c_printstr): Update function to match.
913 * language.c (unk_lang_printstr): Update function to match.
914
5f547748
AC
915 * valprint.c (val_print_type_code_int): Make buffer a const bfd_byte.
916 * valprint.h (val_print_type_code_int): Ditto.
917
bbb4b9db
AC
918 * objc-lang.h (c_val_print, c_value_print): Delete declarations.
919
9519ccd5
AC
920 * cp-valprint.c (cp_print_class_method)
921 (cp_print_class_member): Make buffer a const bfd_byte.
922 * c-lang.h (cp_print_class_member, cp_print_class_method): Ditto.
923
10a2c479
AC
924 * ada-lang.c (value_from_contents_and_address)
925 (to_record_with_fixed_variant_part)
926 (value_tag_from_contents_and_address, ada_to_fixed_type)
927 (to_fixed_variant_branch_type, to_fixed_record_type)
928 (ada_template_to_fixed_record_type, cond_offset_host)
929 (ada_template_to_fixed_record_type_1): Make buffer a const
930 bfd_byte.
931 * ada-lang.h (ada_template_to_fixed_record_type_1)
932 (value_from_contents_and_address, ada_to_fixed_type): Ditto.
933
d56612af
AC
934 * ada-valprint.c (char_at, printstr): Make buffer a const bfd_byte.
935
366b1cbf 936 * gdbtypes.h (print_scalar_formatted): Make buffer a const bfd_byte.
d56612af 937 * printcmd.c (print_scalar_formatted): Update.
366b1cbf 938
c84141d6
AC
939 * value.h (value_bit_index, print_floating)
940 (find_rt_vbase_offset): Make buffer a const bfd_byte.
941 * valprint.c (print_floating): Update.
942 * valarith.c (value_bit_index): Update.
943 * valops.c (find_rt_vbase_offset): Update.
944
6c403953
AC
945 * valprint.h (print_octal_chars, print_char_chars)
946 (print_hex_chars, print_decimal_chars, print_binary_chars): Make
947 buffer a const bfd_byte.
948 * valprint.c (print_binary_chars, print_octal_chars)
949 (print_decimal_chars, print_hex_chars, print_char_chars): Make
950 "valaddr"buffer a const bfd_byte, ditto for local variables
951 referencing that buffer.
952
a8d6eb4a
AC
953 * m2-valprint.c: Include "c-lang.h".
954 (c_val_print): Delete extern declaration.
955 * scm-valprint.c: Include "c-lang.h".
956 (c_val_print): Delete extern declaration.
957 Makefile.in: Update dependencies.
958
06c4d4dc
AC
959 * gnu-v2-abi.h (gnuv2_baseclass_offset): Make "valaddr" a const
960 bfd_byte.
961 * cp-abi.h (baseclass_offset): Make "valaddr" a const bfd_byte.
962 (struct cp_abi_ops): Make baseclass_offset's "valaddr" a const
963 bfd_byte.
964 * cp-abi.c (baseclass_offset): Update.
965 * gnu-v2-abi.c (gnuv2_baseclass_offset): Update.
966
6b08edad
AC
967 * gnu-v2-abi.h: New file.
968 * gnu-v2-abi.c: Include "gnu-v2-abi.h".
969 (gnuv2_baseclass_offset): Delete declaration.
970 * hpacc-abi.c: Include "gnu-v2-abi.h".
971 (gnuv2_baseclass_offset): Delete extern declaration.
972 * Makefile.in: Update dependencies.
973
108d6ead
AC
974 * doublest.c (floatformat_is_negative, floatformat_is_nan)
975 (floatformat_mantissa, get_field): Make the buffer a const
976 bfd_byte, simplify.
977
a53bf506
AC
9782005-01-27 Andrew Cagney <[email protected]>
979
8cc2524a
AC
980 * value.h (struct value): Change type of contents to bfd_byte.
981 (VALUE_CONTENTS_RAW): Simplify.
982
79dd2d24
AC
983 * gdbarch.sh (integer_to_address): Change buf parameter to a const
984 bfd_byte, make pure-multi-arch.
985 * gdbarch.h, gdbarch.c: Regenerate.
986 * mips-tdep.c (mips_integer_to_address): Update.
987 * value.c (value_as_address): Update.
988
c26b8e3b
AC
989 * cli/cli-dump.h (fopen_with_cleanup): Make "filename" const.
990 * cli/cli-dump.c (dump_binary_file, dump_bfd_file): Make string
991 parameters const, change buf to a const bfd_byte.
992 (fopen_with_cleanup, bfd_openw_with_cleanup): Make all string
993 parameters const.
994
10e2d419
AC
995 * corefile.c (write_memory): Update, make a copy of the read-only
996 buffer.
997 * target.c (target_read_memory): Update.
998 (target_write_memory): Update, make a copy of the read-only
999 buffer.
1000 * gdbcore.h (write_memory): Change buffer type to bfd_byte, make
1001 const.
1002 * target.h (target_read_memory, target_write_memory): Change
1003 buffer type to bfd_byte; for write_memory, make it const.
1004 * symfile-mem.c (do_target_read_memory): New function.
1005 (symbol_file_add_from_memory): Pass do_target_read_memory to
1006 bfd_elf_bfd_from_remote_memory.
1007
89f5065b
AC
1008 * value.h: Indent using gdb_indent.sh.
1009
a53bf506
AC
1010 * configure: Regenerate to track ../gettext.m4 change.
1011
c44ca51c
AC
10122005-01-26 Andrew Cagney <[email protected]>
1013
1014 * rs6000-tdep.c: Include "reggroups.h".
1015 (rs6000_gdbarch_init): Set register_reggroup_p.
1016 (rs6000_register_reggroup_p): New function.
1017
c600d464
OF
10182005-01-26 Orjan Friberg <[email protected]>
1019
1020 * cris-tdep.c (enum cris_num_regs, enum cris_regnums)
1021 (cris_sigtramp_frame_unwind_cache, cris_register_size): Update for
1022 CRISv32.
1023 (crisv32_single_step_through_delay, cris_can_use_hardware_watchpoint)
1024 (cris_region_ok_for_watchpoint, cris_stopped_data_address)
1025 (crisv32_cannot_fetch_register, crisv32_cannot_store_register)
1026 (crisv32_register_type, cris_special_register_name)
1027 (crisv32_register_name): New functions.
1028 (cris_spec_reg_applicable): Recognize more versions.
1029 (cris_register_name): Update with call to cris_special_register_name.
1030 (find_cris_op): Filter out CRISv32 instructions. Tweaked comment and
1031 warning when unable to find step target.
1032 (CRISV10_ELF_NGREG, CRISV32_ELF_NGREG, crisv32_elf_gregset_t): Define.
1033 (supply_gregset): Add struct gdbarch_tdep. Set pseudo-PC register for
1034 CRISv32.
1035 (fetch_core_registers): Update for CRISv32.
1036 (cris_gdbarch_init): Set pc_regnum, register_type, num_regs,
1037 register_name, cannot_store_register, cannot_fetch_register,
1038 have_nonsteppable_watchpoint, single_step_through_delay for CRISv32.
1039
82c94ed0
NR
10402005-01-26 Nick Roberts <[email protected]>
1041
1042 * interps.c (interpreter_exec_cmd): Use condition,
1043 e.reason < 0, to raise an error.
1044
0598a43c
AC
10452005-01-25 Andrew Cagney <[email protected]>
1046
a8f60bfc
AC
1047 * ppc-linux-tdep.c: Include "tramp-frame.h"
1048 (struct ppc_linux_sigtramp_cache)
1049 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
1050 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
1051 (ppc_linux_sigtramp_cache): Delete.
1052 (ppc32_linux_sigaction_cache_init)
1053 (ppc64_linux_sigaction_cache_init)
1054 (ppc32_linux_sighandler_cache_init)
1055 (ppc64_linux_sighandler_cache_init)
1056 (ppc32_linux_sigaction_tramp_frame)
1057 (ppc64_linux_sigaction_tramp_frame)
1058 (ppc32_linux_sighandler_tramp_frame)
1059 (ppc64_linux_sighandler_tramp_frame)
1060 (ppc_linux_sigtramp_cache, ppc_linux_init_abi): Implement 32 and
1061 64-bit, sigaction and siginfo tramp-frame unwinders.
1062
0598a43c
AC
1063 * ppc-linux-tdep.c (ppc_linux_init_abi): Always set
1064 long_double_bit to 8.
1065
9d799f85
AC
10662005-01-24 Andrew Cagney <[email protected]>
1067
1068 * infrun.c (handle_inferior_event): Handle back-to-back and nested
1069 signals where the step_resume_breakpoint may have already been
1070 inserted.
1071
45181ed1
AC
10722005-01-24 Andrew Cagney <[email protected]>
1073
1074 * configure: Regenerate, ../gettext.m4 was updated.
1075
a28109e0
MK
10762005-01-23 Mark Kettenis <[email protected]>
1077
6fe85783
MK
1078 * NEWS: Mention new BSD user-level threads support.
1079
a28109e0
MK
1080 * i386obsd-tdep.c: Update copyright year. Include
1081 "bsd-uthread.h".
1082 (i386obsd_uthread_reg_offset): New variable.
1083 (I386OBSD_UTHREAD_ESP_OFFSET): New define.
1084 (i386obsd_supply_uthread, i386obsd_collect_uthread): New
1085 functions.
1086 (i386obsd_init_abi): Set supply_uthread and collect_uthread.
1087 * Makefile.in (i386obsd-tdep.o): Update dependencies.
1088 * config/i386/obsd.mt (TDEPFILES): Add bsd-uthread.o.
1089
059198c1
CF
10902005-01-23 Christopher Faylor <[email protected]>
1091
1092 * win32-nat.c: Update copyright year.
1093 (child_init_thread_list): Set thread linked list point to NULL so that
1094 it won't be reused after clearing.
1095
5c45e068
MK
10962005-01-21 Mark Kettenis <[email protected]>
1097
1098 * acconfig.h (HAVE_STRUCT_REG_R_FS, HAVE_STRUCT_R_GS): Remove
1099 undefs.
1100 * configure.ac: Use AC_CHECK_MEMBERS to check whether `struct
1101 thread' has a td_pcb member and whether `struct reg' has r_fs and
1102 r_gs members.
1103 * configure, config.in: Regenerate.
1104
666ec76f
MK
11052005-01-21 Mark Kettenis <[email protected]>
1106
b8667b61
MK
1107 * configure.ac: Remove ia64-*-aix* junk.
1108 * configure: Regenerate.
1109
a3828db0
MK
1110 * configure.ac: Use AC_CHECK_DECLS instead of gcc_AC_CHECK_DECLS
1111 and BFD_NEED_DECLARATION. Don't check if a declaration of strdup
1112 is necessary.
1113 * configure, config.in: Regenerate.
1114 * utils.c: Adjust for usage of AC_CHECK_DECLS instead of
1115 BFD_NEED_DECLARATION. Never provide a prototype for
1116 caninicalize_file_name.
1117 * gdb_string.h: Adjust for usage of AC_CHECK_DECLS instead of
1118 BFD_NEED_DECLARATION.
1119
666ec76f
MK
1120 * configure.ac (targ_archs): Use standard autoconf check for
1121 "struct stat.st_blocks" instead of rolling our own.
1122 * configure: Regenerated.
1123 * acconfig.h (HAVE_STRUCT_STAT_ST_BLOCKS): Remove undef.
1124 * config.in: Regenerated.
1125
bc8bcb4b
MK
11262005-01-21 Mark Kettenis <[email protected]>
1127
1128 * configure.ac: Modernize checks for `long long' and `long double'
1129 support.
1130 * configure: Regenerated.
1131 * acconfig.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG)
1132 (PRINT_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE): Remove undefs.
1133 * config.in: Regenerated.
1134
30adeb3a
MK
11352005-01-20 Mark Kettenis <[email protected]>
1136
1137 * acconfig.h (HAVE_STRUCT_SAVE_STATE_T)
1138 (HAVE_STRUCT_MEMBER_SS_WIDE): Remove undefs.
1139 * configure.ac: Remove checks for HP-UX save_state structure.
1140 * configure: Regenerated.
1141
e06e2353
AC
11422005-01-19 Andrew Cagney <[email protected]>
1143
1144 * utils.c (quit): Simplify, call fatal.
1145 * exceptions.c: Include "serial.h"
1146 (print_flush): Mimic flush code found in utils.c:quit.
1147 * Makefile.in: Update dependencies.
1148
1c44323f
JB
11492005-01-19 Jim Blandy <[email protected]>
1150
065a1afc
JB
1151 * configure.tgt: Set build_rdi_share to "yes" on those targets
1152 that use that debugging protocol.
1153 Set build_nlm to yes to build NLM stub for Netware targets.
1154 * configure.ac: If build_rdi_share is "yes", then configure the
1155 rdi-share subdirectory.
1156 If build_nlm is "yes", the configure the "nlm" subdirectory.
1157 * configure: Regenerated.
1158
1c44323f
JB
1159 * rdi-share/configure, rdi-share/aclocal.m4: Regenerated using
1160 autoconf 2.59 and automake 1.9.3.
1161
8a9de0e4
AC
11622005-01-19 Andrew Cagney <[email protected]>
1163
315a522e
AC
1164 * exceptions.h (deprecated_throw_reason): Rename throw_reason.
1165 * exceptions.c (deprecated_throw_reason): Rename throw_reason.
1166 * utils.c (internal_verror, quit): Update.
1167 * remote-sds.c (interrupt_query): Update.
1168 * remote-mips.c (mips_error, mips_kill): Update.
1169 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Update.
1170 * remote.c (interrupt_query): Update.
1171 * ocd.c (interrupt_query): Update.
1172 * nto-procfs.c (interrupt_query): Update.
1173 * monitor.c (monitor_interrupt_query): Update.
1174 * breakpoint.c (break_command_1): Update.
1175
8a9de0e4
AC
1176 * infrun.c: (resume, proceed, wait_for_inferior)
1177 (handle_inferior_event, stop_stepping)
1178 (prepare_to_wait): Write debug output to gdb_stdlog.
1179
53283f86
MK
11802005-01-19 Mark Kettenis <[email protected]>
1181
1182 * inf-ptrace.c (inf_ptrace_prepare_to_store)
1183 (inf_ptrace_post_startup_inferior)
1184 (inf_ptrace_acknowledge_created_inferior)
1185 (inf_ptrace_insert_fork_catchpoint)
1186 (inf_ptrace_remove_fork_catchpoint)
1187 (inf_ptrace_insert_vfork_catchpoint):
1188 (inf_ptrace_remove_vfork_catchpoint, inf_ptrace_follow_fork)
1189 (inf_ptrace_insert_exec_catchpoint)
1190 (inf_ptrace_remove_exec_catchpoint): Remove functions.
1191 (inf_ptrace_reported_exec_events_per_exec_call): Tweak comment.
1192 (inf_ptrace_target): Don't set to_prepare_to_store,
1193 to_post_startup_inferior, to_acknowledge_created_inferior,
1194 to_insert_fork_ctachpoint, to_remove_fork_catchpoint,
1195 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
1196 to_follow_fork, to_insert_exec_catchpoint,
1197 to_remove_exec_catchpoint.
1198
9ee907e0
AC
11992005-01-18 Andrew Cagney <[email protected]>
1200
fa113d1a
AC
1201 * target.h (struct target_ops): Change return type of
1202 to_insert_fork_catchpoint, to_insert_vfork_catchpoint and
1203 to_insert_exec_catchpoint to void.
1204 (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
1205 (child_insert_exec_catchpoint): Change return type to void.
1206 * target.c (update_current_target): Update.
1207 (debug_to_insert_fork_catchpoint)
1208 (debug_to_insert_vfork_catchpoint)
1209 (debug_to_insert_exec_catchpoint): Update.
1210 * inf-child.c (inf_child_insert_fork_catchpoint)
1211 (inf_child_insert_vfork_catchpoint)
1212 (inf_child_insert_exec_catchpoint): Update.
1213 * breakpoint.c (insert_catchpoint): Update, do not throw an error.
1214 * linux-nat.c (child_insert_fork_catchpoint)
1215 (child_insert_vfork_catchpoint)
1216 (child_insert_exec_catchpoint): Update.
1217 * inftarg.c (child_insert_fork_catchpoint)
1218 (child_insert_vfork_catchpoint,)
1219 (child_insert_exec_catchpoint): Update.
1220
9ee907e0
AC
1221 * remote.c (remote_open_1): Use throw_exception.
1222
295093a4
MS
12232005-01-17 Michael Snyder <[email protected]>
1224
1225 * mips-linux-tdep.c: Whitespace tweaks.
1226
4bcff7eb
CV
12272005-01-17 Corinna Vinschen <[email protected]>
1228
1229 * infcmd.c (attach_command): Call CLEAR_SOLIB if available.
1230
637537d0
AC
12312005-01-17 Andrew Cagney <[email protected]>
1232
1233 * top.h (source_error, source_pre_error): Delete declaration.
1234 * cli/cli-script.c (source_error_allocated, source_error): Delete.
1235 (script_from_file, source_cleanup_lines): Do not manipulate
1236 source_error_allocated, error_pre_print and source_error.
1237 (struct source_cleanup_lines_args): Delete fields old_pre_error,
1238 and old_error_pre_print.
1239 * top.c (source_error_allocated, source_error)
1240 (source_pre_error): Delete.
1241 (command_line_input): Do not set error_pre_print.
1242 * event-top.c (command_line_handler): Do not set error_pre_print.
1243
12b21d12
JT
12442005-01-16 Jason Thorpe <[email protected]>
1245
1246 * MAINTAINERS: Update my email address.
1247
1c02b2a5
MK
12482005-01-16 Mark Kettenis <[email protected]>
1249
c401b55a
MK
1250 * configure.ac: Provide prerequisite headers when checking
1251 <term.h>.
1252 * configure: Regenerate.
1253
1c02b2a5
MK
1254 * amd64fbsd-tdep.c: Update copyright year. Include "gdb_assert.h"
1255 and "bsd-uthread.h".
1256 (amd64fbsd_jmp_buf_reg_offset): New variable.
1257 (amd64fbsd_supply_uthread, amd64fbsd_collect_uthread): New
1258 functions.
1259 (amd64fbsd_init_abi): Set supply_uthread and collect_uthread.
1260 * i386fbsd-tdep.c: Fix typo.
1261 * Makefile.in (amd64fbsd-tdep.o): Update dependencies.
1262 * config/i386/fbsd64.mt (TDEPFILES): Add bsd-uthread.o.
1263
17d92a02
AC
12642005-01-16 Andrew Cagney <[email protected]>
1265
1266 * cli/cli-script.c: Include "exceptions.h".
1267 (struct wrapped_read_command_file_args): Define.
1268 (wrapped_read_command_file): New function.
1269 (script_from_file): Replace direct call to read_command_file by
1270 one wrapped by an exception handler.
1271 * exceptions.c (throw_it): Free the old message after creating the
1272 new.
1273 * Makefile.in: Update dependencies.
1274
80ad1639
MK
12752005-01-16 Mark Kettenis <[email protected]>
1276
ae036357
MK
1277 * sparc64fbsd-tdep.c: Update copyright year.
1278 (sparc64fbsd_collect_gregset, sparc64fbsd_collect_fpregset): New
1279 functions.
1280 (sparc64fbsd_init_abi): Create register sets with collect
1281 functions.
1282
ca5807d9
MK
1283 * sparc64fbsd-nat.c: Include "fbsd-nat.h".
1284 (_initialize_sparc64fbsd_nat): Add some extra features to the
1285 generic SPARC target.
1286 * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
1287 * config/sparc/fbsd.mh (NATDEPFILES): Add fbsd-nat.o and gcore.o.
1288 (NAT_FILE): Set to solib.h.
1289 * config/sparc/nm-fbsd.h: Remove file.
1290
c4f2d4d7
MK
1291 * sparc64-tdep.c (sparc64_store_arguments): Fix typo.
1292
80ad1639
MK
1293 * sparc-tdep.c (sparc_integral_or_pointer_p): Simplify.
1294
6212a5e9
AC
12952005-01-16 Andrew Cagney <[email protected]>
1296
1297 * exceptions.c (struct catcher): Delete saved_error_pre_print and
1298 saved_quit_pre_print.
1299 (catcher_init): Delete parameter errstring, do not override the
1300 pre_print strings.
1301 (catcher_pop): Do not restore the pre_print strings.
1302 (catch_exception, catch_exceptions_with_msg, catch_errors)
1303 (catch_command_errors): Update catch_init calls.
1304
936df4b3
MK
13052005-01-16 Mark Kettenis <[email protected]>
1306
1307 * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
1308 * sparc64fbsd-nat.c: Update copyright year. Include "target.h".
1309
3af1e0e3
AC
13102005-01-15 Andrew Cagney <[email protected]>
1311
85981d60
AC
1312 * acinclude.m4: Include ../bfd/bfd.m4 instead of
1313 ../bfd/acinclude.m4. Include ../gettext.m4.
1314 * aclocal.m4, configure: Re-generate.
1315
5a14cc1a
AC
1316 * exceptions.c (do_captured_command)
1317 (struct captured_command_args): Delete.
1318 (catch_command_errors): Simplify by inlining call to catch_errors.
1319
3af1e0e3
AC
1320 * exceptions.c (struct catcher): Delete field print_message.
1321 (catcher_init): Delete print_message parameter.
1322 (catch_exception, catch_exceptions_with_msg, catch_errors): Update.
1323 (throw_it): Delete prefix parameter.
1324 (throw_verror, throw_vfatal, throw_error): Update.
1325
d0555901
AC
13262005-01-14 Andrew Cagney <[email protected]>
1327
e48f5bee
AC
1328 * exceptions.c (print_and_throw): Delete, replaced by throw_it.
1329 (throw_reason): Leave the exception's message field blank.
1330 (throw_it): New function, create the exception and throw it.
1331 (throw_verror, throw_vfatal, throw_error): Call throw_it.
1332 (print_any_exception): New function.
1333 (catch_errors, catch_exceptions_with_msg): Call
1334 print_any_exception.
1335 (throw_exception): Move code calling annotate_error and
1336 annotate_quit from here ...
1337 (print_exception): ... to here.
1338
c6da7a6d
AC
1339 * exceptions.c (exception_fprintf, exception_print): Move printing
1340 of \n from here ...
1341 (print_exception): ... to here.
1342 (print_flush): New function.
1343 (exception_print, exception_fprintf): Replace duplicated flush and
1344 wrap code with call to print_flush.
1345 (print_and_throw): Simplify, by using xstrvprintf, print_flush,
1346 and print_exception.
1347 (do_write): Delete.
1348
d0555901
AC
1349 * remote-sds.c (interrupt_query): Call throw_reason instead of
1350 throw_exception.
1351 * remote-mips.c (mips_error, mips_kill): Ditto
1352 * ocd.c (interrupt_query): Ditto.
1353 * nto-procfs.c (interrupt_query): Ditto.
1354 * monitor.c (monitor_interrupt_query): Ditto.
1355
949df321
JJ
13562005-01-14 Jeff Johnston <[email protected]>
1357
1358 * ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions.
1359
bc8332bb
AC
13602005-01-14 Andrew Cagney <[email protected]>
1361
1c3c7ee7
AC
1362 * exceptions.h (catch_exceptions): Delete errstring parameter.
1363 (catch_exceptions_with_msg): Ditto.
1364 * exceptions.c (catch_exceptions_with_msg): Update.
1365 (catch_exceptions): Update.
1366 * symfile-mem.c (add_vsyscall_page): Update.
1367 * frame.c (get_current_frame): Update.
1368 * wrapper.c (gdb_value_struct_elt): Update.
1369 * exceptions.c (catch_exceptions): Update.
1370 * thread.c (gdb_list_thread_ids, gdb_thread_select): Update.
1371 * breakpoint.c (gdb_breakpoint_query, gdb_breakpoint): Update.
1372 * remote-fileio.c (remote_fileio_request): Update.
1373
9cbc821d
AC
1374 * exceptions.h (exception_fprintf): Declare.
1375 (exception_print): Drop pre_print parameter.
1376 * mi/mi-main.c (mi_execute_command): Update exception_print call.
1377 * cli/cli-interp.c (safe_execute_command): Update exception_print
1378 call.
1379 * remote.c (remote_open_1): Instead of passing an error prefix to
1380 catch_exceptions, use catch_exceptions and exception_fprintf.
1381 (remote_start_remote): Change return type to void.
1382 * breakpoint.c (insert_bp_location): Instead of passing an error
1383 prefix to catch_exceptions, use catch_exceptions and
1384 exception_fprintf.
1385 (insert_catchpoint): Change return type to void.
1386 (break_command_1): Update exception_print call.
1387 * exceptions.c (exception_fprintf): New function.
1388 (print_exception): New function.
1389 (exception_print): Use print_exception.
1390
22e9b0f1
AC
1391 * utils.c (error_output_message): Delete function.
1392 * defs.h (error_output_message): Delete declaration.
1393
05ff989b
AC
1394 * linespec.c (symtab_from_filename, decode_variable): Use
1395 throw_error instead of error_silent.
1396 * breakpoint.c (do_captured_parse_breakpoint): Change return type
1397 to void.
1398 (break_command_1): Use catch_exception and check the error return
1399 status.
1400 * exceptions.c (throw_error): New function.
1401 (throw_vsilent): Delete function.
1402 * exceptions.h (throw_error): Declare.
1403 (throw_vsilent): Delete declaration.
1404 * utils.c (error_silent): Delete function.
1405 * defs.h (error_silent): Delete declaration.
1406
8a076db9
AC
1407 * mi/mi-main.c (mi_execute_command): Print the exception.
1408 * cli/cli-interp.c (safe_execute_command): Print the exception.
1409 * exceptions.h (exception_print): Declare.
1410 * exceptions.c (struct catcher): Add field print_message.
1411 (catcher_init): Add parameter print_message, store in the catcher
1412 struct.
1413 (print_and_throw): Only print the message when print_message.
1414 (catch_exceptions_with_msg, catch_errors): Pass print_message=1 to
1415 catcher_init.
1416 (catch_exception): Pass print_message=0 to catcher_init.
1417
bc8332bb
AC
1418 * varobj.c (varobj_create): Add missing \n.
1419
d183932d
MS
14202005-01-13 Michael Snyder <[email protected]>
1421
4e18e2de 1422 * cli/cli-decode.h: Whitespace tweaks.
ca0b4d12 1423 * wince.c: Whitespace tweaks.
887a3a14 1424 * uw-thread.c: Whitespace tweaks.
0a4a0819 1425 * utils.c: Whitespace tweaks.
d183932d
MS
1426 * tracepoint.[ch]: Whitespace tweaks.
1427 * solist.h: Whitespace tweaks.
1428
6b1b7650
AC
14292005-01-13 Andrew Cagney <[email protected]>
1430
b315da38
AC
1431 * exceptions.h (struct exception): Make message const.
1432 * mi/mi-main.c (mi_execute_command): Pass result.message directly
1433 to fputstr_unfiltered.
1434
79e714b4
AC
14352005-01-13 Michael Snyder <[email protected]>
1436
1437 * stack.c: Whitespace tweaks.
1438 * somsolib.[ch]: Whitespace tweaks.
1439 * solib-aix.c: Whitespace tweaks.
1440 * solib.c: Whitespace tweaks.
1441 * solib-frv.c: Whitespace tweaks.
1442 * solib.h: Whitespace tweaks.
1443 * solib-irix.c: Whitespace tweaks.
1444 * solib-som.c: Whitespace tweaks.
1445 * solib-sunos.c: Whitespace tweaks.
1446 * solib-svr4.[ch]: Whitespace tweaks.
1447 * ser-tcp.c: Whitespace tweaks.
1448 * ser-unix.c: Whitespace tweaks.
1449 * serial.h: Whitespace tweaks.
1450 * scm-valprint.c: Whitespace tweaks.
1451 * rs6000-tdep.c: Whitespace tweaks.
1452 * rs6000-nat.c: Whitespace tweaks.
1453 * remote.c: Whitespace tweaks.
1454
14552005-01-13 Andrew Cagney <[email protected]>
1456
6b1b7650
AC
1457 * defs.h (error_last_message, error_init): Delete declaration.
1458 * utils.c (fatal, vfatal): Call throw_vfatal.
1459 (error, verror): Call throw_verror;
1460 (do_write, error_stream_1): Delete function.
1461 (error_stream): Simplify, call error.
1462 (error_last_message, error_init, gdb_lasterr): Delete.
1463 (error_silent): Simplify, call throw_vsilent.
1464 * mi/mi-interp.c (mi_cmd_interpreter_exec): Dup the message.
1465 * main.c (captured_main): Delete call to error_init.
1466 * exceptions.c (throw_verror, throw_verror)
1467 (throw_vsilent): New functions.
1468 (do_write, print_and_throw): New functions.
1469 (last_message): New global.
1470 (throw_reason): Replace error_last_message with last_message.
1471 (catch_exceptions_with_msg): Dup the message.
1472 * exceptions.h (throw_verror, throw_vfatal, throw_vsilent):
1473 Declare.
1474
4791eb66
MS
14752005-01-13 Michael Snyder <[email protected]>
1476
90c065fb 1477 * remote-st.c: Whitespace tweaks.
8a0ce09a 1478 * remote-sim.c: Whitespace tweaks.
1fa79fac 1479 * remote-mips.c: Whitespace tweaks.
beda9597 1480 * pa64solib.[ch]: Whitespace tweaks.
28397f59 1481 * mdebugread.c: Whitespace tweaks.
ba5e7e8d 1482 * main.c: Whitespace tweaks.
907d819a 1483 * interps.c: Whitespace tweaks.
9d1ff73f 1484 * infrun.c: Whitespace tweaks.
1f5d0fc9 1485 * infcmd.c: Whitespace tweaks.
d9788fe8 1486 * hpux-thread.c: Whitespace tweaks.
3b951200 1487 * hppa-hpux-tdep.c: Whitespace tweaks.
3a9a986f 1488 * gdbcore.h: Whitespace tweaks.
d3f17821 1489 * gdbcmd.h: Whitespace tweaks.
30867156 1490 * gdb-events[.c, .h, .sh]: Whitespace tweaks.
de6854b5 1491 * corefile.c: Whitespace tweaks.
03717487 1492 * completer.c: Whitespace tweaks.
9b5c5aad
MS
1493 * coff-solib.c: Whitespace tweaks.
1494 * coff-solib.h: Whitespace tweaks.
30fdc99f 1495 * cli-out.c: Whitespace tweaks.
1272ad14 1496 * breakpoint.c: Whitespace tweaks.
4791eb66
MS
1497 * cli/cli-interp.c: Tweak comments, per coding standard.
1498
f30f06b8
AC
14992005-01-13 Andrew Cagney <[email protected]>
1500
ce43223b
AC
1501 * breakpoint.c (gdb_breakpoint_query): Update, use
1502 catch_exceptions_with_msg.
1503 (do_captured_breakpoint): Add uiout parameter.
1504 (gdb_breakpoint): Update, use catch_exceptions_with_msg.
1505 * mi/mi-main.c (mi_cmd_thread_select): Pass mi_error_message to
1506 gdb_thread_select. Return MI_CMD_ERROR instead of
1507 MI_CMD_CAUGHT_ERROR.
1508 (mi_cmd_thread_list_ids): Ditto for gdb_list_thread_ids.
1509 (enum captured_mi_execute_command_actions): Delete
1510 EXECUTE_COMMAND_DISPLAY_ERROR.
1511 (captured_mi_execute_command): Delete code handling
1512 MI_CMD_CAUGHT_ERROR.
1513 (mi_execute_command): Don't check for
1514 EXECUTE_COMMAND_DISPLAY_ERROR.
1515 * mi/mi-cmd-break.c (breakpoint_notify): Update call to
1516 gdb_breakpoint_query.
1517 (mi_cmd_break_insert): Pass mi_error_message to gdb_breakpoint.
1518 * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_CAUGHT_ERROR.
1519 * gdb.h (gdb_thread_select, gdb_list_thread_ids)
1520 (gdb_breakpoint, gdb_breakpoint_query): Add error_message
1521 parameter.
1522 * thread.c (thread_command): Update call.
1523 (gdb_thread_select, gdb_list_thread_ids): Update, call
1524 catch_exceptions_with_msg.
1525
f30f06b8
AC
1526 * mi/mi-main.c (mi_execute_command): Use catch_exception,
1527 eliminate call to error_last_message.
1528 (captured_mi_execute_command): Change return type to void.
1529
2a78bfb5
AC
15302005-01-12 Andrew Cagney <[email protected]>
1531
c1043fc2
AC
1532 * exceptions.c (exception_none): New variable.
1533 * Makefile.in: Update dependencies.
1534 * interps.c: Include "exceptions.h".
1535 (interpreter_exec_cmd, interp_exec): Update to return "struct
1536 exception"
1537 * exceptions.h (no_exception): Declare.
1538 * tui/tui-interp.c (tui_exec): Update to return "struct exception"
1539 * mi/mi-interp.c: Include "exceptions.h".
1540 (mi_cmd_interpreter_exec, mi_interpreter_exec): Update to return
1541 'struct exception".
1542 * cli/cli-interp.c (cli_interpreter_exec, safe_execute_command)
1543 (do_captured_execute_command): Update to use catch_exception.
1544 * interps.h: Include "exceptions.h".
1545 (interp_exec_ftype, interp_exec): Return "struct exception".
1546
2a78bfb5
AC
1547 * exceptions.h (throw_reason): Rename throw_exception.
1548 (enum errors, struct exception): Define.
1549 (catch_exception_ftype): Define.
1550 (catch_exception, throw_exception): Declare.
1551 * exceptions.c (throw_exception): Rewrite.
1552 (throw_reason): New function.
1553 (struct catcher, catcher_state_machine): Replace "reason" with
1554 "exception", delete "gdberrmsg".
1555 (catch_exception): New function.
1556 (catcher_init): Replace "gdberrmsg" parameter with "exception".
1557 (catch_errors, catch_exceptions_with_msg): Re-implement passing
1558 exception to catcher_init.
1559 * utils.c (error_silent, error_stream_1): Use throw_reason.
1560 (internal_verror, quit): Ditto.
1561 * breakpoint.c (insert_catchpoint, break_command_1): Ditto.
1562 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Ditto.
1563 * remote.c (remote_open_1, interrupt_query): Ditto.
1564
8b1ca062
MK
15652005-01-12 Mark Kettenis <[email protected]>
1566
fa565c2b
MK
1567 * i386fbsd-tdep.c: Update copyright year. Include "gdbcore.h",
1568 "regcache.h", "gdb_assert.h" and "bsd-uthread.h".
1569 (i386fbsd_jmp_buf_reg_offset): New variable.
1570 (i386fbsd_supply_uthread, i386fbsd_collect_uthread): New
1571 functions.
1572 (i386fbsdaout_init_abi): Set supply_uthread and collect_uthread.
1573 * Makefile.in (i386fbsd-tdep.o): Update dependency.
1574 * config/i386/fbsd.mt (TDEPFILES): Add bsd-uthread.o.
1575
82f5c14f
MK
1576 * bsd-uthread.h: New file.
1577 * bsd-uthread.c: New file.
1578 * Makefile.in (bsd_uthread_h): New variable.
1579 (ALLDEPFILES): Add bsd-uthread.c.
1580 (bsd-uthread.o): New dependency.
1581
42a6e6a0
MK
1582 * solib.h Update copyright year.
1583 (struct so_list): Forward declaration.
1584 (solib_read_symbols): New prototype.
1585 * solib.c (solib_read_symbols): New function.
1586 (solib_add): Call solib_read_symbols to read in symbols.
1587 (update_solib_list): Call observer_notify_solib_loaded.
1588
8b1ca062
MK
1589 * i386bsd-nat.c: Update copyright year. Don't include
1590 <sys/param.h> and <sys/user.h>.
1591 (register_u_addr, kernel_u_size): Remove functions.
1592 * config/i386/obsd.mh (NAT_FILE): Remove.
1593 * config/i386/obsdaout.mh (NAT_FILE): Set to solib.h.
1594 * config/i386/nm-obsd.h: Remove file.
1595
60250e8b
AC
15962005-01-12 Andrew Cagney <[email protected]>
1597
db5f402d
AC
1598 * exceptions.c: Include "gdb_string.h".
1599 (enum catcher_state, struct catcher): Define.
1600 (current_catcher): New global, replaces catch_return;
1601 (catch_return): Delete.
1602 (throw_exception): Use current_catcher->buf;
1603 (catcher_init, catcher_pop, catcher_state_machine): New functions.
1604 (catcher): Delete.
1605 (struct catch_errors_args): Delete.
1606 (do_catch_errors): Delete.
1607 (catch_exceptions): Replace body with call to
1608 catch_exceptions_with_msg.
1609 (catcher): Delete.
1610 (catch_exceptions_with_msg, catch_errors): Re-implement using
1611 catcher_state_machine.
1612
60250e8b
AC
1613 * exceptions.h (enum return_reason, RETURN_MASK)
1614 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL)
1615 (return_mask, throw_exception, catch_exceptions_ftype)
1616 (catch_exceptions_with_msg, catch_errors_ftype, catch_errors)
1617 (catch_command_errors_ftype, catch_command_errors): Move to
1618 exceptions.h.
1619 * exceptions.c, exceptions.h: New files.
1620 * top.c: Do not include <setjmp.h>.
1621 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP, catch_return)
1622 (throw_exception, catcher, catch_exceptions)
1623 (catch_exceptions_with_msg, struct catch_errors_args)
1624 (do_catch_errors, catch_errors, struct captured_command_args)
1625 (do_captured_command, catch_command_errors): Move to exceptions.c.
1626 * wrapper.c, wince.c, win32-nat.c, utils.c: Include "exceptions.h".
1627 * tui/tui-interp.c, top.c, thread.c, symmisc.c: Ditto.
1628 * symfile-mem.c, stack.c, solib.c, rs6000-nat.c: Ditto.
1629 * remote-sds.c, remote-mips.c, remote-fileio.c: Ditto.
1630 * remote-e7000.c, objc-lang.c, ocd.c: Ditto.
1631 * remote.c, nto-procfs.c, monitor.c, mi/mi-main.c: Ditto.
1632 * main.c, m32r-rom.c, infrun.c, inf-loop.c: Ditto.
1633 * hppa-hpux-tdep.c, frame.c, event-top.c, event-loop.c: Ditto.
1634 * corelow.c, corefile.c, cli/cli-interp.c, breakpoint.c: Ditto.
1635 * ada-valprint.c, ada-lang.c: Ditto.
1636 * Makefile.in (HFILES_NO_SRCDIR, COMMON_OBS): Add exceptions.h and
1637 exceptions.o. Update all dependencies.
1638
ca14ead7
MK
16392005-01-11 Mark Kettenis <[email protected]>
1640
eafc7eea
MK
1641 * config/i386/nm-fbsd.h: Update copyright year.
1642 Don't include "config/nm-bsd.h".
1643 (KERNEL_U_SIZE): Remove macro.
1644 (kernel_u_size): Remove prototype.
1645
ca14ead7
MK
1646 * config/vax/nbsdaout.mh (NAT_FILE): Remove.
1647 * config/vax/nm-nbsdaout.h: Remove file.
1648
4a39d934
EZ
16492005-01-10 Elena Zannoni <[email protected]>
1650
1651 * MAINTAINERS: Remove self from sh/sh64 maintainership.
1652
93f0f986
AC
16532005-01-10 Andrew Cagney <[email protected]>
1654
c4f9e2bf
AC
1655 * MAINTAINERS: List Andrew Cagney and Kevin Buettner as can commit
1656 changes to PowerPC, and Andrew Cagney as lead PowerPC GNU/Linux
1657 maintainer.
1658
6b71dd74
AC
1659 * MAINTAINERS: Hans-Peter Nilsson and Orjan Friberg can commit
1660 changes to CRIS.
1661
93f0f986
AC
1662 * MAINTAINERS: Remove "Maintenance Only". Spell out that CAN
1663 COMMIT means can approve).
1664
8785ced0
MK
16652005-01-10 Mark Kettenis <[email protected]>
1666
2a2de4ce
MK
1667 * vax-nat.c: Update copyright year. Include "inf-ptrace.h".
1668 (vax_register_u_offset): Make statuc.
1669 (_initialize_vax_nat): Construct and add target vector.
1670 * config/vax/vax.mh (NATDEPFILES): Remove infptrace.o and
1671 inftarg.o. Add inf-ptrace.o.
1672 * Makefile.in (vax-nat.o): Update dependencies.
1673
8785ced0
MK
1674 * inf-ptrace.h: Update copyright year. Sync comment with
1675 inf-ptrace.c.
1676 (inf_ptrace_trad_target): New prototype.
1677 * inf-ptrace.c: Update copyright year. Include "regcache.h" and
1678 "gdb_assert.h"
1679 (inf_ptrace_target): Add comment.
1680 (inf_ptrace+register_u_offset): New variable.
1681 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
1682 (inf_ptrace_store_register, inf_ptrace_store_registers)
1683 (inf_ptrace_trad_target): New functions.
1684 * Makefile.in (inf-ptrace.o): Update dependencies.
1685
7cb9022a
MK
16862005-01-09 Mark Kettenis <[email protected]>
1687
1688 * configure.ac: Provide prerequisite headers when checking
1689 <link.h>, <sys/proc.h> and <sys/user.h>.
1690 * configure: Regenerate.
1691
c534d641
MK
16922005-01-08 Mark Kettenis <[email protected]>
1693
1694 * config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Set to
1695 tm-ppc-eabi.h instead of the removed tm-nbsd.h.
1696
4b48ac22
MK
16972005-01-07 Mark Kettenis <[email protected]>
1698
1699 * config/ia64/tm-linux.h: Tweak comment. Update copyright year.
1700 Don't include "tm-ia64.h".
1701 * config/ia64/ia64.mt (DEPRECATED_TM_FILE): Remove.
1702 * config/ia64/tm-ia64.h: Remove. Move contents ...
1703 * ia64-tdep.h: ... here. Update copyright year.
1704
3ace7edb
AC
17052005-01-07 Andrew Cagney <[email protected]>
1706
bec39cab
AC
1707 * configure.ac: Rename configure.in, require autoconf 2.59.
1708 * configure: Re-generate.
1709
e14ecb8f
AC
1710 * configure.tgt: Disable arm*-*-*, thumb*-*-*, strongarm*-*-*,
1711 xscale-*-* and i[34567]86-*-netware* code adding rdi-share or nlm
1712 to configdirs.
1713
3ace7edb
AC
1714 * configure.in: Replace configdirs with multiple references to
1715 AC_CONFIG_SUBDIRS.
1716 * configure: Re-generate.
1717
b33e8514
AS
17182005-01-05 Andreas Schwab <[email protected]>
1719
1720 * ia64-tdep.c: Include "osabi.h".
1721 (native_find_global_pointer): Delete.
1722 (ia64_find_global_pointer): Renamed from
1723 generic_elf_find_global_pointer.
1724 (FIND_GLOBAL_POINTER): Delete. Change all users to call
1725 ia64_find_global_pointer instead.
1726 (ia64_gdbarch_init): Call gdbarch_init_osabi. Remove references
1727 to ia64_linux_sigcontext_register_address and
1728 ia64_linux_write_pc. Don't set tdep->find_global_pointer.
1729 (_initialize_ia64_tdep): Call gdbarch_register instead of
1730 deprecated register_gdbarch_init.
1731 (struct gdbarch_tdep): Remove find_global_pointer field and move
1732 to ...
1733 * ia64-tdep.h (struct gdbarch_tdep): ... here.
1734 (ia64_linux_sigcontext_register_address): Remove declaration.
1735 (ia64_linux_getunwind_table): Likewise.
1736 (ia64_linux_write_pc): Likewise.
1737 * ia64-linux-tdep.c: Include "osabi.h".
1738 (ia64_linux_sigcontext_register_address): Make static.
1739 (ia64_linux_write_pc): Likewise.
1740 (ia64_linux_init_abi): New.
1741 (_initialize_ia64_linux_tdep): New.
1742 * Makefile.in (ia64-tdep.o, ia64-linux-tdep.o): Depend on
1743 $(osabi_h).
1744
0ea390ed
KB
17452005-01-05 Kevin Buettner <[email protected]>
1746
1747 * ia64-tdep.c (ia64_gdbarch_init): Eliminate dependency on
1748 functions in ia64-aix-tdep.c.
1749 * ia64-tdep.h (ia64_aix_sigcontext_register_address): Remove
1750 function defined in ia64-aix-tdep.c.
1751 * ia64-aix-tdep.c: Remove file.
1752 * config/ia64/linux.mt (TDEPFILES): Remove ia64-aix-tdep.o from
1753 this list.
1754 * Makefile.in (ia64-aix-tdep.o): Delete.
1755
edefbb7c
AC
17562005-01-05 Baurjan Ismagulov <[email protected]>
1757
1758 Committed by Andrew Cagney.
1759 * ada-valprint.c, aix-thread.c, alpha-nat.c: I18n markup.
1760 * alphabsd-nat.c, alphanbsd-tdep.c, amd64-linux-nat.c: I18n markup.
1761 * amd64-tdep.c, amd64bsd-nat.c, amd64fbsd-nat.c: I18n markup.
1762 * arch-utils.c, arm-linux-nat.c, arm-tdep.c: I18n markup.
1763 * armnbsd-nat.c, armnbsd-tdep.c, auxv.c, avr-tdep.c: I18n markup.
1764 * aix-thread.c (_initialize_aix_thread): Get rid of the
1765 deprecated_add_show_from_set call.
1766 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
1767 * arm-tdep.c (_initialize_arm_tdep): Ditto.
1768 * command.h (add_setshow_enum_cmd): Add arguments for returning
1769 new list elements.
1770 * cli/cli-decode.c (add_setshow_enum_cmd): Ditto.
1771 * mips-tdep.c (_initialize_mips_tdep): Modify calls to
1772 add_setshow_enum_cmd.
1773
a260932f
MK
17742005-01-04 Mark Kettenis <[email protected]>
1775
34cf1994
MK
1776 * configure.host (ia64-*-aix*): Remove.
1777 * configure.tgt (ia64-*-aix*): Remove.
1778 * config/ia64/aix.mh: Remove file.
1779 * config/ia64/aix.mt: Remove file.
1780 * config/ia64/tm-aix.h: Remove file.
1781 * ia64-aix-nat.c: Remove file.
1782 * Makefile.in (ia64-aix-nat.o): Remove dependency.
1783
a260932f
MK
1784 * config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o.
1785 Add back inf-ptrace.o.
1786
5ed102a1
AC
17872005-01-04 Andrew Cagney <[email protected]>
1788
1789 * version.in: Change format from 6.3.50_2005-01-04-cvs to
1790 6.3.50.20050104-cvs.
1791
3a63c4b7
AS
17922005-01-04 Andreas Schwab <[email protected]>
1793
1794 * breakpoint.c (break_command_1): Always free err_msg before
1795 returning when an exception was caught.
1796
e22b26cb
JB
17972005-01-01 Joel Brobecker <[email protected]>
1798
1799 * hppa-tdep.c (prologue_inst_adjust_sp): Fix small confusion
1800 in register number for addil instruction.
1801
151c5df6 1802For older changes see ChangeLog-2004.
c906108c
SS
1803\f
1804Local Variables:
1805mode: change-log
1806left-margin: 8
1807fill-column: 74
1808version-control: never
1809End:
This page took 1.699457 seconds and 4 git commands to generate.