2005-06-22 Paolo Bonzini <bonzini@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
c8d511af
MK
12005-06-22 Mark Kettenis <kettenis@gnu.org>
2
3 * remote.c (extended_remote_restart): Pass buffer in call to
4 xsnprintf instead of a pointer to the buffer.
5
e990a46e
AC
62005-06-21 Andrew Cagney <cagney@gnu.org>
7
8 * MAINTAINERS: List GDB's Steering Committee as responsible for
9 GDB's maintenance.
10
7a4609f7
MK
112005-06-21 Mark Kettenis <kettenis@gnu.org>
12
13 * inf-ttrace.c (inf_ttrace_xfer_partial): Change type of readbuf
14 and writebuf arguments to `gdb_byte *'.
15
72429025
WZ
162005-06-21 Wu Zhou <woodzltc@cn.ibm.com>
17
18 * MAINTAINERS (Write After Approval): Add myself.
19
dc28f363
MK
202005-06-20 Mark Kettenis <kettenis@gnu.org>
21
22 * hppabsd-tdep.c: Include "symtab.h", "objfiles.h", "target.h",
23 "value.h" and "elf/common.h".
24 (hppabsd_supply_gregset): Use `gdb_byte *' for byte buffer.
25 (hppabsd_find_global_pointer): New function.
26 (hppabsd_init_abi): Set TDEP->find_global_pointer to
27 hppabsd_find_global_pointer.
28 * Makefile.in (hppabsd-tdep.o): Update dependencies.
29
99d64d77
MK
302005-06-12 Mark Kettenis <kettenis@gnu.org>
31
32 * hppa-tdep.c (hppa_pointer_to_address_hack): Remove function.
33 (unwind_command): Use %lx to print pointer.
34
8d7337bf
MK
352005-06-19 Mark Kettenis <kettenis@gnu.org>
36
37 * remote-sim.c (gdbsim_xfer_inferior_memory): Remove prototype.
38 Change type of second argument to`gdb_byte *'.
39
29629dcf
NR
402005-06-19 Nick Roberts <nickrob@snap.net.nz>
41
42 * mi/mi-cmd-stack.c (mi_cmd_stack_info_frame): New function.
43
44 * mi/mi-cmds.c (mi_cmds): Replace entry for -stack-info-frame.
45 Make it use mi_cmd_stack_info_frame
46
47 * mi/mi-cmds.h (mi_cmd_stack_info_frame): New declaration.
48
6618125d
MK
492005-06-18 Mark Kettenis <kettenis@gnu.org>
50
4ba6a975
MK
51 * hppa-tdep.c (hppa_fallback_frame_cache): Don't error out if we
52 can't find the bounds of the current function. Wrap some long
53 lines in the process.
54
6618125d
MK
55 * regcache.c (regcache_raw_supply, regcache_raw_collect): Change
56 type of last argument back to `void *'.
57 * regcache.h (regcache_raw_supply, regcache_raw_collect): Likewise.
58
74f6deaa
NR
592005-06-18 Nick Roberts <nickrob@snap.net.nz>
60
61 * mi/mi-cmds.c (mi_cmds): Remove entry for -stack-info-frame.
62
63 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
64 (mi_cmd_stack_info_depth): Don't test for stack.
65 (mi_cmd_stack_select_frame): Make the argument mandatory.
66 Don't test for stack.
67
39be5530
WZ
682005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
69
70 * remote.c (set_thread, remote_thread_alive): Replace sprintf
71 call with xsnprintf.
72 (remote_threads_extra_info, extended_remote_restart)
73 (remote_check_symbols, store_register_using_P)
74 (compare_sections_command): Ditto.
75
f56c189d
DU
762005-06-16 David Ung <davidu@mips.com>
77
78 * MAINTAINERS (Write After Approval): Add self.
79
3ab8e615 802005-06-15 Mark Kettenis <kettenis@gnu.org>
0d559b99
MK
81
82 * hppa-hpux-nat.c (hppa_hpux_fetch_register)
83 (hppa_hpux_store_register): Add casts in extract_unsigned_integer
84 and store_usigned_integer calls.
85
c2009901
NR
862005-06-14 Nick Roberts <nickrob@snap.net.nz>
87
88 * mi/mi-main.c (mi_cmd_data_list_register_values): Remove test for
89 registers now that mi_execute_command rewinds after an error.
90
f9f87d2c
MK
912005-06-13 Mark Kettenis <kettenis@gnu.org>
92
3be60c3d
MK
93 * configure.ac: Use AC_CHECK_TYPES to check for uintptr_t.
94 * configure, config.in: Regenerate.
95
45e11c33 96 * ser-tcp.c: Tweak comment.
f9f87d2c
MK
97 [!HAVE_SOCKLEN_T]: Typedef socklen_t.
98 * configure.ac: Add check for socklen_t.
99 * configure, config.in: Regenerate.
100
43259571
L
1012005-06-13 H.J. Lu <hongjiu.lu@intel.com>
102
103 * config/i386/linux64.mt (TDEPFILES): Add symfile-mem.o.
104
d738fe6d
RS
1052005-06-13 Richard Sandiford <richard@codesourcery.com>
106
107 * MAINTAINERS: Update my email address.
108
9f76c2cd
MM
1092005-06-13 Mark Mitchell <mark@codesourcery.com>
110
111 * corelow.c (core_open): Use bfd_fopen, not bfd_fdopenr.
112 * exec.c (exec_file_attach): Likewise.
113 * solib-frv.c (enable_break2): Likewise.
114 * solib-svr4.c (enable_break): Likewise.
115 * solib.c (solib_map_sections): Likewise.
116 * symfile.c (symfile_bfd_open): Likewise.
117
c1bd25fd
DJ
1182005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
119
120 * Makefile.in (symfile.o): Add $(exec_h).
121 * exec.h (exec_set_section_address): Add prototype.
122 * exec.c (exec_set_section_address): New function.
123 * symfile.c: Include "exec.h".
124 (struct place_section_arg, place_section): New.
125 (default_symfile_offsets): Call place_section for each
126 section of a relocatable file.
127
7b5c6b52
JB
1282005-06-13 Joel Brobecker <brobecker@adacore.com>
129
130 * hppa-tdep.c (hppa_pc_requires_run_before_use): Really test all
131 bits of top byte in address.
132
df0ca547
WZ
1332005-06-13 Wu Zhou <woodzltc@cn.ibm.com>
134
135 * eval.c (evaluate_subexp_standard): Add code to check the target
136 type of a TYPE_CODE_PTR value when we encounter a f77 undetermined
137 arglist. If it is array, string or function, work on the target
138 value instead.
139
589e074d
DJ
1402005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
141 Nick Roberts <nickrob@snap.net.nz>
142
143 * mi/mi-main.c (register_changed_p, get_register): Use
144 get_selected_frame.
145 (mi_execute_command): Call mi_out_rewind after an error.
146
5323dd1d
MK
1472005-06-12 Mark Kettenis <kettenis@gnu.org>
148
e127f0db
MK
149 * hppa-tdep.c (hppa_frame_prev_register)
150 (hppa_fallback_frame_prev_register)
151 (hppa_stub_frame_prev_register): Change type of last argument to
152 `gdb_byte *'.
153 (hppa_fetch_pointer_argument): Tweak comment. Use
154 get_frame_register_unsigned instead of get_frame_register.
155 (hppa32_return_value, hppa64_return_value): Change type of readbuf
156 and writebuf arguments to `gdb_byte *'. Remove unecessary casts
157 and local variables.
158 (hppa_pseudo_register_read): Change type of last argument to
159 `gdb_byte *'.
160
60b04da5
MK
161 * m68k-tdep.c (m68k_frame_prev_register): Change type of last
162 argument to `gdb_byte *'.
163
4bd7b427
MK
164 * arm-tdep.c (set_disassembly_style, _initialize_arm_tdep):
165 Consitify regnames.
166
5b819568
MK
167 * alpha-tdep.c (alpha_sigtramp_frame_prev_register)
168 (alpha_heuristic_frame_prev_register): Change type of last
169 argument to `gdb_byte *'.
170 (alpha_register_to_value, alpha_value_to_register)
171 (alpha_extract_return_value, alpha_store_return_value): Likewise.
172 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
173
9af75ef6
MK
174 * arm-tdep.c (arm_prologue_prev_register)
175 (arm_sigtramp_prev_register): Change type of last argument to
176 `gdb_byte *'.
177
2c7ff8e1
MK
178 * m88k-tdep.c (m88k_frame_prev_register): Change type of last
179 argument to `gdb_byte *'.
180
81e51e70
MK
181 * vax-tdep.c (vax_frame_prev_register): Change type of last
182 argument to `gdb_byte *'.
183
47ef841b
MK
184 * sparc-tdep.c (sparc32_frame_prev_register): Change type of last
185 argument to `gdb_byte *'.
186 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
187 Likewise.
188 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Likewise.
189 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
190 Likewise.
191 * sparc64-tdep.c (sparc64_frame_prev_register): Likewise.
192 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
193 Likewise.
194 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
195 Likewise.
196 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Likewise.
197 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_unwind):
198 Likewise.
199
5323dd1d
MK
200 * amd64-tdep.c (amd64_frame_prev_register)
201 (amd64_sigtramp_frame_prev_register): Change type of last argument
202 to `gdb_byte *'.
203
ab533587
MK
2042005-06-11 Mark Kettenis <kettenis@gnu.org>
205
206 * i386-tdep.c (i386_register_type): Return
207 builtin_type_void_func_ptr for %eip and builtin_type_void_data_ptr
208 for %ebp and %esp.
209
c41b8590
BE
2102005-06-10 Ben Elliston <bje@au.ibm.com>
211
212 * valprint.c (print_floating): Fix comment typo.
213
88d82102
JJ
2142005-06-09 Jeff Johnston <jjohnstn@redhat.com>
215
216 * ia64-tdep.c (ia64_pseudo_register_read): Use gdb_byte and
217 protect libunwind references with HAVE_LIBUNWIND_IA64_H flag.
a345bcaa
JJ
218 (ia64_pseudo_register_write): Use gdb_byte to remove warning.
219 (ia64_register_to_value, ia64_value_to_register): Ditto.
220 (ia64_frame_prev_register): Ditto.
221 (ia64_libunwind_frame_prev_register): Ditto.
222 (ia64_sigtramp_frame_prev_register): Ditto.
223 (ia64_libunwind_sigtramp_frame_prev_register): Ditto.
224 (ia64_store_return_value): Ditto.
225
c5a27d9c
JJ
2262005-06-08 Jeff Johnston <jjohnstn@redhat.com>
227 David Mosberger <davidm@hpl.hp.com>
228
229 * ia64-tdep.c (KERNEL_START): New macro.
230 (ia64_pseudo_register_read): Fix code to use libunwind to properly
231 get the rse registers.
232 (ia64_frame_this_id): Mark outermost frame with null frame id.
233 (ia64_sigtramp_frame_prev_register): Fix up debug output.
234 (ia64_access_rse_reg): New accessor function.
235 (ia64_access_mem): Add special logic for accessing the
236 kernel's unwind table.
237 (getunwind_table): Fix for corefiles.
238 (get_kernel_table): Fix to handle vDSO.
239 (ia64_libunwind_frame_this_id): Check for null frame id and
240 don't unwind past pc value of 0. Fix debugging output.
241 (ia64_libunwind_sigtramp_frame_this_id): New function.
242 (ia64_libunwind_sigtramp_frame_prev_register): Ditto.
243 (ia64_libunwind_sigtramp_frame_sniffer): Ditto.
244 (ia64_libunwind_sigtramp_frame_unwind): New unwinder.
245 (ia64_unw_rse_accessors): New libunwind accessors.
246 (ia64_libunwind_descr): Add ia64_unw_rse_accessors.
247 (ia64_gdbarch_init)[HAVE_LIBUNWIND_IA64_H]: Use
248 ia64_libunwind_sigtramp_frame_sniffer instead of
249 ia64_sigtramp_frame_sniffer.
250 * libunwind-frame.c (libunwind_frame_set_descr): Add
251 special register accessors.
252 (libunwind_frame_cache): Add special logic to check for
253 0 pc value. Check for a signal trampoline frame.
254 (libunwind_frame_this_id): Check if libunwind_frame_cache
255 returns NULL.
256 (libunwind_frame_prev_register): Check for NULL cache.
257 (libunwind_frame_base_address): Ditto.
258 (libunwind_sigtramp_frame_sniffer): New function.
259 (libunwind_get_reg_special): Ditto.
260 (libunwind_load): Add unw_is_signal_frame support.
261 * libunwind-frame.h (struct libunwind_descr): Add special_accessors
262 field.
263 (libunwind_sigtramp_frame_sniffer): New prototype.
264 (libunwind_get_reg_special): Ditto.
265
d18157a7
WZ
2662005-06-08 Wu Zhou <woodzltc@cn.ibm.com>
267
268 * expression.h (enum exp_opcode): Fix a comment typo.
269
4066fc10
MI
2702005-06-06 Manoj Iyer <manjo@austin.ibm.com>
271
9039b344 272 * solib-svr4.c (struct lm_info): Change type of 'lm' to gdb_byte.
4066fc10
MI
273 (elf_locate_base): Converted types of buf, bufend, pbuf, to gdb_byte.
274 (first_link_map_member): Converted type of r_map_buf to gdb_byte.
275 (open_symbol_file_object): Converted type of l_name_buf to gdb_byte.
276 (svr4_fetch_objfile_link_map): Converted type of l_name_buf to
277 gdb_byte.
278
a5c380b8
RS
2792005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
280
281 * MAINTAINERS: Update my email address.
282
44b164c5
JB
2832005-06-03 Joel Brobecker <brobecker@adacore.com>
284
285 * symmisc.c (dump_symtab_1): Renamed from dump_symtab.
286 (dump_symtab): New function.
287
e74e72b4
JB
2882005-04-02 Joel Brobecker <brobecker@adacore.com>
289
290 * exceptions.h: Include ui-out.h.
291 (ui_out): Remove declaration.
292 * Makefile.in (exceptions_h): Add dependency on ui-out.h.
293
67e27301
AC
2942005-05-30 Andrew Cagney <cagney@gnu.org>
295
a60a53c5
AC
296 * MAINTAINERS (Can Commit Without Approval): New section,
297 previously burried under "Target Instruction Set Architectures".
298 Note that cagney "can commit" changes to powerpc-linux.
299
67e27301
AC
300 * MAINTAINERS: Drop architecture and target vectors.
301
c2416238
EZ
3022005-05-29 Eli Zaretskii <eliz@gnu.org>
303
304 * config/djgpp/fnchange.lst: Add mappings for linux-ppc-low.c and
305 linux-ppc64-low.c.
306
034dad6f
BR
3072005-05-28 Bob Rossi <bob@brasko.net>
308 * Makefile.in (SUBDIR_MI_OBS, SUBDIR_MI_SRCS): Add mi-common.
309 (gdb/mi/ headers): Add mi_common_h.
310 (breakpoint.o, infrun.o): Add dependencies mi_common_h.
311 * breakpoint.c (include): Add include 'mi/mi-common.h'.
312 (print_it_typical): Use async_reason_lookup.
313 (watchpoint_check): Ditto.
314 * infrun.c (include): Add include 'mi/mi-common.h'.
315 (print_stop_reason): Use async_reason_lookup.
316 * mi/mi-common.h: New file.
317 * mi/mi-common.c: Ditto.
318
551e4f2e
JB
3192005-05-29 Joel Brobecker <brobecker@adacore.com>
320
321 * alpha-tdep.c (alpha_next_pc): Use correct register number
322 for floating-point branch instructions.
323
4a5e53e8
DJ
3242005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
325 Jonathan Larmour <jifl@eCosCentric.com>
326
327 PR backtrace/1760
328 * frame.c (backtrace_limit): Change type to int.
329 (get_prev_frame): Update backtrace limit support.
330 (_initialize_frame): Use add_setshow_integer_cmd for backtrace_limit.
331
eee84df1
DJ
3322005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
333
334 * configure.tgt (powerpc64-*-linux*): Enable gdbserver.
335 * regformats/reg-ppc64.dat: New file.
336
cedea757
DJ
3372005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
338
339 From Wu Zhou <woodzltc@cn.ibm.com>:
340 * remote.c (struct gdb_ext_thread_info): Fix a comment typo.
341 (remote_unpack_thread_info_response): Likewise.
342
3b113db7
DJ
3432005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
344
345 * cli/cli-setshow.c (do_setshow_command): Partially revert previous
346 change. Cast to "char **" for var_string.
347
03f4d4c7
DJ
3482005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
349
350 * cp-name-parser.y (parse_escape): Revert previous change. Return
351 the input character by default.
352
c6826062
DJ
3532005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
354
355 * dwarf2-frame.c (dwarf2_frame_prev_register): Use gdb_byte.
356 * i386-linux-nat.c (fetch_register, store_register, supply_gregset)
357 (fill_gregset): Likewise.
358 * i386-tdep.c (i386_frame_prev_register)
359 (i386_sigtramp_frame_prev_register): Likewise.
360 * linux-nat.c (linux_nat_xfer_memory, linux_nat_make_corefile_notes):
361 Likewise.
362 * linux-thread-db.c (thread_db_xfer_memory): Likewise.
363 * remote.c (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint):
364 Likewise.
365 * target.c (debug_to_insert_hw_breakpoint)
366 (debug_to_remove_hw_breakpoint, update_current_target): Likewise.
367
4a72630a
HPN
3682005-05-28 Hans-Peter Nilsson <hp@axis.com>
369
370 * MAINTAINERS: Change cris-elf state to non-broken.
371 * cp-name-parser.y (parse_escape): Initialize target_char to zero.
372
5114e29d
OF
3732005-05-27 Orjan Friberg <orjanf@axis.com>
374
375 * cris-tdep.c (crisv32_scan_prologue): Add.
376 (cris_frame_unwind_cache, cris_skip_prologue): Call
377 crisv32_scan_prologue when debugging CRISv32.
378
fafb59f1 3792005-05-27 Orjan Friberg <orjanf@axis.com>
e2a2a3e8
OF
380
381 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
382 (cris_frame_prev_register, cris_sigtramp_frame_prev_register)
383 (cris_return_value): Use gdb_byte for byte buffers.
384 (struct cris_frame_unwind, struct cris_frame_base): Fix formatting.
385
79524e05
CD
3862005-05-26 Chris Demetriou <cgd@netbsd.org>
387
388 * MAINTAINERS (Write After Approval): Remove myself.
389
c68a6671
AC
3902005-05-27 Andrew Cagney <cagney@gnu.org>
391
392 * jv-lang.c (get_java_utf8_name): Add cast.
393 (evaluate_subexp_java): Use gdb_byte for buffers.
394 * jv-valprint.c (java_value_print, java_value_print): Use gdb_byte
395 for buffers.
396 * scm-lang.c (scm_get_field, scm_unpack)
397 (scm_evaluate_string): Use gdb_byte for buffers.
398 (scm_lookup_name): Add cast.
399 * scm-valprint.c (scm_scmval_print, scm_scmval_print): Use
400 gdb_byte for buffers.
401 * tui/tui.h (tui_get_command_dimension): Make parameters unsigned.
402 * tui/tui.c (tui_get_command_dimension): Make parameters unsigned.
403 * value.h (check_field): Change "name" to a string.
404 * valops.c (check_field): Change "name" to a string.
405 * scm-lang.h (scm_parse): Use gdb_byte for buffers.
406 * source.c (get_current_source_symtab_and_line)
407 (set_current_source_symtab_and_line): Initialize all fields of sal
408 structures.
409 * cli/cli-cmds.c (list_command): Use gdb_byte for buffers.
410
47b667de
AC
4112005-05-26 Andrew Cagney <cagney@gnu.org>
412
413 * command.h (add_setshow_integer_cmd): Make VAR an integer.
414 * cli/cli-decode.c (add_setshow_integer_cmd): Update to match.
415 * valops.c (value_string): Add a cast.
416 * eval.c (evaluate_subexp_standard): Use gdb_byte for byte buffers.
417 * breakpoint.c (re_enable_breakpoints_in_shlibs): Use gdb_byte for
418 byte buffers.
419 * target.h (struct target_ops): For to_insert_hw_breakpoint and
420 to_remove_hw_breakpoint use gdb_byte for byte buffer parameters.
421 * breakpoint.h (struct bp_location): Make shadow_contents a
422 gdb_byte buffer.
423 * cli/cli-setshow.c (do_setshow_command): Fix cast.
424 * cli/cli-dump.c (restore_section_callback)
425 (restore_binary_file): Use gdb_byte for byte buffers.
426 * proc-service.c (ps_ptwrite, ps_ptread, ps_pdwrite): Fix casts.
427 (ps_xfer_memory): Use gdb_byte for byte buffers.
428 * tracepoint.c (mem2hex): Use gdb_byte for byte buffers, and char
429 for string buffers.
430 * ser-tcp.c (net_open): Make len a socklen_t.
431
50fd1280
AC
4322005-05-24 Andrew Cagney <cagney@gnu.org>
433
434 * rs6000-tdep.c (ppc_supply_reg, ppc_collect_reg): Use gdb_byte
435 for byte buffers.
436 (rs6000_fetch_pointer_argument): Use get_frame_register_unsigned.
437 (rs6000_software_single_step, sstep_breaks, skip_prologue)
438 (rs6000_push_dummy_call, rs6000_push_dummy_call)
439 (rs6000_push_dummy_call, rs6000_push_dummy_call)
440 (rs6000_register_to_value, e500_pseudo_register_read)
441 (rs6000_store_return_value, e500_pseudo_register_write)
442 (rs6000_frame_prev_register, rs6000_extract_return_value): Ditto.
443 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
444 (ppc_sysv_abi_push_dummy_call, do_ppc_sysv_return_value)
445 (do_ppc_sysv_return_value, ppc_sysv_abi_return_value)
446 (ppc_sysv_abi_broken_return_value)
447 (ppc64_sysv_abi_push_dummy_call, ppc64_sysv_abi_push_dummy_call)
448 (ppc64_sysv_abi_push_dummy_call, ppc64_sysv_abi_return_value)
449 (ppc64_sysv_abi_return_value, ppc64_sysv_abi_return_value): Ditto.
450 * ppc-linux-tdep.c (ppc_linux_in_sigtramp)
451 (ppc_linux_at_sigtramp_return_path)
452 (ppc_linux_skip_trampoline_code)
453 (ppc_linux_memory_remove_breakpoint, ppc_linux_return_value):
454 * rs6000-tdep.c (rs6000_value_to_register)
455 (rs6000_register_to_value): Ditto.
456 * ppc-tdep.h (ppc_sysv_abi_return_value)
457 (ppc64_sysv_abi_return_value, ppc_sysv_abi_broken_return_value)
458 (ppc_linux_memory_remove_breakpoint): Ditto.
459
f127898a
UW
4602005-05-24 Ulrich Weigand <uweigand@de.ibm.com>
461
462 * s390-tdep.c (s390_frame_prev_register): Change type of last
463 argument to 'gdb_byte *'.
464 (s390_stub_frame_prev_register): Likewise.
465 (s390_sigtramp_frame_prev_register): Likewise.
466
42d99eab
KW
4672005-05-24 Kris Warkentin <kewarken@qnx.com>
468
469 * config/i386/nto.mt: Remove remote-nto.o.
470
cc1285c7
OF
4712005-05-24 Orjan Friberg <orjanf@axis.com>
472
473 * config/djgpp/fnchange.lst: Add mappings for
474 gdbserver/linux-cris-low.c and gdbserver/linux-crisv32-low.c.
475
2e14c2ea
MS
4762005-05-23 Michael Snyder <msnyder@redhat.com>
477 From Nora Pan <qpan@mvista.com>
478 * linux-nat.c (read_mapping): Don't stumble over entries in
479 mapping that have name but zero inode.
480
36aa5e41
AC
4812005-05-23 Andrew Cagney <cagney@gnu.org>
482
6c932e54
AC
483 * target.h (child_xfer_memory): Use gdb_byte for byte buffer
484 parameters.
485 * inftarg.c (child_xfer_partial): Update.
486 * wince.c (child_xfer_memory): Update.
487 * win32-nat.c (child_xfer_memory): Update.
488 * rs6000-nat.c (child_xfer_memory): Update.
489 * infptrace.c (child_xfer_memory): Update.
490 * dcache.c (struct dcache_block): Use gdb_byte for the byte
491 buffers.
492 (dcache_read_line, dcache_xfer_memory, dcache_poke_byte)
493 (dcache_peek_byte, dcache_write_line): Ditto.
494
36aa5e41
AC
495 * auxv.h (target_auxv_read, procfs_xfer_auxv)
496 (target_auxv_parse): Use gdb_byte for byte buffer parameters.
497 * auxv.c (target_auxv_read, procfs_xfer_auxv, target_auxv_parse)
498 (target_auxv_search, fprint_target_auxv): Update.
499
41922353
OF
5002005-05-23 Orjan Friberg <orjanf@axis.com>
501
64c5f205 502 * cris-tdep.c: Tweak values for cris-mode.
41922353 503
1f9872de
JB
5042004-05-23 Joel Brobecker <brobecker@adacore.com>
505
506 * mdebugread.c (record_minimal_symbol): New procedure.
507 (parse_partial_symbols): Use record_minimal_symbol to record
508 the new minimal symbols instead of prim_record_minimal_symbol
509 and prim_record_minimal_symbol_and_info.
510
872544e5
MK
5112005-05-22 Mark Kettenis <kettenis@gnu.org>
512
02a677ac
MK
513 * NEWS: Mention OpenBSD/arm as a new native configuration.
514
2b73aeb1
MK
515 * armnbsd-nat.c: Include "gdb_string.h" and "inf_ptrace.h".
516 Reorder includes. Don't require FETCH_INFERIOR_REGISTERS to be
517 defined.
518 (armnbsd_fetch_registers): Rename from armnbsd_fetch_registers.
519 Make static.
520 (armnbsd_store_registers): Rename from armnbsd_store_registers.
521 Make static.
522 (_initialize_arm_netbsd_nat): Construct and add target vector.
523 * Makefile.in (armnbsd-nat.o): Update dependencies.
524 * config/arm/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
525 intarg.o, add inf-ptrace.o.
526 (NAT_FILE): Set to solib.h.
527 * config/arm/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
528 inftarg.o, add inf-ptrace.o.
529 (NAT_FILE): Remove.
530
5238cf52
MK
531 * arm-tdep.c (arm_extract_return_value, arm_store_return_value):
532 Change type of last argument to `gdb_byte *'.
533
872544e5
MK
534 * configure.host: Add arm*-*-openbsd*.
535 * configure.tgt: Add arm*-*-openbsd*.
536
10c42a71
AC
5372005-05-22 Andrew Cagney <cagney@gnu.org>
538
539 * frame.h (frame_register_unwind, frame_unwind_register)
540 (get_frame_register, frame_register, put_frame_register)
541 (get_frame_memory, safe_frame_unwind_memory)
542 (frame_register_read): Use gdb_byte for byte buffer parameters.
543 * trad-frame.h (trad_frame_get_register)
544 (frame_get_prev_register): Ditto.
545 * frame-unwind.h (frame_prev_register_ftype): Ditto.
546 * frame.c (frame_pop, frame_register, frame_unwind_register)
547 (get_frame_register, frame_unwind_register_signed)
548 (frame_unwind_register_unsigned, frame_unwind_unsigned_register)
549 (frame_register_read, get_frame_memory): Update.
550 * trad-frame.c (trad_frame_get_prev_register): Update.
551 (trad_frame_get_register): Update.
552 * gdbcore.h (deprecated_read_memory_nobpt, read_memory): Ditto.
553 * breakpoint.c (deprecated_read_memory_nobpt): Update.
554 * corefile.c (read_memory): Update.
555 * tramp-frame.c (tramp_frame_prev_register): Update.
556 * valops.c (value_assign): Update.
557 * sentinel-frame.c (sentinel_frame_prev_register): Update.
558 * std-regs.c (value_of_builtin_frame_fp_reg)
559 (value_of_builtin_frame_pc_reg): Update.
560 * infcmd.c (default_print_registers_info): Update
561 * dummy-frame.c (dummy_frame_prev_register): Update.
562 * findvar.c (value_of_register, value_from_register): Update.
563 * tui/tui-regs.c (tui_register_format, tui_get_register): Update.
564 * mi/mi-main.c (register_changed_p, get_register): Update.
565
194134a1
EZ
5662005-05-20 Eli Zaretskii <eliz@gnu.org>
567
ba1e897e
EZ
568 * configure.ac: Add snprintf and vsnprintf to AC_CHECK_DECLS. Fix
569 bad description of _MSE_INT_H that caused each word in config.in
570 to be enclosed in [].
41721137 571 * configure, config.in: Regenerate.
194134a1 572
0de94d4b
JB
5732005-05-20 Joel Brobecker <brobecker@adacore.com>
574
575 * alpha-tdep.c (fp_register_zero_p): New function.
576 (fp_register_sign_bit): New function.
577 (alpha_next_pc): Add support for floating-point control instructions.
578
2d522557
AC
5792005-05-19 Andrew Cagney <cagney@gnu.org>
580
0d509538
AC
581 * defs.h (extract_signed_integer, extract_unsigned_integer)
582 (extract_long_unsigned_integer, extract_typed_address)
583 (store_signed_integer, store_unsigned_integer)
584 (store_typed_address): Use gdb_byte for byte buffer parameters.
585 (push_bytes, push_word): Delete declaration.
586 * valops.c (push_bytes, push_word): Delete function.
587 * findvar.c (extract_signed_integer, extract_unsigned_integer)
588 (extract_typed_address, store_signed_integer)
589 (store_unsigned_integer): Update.
590
2d522557
AC
591 * regcache.h (regcache_raw_read, regcache_raw_write)
592 (regcache_raw_read_part, regcache_raw_write_part)
593 (regcache_cooked_read_part, regcache_cooked_write_part)
594 (regcache_cooked_read, regcache_cooked_write)
595 (regcache_raw_supply, regcache_raw_collect)
596 (regcache_cooked_read_ftype, regcache_save, regcache_restore)
597 (deprecated_read_register_gen, deprecated_write_register_gen)
598 (deprecated_read_register_bytes, deprecated_write_register_bytes)
599 (deprecated_grub_regcache_for_registers): Use gdb_byte for byte
600 buffer parameters.
601 * ia64-tdep.c (ia64_extract_return_value): Update.
602 * frame.c (do_frame_register_read): Update.
603 * regcache.c (deprecated_grub_regcache_for_registers)
604 (struct regcache, regcache_save, regcache_restore, regcache_cpy)
605 (do_cooked_read, regcache_xmalloc, register_buffer)
606 (deprecated_read_register_bytes, regcache_raw_read)
607 (regcache_raw_read_signed, regcache_raw_read_unsigned)
608 (deprecated_read_register_gen, regcache_cooked_read)
609 (regcache_cooked_read_signed, regcache_cooked_read_unsigned)
610 (deprecated_write_register_gen, regcache_cooked_write)
611 (deprecated_write_register_bytes, regcache_raw_read_part)
612 (regcache_raw_write_part, regcache_cooked_read_part)
613 (regcache_cooked_write_part, read_register, regcache_raw_supply):
614
181124bc
CV
6152005-05-17 Corinna Vinschen <vinschen@redhat.com>
616
617 * MAINTAINERS: Undelete v850.
618 * Makefile.in: Re-add v850-tdep.o dependencies.
619 * configure.tgt: Re-add v850.
620 * v850-tdep.c: Reorder code slightly. Add register number enumerator.
621 (struct v850_frame_cache): New structure.
622 (v850_processor_type_table): Remove. Move functionality into
623 v850_register_name, v850e_register_name and v850_gdbarch_init.
624 (v850_register_name): New function.
625 (v850e_register_name): New function.
626 (struct prologue_info): Remove definition.
627 (v850_register_type): New function.
628 (v850_type_is_scalar): New function.
629 (v850_use_struct_convention): Align to gcc behaviour.
630 (v850_handle_prepare): Renamed from handle_prepare. Change third
631 parameter to struct v850_frame_cache *.
632 (v850_handle_pushm): Renamed from handle_pushm. Change third parameter
633 to struct v850_frame_cache *.
634 (v850_is_save_register): New function to evaluate if a register is
635 caller-save.
636 (v850_analyze_prologue): Replace v850_scan_prologue. Change to support
637 new frame code.
638 (v850_init_extra_frame_info): Remove.
639 (v850_frame_chain): Remove.
640 (v850_find_callers_reg): Remove.
641 (v850_skip_prologue): Make static.
642 (v850_pop_frame): Remove.
643 (v850_frame_align): New function.
644 (v850_push_dummy_call): Replace v850_push_arguments.
645 (v850_push_return_address): Remove.
646 (v850_extract_return_value): New function.
647 (v850_store_return_value): New function.
648 (v850_return_value): New function.
649 (v850_frame_saved_pc): Remove.
650 (v850_breakpoint_from_pc): New function.
651 (v850_alloc_frame_cache): New function.
652 (v850_fix_call_dummy): Remove.
653 (v850_frame_cache): New function.
654 (v850_target_architecture_hook): Remove.
655 (v850_frame_prev_register): New function.
656 (v850_frame_this_id): New function.
657 (v850_frame_unwind): New structure.
658 (v850_frame_sniffer): New function.
659 (v850_unwind_sp): New function.
660 (v850_unwind_pc): New function.
661 (v850_unwind_dummy_id): New function.
662 (v850_frame_base_address): New function.
663 (v850_frame_base): New structure.
664 (v850_gdbarch_init): New function.
665 * config/v850/v850.mt: Undelete. Drop TM_FILE.
666
76ff342d
DJ
6672005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
668 Dennis Brueni <dennis@slickedit.com>
669
670 * stack.c (print_frame): In MI mode, output a fullname attribute
671 with the stack frame.
672
d01e66a5
MK
6732005-05-16 Mark Kettenis <kettenis@gnu.org>
674
961cb7b5
MK
675 * corelow.c (core_xfer_partial): Change type of readbuf and
676 writebuf to `gdb_byte *'.
677 * sparc-nat.c (sparc_xfer_wcookie, sparc_xfer_partial): Change
678 type of readbuf and writebuf to `gdb_byte *'.
679 * bsd-uthread.c (bsd_uthread_xfer_partial): Change type of readbuf
680 and writebuf to `gdb_byte *'.
681 * inf-ptrace.c (inf_ptrace_xfer_partial): Change type of readbuf
682 and writebuf to `gdb_byte *'.
683 * bsd-kvm.c (bsd_kvm_xfer_memory): Replace.
684 (bsd_kvm_xfer_partial): New function.
685 (bsd_kvm_add_target): Set to_xfer_partial instead of
686 to_xfer_memory.
687 * bfd-target.c (target_bfd_xfer_partial): Change type of readbuf
688 and writebuf to `gdb_byte *'.
689 * target.c (deprecated_debug_xfer_memory): Remove prototype.
690 (deprecated_debug_xfer_memory): Change type of second argument to
691 `gdb_byte *'.
692 * remote.c (remote_xfer_memory): Remove prototype.
693 (remote_xfer_memory): Change type of second argument to `gdb_byte
694 *'.
695 (remote_xfer_partial): Change type of readbuf and writebuf to
696 `gdb_byte *'.
697
d01e66a5
MK
698 * config/sparc/fbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
699 * config/sparc/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
700 and solib-legacy.o.
701 (NAT_FILE): Remove.
702
43af2100
UW
7032005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
704
705 * s390-tdep.c (s390_return_value): Remove unnecessary casts.
706 (s390_breakpoint_from_pc): Change type of return value and
707 'breakpoint' to const gdb_byte *.
708
2e82d168
UW
7092005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
710
711 * s390-tdep.c (s390_pseudo_register_read, s390_pseudo_register_write):
712 Change type of 'buf' argument to gdb_byte *.
713 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
714 (s390_register_to_value): Change type of 'out' to gdb_byte *, change
715 type of 'in' to gdb_byte [].
716 (s390_value_to_register): Change type of 'in' to gdb_byte *, change
717 type of 'out' to gdb_byte [].
718 (s390_return_value): Change type of 'out' and 'in' to gdb_byte *.
719
1b0ba102
AC
7202005-05-16 Andrew Cagney <cagney@gnu.org>
721
722 * target.h (target_read_partial, target_write_partial)
723 (do_xfer_memory, xfer_memory, target_read, target_write)
724 (get_target_memory): For buffers, change "void*" to gdb_byte.
725 (struct target_ops): Ditto for to_xfer_partial and
726 deprecated_xfer_memory.
727 * dcache.h (dcache_xfer_memory): Ditto.
728 * target.c (default_xfer_partial, target_read_partial)
729 (target_write_partial, target_read, target_write)
730 (do_xfer_memory, update_current_target, get_target_memory): Update.
731 (target_read_string): Change buf to a gdb_byte.
732 * dcache.c (dcache_xfer_memory): Update.
733 * exec.c (xfer_memory): Make buffer type to gdb_byte.
734 * mem-break.c (default_memory_insert_breakpoint): Remove cast.
735 * disasm.c (dis_asm_read_memory): Remove cast, use gdb_byte.
736
f3e25dcb
MK
7372005-05-16 Mark Kettenis <kettenis@gnu.org>
738
65a19707
MK
739 * sol-thread.c (ignore): Change last argument to `gdb_byte.'
740
9aa6bcd8
MK
741 * config/i386/fbsd.mt (DEPRECATED_TM_FILE): Remove.
742 * config/i386/fbsd64.mt (DEPRECATED_TM_FILE): Remove.
743 * config/i386/nbsd.mt (DEPRECATED_TM_FILE): Remove.
744 * config/i386/nbsd64.mt (DEPRECATED_TM_FILE): Remove.
745 * config/sparc/nbsd.mt (DEPRECATED_TM_FILE): Remove.
746 * config/sparc/nbsd64.mt (DEPRECATED_TM_FILE): Remove.
747
f3e25dcb
MK
748 * observer.sh: Quote $DJGPP.
749
42ecbf5e
DJ
7502005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
751
752 * Makefile.in (.y.c): Update ylwrap invocation.
753
58aecb61
DJ
7542005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
755
756 * linux-nat.c (child_follow_fork, linux_handle_extended_wait)
757 (lin_lwp_attach_lwp, linux_nat_attach, wait_lwp, child_wait)
758 (linux_nat_wait, kill_wait_callback): Use my_waitpid.
759 (_initialize_linux_nat, lin_thread_get_thread_signals): Use
760 SA_RESTART.
761
42835c2b
MK
7622005-05-14 Mark Kettenis <kettenis@gnu.org>
763
a5bf92c5
MK
764 * configure.tgt (vax-*-openbsd*): Set gdb_target to obsd.
765 * config/vax/obsd.mt (TDEPFILES): New file.
766
156cdbee
MK
767 * i386-tdep.c (i386_supply_gregset, i386_collect_gregset): Use
768 gdb_byte instead of bfd_byte.
769
47a35522
MK
770 * mips-tdep.c (mips_pseudo_register_read)
771 (mips_pseudo_register_write): Change type of last argument to
772 `gdb_byte *'.
773 (mips_register_to_value, mips_value_to_register): Change type of
774 last argument to `gdb_byte *'. Remove casts that are no longer
775 needed.
776 (mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
777 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
778 (mips_o32_push_dummy_call, mips_o32_return_value): Use `const
779 gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
780 are no longer needed.
781 (mips_eabi_return_value, mips_n32n64_return_value)
782 (mips_o32_return_value, mips_o64_return_value): Change type of
783 readbuf and writebuf arguments to `gdb_byte *'.
784 (mips_read_fp_register_single): Change type of last argument to
785 `gdb_byte *'. Use `gdb_byte *' for raw_buffer.
786 (mips_read_fp_register_double): Change type of last argument to
787 `gdb_byte *'.
788 (mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
789 casts that are no longer needed.
790 (mips_print_register, print_gp_register_row): Use gdb_byte for
791 raw_buffer. Remove casts that are no longer needed.
792 (mips_single_step_through_delay): Use gdb_byte for buf.
793 (mips_breakpoint_from_pc): Change return type to `const gdb_byte
794 *'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
795 pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
796 little_breakpoint, pmon_little_breakpoint and
797 idt_little_breakpoint.
798 (mips_integer_to_address): Use `gdb_byte *' for tmp.
799
c872b717
MK
800 * config/m68k/obsd.mt (DEPRECATED_TM_FILE): Remove.
801 * config/i386/obsd.mt (DEPRECATED_TM_FILE): Remove.
802 * config/i386/obsd64.mt (DEPRECATED_TM_FILE): Remove.
803 * config/pa/obsd.mt (DEPRECATED_TM_FILE): Remove.
804 * config/sparc/obsd.mt (DEPRECATED_TM_FILE): Remove.
805 * config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Remove.
806
e1613aba
MK
807 * sparc-tdep.c (sparc_fetch_instruction, sparc_fetch_wcookie): Use
808 gdb_byte for buf.
809 (sparc32_pseudo_register_read, sparc32_pseudo_register_write):
810 Change type of last argument to `gdb_byte *'. Remove casts that
811 are no longer needed.
812 (sparc32_push_dummy_code, sparc32_store_arguments): Use gdb_byte
813 for buf.
814 (sparc_breakpoint_from_pc): Change return type to `const gdb_byte
815 *'. Use gdb_byte for break_insn.
816 (sparc32_extract_return_value, sparc32_store_return_value): Change
817 type of last argument to `gdb_byte *'. Use gdb_byte for buf.
818 (sparc32_return_value): Change type of readbuf and writebuf
819 arguments to `gdb_byte *'.
820 (sparc_software_single_step): Use gdb_byte for npc_save and
821 nnpc_save.
822 (sparc_supply_rwindow, sparc_collect_rwindow): Use gdb_byte for
823 buf.
824 (sparc32_supply_gregset, sparc32_collect_gregset)
825 (sparc32_supply_fpregset, sparc32_collect_fpregset): Use `gdb_byte
826 *' for regs.
827 * sparc64-tdep.c (sparc64_pseudo_register_read)
828 (sparc64_pseudo_register_write): Change type of last argument to
829 `gdb_byte *'. Remove casts that are no longer needed.
830 (sparc64_store_floating_fields, sparc64_extract_floating_fields):
831 Change type of valbuf argument to `gfd_byte *'.
832 (sparc64_store_arguments): Use `gdb_byte *' for valbuf. use
833 gdb_byte for buf.
834 (sparc64_extract_return_value, sparc64_store_return_value): Change
835 type of last argument to `gdb_byte *'. Use gdb_byte for buf.
836 (sparc64_return_value): Change type of readbuf and writebuf
837 arguments to `gdb_byte *'.
838 (sparc64_supply_gregset, sparc64_collect_gregset)
839 (sparc64_supply_fpregset, sparc64_collect_fpregset): Use `gdb_byte
840 *' for regs.
841
f5cf7aa1
MK
842 * m68k-tdep.c (m68k_local_breakpoint_from_pc): Change return type
843 to `const gdb_byte *'. Use gdb_byte for break_insn.
844 (m68k_register_to_value): Change type of last argument to
845 `gdb_byte *'. Use gdb_byte for from.
846 (m68k_value_to_register): Change type of last argument to
847 `gdb_byte *'. Use gdb_byte for to.
848 (m68k_extract_return_value): Change type of last argument to
849 `gdb_byte *'. Use gdb_byte for buf. Remove unnecessary cast.
850 (m68k_svr4_extract_return_value): Change type of last argument to
851 `gdb_byte *'. Use gdb_byte for buf.
852 (m68k_store_return_value): Change type of last argument to
853 `gdb_byte *'. Remove unnecessary cast.
854 (m68k_svr4_store_return_value): Change type of last argument to
855 `gdb_byte *'. Use gdb_byte for buf.
856 (m68k_return_value, m68k_svr4_return_value): Change type of
857 readbuf and writebuf arguments to `gdb_byte *'.
858 (m68k_push_dummy_call, m68k_unwind_pc, m68k_frame_cache)
859 (m68k_unwind_dummy_id): Use gdb_byte for buf.
860 (m68k_get_longjmp_target): Use `gdb_byte *' for buf.
861 * m68kbsd-tdep.c (m68kbsd_supply_fpregset)
862 (m68kbsd_supply_gregset): Use `gdb_byte *' for regs.
863
8dccaca3
MK
864 * m88k-tdep.c (m88k_breakpoint_from_pc): Change return type to
865 `const gdb_byte *'. Use gdb_byte for break_insn.
866 (m88k_return_value): Change type of readbuf and
867 writebuf arguments to `gdb_byte *'. Use gdb_byte for buf.
868 (m88k_supply_gregset): Use `gdb_byte *' for regs.
869
459f20b9
MK
870 * vax-tdep.c (vax_return_value): Change type of readbuf and
871 writebuf arguments to `gdb_byte *'.
872
42835c2b
MK
873 * amd64-tdep.c (amd64_return_value): Change type of readbuf and
874 writebuf arguments to `gdb_byte *'. Remove now redundant casts.
875 * i386-tdep.c (i386_return_value): Change type of readbuf and
876 writebuf arguments to `gdb_byte *'.
877 (i386_pseudo_register_read, i386_pseudo_register_write): Change
878 type of last argument to `gdb_byte *'.
879 (i386_register_to_value, i386_value_to_register): Change type of
880 last argument to `gdb_byte *'. Simplify function a bit.
881 * i387-tdep.h (i387_value_to_register, i387_register_to_value):
882 Change type of last argument to `gdb_byte *'.
883 * i387-tdep.c: Likewise.
884
b60c417a
AC
8852005-05-13 Andrew Cagney <cagney@gnu.org>
886
887 * gdbarch.sh (pseudo_register_read, pseudo_register_write)
888 (value_to_register, register_to_value, pointer_to_address)
889 (address_to_pointer, return_value, extract_return_value)
890 (store_return_value): Instead of a void pointer, use gdb_byte.
891 * gdbarch.h, gdbarch.c: Regenerate.
892 * inferior.h (unsigned_address_to_pointer)
893 (signed_pointer_to_address, address_to_signed_pointer)
894 (unsigned_pointer_to_address): Update.
895 * arch-utils.h (legacy_return_value):
896 * arch-utils.c (legacy_extract_return_value)
897 (legacy_return_value): Update.
898 * findvar.c (unsigned_pointer_to_address)
899 (signed_pointer_to_address, unsigned_address_to_pointer)
900 (address_to_signed_pointer): Update.
901
bdd56253
OF
9022005-05-13 Orjan Friberg <orjanf@axis.com>
903
904 * cris-tdep.c (_initialize_cris_tdep): Improve help strings for
905 cris-version, cris-mode, and cris-dwarf2-cfi settings.
906
0e6bdb31
OF
9072005-05-13 Orjan Friberg <orjanf@axis.com>
908
909 * cris-tdep.c (usr_cmd_cris_version): Change type to int.
910 (cris_mode_normal, cris_mode_guru, cris_modes, usr_cmd_cris_mode): Add.
911 (struct gdbarch_tdep): Change type of cris_version to int. Add
912 cris_mode.
913 (cris_mode, set_cris_mode): New functions.
914 (crisv32_single_step_through_delay): Read from NRP register instead
915 of ERP register in guru mode.
916 (cris_breakpoint_from_pc): Rename break_insn to break8_insn.
917 Add break15_insn, returned in guru mode.
918 (_initialize_cris_tdep): Add call to add_setshow_enum_cmd for new
919 cris-mode setting.
920 (cris_dump_tdep): Add dump of cris_mode.
921 (cris_gdbarch_init): Add cris_mode to search criteria for architecture.
922 Register the sigtramp frame sniffer only if not in guru mode.
923
1e872def
EZ
9242005-05-13 Eli Zaretskii <eliz@gnu.org>
925
926 * Makefile.in (go32-nat.o): Add $(top_h) to prerequisites.
927
928 * go32-nat.c: Include top.h. Update copyright years.
929 (init_go32_ops): Override the default value of gdbinit[] with
930 "gdb.ini".
931
932 * cli/cli-cmds.c: Don't define GDBINIT_FILENAME.
933 (init_cli_cmds): Use gdbinit[] instead of a compile-time literal
934 string GDBINIT_FILENAME.
935
936 * top.c (PATH_MAX): Define if not defined.
937 (gdbinit): Declare with a constant size PATH_MAX.
938
939 * config/i386/go32.mh (XM_FILE): Remove.
940
941 * config/i386/xm-go32.h: Remove file.
942
e0ecbda1
MK
9432005-05-12 Mark Kettenis <kettenis@gnu.org>
944
d45b6f32
MK
945 * sol-thread.c: Include "solib.h".
946 (sol_thread_attach): Use solib_add instead of SOLIB_ADD.
947 * Makefile.in (sol-thread.o): Update dependencies.
948
e0ecbda1
MK
949 * NEWS: Mention OpenBSD/mips64 as a new native configuration.
950
5711a8b0
EZ
9512005-05-12 Eli Zaretskii <eliz@gnu.org>
952
953 * observer.sh (texi) [DJGPP]: If the file name includes a colon,
954 convert it to the /dev/x/ form.
955
a77053c2
MK
9562005-05-12 Mark Kettenis <kettenis@gnu.org>
957
958 * solib.h (CLEAR_SOLIB, SOLIB_ADD)
959 (SOLIB_CREATE_INFERIOR_HOOK, SOLIB_REMOVE_INFERIOR_HOOK)
960 (SOLIB_IN_DYNAMIC_LINKER, SOLIB_RESTART)
961 (DISABLE_UNSETTABLE_BREAK, PC_SOLIB)
962 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Remove defines and orphaned
963 comments.
964 * breakpoint.c: Include "solib.h".
965 (insert_bp_location) [!DISABLE_UNSETTABLE_BREAK]: Call
966 solib_address.
967 (remove_solib_event_breakpoints, create_solib_event_breakpoint)
968 (disable_breakpoints_in_shlibs)
969 (disable_breakpoints_in_unloaded_shlib)
970 (re_enable_breakpoints_in_shlibs): Compile if SOLIB_ADD isn't
971 defined. If PC_SOLIB isn't defined, call solib_address.
972 (_initialize_breakpoint): Unconditionally install observer.
973 * corelow.c: Include "solib.h".
974 [SOLIB_ADD] (solib_add_stub): Remove prototype.
975 (core_close) [!CLEAR_SOLIB]: Call clear_solib.
976 (solib_add_stub) [!SOLIB_ADD] Call solib_add.
977 (core_open): Unconditionally call solib_add_stub.
978 * fork-child.c: Include "solib.h".
979 (fork_inferior) [!SOLIB_CREATE_INFERIOR_HOOK]: Call
980 solib_create_inferior_hook.
981 * infcmd.c: Include "solib.h".
982 (attach_command) [!SOLIB_ADD]: Call shlib_rescan. Unconditionally
983 call re_enable_breakpoints_in_shlibs.
984 * infrun.c: Include "solib.h".
985 (SOLIB_IN_SYNSYM_RESOLVE_CODE): Don't define if not already
986 defined.
987 (stop_on_solib_events, show_stop_on_solib_events): Include
988 unconditionally.
989 (follow_exec) [!SOLIB_CREATE_INFERIOR_HOOK]: Call
990 solib_create_inferior_hook.
991 (handle_inferior_event) [!SOLIB_ADD]: Call shlib_add.
992 [!IN_SOLIB_DYNSYM_RESOLVE_CODE]: Call in_solib_dynsym_resolve_code.
993 (_initialize_infrun): Unconditionally add "stop_on_solib-events"
994 command.
995 * remote.c: Include "solib.h".
996 (remote_open_1): Unconditionally call no_shared_libraries.
997 [!SOLIB_CREATE_INFERIOR_HOOK] Call solib_create_inferior_hook.
998 * stack.c: Include "solib.h".
999 (print_frame) [!PC_SOLIB] Call shlib_for_pc.
1000 * xcoffsolib.c (no_shared_libraries): Remove function.
1001 * Makefile.in (SFILES): Add solib.c.
1002 (ALLDEPFILES): Remove solib.c.
1003 (COMMON_OBS): Add solib.o.
1004 (breakpoint.o, corelow.o, fork-chiled.o, infcmd.o, infrun.o)
1005 (remote.o, stack.o): Update dependencies.
1006
847f5ce8
DJ
10072005-05-12 Daniel Jacobowitz <dan@codesourcery.com>
1008
1009 * cp-names.y: Renamed to ...
1010 * cp-name-parser.y: ... this.
1011 * Makefile.in (SFILES, YYFILES, YYOBJ): Rename cp-names.y to
1012 cp-name-parser.y.
1013 (test-cp-names.o): Renamed to test-cp-name-parser.o.
1014 (test-cp-names): Renamed to test-cp-name-parser.
1015 (clean, local-maintainer-clean): Update.
1016 (cp-names.o): Renamed to cp-name-parser.o.
1017
b41cde44
EZ
10182005-05-12 Eli Zaretskii <eliz@gnu.org>
1019
15c3c5c6
EZ
1020 * observer.sh: Use observer.tmp instead of observer.inc-tmp which
1021 on 8+3 filesystems overwrites observer.inc. Update copyright year
1022 of the resultant file.
1023
358777b0
EZ
1024 * gnu-v3-abi.c (init_gnuv3_ops): Cast is_gnu_v3_mangled_dtor and
1025 is_gnu_v3_mangled_ctor to avoid compiler warnings.
1026
b41cde44
EZ
1027 * config/djgpp/config.sed: Adapt to latest Autoconf.
1028
1029 * config/djgpp/djconfig.sh: Add -Wpointer-arith and
1030 -Wuninitialized to the build warnings.
1031
0d4fc997
EZ
10322005-05-11 Eli Zaretskii <eliz@gnu.org>
1033
6791e1b1
EZ
1034 * config/djgpp/fnchange.lst: Add mappings for inttypes*.m4,
1035 ChangeLog-2004, reg-cris*.dat, dw2-intermix.*, semcris*-switch.c.
1036 Fix mappings for hilo-hazard-?.s.
1037
0d4fc997
EZ
1038 * config/djgpp/README: Update GDB versions and my email address.
1039
fc1a4b47
AC
10402005-05-09 Andrew Cagney <cagney@gnu.org>
1041
1042 Use gdb_byte in preference to bfd_byte.
1043 * gdbarch.sh: Update.
1044 * gdbarch.h, gdbarch.c: Re-generate.
1045 * ada-lang.c, ada-lang.h, ada-valprint.c, arch-utils.c: Update.
1046 * c-lang.c, c-lang.h, c-valprint.c, cp-valprint.c: Update.
1047 * f-lang.c, f-lang.h, f-valprint.c, gdbcore.h, jv-lang.h: Update.
1048 * jv-valprint.c, language.c, language.h, m2-lang.c: Update.
1049 * m2-lang.h, m2-valprint.c, objc-lang.c, p-lang.c: Update.
1050 * p-lang.h, p-valprint.c, regcache.c, scm-lang.c: Update.
1051 * scm-lang.h, scm-valprint.c, target.c, target.h: Update.
1052 * tramp-frame.c, valarith.c, valops.c, valprint.c: Update.
1053 * valprint.h, value.c, value.h: Update.
1054
8b04f8b6
MK
10552005-05-09 Mark Kettenis <kettenis@gnu.org>
1056
8cc49c48
MK
1057 * vaxbsd-nat.c (vaxbsd_supply_gregset, vaxbsd_collect_gregset):
1058 Use `gdb_byte *' for regs.
1059 * vax-tdep.c (vax_supply_gregset): Use `gdb_byte *' for regs;
1060 (vax_store_arguments, vax_push_dummy_call, vax_return_value): Use
1061 gdb_byte for buf.
1062 (vax_breakpoint_from_pc): Change return type to `const gdb_byte
1063 *'. Use gdb_byte for break_insn.
1064 (vax_skip_prologue): Use gdb_byte for op.
1065
8142f7cb
MK
1066 * i387-tdep.c: Remove outdated comments.
1067
8b04f8b6
MK
1068 * defs.h: Unconditionally include <sys/types.h>.
1069
979b38e0
DJ
10702005-05-08 Daniel Jacobowitz <dan@codesourcery.com>
1071
1072 * mips-tdep.c (mips_stub_frame_sniffer): Handle .MIPS.stubs
1073 section like .plt.
1074
9cedd1a6 10752005-05-08 Mark Kettenis <kettenis@gnu.org>
d8de1ef7 1076
4252dc94
MK
1077 * i386-linux-tdep.c (linux_sigtramp_code, linux_rt_sigtramp_code):
1078 Change type to `static const gdb_byte'.
1079 (i386_linux_sigtramp_start, i386_linux_rt_sigtramp_start)
1080 (i386_linux_sigcontext_addr): Use gdb_byte for buf.
1081 * amd64-linux-tdep.c (linux_sigtramp_code): Change type to `static
1082 const gdb_byte'.
1083 (amd64_linux_sigtramp_start, amd64_linux_sigcontext_addr): Use
1084 gdb_byte for buf.
1085 * amd64fbsd-tdep.c (amd64fbsd_supply_uthread)
1086 (amd64fbsd_collect_uthread): Use gdb_byte for buf.
1087
d46bfb5c
MK
1088 * config/ia64/nm-aix.h: Remove file.
1089
d8de1ef7
MK
1090 * amd64-tdep.c (amd64_return_value): Use `gdb_byte *' in casts.
1091 (amd64_push_arguments): Use gdb_byte instead of bfd_byte. Use
1092 gdb_byte for buf.
1093 (amd64_push_dummy_call): Use gdb_byte for buf.
1094 (amd64_analyze_prologue): Use gdb_byte for proto, buf and op.
1095 (amd64_frame_cache, amd64_sigtramp_frame_cache)
1096 (amd64_unwind_dummy_id): Use gdb_byte for buf.
1097 (amd64_supply_fxsave, amd64_collect_fxsave): Use `gdb_byte *' for
1098 regs.
1099 * amd64obsd-tdep.c (amd64obsd_supply_regset): Use `gdb_byte *' in
1100 casts.
1101 (amd64obsd_sigtramp_p): Use gdb_byte for sigreturn and `gdb_byte
1102 *' for buf,
9cedd1a6 1103
63c0089f
MK
1104 * i386-tdep.c (i386_breakpoint_from_pc): Change return type to
1105 `const gdb_byte *'. Use gdb_byte for break_insn.
1106 (i386_follow_jump): Use gdb_byte for op.
1107 (i386_analyze_struct_return): Use gdb_byte for proto1, proto2, buf
1108 and op.
1109 (i386_skip_probe): Use gdb_byte for buf and op.
1110 (struct i386_insn): Use gdb_byte for insn and mask.
1111 (i386_match_insn, i386_analyze_frame_setup)
1112 (i386_analyze_register_saves): Use gdb_byte for op.
1113 (i386_skip_prologue): Use gdb_byte for pic_pat and op;
1114 (i386_unwind_pc, i386_frame_cache, i386_sigtramp_frame_cache)
1115 (i386_unwind_dummy_id, i386_get_longjmp_target): Use gdb_byte for
1116 buf.
1117 (i386_extract_return_value, i386_store_return_value): Use
e447028c 1118 `gdb_byte *' instead of `void *' for valbuf argument. Remove now
63c0089f
MK
1119 redundant cast.
1120 (i386_pseudo_register_read, i386_pseudo_register_write): Use
1121 gdb_byte for mmx_buf.
1122 (i386_register_to_value, i386_value_to_register): Use `gdb_byte *'
1123 instead of `char *' for buf.
1124 (i386_supply_gregset, i386_collect_gregset): Use `gdb_byte *'
1125 instead of `char *' for regs.
1126 (i386_svr4_sigcontext_addr): Use gdb_byte for buf.
1127 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use gdb_byte for
1128 sigreturn and `gdb_byte *' for buf.
1129 (i386obsd_aout_supply_regset): Use `const gdb_byte *' in cast.
1130 (i386obsd_supply_uthread, i386obsd_collect_uthread): Use gdb_byte
1131 for buf.
1132 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use gdb_byte for buf.
1133
b57b6c2e
MK
1134 * defs.h (gdb_byte): New typedef. Tweak comments.
1135
9cedd1a6
MK
1136 * target.h (target_link): Remove prototype.
1137 * target.c (target_link): Remove function.
1138 * symfile.c: Remove comment about rombug.
1139
f8736ddf
MK
11402005-05-04 Mark Kettenis <kettenis@gnu.org>
1141
1142 * config/i386/cygwin.mh (XM_FILE): Remove variable.
1143 * config/i386/xm-cygwin.h: Remove file.
1144
8bbde302
BE
11452005-05-03 Ben Elliston <bje@au.ibm.com>
1146
1147 * infrun.c (handle_inferior_event): Update the comment about users
1148 of stepped_after_stopped_by_watchpoint.
1149
079c8cd0
CV
11502005-05-02 Corinna Vinschen <vinschen@redhat.com>
1151
1152 * MAINTAINERS: Remove hint that sh64 doesn't build.
1153 * sh64-tdep.c (sh64_push_dummy_call): Cast buf in call to write_memory.
1154 (sh64_do_fp_register): make raw_buffer unsigned.
1155 (sh64_do_register): Ditto.
1156
5ebc08b0
MK
11572005-05-02 Mark Kettenis <kettenis@gnu.org>
1158
1159 * bsd-uthread.c: Include "solib.h".
1160 * Makefile.in (bsd-uthread.o): Update dependencies.
1161
5dbe23a3
DJ
11622005-05-01 Daniel Jacobowitz <dan@codesourcery.com>
1163
1164 * gdbarch.sh (deprecated_current_gdbarch_select_hack): Flush
1165 cached frames when changing gdbarch.
1166 * gdbarch.c: Regenerated.
1167
5a168c78
AC
11682005-05-01 Andrew Cagney <cagney@gnu.org>
1169
87d088f5
AC
1170 * MAINTAINERS: Note that cris, m68k, mn10300, sh64, sparc and vax
1171 do not build.
1172
5a168c78
AC
1173 * gdbarch.sh (deprecated_extract_return_value)
1174 (breakpoint_from_pc, deprecated_store_return_value)
1175 (memory_insert_breakpoint, memory_remove_breakpoint): Change type
1176 of buffer to a bfd_byte pointer.
1177 * gdbarch.h, gdbarch.c: Re-generate.
1178 * mem-break.c (memory_insert_breakpoint)
1179 (memory_remove_breakpoint, default_memory_insert_breakpoint)
1180 (default_memory_remove_breakpoint): Update.
1181 * target.h (memory_insert_breakpoint)
1182 (memory_remove_breakpoint, default_memory_insert_breakpoint)
1183 (default_memory_remove_breakpoint): Update declarations.
1184 (struct target_ops): Update to_insert_breakpoint and
1185 to_remove_breakpoint.
1186 * target.c (debug_to_remove_breakpoint)
1187 (debug_to_insert_breakpoint): Update.
1188 * remote-m32r-sdi.c (m32r_remove_breakpoint)
1189 (m32r_insert_breakpoint): Update.
1190 * m32r-tdep.c (m32r_memory_insert_breakpoint)
1191 (m32r_memory_remove_breakpoint): Update.
1192 * remote-e7000.c (e7000_insert_breakpoint)
1193 (e7000_remove_breakpoint): Update.
1194 * remote-rdi.c (arm_rdi_insert_breakpoint)
1195 (arm_rdi_remove_breakpoint): Update.
1196 * remote-sim.c (gdbsim_insert_breakpoint)
1197 (gdbsim_remove_breakpoint): Update.
1198 * exec.c (ignore): Update.
1199 * rs6000-tdep.c (rs6000_extract_return_value): Update.
1200 * ia64-tdep.c (ia64_memory_insert_breakpoint)
1201 (ia64_memory_remove_breakpoint): Update.
1202 * remote-rdp.c (remote_rdp_insert_breakpoint)
1203 (remote_rdp_remove_breakpoint): Update.
1204
68b9939a
MK
12052005-05-01 Mark Kettenis <kettenis@gnu.org>
1206
e908eab4
MK
1207 * somsolib.c, somsolib.h: Remove files.
1208 * Makefile.in (somsolib_h): Remove.
1209 (somsolib.o): Remove dependency.
1210
68b9939a
MK
1211 * fbsd-nat.c: Include <sys/sysctl.h>.
1212 (fbsd_pid_to_exec_file): Use KERN_PROC_PATHNAME sysctl if
1213 available. Plug memory leak. Fixes PR gdb/1922.
1214
66aba65d
MK
12152005-04-29 Mark Kettenis <kettenis@gnu.org>
1216
1217 * solist.h (TARGET_SO_FREE_SO, TARGET_SO_CLEAR_SOLIB)
1218 (TARGET_SO_SOLIB_CREATE_INFERIOR_HOOK)
1219 (TARGET_SO_SPECIAL_SYMBOL_HANDLING, TARGET_SO_CURRENT_SOS)
1220 (TARGET_SO_OPEN_SYMBOL_FILE_OBJECT): Remove defines.
1221 * solib.c (solib_data): New variable.
1222 (solib_init, solib_ops): New functions.
1223 (solib_open, solib_map_sections, free_so, update_solib_list)
1224 (solib_add, clear_solib, solib_create_inferior_hook)
1225 (in_solib_dynsym_resolve_code): Call architecture-dependent code
1226 using solib_ops.
1227 (_initialize_solib): Register SOLIB_DATA.
1228
35e08e03
KB
12292005-04-29 Kevin Buettner <kevinb@redhat.com>
1230
1231 * frv-tdep.c (find_func_descr): Verify that entry point can be
1232 found in symbol table prior to looking up its function descriptor.
1233 * solib-frv.c (find_canonical_descriptor_in_load_object): Add
1234 test for non-NULL link map.
1235
862ba188
CV
12362005-04-29 Corinna Vinschen <vinschen@redhat.com>
1237
1238 * MAINTAINERS: Revert h8300 state to un-deleted.
1239 * Makefile.in: Re-add h8300-tdep.o dependencies.
1240 * h8300-tdep.c: Slightly rearrange type definitions and functions.
1241 (struct frame_extra_info): Remove.
1242 (struct h8300_frame_cache): Replace locals with differently defined
1243 uses_fp member.
1244 (h8300_unwind_pc): Simplify.
1245 (h8300_unwind_sp): New function.
1246 (h8300_unwind_dummy_id): Simplify.
1247 (h8300_init_frame_cache): New function.
1248 (h8300_is_argument_spill): Use reworked defines for opcode scanning.
1249 (h8300_skip_prologue): Rewrite.
1250 (h8300_alloc_frame_cache): Remove.
1251 (h8300_analyze_frame_setup): Remove.
1252 (h8300_analyze_register_saves): Remove.
1253 (h8300_analyze_prologue): Rewrite.
1254 (h8300_frame_cache): Use h8300_init_frame_cache instead of
1255 h8300_alloc_frame_cache. Use BINWORD instead of constant 4 to
1256 accomodate 16 bit mode. Fix saved_sp and register offset evaluation.
1257 (h8300_frame_this_id): Correctly calculate this_id using saved stack
1258 pointer instead of base.
1259 (h8300_frame_prev_register): Drop needless braces.
1260 (h8300_frame_base_address): New function.
1261 (h8300_frame_base): New frame_base.
1262 (h8300_push_dummy_call): Return correct CFA value.
1263 (h8300h_extract_return_value): Fix 8 byte value handling.
1264 (h8300_use_struct_convention): New function.
1265 (h8300h_use_struct_convention): New function.
1266 (h8300h_store_return_value): Fix 8 byte value handling.
1267 (h8300_return_value): New function.
1268 (h8300h_return_value): New function.
1269 (h8300_extract_struct_value_address): Remove deprecated functionality.
1270 (h8300_push_dummy_code): Remove.
1271 (h8300_gdbarch_init): Replace set_gdbarch_extract_return_value and
1272 set_gdbarch_store_return_value calls by set_gdbarch_return_value.
1273 Remove calls to set_gdbarch_deprecated_fp_regnum,
1274 set_gdbarch_deprecated_extract_struct_value_address,
1275 set_gdbarch_deprecated_use_struct_convention and
1276 set_gdbarch_push_dummy_code.
1277 Add calls to set_gdbarch_unwind_sp and frame_base_set_default.
1278 Slightly rearrange code.
1279
3a913e29
JB
12802005-04-28 Jim Blandy <jimb@redhat.com>
1281
1282 * parse.c (namecopy): Change allocation conventions.
1283 (namecopy_size): New variable.
1284 (copy_name): Allocate namecopy using xrealloc, instead of assuming
1285 it has adequate space allocated to it.
1286 (parse_exp_1): Don't try to allocate space for namecopy here.
1287
a955ca71
EZ
12882005-04-28 Eli Zaretskii <eliz@gnu.org>
1289
1290 * cli/cli-cmds.c (edit_command): If symtab->fullname is not yet
1291 set, use symtab_to_fullname, instead of trying to do its job. Use
1292 xstrprintf instead of malloc and sprintf.
1293
46845f5e
KB
12942005-04-28 Kevin Buettner <kevinb@redhat.com>
1295
1296 * remote.c (init_remote_state): Eliminate use of
1297 deprecated_register_bytes().
1298
8929e59d
AC
12992005-04-28 Andrew Cagney <cagney@gnu.org>
1300
1301 * valops.c (check_field): Make buffer a bfd_byte.
1302 * value.c (unpack_long, unpack_double, unpack_pointer)
1303 (unpack_field_as_long, modify_field): Ditto.
1304 * value.h: Update declarations.
1305
cade9e54
PB
13062005-04-28 Paul Brook <paul@codesourcery.com>
1307
1308 * exceptions.c (print_flush): Handle NULL gdb_stdout_serial.
1309
4b188b9f
MK
13102005-04-27 Mark Kettenis <kettenis@gnu.org>
1311
ab576d85
MK
1312 * solib-svr4.c (_initialize_svr4_solib)
1313 [SVR4_FETCH_LINK_MAP_OFFSETS]: Don't set non-existent variable
1314 svr4_legacy_fetch_link_map_offsets.
1315
ccf00f21
MK
1316 * sh-tdep.c (sh_linux_svr4_fetch_link_map_offsets): Remove function.
1317 (sh_gdbarch_init): Remove redundant prototype.
1318 * sh-linux-tdep.c: New file.
1319 * config/sh/tm-linux.h (sh_linux_svr4_fetch_link_map_offsets):
1320 Remove prototype.
1321 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
1322 * config/sh/linux.mt (TDEPFILES): Add sh64-tdep.o, remove
1323 solib-legacy.o.
1324 * Makefile.in (sh-linux-tdep.o): New.
1325
4b188b9f
MK
1326 * solib-svr4.c: Update copyright year. Include "gdb_assert.h".
1327 (SVR4_FETCH_LINK_MAP_OFFSETS): Don't define if not already
1328 defined.
1329 (legacy_fetch_link_map_offsets): Remove prototype.
1330 (fetch_link_map_offsets_gdbarch_data): Remove.
1331 (LM_ADDR, LM_NEXT, IGNORE_FIRST_LINK_MAP_ENTRY)
1332 (first_link_map_member, open_symbol_file_object, svr4_current_sos)
1333 (svr4_fetch_objfile_link_map): Call svr4_fetch_link_map_offsets
1334 instead of SVR4_FETCH_LINK_MAP_OFFSETS.
1335 (solib_svr4_data): New variable.
1336 (struct solib_svr4_ops): New.
1337 (solib_svr4_init): New fynction.
1338 (legacy_fetch_link_map_offsets, init_fetch_link_map_offsets):
1339 Remove functions.
1340 (svr4_fetch_link_map_offsets, svr4_have_link_map_offsets): Rewrite
1341 using the new `struct solib_svr4_ops'.
1342 (_initialize_svr4_solib): Replace registration of per-architecture
1343 data. Add temporary hack to set
1344 svr4_legacy_fetch_link_map_offsets if SVR4_FETCH_LINK_MAP_OFFSETS
1345 is set.
1346 * Makefile.in (solib-svr4.o): Update dependencies.
1347
4fabe3d5
MK
13482005-04-26 Mark Kettenis <kettenis@gnu.org>
1349
1350 * configure.tgt (*-*-freebsd*): Set gdb_osabi to
1351 GDB_OSABI_FREEBSD_ELF. Partial fix for PR gdb/1922.
1352
109c3e39
AC
13532005-04-26 Andrew Cagney <cagney@gnu.org>
1354
1355 * remote.c (remote_open_1): Move "ex"'s declaration to where it is
1356 used.
1357 (remote_get_thread_local_address): Use throw_error, include a
1358 printed string.
1359 * linux-thread-db.c (thread_db_get_thread_local_address): Ditto.
1360 * dwarf2loc.c (dwarf_expr_tls_address): Ditto.
1361 * cli/cli-script.c (script_from_file): Mark up throw_error message.
1362 * linespec.c (symtab_from_filename, decode_variable): Ditto.
1363
71fff37b
AC
13642005-04-26 Andrew Cagney <cagney@gnu.org>
1365
1366 Rename 'struct exception' to 'struct gdb_exception'.
1367 * wrapper.c: Update.
1368 * varobj.c: Update.
1369 * tui/tui-interp.c: Update.
1370 * remote.c: Update.
1371 * mi/mi-main.c: Update.
1372 * mi/mi-interp.c: Update.
1373 * linux-thread-db.c: Update.
1374 * interps.h: Update.
1375 * interps.c: Update.
1376 * exceptions.h: Update.
1377 * exceptions.c: Update.
1378 * dwarf2loc.c: Update.
1379 * cli/cli-interp.c: Update.
1380 * cli/cli-script.c: Update.
1381 * breakpoint.c: Update.
1382
011825f0
MM
13832005-04-25 Mark Mitchell <mark@codesourcery.com>
1384
3aa6b2ca
MM
1385 * event-loop.c (gdb_select): Program defensively.
1386
011825f0
MM
1387 * event-loop.c (gdb_assert.h): Include.
1388 (<windows.h>): Include under Windows.
1389 (<io.h>): Likeiwse.
1390 (gdb_select): New function.
1391 (gdb_wait_for_event): Use it.
1392 * Makefile.in (event-loop.o): Depend on $(gdb_assert_h).
1393
02a71ae8
MK
13942005-04-23 Mark Kettenis <kettenis@gnu.org>
1395
1396 * sparc64-tdep.c: Include "dwarf2-frame.h".
1397 (sparc64_dwarf2_frame_init_reg): New function.
1398 * Makefile.in (sparc64-tdep.o): Update dependencies.
1399
20338726
DM
14002005-04-22 David S. Miller <davem@davemloft.net>
1401
1402 * sparc64-linux-tdep.c (sparc64_linux_init_abi): Add call to
1403 sparc64_init_abi().
1404
a07ff70c
MK
14052005-04-22 Mark Kettenis <kettenis@gnu.org>
1406
1407 * ser-base.c: Include "ser-base.h" instead of "ser-unix.h".
1408
248697b2
MM
14092005-04-22 Mark Mitchell <mark@codesourcery.com>
1410
1411 * ser-base.c (<sys/time.h>): Include.
1412
a33e488c
MK
14132005-04-22 Mark Kettenis <kettenis@gnu.org>
1414
a86c5ab2
MK
1415 * ppcobsd-tdep.c (ppcobsd_init_abi): Set return_value.
1416
70f1dc74
MK
1417 * sparc-linux-tdep.c: Reorder includes. Tweak a few comments.
1418 (LINUX32_SIGTRAMP_INSN0, LINUX32_SIGTRAMP_INSN1)
1419 (LINUX32_RT_SIGTRAMP_INSN0, LINUX32_RT_SIGTRAMP_INSN1): Remove
1420 macros.
1421 (sparc32_linux_sigframe, sparc32_linux_rt_sigframe): Hardcode
1422 instructions.
1423 * sparc64-linux-tdep.c: Reorder includes. Tweak a few comments.
1424 (LINUX64_RT_SIGTRAMP_INSN0, LINUX64_RT_SIGTRAMP_INSN1): Remove
1425 macros.
1426 (sparc64_linux_rt_sigframe): Hardcode instructions.
1427 * Makefile.in (sparc-linux-tdep.o, sparc64-linux-tdep.o): Update
1428 dependencies.
1429
a33e488c
MK
1430 * sparc-linux-tdep.c: Update copyright year.
1431 (sparc32_linux_init_abi): Set skip_trampoline_code and
1432 solib_svr4_fetch_link_map_offsets. Set TDEP->plt_entry_size.
1433 Don't set software_single_step and don't call
1434 sparc32_sol2_init_abi.
1435 * sparc64-linux-tdep.c: Update copyright year.
1436 (sparc64_linux_init_abi): Set skip_trampoline_code and
1437 solib_svr4_fetch_link_map_offsets. Set TDEP->plt_entry_size.
1438 Don't set software_single_step and don't call
1439 sparc64_sol2_init_abi.
1440
24ec834b
EZ
14412005-04-22 Eli Zaretskii <eliz@gnu.org>
1442
1443 * remote-st.c (_initialize_remote_st2000): Remove the extraneous
1444 "<command>" string from the call to add_com.
1445
1446 * remote-sim.c (_initialize_remote_sim): Ditto.
1447
1448 * remote-utils.c (_initialize_sr_support): Ditto.
1449
1450 * remote-mips.c (_initialize_remote_mips): Ditto.
1451
81f726ab
DM
14522005-04-21 David S. Miller <davem@davemloft.net>
1453
1454 * sparc-linux-tdep.c (sparc32_linux_sigframe_init): New function.
1455 (sparc32_linux_sigframe, sparc32_linux_rt_sigframe): New tramp_frames.
1456 (sparc_linux_sigtramp_start, sparc32_linux_sigtramp_start,
1457 sparc32_linux_rt_sigtramp_start, sparc32_linux_sigtramp_p,
1458 sparc32_linux_sigtramp_frame_cache,
1459 sparc32_linux_sigtramp_frame_this_id,
1460 sparc32_linux_sigtramp_frame_prev_register,
1461 sparc32_linux_sigtramp_frame_unwind,
1462 sparc32_linux_sigtramp_frame_sniffer): Delete.
1463 (sparc32_linux_init_abi): Register new tramp unwinders. Kill
1464 register of old sigtramp sniffer.
1465 * sparc64-linux-tdep.c (sparc64_linux_sigframe_init): New
1466 function.
1467 (sparc64_linux_rt_sigframe): New tramp frame.
1468 (sparc64_linux_sigtramp_start, sparc64_linux_sigtramp_p,
1469 sparc64_linux_sigtramp_frame_cache,
1470 sparc64_linux_sigtramp_frame_this_id,
1471 sparc64_linux_sigtramp_frame_prev_register,
1472 sparc64_linux_sigtramp_frame_unwind,
1473 sparc64_linux_sigtramp_frame_sniffer): Delete.
1474 (sparc64_linux_init_abi): Register new tramp unwinders. Kill
1475 register of old sigtramp sniffer.
1476 Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1477 (sparc-linux-tdep.o): Likewise.
1478
401e7faf
MK
14792005-04-21 Mark Kettenis <kettenis@gnu.org>
1480
1481 * ser-base.c: Include "gdb_string.h".
1482 * Makefile.in (ser-base.o): Update dependencies.
1483
78a0fd57
DM
14842005-04-20 David S. Miller <davem@davemloft.net>
1485
1486 * sparc-linux-tdep.c (sparc32_linux_sigtramp_p): Fix
1487 signal return stub symbol names, __restore and __restore_rt are
1488 the i386 symbol names not the sparc ones.
1489 (sparc32_linux_sigtramp_frame_cache): Document bits/sigcontext.h
1490 as where the offsets were obtained from.
1491 * sparc64-linux-tdep.c (LINUX64_RT_SIGTRAMP_INSN0,
1492 LINUX64_RT_SIGTRAMP_INSN1): New defines.
1493 (sparc64_linux_sigtramp_start, sparc64_linux_sigtramp_p,
1494 sparc64_linux_sigtramp_frame_cache,
1495 sparc64_linux_sigtramp_frame_this_id,
1496 sparc64_linux_sigtramp_frame_prev_register,
1497 sparc64_linux_sigtramp_frame_sniffer): New functions.
1498 (sparc64_linux_sigtramp_frame_unwind): New frame unwinder.
1499 (sparc64_linux_init_abi): Register sigtramp frame sniffer.
1500 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1501
b4505029
MM
15022005-04-20 Mark Mitchell <mark@codesourcery.com>
1503
1504 * configure.ac: On MinGW, define USE_WIN32API and link with
1505 -lws2_32.
1506 * ser-tcp.c (<winsock2.h>): Include, for Windows.
1507 (ETIMEDOUT): Define, for Windows.
1508 (ioctl): Likewise.
1509 (closesocket): Define, for POSIX.
1510 (net_open): Adjust for differences in socket functions between
1511 Windows and UNIX.
1512 (net_close): Likweise.
1513 (net_read_prim): New function.
1514 (net_write_prim): Likewise.
1515 (_initialize_ser_tcp): Initialize winsock. Fill in read_prim and
1516 write_prim.
1517 * ser-unix.h (ser_unix_readcchar): Remove.
1518 (ser_unix_read_prim): Declare.
1519 (ser_unix_write_prim): Likewise.
1520 * ser-unix.c (generic_readchar): Move to ser-base.c.
1521 (ser_unix_wait_for): Likewise.
1522 (do_unix_readchar): Likewise.
1523 (ser_unix_readchar): Likewise.
1524 (_initialize_ser_hardwire): Initialize read_prim and write_prim.
1525 (ser_unix_read_prim): New function.
1526 (ser_unix_write_prim): Likewise.
1527 * ser-base.h (generic_readchar): Declare.
1528 (ser_base_readchar): Likewise.
1529 * ser-base.c (<winsock2.h>): Include, for windows.
1530 (fd_event): Use the read primitive specified by the serial
1531 interface.
1532 (ser_base_wait_for): Moved from ser-unix.c
1533 (do_ser_base_read_char): Likewise.
1534 (generic_readchar): Likewise.
1535 (ser_base_readchar): Likewise.
1536 (ser_base_write): Use the write primitive specified by the serial
1537 interface.
1538 * ser-pipe.c (_initialize_ser_pipe): Use ser_base_readchar, not
1539 ser_unix_readchar. Initialize read_prim and write_prim.
1540 * serial.c (struct serial_ops): Add read_prim and write_prim.
1541 * configure: Regenerate.
1542
8470e927
BE
15432005-04-19 Ben Elliston <bje@au.ibm.com>
1544
1545 * c-lang.c (c_create_fundamental_type): Comment fix.
1546
9cacebf5
MS
15472005-04-18 Michael Snyder <msnyder@redhat.com>
1548
1549 * mn10300-tdep.c: Assimilate code from mn10300-prologue.c.
1550 * mn10300-prologue.c: Remove.
1551 * mn10300-tdep.h: Add enums from mn10300-prologue.c.
1552 Remove prototypes.
1553 * config/mn10300/mn10300.mt: Remove mn10300-prologue module.
1554
7166c4a9
MS
15552005-04-18 Michael Snyder <msnyder@redhat.com>
1556
0cc748c0 1557 * config/mn10300/mn10300.mt: Add mn10300-prologue module.
7166c4a9
MS
1558 * ia64-tdep.c (ia64_get_dyn_info_list): Fix indent.
1559
57cd0b54
MK
15602005-04-18 Mark Kettenis <kettenis@gnu.org>
1561
235c4ffd
MK
1562 * config/nm-bsd.h: Remove file.
1563
57cd0b54
MK
1564 * hppabsd-nat.c: Update copyright year. Include "target.h" and
1565 "inf-ptrace.h".
1566 (hppabsd_fetch_registers): Renamed from fetch_inferior_registers;
1567 made static.
1568 (hppabsd_store_registers): Renamed from store_inferior_registers;
1569 made static.
1570 (_initialize_hppabsd_nat): New function and prototype.
1571 * config/pa/obsd.mh (NATDEPFILES): Remove infptrace.o and
1572 inftarg.o. Add inf-ptrace.o.
1573 (NAT_FILE): Remove.
1574 * Makefile.in (hppabsd-nat.o): Update dependencies.
1575
f17882ad
MK
15762005-04-17 Mark Kettenis <kettenis@gnu.org>
1577
1578 * pa64solib.c, pa64solib.h: Remove files.
1579 * Makefile.in (pa64solib_h): Remove variable
1580 (pa64solib.o): Remove dependency.
1581
5d6210f0
MK
15822005-04-16 Mark Kettenis <kettenis@gnu.org>
1583
65d034bc
MK
1584 * ppcobsd-nat.c: Update copyright year. Include "inf-ptrace.h".
1585 (ppcobsd_fetch_registers): Renamed from fetch_inferior_registers;
1586 made static.
1587 (ppcobsd_store_registers): Renamed from store_inferior_registers;
1588 made static.
1589 (_initialize_ppcobsd_nat): Construct and add target vector.
1590 * config/powerpc/obsd.mh (NATDEPFILES): Remove infptrace.o and
1591 inftarg.o. Add inf-ptrace.o.
1592 (NAT_FILE): Remove.
1593 * Makefile.in (ppcobsd-nat.o): Update dependencies.
1594
5a49dfd0
MK
1595 * ppcobsd-tdep.c: Include "floatformat.h".
1596 (ppcobsd_init_abi): Set long_double_bit and long_double_format.
1597 * Makefile.in (ppcobsd-tdep.o): Update dependencies.
1598
5d6210f0
MK
1599 * ppcobsd-tdep.c: Fix typo in comment.
1600 (_initialize_ppcobsd_tdep): Register GDB_OSABI_OPENBSD_ELF for
1601 bfd_arch_rs6000 too.
1602
571dd617
KB
16032005-04-15 Kevin Buettner <kevinb@redhat.com>
1604
1605 * remote.c (remote_get_thread_local_address): Throw a more
1606 meaningful exception when remote target doesn't have support
1607 for the qGetTLSAddr packet.
1608
38691318
KB
16092005-04-15 Kevin Buettner <kevinb@redhat.com>
1610
1611 * remote.c (remote_protocol_qGetTLSAddr): New static global variable.
1612 (set_remote_protocol_qGetTLSAddr_packet_cmd)
1613 (show_remote_protocol_qGetTLSAddr_packet_cmd)
1614 (remote_get_thread_local_address): New functions.
1615 (init_all_packet_configs): Initialize remote_protocol_qGetTLSAddr
1616 variable.
1617 (init_remote_ops): Initialize ``to_get_thread_local_address'' in
1618 target vector.
1619 (show_remote_cmd): Call show_remote_protocol_qGetTLS_Addr_packet_cmd().
1620 (_initialize_remote): Register the following commands:
1621 "set remote get-thread-local-storage-address-packet" and
1622 "show remote get-thread-local-address-packet".
1623
3ed07be4
KB
16242005-04-15 Kevin Buettner <kevinb@redhat.com>
1625
1626 * remote.c (add_packet_config_cmd): Delete unused variables.
1627
c9365369
KB
16282005-04-15 Kevin Buettner <kevinb@redhat.com>
1629
1630 * remote.c (show_remote_protocol_vcont_packet_cmd )
1631 (show_remote_protocol_qSymbol_packet_cmd)
1632 (show_remote_protocol_P_packet_cmd)
1633 (show_remote_protocol_Z_software_bp_packet_cmd)
1634 (show_remote_protocol_Z_hardware_bp_packet_cmd)
1635 (show_remote_protocol_Z_write_wp_packet_cmd)
1636 (show_remote_protocol_Z_read_wp_packet_cmd)
1637 (show_remote_protocol_Z_access_wp_packet_cmd)
1638 (show_remote_protocol_binary_download_cmd)
1639 (show_remote_protocol_qPart_auxv_packet_cmd)
1640 (show_remote_protocol_p_packet_cmd ): Delete calls to
1641 deprecated_show_value_hack().
1642
c30dc700
CV
16432005-04-15 Corinna VInschen <vinschen@redhat.com>
1644
1645 * MAINTAINERS: Change sh64-elf state to non-broken.
1646 * Makefile.in: Fix dependencies for sh64-tdep.o.
1647 * configure.tgt: Add sh64-*-elf case.
1648 * sh-tdep.c (sh_gdbarch_init): Reactivate bfd_mach_sh5 case.
1649 * sh64-tdep.c: Rework to replace all deprecated mechanisms with
1650 modern methods.
1651 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
1652 * config/sh/sh64.mt: Resurrect.
1653
86fc41d1
KI
16542005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
1655
1656 * regformats/reg-m32r.dat: New file.
1657
28e97307
DJ
16582005-04-14 Daniel Jacobowitz <dan@codesourcery.com>
1659
1660 * arm-tdep.c (fp_model_strings): Add terminating NULL.
1661 (arm_abi_strings, arm_abi_global, arm_abi_string): New
1662 variables.
1663 (arm_extract_return_value, arm_store_return_value): Don't use
1664 arm_get_fp_model.
1665 (arm_get_fp_model, arm_set_fp): Delete.
1666 (arm_update_current_architecture): New function.
1667 (set_fp_model_sfunc): Call arm_update_current_architecture.
1668 (show_fp_model): Update output messages.
1669 (arm_set_abi, arm_show_abi): New functions.
1670 (arm_elf_osabi_sniffer): Only handle ELFOSABI_ARM.
1671 (arm_gdbarch_init): Infer the object's ABI separately from its
1672 OSABI. Search for a matching architecture. Honor the global
1673 ABI and FPU settings. Set floating point format based on the
1674 architecture.
1675 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs):
1676 Delete.
1677 (_initialize_arm_tdep): Don't call gdbarch_register_osabi.
1678 Create "arm set abi" command.
1679 * arm-tdep.h (arm_get_fp_model): Delete prototype.
1680 (enum arm_abi_kind): New type.
1681 (struct gdbarch_tdep): Add arm_abi field.
1682 * arm-linux-tdep.c (arm_linux_init_abi): Only override
1683 tdep->fp_model if it is ARM_FLOAT_AUTO.
1684 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Likewise.
1685 (arm_netbsd_elf_init_abi): Likewise.
1686 * defs.h (enum gdb_osabi): Delete ARM-specific OSABIs.
1687 * osabi.c (gdb_osabi_name): Likewise.
1688
9494c6a5
DJ
16892005-04-11 Daniel Jacobowitz <dan@codesourcery.com>
1690
1691 * config/djgpp/fnchange.lst: Remove entries for gdb.gdbserver.
1692
bdbcb8b4
MK
16932005-04-10 Mark Kettenis <kettenis@gnu.org>
1694
1695 * rs6000-tdep.c (ppc_supply_fpregset): Increment offset by 8 for
1696 floating-point registers.
1697 (ppc_collect_fpregset): Likewise. Fix collection of registers.
1698
18b2ae85
MK
16992005-04-09 Mark Kettenis <kettenis@gnu.org>
1700
1701 * ppcobsd-tdep.c: Update copyright year. Include "trad-frame.h"
1702 and "tramp-frame.h".
1703 (ppcobsd_sigtramp_cache_init): New function.
1704 (ppcobsd_sigtramp): New variable.
1705 (ppcobsd_init_abi): Prepend signal trampoline unwinder.
1706 * Makefile.in (ppcobsd-tdep.o): Update dependencies.
1707
06e819e3
AC
17082005-04-08 Andrew Cagney <cagney@gnu.org>
1709
1710 * MAINTAINERS (GDB/MI): Andrew Cagney, Elena Zannoni, and Fernando
1711 Nasser have decided to step back from GDB/MI.
1712
6f8eac0e
DJ
17132005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
1714
1715 * config/fnchange.lst: Add testsuite/gdb.gdbserver entries.
1716
0228dfb9
DJ
17172005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
1718
1719 * dwarf2-frame.c (struct dwarf2_frame_cache): New field
1720 undefined_retaddr.
1721 (dwarf2_frame_cache): Initialize undefined_retaddr.
1722 (dwarf2_frame_this_id): Return an invalid frame ID if
1723 undefined_retaddr.
1724
21b4b2f2
JB
17252005-04-05 Jim Blandy <jimb@redhat.com>
1726
1727 Move construction of IA-32 vector types to i386-tdep.c.
1728 * gdbtypes.c (build_builtin_type_vec64i,
1729 build_builtin_type_vec128i): Delete functions.
1730 (builtin_type_vec64i, builtin_type_vec128i): Delete variables.
1731 (build_gdbtypes): Don't initialize them.
1732 (_initialize_gdbtypes): Don't register GDBARCH swap entries for
1733 them.
1734 * gdbtypes.h (builtin_type_vec64i, builtin_type_vec128i): Delete
1735 declarations.
1736 (builtin_type_v2_float, builtin_type_v2_int32,
1737 builtin_type_v4_int16, builtin_type_v8_int8,
1738 builtin_type_v2_double, builtin_type_v4_float,
1739 builtin_type_v2_int64, builtin_type_v4_int32,
1740 builtin_type_v8_int16, builtin_type_v16_int8): Add extern
1741 declarations.
1742 * i386-tdep.c (i386_mmx_type, i386_sse_type): New variables.
1743 (i386_build_mmx_type, i386_build_sse_type): New functions.
1744 (i386_register_type): Call them, rather than referring to
1745 builtin_type_vec64i and builtin_type_vec128i.
1746
37c4d197
DJ
17472005-04-02 Daniel Jacobowitz <dan@codesourcery.com>
1748
1749 * mips-linux-tdep.c (mips_linux_o32_sigframe_init): Adjust
1750 big-endian correction code to not offset 32-bit registers.
1751 Locate floating point registers correctly.
1752
7509373f
MK
17532005-04-02 Mark Kettenis <kettenis@gnu.org>
1754
1755 * main.c: Update copyright year.
02dfa7de 1756 (captured_main): Avoid using strcpy and strcat.
7509373f 1757
9b3c083c
MS
17582005-04-01 Michael Snyder <msnyder@redhat.com>
1759
0c98cc2b
MS
1760 * dummy-frame.c (dummy_frame_sniffer): Optimization: don't bother
1761 computing this_id if there are no dummy frames on the stack.
1762
1fb1ca27
MS
1763 * mn10300-tdep.c (mn10300_frame_unwind_cache): Use
1764 find_partial_func instead of unwind_pc to identify frame.
1765 (mn10300_push_dummy_call): Handle struct args, struct_return.
1766
9b3c083c
MS
1767 * mn10300-prologue.c (set_movm_offsets): Don't test variable
1768 before setting it.
1769 * mn10300-tdep.c (mn10300_skip_prologue): Use analyze_prologue
1770 instead of skip_prologue_using_sal.
1771
186993b4
KB
17722005-03-31 Kevin Buettner <kevinb@redhat.com>
1773
1774 * solib-frv.c (struct lm_info): Add new field ``lm_addr''.
1775 (main_lm_addr): New static global.
1776 (frv_current_sos): Retain the link map address for each entry.
1777 (frv_clear_solib): Clear main_lm_addr.
1778 (frv_fetch_objfile_link_map): New function.
1779 * frv-tdep.c (frv_gdbarch_init): Register TLS load module fetcher.
1780 * frv-tdep.h (frv_fetch_objfile_link_map): Declare.
1781
b2756930
KB
17822005-03-31 Kevin Buettner <kevinb@redhat.com>
1783
1784 * gdbarch.sh (fetch_tls_load_module_address): New architecture method.
1785 * gdbarch.c, gdbarch.h: Regenerate.
1786 * dwarf2loc.c (dwarf_expr_tls_address): Fetch TLS load module
1787 address and pass this address, instead of the objfile address, to
1788 target_get_thread_local_address().
1789 * linux-thread-db.c (thread_db_get_thread_local_address): Change
1790 second parameter from type ``struct objfile *'' to CORE_ADDR. Do
1791 not call svr4_fetch_objfile_link_map() to fetch the load module
1792 address.
1793 * target.h (struct target_ops): Change second parameter of
1794 ``to_get_thread_local_address'' from ``struct objfile *'' to
1795 ``CORE_ADDR''.
1796 * alpha-linux-tdep.c (solib-svr4.h): Include.
1797 (alpha_linux_init_abi): Register TLS load module fetcher.
1798 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
1799 * hppa-linux-tdep.c (hppa_linux_init_abi): Likewise.
1800 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
1801 * ia64-linux-tdep.c (solib-svr4.h): Include.
1802 (ia64_linux_init_abi): Register TLS load module fetcher.
1803 * m32r-linux-tdep.c (m32r_linux_init_abi): Likewise.
1804 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
1805 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
1806 * s390-tdep.c (s390_gdbarch_init): Likewise.
1807 * sparc-linux-tdep.c (sparc32_linux_init_abi): Likewise.
1808 * sparc64-linux-tdep.c (solib-svr4.h): Include.
1809 (sparc64_linux_init_abi): Register TLS load module fetcher.
1810 * Makefile.in (alpha-linux-tdep.o, ia64-linux-tdep.o)
1811 (sparc-linux-tdep.o): Update dependencies.
1812
88750304
DJ
18132005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
1814
1815 * c-valprint.c (c_value_print): Fix up some formatting. Use
1816 check_typedef.
1817
adb8a87c
DJ
18182005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
1819
1820 * arm-linux-nat.c (store_register, store_regs): Handle
1821 ARM_PS_REGNUM.
1822
498b1f87
DJ
18232005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
1824
1825 * arm-linux-tdep.c (arm_linux_thumb_be_breakpoint)
1826 (arm_linux_thumb_le_breakpoint): New. Update comments.
1827 (arm_linux_init_abi): Set Thumb breakpoints also.
1828
842e1f1e
DJ
18292005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
1830
1831 * Makefile.in (arm-tdep.o): Update dependencies.
1832 * arm-tdep.c: Include "objfiles.h" and "dwarf2-frame.h".
1833 (arm_gdbarch_init): Register dwarf2_frame_sniffer.
1834
6d1eba4c
JB
18352005-03-28 Joel Brobecker <brobecker@adacore.com>
1836
1837 * irix5-nat.c (supply_fpregset): Fix bug that caused the FSR
1838 register value to be incorrectly written in the regcache.
1839 (fill_fpregset): Fix bug that caused the FSR register value
1840 to be incorrectly read from the regcache.
1841
fce5e386
DJ
18422005-03-28 Daniel Jacobowitz <dan@codesourcery.com>
1843
1844 * remote-rdi.c (arm_rdi_insert_breakpoint): Don't call
1845 arm_pc_is_thumb_dummy.
1846
f700a364
MK
18472005-03-28 Mark Kettenis <kettenis@gnu.org>
1848
8391b9b1
MK
1849 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): Handle
1850 StackGhost.
1851
f700a364
MK
1852 * sparc-tdep.c (sparc_supply_rwindow, sparc_collect_rwindow):
1853 Handle StackGhost in 64-bit code.
1854 * sparc64-tdep.c (sparc64_frame_prev_register): Handle StackGhost.
1855
8da8e0b3
CF
18562005-03-27 Christopher Faylor <cgf@timesys.com>
1857
1858 * win32-nat.c (handle_exception): Treat win32 routines which check for
1859 valid addresses as "special" and don't stop when a SEGV is detected.
1860 (get_child_debug_event): Properly flag exception as unhandled.
1861
5e5100cb
DJ
18622005-03-26 Daniel Jacobowitz <dan@codesourcery.com>
1863
1864 * cp-support.c (cp_class_name_from_physname): Rewrite.
1865 (unqualified_name_from_comp): New function, broken out from
1866 method_name_from_physname. Correct handling for typed names
1867 and templates.
1868 (method_name_from_physname): Use unqualified_name_from_comp.
1869 (cp_func_name, remove_params): Move earlier in the file. Add
1870 better comments. Use the component tree to parse the name.
1871 (_initialize_cp_support): Remove stray whitespace.
1872
a77f4086
MK
18732005-03-26 Mark Kettenis <kettenis@gnu.org>
1874
dc6a2ca4
MK
1875 * exec.c (bfdsec_to_vmap): Use strcmp instead of DEPRECATED_STREQ.
1876
59bb1042
MK
1877 * inflow.h: Update copyright year. Remove #ifdef SHORT_PGRP code.
1878 Callapse HAVE_TERMIO and HAVE_SGTTY.
1879
a77f4086
MK
1880 * dwarf2-frame.c (execute_cfa_program): Implement
1881 DW_CFA_GNU_window_save.
1882
4d6c7108
MK
18832005-03-25 Mark Kettenis <kettenis@gnu.org>
1884
bac6b012
MK
1885 * config/sparc/nbsd64.mh (NAT_FILE): Remove.
1886
4d6c7108
MK
1887 * config/i386/obsd64.mt (TDEPFILES): Add obsd-uthread.o.
1888
4bf7064c
DJ
18892005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
1890
1891 * arm-tdep.c (target_is_thumb, caller_is_thumb)
1892 (arm_pc_is_thumb_dummy): Remove.
1893 (arm_breakpoint_from_pc): Don't call arm_pc_is_thumb_dummy.
1894
170cd118
AG
18952005-03-25 Anthony Green <green@redhat.com>
1896
1897 * remote.c (remote_store_registers): Fix memset usage.
1898 * std-regs.c (value_of_builtin_frame_reg): Ditto.
1899 (value_of_builtin_frame_fp_reg): Ditto.
1900 (value_of_builtin_frame_reg): Ditto.
1901
3eb25fda
MM
19022005-03-25 Mark Mitchell <mark@codesourcery.com>
1903
dd5da072
MM
1904 * ser-base.c (ser_unix_write): Rename to ...
1905 (ser_base_write): ... this.
1906 (ser_unix_nop_flush_output): Rename to ...
1907 (ser_base_flush_output): ... this.
1908 (ser_unix_flush_input): Rename to ...
1909 (ser_base_flush_input): ... this.
1910 (ser_unix_nop_send_break): Rename to ...
1911 (ser_base_send_break): ... this.
1912 (ser_unix_nop_drain_output): Rename to ...
1913 (ser_base_drain_output): ... this.
1914 (ser_unix_nop_raw): Rename to ...
1915 (ser_base_raw): ... this.
1916 (ser_unix_nop_get_tty_state): Rename to ...
1917 (ser_base_set_tty_state): ... this.
1918 (ser_unix_nop_noflush_set_tty_state): Rename to ...
1919 (ser_base_noflush_set_tty_state): ... this.
1920 (ser_unix_nop_print_tty_state): Rename to ...
1921 (ser_base_print_tty_state): ... this.
1922 (ser_unix_nop_setbaudrate): Rename to ...
1923 (ser_base_setbaudrate): ... this.
1924 (ser_unix_nop_setstopbits): Rename to ...
1925 (ser_base_setstopbits): ... this.
1926 (ser_unix_async): Rename to ...
1927 (ser_base_async): ... this.
1928 * ser-base.h (ser_unix_write): Rename to ...
1929 (ser_base_write): ... this.
1930 (ser_unix_nop_flush_output): Rename to ...
1931 (ser_base_flush_output): ... this.
1932 (ser_unix_flush_input): Rename to ...
1933 (ser_base_flush_input): ... this.
1934 (ser_unix_nop_send_break): Rename to ...
1935 (ser_base_send_break): ... this.
1936 (ser_unix_nop_drain_output): Rename to ...
1937 (ser_base_drain_output): ... this.
1938 (ser_unix_nop_raw): Rename to ...
1939 (ser_base_raw): ... this.
1940 (ser_unix_nop_get_tty_state): Rename to ...
1941 (ser_base_set_tty_state): ... this.
1942 (ser_unix_nop_noflush_set_tty_state): Rename to ...
1943 (ser_base_noflush_set_tty_state): ... this.
1944 (ser_unix_nop_print_tty_state): Rename to ...
1945 (ser_base_print_tty_state): ... this.
1946 (ser_unix_nop_setbaudrate): Rename to ...
1947 (ser_base_setbaudrate): ... this.
1948 (ser_unix_nop_setstopbits): Rename to ...
1949 (ser_base_setstopbits): ... this.
1950 (ser_unix_async): Rename to ...
1951 (ser_base_async): ... this.
1952 * ser-pipe.c (_initialize_ser_pipe): Update accordingly.
1953 * ser-tcp.c (_initialize_ser_tcp): Likewise.
1954 * ser-unix.c (hardwire_flush_input): Likewise.
1955 (_initializer_ser_hardwire): Likewise.
1956
3eb25fda
MM
1957 * Makefile.in (SFILES): Add ser-base.c.
1958 (ser_base_h): New variable.
1959 (ser-base.o): New target.
1960 (ser-pipe.o): Depend on $(ser_base_h).
1961 (ser-tcp.o): Likewise.
1962 (ser-unix.o): Likewise. Do not depend on $(event_loop_h).
1963 * configure.ac (SER_HARDWIRE): Include ser-base.o where
1964 appropriate.
1965 * ser-base.c: New file.
1966 (push_event): Move from ser-unix.c.
1967 (fd_event): Likewise.
1968 (reschedule): Likewise.
1969 (ser_unix_write): Likewise.
1970 (ser_unix_nop_flush_output): Likewise.
1971 (ser_unix_flush_input): Likewise.
1972 (ser_unix_nop_send_break): Likewise.
1973 (ser_unix_nop_drain_output): Likewise.
1974 (ser_unix_nop_raw): Likewise.
1975 (ser_unix_nop_get_tty_state): Likewise.
1976 (ser_unix_nop_set_tty_state): Likewise.
1977 (ser_unix_nop_noflush_set_tty_state): Likewise.
1978 (ser_unix_nop_print_tty_state): Likewise.
1979 (ser_unix_nop_setbaudrate): Likewise.
1980 (ser_unix_nop_setstopbits): Likewise.
1981 (ser_unix_async): Likewise.
1982 * ser-base.h: New file.
1983 * ser-pipe.c (ser-base.h): Include it.
1984 * ser-tcp.c (ser-base.h): Likewise.
1985 * ser-unix.h (ser_unix_nop_flush_output): Remove.
1986 (ser_unix_flush_input): Likewise.
1987 (ser_unix_nop_send_break): Likewise.
1988 (ser_unix_nop_raw): Likewise.
1989 (ser_unix_nop_get_tty_state): Likewise.
1990 (ser_unix_nop_set_tty_state): Likewise.
1991 (ser_unix_nop_print_tty_state): Likewise.
1992 (ser_unix_nop_noflush_set_tty_state): Likewise.
1993 (ser_unix_nop_setbaudrate): Likewise.
1994 (ser_unix_nop_setstopbits): Likewise.
1995 (ser_unix_nop_drain_output): Likewise.
1996 (ser_unix_wait_for): Likewise.
1997 (ser_unix_write): Likewise.
1998 (ser_unix_async): Likewise.
1999 * ser-unix.c (event-loop.h): Do not include it.
2000 (push_event): Move to ser-base.c.
2001 (fd_event): Likewise.
2002 (reschedule): Likewise.
2003 (ser_unix_write): Likewise.
2004 (ser_unix_nop_flush_output): Likewise.
2005 (ser_unix_flush_input): Likewise.
2006 (ser_unix_nop_send_break): Likewise.
2007 (ser_unix_nop_drain_output): Likewise.
2008 (ser_unix_nop_raw): Likewise.
2009 (ser_unix_nop_get_tty_state): Likewise.
2010 (ser_unix_nop_set_tty_state): Likewise.
2011 (ser_unix_nop_noflush_set_tty_state): Likewise.
2012 (ser_unix_nop_print_tty_state): Likewise.
2013 (ser_unix_nop_setbaudrate): Likewise.
2014 (ser_unix_nop_setstopbits): Likewise.
2015 (ser_unix_async): Likewise.
2016 (ser_unix_wait_for): Make it static.
2017 * configure: Regenerated.
2018
8d5a9abc
MK
20192005-03-25 Mark Kettenis <kettenis@gnu.org>
2020
2021 * dwarf2-frame.h: Update copyrigh year.
2022 (enum dwarf2_frame_reg_rule): Add DWARF2_FRAME_REG_RA_OFFSET.
2023 * dwarf2-frame.c: Update copyright year.
2024 (struct dwarf2_frame_cache): Add member `retaddr_reg'.
2025 (dwarf2_frame_cache): Deal with DWARF2_FRAME_REG_RA_OFFSET.
2026 (dwarf2_frame_prev_register): Handle DWARF2_FRAME_REG_RA_OFFSET.
2027
b3041f52
MH
20282005-03-23 Martin Hunt <hunt@redhat.com>
2029
2030 * configure.ac: Remove -fwritable-strings from CFLAGS.
2031 * configure: Regenerate.
2032
6a069e57
MS
20332005-03-21 Michael Snyder <msnyder@redhat.com>
2034
2035 * mn10300-prologue.c (fix_frame_pointer): Delete.
2036 (set_movm_offsets) Don't return just because movm_args is
2037 zero -- still need to save pc and sp in saved_regs.
2038 (mn10300_analyze_prologue): Don't return prematurely without
2039 calling set_movm_offsets (for pc and sp at minimum).
2040
d3ea6809
MM
20412005-03-21 Mark Mitchell <mark@codesourcery.com>
2042
2043 * configure.ac (stat.st_blksize): Check for it.
2044 (getuid): Likewise.
2045 (getgid): Likewise.
2046 * configure: Regenerated.
2047 * config.in: Likewise.
2048 * remote-fileio.c (remote_fileio_to_fio_stat): Check
2049 HAVE_STRUCT_STAT_ST_BLKSIZE.
2050
d460b7f5
CF
20512005-03-21 Christopher Faylor <cgf@timesys.com>
2052
2053 * win32-nat.c (do_initial_child_stuff): Don't clear the thread list
2054 here.
2055 (do_initial_child_stuff): Move clearing of thread list to a place
2056 before a thread ould be created.
2057 (child_attach): Ditto.
2058
342ee437
MS
20592005-03-21 Michael Snyder <msnyder@redhat.com>
2060
2061 * mn10300-tdep.c (mn10300_frame_unwind_cache): Use func addr
2062 instead of pc addr for frame_id. Otherwise "until" won't work.
2063
4f0d78e0
KB
20642005-03-21 Kevin Buettner <kevinb@redhat.com>
2065
2066 * frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Fix typo in
2067 comment.
2068
80d9c592
MK
20692005-03-20 Mark Kettenis <kettenis@gnu.org>
2070
4dd04433
MK
2071 * dwarf2loc.c (dwarf_expr_tls_address): Mark addr as volatile.
2072 * varobj.c (my_value_equal): Mark val2 as volatile.
2073
ee426e0f 2074 * cp-names.y: Add prototype for yyparse.
80d9c592 2075
96ce45ca
DJ
20762005-03-19 Daniel Jacobowitz <dan@codesourcery.com>
2077
2078 * dwarf2loc.c (dwarf_expr_tls_address): Initialize ADDR.
2079 * gnu-v3-abi.c (gnuv3_baseclass_offset): Update type of
2080 VALADDR.
2081
93ad78a7
KB
20822005-03-18 Kevin Buettner <kevinb@redhat.com>
2083
2084 * Makefile.in (dwarf2loc.o, linux-thread-db.o): Add dependencies.
2085 * exceptions.h (TLS_NO_LIBRARY_SUPPORT_ERROR, TLS_GENERIC_ERROR)
2086 (TLS_LOAD_MODULE_NOT_FOUND_ERROR, TLS_NOT_ALLOCATED_YET_ERROR):
2087 New error/exception enums.
2088 * dwarf2loc.c (exceptions.h): Include.
2089 (dwarf_expr_tls_address): Invoke target_get_thread_local_address()
2090 via TRY_CATCH mechanism. Print error messages for TLS related
2091 exceptions.
2092 * linux-thread-db.c (thread_db_get_thread_local_address): Throw
2093 exceptions instead of printing errors.
2094
8cf46f62
MK
20952005-03-18 Mark Kettenis <kettenis@gnu.org>
2096
2097 * utils.c (safe_strerror): Use xsnprintf instead of sprintf.
2098 (decimal2str, octal2str): Change to return a string allocated by
2099 get_cell. Use xsnprint instead of snprintf.
2100 (paddr_u, paddr_d): Adjust for changed calling convention of
2101 decimal2str.
2102 (phex, phex_nz, hex_string): Use xsnprintf instead of snprintf.
2103 (int_string): Likewise. Adjust for changed calling convention of
2104 decimal2str and octal2str.
2105
f79d2c3c
KB
21062005-03-18 Kevin Buettner <kevinb@redhat.com>
2107
2108 * frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Update comments.
2109 Adjust incorrectly computed constant for realtime signal frame.
2110
8cf46f62 21112005-03-18 Mark Kettenis <kettenis@gnu.org>
eb308878
MK
2112
2113 From Ralf Corsepius <ralf.corsepius@rtems.org>
2114 * configure.tgt: Add m68*-*-rtems*.
2115
06648491
MK
21162005-03-17 Mark Kettenis <kettenis@gnu.org>
2117
bde2058d
MK
2118 * defs.h (xsnprintf): New prototype.
2119 * utils.c (xsnprintf): New function.
2120
3ecda457
MK
2121 * corelow.c (get_core_register_section): Replace usage of sprintf
2122 and strcpy with xstrprintf and xstrdup.
2123
06648491
MK
2124 * mips-tdep.c (mips_single_step_through_delay): Put back check for
2125 breakpoint lost with the introduction of this function.
2126
16aff9a6
PB
21272005-03-17 Paul Brook <paul@codesourcery.com>
2128
2129 * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Fix broken logic.
2130 * s390-tdep.c (s390_dwarf_reg_to_regnum): Ditto.
2131
6d318c73
MM
21322005-03-16 Mark Mitchell <mark@codesourcery.com>
2133
ec442778
MM
2134 * event-top.c (handle_sigquit): Do not define for systems without
2135 SIGQUIT.
2136 (sigquit_token): Likewise.
2137 (async_init_signals): Allow for systems that do not
6d318c73
MM
2138 define SIGQUIT.
2139 * ser-tcp.c (net_open): Allow for systems that do not have SIGPIPE.
2140
9b265ec2
MM
21412005-03-15 Mark Mitchell <mark@codesourcery.com>
2142
2143 * utils.c (internal_vproblem): Guard call to fork with
2144 HAVE_WORKING_FORK.
2145 * cli/cli-cmds.c (shell_escape): Guard call to vfork with
2146 HAVE_WORKING_VFORK and HAVE_WORKING_FORK.
2147
2148 * remote-fileo.c (remote_fileio_mode_to_host): Accomodate lack of
2149 S_IRGRP and related macros.
2150 (remote_fileio_mode_to_target): Likewise.
2151
3ae642fd
BE
21522005-03-14 Ben Elliston <bje@au.ibm.com>
2153
2154 * Makefile.in (CLIBS): Link libbfd after libopcodes, as it is a
2155 more primitive library.
2156
80d9c592 21572005-03-13 Mark Kettenis <kettenis@gnu.org>
fd0a2a6f
MK
2158
2159 * inf-ttrace.c (inf_ttrace_pid_to_str): Use snprintf instead of
2160 sprintf.
2161 * target.c (normal_pid_to_str): Likewise.
2162 * remote.c (remote_pid_to_str): Use snprint instead of sprintf.
2163 Change capitalization of "thread". Use ptid_get_pid instead of
2164 GETPID.
049742da
MK
2165
2166 * cp-abi.c (set_cp_abi_as_auto_default): Use xasprintf instead of
2167 a combination of xmalloc and sprintf.
2168
ca231fcc
JB
21692005-03-13 Jim Blandy <jimb@redhat.com>
2170
2171 * configure.ac: Use '=', not '=='; the latter is a GNU extension.
2172 * configure: Regenerated.
2173
b80b83f3
MS
21742005-03-11 Michael Snyder <msnyder@redhat.com>
2175
2176 * mn10300-tdep.c (mn10300_dummy_unwind_dummy_id): Replace
2177 stub fn with real implementatin mn10300_unwind_dummy_id.
2178 (mn10300_push_dummy_call): Implement. Bare bones version,
2179 does not handle structs or floats.
2180
1f8ca57c
JB
21812005-03-11 Jim Blandy <jimb@redhat.com>
2182
a3b362c4
JB
2183 Avoid warnings due to the use of -Wuninitialized without -O.
2184 * configure.ac (build_warnings): Include -Wuninitialized only if
2185 CFLAGS is unset at configure time, or CFLAGS is set and includes
2186 some -O option other than -O0.
2187 * configure: Regenerated.
2188
1f8ca57c
JB
2189 * mips-tdep.c (show_mips_abi): Change calling conventions to match
2190 those expected by add_setshow_enum_cmd. Use 'file' argument as
2191 appropriate.
2192
fb4c6eba
DJ
21932005-03-10 Daniel Jacobowitz <dan@codesourcery.com>
2194
2195 * Makefile.in (SFILES): Add cp-names.y.
2196 (libiberty_h, safe_ctype_h): New.
2197 (YYFILES): Add cp-names.c.
2198 (YYOBJ): Add cp-names.o.
2199 (test-cp-names.o, test-cp-names$(EXEEXT), cp-names.o): New rules.
2200 (clean): Remove test-cp-names$(EXEEXT).
2201 (local-maintainer-clean): Remove cp-names.c.
2202 * cp-names.y: New file.
2203 * cp-support.c (find_last_component): Delete.
2204 (d_left, d_right): Define.
2205 (cp_canonicalize_string, mangled_name_to_comp): New functions.
2206 (cp_class_name_from_physname, method_name_from_physname): Rewrite
2207 to use mangled_name_to_comp.
2208 * cp-support.h (cp_canonicalize_string, cp_demangled_name_to_comp)
2209 (cp_comp_to_string): New prototypes.
2210 * config/djgpp/fnchange.lst: Add cp-names.c.
2211
5b93de64
BR
22122005-03-10 Bob Rossi <bob@brasko.net>
2213
fb4c6eba 2214 * main.c (print_gdb_help): Remove the --[no]async help message.
5b93de64 2215
54433e38
MK
22162005-03-10 Mark Kettenis <kettenis@gnu.org>
2217
2218 * proc-api.c: Update copyright year.
2219 (_initialize_proc_api): Revert previous patch, removing spurious
2220 space instead.
2221
d2f0b918
JB
22222005-03-09 Joel Brobecker <brobecker@adacore.com>
2223
2224 * regcache.c: Fix typo in comment.
2225
e9274dd8
DL
22262005-03-09 David Lecomber <david@lecomber.net>
2227
2228 * proc-api.c (_initialize_proc_api): Fix invalid multi-line
2229 i18n text.
2230
5b2d44a0
MK
22312005-03-09 Mark Kettenis <kettenis@gnu.org>
2232
2233 * sparc-tdep.c (sparc_frame_cache): Adjust cached frame base
2234 address for 64-bit code.
2235 (sparc_unwind_dummy_id): Likewise.
2236 * sparc64-tdep.c (sparc64_frame_prev_register): Adjust for new
2237 frame base address convention.
2238 (sparc64_push_dummy_call): Likewise.
2239 * sparc64nbsd-tdep.c: Update copyright year.
2240 (sparc64nbsd_sigcontext_frame_cache): Adjust cached frame base
2241 address for 64-bit code.
2242 (sparc64nbsd_init_abi): Tweak comment.
2243 * sparc64obsd-tdep.c: Update copyright year.
2244 (sparc64obsd_frame_cache): Adjust cached frame base address for
2245 64-bit code.
2246 (sparc64obsd_init_abi): Tweak comment.
2247
8d19ca47 22482005-03-09 Corinna Vinschen <vinschen@redhat.com>
5b5464ad 2249
8d19ca47
CV
2250 * exceptions.h (TRY_CATCH): Define setjmp/sigsetjmp macro safe.
2251
22522005-03-09 Joel Brobecker <brobecker@adacore.com>
2253
2254 * dwarf2read.c (dwarf_decode_lines): Use the complete filename
2255 when creating include psymtabs.
5b5464ad 2256
1bf1958d
MM
22572005-03-08 Mark Mitchell <mark@codesourcery.com>
2258
2259 * environ.h (struct environ): Rename to ...
2260 (struct gdb_environ): ... this.
2261 (make_environ): Update prototype.
2262 (free_environ): Likewise.
2263 (init_environ): Likewise.
2264 (get_in_environ): Likewise.
2265 (set_in_environ): Likewise.
2266 (unset_in_environ): Likewise.
2267 (environ_vector): Likewise.
2268 * environ.c (make_environ): Replace "struct environ" with "struct
2269 gdb_environ".
2270 (free_environ): Likewise.
2271 (init_environ): Likewise.
2272 (environ_vector): Likewise.
2273 (get_in_environ): Likewise.
2274 (set_in_environ): Likewise.
2275 (unset_in_environ): Likewise.
2276 * infcmd.c (inferior_environ): Likewise.
2277 * inferior.h (inferior_environ): Likewise.
2278
f67a969f
JB
22792005-03-08 Joel Brobecker <brobecker@adacore.com>
2280
2281 * infcmd.c (run_command_1): New function, extracted from
2282 run_command.
2283 (run_command): Replace implementation by call to run_command_1.
2284 (start_command): Use run_command_1 to insert the temporary
2285 breakpoint and run the program. Remove code that's no longer
2286 needed, as already done at the proper time by run_command_1.
2287
c0501be5
DJ
22882005-03-08 Daniel Jacobowitz <dan@codesourcery.com>
2289
2290 * symfile.c (clear_symtab_users): Call
2291 clear_current_source_symtab_and_line first.
2292
549678da
NS
22932005-03-08 Nathan Sidwell <nathan@codesourcery.com>
2294
36e9969c
NS
2295 * ax-gdb.c (gen_expr): Add UNOP_PLUS case.
2296 * c-exp.y (exp): Add unary plus.
2297 * eval.c (evaluate_subexp_standard): Add UNOP_PLUS case.
2298 * valarith.c (value_x_unop): Add UNOP_PLUS case.
2299 (value_pos): New.
2300 * value.h (value_pos): Declare.
2301
3de11b2e
NS
2302 * remote.c (MIN_REMOTE_PACKET_SIZE): Set to 20.
2303 (remote_fetch_registers): Allow uppercase hex when resyncing.
2304 (remote_write_bytes): Only call get_memory_write_packet_size once.
2305 Robustify packet size calculation for very small packets. Check
2306 that at least one byte will be written.
2307
549678da
NS
2308 * tracepoint.c (target_is_remote): Allow extended-remote.
2309 (struct collection_list): Allow 256 registers, like the comment
2310 said.
2311 (add_memrange): Fix comment.
2312 (read_actions): Turn EOF into 'end'.
2313
20be272b
CV
23142005-03-08 Corinna Vinschen <vinschen@redhat.com>
2315
2316 * Makefile.in: Add dependencies for iq2000-tdep.o.
2317 * configure.tgt: Add iq2000-*-* target.
2318 * iq2000-tdep.c: New file.
2319 * config/iq2000/iq2000.mt: New file.
2320
ea53e89f
JB
23212005-03-07 Joel Brobecker <brobecker@adacore.com>
2322
2323 * doc/observer.texi (executable_changed): New observer.
2324 * symtab.c: Include "observer.h".
2325 (find_main_name): New function.
2326 (main_name): If name_of_main is unset, then compute it
2327 using find_main_name.
2328 (symtab_observer_executable_changed): New function.
2329 (_initialize_symtab): Attach executable_changed observer.
2330 * exec.c: Include "observer.h".
2331 (exec_file_attach): Emit executable_changed notification.
2332 * symfile.c: Include "observer.h".
2333 (reread_symbols): Send an executable_changed if appropriate.
2334 * Makefile.in (exec.o): Add dependency on observer.h.
2335 (symfile.o): Likewise.
2336 (symtab.o): Likewise.
2337
bb044262
DJ
23382005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
2339
2340 * findvar.c (read_var_value): Don't allocate V when it will not
2341 be used. Add missing break for LOC_INDIRECT.
2342
9e07977b
MK
23432005-03-06 Mark Kettenis <kettenis@gnu.org>
2344
2345 * sparc64fbsd-tdep.c: Include "solib-svr4.h".
2346 (sparc64fbsd_init_abi): Set skip_trampoline_code and
2347 solib_svr4_fetch_link_map_offsets.
2348 * Makefile.in (sparc64fbsd-tdep.o): Update dependencies.
2349
88d7a738 23502005-03-06 Daniel Jacobowitz <dan@codesourcery.com>
f75c00e4
DJ
2351
2352 * linux-nat.c (child_follow_fork): Call target_terminal_ours before
2353 printing output. Use fprintf_unfiltered. Only print output when
2354 debugging.
2355
e5a8e242 23562005-03-05 Mark Kettenis <kettenis@gnu.org>
e219d7ce
MK
2357
2358 * sparc64-tdep.c (sparc64_store_floating_fields): Constify third
2359 argument.
2360 (sparc64_store_arguments): Constify.
2361
dda5f19a
MK
23622005-03-05 Mark Kettenis <kettenis@gnu.org>
2363
0d6e4ad7
MK
2364 * alphabsd-nat.c: Update copyright year. Include "inf-ptrace.h".
2365 (alphabsd_fetch_inferior_registers): Rename from
2366 fetch_inferior_registers. Make static.
2367 (alphabsd_store_inferior_registers): Rename from
2368 store_inferior_registers. Make static.
2369 (_initialize_alphabsd_nat): New function.
2370 * Makefile.in (alphabsd-nat.o): Update dependencies.
2371 * config/alpha/fbsd.mh (NATDEPFILES): Remove infptrace.o and
2372 inftarg.o. Add inf-ptrace.o, fbsd-nat.o and gcore.o.
2373 * config/alpha/nbsd.mh (NAT_CLIBS): Remove variable.
2374 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
2375 alphabsd-nat.o.
2376 * config/alpha/nm-fbsd.h: Update copyright year. Don't include
2377 "config/nm-bsd.h" and "elf/common.h".
2378 * config/alpha/nm-nbsd.h: Update copyright year. Don't include
2379 "config/nm-nbsd.h".
2380
dda5f19a
MK
2381 * mips64obsd-tdep.c (mips64obsd_init_abi): Don't set
2382 software_single_step.
2383
aac71672
MS
23842005-03-04 Michael Snyder <msnyder@redhat.com>
2385
2386 * mn10300-prologue.c: New file. Prologue analysis.
2387 * mn10300-tdep.c: Move REGNUM values to mn10300-tdep.h.
2388 (mn10300_frame_unwind_cache): Don't call trad_frame_set_id
2389 until after analyze_prologue, and don't call trad_frame_set_base
2390 at all (let analyze_prologue do it).
2391
61e784e7
MS
23922005-03-04 Michael Snyder <msnyder@redhat.com>
2393
2394 * trad-frame.c (trad_frame_set_reg_value): New function.
2395 * trad-frame.h (trad_frame_set_reg_value): Export.
2396
6867ae3e
DJ
23972005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
2398
2399 * Makefile.in (remote.o): Update dependencies.
2400 * remote.c: Include "observer.h".
2401
f90221d3
DJ
24022005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
2403
2404 * target.c (target_read_memory_partial): Always initialize
2405 ERR.
2406 (target_write_memory_partial): Likewise.
2407
e20b4638
DJ
24082005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2409
2410 * remote.c (remote_open_1): Call observer_notify_inferior_created.
2411
909cf6ea
DJ
24122005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2413
2414 * arm-tdep.c (arm_make_stub_cache, arm_stub_this_id)
2415 (arm_stub_unwind, arm_stub_unwind_sniffer): New.
2416 (arm_gdbarch_init): Add arm_stub_unwind_sniffer.
2417
d3587048
DJ
24182005-03-02 Daniel Jacobowitz <dan@codesourcery.com>
2419
2420 * linux-nat.c (linux_supports_tracevforkdone, child_follow_fork):
2421 Use LWP IDs.
2422
806048c6
DJ
24232005-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2424
2425 * dwarf2loc.c (loclist_read_variable): Set optimized_out
2426 instead of reporting an error.
2427 * valprint.c (value_check_printable): New function.
2428 (common_val_print): New function. Use value_check_printable.
2429 (value_print): Use value_check_printable.
2430 * value.h (common_val_print): Add prototype.
2431
2432 * c-valprint.c (c_val_print): Use common_val_print.
2433 * cp-valprint.c (cp_print_value_fields): Likewise.
2434 (cp_print_hpacc_virtual_table_entries): Likewise.
2435 * f-valprint.c (f_val_print): Likewise.
2436 * jv-valprint.c (java_value_print, java_print_value_fields):
2437 Likewise.
2438 * scm-valprint.c (scm_value_print): Likewise.
2439 * stack.c (print_frame_args): Likewise.
2440 * varobj.c (c_value_of_variable): Likewise.
2441 * p-valprint.c (pascal_val_print, pascal_value_print): Likewise.
2442 (pascal_object_print_value_fields): Likewise. Update call to
2443 pascal_object_print_static_field.
2444 (pascal_object_print_static_field): Remove TYPE argument. Use
2445 common_val_print.
2446
dd373385
EZ
24472005-02-25 Mark Kettenis <kettenis@gnu.org>
2448
2449 Committed by Elena Zannoni <ezannoni@redhat.com>
2450
2451 * dwarf2read.c (dwarf2_build_psymtabs_hard): Adjust
2452 info_ptr before building psymtabs for included files.
2453 (create_all_comp_units): Initailize initial length size of
2454 compilation header to zero.
2455 (read_initial_length): Complain if both 32-bit and 64-bit DWARF
2456 sections are encountered within the same compilation header.
2457 (dwarf_decode_line_header): Pass compilation header in call to
2458 read_initial_length.
2459
920d2a44
AC
24602005-02-24 Andrew Cagney <cagney@gnu.org>
2461
2462 Add show_VARIABLE functions, update add_setshow call.
2463 * varobj.c (_initialize_varobj, show_varobjdebug): Add and update.
2464 * valprint.c (_initialize_valprint, show_print_max)
2465 (show_stop_print_at_null, show_repeat_count_threshold)
2466 (show_prettyprint_structs, show_unionprint)
2467 (show_prettyprint_arrays, show_addressprint, show_input_radix)
2468 (show_output_radix): Ditto.
2469 * valops.c (_initialize_valops, show_overload_resolution): Ditto.
2470 * utils.c (initialize_utils, show_chars_per_line)
2471 (show_lines_per_page, show_demangle, show_pagination_enabled)
2472 (show_sevenbit_strings, show_asm_demangle): Ditto
2473 * tui/tui-win.c (_initialize_tui_win, show_tui_border_kind)
2474 (show_tui_border_mode, show_tui_active_border_mode): Ditto.
2475 * top.c (init_main, show_new_async_prompt)
2476 (show_async_command_editing_p, show_write_history_p)
2477 (show_history_size, show_history_filename, show_caution)
2478 (show_annotation_level, init_main): Ditto.
2479 * target.c (initialize_targets, show_targetdebug)
2480 (show_trust_readonly): Ditto.
2481 * symfile.c (_initialize_symfile, show_symbol_reloading)
2482 (show_ext_args, show_download_write_size)
2483 (show_debug_file_directory): Ditto.
2484 * source.c (_initialize_source, show_lines_to_list): Ditto.
2485 * solib.c (_initialize_solib, show_auto_solib_add)
2486 (show_solib_search_path): Ditto.
2487 * p-valprint.c (_initialize_pascal_valprint)
2488 (show_pascal_static_field_print): Ditto.
2489 * printcmd.c (_initialize_printcmd, show_max_symbolic_offset)
2490 (show_print_symbol_filename): Add and update.
2491 * parse.c (_initialize_parse, show_expressiondebug): Dito.
2492 * observer.c (_initialize_observer, show_observer_debug): Dito.
2493 * maint.c (_initialize_maint_cmds, show_watchdog)
2494 (show_maintenance_profile_p): Dito.
2495 * linux-nat.c (_initialize_linux_nat, show_debug_linux_nat): Dito.
2496 * infrun.c (_initialize_infrun, show_debug_infrun)
2497 (show_stop_on_solib_events, show_follow_fork_mode_string)
2498 (show_scheduler_mode, show_step_stop_if_no_debug): Ditto.
2499 * infcall.c (_initialize_infcall, show_coerce_float_to_double_p)
2500 (show_unwind_on_signal_p): Ditto.
2501 * gdbtypes.c (build_gdbtypes, show_opaque_type_resolution)
2502 (_initialize_gdbtypes, show_overload_debug): Ditto.
2503 * gdb-events.c, gdb-events.sh (_initialize_gdb_events)
2504 (show_gdb_events_debug): Ditto.
2505 * gdbarch.c, gdbarch.sh (show_gdbarch_debug)
2506 (_initialize_gdbarch): Ditto.
2507 * frame.c (_initialize_frame, show_backtrace_past_main)
2508 (show_backtrace_past_entry, show_backtrace_limit)
2509 (show_frame_debug): Ditto.
2510 * exec.c (_initialize_exec, show_write_files): Ditto.
2511 * dwarf2read.c (_initialize_dwarf2_read)
2512 (show_dwarf2_max_cache_age): Ditto.
2513 * demangle.c (_initialize_demangler)
2514 (show_demangling_style_names): Ditto.
2515 * dcache.c (_initialize_dcache, show_dcache_enabled_p): Ditto.
2516 * cp-valprint.c (show_static_field_print)
2517 (_initialize_cp_valprint, show_vtblprint, show_objectprint): Ditto.
2518 * corefile.c (_initialize_core, show_gnutarget_string): Ditto.
2519 * cli/cli-logging.c (_initialize_cli_logging)
2520 (show_logging_overwrite, show_logging_redirect)
2521 (show_logging_filename): Ditto.
2522 * cli/cli-cmds.c (show_info_verbose, show_history_expansion_p)
2523 (init_cli_cmds, show_baud_rate, show_remote_debug)
2524 (show_remote_timeout, show_max_user_call_depth): Ditto.
2525 * charset.c (show_host_charset_name, show_target_charset_name)
2526 (initialize_charset): Ditto.
2527 * breakpoint.c (show_can_use_hw_watchpoints)
2528 (show_pending_break_support, _initialize_breakpoint): Ditto.
2529
2877b4cc
JB
25302005-02-23 Jim Blandy <jimb@redhat.com>
2531
2532 * disasm.c (gdb_disassemble_info): Call disassemble_init_for_target.
2533
e9c55a7b
AC
25342005-02-23 Andrew Cagney <cagney@gnu.org>
2535
2536 * cli/cli-dump.c (dump_bfd_file): Replace magic constant with
2537 SEC_XXX flags.
2538
04ac69aa
AC
25392005-02-22 Andrew Cagney <cagney@gnu.org>
2540
2541 * configure.ac: Only enaable insight when itcl is present.
2542 * configure: Re-generate.
2543
3470a02f
AC
25442005-02-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2545
2546 Committed by Andrew Cagney.
2547 * infptrace.c (store_register): Fix typo.
2548
b66df561
AC
25492005-02-21 Andrew Cagney <cagney@gnu.org>
2550
2551 * command.h (deprecated_add_set_cmd): Rename add_set_cmd.
2552 * cli/cli-decode.h (add_set_cmd): Delete declaration.
2553 * cli/cli-decode.c (deprecated_add_set_cmd): Rename add_set_cmd.
2554 * i386-nat.c (_initialize_i386_nat): Update call.
2555 * valprint.c (_initialize_valprint): Update comment.
2556 * gnu-nat.c (_initialize_gnu_nat): Update call.
2557
85e3476f
AM
25582005-02-21 Alan Modra <amodra@bigpond.net.au>
2559
2560 * elfread.c (elf_symtab_read): Discard section syms.
2561
4d28ad1e
AC
25622005-02-21 Andrew Cagney <cagney@gnu.org>
2563
eefe576e
AC
2564 * cli/cli-decode.c (add_set_enum_cmd): Delete function.
2565 (deprecated_add_show_from_set): Delete function.
2566 * command.h (add_set_enum_cmd): Delete declaration.
2567 (deprecated_add_show_from_set): Delete declaration.
2568 * cli/cli-decode.h (add_set_enum_cmd): Delete declaration.
2569 (deprecated_add_show_from_set): Delete declaration.
2570 * arm-tdep.c (_initialize_arm_tdep): Update comment.
2571 * kod.c (kod_set_os): Simplify.
2572 * infrun.c (set_schedlock_func): Simplify.
2573 * cli/cli-dump.c (add_dump_command): Update comment.
2574
525226b5
AC
2575 Replace string variables with a filename completer with
2576 add_setshow_optional_filename_cmd.
2577 * solib.c, symfile.c: Update.
2578 * cli/cli-setshow.c: Do not tidle expand the file.
2579
4d28ad1e
AC
2580 Add more uses of add_setshow_string_cmd, add_setshow_integer_cmd,
2581 and add_setshow_string_noescape_cmd.
2582 * cli/cli-setshow.c (deprecated_show_value_hack): Do not print a
2583 NULL command's value.
2584 * kod.c, language.c, ocd.c, remote-e7000.c, remote-mips.c: Update.
2585 * remote-sds.c, remote.c, symfile.c, top.c: Update.
2586
942fd9fe
AC
25872005-02-20 Andrew Cagney <cagney@gnu.org>
2588
7ab04401
AC
2589 Use add_setshow_enum_cmd through out.
2590 * arch-utils.c, charset.c, demangle.c, i386-tdep.c: Update.
2591 * infrun.c, mips-tdep.c, osabi.c, serial.c, tui/tui-win.c: Update.
2592
78f5381d
AC
2593 * mi/mi-main.c (captured_mi_execute_command): Use
2594 mi_cmd_interpreter_exec.
2595
b4b4ac0b
AC
2596 * cli/cli-decode.c (add_setshow_optional_filename_cmd): New
2597 function.
2598 * cli/cli-setshow.c (deprecated_show_value_hack)
2599 (do_setshow_command): Handle var_optional_filename.
2600 * command.h (enum var_types): Add var_optional_filename.
2601 (add_setshow_optional_filename_cmd): Declare.
2602 * infcmd.c (notice_args_read): Use.
2603
942fd9fe
AC
2604 * symfile-mem.c (symbol_file_add_from_memory): Pass
2605 target_read_memory to bfd_elf_bfd_from_remote_memory.
2606 (do_target_read_memory): Delete.
2607
a6c442d8
MK
26082005-02-16 Mark Kettenis <kettenis@gnu.org>
2609
2610 * value.h (value_contents_equal): New prototype.
2611 * value.c (value_contents_equal): New function.
2612 * varobj.c: Include "exceptions.h" and "gdb_assert.h". Don't
2613 include <math.h>.
2614 (varobj_set_value): Initialize error to zero.
2615 (varobj_update): Rename error2 to error and initialize it to zero.
2616 Slightly change the wording of some comments.
2617 (my_value_equal): Reimplement using TRY_CATCH and
2618 value_contents_equal.
2619
5bf193a2
AC
26202005-02-18 Andrew Cagney <cagney@gnu.org>
2621
c0d88b1b
AC
2622 * cli/cli-decode.c (add_setshow_integer_cmd): New function.
2623 * command.h (add_setshow_integer_cmd): Declare.
2624 * cli/cli-cmds.c: Update.
2625
35096d9d
AC
2626 Use add_setshow_uinteger_cmd through out.
2627 * printcmd.c, source.c, utils.c, valprint.c: Update.
2628
85c07804
AC
2629 Use add_setshow_zinteger_cmd through out. Re-sync gdbarch.sh
2630 and gdbarch.c.
2631 * breakpoint.c, frame.c, gdb-events.sh, gdbarch.sh: Update.
2632 * gdbtypes.c, infrun.c, linux-nat.c, maint.c, monitor.c: Update.
2633 * pa64solib.c, parse.c, remote-mips.c, ser-go32.c: Update.
2634 * serial.c, solib-frv.c, somsolib.c, target.c, top.c: Update.
2635 * varobj.c, cli/cli-cmds.c: Update.
2636 * gdbarch.c, gdb-events.c: Regenerate.
2637
5bf193a2
AC
2638 Use add_setshow_boolean_command through out. Delete #ifdef 0'ed
2639 code adding set/show boolean commands.
2640 * cp-valprint.c, dcache.c, exec.c, gdbtypes.c, infrun.c: Update.
2641 * monitor.c, p-valprint.c, pa64solib.c, printcmd.c: Update.
2642 * proc-api.c, remote-mips.c, remote.c, solib.c: Update.
2643 * somsolib.c, symfile.c, top.c, utils.c, valops.c: Update.
2644 * valprint.c, win32-nat.c, wince.c, xcoffsolib.c: Update.
2645 * cli/cli-cmds.c: Update.
2646
2c5b56ce
AC
26472005-02-17 Andrew Cagney <cagney@gnu.org>
2648
f397e303
AC
2649 * cli/cli-decode.c (add_setshow_filename_cmd): Set the completer
2650 to filename_completer.
2651 * solib.c (_initialize_solib, reload_shared_libraries): Use
2652 add_setshow_filename_cmd.
2653 * serial.c (_initialize_serial): Ditto.
2654 * remote-utils.c (_initialize_sr_support): Ditto.
2655
26c41df3
AC
2656 * cli/cli-decode.c (add_setshow_string_noescape_cmd): New function.
2657 * command.h (add_setshow_string_noescape_cmd): Declare.
2658 * wince.c (_initialize_wince): Use.
2659 * symfile.c (_initialize_symfile): Use.
2660 (set_ext_lang_command): Update declaration.
2661 * corefile.c (_initialize_core): Use.
2662
2c5b56ce
AC
2663 * cli/cli-decode.c (add_setshow_cmd_full, add_setshow_enum_cmd)
2664 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
2665 (add_setshow_filename_cmd, add_setshow_string_cmd)
2666 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
2667 fprint_setshow parameter.
2668 * command.h (fprint_setshow_ftype): Delete.
2669 (add_setshow_cmd_full, add_setshow_enum_cmd)
2670 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
2671 (add_setshow_filename_cmd, add_setshow_string_cmd)
2672 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
2673 fprint_setshow parameter.
2674 * aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
2675 * complaints.c, cris-tdep.c, dwarf2read.c, frame.c: Update.
2676 * hppa-tdep.c, infcall.c, m32r-rom.c, maint.c: Update.
2677 * mips-tdep.c, nto-tdep.c, observer.c, remote-rdi.c: Update
2678 * remote.c, target.c, cli/cli-logging.c: Update.
2679
08546159
AC
26802005-02-16 Andrew Cagney <cagney@gnu.org>
2681
2682 Merge setshow print and show parameters.
2683 * command.h (show_value_ftype): Define.
2684 (deprecated_show_value_hack): Declare.
2685 (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
2686 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
2687 (add_setshow_string_cmd, add_setshow_uinteger_cmd)
2688 (add_setshow_zinteger_cmd): Change type of show_func to
2689 show_value_ftype.
2690 * cli/cli-decode.h (struct cmd_list_element): Replace
2691 fprint_setshow with show_value_func.
2692 * cli/cli-decode.c (add_setshow_cmd_full): Update show_func
2693 parameter. Set show_value_func. Do not set cmd_sfunc.
2694 (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
2695 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
2696 (add_setshow_string_cmd, add_setshow_uinteger_cmd)
2697 (add_setshow_zinteger_cmd): Update.
2698 * complaints.c (complaints_show_value): Replace
2699 fprint_setshow_complaints.
2700 (_initialize_complaints): Update.
2701 * mips-tdep.c (show_mask_address): Update.
2702 * arm-tdep.c (show_fp_model): Update.
2703 * cli/cli-setshow.c (do_setshow_command): Call show_value_func
2704 instead of fprint_setshow. Use deprecated_show_value_hack.
2705 (deprecated_show_value_hack): New function.
2706 * remote.c (add_packet_config_cmd, show_remote_cmd):
2707 (show_remote_protocol_P_packet_cmd)
2708 (show_remote_protocol_P_packet_cmd)
2709 (show_remote_protocol_Z_access_wp_packet_cmd)
2710 (show_remote_protocol_Z_hardware_bp_packet_cmd)
2711 (show_remote_protocol_Z_packet_cmd)
2712 (show_remote_protocol_Z_read_wp_packet_cmd)
2713 (show_remote_protocol_Z_software_bp_packet_cmd)
2714 (show_remote_protocol_Z_write_wp_packet_cmd)
2715 (show_remote_protocol_binary_download_cmd)
2716 (show_remote_protocol_p_packet_cmd)
2717 (show_remote_protocol_qPart_auxv_packet_cmd)
2718 (show_remote_protocol_qSymbol_packet_cmd)
2719 (show_remote_protocol_vcont_packet_cmd): Update.
2720
1c7b1e5a
MK
27212005-02-16 Mark Kettenis <kettenis@gnu.org>
2722
2723 * wrapper.h: Update copyright year. Properly wrap a few
2724 prototypes.
2725 (struct gdb_wrapper_arguments): Remove forward declaration.
2726 * wrapper.c: Update copyright year. Include "ui-out.h".
2727 (struct gdb_wrapper_arguments): Remove.
2728 (struct captured_value_struct_elt_args): Remove.
2729 (wrapper_parse_exp_1, wrap_evaluate_expression)
2730 (wrap_value_fetch_lazy, wrap_value_equal, wrap_value_assign)
2731 (wrap_value_subscript, wrap_value_ind, wrap_parse_and_eval_type)
2732 (do_captured_value_struct_elf): Remove functions.
2733 (gdb_parse_exp_1, gdb_evaluate_expression, gdb_value_fetch_lazy)
2734 (gdb_value_equal, gdb_value_assign, gdb_value_subscript)
2735 (gdb_value_ind, gdb_parse_and_eval_type, gdb_value_struct_elt):
2736 Re-implement using TRY_CATCH.
2737
7124f6fb
YS
27382005-02-16 Yoshinori Sato <ysato@users.sourceforge.jp>
2739
2740 * remote-e7000.c: unuse TM_FILE defined macro.
2741 (e7000_fetch_registers)
2742 (e7000_store_registers)
2743 (e7000_wait): delete NUM_REALREGS.
2744 * remote-hms.c: move TM_FILE macro.
2745 (CCR_REGNO): move define from tm-h8300.h.
2746
55e5a6d0
MK
27472005-02-15 Mark Kettenis <kettenis@gnu.org>
2748
2749 * amd64-linux-tdep.c: Update copyright year.
a348ae87
MK
2750 (amd64_linux_sigtramp_start): Use sizeof operator instead of
2751 LINUX_SIGTRAMP_LEN.
55e5a6d0 2752
77ef991d
JB
27532004-02-15 Joel Brobecker <brobecker@gnat.com>
2754
2755 From Paul Hilfinger <hilfinger@gnat.com>
2756 * dwarf2read.c (new_symbol): Use SYMBOL_SEARCH_NAME rather than
2757 SYMBOL_NATURAL_NAME to set type names.
2758
1bedd215
AC
27592005-02-15 Andrew Cagney <cagney@gnu.org>
2760
2761 Mark up add_com, add_info and add_prefix_cmd.
2762 * breakpoint.c, cp-support.c, dcache.c, dwarf2read.c: Update.
2763 * exec.c, f-valprint.c, frame.c, gcore.c, gnu-nat.c: Update.
2764 * go32-nat.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
2765 * kod.c, language.c, linux-nat.c, m32r-rom.c, macrocmd.c: Update.
2766 * maint.c, memattr.c, mips-tdep.c, nto-procfs.c, objc-lang.c: Update.
2767 * ocd.c, pa64solib.c, printcmd.c, procfs.c, regcache.c: Update.
2768 * remote-e7000.c, remote-m32r-sdi.c, remote-mips.c: Update.
2769 * remote-sds.c, remote-sim.c, remote-st.c, remote-utils.c: Update.
2770 * remote.c, rs6000-tdep.c, ser-go32.c, serial.c: Update.
2771 * sh-tdep.c, solib.c, somsolib.c, source.c, stack.c: Update.
2772 * symfile.c, symtab.c, target.c, thread.c, top.c: Update.
2773 * tracepoint.c, typeprint.c, utils.c, valprint.c: Update.
2774 * win32-nat.c, xcoffsolib.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
2775 * cli/cli-logging.c, tui/tui-layout.c, tui/tui-regs.c: Update.
2776 * tui/tui-stack.c, tui/tui-win.c: Update.
2777
66bf4b3a
AC
27782005-02-14 Andrew Cagney <cagney@gnu.org>
2779
3f325092
AC
2780 * config/h8300/h8300.mt (DEPRECATED_TM_FILE): Delete.
2781 * config/h8300/tm-h8300.h: Delete file.
2782
1a966eab
AC
2783 Mark up add_cmd.
2784 * arch-utils.c, avr-tdep.c, breakpoint.c, corefile.c: Update.
2785 * cp-abi.c, cp-namespace.c, cp-support.c, dummy-frame.c: Update.
2786 * exec.c, gnu-nat.c, go32-nat.c, hppa-tdep.c, infcmd.c: Update.
2787 * infrun.c, interps.c, macrocmd.c, maint.c, memattr.c: Update.
2788 * mips-tdep.c, ocd.c, osabi.c, printcmd.c, regcache.c: Update.
2789 * reggroups.c, remote-fileio.c, remote-rdi.c, remote.c: Update.
2790 * sol-thread.c, source.c, stack.c, symfile-mem.c: Update.
2791 * symfile.c, thread.c, tracepoint.c, valprint.c, value.c: Update.
2792 * win32-nat.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
2793 * cli/cli-logging.c, tui/tui-regs.c: Update.
2794
7915a72c
AC
2795 Mark up add_setshow functions, replace "PRINT:" comment prefix
2796 with "FIXME: i18n:".
2797 * aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
2798 * cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
2799 * infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
2800 * nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
2801 * target.c, cli/cli-logging.c: Update.
2802
66bf4b3a
AC
2803 * utils.c (paddress): New function.
2804 * defs.h (paddress): Declare.
2805 * printcmd.c (deprecated_print_address_numeric): Rename
2806 print_address_numeric, call paddress.
2807 * valprint.c, ui-out.c, tui/tui-stack.c, tracepoint.c: Update.
2808 * symmisc.c, symfile.c stack.c, p-valprint.c, printcmd.c: Update.
2809 * maint.c, m32r-rom.c, infcmd.c, f-valprint.c, exec.c: Update.
2810 * dwarf2read.c, dve3900-rom.c, defs.h, c-valprint.c: Update.
2811 * corefile.c, cli/cli-cmds.c, breakpoint.c, annotate.c: Update.
2812 * ada-valprint.c: Update.
2813
33e6b12b
RR
28142005-02-13 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2815
2816 * MAINTAINERS: Add myself to "Write After Approval".
2817
f0bdd87d
YS
28182005-02-12 Yoshinori Sato <ysato@users.sourceforge.jp>
2819
2820 Restore h8300 support.
2821 * configure.tgt: Add h8300-*-*
ba0e80db
YS
2822 * h8300-tdep.c: New file. Rewrite new frame code.
2823 * config/h8300/h8300.mt: New file. Restored Rev 1.3
2824 * config/h8300/tm-h8300.h: New file. Restored Rev 1.21
2825
2826 * MAINTAINERS: Add myself to "Write After Approval".
f0bdd87d 2827
e2e0b3e5
AC
28282005-02-11 Andrew Cagney <cagney@gnu.org>
2829
a3f17187
AC
2830 Mark up some of printf_filtered and printf_unfiltered.
2831 * ada-lang.c, annotate.c, arch-utils.c, breakpoint.c: Update.
2832 * corelow.c, cp-namespace.c, cp-support.c, dcache.c: Update.
2833 * demangle.c, dsrec.c, dwarf2read.c, dwarfread.c: Update.
2834 * event-loop.c, event-top.c, exec.c, f-valprint.c: Update.
2835 * gdbtypes.c, inf-loop.c, inf-ptrace.c, inf-ttrace.c: Update.
2836 * infcmd.c, inflow.c, infrun.c, inftarg.c, language.c: Update.
2837 * linespec.c, linux-nat.c, linux-thread-db.c, maint.c: Update.
2838 * mdebugread.c, memattr.c, monitor.c, objc-lang.c: Update.
2839 * ocd.c, osabi.c, printcmd.c, procfs.c, regcache.c: Update.
2840 * remote.c, solib-som.c, solib.c, somsolib.c, source.c: Update.
2841 * stack.c, symfile.c, symmisc.c, target.c, thread.c: Update.
2842 * top.c, utils.c, valprint.c, value.c, cli/cli-cmds.c: Update.
2843 * cli/cli-dump.c, cli/cli-logging.c, tui/tui-hooks.c: Update.
2844 * tui/tui-regs.c, tui/tui-win.c: Update.
2845
e2e0b3e5
AC
2846 Mark up error_no_arg, query, perror_with_name, complaint, and
2847 internal_error.
2848 * breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
2849 * cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
2850 * dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
2851 * dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
2852 * exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
2853 * frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
2854 * gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
2855 * go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
2856 * i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
2857 * i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
2858 * infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
2859 * interps.c, language.c, linespec.c, linux-nat.c: Update.
2860 * m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
2861 * m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
2862 * macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
2863 * mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
2864 * mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
2865 * objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
2866 * parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
2867 * ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
2868 * regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
2869 * remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
2870 * remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
2871 * s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
2872 * sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
2873 * solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
2874 * sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
2875 * symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
2876 * utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
2877 * win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
2878 * cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
2879 * cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
2880 * mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
2881 * tui/tui-file.c, tui/tui-interp.c: Update.
8a3fe4f8 2882
e2e0b3e5
AC
28832005-02-10 Andrew Cagney <cagney@gnu.org>
2884
8a3fe4f8
AC
2885 Mark up all error and warning messages.
2886 * ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
2887 * bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
2888 * core-aout.c, core-regset.c, corefile.c, corelow.c: Update.
2889 * cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update.
2890 * dbxread.c, demangle.c, doublest.c, dsrec.c: Update.
2891 * dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update.
2892 * dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update.
2893 * event-top.c, exec.c, expprint.c, f-lang.c: Update.
2894 * f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update.
2895 * frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update.
2896 * gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update.
2897 * hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update.
2898 * hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update.
2899 * hpread.c, hpux-thread.c, i386-linux-nat.c: Update.
2900 * i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update.
2901 * i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update.
2902 * ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update.
2903 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
2904 * inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update.
2905 * kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update.
2906 * linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update.
2907 * m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update.
2908 * m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update.
2909 * maint.c, mdebugread.c, mem-break.c, memattr.c: Update.
2910 * mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update.
2911 * nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update.
2912 * observer.c, ocd.c, p-lang.c, p-typeprint.c: Update.
2913 * p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update.
2914 * ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update.
2915 * remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update.
2916 * remote-rdp.c, remote-sim.c, remote-st.c: Update.
2917 * remote-utils.c, remote-utils.h, remote.c: Update.
2918 * rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update.
2919 * ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update.
2920 * sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update.
2921 * solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update.
2922 * solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update.
2923 * somread.c, somsolib.c, source.c, stabsread.c: Update.
2924 * stack.c, std-regs.c, symfile-mem.c, symfile.c: Update.
2925 * symmisc.c, symtab.c, target.c, thread.c, top.c: Update.
2926 * tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update.
2927 * uw-thread.c, valarith.c, valops.c, valprint.c: Update.
2928 * value.c, varobj.c, version.in, win32-nat.c, wince.c: Update.
2929 * xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update.
2930 * cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update.
2931 * cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update.
2932 * mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update.
2933 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
2934 * mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
2935 * tui/tui-win.c: Update.
2936
3517749c
ILT
29372005-02-10 Ian Lance Taylor <ian@airs.com>
2938
2939 * MAINTAINERS: Update my e-mail address.
2940
cf309262
DJ
29412005-02-10 Daniel Jacobowitz <dan@debian.org>
2942
2943 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
2944 PR exp/1821
2945 * cp-valprint.c: Include "language.h".
2946 (cp_print_value_fields): Pass the current language to
2947 fprintf_symbol_filtered.
2948 * Makefile.in (cp-valprint.o): Update dependencies.
2949
899506a8
AC
29502005-02-10 Andrew Cagney <cagney@gnu.org>
2951
335cca0d
AC
2952 * cli/cli-decode.c (add_setshow_enum_cmd, add_setshow_cmd_full)
2953 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
2954 (add_setshow_filename_cmd, add_setshow_string_cmd)
2955 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Replace
2956 print string parameter with fprint_setshow function.
2957 * command.h (fprint_setshow_ftype): Define. Update declarations.
2958 * cli/cli-setshow.c (do_setshow_command): When fprint_setshow is
2959 available, use that.
2960 * cli/cli-decode.h (struct cmd_list_element): Add field
2961 fprint_setshow.
2962 * complaints.c (fprint_setshow_complaints): New function.
2963 (_initialize_complaints): Pass to add_setshow_zinteger_cmd.
2964 * hppa-tdep.c (_initialize_hppa_tdep): Replace "print" parameter
2965 with NULL.
2966 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2967 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2968 * cris-tdep.c (_initialize_cris_tdep): Ditto.
2969 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2970 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2971 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
2972 * dwarf2read.c (_initialize_dwarf2_read): Ditto.
2973 * frame.c (_initialize_frame): Ditto.
2974 * target.c (initialize_targets): Ditto.
2975 * maint.c (_initialize_maint_cmds): Ditto.
2976 * observer.c (_initialize_observer): Ditto.
2977 * infcall.c (_initialize_infcall): Ditto.
2978 * breakpoint.c (_initialize_breakpoint): Ditto.
2979 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2980 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2981
899506a8
AC
2982 * cli/cli-setshow.c (do_setshow_command): Move code printing the
2983 value to the end of the function. Handle MI and non-MI output
2984 differently.
2985
59c58d08
AC
29862005-02-09 Andrew Cagney <cagney@gnu.org>
2987
7376b4c2
AC
2988 * cli/cli-decode.c (add_setshow_enum_cmd): Drop set_result and
2989 show_result parameters.
2990 * mips-tdep.c (_initialize_mips_tdep): Update calls.
2991 * command.h: Update declaration.
2992 * arm-tdep.c (_initialize_arm_tdep, _initialize_arm_tdep): Update
2993 calls.
2994
11dced61
AC
2995 * NEWS: Mention removed commands.
2996 * m68hc11-tdep.c (show_regs): Delete, unused.
2997 (_initialize_m68hc11_tdep): Delete deprecated "regs" command.
2998 * gdb-events.sh: Delete deprecated "set eventdebug" and "show
2999 eventdebug" commands.
3000 * gdb-events.c: Regenerate.
3001 * gdbarch.sh: Delete deprecated "set archdebug" and "show
3002 archdebug" commands.
3003 * gdbarch.c: Regenerate.
3004 * cli/cli-cmds.c (init_cli_cmds): Delete deprecated "set
3005 remotedebug" and "show remotedebug".
3006 * arm-tdep.c (_initialize_arm_tdep): Delete deprecated "set arm
3007 disassembly-flavor", "show arm disassembly-flavor", and
3008 "othernames" commands.
3009 (arm_othernames): Delete unused function.
3010
b6e1c027
AC
3011 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call)
3012 (convert_code_addr_to_desc_addr): Convert any function code
3013 address to the corresponding function's descriptor.
3014 (ppc64_sysv_abi_return_value): have TYPE_CODE_ENUM and
3015 TYPE_CODE_INT use the same code paths as TYPE_CODE_INT. When
3016 writing, convert any function code address to the corresponding
3017 descriptor.
3018
59c58d08
AC
3019 * config/sh/linux.mt (TDEPFILES): Add symfile-mem.o.
3020 * config/powerpc/linux.mt (TDEPFILES): Ditto.
3021 * config/pa/linux.mt (TDEPFILES): Ditto.
3022 * config/mips/linux.mt (TDEPFILES): Ditto.
3023 * config/m68k/linux.mt (TDEPFILES): Ditto.
3024 * config/m32r/linux.mt (TDEPFILES): Ditto.
3025 * config/ia64/linux.mt (TDEPFILES): Ditto.
3026 * config/arm/linux.mt (TDEPFILES): Ditto.
3027
b6e1c027
AC
30282005-02-09 Corinna Vinschen <vinschen@redhat.com>
3029
3030 * symmisc.c: Include gdb_stat.h.
3031 (maintenance_print_msymbols): Use inode numbers to compare files.
3032
91294c83
AC
30332005-02-08 Andrew Cagney <cagney@gnu.org>
3034
d3cbe7ef
AC
3035 * value.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
3036 (METHOD_PTR_TO_VOFFSET): Move from here ...
3037 * cp-support.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
3038 (METHOD_PTR_TO_VOFFSET): ... to here.
3039 * cp-valprint.c, p-valprint.c, eval.c: Include "cp-support.h".
3040 * Makefile.in: Update dependencies.
3041
6941d02a
AC
3042 * exceptions.c: Do not include <setjmp.h>.
3043 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP): Delete macros.
3044 (catch_exception, catch_exceptions_with_msg, catch_errors)
3045 (catch_command_errors): Use TRY_CATCH.
3046 (struct catcher): Use EXCEPTIONS_SIGJMP_BUF.
3047 (exceptions_state_mc_init): Rename catcher_init.
3048 (exceptions_state_mc): Rename catcher_state_machine.
3049 (exceptions_state_mc_action_iter)
3050 (exceptions_state_mc_action_iter_1): New functions.
3051 * exceptions.h: Include <setjmp.h>.
3052 (EXCEPTIONS_SIGJMP_BUF, EXCEPTIONS_SIGSETJMP)
3053 (EXCEPTIONS_SIGLONGJMP): Define.
3054 (exceptions_state_mc_init, exceptions_state_mc_action_iter)
3055 (exceptions_state_mc_action_iter_1): Declare.
3056 (TRY_CATCH): Define.
3057
179f02be
AC
3058 * ppc-linux-tdep.c (ppc_linux_init_abi): Do not set malloc name,
3059 no longer needed.
3060
8f135812
AC
3061 * ppc-linux-nat.c (ppc_register_u_addr): Hack around 64-bit
3062 PT_FPSCR breakage.
3063
91294c83
AC
3064 * value.c (struct value): Move to here ...
3065 * value.h (struct value): ... from here. Copy comments to
3066 corresponding function declarations, re-order.
3067
dfa52d88
AC
30682005-02-07 Andrew Cagney <cagney@gnu.org>
3069
9bbda503
AC
3070 * value.c (set_value_bitpos, set_value_bitsize): Define.
3071 * value.h (set_value_bitpos, set_value_bitsize): Declare.
3072 * ada-lang.c, valarith.c: Update.
3073
5086187c
AC
3074 * cp-valprint.c, c-valprint.c, infcall.c: Use value_contents or
3075 value_contents_writeable, include note that there are problems.
3076 * breakpoint.c, infcall.c: Use VALUE_LVAL.
3077
f5cf64a7
AC
3078 * value.h (set_value_offset): Declare.
3079 * value.c (set_value_offset): Declare.
3080 * gnu-v2-abi.c, jv-valprint.c, valarith.c, valops.c: Update.
3081 * findvar.c: Update.
3082
17cf0ecd
AC
3083 * value.h (value_next): Declare.
3084 * value.c (value_next): Define.
3085 * breakpoint.c: Update.
3086
88e3b34b
AC
3087 * value.h (deprecated_set_value_modifiable)
3088 (deprecated_value_modifiable): Declare.
3089 * value.c (deprecated_set_value_modifiable): Define.
3090 (deprecated_value_modifiable): Define.
3091 * ada-lang.c, valops.c, breakpoint.c, tracepoint.c: Update.
3092
04624583
AC
3093 * value.h (deprecated_set_value_type): Declare.
3094 * value.c (deprecated_set_value_type): Define.
3095 * hpacc-abi.c, gnu-v2-abi.c, cp-valprint.c: Update.
3096 * c-valprint.c, jv-lang.c, objc-lang.c, ada-lang.c: Update.
3097 * infcall.c, printcmd.c, valops.c, eval.c, p-exp.y: Update.
3098 * ax-gdb.c, tracepoint.c: Update.
3099
13bb5560
AC
3100 * value.h (deprecated_value_lval_hack)
3101 (deprecated_value_address_hack)
7d71e29c 3102 (deprecated_value_internalvar_hack)
13bb5560
AC
3103 (deprecated_value_regnum_hack): Declare.
3104 (VALUE_LVAL, VALUE_ADDRESS, VALUE_INTERNALVAR)
3105 (VALUE_FRAME_ID, VALUE_REGNUM): Use.
3106 * value.c (deprecated_value_lval_hack)
3107 (deprecated_value_address_hack)
7d71e29c 3108 (deprecated_value_internalvar_hack)
13bb5560
AC
3109 (deprecated_value_regnum_hack): Define.
3110
b44d461b
AC
3111 * value.h (VALUE_POINTED_TO_OFFSET): Delete.
3112 (set_value_pointed_to_offset, value_pointed_to_offset): Declare.
3113 * value.c (set_value_pointed_to_offset): Define
3114 (value_pointed_to_offset): Define.
3115 * valops.c: Update.
3116
caadb61d
AC
3117 * value.h (VALUE_EMBEDDED_OFFSET): Delete.
3118 (value_embedded_offset, set_value_embedded_offset): Declare.
13c3b5f5 3119 * value.c (value_embedded_offset): Define.
caadb61d 3120 (set_value_embedded_offset): Define.
13c3b5f5
AC
3121 * valops.c, p-valprint.c, mi/mi-main.c, hpacc-abi.c: Update.
3122 * gnu-v3-abi.c, eval.c, c-valprint.c, cp-valprint.c: Update.
3123 * cp-abi.h: Update.
3124
dfa52d88
AC
3125 * value.h (VALUE_LAZY): Delete
3126 (set_value_lazy): Declare.
3127 * value.c (set_value_lazy): Define.
3128 * valops.c, valarith.c, jv-valprint.c, jv-lang.c: Update.
3129 * gnu-v2-abi.c, findvar.c, dwarf2loc.c, ada-lang.c: Update.
3130
0fd88904
AC
31312005-02-06 Andrew Cagney <cagney@gnu.org>
3132
feb13ab0
AC
3133 * value.h (VALUE_OPTIMIZED_OUT): Delete.
3134 (value_optimized_out, set_value_optimized_out): Declare.
3135 * value.c (set_value_optimized_out, value_optimized_out): Define.
3136 * valprint.c, findvar.c, dwarf2loc.c: Update.
3137
0fd88904
AC
3138 * value.c (value_contents, value_contents_writeable): New
3139 functions.
3140 * value.h (VALUE_CONTENTS): Delete macro.
3141 (value_contents, value_contents_writeable): Declare.
3142 * xstormy16-tdep.c, value.c, valops.c, valarith.c: Update.
3143 * stack.c, sparc-tdep.c, sparc64-tdep.c, sh-tdep.c: Update.
3144 * sh64-tdep.c, scm-valprint.c, scm-exp.c, s390-tdep.c: Update.
3145 * rs6000-tdep.c, p-valprint.c, printcmd.c: Update.
3146 * ppc-sysv-tdep.c, mips-tdep.c, mi/mi-main.c: Update.
3147 * m88k-tdep.c, m68hc11-tdep.c, m32r-tdep.c: Update.
3148 * jv-valprint.c, ia64-tdep.c, hppa-tdep.c: Update.
3149 * hpacc-abi.c, f-valprint.c, frv-tdep.c, eval.c: Update.
3150 * c-valprint.c, cris-tdep.c, cp-valprint.c: Update.
3151 * cli/cli-dump.c, breakpoint.c, avr-tdep.c, arm-tdep.c: Update.
3152 * arm-linux-tdep.c, amd64-tdep.c, alpha-tdep.c: Update.
3153 * ada-valprint.c, ada-lang.c: Update.
3154
5b90c7b5
AC
31552005-02-03 Andrew Cagney <cagney@gnu.org>
3156
3157 * utils.c (xzalloc): New function.
3158 * defs.h (XZALLOC): Use xzalloc.
3159 (xzalloc): Declare.
3160 * value.c (allocate_value): Allocate a zeroed buffer.
3161 * mdebugread.c (xzalloc): Delete.
3162
4754a64e
AC
31632005-02-02 Andrew Cagney <cagney@gnu.org>
3164
d69fe07e
AC
3165 * value.h (value_lazy): Declare.
3166 * varobj.c, value.c, valops.c, valarith.c, printcmd.c: Update.
3167 * cp-valprint.c, breakpoint.c, ada-lang.c: Update.
3168
46615f07
AC
3169 * value.h (VALUE_CONTENTS_ALL): Delete.
3170 (value_contents_all): Declare.
3171 * value.c (value_contents_all): New function.
3172 * hpacc-abi.c, cp-valprint.c, valops.c, c-valprint.c: Update.
3173 * m68k-tdep.c, i386-tdep.c, infcall.c, valops.c: Update.
3174
4754a64e
AC
3175 * value.c (value_enclosing_type): New function.
3176 * value.h (VALUE_ENCLOSING_TYPE): Delete.
3177 (value_enclosing_type): Declare.
3178 * xstormy16-tdep.c, vax-tdep.c, m68k-tdep.c, i386-tdep.c: Update.
3179 * gnu-v3-abi.c, hpacc-abi.c, infcall.c, valops.c: Update.
3180
990a07ab
AC
3181 * value.c (value_contents_all_raw)
3182 (value_contents_raw): New functions.
3183 * value.h (VALUE_CONTENTS_ALL_RAW, VALUE_CONTENTS_RAW): Delete.
3184 (value_contents_raw, value_contents_all_raw): Declare functions.
3185 (VALUE_CONTENTS, VALUE_CONTENTS_ALL): Update.
3186 * std-regs.c, valarith.c, valops.c, eval.c: Update.
3187 * tracepoint.c, findvar.c: Update.
3188
ff2c3e5d
OF
31892005-02-01 Orjan Friberg <orjanf@axis.com>
3190
3191 * regformats/reg-cris.dat: New file with register definitions for CRIS.
3192 * regformats/reg-crisv32.dat: Ditto for CRISv32.
3193
c46f8c51
AC
31942005-01-31 Andrew Cagney <cagney@gnu.org>
3195
3196 * configure: Regenerate to track ../gettext.m4.
3197
a80493b8
BI
31982005-01-29 Baurzhan Ismagulov <ibr@radix50.net>
3199
3200 * MAINTAINERS: Add myself to "Write After Approval".
3201
3d263c1d
BI
3202 * ax-gdb.c, ax-general.c, bcache.c, bfd-target.c, bsd-kvm.c,
3203 * buildsym.c, c-lang.c, c-typeprint.c, c-valprint.c, charset.c,
3204 * coff-pe-read.c, coffread.c, complaints.c, copying.c: I18n markup.
3205
c21a4eee
MK
32062005-01-29 Mark Kettenis <kettenis@gnu.org>
3207
3208 * configure.ac: Remove extra check for ranlib.
3209 * configure: Regenerated.
3210
108d6ead
AC
32112005-01-28 Andrew Cagney <cagney@gnu.org>
3212
a2bd3dcd
AC
3213 * language.h (struct language_defn): Make la_val_print's buffer
3214 parameter a const bfd_byte.
3215 * cp-valprint.c (cp_print_value_fields, cp_print_value): Update.
3216 * ada-lang.c (ada_aligned_value_addr)
3217 (ada_value_primitive_packed_val, ada_which_variant_applies): Update.
3218 * valprint.c (val_print_array_elements): Update.
3219 * valprint.h (val_print_array_elements): Update.
3220 * ada-lang.h (ada_val_print, ada_aligned_value_addr)
3221 (ada_value_primitive_packed_val, ada_which_variant_applies): Update.
3222 * ada-valprint.c (ada_val_print, struct ada_val_print_args)
3223 (ada_val_print_1, ada_print_floating, printable_val_type)
3224 (print_record, val_print_packed_array_elements)
3225 (print_field_values, print_variant_part): Update.
3226 * c-lang.h (c_val_print, cp_print_value_fields): Update.
3227 * c-valprint.c (c_val_print): Update.
3228 * f-lang.h (f_val_print): Update.
3229 * f-valprint.c (f_val_print, f77_print_array_1)
3230 (f77_print_array): Update.
3231 * jv-lang.h (java_val_print): Update.
3232 * jv-valprint.c (java_print_value_fields, java_val_print): Update.
3233 * language.c (unk_lang_val_print): Update.
3234 * m2-lang.h (m2_val_print): Update.
3235 * m2-valprint.c (m2_val_print): Update.
3236 * p-lang.h (pascal_val_print): Update.
3237 (pascal_object_print_value_fields): Update.
3238 * p-valprint.c (pascal_val_print)
3239 (pascal_object_print_value_fields, pascal_object_print_value)
3240 (pascal_object_print_value): Update.
3241 * scm-lang.h (scm_val_print): Update.
3242 * scm-valprint.c (scm_val_print): Update.
3243 * value.h (val_print): Update.
3244
5bcca90b
AC
3245 * p-lang.h (pascal_object_print_class_member)
3246 (pascal_object_print_class_method): Make buffer a const bfd_byte.
3247 * p-valprint.c (pascal_object_print_class_method)
3248 (pascal_object_print_class_method): Ditto.
3249
ce27fb25
AC
3250 * language.h (struct language_defn): Make la_printstr's buffer
3251 parameter a const bfd_byte.
3252 * p-lang.h (pascal_printstr): Update function to match.
3253 * ada-valprint.c (ada_printstr): Update function to match.
3254 * scm-lang.c (scm_printstr): Update function to match.
3255 * p-lang.c (pascal_printstr): Update function to match.
3256 * ada-lang.h (ada_printstr): Update function to match.
3257 * m2-lang.c (m2_printstr): Update function to match.
3258 * objc-lang.c (objc_printstr): Update function to match.
3259 * c-lang.h (c_printstr): Update function to match.
3260 * f-lang.c (f_printstr): Update function to match.
3261 * c-lang.c (c_printstr): Update function to match.
3262 * language.c (unk_lang_printstr): Update function to match.
3263
5f547748
AC
3264 * valprint.c (val_print_type_code_int): Make buffer a const bfd_byte.
3265 * valprint.h (val_print_type_code_int): Ditto.
3266
bbb4b9db
AC
3267 * objc-lang.h (c_val_print, c_value_print): Delete declarations.
3268
9519ccd5
AC
3269 * cp-valprint.c (cp_print_class_method)
3270 (cp_print_class_member): Make buffer a const bfd_byte.
3271 * c-lang.h (cp_print_class_member, cp_print_class_method): Ditto.
3272
10a2c479
AC
3273 * ada-lang.c (value_from_contents_and_address)
3274 (to_record_with_fixed_variant_part)
3275 (value_tag_from_contents_and_address, ada_to_fixed_type)
3276 (to_fixed_variant_branch_type, to_fixed_record_type)
3277 (ada_template_to_fixed_record_type, cond_offset_host)
3278 (ada_template_to_fixed_record_type_1): Make buffer a const
3279 bfd_byte.
3280 * ada-lang.h (ada_template_to_fixed_record_type_1)
3281 (value_from_contents_and_address, ada_to_fixed_type): Ditto.
3282
d56612af
AC
3283 * ada-valprint.c (char_at, printstr): Make buffer a const bfd_byte.
3284
366b1cbf 3285 * gdbtypes.h (print_scalar_formatted): Make buffer a const bfd_byte.
d56612af 3286 * printcmd.c (print_scalar_formatted): Update.
366b1cbf 3287
c84141d6
AC
3288 * value.h (value_bit_index, print_floating)
3289 (find_rt_vbase_offset): Make buffer a const bfd_byte.
3290 * valprint.c (print_floating): Update.
3291 * valarith.c (value_bit_index): Update.
3292 * valops.c (find_rt_vbase_offset): Update.
3293
6c403953
AC
3294 * valprint.h (print_octal_chars, print_char_chars)
3295 (print_hex_chars, print_decimal_chars, print_binary_chars): Make
3296 buffer a const bfd_byte.
3297 * valprint.c (print_binary_chars, print_octal_chars)
3298 (print_decimal_chars, print_hex_chars, print_char_chars): Make
3299 "valaddr"buffer a const bfd_byte, ditto for local variables
3300 referencing that buffer.
3301
a8d6eb4a
AC
3302 * m2-valprint.c: Include "c-lang.h".
3303 (c_val_print): Delete extern declaration.
3304 * scm-valprint.c: Include "c-lang.h".
3305 (c_val_print): Delete extern declaration.
3306 Makefile.in: Update dependencies.
3307
06c4d4dc
AC
3308 * gnu-v2-abi.h (gnuv2_baseclass_offset): Make "valaddr" a const
3309 bfd_byte.
3310 * cp-abi.h (baseclass_offset): Make "valaddr" a const bfd_byte.
3311 (struct cp_abi_ops): Make baseclass_offset's "valaddr" a const
3312 bfd_byte.
3313 * cp-abi.c (baseclass_offset): Update.
3314 * gnu-v2-abi.c (gnuv2_baseclass_offset): Update.
3315
6b08edad
AC
3316 * gnu-v2-abi.h: New file.
3317 * gnu-v2-abi.c: Include "gnu-v2-abi.h".
3318 (gnuv2_baseclass_offset): Delete declaration.
3319 * hpacc-abi.c: Include "gnu-v2-abi.h".
3320 (gnuv2_baseclass_offset): Delete extern declaration.
3321 * Makefile.in: Update dependencies.
3322
108d6ead
AC
3323 * doublest.c (floatformat_is_negative, floatformat_is_nan)
3324 (floatformat_mantissa, get_field): Make the buffer a const
3325 bfd_byte, simplify.
3326
a53bf506
AC
33272005-01-27 Andrew Cagney <cagney@gnu.org>
3328
8cc2524a
AC
3329 * value.h (struct value): Change type of contents to bfd_byte.
3330 (VALUE_CONTENTS_RAW): Simplify.
3331
79dd2d24
AC
3332 * gdbarch.sh (integer_to_address): Change buf parameter to a const
3333 bfd_byte, make pure-multi-arch.
3334 * gdbarch.h, gdbarch.c: Regenerate.
3335 * mips-tdep.c (mips_integer_to_address): Update.
3336 * value.c (value_as_address): Update.
3337
c26b8e3b
AC
3338 * cli/cli-dump.h (fopen_with_cleanup): Make "filename" const.
3339 * cli/cli-dump.c (dump_binary_file, dump_bfd_file): Make string
3340 parameters const, change buf to a const bfd_byte.
3341 (fopen_with_cleanup, bfd_openw_with_cleanup): Make all string
3342 parameters const.
3343
10e2d419
AC
3344 * corefile.c (write_memory): Update, make a copy of the read-only
3345 buffer.
3346 * target.c (target_read_memory): Update.
3347 (target_write_memory): Update, make a copy of the read-only
3348 buffer.
3349 * gdbcore.h (write_memory): Change buffer type to bfd_byte, make
3350 const.
3351 * target.h (target_read_memory, target_write_memory): Change
3352 buffer type to bfd_byte; for write_memory, make it const.
3353 * symfile-mem.c (do_target_read_memory): New function.
3354 (symbol_file_add_from_memory): Pass do_target_read_memory to
3355 bfd_elf_bfd_from_remote_memory.
3356
89f5065b
AC
3357 * value.h: Indent using gdb_indent.sh.
3358
a53bf506
AC
3359 * configure: Regenerate to track ../gettext.m4 change.
3360
c44ca51c
AC
33612005-01-26 Andrew Cagney <cagney@gnu.org>
3362
3363 * rs6000-tdep.c: Include "reggroups.h".
3364 (rs6000_gdbarch_init): Set register_reggroup_p.
3365 (rs6000_register_reggroup_p): New function.
3366
c600d464
OF
33672005-01-26 Orjan Friberg <orjanf@axis.com>
3368
3369 * cris-tdep.c (enum cris_num_regs, enum cris_regnums)
3370 (cris_sigtramp_frame_unwind_cache, cris_register_size): Update for
3371 CRISv32.
3372 (crisv32_single_step_through_delay, cris_can_use_hardware_watchpoint)
3373 (cris_region_ok_for_watchpoint, cris_stopped_data_address)
3374 (crisv32_cannot_fetch_register, crisv32_cannot_store_register)
3375 (crisv32_register_type, cris_special_register_name)
3376 (crisv32_register_name): New functions.
3377 (cris_spec_reg_applicable): Recognize more versions.
3378 (cris_register_name): Update with call to cris_special_register_name.
3379 (find_cris_op): Filter out CRISv32 instructions. Tweaked comment and
3380 warning when unable to find step target.
3381 (CRISV10_ELF_NGREG, CRISV32_ELF_NGREG, crisv32_elf_gregset_t): Define.
3382 (supply_gregset): Add struct gdbarch_tdep. Set pseudo-PC register for
3383 CRISv32.
3384 (fetch_core_registers): Update for CRISv32.
3385 (cris_gdbarch_init): Set pc_regnum, register_type, num_regs,
3386 register_name, cannot_store_register, cannot_fetch_register,
3387 have_nonsteppable_watchpoint, single_step_through_delay for CRISv32.
3388
82c94ed0
NR
33892005-01-26 Nick Roberts <nickrob@snap.net.nz>
3390
3391 * interps.c (interpreter_exec_cmd): Use condition,
3392 e.reason < 0, to raise an error.
3393
0598a43c
AC
33942005-01-25 Andrew Cagney <cagney@gnu.org>
3395
a8f60bfc
AC
3396 * ppc-linux-tdep.c: Include "tramp-frame.h"
3397 (struct ppc_linux_sigtramp_cache)
3398 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
3399 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
3400 (ppc_linux_sigtramp_cache): Delete.
3401 (ppc32_linux_sigaction_cache_init)
3402 (ppc64_linux_sigaction_cache_init)
3403 (ppc32_linux_sighandler_cache_init)
3404 (ppc64_linux_sighandler_cache_init)
3405 (ppc32_linux_sigaction_tramp_frame)
3406 (ppc64_linux_sigaction_tramp_frame)
3407 (ppc32_linux_sighandler_tramp_frame)
3408 (ppc64_linux_sighandler_tramp_frame)
3409 (ppc_linux_sigtramp_cache, ppc_linux_init_abi): Implement 32 and
3410 64-bit, sigaction and siginfo tramp-frame unwinders.
3411
0598a43c
AC
3412 * ppc-linux-tdep.c (ppc_linux_init_abi): Always set
3413 long_double_bit to 8.
3414
9d799f85
AC
34152005-01-24 Andrew Cagney <cagney@gnu.org>
3416
3417 * infrun.c (handle_inferior_event): Handle back-to-back and nested
3418 signals where the step_resume_breakpoint may have already been
3419 inserted.
3420
45181ed1
AC
34212005-01-24 Andrew Cagney <cagney@gnu.org>
3422
3423 * configure: Regenerate, ../gettext.m4 was updated.
3424
a28109e0
MK
34252005-01-23 Mark Kettenis <kettenis@gnu.org>
3426
6fe85783
MK
3427 * NEWS: Mention new BSD user-level threads support.
3428
a28109e0
MK
3429 * i386obsd-tdep.c: Update copyright year. Include
3430 "bsd-uthread.h".
3431 (i386obsd_uthread_reg_offset): New variable.
3432 (I386OBSD_UTHREAD_ESP_OFFSET): New define.
3433 (i386obsd_supply_uthread, i386obsd_collect_uthread): New
3434 functions.
3435 (i386obsd_init_abi): Set supply_uthread and collect_uthread.
3436 * Makefile.in (i386obsd-tdep.o): Update dependencies.
3437 * config/i386/obsd.mt (TDEPFILES): Add bsd-uthread.o.
3438
059198c1
CF
34392005-01-23 Christopher Faylor <cgf@timesys.com>
3440
3441 * win32-nat.c: Update copyright year.
3442 (child_init_thread_list): Set thread linked list point to NULL so that
3443 it won't be reused after clearing.
3444
5c45e068
MK
34452005-01-21 Mark Kettenis <kettenis@gnu.org>
3446
3447 * acconfig.h (HAVE_STRUCT_REG_R_FS, HAVE_STRUCT_R_GS): Remove
3448 undefs.
3449 * configure.ac: Use AC_CHECK_MEMBERS to check whether `struct
3450 thread' has a td_pcb member and whether `struct reg' has r_fs and
3451 r_gs members.
3452 * configure, config.in: Regenerate.
3453
666ec76f
MK
34542005-01-21 Mark Kettenis <kettenis@gnu.org>
3455
b8667b61
MK
3456 * configure.ac: Remove ia64-*-aix* junk.
3457 * configure: Regenerate.
3458
a3828db0
MK
3459 * configure.ac: Use AC_CHECK_DECLS instead of gcc_AC_CHECK_DECLS
3460 and BFD_NEED_DECLARATION. Don't check if a declaration of strdup
3461 is necessary.
3462 * configure, config.in: Regenerate.
3463 * utils.c: Adjust for usage of AC_CHECK_DECLS instead of
3464 BFD_NEED_DECLARATION. Never provide a prototype for
3465 caninicalize_file_name.
3466 * gdb_string.h: Adjust for usage of AC_CHECK_DECLS instead of
3467 BFD_NEED_DECLARATION.
3468
666ec76f
MK
3469 * configure.ac (targ_archs): Use standard autoconf check for
3470 "struct stat.st_blocks" instead of rolling our own.
3471 * configure: Regenerated.
3472 * acconfig.h (HAVE_STRUCT_STAT_ST_BLOCKS): Remove undef.
3473 * config.in: Regenerated.
3474
bc8bcb4b
MK
34752005-01-21 Mark Kettenis <kettenis@gnu.org>
3476
3477 * configure.ac: Modernize checks for `long long' and `long double'
3478 support.
3479 * configure: Regenerated.
3480 * acconfig.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG)
3481 (PRINT_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE): Remove undefs.
3482 * config.in: Regenerated.
3483
30adeb3a
MK
34842005-01-20 Mark Kettenis <kettenis@gnu.org>
3485
3486 * acconfig.h (HAVE_STRUCT_SAVE_STATE_T)
3487 (HAVE_STRUCT_MEMBER_SS_WIDE): Remove undefs.
3488 * configure.ac: Remove checks for HP-UX save_state structure.
3489 * configure: Regenerated.
3490
e06e2353
AC
34912005-01-19 Andrew Cagney <cagney@gnu.org>
3492
3493 * utils.c (quit): Simplify, call fatal.
3494 * exceptions.c: Include "serial.h"
3495 (print_flush): Mimic flush code found in utils.c:quit.
3496 * Makefile.in: Update dependencies.
3497
1c44323f
JB
34982005-01-19 Jim Blandy <jimb@redhat.com>
3499
065a1afc
JB
3500 * configure.tgt: Set build_rdi_share to "yes" on those targets
3501 that use that debugging protocol.
3502 Set build_nlm to yes to build NLM stub for Netware targets.
3503 * configure.ac: If build_rdi_share is "yes", then configure the
3504 rdi-share subdirectory.
3505 If build_nlm is "yes", the configure the "nlm" subdirectory.
3506 * configure: Regenerated.
3507
1c44323f
JB
3508 * rdi-share/configure, rdi-share/aclocal.m4: Regenerated using
3509 autoconf 2.59 and automake 1.9.3.
3510
8a9de0e4
AC
35112005-01-19 Andrew Cagney <cagney@gnu.org>
3512
315a522e
AC
3513 * exceptions.h (deprecated_throw_reason): Rename throw_reason.
3514 * exceptions.c (deprecated_throw_reason): Rename throw_reason.
3515 * utils.c (internal_verror, quit): Update.
3516 * remote-sds.c (interrupt_query): Update.
3517 * remote-mips.c (mips_error, mips_kill): Update.
3518 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Update.
3519 * remote.c (interrupt_query): Update.
3520 * ocd.c (interrupt_query): Update.
3521 * nto-procfs.c (interrupt_query): Update.
3522 * monitor.c (monitor_interrupt_query): Update.
3523 * breakpoint.c (break_command_1): Update.
3524
8a9de0e4
AC
3525 * infrun.c: (resume, proceed, wait_for_inferior)
3526 (handle_inferior_event, stop_stepping)
3527 (prepare_to_wait): Write debug output to gdb_stdlog.
3528
53283f86
MK
35292005-01-19 Mark Kettenis <kettenis@gnu.org>
3530
3531 * inf-ptrace.c (inf_ptrace_prepare_to_store)
3532 (inf_ptrace_post_startup_inferior)
3533 (inf_ptrace_acknowledge_created_inferior)
3534 (inf_ptrace_insert_fork_catchpoint)
3535 (inf_ptrace_remove_fork_catchpoint)
3536 (inf_ptrace_insert_vfork_catchpoint):
3537 (inf_ptrace_remove_vfork_catchpoint, inf_ptrace_follow_fork)
3538 (inf_ptrace_insert_exec_catchpoint)
3539 (inf_ptrace_remove_exec_catchpoint): Remove functions.
3540 (inf_ptrace_reported_exec_events_per_exec_call): Tweak comment.
3541 (inf_ptrace_target): Don't set to_prepare_to_store,
3542 to_post_startup_inferior, to_acknowledge_created_inferior,
3543 to_insert_fork_ctachpoint, to_remove_fork_catchpoint,
3544 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
3545 to_follow_fork, to_insert_exec_catchpoint,
3546 to_remove_exec_catchpoint.
3547
9ee907e0
AC
35482005-01-18 Andrew Cagney <cagney@gnu.org>
3549
fa113d1a
AC
3550 * target.h (struct target_ops): Change return type of
3551 to_insert_fork_catchpoint, to_insert_vfork_catchpoint and
3552 to_insert_exec_catchpoint to void.
3553 (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
3554 (child_insert_exec_catchpoint): Change return type to void.
3555 * target.c (update_current_target): Update.
3556 (debug_to_insert_fork_catchpoint)
3557 (debug_to_insert_vfork_catchpoint)
3558 (debug_to_insert_exec_catchpoint): Update.
3559 * inf-child.c (inf_child_insert_fork_catchpoint)
3560 (inf_child_insert_vfork_catchpoint)
3561 (inf_child_insert_exec_catchpoint): Update.
3562 * breakpoint.c (insert_catchpoint): Update, do not throw an error.
3563 * linux-nat.c (child_insert_fork_catchpoint)
3564 (child_insert_vfork_catchpoint)
3565 (child_insert_exec_catchpoint): Update.
3566 * inftarg.c (child_insert_fork_catchpoint)
3567 (child_insert_vfork_catchpoint,)
3568 (child_insert_exec_catchpoint): Update.
3569
9ee907e0
AC
3570 * remote.c (remote_open_1): Use throw_exception.
3571
295093a4
MS
35722005-01-17 Michael Snyder <msnyder@redhat.com>
3573
3574 * mips-linux-tdep.c: Whitespace tweaks.
3575
4bcff7eb
CV
35762005-01-17 Corinna Vinschen <vinschen@redhat.com>
3577
3578 * infcmd.c (attach_command): Call CLEAR_SOLIB if available.
3579
637537d0
AC
35802005-01-17 Andrew Cagney <cagney@gnu.org>
3581
3582 * top.h (source_error, source_pre_error): Delete declaration.
3583 * cli/cli-script.c (source_error_allocated, source_error): Delete.
3584 (script_from_file, source_cleanup_lines): Do not manipulate
3585 source_error_allocated, error_pre_print and source_error.
3586 (struct source_cleanup_lines_args): Delete fields old_pre_error,
3587 and old_error_pre_print.
3588 * top.c (source_error_allocated, source_error)
3589 (source_pre_error): Delete.
3590 (command_line_input): Do not set error_pre_print.
3591 * event-top.c (command_line_handler): Do not set error_pre_print.
3592
12b21d12
JT
35932005-01-16 Jason Thorpe <thorpej@netbsd.org>
3594
3595 * MAINTAINERS: Update my email address.
3596
1c02b2a5
MK
35972005-01-16 Mark Kettenis <kettenis@gnu.org>
3598
c401b55a
MK
3599 * configure.ac: Provide prerequisite headers when checking
3600 <term.h>.
3601 * configure: Regenerate.
3602
1c02b2a5
MK
3603 * amd64fbsd-tdep.c: Update copyright year. Include "gdb_assert.h"
3604 and "bsd-uthread.h".
3605 (amd64fbsd_jmp_buf_reg_offset): New variable.
3606 (amd64fbsd_supply_uthread, amd64fbsd_collect_uthread): New
3607 functions.
3608 (amd64fbsd_init_abi): Set supply_uthread and collect_uthread.
3609 * i386fbsd-tdep.c: Fix typo.
3610 * Makefile.in (amd64fbsd-tdep.o): Update dependencies.
3611 * config/i386/fbsd64.mt (TDEPFILES): Add bsd-uthread.o.
3612
17d92a02
AC
36132005-01-16 Andrew Cagney <cagney@gnu.org>
3614
3615 * cli/cli-script.c: Include "exceptions.h".
3616 (struct wrapped_read_command_file_args): Define.
3617 (wrapped_read_command_file): New function.
3618 (script_from_file): Replace direct call to read_command_file by
3619 one wrapped by an exception handler.
3620 * exceptions.c (throw_it): Free the old message after creating the
3621 new.
3622 * Makefile.in: Update dependencies.
3623
80ad1639
MK
36242005-01-16 Mark Kettenis <kettenis@gnu.org>
3625
ae036357
MK
3626 * sparc64fbsd-tdep.c: Update copyright year.
3627 (sparc64fbsd_collect_gregset, sparc64fbsd_collect_fpregset): New
3628 functions.
3629 (sparc64fbsd_init_abi): Create register sets with collect
3630 functions.
3631
ca5807d9
MK
3632 * sparc64fbsd-nat.c: Include "fbsd-nat.h".
3633 (_initialize_sparc64fbsd_nat): Add some extra features to the
3634 generic SPARC target.
3635 * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
3636 * config/sparc/fbsd.mh (NATDEPFILES): Add fbsd-nat.o and gcore.o.
3637 (NAT_FILE): Set to solib.h.
3638 * config/sparc/nm-fbsd.h: Remove file.
3639
c4f2d4d7
MK
3640 * sparc64-tdep.c (sparc64_store_arguments): Fix typo.
3641
80ad1639
MK
3642 * sparc-tdep.c (sparc_integral_or_pointer_p): Simplify.
3643
6212a5e9
AC
36442005-01-16 Andrew Cagney <cagney@gnu.org>
3645
3646 * exceptions.c (struct catcher): Delete saved_error_pre_print and
3647 saved_quit_pre_print.
3648 (catcher_init): Delete parameter errstring, do not override the
3649 pre_print strings.
3650 (catcher_pop): Do not restore the pre_print strings.
3651 (catch_exception, catch_exceptions_with_msg, catch_errors)
3652 (catch_command_errors): Update catch_init calls.
3653
936df4b3
MK
36542005-01-16 Mark Kettenis <kettenis@gnu.org>
3655
3656 * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
3657 * sparc64fbsd-nat.c: Update copyright year. Include "target.h".
3658
3af1e0e3
AC
36592005-01-15 Andrew Cagney <cagney@gnu.org>
3660
85981d60
AC
3661 * acinclude.m4: Include ../bfd/bfd.m4 instead of
3662 ../bfd/acinclude.m4. Include ../gettext.m4.
3663 * aclocal.m4, configure: Re-generate.
3664
5a14cc1a
AC
3665 * exceptions.c (do_captured_command)
3666 (struct captured_command_args): Delete.
3667 (catch_command_errors): Simplify by inlining call to catch_errors.
3668
3af1e0e3
AC
3669 * exceptions.c (struct catcher): Delete field print_message.
3670 (catcher_init): Delete print_message parameter.
3671 (catch_exception, catch_exceptions_with_msg, catch_errors): Update.
3672 (throw_it): Delete prefix parameter.
3673 (throw_verror, throw_vfatal, throw_error): Update.
3674
d0555901
AC
36752005-01-14 Andrew Cagney <cagney@gnu.org>
3676
e48f5bee
AC
3677 * exceptions.c (print_and_throw): Delete, replaced by throw_it.
3678 (throw_reason): Leave the exception's message field blank.
3679 (throw_it): New function, create the exception and throw it.
3680 (throw_verror, throw_vfatal, throw_error): Call throw_it.
3681 (print_any_exception): New function.
3682 (catch_errors, catch_exceptions_with_msg): Call
3683 print_any_exception.
3684 (throw_exception): Move code calling annotate_error and
3685 annotate_quit from here ...
3686 (print_exception): ... to here.
3687
c6da7a6d
AC
3688 * exceptions.c (exception_fprintf, exception_print): Move printing
3689 of \n from here ...
3690 (print_exception): ... to here.
3691 (print_flush): New function.
3692 (exception_print, exception_fprintf): Replace duplicated flush and
3693 wrap code with call to print_flush.
3694 (print_and_throw): Simplify, by using xstrvprintf, print_flush,
3695 and print_exception.
3696 (do_write): Delete.
3697
d0555901
AC
3698 * remote-sds.c (interrupt_query): Call throw_reason instead of
3699 throw_exception.
3700 * remote-mips.c (mips_error, mips_kill): Ditto
3701 * ocd.c (interrupt_query): Ditto.
3702 * nto-procfs.c (interrupt_query): Ditto.
3703 * monitor.c (monitor_interrupt_query): Ditto.
3704
949df321
JJ
37052005-01-14 Jeff Johnston <jjohnstn@redhat.com>
3706
3707 * ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions.
3708
bc8332bb
AC
37092005-01-14 Andrew Cagney <cagney@gnu.org>
3710
1c3c7ee7
AC
3711 * exceptions.h (catch_exceptions): Delete errstring parameter.
3712 (catch_exceptions_with_msg): Ditto.
3713 * exceptions.c (catch_exceptions_with_msg): Update.
3714 (catch_exceptions): Update.
3715 * symfile-mem.c (add_vsyscall_page): Update.
3716 * frame.c (get_current_frame): Update.
3717 * wrapper.c (gdb_value_struct_elt): Update.
3718 * exceptions.c (catch_exceptions): Update.
3719 * thread.c (gdb_list_thread_ids, gdb_thread_select): Update.
3720 * breakpoint.c (gdb_breakpoint_query, gdb_breakpoint): Update.
3721 * remote-fileio.c (remote_fileio_request): Update.
3722
9cbc821d
AC
3723 * exceptions.h (exception_fprintf): Declare.
3724 (exception_print): Drop pre_print parameter.
3725 * mi/mi-main.c (mi_execute_command): Update exception_print call.
3726 * cli/cli-interp.c (safe_execute_command): Update exception_print
3727 call.
3728 * remote.c (remote_open_1): Instead of passing an error prefix to
3729 catch_exceptions, use catch_exceptions and exception_fprintf.
3730 (remote_start_remote): Change return type to void.
3731 * breakpoint.c (insert_bp_location): Instead of passing an error
3732 prefix to catch_exceptions, use catch_exceptions and
3733 exception_fprintf.
3734 (insert_catchpoint): Change return type to void.
3735 (break_command_1): Update exception_print call.
3736 * exceptions.c (exception_fprintf): New function.
3737 (print_exception): New function.
3738 (exception_print): Use print_exception.
3739
22e9b0f1
AC
3740 * utils.c (error_output_message): Delete function.
3741 * defs.h (error_output_message): Delete declaration.
3742
05ff989b
AC
3743 * linespec.c (symtab_from_filename, decode_variable): Use
3744 throw_error instead of error_silent.
3745 * breakpoint.c (do_captured_parse_breakpoint): Change return type
3746 to void.
3747 (break_command_1): Use catch_exception and check the error return
3748 status.
3749 * exceptions.c (throw_error): New function.
3750 (throw_vsilent): Delete function.
3751 * exceptions.h (throw_error): Declare.
3752 (throw_vsilent): Delete declaration.
3753 * utils.c (error_silent): Delete function.
3754 * defs.h (error_silent): Delete declaration.
3755
8a076db9
AC
3756 * mi/mi-main.c (mi_execute_command): Print the exception.
3757 * cli/cli-interp.c (safe_execute_command): Print the exception.
3758 * exceptions.h (exception_print): Declare.
3759 * exceptions.c (struct catcher): Add field print_message.
3760 (catcher_init): Add parameter print_message, store in the catcher
3761 struct.
3762 (print_and_throw): Only print the message when print_message.
3763 (catch_exceptions_with_msg, catch_errors): Pass print_message=1 to
3764 catcher_init.
3765 (catch_exception): Pass print_message=0 to catcher_init.
3766
bc8332bb
AC
3767 * varobj.c (varobj_create): Add missing \n.
3768
d183932d
MS
37692005-01-13 Michael Snyder <msnyder@redhat.com>
3770
4e18e2de 3771 * cli/cli-decode.h: Whitespace tweaks.
ca0b4d12 3772 * wince.c: Whitespace tweaks.
887a3a14 3773 * uw-thread.c: Whitespace tweaks.
0a4a0819 3774 * utils.c: Whitespace tweaks.
d183932d
MS
3775 * tracepoint.[ch]: Whitespace tweaks.
3776 * solist.h: Whitespace tweaks.
3777
6b1b7650
AC
37782005-01-13 Andrew Cagney <cagney@gnu.org>
3779
b315da38
AC
3780 * exceptions.h (struct exception): Make message const.
3781 * mi/mi-main.c (mi_execute_command): Pass result.message directly
3782 to fputstr_unfiltered.
3783
79e714b4
AC
37842005-01-13 Michael Snyder <msnyder@redhat.com>
3785
3786 * stack.c: Whitespace tweaks.
3787 * somsolib.[ch]: Whitespace tweaks.
3788 * solib-aix.c: Whitespace tweaks.
3789 * solib.c: Whitespace tweaks.
3790 * solib-frv.c: Whitespace tweaks.
3791 * solib.h: Whitespace tweaks.
3792 * solib-irix.c: Whitespace tweaks.
3793 * solib-som.c: Whitespace tweaks.
3794 * solib-sunos.c: Whitespace tweaks.
3795 * solib-svr4.[ch]: Whitespace tweaks.
3796 * ser-tcp.c: Whitespace tweaks.
3797 * ser-unix.c: Whitespace tweaks.
3798 * serial.h: Whitespace tweaks.
3799 * scm-valprint.c: Whitespace tweaks.
3800 * rs6000-tdep.c: Whitespace tweaks.
3801 * rs6000-nat.c: Whitespace tweaks.
3802 * remote.c: Whitespace tweaks.
3803
38042005-01-13 Andrew Cagney <cagney@gnu.org>
3805
6b1b7650
AC
3806 * defs.h (error_last_message, error_init): Delete declaration.
3807 * utils.c (fatal, vfatal): Call throw_vfatal.
3808 (error, verror): Call throw_verror;
3809 (do_write, error_stream_1): Delete function.
3810 (error_stream): Simplify, call error.
3811 (error_last_message, error_init, gdb_lasterr): Delete.
3812 (error_silent): Simplify, call throw_vsilent.
3813 * mi/mi-interp.c (mi_cmd_interpreter_exec): Dup the message.
3814 * main.c (captured_main): Delete call to error_init.
3815 * exceptions.c (throw_verror, throw_verror)
3816 (throw_vsilent): New functions.
3817 (do_write, print_and_throw): New functions.
3818 (last_message): New global.
3819 (throw_reason): Replace error_last_message with last_message.
3820 (catch_exceptions_with_msg): Dup the message.
3821 * exceptions.h (throw_verror, throw_vfatal, throw_vsilent):
3822 Declare.
3823
4791eb66
MS
38242005-01-13 Michael Snyder <msnyder@redhat.com>
3825
90c065fb 3826 * remote-st.c: Whitespace tweaks.
8a0ce09a 3827 * remote-sim.c: Whitespace tweaks.
1fa79fac 3828 * remote-mips.c: Whitespace tweaks.
beda9597 3829 * pa64solib.[ch]: Whitespace tweaks.
28397f59 3830 * mdebugread.c: Whitespace tweaks.
ba5e7e8d 3831 * main.c: Whitespace tweaks.
907d819a 3832 * interps.c: Whitespace tweaks.
9d1ff73f 3833 * infrun.c: Whitespace tweaks.
1f5d0fc9 3834 * infcmd.c: Whitespace tweaks.
d9788fe8 3835 * hpux-thread.c: Whitespace tweaks.
3b951200 3836 * hppa-hpux-tdep.c: Whitespace tweaks.
3a9a986f 3837 * gdbcore.h: Whitespace tweaks.
d3f17821 3838 * gdbcmd.h: Whitespace tweaks.
30867156 3839 * gdb-events[.c, .h, .sh]: Whitespace tweaks.
de6854b5 3840 * corefile.c: Whitespace tweaks.
03717487 3841 * completer.c: Whitespace tweaks.
9b5c5aad
MS
3842 * coff-solib.c: Whitespace tweaks.
3843 * coff-solib.h: Whitespace tweaks.
30fdc99f 3844 * cli-out.c: Whitespace tweaks.
1272ad14 3845 * breakpoint.c: Whitespace tweaks.
4791eb66
MS
3846 * cli/cli-interp.c: Tweak comments, per coding standard.
3847
f30f06b8
AC
38482005-01-13 Andrew Cagney <cagney@gnu.org>
3849
ce43223b
AC
3850 * breakpoint.c (gdb_breakpoint_query): Update, use
3851 catch_exceptions_with_msg.
3852 (do_captured_breakpoint): Add uiout parameter.
3853 (gdb_breakpoint): Update, use catch_exceptions_with_msg.
3854 * mi/mi-main.c (mi_cmd_thread_select): Pass mi_error_message to
3855 gdb_thread_select. Return MI_CMD_ERROR instead of
3856 MI_CMD_CAUGHT_ERROR.
3857 (mi_cmd_thread_list_ids): Ditto for gdb_list_thread_ids.
3858 (enum captured_mi_execute_command_actions): Delete
3859 EXECUTE_COMMAND_DISPLAY_ERROR.
3860 (captured_mi_execute_command): Delete code handling
3861 MI_CMD_CAUGHT_ERROR.
3862 (mi_execute_command): Don't check for
3863 EXECUTE_COMMAND_DISPLAY_ERROR.
3864 * mi/mi-cmd-break.c (breakpoint_notify): Update call to
3865 gdb_breakpoint_query.
3866 (mi_cmd_break_insert): Pass mi_error_message to gdb_breakpoint.
3867 * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_CAUGHT_ERROR.
3868 * gdb.h (gdb_thread_select, gdb_list_thread_ids)
3869 (gdb_breakpoint, gdb_breakpoint_query): Add error_message
3870 parameter.
3871 * thread.c (thread_command): Update call.
3872 (gdb_thread_select, gdb_list_thread_ids): Update, call
3873 catch_exceptions_with_msg.
3874
f30f06b8
AC
3875 * mi/mi-main.c (mi_execute_command): Use catch_exception,
3876 eliminate call to error_last_message.
3877 (captured_mi_execute_command): Change return type to void.
3878
2a78bfb5
AC
38792005-01-12 Andrew Cagney <cagney@gnu.org>
3880
c1043fc2
AC
3881 * exceptions.c (exception_none): New variable.
3882 * Makefile.in: Update dependencies.
3883 * interps.c: Include "exceptions.h".
3884 (interpreter_exec_cmd, interp_exec): Update to return "struct
3885 exception"
3886 * exceptions.h (no_exception): Declare.
3887 * tui/tui-interp.c (tui_exec): Update to return "struct exception"
3888 * mi/mi-interp.c: Include "exceptions.h".
3889 (mi_cmd_interpreter_exec, mi_interpreter_exec): Update to return
3890 'struct exception".
3891 * cli/cli-interp.c (cli_interpreter_exec, safe_execute_command)
3892 (do_captured_execute_command): Update to use catch_exception.
3893 * interps.h: Include "exceptions.h".
3894 (interp_exec_ftype, interp_exec): Return "struct exception".
3895
2a78bfb5
AC
3896 * exceptions.h (throw_reason): Rename throw_exception.
3897 (enum errors, struct exception): Define.
3898 (catch_exception_ftype): Define.
3899 (catch_exception, throw_exception): Declare.
3900 * exceptions.c (throw_exception): Rewrite.
3901 (throw_reason): New function.
3902 (struct catcher, catcher_state_machine): Replace "reason" with
3903 "exception", delete "gdberrmsg".
3904 (catch_exception): New function.
3905 (catcher_init): Replace "gdberrmsg" parameter with "exception".
3906 (catch_errors, catch_exceptions_with_msg): Re-implement passing
3907 exception to catcher_init.
3908 * utils.c (error_silent, error_stream_1): Use throw_reason.
3909 (internal_verror, quit): Ditto.
3910 * breakpoint.c (insert_catchpoint, break_command_1): Ditto.
3911 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Ditto.
3912 * remote.c (remote_open_1, interrupt_query): Ditto.
3913
8b1ca062
MK
39142005-01-12 Mark Kettenis <kettenis@gnu.org>
3915
fa565c2b
MK
3916 * i386fbsd-tdep.c: Update copyright year. Include "gdbcore.h",
3917 "regcache.h", "gdb_assert.h" and "bsd-uthread.h".
3918 (i386fbsd_jmp_buf_reg_offset): New variable.
3919 (i386fbsd_supply_uthread, i386fbsd_collect_uthread): New
3920 functions.
3921 (i386fbsdaout_init_abi): Set supply_uthread and collect_uthread.
3922 * Makefile.in (i386fbsd-tdep.o): Update dependency.
3923 * config/i386/fbsd.mt (TDEPFILES): Add bsd-uthread.o.
3924
82f5c14f
MK
3925 * bsd-uthread.h: New file.
3926 * bsd-uthread.c: New file.
3927 * Makefile.in (bsd_uthread_h): New variable.
3928 (ALLDEPFILES): Add bsd-uthread.c.
3929 (bsd-uthread.o): New dependency.
3930
42a6e6a0
MK
3931 * solib.h Update copyright year.
3932 (struct so_list): Forward declaration.
3933 (solib_read_symbols): New prototype.
3934 * solib.c (solib_read_symbols): New function.
3935 (solib_add): Call solib_read_symbols to read in symbols.
3936 (update_solib_list): Call observer_notify_solib_loaded.
3937
8b1ca062
MK
3938 * i386bsd-nat.c: Update copyright year. Don't include
3939 <sys/param.h> and <sys/user.h>.
3940 (register_u_addr, kernel_u_size): Remove functions.
3941 * config/i386/obsd.mh (NAT_FILE): Remove.
3942 * config/i386/obsdaout.mh (NAT_FILE): Set to solib.h.
3943 * config/i386/nm-obsd.h: Remove file.
3944
60250e8b
AC
39452005-01-12 Andrew Cagney <cagney@gnu.org>
3946
db5f402d
AC
3947 * exceptions.c: Include "gdb_string.h".
3948 (enum catcher_state, struct catcher): Define.
3949 (current_catcher): New global, replaces catch_return;
3950 (catch_return): Delete.
3951 (throw_exception): Use current_catcher->buf;
3952 (catcher_init, catcher_pop, catcher_state_machine): New functions.
3953 (catcher): Delete.
3954 (struct catch_errors_args): Delete.
3955 (do_catch_errors): Delete.
3956 (catch_exceptions): Replace body with call to
3957 catch_exceptions_with_msg.
3958 (catcher): Delete.
3959 (catch_exceptions_with_msg, catch_errors): Re-implement using
3960 catcher_state_machine.
3961
60250e8b
AC
3962 * exceptions.h (enum return_reason, RETURN_MASK)
3963 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL)
3964 (return_mask, throw_exception, catch_exceptions_ftype)
3965 (catch_exceptions_with_msg, catch_errors_ftype, catch_errors)
3966 (catch_command_errors_ftype, catch_command_errors): Move to
3967 exceptions.h.
3968 * exceptions.c, exceptions.h: New files.
3969 * top.c: Do not include <setjmp.h>.
3970 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP, catch_return)
3971 (throw_exception, catcher, catch_exceptions)
3972 (catch_exceptions_with_msg, struct catch_errors_args)
3973 (do_catch_errors, catch_errors, struct captured_command_args)
3974 (do_captured_command, catch_command_errors): Move to exceptions.c.
3975 * wrapper.c, wince.c, win32-nat.c, utils.c: Include "exceptions.h".
3976 * tui/tui-interp.c, top.c, thread.c, symmisc.c: Ditto.
3977 * symfile-mem.c, stack.c, solib.c, rs6000-nat.c: Ditto.
3978 * remote-sds.c, remote-mips.c, remote-fileio.c: Ditto.
3979 * remote-e7000.c, objc-lang.c, ocd.c: Ditto.
3980 * remote.c, nto-procfs.c, monitor.c, mi/mi-main.c: Ditto.
3981 * main.c, m32r-rom.c, infrun.c, inf-loop.c: Ditto.
3982 * hppa-hpux-tdep.c, frame.c, event-top.c, event-loop.c: Ditto.
3983 * corelow.c, corefile.c, cli/cli-interp.c, breakpoint.c: Ditto.
3984 * ada-valprint.c, ada-lang.c: Ditto.
3985 * Makefile.in (HFILES_NO_SRCDIR, COMMON_OBS): Add exceptions.h and
3986 exceptions.o. Update all dependencies.
3987
ca14ead7
MK
39882005-01-11 Mark Kettenis <kettenis@gnu.org>
3989
eafc7eea
MK
3990 * config/i386/nm-fbsd.h: Update copyright year.
3991 Don't include "config/nm-bsd.h".
3992 (KERNEL_U_SIZE): Remove macro.
3993 (kernel_u_size): Remove prototype.
3994
ca14ead7
MK
3995 * config/vax/nbsdaout.mh (NAT_FILE): Remove.
3996 * config/vax/nm-nbsdaout.h: Remove file.
3997
4a39d934
EZ
39982005-01-10 Elena Zannoni <ezannoni@redhat.com>
3999
4000 * MAINTAINERS: Remove self from sh/sh64 maintainership.
4001
93f0f986
AC
40022005-01-10 Andrew Cagney <cagney@gnu.org>
4003
c4f9e2bf
AC
4004 * MAINTAINERS: List Andrew Cagney and Kevin Buettner as can commit
4005 changes to PowerPC, and Andrew Cagney as lead PowerPC GNU/Linux
4006 maintainer.
4007
6b71dd74
AC
4008 * MAINTAINERS: Hans-Peter Nilsson and Orjan Friberg can commit
4009 changes to CRIS.
4010
93f0f986
AC
4011 * MAINTAINERS: Remove "Maintenance Only". Spell out that CAN
4012 COMMIT means can approve).
4013
8785ced0
MK
40142005-01-10 Mark Kettenis <kettenis@gnu.org>
4015
2a2de4ce
MK
4016 * vax-nat.c: Update copyright year. Include "inf-ptrace.h".
4017 (vax_register_u_offset): Make statuc.
4018 (_initialize_vax_nat): Construct and add target vector.
4019 * config/vax/vax.mh (NATDEPFILES): Remove infptrace.o and
4020 inftarg.o. Add inf-ptrace.o.
4021 * Makefile.in (vax-nat.o): Update dependencies.
4022
8785ced0
MK
4023 * inf-ptrace.h: Update copyright year. Sync comment with
4024 inf-ptrace.c.
4025 (inf_ptrace_trad_target): New prototype.
4026 * inf-ptrace.c: Update copyright year. Include "regcache.h" and
4027 "gdb_assert.h"
4028 (inf_ptrace_target): Add comment.
4029 (inf_ptrace+register_u_offset): New variable.
4030 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
4031 (inf_ptrace_store_register, inf_ptrace_store_registers)
4032 (inf_ptrace_trad_target): New functions.
4033 * Makefile.in (inf-ptrace.o): Update dependencies.
4034
7cb9022a
MK
40352005-01-09 Mark Kettenis <kettenis@gnu.org>
4036
4037 * configure.ac: Provide prerequisite headers when checking
4038 <link.h>, <sys/proc.h> and <sys/user.h>.
4039 * configure: Regenerate.
4040
c534d641
MK
40412005-01-08 Mark Kettenis <kettenis@gnu.org>
4042
4043 * config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Set to
4044 tm-ppc-eabi.h instead of the removed tm-nbsd.h.
4045
4b48ac22
MK
40462005-01-07 Mark Kettenis <kettenis@gnu.org>
4047
4048 * config/ia64/tm-linux.h: Tweak comment. Update copyright year.
4049 Don't include "tm-ia64.h".
4050 * config/ia64/ia64.mt (DEPRECATED_TM_FILE): Remove.
4051 * config/ia64/tm-ia64.h: Remove. Move contents ...
4052 * ia64-tdep.h: ... here. Update copyright year.
4053
3ace7edb
AC
40542005-01-07 Andrew Cagney <cagney@gnu.org>
4055
bec39cab
AC
4056 * configure.ac: Rename configure.in, require autoconf 2.59.
4057 * configure: Re-generate.
4058
e14ecb8f
AC
4059 * configure.tgt: Disable arm*-*-*, thumb*-*-*, strongarm*-*-*,
4060 xscale-*-* and i[34567]86-*-netware* code adding rdi-share or nlm
4061 to configdirs.
4062
3ace7edb
AC
4063 * configure.in: Replace configdirs with multiple references to
4064 AC_CONFIG_SUBDIRS.
4065 * configure: Re-generate.
4066
b33e8514
AS
40672005-01-05 Andreas Schwab <schwab@suse.de>
4068
4069 * ia64-tdep.c: Include "osabi.h".
4070 (native_find_global_pointer): Delete.
4071 (ia64_find_global_pointer): Renamed from
4072 generic_elf_find_global_pointer.
4073 (FIND_GLOBAL_POINTER): Delete. Change all users to call
4074 ia64_find_global_pointer instead.
4075 (ia64_gdbarch_init): Call gdbarch_init_osabi. Remove references
4076 to ia64_linux_sigcontext_register_address and
4077 ia64_linux_write_pc. Don't set tdep->find_global_pointer.
4078 (_initialize_ia64_tdep): Call gdbarch_register instead of
4079 deprecated register_gdbarch_init.
4080 (struct gdbarch_tdep): Remove find_global_pointer field and move
4081 to ...
4082 * ia64-tdep.h (struct gdbarch_tdep): ... here.
4083 (ia64_linux_sigcontext_register_address): Remove declaration.
4084 (ia64_linux_getunwind_table): Likewise.
4085 (ia64_linux_write_pc): Likewise.
4086 * ia64-linux-tdep.c: Include "osabi.h".
4087 (ia64_linux_sigcontext_register_address): Make static.
4088 (ia64_linux_write_pc): Likewise.
4089 (ia64_linux_init_abi): New.
4090 (_initialize_ia64_linux_tdep): New.
4091 * Makefile.in (ia64-tdep.o, ia64-linux-tdep.o): Depend on
4092 $(osabi_h).
4093
0ea390ed
KB
40942005-01-05 Kevin Buettner <kevinb@redhat.com>
4095
4096 * ia64-tdep.c (ia64_gdbarch_init): Eliminate dependency on
4097 functions in ia64-aix-tdep.c.
4098 * ia64-tdep.h (ia64_aix_sigcontext_register_address): Remove
4099 function defined in ia64-aix-tdep.c.
4100 * ia64-aix-tdep.c: Remove file.
4101 * config/ia64/linux.mt (TDEPFILES): Remove ia64-aix-tdep.o from
4102 this list.
4103 * Makefile.in (ia64-aix-tdep.o): Delete.
4104
edefbb7c
AC
41052005-01-05 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4106
4107 Committed by Andrew Cagney.
4108 * ada-valprint.c, aix-thread.c, alpha-nat.c: I18n markup.
4109 * alphabsd-nat.c, alphanbsd-tdep.c, amd64-linux-nat.c: I18n markup.
4110 * amd64-tdep.c, amd64bsd-nat.c, amd64fbsd-nat.c: I18n markup.
4111 * arch-utils.c, arm-linux-nat.c, arm-tdep.c: I18n markup.
4112 * armnbsd-nat.c, armnbsd-tdep.c, auxv.c, avr-tdep.c: I18n markup.
4113 * aix-thread.c (_initialize_aix_thread): Get rid of the
4114 deprecated_add_show_from_set call.
4115 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
4116 * arm-tdep.c (_initialize_arm_tdep): Ditto.
4117 * command.h (add_setshow_enum_cmd): Add arguments for returning
4118 new list elements.
4119 * cli/cli-decode.c (add_setshow_enum_cmd): Ditto.
4120 * mips-tdep.c (_initialize_mips_tdep): Modify calls to
4121 add_setshow_enum_cmd.
4122
a260932f
MK
41232005-01-04 Mark Kettenis <kettenis@gnu.org>
4124
34cf1994
MK
4125 * configure.host (ia64-*-aix*): Remove.
4126 * configure.tgt (ia64-*-aix*): Remove.
4127 * config/ia64/aix.mh: Remove file.
4128 * config/ia64/aix.mt: Remove file.
4129 * config/ia64/tm-aix.h: Remove file.
4130 * ia64-aix-nat.c: Remove file.
4131 * Makefile.in (ia64-aix-nat.o): Remove dependency.
4132
a260932f
MK
4133 * config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o.
4134 Add back inf-ptrace.o.
4135
5ed102a1
AC
41362005-01-04 Andrew Cagney <cagney@gnu.org>
4137
4138 * version.in: Change format from 6.3.50_2005-01-04-cvs to
4139 6.3.50.20050104-cvs.
4140
3a63c4b7
AS
41412005-01-04 Andreas Schwab <schwab@suse.de>
4142
4143 * breakpoint.c (break_command_1): Always free err_msg before
4144 returning when an exception was caught.
4145
e22b26cb
JB
41462005-01-01 Joel Brobecker <brobecker@gnat.com>
4147
4148 * hppa-tdep.c (prologue_inst_adjust_sp): Fix small confusion
4149 in register number for addil instruction.
4150
151c5df6 4151For older changes see ChangeLog-2004.
c906108c
SS
4152\f
4153Local Variables:
4154mode: change-log
4155left-margin: 8
4156fill-column: 74
4157version-control: never
4158End:
This page took 0.980248 seconds and 4 git commands to generate.