2003-08-01 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-08-01 Andrew Cagney <cagney@redhat.com>
2
3 * NEWS: Mention that m32r is multi-arch.
4 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
5 * configure.tgt: Recognize m32r-*-*.
6 * config/m32r/tm-m32r.h: Delete file.
7 * config/m32r/m32r.mt: New file.
8 * m32r-rom.c (m32r_upload_command): Use hostent only when
9 gethostname succeeds, in order to avoid a compilation
10 warning.
11 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
12 compiler warning.
13
14 2003-08-01 Michael Snyder <msnyder@redhat.com>
15
16 * sh-tdep.c (sh_frame_align): New gdbarch method.
17 (sh_gdbarch_init): Set up frame_align method.
18
19 2003-07-31 Michael Snyder <msnyder@redhat.com>
20
21 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
22 which is already covered by the new frames infrastructure.
23
24 2003-07-31 Andrew Cagney <cagney@redhat.com>
25
26 * user-regs.c (struct user_reg): Add "next" link.
27 (struct user_regs): Replace "user" with "first" and "last" links.
28 (append_user_reg): Add pre-allocated "reg" parameter.
29 (builtin_user_regs): Provide initial value for "last".
30 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
31 (user_regs_init): Allocate memory from the gdbarch obstack.
32 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
33 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
34 linked list.
35 (usernum_to_user_reg): New function.
36 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
37 (value_of_user_reg): Use usernum_to_user_reg.
38 (user_regs_free): Delete function.
39 (_initialize_user_regs): Update register_gdbarch_data call.
40
41 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
42
43 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
44
45 2003-07-30 Michael Snyder <msnyder@redhat.com>
46
47 * value.h (value_being_returned): Add a struct_addr argument.
48 * infcall.c (call_function_by_hand): Pass struct_addr to
49 value_being_returned.
50 * infcmd.c (print_return_value): Pass zero as struct_addr.
51 * values.c (value_being_returned): If struct_addr is passed,
52 use it instead of trying to recover it from the inferior.
53
54 2003-07-30 Kevin Buettner <kevinb@redhat.com>
55
56 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
57 the prologue analyzer won't need to attempt to extract the pc
58 value from the woefully incomplete dummy frame.
59 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
60 possible. Disable code which modifies the frame.
61
62 2003-07-28 Andrew Cagney <cagney@redhat.com>
63
64 * annotate.c (annotate_breakpoints_headers): Restrict annotation
65 to level 2.
66 (annotate_breakpoints_table, annotate_record): Ditto.
67 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
68 (annotate_field_name_end, annotate_field_value): Ditto.
69 (annotate_field_end, annotate_frame_source_begin): Ditto.
70 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
71 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
72 (annotate_frame_begin, annotate_frame_function_name): Ditto.
73 (annotate_frame_address_end, annotate_frame_address): Ditto.
74 (annotate_frame_args, annotate_frame_end): Ditto.
75 (annotate_frame_where, annotate_arg_begin): Ditto.
76 (annotate_arg_name_end, annotate_arg_value): Ditto.
77 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
78 (annotate_function_call, annotate_signal_name): Ditto.
79 (annotate_signal_string, annotate_signal_name_end): Ditto.
80 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
81 (annotate_value_begin, annotate_value_history_value): Ditto.
82 (annotate_value_history_end, annotate_value_end): Ditto.
83 (annotate_display_begin, annotate_display_number_end): Ditto.
84 (annotate_display_format, annotate_display_expression): Ditto.
85 (annotate_display_expression_end, annotate_display_value): Ditto.
86 (annotate_display_end, annotate_array_section_begin): Ditto.
87 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
88 (annotate_elt, annotate_array_section_end): Ditto.
89
90 2003-07-28 Andrew Cagney <cagney@redhat.com>
91
92 * regcache.c (struct regcache_descr): Update comments on
93 nr_raw_registers.
94 (init_legacy_regcache_descr): Don't set nr_raw_registers or
95 sizeof_raw_register_valid_p.
96 (init_regcache_descr): Set nr_raw_registers and
97 sizeof_raw_register_valid_p before calling
98 init_legacy_regcache_descr.
99
100 2003-07-28 Andrew Cagney <cagney@redhat.com>
101
102 * mips-tdep.c (print_gp_register_row): Print the GPR's register
103 MOD NUM_REGS.
104
105 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
106
107 * thread.c (info_threads_command): Use get_selected_frame ().
108 Check that there is at least one non-sentinel frame.
109
110 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
111
112 * m68hc11-tdep.c (struct frame_extra_info): Remove.
113 (m68hc11_pop_frame): Remove.
114 (m68hc11_frame_saved_pc): Remove.
115 (m68hc11_frame_chain): Remove.
116 (m68hc11_frame_init_saved_regs): Remove.
117 (m68hc11_init_extra_frame_info): Remove.
118 (m68hc11_store_struct_return): Remove.
119 (m68hc11_saved_pc_after_call): Remove.
120
121 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
122
123 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
124 frame unwind information.
125 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
126 and adapted for frame unwinding.
127 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
128 (m68hc11_unwind_pc): New function.
129 (m68hc11_frame_unwind_cache): New function to analyze frames.
130 (m68hc11_frame_this_id): New function to create new frame struct.
131 (m68hc11_frame_prev_register): New function to unwind a register from
132 the frame.
133 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
134 (m68hc11_frame_p): New function for the above.
135 (m68hc11_frame_base_address): New function to return fp of frame.
136 (m68hc11_frame_args_address): Update for frame.
137 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
138 (m68hc11_unwind_sp): New function.
139 (m68hc11_unwind_dummy_id): New function.
140 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
141 calls.
142
143 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
144
145 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
146 (m68hc11_guess_from_prologue): Advance the pc and frame size only
147 when we are beyond the current pc.
148
149 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
150
151 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
152 from m68hc11_push_arguments.
153 (m68hc11_push_arguments): Remove.
154 (m68hc11_push_return_address): Remove.
155 (m68hc11_gdbarch_init): Install the above; remove above deprecated
156 handlers; remove deprecated_extra_stack_alignment_needed.
157
158 2003-07-27 Andrew Cagney <cagney@redhat.com>
159
160 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
161 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
162 REAL_PC and not the pointer.
163 * hppa-hpux-tdep.c: Include frame.h
164
165 2003-07-27 Andrew Cagney <cagney@redhat.com>
166
167 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
168 GDB_MULTI_ACH_PARTIAL.
169
170 2003-07-27 Andrew Cagney <cagney@redhat.com>
171
172 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
173 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
174 operator at start and not end of line.
175 (decode_prologue): Ditto.
176 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
177 frame_unwind_register_unsigned instead of
178 frame_unwind_unsigned_register.
179 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
180 read_register.
181 (m32r_push_dummy_call): Use register_size instead of
182 REGISTER_RAW_SIZE.
183 (m32r_frame_sniffer): Replace m32r_frame_p.
184 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
185 * m32r-rom.c (report_transfer_performance): Delete extern
186 declaration.
187 (m32r_load, m32r_upload_command): Use print_transfer_performance
188 instead of report_transfer_performance.
189 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
190 / add_show_from_set.
191
192 2003-07-26 Andrew Cagney <cagney@redhat.com>
193
194 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
195 store_return_value and extract_struct_value_address.
196
197 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
198
199 PR c++/1267
200 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
201 NULL, default to the section containing PC.
202
203 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
204
205 * NEWS: Mention "regs" deprecated for m68hc11 too.
206
207 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
208 (m68hc11_print_register): New function to print out one register.
209 (m68hc11_print_registers_info): New function to print registers.
210 (show_regs): Deprecate and use the above.
211 (m68hc11_gdbarch_init): Install the print_registers_info.
212
213 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
214
215 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
216 that we have a SIGTRAP before returning non-zero.
217
218 2003-07-23 Michal Ludvig <mludvig@suse.cz>
219 Elena Zannoni <ezannoni@redhat.com>
220
221 * linespec.c (decode_line_2): Avoid crash if
222 find_function_start_sal() returns empty record.
223
224 2003-07-23 Andreas Schwab <schwab@suse.de>
225
226 * ia64-tdep.c (ia64_print_insn): New function.
227 (ia64_gdbarch_init): Set print_insn to it.
228 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
229 deprecated_tm_print_insn_info.
230
231 2003-07-22 Michael Snyder <msnyder@redhat.com>
232
233 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
234 handle 8-bit returns (long long).
235 (h8300h_extract_return_value): Ditto.
236 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
237
238 2003-07-22 Andrew Cagney <cagney@redhat.com>
239
240 * gdbarch.c Include "gdb_obstack.h".
241 (struct gdbarch): Add an "obstack".
242 (alloc_gdbarch_data): Allocate the gdbarch data using
243 GDBARCH_OBSTACK_CALLOC.
244 (free_gdbarch_data): Delete function.
245 (gdbarch_obstack_zalloc): New function.
246 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
247 Assert that the architecture is not initialized.
248 (gdbarch_alloc): Allocate an obstack, allocate the architecture
249 vector from the obstack.
250 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
251 architecture obstack.
252 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
253 (set_gdbarch_data): Assert that the data is not initialized.
254 (struct gdbarch_data): Delete member "free".
255 (register_gdbarch_data): Do not initialize "free".
256 * gdbarch.h, gdbarch.c: Re-generate.
257
258 2003-07-22 Andrew Cagney <cagney@redhat.com>
259
260 * configure.in (build_warnings): Add -Wformat-nonliteral.
261 * configure: Re-generate.
262
263 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
264
265 * dwarf2loc.c (locexpr_describe_location): Fix typos.
266
267 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
268
269 * findvar.c (read_var_value): Remove case for thread local storage
270 variables. It is now entirely handled by the dwarf2 location
271 expression code.
272 * printcmd.c (address_info): Ditto.
273 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
274 enumeration value.
275 (struct symbol): Remove objfile field, which was used by
276 LOC_THREAD_LOCAL_STATIC only.
277 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
278 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
279 usage of objfile pointer.
280 * dwarf2loc.c (locexpr_describe_location): Add case to handle
281 thread local variables.
282 Add include of objfiles.h.
283 * dwarf2expr.c (execute_stack_op): Add comments about thread local
284 storage variables.
285 * Makefile.in (dwarf2loc.o): Update dependencies.
286
287 2003-07-22 Andrew Cagney <cagney@redhat.com>
288
289 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
290 get_frame_base.
291 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
292 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
293 (struct value): Add opaque declaration.
294 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
295
296 2003-07-21 Andrew Cagney <cagney@redhat.com>
297
298 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
299 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
300
301 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
302
303 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
304 regcache_cooked_read_unsigned instead of read_register.
305 (m68hc11_saved_pc_after_call): Likewise.
306 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
307 instead of write_register.
308 (m68hc11_register_type): New function.
309 (m68hc11_register_virtual_type): Remove.
310 (m68hc11_store_return_value): Convert to use the regcache.
311 (m68hc11_extract_struct_value_address): Likewise.
312 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
313 m68hc11_register_type; undeprecate store_return_value and
314 extract_struct_value_address.
315
316 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
317
318 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
319 and translate to use regcache.
320 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
321
322 2003-07-18 Andrew Cagney <cagney@redhat.com>
323
324 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
325 * gdbarch.h, gdbarch.c: Re-generate.
326 * i386-tdep.c (i386_gdbarch_init): Do not set
327 DWARF2_BUILD_FRAME_INFO.
328 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
329 unconditionally.
330 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
331 DWARF2_BUILD_FRAME_INFO.
332
333 2003-07-18 Andrew Cagney <cagney@redhat.com>
334
335 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
336 * disasm.c (gdb_disassemble_info): Initilize di.arch.
337
338 2003-07-18 Andrew Cagney <cagney@redhat.com>
339
340 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
341 frame_unwind_address_in_block, instead of frame_pc_unwind.
342 (dwarf2_frame_cache): Ditto.
343
344 2003-07-18 Andrew Cagney <cagney@redhat.com>
345
346 * user-regs.h (struct gdbarch): Declare opaque.
347 * ui-out.h (struct ui_file): Declare opaque.
348 * dwarf2-frame.h (struct frame_info): Declare opaque.
349
350 2003-07-18 Kris Warkentin <kewarken@qnx.com>
351
352 * nto-procfs.c: Clean ARI hits. Change #include <..> to
353 #include "...".
354 (procfs_meminfo): Change strerror to safe_strerror.
355 (procfs_can_run): Remove K&R badness.
356
357 2003-07-17 Michael Snyder <msnyder@redhat.com>
358
359 * remote-sim.c: Comment typo fix.
360
361 2003-07-17 Andrew Cagney <cagney@redhat.com>
362
363 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
364 configure.
365 * sparc-tdep.c (sparc_intreg_size): Make non-static.
366 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
367 GDB_MULTI_ARCH_PARTIAL.
368
369 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
370
371 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
372 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
373 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
374
375 2003-07-16 Theodore A. Roth <troth@openavr.org>
376
377 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
378 found.
379 (avr_frame_unwind_cache): Don't unwind FP for main.
380 Update a comment.
381 Save the computed prev_sp.
382 (avr_saved_regs_unwinder): Remove function.
383 (avr_frame_prev_register): Use PC unwind logic from
384 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
385
386 2003-07-16 Andrew Cagney <cagney@redhat.com>
387
388 * frame-base.h (frame_base_p_ftype): Delete definition.
389 (frame_base_append_predicate): Delete declaration.
390 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
391 (frame_unwind_append_predicate): Delete declaration.
392 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
393 (append_predicate): Delete parameter "p".
394 (frame_unwind_append_predicate): Delete function.
395 (frame_unwind_append_sniffer): Update call to append_predicate.
396 (frame_unwind_free): Delete function.
397 (_initialize_frame_unwind): Pass NULL as "free" to
398 register_gdbarch_data.
399 (frame_unwind_init): Append the dummy_frame_sniffer.
400 (frame_unwind_find_by_frame): Simplify.
401 * frame-base.c (struct frame_base_table): Delete field "p".
402 (append_predicate): Delete parameter "p".
403 (frame_base_append_predicate): Delete function.
404 (frame_base_append_sniffer): Update call to append_predicate.
405 (frame_base_free): Delete function.
406 (frame_base_find_by_frame): Simplify.
407 (_initialize_frame_base): Pass NULL as "free" to
408 register_gdbarch_data.
409 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
410 (x86_64_sigtramp_frame_sniffer): Replace
411 "x86_64_sigtramp_frame_p".
412 (x86_64_init_abi): Set the frame unwind sniffers.
413 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
414 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
415 (m68k_gdbarch_init): Set the frame unwind sniffers.
416 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
417 "i386_sigtramp_frame_p".
418 (i386_frame_sniffer): Replace "i386_frame_p".
419 (i386_gdbarch_init): Set the frame unwind sniffers.
420 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
421 (avr_gdbarch_init): Set the frame unwind sniffers.
422 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
423 "alpha_sigtramp_frame_p"
424 (alpha_heuristic_frame_sniffer): Replace
425 "alpha_heuristic_frame_p".
426 (alpha_gdbarch_init): Set the frame unwind sniffers.
427 (alpha_dwarf2_init_abi): Ditto.
428 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
429 "alpha_debug_frame_p".
430 (alpha_mdebug_frame_base_sniffer): Replace
431 "alpha_mdebug_frame_base_p".
432 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
433 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
434 (d10v_gdbarch_init): Set the frame unwind sniffer.
435 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
436 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
437 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
438 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
439 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
440 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
441
442 2003-07-16 Michael Snyder <msnyder@redhat.com>
443
444 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
445 should go thru sh_dsp_register_sim_regno, else the dsp regs
446 will not get the right values.
447
448 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
449
450 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
451 deprecated_store_floating by call to store_typed_floating.
452 (sh_sh4_register_convert_to_raw): Substitute call to
453 deprecated_extract_floating by call to extract_typed_floating.
454
455 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
456
457 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
458
459 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
460
461 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
462 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
463 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
464 as possible.
465 (do_pseudo_register): Remove.
466 (sh_push_dummy_code): New function.
467 (sh64_store_struct_return): Rename from sh_store_struct_return.
468 Only called for sh64 now.
469 (sh_extract_struct_value_address): Regcache'ify.
470 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
471 and accomodate new tasks.
472 (sh64_push_return_address): Rename from sh_push_return_address.
473 Only called for sh64 now.
474 (sh_default_extract_return_value): Rename from sh_extract_return_value.
475 Regcache'ify.
476 (sh3e_sh4_extract_return_value): Regcache'ify.
477 (sh_default_store_return_value): Ditto.
478 (sh3e_sh4_store_return_value): Ditto.
479 (sh_default_register_byte): Remove.
480 (sh_sh4_register_byte): Remove.
481 (sh_default_register_raw_size): Remove.
482 (sh_sh4_register_raw_size): Remove.
483 (sh_register_virtual_size): Remove.
484 (sh_sh3e_register_virtual_type): Remove.
485 (sh_sh3e_register_type): New function.
486 (sh_sh4_register_virtual_type): Remove.
487 (sh_sh4_register_type): New function.
488 (sh_default_register_virtual_type): Remove.
489 (sh_default_register_type): New function.
490 (do_fv_register_info): Add parameters to accomodate call from
491 sh_print_registers_info.
492 (do_dr_register_info): Ditto.
493 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
494 Add parameters to accomodate call from sh_print_registers_info.
495 (sh_do_fp_register): Ditto.
496 (sh64_do_pseudo_register): Call do_dr_register_info,
497 do_fv_register_info and sh_do_fp_register with default parameters.
498 (sh_do_register): Add parameters to accomodate call from
499 sh_print_registers_info.
500 (sh_print_register): Ditto.
501 (sh_print_registers_info): Rename from sh_do_registers_info.
502 Add parameters to be used as gdbarch_print_registers_info
503 implementation. Accomodate removed do_pseudo_register function
504 pointer.
505 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
506 function pointer. Call sh_print_register with default parameters.
507 (sh64_do_registers_info): Call sh_print_registers_info instead of
508 sh_do_registers_info.
509 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
510 detection of deprecated vs. non-deprecated functionality.
511 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
512 function pointer assignments by direct function calls.
513
514 2003-07-15 Andrew Cagney <cagney@redhat.com>
515
516 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
517 (frame_register_unwind, create_new_frame): Ditto.
518 (legacy_get_prev_frame, get_frame_type): Ditto.
519 (get_frame_base_address): Use frame_base_find_by_frame.
520 (get_frame_locals_address): Use frame_base_find_by_frame.
521 (get_frame_args_address): Use frame_base_find_by_frame.
522 * frame-base.h (frame_base_sniffer_ftype): Declare.
523 (frame_base_append_sniffer): Declare.
524 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
525 * frame-base.c (append_predicate): Add a "sniffer" parameter.
526 (frame_base_append_sniffer): New function.
527 (frame_base_append_predicate): Add a NULL sniffer.
528 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
529 (struct frame_base_table): Add "sniffer".
530 (frame_base_free): Free the "sniffer" table.
531 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
532 (frame_unwind_append_sniffer): Declare.
533 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
534 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
535 (struct frame_unwind_table): Add "sniffer", delete "middle".
536 (append_predicate): Add "sniffer" parameter, append the sniffer.
537 (frame_unwind_init): Update append_predicate call.
538 (frame_unwind_append_sniffer): New function.
539 (frame_unwind_append_predicate): Update append_predicate call.
540 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
541
542 2003-07-15 Andrew Cagney <cagney@redhat.com>
543
544 * frame.c (get_prev_frame): Move disabled inside_entry_func to
545 before code inhibiting repeated unwind attempts. Add to
546 commentary on that test's problems.
547 * blockframe.c (inside_main_func): Look for "main" in the minimal
548 symbol table.
549 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
550 identical.
551
552 2003-07-15 Andrew Cagney <cagney@redhat.com>
553
554 * complaints.c (struct explanation): Define.
555 (struct complaints): Change type of "explanation" to "struct
556 explanation".
557 (symfile_explanations): Convert to a "struct explanation" table.
558 (vcomplaint): Update.
559
560 2003-07-15 Michal Ludvig <mludvig@suse.cz>
561
562 * x86-64-linux-nat.c (regmap): Removed.
563 (supply_gregset, fill_gregset): Call
564 x86_64_linux_(fill,supply)_gregset functions.
565 * x86-64-linux-tdep.c (USER_*): New defines.
566 (user_to_gdb_regmap, x86_64_core_fns): New structure.
567 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
568 New functions.
569 (fetch_core_registers): Ditto.
570 (_initialize_x86_64_linux_tdep): Call add_core_fns().
571 * x86-64-linux-tdep.h: New file.
572 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
573 and core-regset.o.
574 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
575
576 2003-07-13 Mark Kettenis <kettenis@gnu.org>
577
578 * x86-64-tdep.c (x86_64_store_return_value): Use
579 regcache_cooked_write_part instead of regcache_cooked_write.
580
581 * configure.host: Add x86_64-*-freebsd*.
582 * configure.tgt: Add x86_64-*-freebsd*.
583 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
584 * amd64fbsd-nat.c: New file.
585 * amd64fbsd-tdep.c: New file.
586 * config/i386/nm-fbsd64.h: New file.
587 * config/i386/fbsd64.mh: New file.
588 * config/i386/fbsd64.mt: New file.
589
590 2003-07-11 Mark Kettenis <kettenis@gnu.org>
591
592 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
593 `sc_regs_offset' and `sc_fpregs_offset'.
594 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
595 SIGFRAME_FPREGSAVE_OFF): Remove defines.
596 (alpha_sigtramp_register_address): Rewrite to use new members of
597 `struct gdbarch_tdep'.
598 (alpha_gdbarch_init): Initialize new members of struct
599 gdbarch_tdep'.
600 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
601 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
602 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
603 (alphafbsd_pc_in_sigtramp): Implement.
604 (alphafbsd_sigtramp_offset): New function.
605 (alphafbsd_sigcontext_addr): New function.
606 (alphafbsd_init_abi): Initialize signal trampoline related members
607 of `struct gdbarch_tdep'.
608 (_initialize_alphafbsd_tdep): Add prototype.
609
610 2003-07-11 Theodore A. Roth <troth@openavr.org>
611
612 * Makefile.in (install-only): Quote sed expression when generating
613 transformed_name.
614
615 2003-07-11 Richard Henderson <rth@redhat.com>
616
617 * Makefile.in (dwarf2-frame.o): Add complaints_h.
618 * dwarf2-frame.c: Include complaints.h.
619 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
620 variable initialization; return NULL on error.
621 (decode_frame_entry): New.
622
623 2003-07-11 Andrew Cagney <cagney@redhat.com>
624
625 * frame.h (frame_address_in_block): Delete declaration.
626 * blockframe.c (frame_address_in_block): Delete function.
627 (get_frame_block): Use get_frame_address_in_block.
628 (block_innermost_frame): Ditto.
629 * stack.c (print_frame, backtrace_command_1): Ditto.
630
631 * frame.h (get_frame_address_in_block): Declare.
632 (frame_unwind_address_in_block): Declare.
633 * frame.c (frame_unwind_address_in_block): New function.
634 (get_frame_address_in_block): New function.
635
636 2003-07-10 Andrew Cagney <cagney@redhat.com>
637
638 * gdbarch.sh: Simplify predicate methods. Remove need to provide
639 pre-default. Note: re-generate has no effect.
640
641 2003-07-10 Andrew Cagney <cagney@redhat.com>
642
643 * gdbarch.sh: When a variable, but not a function, compare against
644 0. Fix problem in previous patch.
645 * gdbarch.c: Re-generate.
646
647 2003-07-10 Andrew Cagney <cagney@redhat.com>
648
649 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
650 functions against NULL, not 0.
651 * gdbarch.c: Re-generate.
652
653 2003-07-10 Fred Fish <fnf@ninemoons.com>
654
655 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
656 null string instead of a null pointer.
657 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
658
659 2003-07-09 Michael Snyder <msnyder@redhat.com>
660
661 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
662
663 2003-07-09 Mark Kettenis <kettenis@gnu.org>
664
665 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
666 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
667 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
668 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
669 * x86-64-tdep.c: ... from here.
670
671 2003-07-09 Andreas Schwab <schwab@suse.de>
672
673 * m68k-tdep.h (enum struct_return): Define.
674 (struct gdbarch_tdep): Add struct_return.
675 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
676 bytes are padded to the right, not to the left. Pass struct value
677 address in register %a1, not on stack.
678 (m68k_use_struct_convention): New function.
679 (m68k_gdbarch_init): Set use_struct_convention. Initialize
680 struct_return in tdep to pcc_struct_return.
681 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
682 reg_struct_return.
683
684 2003-07-09 Joel Brobecker <brobecker@gnat.com>
685
686 * somread.c (som_symfile_offsets): Fix compilation error.
687
688 2003-07-09 Andrew Cagney <cagney@redhat.com>
689
690 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
691 Add comments about the checks.
692
693 2003-07-08 Andrew Cagney <cagney@redhat.com>
694
695 * Makefile.in: Make dependency section headers consistent.
696 (config_h): Move to $BUILD headers section.
697 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
698 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
699 (ada-exp.tab.c): Move to YACC/LEX section.
700 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
701 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
702
703 2003-07-08 Kris Warkentin <kewarken@qnx.com>
704
705 * nto-procfs.c: Cleaned up a bunch of ARI hits.
706 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
707 of strerror with safe_strerror, use ISO C function definitions,
708 and replace instances of sprintf with snprintf.
709
710 2003-07-07 Andrew Cagney <cagney@redhat.com>
711
712 * frame.c (get_prev_frame): Enable check for identical frames.
713 Update comments. Update error messages.
714
715 2003-07-07 Joel Brobecker <brobecker@gnat.com>
716
717 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
718
719 2003-07-07 Joel Brobecker <brobecker@gnat.com>
720
721 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
722 sort_symtab_syms, no longer necessary.
723
724 2003-07-07 Joel Brobecker <brobecker@gnat.com>
725
726 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
727
728 2003-07-07 Joel Brobecker <brobecker@gnat.com>
729
730 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
731 (mips_register_byte): Likewise.
732
733 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
734
735 * Makefile.in (sparc_tdep_h): New.
736 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
737 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
738 * sparc-linux-nat.c: Include "sparc-tdep.h".
739 * sparc-nat.c: Likewise.
740 * sparc-tdep.c: Likewise.
741 * sparc64nbsd-nat.c: Likewise.
742 * sparcnbsd-nat.c: Likewise.
743 * sparcnbsd-tdep.c: Likewise.
744 * sparc-tdep.h: New file.
745 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
746 and sparc_npc_regnum.
747
748 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
749
750 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
751 (mips_linux_cannot_store_register): List supported instead of
752 unsupported registers.
753
754 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
755
756 * disasm.c (dump_insns): Separate instructions from addresses.
757
758 2003-07-07 Andreas Schwab <schwab@suse.de>
759
760 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
761 dependencies.
762 * m68k-tdep.c (NUM_FREGS): Delete.
763 (SIG_PC_FP_OFFSET): Delete.
764 (TARGET_M68K): Delete.
765 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
766 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
767 P_MOVEL_SP, P_MOVEML_SP): Define.
768 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
769 P_TRAP): Delete.
770 (m68k_register_raw_size): Delete.
771 (m68k_register_virtual_size): Delete.
772 (m68k_register_type): Renamed from m68k_register_virtual_type and
773 add gdbarch argument.
774 (m68k_store_struct_return): Delete.
775 (m68k_deprecated_extract_return_value): Delete.
776 (m68k_deprecated_extract_struct_value_address): Delete.
777 (m68k_frame_chain): Delete.
778 (m68k_frame_saved_pc): Delete.
779 (m68k_fix_call_dummy): Delete.
780 (m68k_push_dummy_frame): Delete.
781 (m68k_pop_frame): Delete.
782 (m68k_extract_return_value): New function.
783 (m68k_store_return_value): Rewrite using regcache.
784 (m68k_extract_struct_value_address): Rewrite using regcache.
785 (m68k_push_dummy_call): New function.
786 (struct m68k_frame_cache): Define.
787 (m68k_alloc_frame_cache): New function.
788 (m68k_analyze_frame_setup): New function.
789 (m68k_analyze_register_saves): New function.
790 (m68k_analyze_prologue): New function.
791 (m68k_skip_prologue): Rewrite using above functions.
792 (m68k_unwind_pc): New function.
793 (m68k_frame_cache): New function.
794 (m68k_frame_this_id): New function.
795 (m68k_frame_prev_register): New function.
796 (m68k_frame_unwind): New variable.
797 (m68k_frame_p): New function.
798 (m68k_sigtramp_frame_cache): New function.
799 (m68k_sigtramp_frame_this_id): New function.
800 (m68k_sigtramp_frame_prev_register): New function.
801 (m68k_sigtramp_frame_unwind): New variable.
802 (m68k_sigtramp_frame_p): New function.
803 (m68k_frame_base_address): New function.
804 (m68k_frame_base): New function.
805 (m68k_unwind_dummy_id): New function.
806 (fill_gregset): Use regcache_collect.
807 (fill_fpregset): Likewise.
808 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
809 defined.
810 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
811 deprecated_init_frame_pc, deprecated_store_struct_return,
812 deprecated_extract_return_value, deprecated_store_return_value,
813 deprecated_frame_chain, deprecated_frame_saved_pc,
814 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
815 deprecated_register_virtual_size,
816 deprecated_max_register_raw_size,
817 deprecated_max_register_virtual_size,
818 deprecated_register_virtual_type, deprecated_register_size,
819 deprecated_register_byte, deprecated_register_bytes,
820 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
821 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
822 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
823 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
824 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
825 deprecated_push_dummy_frame, deprecated_pop_frame,
826 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
827 only if SYSCALL_TRAP is defined. Set extract_return_value,
828 store_return_value, extract_struct_value_address, register_type,
829 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
830 predicates.
831 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
832 M68K_MAX_REGISTER_SIZE): Define.
833 (struct m68k_sigtramp_info): Define.
834 (struct gdbarch_tdep): Add get_sigtramp_info.
835 * m68klinux-nat.c (fetch_register): Use register_size instead of
836 REGISTER_RAW_SIZE. Don't put assignment in if.
837 (store_register): Likewise.
838 (fetch_inferior_registers): Likewise.
839 (store_inferior_registers): Likewise.
840 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
841 (m68k_linux_frame_saved_pc): Delete.
842 (m68k_linux_sigcontext_reg_offset,
843 m68k_linux_ucontext_reg_offset): Define.
844 (m68k_linux_get_sigtramp_info): New function.
845 (m68k_linux_extract_return_value): Rewrite using regcache.
846 (m68k_linux_store_return_value): Likewise.
847 (m68k_linux_extract_struct_value_address): Likewise.
848 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
849 Don't set deprecated_frame_saved_pc,
850 deprecated_extract_return_value, deprecated_store_return_value,
851 deprecated_extract_struct_value_address. Set
852 extract_return_value, store_return_value,
853 extract_struct_value_address.
854
855 2003-07-07 Andrew Cagney <cagney@redhat.com>
856
857 * expprint.c: Include "user-regs.h" instead of "frame.h".
858 (print_subexp): Use user_reg_map_regnum_to_name, instead of
859 frame_map_regnum_to_name.
860 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
861 (frame_map_name_to_regnum): Simplify, call
862 user_reg_map_name_to_regnum.
863 (frame_map_regnum_to_name): Simplify, call
864 user_reg_map_regnum_to_name.
865 (frame_register_unwind): Update.
866 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
867 (_initialize_frame_reg): Call user_reg_add_builtin.
868 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
869 (value_of_register): Use value_of_user_reg.
870 * eval.c (evaluate_subexp_standard): Update.
871 * parse.c (write_dollar_variable): Update.
872 * d10v-tdep.c (d10v_print_registers_info): Update.
873 * infcmd.c (registers_info): Update.
874 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
875 (builtin_regs_h): Delete macro.
876 (user_regs_h): Define.
877 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
878 (builtin-regs.o): Delete target.
879 (user-regs.o): Specify dependencies.
880 (expprint.o): Update dependencies.
881 (findvar.o): Update dependencies.
882 (frame.o): Update dependencies.
883 (std-regs.o): Update dependencies.
884
885 2003-07-06 Christopher Faylor <cgf@redhat.com>
886
887 * win32-nat.c (solib_symbols_add): Use one variable for all section
888 address stuff. Pass variable rather than address of variable to
889 safe_symbol_file_add.
890
891 2003-07-06 Andreas Schwab <schwab@suse.de>
892
893 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
894
895 2003-07-04 Joel Brobecker <brobecker@gnat.com>
896
897 * rs6000-nat.c (vmap_symtab): Fix compilation error.
898
899 2003-07-04 Kris Warkentin <kewarken@qnx.com>
900
901 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
902
903 2003-07-04 Kris Warkentin <kewarken@qnx.com>
904
905 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
906 * config/i386/nto.mh: New file.
907 * config/i386/nm-nto.h: New file.
908 * configure.host: Add i[3456]86-*-nto*.
909
910 2003-07-03 Joel Brobecker <brobecker@gnat.com>
911
912 * remote-vx.c (vx_add_symbols): Fix compilation error.
913
914 2003-07-03 Andrew Cagney <cagney@redhat.com>
915
916 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
917 * gdbarch.h, gdbarch.c: Re-generate.
918 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
919 (legacy_register_name): Declare.
920 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
921 (REGISTER_NAME): Define.
922 * sparc-tdep.c (legacy_register_name): New function.
923 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
924 (REGISTER_NAME): Define.
925 (hppa64_register_name): Declare.
926 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
927 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
928 (hppa64_register_name): New function.
929 (hppa_register_name): New function.
930 * arch-utils.c (legacy_register_name): Delete.
931 * arch-utils.h (legacy_register_name): Delete.
932
933 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
934
935 * cli/cli-interp.c (cli_interpreter_resume): Update the
936 cli_uiout's stream to gdb_stdout.
937
938 2003-07-03 Andrew Cagney <cagney@redhat.com>
939
940 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
941 predicate.
942 * gdbarch.h, gdbarch.c: Re-generate.
943 * regcache.c (init_regcache_descr): Use legacy code when either
944 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
945
946 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
947
948 * NEWS: Move "set logging" entry into GDB 6.0 section.
949
950 2003-07-02 Jim Blandy <jimb@redhat.com>
951
952 * s390-tdep.c (struct frame_extra_info): new member:
953 'stack_bought_valid'.
954 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
955 initialize fextra_info->stack_bought.
956 (s390_frameless_function_invocation): Don't trust the value of
957 fextra_info_ptr->stack_bought unless
958 fextra_info->stack_bought_valid is set.
959
960 New S390 prologue analyzer.
961 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
962 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
963 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
964 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
965 compute_x_addr, s390_on_stack, s390_store,
966 s390_get_signal_frame_info): New functions.
967 (S390_NUM_SPILL_SLOTS): New macro.
968 (s390_get_frame_info): Rewritten.
969 (is_arg_reg): Deleted.
970
971 Break out the decoding of S/390 instructions into separate
972 functions, to make it more legible, and easier to check
973 against the spec.
974 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
975 is_rx, is_rxe): New functions.
976 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
977 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
978 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
979 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
980 enums for opcode values. (Is this an improvement?)
981
982 2003-07-02 Andrew Cagney <cagney@redhat.com>
983
984 * i386-tdep.c: Revert change committed as part of trad-frame code
985 below.
986
987 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
988
989 * breakpoint.c (insert_catchpoint): Make static.
990
991 2003-07-02 Andreas Schwab <schwab@suse.de>
992
993 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
994 former ia64_push_arguments and ia64_push_return_address, and use
995 regcache functions instead of read/write_register.
996 (ia64_gdbarch_init): Set push_dummy_call instead of
997 deprecated_push_arguments and deprecated_push_return_address.
998
999 2003-07-01 Andreas Jaeger <aj@suse.de>
1000
1001 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
1002 before the call.
1003 Set %rax only to number of SSE registers used.
1004
1005 2003-07-01 Andrew Cagney <cagney@redhat.com>
1006
1007 * trad-frame.h: Update comments, a -1 .addr is reserved.
1008 (trad_frame_value_p, trad_frame_addr_p): Declare.
1009 (trad_frame_reg_p): Declare.
1010 (trad_frame_set_value): Rename trad_frame_register_value.
1011 (trad_frame_set_unknown): Declare.
1012 * trad-frame.c (trad_frame_realreg_p): New function.
1013 (trad_frame_addr_p, trad_frame_value_p): New function.
1014 (trad_frame_set_unknown): New function.
1015 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
1016 (trad_frame_prev_register): Use trad_frame_realreg_p,
1017 trad_frame_addr_p and trad_frame_value_p.
1018 (trad_frame_set_value): Rename trad_frame_register_value.
1019 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
1020 and trad_frame_set_value.
1021
1022 2003-06-30 Jim Blandy <jimb@redhat.com>
1023
1024 Patch from IBM (authors unspecified, probably Ulrich Weigand and
1025 Gerhard Tonn) for argument passing on the S/390 and S/390x:
1026 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
1027 for 16 registers, and then 32 more bytes.
1028 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
1029 New macros.
1030 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
1031 Move up in the file, since it's now used by is_simple_arg.
1032 (is_simple_arg): Don't assume registers are four bytes long.
1033 Exclude all double arguments. Extended floats are not simple
1034 args.
1035 (is_power_of_two): New function.
1036 (pass_by_copy_ref): Call is_power_of_two, and check that the
1037 length fits in a register, rather than listing all the acceptable
1038 sizes. Extended floats are not passed by reference.
1039 (s390_push_arguments): Don't assume registers are four bytes long.
1040 Reserve an argument register to point to the buffer for structures
1041 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
1042 S390_STACK_FRAME_OVERHEAD.
1043
1044 2003-06-30 Andreas Schwab <schwab@suse.de>
1045
1046 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
1047 format error message.
1048
1049 2003-06-30 Joel Brobecker <brobecker@gnat.com>
1050
1051 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
1052
1053 2003-06-30 David Carlton <carlton@kealia.com>
1054
1055 Band-aid for PR c++/1245.
1056 * Makefile.in (cp-support.o): Depend on complaints_h.
1057 * cp-support.c: Include complaints.h. Add declaration for
1058 find_last_component.
1059 (cp_find_first_component): Separate code into
1060 cp_find_first_component_aux.
1061 (cp_find_first_component_aux): Call demangled_name_complaint.
1062 (demangled_name_complaint): New.
1063
1064 2003-06-30 Andrew Cagney <cagney@redhat.com>
1065
1066 * remote.c (remote_write_bytes): Explicitly compute and then use
1067 the payload size. Update comments to reflect. Fixes problem of
1068 GDB not sending small packets as found by Fred Fish.
1069
1070 2003-06-30 Andrew Cagney <cagney@redhat.com>
1071
1072 * remote.c (remote_async_wait): Fix -Wformat problem.
1073
1074 2003-06-29 Andrew Cagney <cagney@redhat.com>
1075
1076 * remote.c (remote_wait): Call error, and not warning, when the
1077 packet is corrupt.
1078 (remote_async_wait): Ditto.
1079
1080 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1081
1082 * sparc-tdep.c (sparc_y_regnum): Make external again.
1083
1084 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1085
1086 * cli/cli-logging.c (pop_output_files): Add void to function
1087 definition.
1088
1089 2003-06-29 Andrew Cagney <cagney@redhat.com>
1090
1091 * frame.c (frame_register_unwind): Use unsigned char when dumping
1092 the buffer contents.
1093
1094 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
1095
1096 * cli/cli-logging.c: New file.
1097 * cli-out.c (struct ui_out_data): Add original_stream.
1098 (cli_redirect): New function.
1099 (cli_ui_out_impl): Add cli_redirect.
1100 (cli_out_new): Initialize original_stream.
1101 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
1102 (uo_redirect, ui_out_redirect): New.
1103 * ui-out.h (struct ui_out_impl): Add redirect member.
1104 (redirect_ftype): New.
1105 (ui_out_redirect): Add prototype.
1106 * Makefile.in: Add rules for cli-logging.c.
1107 * NEWS: Mention "set logging".
1108
1109 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1110
1111 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
1112
1113 2003-06-27 Andrew Cagney <cagney@redhat.com>
1114
1115 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
1116 (m68hc11_gdbarch_init): Do not set call_dummy_address.
1117 * avr-tdep.c (avr_call_dummy_address): Delete function.
1118 (avr_gdbarch_init): Do not set call_dummy_address.
1119
1120 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1121
1122 * symfile.c (syms_from_objfile): Move variables to inner block.
1123 Move the checks for the non-mainline case a bit earlier to avoid
1124 doing some useless computations.
1125
1126 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1127
1128 * dwarfread.c (decode_modified_type): Gag new compiler warning.
1129
1130 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
1131
1132 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
1133 sections.
1134
1135 2003-06-26 Michael Chastain <mec@shout.net>
1136
1137 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
1138 gdb/testsuite/gdb.c++/pr-1210.exp.
1139
1140 2003-06-26 Andrew Cagney <cagney@redhat.com>
1141
1142 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
1143 altivec_expression.h and altivec_registers.h.
1144
1145 2003-06-26 Andrew Cagney <cagney@redhat.com>
1146
1147 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
1148 info->mach when MIPS16. Patch suggested by Fred Fish.
1149
1150 2003-06-26 Andrew Cagney <cagney@redhat.com>
1151
1152 * utils.c (internal_vproblem): Print the problem to a reason
1153 buffer and then pass to query. Make the msg variable more local.
1154
1155 2003-06-26 Andrew Cagney <cagney@redhat.com>
1156
1157 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
1158 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
1159 * gdbarch.h, gdbarch.c: Re-generate.
1160 * frame-base.c (default_frame_args_address): Update. Use
1161 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
1162 not available.
1163 (default_frame_locals_address): Ditto for
1164 DEPRECATED_FRAME_LOCALS_ADDRESS.
1165 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
1166 (vax_frame_num_args): Update.
1167 (vax_gdbarch_init): Update.
1168 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1169 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1170 * mcore-tdep.c (mcore_gdbarch_init): Update.
1171 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1172 * ia64-tdep.c (ia64_gdbarch_init): Update.
1173 * symtab.h (address_class): Update comments.
1174 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
1175 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1176 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1177 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1178 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1179 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1180 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1181 * alpha-mdebug-tdep.c: Update.
1182 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
1183
1184 2003-06-26 Andreas Jaeger <aj@suse.de>
1185
1186 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
1187 of SSE registers so that varargs functions work. Rework handling
1188 of passing arguments on the stack.
1189 (x86_64_store_return_value): Return double and float values in SSE
1190 register.
1191
1192 2003-06-24 Michael Chastain <mec@shout.net>
1193
1194 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
1195 the "constructor breakpoints ignored" bug.
1196
1197 2003-06-25 David Carlton <carlton@kealia.com>
1198
1199 * MAINTAINERS: Update e-mail address.
1200
1201 2003-06-24 Jim Blandy <jimb@redhat.com>
1202
1203 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
1204
1205 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
1206 function.
1207 (ppc_linux_init_abi): Register it as the
1208 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
1209
1210 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
1211 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
1212 method.
1213
1214 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
1215 (ppc64_standard_linkage_target): Use it.
1216
1217 2003-06-23 Andrew Cagney <cagney@redhat.com>
1218
1219 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
1220 for 0 "int0" and 4 "int32" sized registers.
1221 * gdbtypes.c (builtin_type_int0): Define.
1222 (build_gdbtypes): Initialize builtin_type_int0.
1223 * gdbtypes.h (builtin_type_int0): Declare.
1224
1225 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
1226
1227 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
1228 as characters are unsigned.
1229
1230 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1231
1232 PR gdb/1179
1233 * dwarfread.c (struct_type): Skip static fields without crashing.
1234
1235 2003-06-22 Andrew Cagney <cagney@redhat.com>
1236
1237 GDB 6.0 branch created.
1238 * README: Update.
1239 * PROBLEMS: Update. Empty.
1240 * NEWS: Update.
1241
1242 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1243
1244 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
1245 Suggested by Nick Hibma <n_hibma@webweaving.org>.
1246
1247 2003-06-22 Andrew Cagney <cagney@redhat.com>
1248
1249 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
1250 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
1251 Velikov.
1252
1253 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1254
1255 * cli/cli-cmds.c (shell_escape): Silence warnings from old
1256 compilers.
1257
1258 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
1259
1260 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
1261 argument of val_print.
1262 * cp-valprint.c (cp_print_value): Don't add the offset parameter
1263 to the address argument of baseclass_offset or target_read_memory.
1264 Do add it to the argument of cp_print_value_fields.
1265
1266 2003-06-21 Andrew Cagney <cagney@redhat.com>
1267
1268 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
1269 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
1270 instead of 0..NUM_REGS.
1271 (mips_register_reggroup_p): New function.
1272 (mips_pseudo_register_write): New function.
1273 (mips_pseudo_register_read): New function.
1274 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
1275 based on the register's type.
1276 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
1277 cooked.
1278 (mips_get_saved_register): Simplify. Assert that REGNO is a
1279 pseudo / cooked.
1280 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
1281 (mips_register_type): Replace mips_register_virtual_type. Map
1282 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
1283 when available.
1284 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
1285 that the register is cooked / virtual.
1286 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
1287 Only get the extra info when needed.
1288 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
1289 (mips32_heuristic_proc_desc): Fetch the cooked register.
1290 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
1291 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
1292 (mips_print_register): Use gdbarch_register_type, instead of
1293 REGISTER_VIRTUAL_TYPE.
1294 (print_gp_register_row): Use gdbarch_register_type, instead of
1295 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
1296 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1297 Print the pseudo / cooked registers.
1298 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1299 Print the pseudo / cooked registers.
1300 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
1301 REG_NUM is pseudo / cooked.
1302 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
1303 (mips_n32n64_xfer_return_value): Ditto.
1304 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
1305 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
1306 (mips_register_sim_regno): New function.
1307 (mips_gdbarch_init): Set deprecated_register_byte,
1308 register_group_p, pseudo_register_write, pseudo_register_read,
1309 register_sim_regno, and num_pseudo_regs. Set register_type,
1310 instead of register_virtual_type.
1311 * Makefile.in (mips-tdep.o): Update dependencies.
1312 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
1313 REGISTER_VIRTUAL_TYPE.
1314 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
1315 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
1316 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
1317 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
1318 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
1319
1320 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
1321
1322 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
1323 * cli/cli-cmds.c: Include "gdb_vfork.h".
1324 (shell_escape): Use vfork.
1325
1326 2003-06-21 Andrew Cagney <cagney@redhat.com>
1327
1328 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
1329 32 bit floating-point register saves.
1330
1331 * frame.h (deprecated_unwind_get_saved_register): Delete.
1332 * frame.c (deprecated_unwind_get_saved_register): Delete function.
1333 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
1334 and deprecated_get_next_frame_hack instead of
1335 deprecated_unwind_get_saved_register.
1336
1337 * mips-tdep.c (mips_dump_tdep): Do not print
1338 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
1339
1340 * frame.c (get_frame_register): New function.
1341 (frame_unwind_register_signed): New function.
1342 (get_frame_register_signed): New function.
1343 (frame_unwind_register_unsigned): New function.
1344 (get_frame_register_unsigned): New function.
1345 * frame.h: Add comments on naming schema.
1346 (get_frame_register, frame_unwind_register_signed): Declare.
1347 (get_frame_register_signed, get_frame_register_signed): Declare.
1348 (frame_unwind_register_unsigned): Declare.
1349 (get_frame_register_unsigned): Declare.
1350
1351 2003-06-20 Theodore A. Roth <troth@openavr.org>
1352
1353 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
1354
1355 2003-06-20 Theodore A. Roth <troth@openavr.org>
1356
1357 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
1358 (avr_read_sp): Ditto.
1359
1360 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
1361
1362 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
1363 * config/arm/nm-linux.h: Likewise.
1364 * config/arm/tm-linux.h: Likewise.
1365 * config/ia64/nm-linux.h: Likewise.
1366 * config/ia64/tm-ia64.h: Likewise.
1367 * config/s390/tm-linux.h: Likewise.
1368 * config/s390/tm-s390.h: Likewise.
1369 * s390-nat.c: Likewise.
1370 * s390-tdep.c: Likewise.
1371
1372 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
1373 * config/ia64/linux.mt: Likewise.
1374 * config/m68k/linux.mh: Likewise.
1375 * config/mips/linux.mt: Likewise.
1376 * config/powerpc/linux.mh: Likewise.
1377 * config/sh/linux.mt: Likewise.
1378
1379 2003-06-19 Kris Warkentin <kewarken@qnx.com>
1380
1381 * solib.c (solib_open): Change tests for whether to search
1382 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
1383 comments.
1384
1385 2003-06-19 Theodore A. Roth <troth@openavr.org>
1386
1387 * avr-tdep.c (avr_frame_address): Delete function.
1388 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
1389 set_gdbarch_frame_args_address.
1390
1391 2003-06-19 Andrew Cagney <cagney@redhat.com>
1392
1393 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
1394 (REGISTER_CONVERT_FROM_TYPE): Delete.
1395 (mips_register_convert_to_type): Delete declaration.
1396 (mips_register_convert_from_type): Delete declaration.
1397 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
1398 kernel/.
1399
1400 2003-06-19 Michael Snyder <msnyder@redhat.com>
1401
1402 * linux-nat.h: New file.
1403 * linux-nat.c: Include linux-nat.h.
1404 * lin-lwp.c: Include linux-nat.h.
1405 Move struct lwp_info def to linux-nat.h.
1406 * linux-proc.c: Include linux-nat.h.
1407 (linux_make_note_section): Iterate over lwps instead of threads.
1408 (linux_do_thread_registers): Use lwp instead of merged pid.
1409 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
1410 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
1411 Add dependency on linux_nat_h.
1412
1413 2003-06-19 Theodore A. Roth <troth@openavr.org>
1414
1415 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
1416
1417 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1418
1419 * varobj.c (get_type, get_target_type): Use check_typedef.
1420
1421 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1422
1423 * breakpoint.c (insert_catchpoint): Call internal_error.
1424
1425 2003-06-19 Theodore A. Roth <troth@openavr.org>
1426
1427 * avr-tdep.c (avr_push_dummy_code): Delete function.
1428 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
1429
1430 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1431
1432 * arch-utils.c (default_prepare_to_proceed): Remove.
1433 (generic_prepare_to_proceed): Remove.
1434 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
1435 (generic_prepare_to_proceed): Remove prototype.
1436 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
1437 * gdbarch.c: Regenerate.
1438 * gdbarch.h: Regenerate.
1439 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
1440 * hppah-nat.c (hppa_switched_threads): Remove.
1441 * infrun.c (prepare_to_proceed): New static function, copied from
1442 generic_prepare_to_proceed. Remove select_it argument.
1443 (proceed): Call prepare_to_proceed.
1444 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
1445 variables.
1446 (ptrace_wait): Don't set the removed variables.
1447 (hppa_switched_threads): Remove.
1448 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
1449 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
1450 (lin_lwp_prepare_to_proceed): Remove prototype.
1451 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
1452 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
1453
1454 2003-06-18 Theodore A. Roth <troth@openavr.org>
1455
1456 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
1457 trad-frame.h.
1458 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
1459 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
1460 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
1461 (AVR_PROLOGUE_*): Enumerate prologue types.
1462 (struct frame_extra_info): Remove.
1463 (struct avr_unwind_cache): Define.
1464 (avr_write_sp): Delete function.
1465 (avr_read_fp): Ditto.
1466 (avr_init_extra_frame_info): Ditto.
1467 (avr_pop_frame): Ditto.
1468 (avr_frame_saved_pc): Ditto.
1469 (avr_saved_pc_after_call): Ditto.
1470 (avr_push_return_address): Ditto.
1471 (avr_frame_chain): Ditto.
1472 (avr_store_struct_return): Ditto.
1473 (avr_push_arguments): Ditto.
1474 (avr_scan_prologue): Update comments. Changed to set up the info for
1475 cache unwinding. Now returns end of prologue PC.
1476 (avr_skip_prologue): Better handling of functions lacking a prologue
1477 by using avr_scan_prologue.
1478 (avr_scan_arg_moves): New function.
1479 (avr_saved_regs_unwinder): Ditto.
1480 (avr_frame_unwind_cache): Ditto.
1481 (avr_unwind_pc): Ditto.
1482 (avr_frame_this_id): Ditto.
1483 (avr_frame_prev_register): Ditto.
1484 (avr_frame_p): Ditto.
1485 (avr_frame_base_address ): Ditto.
1486 (avr_unwind_dummy_id): Ditto.
1487 (avr_push_dummy_code): Ditto.
1488 (push_stack_item): Ditto.
1489 (pop_stack_item): Ditto.
1490 (avr_push_dummy_call): Ditto.
1491 (struct stack_item): Define.
1492 (avr_frame_unwind): Declare structure.
1493 (avr_frame_base): Ditto.
1494 (avr_gdbarch_init): Remove calls to
1495 set_gdbarch_deprecated_init_frame_pc,
1496 set_gdbarch_deprecated_target_read_fp,
1497 set_gdbarch_deprecated_dummy_write_sp,
1498 set_gdbarch_deprecated_fp_regnum,
1499 set_gdbarch_deprecated_push_arguments,
1500 set_gdbarch_deprecated_push_return_address,
1501 set_gdbarch_deprecated_pop_frame,
1502 set_gdbarch_deprecated_store_struct_return,
1503 set_gdbarch_deprecated_frame_init_saved_regs,
1504 set_gdbarch_deprecated_init_extra_frame_info,
1505 set_gdbarch_deprecated_frame_chain,
1506 set_gdbarch_deprecated_frame_saved_pc,
1507 set_gdbarch_deprecated_saved_pc_after_call.
1508 Add calls to set_gdbarch_push_dummy_call,
1509 set_gdbarch_push_dummy_code,
1510 frame_unwind_append_predicate,
1511 frame_base_set_default,
1512 set_gdbarch_unwind_dummy_id,
1513 set_gdbarch_unwind_pc.
1514 Wrap a long line.
1515
1516 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
1517
1518 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
1519 registers for H8/300S.
1520 (h8300_print_registers_info): Ditto.
1521 (h8300_gdbarch_init): Accommodate register count for H8/300S.
1522
1523 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
1524
1525 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
1526 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
1527 (lin_lwp_wait): Likewise. Update comments.
1528 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
1529 (pull_pid_from_list, linux_record_stopped_pid): New.
1530
1531 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1532
1533 * ada-lang.c (scan_discrim_bound): Name first argument.
1534 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
1535 declared by ALL_BLOCK_SYMBOLS.
1536
1537 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1538
1539 * ada-tasks.c (find_function_in_inferior): Don't declare it.
1540 ("regcache.h"): Include it.
1541 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
1542
1543 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1544
1545 * NEWS: Mention gdbserver detach change and "disconnect" command.
1546 * infcmd.c (disconnect_command): New function.
1547 (_initialize_infcmd): Add ``disconnect'' command.
1548 * remote.c (remote_async_detach): Delete.
1549 (remote_detach): Merge remote_async_detach.
1550 (remote_disconnect): New.
1551 (init_remote_ops): Set to_disconnect.
1552 (init_remote_cisco_ops): Likewise.
1553 (init_remote_async_ops): Likewise. Use remote_detach.
1554 * target.c (cleanup_target): Default to_disconnect.
1555 (update_current_target): Inherit to_disconnect.
1556 (target_disconnect, debug_to_disconnect): New functions.
1557 (setup_target_debug): Set to_disconnect.
1558 * target.h (struct target_ops): Add to_disconnect.
1559 (target_disconnect): Add prototype.
1560
1561 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1562
1563 * breakpoint.c (insert_catchpoint): New function.
1564 (insert_breakpoints): Use catch_exceptions to call
1565 insert_catchpoint. Disable catchpoints if they fail to insert.
1566
1567 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1568
1569 * symfile.c (reread_symbols): Clear sym_private.
1570
1571 2003-06-17 Andrew Cagney <cagney@redhat.com>
1572
1573 * trad-frame.h (struct frame_info): Add opaque declaration.
1574 * remote-fileio.h (struct cmd_list_element): Add opaque
1575 declaration.
1576 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
1577 comments.
1578
1579 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1580
1581 * remote.c (remote_prepare_to_store): Replace call to
1582 deprecated_read_register_bytes with multiple regcache_raw_read
1583 calls.
1584
1585 2003-06-17 Kris Warkentin <kewarken@qnx.com>
1586
1587 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
1588 (nto_find_and_open_solib): Likewise.
1589 (nto_init_solib_absolute_prefix): Likewise.
1590 (_initialize_nto_tdep): Fix indentation.
1591
1592 2003-06-17 Kris Warkentin <kewarken@qnx.com>
1593
1594 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
1595
1596 2003-06-17 Kris Warkentin <kewarken@qnx.com>
1597
1598 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
1599
1600 2003-06-17 Jim Blandy <jimb@redhat.com>
1601
1602 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
1603
1604 2003-06-16 Theodore A. Roth <troth@openavr.org>
1605
1606 * avr-tdep.c (avr_extract_return_value): New function.
1607 (avr_gdbarch_init): Set extract_return_value method.
1608
1609 2003-06-16 Andrew Cagney <cagney@redhat.com>
1610
1611 * frame.h (deprecated_get_next_frame_hack): Declare.
1612 * frame.c (legacy_saved_regs_prev_register): Only require
1613 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
1614 there are always saved regs.
1615 (deprecated_generic_get_saved_register): Do not require
1616 DEPRECATED_FRAME_INIT_SAVED_REGS.
1617 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
1618 use frame ID unwind instead.
1619 (deprecated_get_next_frame_hack): New function.
1620
1621 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
1622
1623 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
1624 (h8300_push_dummy_call): ...this function. Some minor optimization.
1625 (h8300_push_return_address): Remove.
1626 (h8300_gdbarch_init): Remove calls to
1627 set_gdbarch_deprecated_dummy_write_sp,
1628 set_gdbarch_deprecated_push_arguments and
1629 set_gdbarch_deprecated_push_return_address.
1630 Add call to set_gdbarch_push_dummy_call.
1631
1632 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
1633
1634 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
1635 (E_PSEUDO_EXR_REGNUM): Ditto.
1636 (h8300_is_argument_spill): Check for instructions moving argument
1637 registers into safe registers.
1638 (h8300_skip_prologue): Check for stm instruction to push registers
1639 used for register variables onto stack.
1640 (gdb_print_insn_h8300): Remove.
1641 (h8300_examine_prologue): Add a comment.
1642 (h8300_register_name): Take pseudo registers into account.
1643 (h8300s_register_name): Ditto.
1644 (h8300sx_register_name): Ditto.
1645 (h8300_print_register): Ditto.
1646 (h8300_print_registers_info): Define "nice" printing order.
1647 (h8300_saved_pc_after_call): Take pseudo registers into account.
1648 (h8300_register_type): Ditto. Return type used for remote connection
1649 when requesting real CCR or EXR register, return actual type when
1650 requesting pseudo CCR or EXR.
1651 (h8300_pseudo_register_read): New function.
1652 (h8300_pseudo_register_write): Ditto.
1653 (h8300_dbg_reg_to_regnum): Ditto.
1654 (h8300s_dbg_reg_to_regnum): Ditto.
1655 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
1656 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
1657 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
1658 set_gdbarch_print_insn architecture dependent.
1659 Call set_gdbarch_pseudo_register_read and
1660 set_gdbarch_pseudo_register_write.
1661 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
1662
1663 2003-06-16 Andrew Cagney <cagney@redhat.com>
1664
1665 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
1666 * gdbarch.h, gdbarch.c: Re-generate.
1667 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1668 * s390-tdep.c (s390_gdbarch_init): Update.
1669 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1670 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1671 * mips-tdep.c (mips_gdbarch_init): Update.
1672 * mcore-tdep.c (mcore_gdbarch_init): Update.
1673 * cris-tdep.c (cris_gdbarch_init): Update.
1674 * infcall.c (call_function_by_hand): Update.
1675 * ia64-tdep.c (ia64_push_arguments): Update comment.
1676 * frame.c (legacy_get_prev_frame): Do not assume
1677 SAVE_DUMMY_FRAME_TOS_P.
1678 * dummy-frame.c (find_dummy_frame): Update comment.
1679
1680 2003-06-16 Andrew Cagney <cagney@redhat.com>
1681
1682 * regcache.c (do_cooked_read): Do not use register_valid_p.
1683
1684 2003-06-15 Theodore A. Roth <troth@openavr.org>
1685
1686 * avr-tdep.c (avr_register_type): Remove a blank line.
1687 (avr_scan_prologue): Correct some comments.
1688
1689 2003-06-15 Theodore A. Roth <troth@openavr.org>
1690
1691 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
1692 prologue types.
1693 Properly scan prologues generated by gcc with the -mcall-prologues
1694 option.
1695 Add code to scan -mcall-prologues for mega devices.
1696
1697 2003-06-15 Theodore A. Roth <troth@openavr.org>
1698
1699 * avr-tdep.c (avr_register_byte): Delete function.
1700 (avr_register_raw_size): Delete function.
1701 (avr_register_virtual_size): Delete function.
1702 (avr_register_virtual_type): Delete function.
1703 (avr_register_type): New function.
1704 (avr_address_to_pointer): Remove unused code.
1705 (avr_read_fp): Need to read FP as two separate bytes due to change to
1706 avr_register_type() usage.
1707 (avr_gdbarch_init): Don't set deprecated_register_size.
1708 Don't set deprecated_register_bytes.
1709 Don't set deprecated_register_byte.
1710 Don't set deprecated_register_raw_size.
1711 Don't set deprecated_max_register_raw_size.
1712 Don't set deprecated_register_virtual_size.
1713 Don't set deprecated_max_register_virtual_size.
1714 Don't set deprecated_register_virtual_type.
1715 Set register_type method.
1716
1717 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
1718
1719 * Makefile.in (linux-nat.o): Add rule.
1720 * linux-nat.c: New file.
1721 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
1722 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
1723 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
1724 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
1725 * config/arm/linux.mh (NATDEPFILES): Likewise.
1726 * config/i386/linux.mh (NATDEPFILES): Likewise.
1727 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
1728 * config/ia64/linux.mh (NATDEPFILES): Likewise.
1729 * config/m68k/linux.mh (NATDEPFILES): Likewise.
1730 * config/mips/linux.mh (NATDEPFILES): Likewise.
1731 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
1732 * config/s390/s390.mh (NATDEPFILES): Likewise.
1733 * config/sparc/linux.mh (NATDEPFILES): Likewise.
1734
1735 2003-06-15 Mark Kettenis <kettenis@gnu.org>
1736
1737 * i387-tdep.c: Reorder includes, fix some whitespace issues and
1738 replace out-of-date comment.
1739
1740 2003-06-15 Andrew Cagney <cagney@redhat.com>
1741
1742 * rdi-share/host.h (Fail): Change to a varargs function.
1743 * remote-rdi.c (Fail): Update.
1744
1745 2003-06-15 Mark Kettenis <kettenis@gnu.org>
1746
1747 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
1748 (i386_convert_register_p, i386_register_to_value,
1749 i386_register_from_value): Handle types longer than 8 bytes.
1750
1751 2003-06-15 Mark Kettenis <kettenis@gnu.org>
1752
1753 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
1754 Move floating-point code to new function in i387-tdep.c.
1755 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
1756 New functions containing code moved here from i386-tdep.c.
1757 * i387-tdep.h: Add opaque declaration for `struct type'.
1758 (i387_register_to_value, i387_value_to_register): New prototypes.
1759 * x86-64-tdep.c (x86_64_convert_register_p): New function.
1760 (x86_64_init_abi): Set convert_register_p, register_to_value and
1761 value_to_register here.
1762
1763 2003-06-14 Andrew Cagney <cagney@redhat.com>
1764
1765 * mips-tdep.c (mips_register_to_value): Make static.
1766 (mips_value_to_register): Make static.
1767 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
1768 * ia64-tdep.c (ia64_register_raw_size): Make static.
1769 (ia64_register_virtual_size): Make static.
1770 (ia64_register_byte): Make static.
1771 * i387-tdep.c: Include "i387-tdep.h".
1772 (print_387_control_word): Delete function.
1773 (print_387_status_word): Delete function.
1774 (print_387_status_bits): Delete function.
1775 (print_387_control_bits): Delete function.
1776 * Makefile.in (i387-tdep.o): Update dependencies.
1777 * rdi-share/host.h (Fail): Declare.
1778 * remote-rdi.c (Fail): Update to match declaration.
1779
1780 2003-06-14 Andrew Cagney <cagney@redhat.com>
1781
1782 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
1783 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
1784 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
1785 * config/djgpp/fnchange.lst: Delete "remote-array.c".
1786 * README: Delete reference to remote-array.
1787 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
1788 (remote-array.o): Delete target.
1789 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
1790 * remote-array.c: Delete file.
1791
1792 2003-06-14 Andrew Cagney <cagney@redhat.com>
1793 Mark Kettenis <kettenis@gnu.org>
1794
1795 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
1796 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
1797 parameter with "frame".
1798 * gdbarch.h, gdbarch.c: Re-generate.
1799 * frame.h (put_frame_register): Declare.
1800 * frame.c (put_frame_register): New function.
1801 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
1802 (legacy_register_to_value): Rewrite, use "frame" to get the
1803 register value.
1804 (legacy_value_to_register): Rewrite, use "frame" to find the
1805 register's location before storing.
1806 * arch-utils.h (legacy_convert_register_p): Update.
1807 (legacy_register_to_value, legacy_value_to_register): Update.
1808 * findvar.c (value_from_register): Rewrite, eliminate use of
1809 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
1810 "frame" to REGISTER_TO_VALUE.
1811 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
1812 lval_reg_frame_relative + lval_register branch of the switch. Do
1813 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
1814 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
1815 I386_EDI_REGNUM): New defines.
1816 (i386_next_regnum, i386_convert_register_p,
1817 i386_register_to_value, i386_value_to_register): New functions.
1818 (i386_register_convertible, i386_register_convert_to_virtual,
1819 i386_convert_to_raw): Remove functions.
1820 (i386_gdbarch_init): Set convert_register_p, register_to_value and
1821 value_to_register instead of register_convertible,
1822 register_convert_to_virtual and register_convert_to_raw.
1823 * mips-tdep.c (mips_convert_register_p): New function.
1824 (mips_value_to_register): Replace mips_register_convert_from_type.
1825 (mips_register_to_value): Replace mips_register_convert_to_type.
1826 (mips_gdbarch_init): Set conver_register_p, value_to_register and
1827 register_to_value.
1828 * alpha-tdep.c (alpha_convert_register_p): Update.
1829 (alpha_value_to_register): Update, store the register.
1830 (alpha_register_to_value): Update, fetch the register.
1831
1832 2003-06-14 Theodore A. Roth <troth@openavr.org>
1833
1834 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
1835 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
1836 Don't set deprecated_call_dummy_words.
1837 Remove commented out set_gdbarch_believe_pcc_promotion() call.
1838 Don't set remote_translate_xfer_address.
1839 (avr_io_reg_read_command): Remove commented out debug printf.
1840 Wrap a long line.
1841
1842 2003-06-14 Theodore A. Roth <troth@openavr.org>
1843
1844 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
1845 causes gdb to seg fault.
1846
1847 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
1848
1849 * sparc-nat.c (fetch_inferior_registers): Correct
1850 a reference to "registers".
1851
1852 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
1853
1854 * Makefile.in (exc_request_U_h): Define
1855 (exc_request_S_h): Likewise.
1856 (msg_reply_S_h): Likewise.
1857 (msg_U_h): Likewise.
1858 (notify_S_h): Likewise.
1859 (process_reply_S_h): Likewise.
1860 (gnu-nat.o): Depend on gdb_obstack_h
1861 * gnu-nat.c: Include "gdb_obstack.h".
1862
1863 2003-06-13 Andrew Cagney <cagney@redhat.com>
1864
1865 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
1866 * gdbarch.h, gdbarch.c: Re-generate.
1867
1868 2003-06-13 Andrew Cagney <cagney@redhat.com>
1869
1870 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
1871 when deprecated REGISTER macros can be deleted.
1872 * gdbarch.h, gdbarch.c: Re-generate.
1873
1874 2003-06-13 Jim Blandy <jimb@redhat.com>
1875
1876 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
1877 Linux entry point symbols for _dl_debug_state, too.
1878
1879 2003-06-13 Andrew Cagney <cagney@redhat.com>
1880
1881 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
1882 available, do not use the FP register, and always save the TOS.
1883 * dummy-frame.c (dummy_frame_this_id): Do not assert
1884 SAVE_DUMMY_FRAME_TOS.
1885 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
1886 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
1887 (i386_push_dummy_call): Add 8 to the returned SP.
1888 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
1889 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
1890 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
1891 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
1892 (x86_64_push_dummy_call): Return "sp + 16".
1893 (x86_64_init_abi): Do not set save_dummy_frame_tos.
1894 * alpha-tdep.c (alpha_gdbarch_init): Do not set
1895 save_dummy_frame_tos.
1896
1897 2003-06-13 Jim Blandy <jimb@redhat.com>
1898
1899 * frv-tdep.c (frv_use_struct_convention): Delete static
1900 declaration for function deleted in my change of 2003-06-12.
1901
1902 2003-06-13 Theodore A. Roth <troth@openavr.org>
1903
1904 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
1905 (avr_pointer_to_address): Shift code addrs left 1 bit.
1906 (avr_convert_from_func_ptr_addr): Delete function since operation is
1907 better handled by avr_address_to_pointer and avr_pointer_to_address.
1908 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
1909
1910 2003-06-13 Mark Kettenis <kettenis@gnu.org>
1911
1912 From Kelley Cook <kelleycook@wideopenwest.com>:
1913 * configure.host: Accept i[34567]86 variants.
1914 * configure.tgt: Likewise.
1915 * nlm/configure.in: Likewise.
1916 * nlm/configure: Regenerated.
1917
1918 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
1919
1920 * arm-tdep.c (solib-svr4.h): Dont' include it.
1921 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
1922 * arm-linux-tdep.c: ... here. Make static.
1923 (arm_linux_init_abi): Register it.
1924 (solib-svr4.h): Include it.
1925 * Makefile.in: Update dependencies.
1926 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
1927 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
1928
1929 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
1930
1931 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
1932 indicate registers used for return values.
1933 (struct frame_extra_info): Drop args_pointer and locals_pointer.
1934 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
1935 members.
1936 (h8300_init_extra_frame_info): Ditto.
1937 (h8300_frame_locals_address): Removed.
1938 (h8300_frame_args_address): Removed.
1939 (h8300_extract_return_value): Use new regcache structure. Only care
1940 for 16 bit CPUs.
1941 (h8300h_extract_return_value): Same function for 32 bit CPUs.
1942 (h8300_store_return_value): Use new regcache structure. Only care
1943 for 16 bit CPUs.
1944 (h8300h_store_return_value): Same function for 32 bit CPUs.
1945 (h8300_store_struct_return): Removed.
1946 (h8300_extract_struct_value_address): Use new regcache structure.
1947 (h8300h_extract_struct_value_address): Removed.
1948 (h8300_push_dummy_code): New function.
1949 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
1950 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
1951 set_gdbarch_store_return_value architecture dependent.
1952 Call set_gdbarch_push_dummy_code and
1953 set_gdbarch_extract_struct_value_address.
1954 Remove calls to set_gdbarch_frame_args_address,
1955 set_gdbarch_frame_locals_address,
1956 set_gdbarch_deprecated_store_struct_return,
1957 set_gdbarch_deprecated_extract_return_value,
1958 set_gdbarch_deprecated_extract_struct_value_address,
1959 set_gdbarch_deprecated_call_dummy_words and
1960 set_gdbarch_deprecated_sizeof_call_dummy_words.
1961
1962 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
1963
1964 * h8300-tdep.c (h8300_register_byte): Remove.
1965 (h8300h_register_byte): Remove.
1966 (h8300_register_virtual_type): Remove. Substitute by...
1967 (h8300_register_type): New function.
1968 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
1969 (h8300h_extract_struct_value_address): Ditto.
1970 (h8300_gdbarch_init): Drop calls to
1971 set_gdbarch_deprecated_register_byte and
1972 set_gdbarch_deprecated_register_virtual_type.
1973 Add call to set_gdbarch_register_type.
1974
1975 2003-06-13 Andrew Cagney <cagney@redhat.com>
1976
1977 * gdbarch.sh: Update comments on registers.
1978 (deprecated_register_byte): Rename register_byte.
1979 (deprecated_register_raw_size): Rename register_raw_size.
1980 (deprecated_register_virtual_size): Rename register_virtual_size.
1981 (deprecated_register_virtual_type): Rename register_virtual_type.
1982 * gdbarch.h, gdbarch.c: Re-generate.
1983 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1984 * vax-tdep.c (vax_gdbarch_init): Update.
1985 * v850-tdep.c (v850_gdbarch_init): Update.
1986 * sparc-tdep.c (sparc_gdbarch_init): Update.
1987 * sh-tdep.c (sh_gdbarch_init): Update.
1988 * s390-tdep.c (s390_gdbarch_init): Update.
1989 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1990 * ns32k-tdep.c: Update.
1991 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1992 * mips-tdep.c (mips_gdbarch_init): Update.
1993 * mcore-tdep.c (mcore_gdbarch_init): Update.
1994 * m68k-tdep.c (m68k_gdbarch_init): Update.
1995 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1996 * ia64-tdep.c (ia64_gdbarch_init): Update.
1997 * hppa-tdep.c (hppa_gdbarch_init): Update.
1998 * h8300-tdep.c (h8300_gdbarch_init): Update.
1999 * frv-tdep.c (frv_gdbarch_init): Update.
2000 * cris-tdep.c (cris_gdbarch_init): Update.
2001 * avr-tdep.c (avr_gdbarch_init): Update.
2002 * alpha-tdep.c (alpha_gdbarch_init): Update.
2003 * arm-tdep.c (arm_gdbarch_init): Update.
2004
2005 2003-06-13 Andrew Cagney <cagney@redhat.com>
2006
2007 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
2008 mips_o32_use_struct_convention with always_use_struct_convention.
2009
2010 2003-06-12 David Carlton <carlton@kealia.com>
2011
2012 * cp-namespace.c (cp_set_block_scope): Comment out
2013 processing_has_namespace_info branch.
2014
2015 2003-06-12 Jim Blandy <jimb@redhat.com>
2016
2017 Recognize and skip 64-bit PowerPC Linux linkage functions.
2018 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
2019 insn_pattern, insns_match_pattern, d_field, ds_field): New
2020 functions, macros, and types for working with PPC instructions.
2021 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
2022 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
2023 ppc64_skip_trampoline_code): New functions, variables, and macros
2024 for recognizing and skipping linkage functions.
2025 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
2026 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
2027
2028 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
2029 register offsets for both the 32- and 64-bit interfaces.
2030
2031 Actually finish the job started by my change of 2003-05-29.
2032 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
2033 other #definition of this.
2034 (ppc_linux_skip_trampoline_code): Remove declaration.
2035 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
2036 static.
2037 (ppc_linux_init_abi): Register it as the skip_trampoline_code
2038 method for GDBARCH.
2039
2040 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
2041 'long' on ppc64-*-linux*.
2042
2043 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
2044 isn't #defined, assume the register doesn't exist: act as if
2045 tdep->ppc_mq_regnum were -1.
2046
2047 * configure.host, configure.tgt: Add entries for
2048 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
2049 powerpc/linux.mt.
2050 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
2051 New files.
2052
2053 * arch-utils.c (always_use_struct_convention): New function.
2054 * arch-utils.h (always_use_struct_convention): New prototype.
2055 * alpha-tdep.c (alpha_use_struct_convention): Delete.
2056 (alpha_gdbarch_init): Register always_use_struct_convention,
2057 instead of alpha_use_struct_convention.
2058 * cris-tdep.c (cris_use_struct_convention): Delete.
2059 (cris_gdbarch_init): Register always_use_struct_convention,
2060 instead of cris_use_struct_convention.
2061 * frv-tdep.c (frv_use_struct_convention): Delete.
2062 (frv_gdbarch_init): Register always_use_struct_convention,
2063 instead of frv_use_struct_convention.
2064 * h8300-tdep.c (h8300_use_struct_convention): Delete.
2065 (h8300_gdbarch_init): Register always_use_struct_convention,
2066 instead of h8300_use_struct_convention.
2067 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
2068 (mips_o32_gdbarch_init): Register always_use_struct_convention,
2069 instead of mips_o32_use_struct_convention.
2070
2071 2003-06-12 Andrew Cagney <cagney@redhat.com>
2072
2073 * wince.c: Include "mips-tdep.h".
2074 * mips-tdep.h (mips_next_pc): Declare.
2075 * mcore-tdep.c: Make more local functions static.
2076 * Makefile.in (wince.o): Update dependencies.
2077
2078 2003-06-12 David Carlton <carlton@kealia.com>
2079
2080 * symtab.c (lookup_symbol_aux_minsyms): Replace
2081 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
2082 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
2083 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
2084 SYMBOL_NATURAL_NAME.
2085
2086 2003-06-12 Andreas Schwab <schwab@suse.de>
2087
2088 * Makefile.in (tuiDisassem.o): Update dependencies.
2089
2090 2003-06-12 David Carlton <carlton@bactrian.org>
2091
2092 * symtab.h: Delete declaration of make_symbol_overload_list.
2093 Add declaration of lookup_partial_symbol.
2094 * symtab.c (remove_params): Move to cp-support.c.
2095 (overload_list_add_symbol, make_symbol_overload_list)
2096 (sym_return_val_size, sym_return_val_index): Ditto.
2097 (lookup_partial_symbol): Make extern.
2098 * cp-support.h: Add declaration of make_symbol_overload_list.
2099 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
2100 symtab.h, and block.h.
2101 (remove_params): Move here from symtab.c.
2102 (overload_list_add_symbol, make_symbol_overload_list)
2103 (sym_return_val_size, sym_return_val_index): Ditto.
2104 * valops.c: Include cp-support.h.
2105 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
2106 frame_h, and block_h.
2107 (valops.o): Depend on cp_support_h.
2108
2109 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
2110
2111 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
2112 substitute by NUM_REGS throughout.
2113 (h8300_register_name): Only care for H8/300 and H8/300H registers.
2114 (h8300s_register_name): New function for H8S registers.
2115 (h8300sx_register_name): Ditto for H8SX registers.
2116 (h8300_print_register): Revise register printing, avoid depending
2117 on 32 bit long.
2118 (h8300_register_byte): Only care for H8/300 registers.
2119 (h8300h_register_byte): New function for any other architecture.
2120 (h8300_register_raw_size): Remove.
2121 (h8300_register_virtual_type): Revise to return actually useful
2122 type.
2123 (h8300_extract_struct_value_address): Only care for H8/300 registers.
2124 (h8300h_extract_struct_value_address): New function for any other
2125 architecture.
2126 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
2127 set_gdbarch_register_name, set_gdbarch_register_byte,
2128 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
2129 Remove calls to set_gdbarch_deprecated_register_size,
2130 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
2131 set_gdbarch_deprecated_max_register_raw_size,
2132 set_gdbarch_register_virtual_size and
2133 set_gdbarch_deprecated_max_register_virtual_size entirely.
2134 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
2135 set_gdbarch_long_double_bit.
2136
2137 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2138
2139 * doublest.c (convert_doublest_to_floatformat): When dealing
2140 with the implied integer bit, only alter mant_bits if we are
2141 processing a full 32 bits of mantissa.
2142
2143 2003-06-11 David Carlton <carlton@bactrian.org>
2144
2145 * dictionary.h: New.
2146 * dictionary.c: New.
2147 * block.h: Add opaque declaration for struct dictionary.
2148 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
2149 'sym' members.
2150 (BLOCK_DICT): New macro.
2151 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
2152 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
2153 BLOCK_SHOULD_SORT.
2154 (ALL_BLOCK_SYMBOLS): Update definition.
2155 * Makefile.in (SFILES): Add dictionary.c.
2156 (dictionary_h): New.
2157 (COMMON_OBS): Add dictionary.o.
2158 (dictionary.o): New.
2159 (ada-lang.o): Depend on dictionary_h.
2160 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
2161 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
2162 (mi-cmd-stack.o): Ditto.
2163 (gdbtk-cmds.o): Update dependencies.
2164 (gdbtk-stack.o): Ditto.
2165 * ada-lang.c: Include dictionary.h.
2166 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
2167 (fill_in_ada_prototype, debug_print_block): Ditto.
2168 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
2169 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
2170 'is_sorted'.
2171 * mdebugread.c: Include dictionary.h.
2172 (struct parse_stack): Delete 'maxsyms' member.
2173 (parse_symbol): Update calls to new_block. Delete calls to
2174 shrink_block. Use dictionary methods.
2175 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
2176 Update calls to new_symtab. Don't maintain maxsyms data.
2177 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
2178 (add_symbol): Just call dict_add_symbol.
2179 (new_symtab): Delete 'maxsyms' argument.
2180 (new_symtab): Update calls to new_block.
2181 (new_block): Delete 'maxsyms' argument; add 'function' argument.
2182 (shrink_block): Delete function.
2183 (fixup_sigtramp): Update call to new_block. Add symbol via
2184 dict_add_symbol.
2185 * jv-lang.c: Include dictionary.h.
2186 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
2187 appropriately. Set class_symtab->free_func. Make sure the
2188 blockvector is big enough to hold two blocks.
2189 (add_class_symtab_symbol): Use dictionary methods.
2190 (free_class_block): New function.
2191 (type_from_class): Replace explicit iteration by
2192 ALL_BLOCK_SYMBOLS.
2193 * symtab.h (struct symtab): Replace 'free_ptr' method by
2194 'free_func'.
2195 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
2196 sort_symtab_syms.
2197 * dwarfread.c (psymtab_to_symtab_1): Delete call to
2198 sort_symtab_syms.
2199 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
2200 Include dictionary.h.
2201 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
2202 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
2203 sort_symtab_syms.
2204 * objfiles.c: Include dictionary.h.
2205 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
2206 * buildsym.c: Include dictionary.h.
2207 (finish_block): Use dictionary methods.
2208 (end_symtab): Set free_func to NULL, not free_ptr.
2209 * tracepoint.c: Include dictionary.h.
2210 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
2211 (scope_info): Ditto.
2212 * stack.c: Include dictionary.h.
2213 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
2214 (print_block_frame_labels, print_frame_arg_vars)
2215 (print_frame_args): Ditto.
2216 * symmisc.c (free_symtab_block): Use dictionary methods.
2217 (dump_symtab): Ditto.
2218 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
2219 Include dictionary.h.
2220 * symfile.h: Delete declarations of sort_block_syms,
2221 sort_symtab_syms.
2222 * symfile.c (sort_block_syms): Delete.
2223 (sort_symtab_syms): Delete.
2224 * symtab.c: Include dictionary.h.
2225 (lookup_block_symbol): Use dictionary iterators.
2226 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
2227 (search_symbols, make_symbol_completion_list): Ditto.
2228 (make_symbol_overload_list): Ditto.
2229 * valops.c (value_of_local): Use dict_empty.
2230 Include dictionary.h.
2231
2232 2003-06-11 J. Brobecker <brobecker@gnat.com>
2233
2234 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
2235
2236 2003-06-11 David Carlton <carlton@bactrian.org>
2237
2238 * block.h (BLOCK_SHOULD_SORT): Delete.
2239 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
2240 blocks.
2241 * ada-lang.c (ada_add_block_symbols): Ditto.
2242 * symfile.c (sort_block_syms): Delete.
2243 (sort_symtab_syms): Ditto.
2244 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
2245 declarations.
2246 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
2247 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
2248 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
2249 * dwarfread.c (psymtab_to_symtab_1): Ditto.
2250 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
2251 * mdebugread.c (psymtab_to_symtab_1): Ditto.
2252 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
2253
2254 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2255
2256 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
2257 bits to 128.
2258
2259 2003-06-11 Andrew Cagney <cagney@redhat.com>
2260
2261 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
2262 REGISTER_CONVERTIBLE.
2263 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
2264 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
2265 * gdbarch.h, gdbarch.c: Re-generate.
2266 * arch-utils.h (deprecated_register_convertible_not): Rename
2267 generic_register_convertible_not.
2268 * arch-utils.c (deprecated_register_convertible_not): Rename
2269 generic_register_convertible.
2270 (legacy_convert_register_p, legacy_register_to_value): Update.
2271 * sh-tdep.c (sh64_push_arguments): Update.
2272 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
2273 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
2274 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
2275 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
2276 * arch-utils.c (legacy_value_to_register): Update.
2277 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2278 (rs6000_register_convert_to_raw): Make parameter "from" const.
2279 * mips-tdep.c (mips_gdbarch_init): Update.
2280 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
2281 * infcmd.c (default_print_registers_info): Update.
2282 * ia64-tdep.c (ia64_gdbarch_init): Update.
2283 (ia64_register_convert_to_raw): Make parameter "from" const.
2284 * i386-tdep.c (i386_gdbarch_init): Update.
2285 (i386_register_convert_to_raw): Update.
2286
2287 2003-06-11 Andrew Cagney <cagney@redhat.com>
2288
2289 * remote-fileio.c: Include "remote-fileio.h".
2290 * Makefile.in (remote-fileio.o): Update dependencies.
2291 (remote_fileio_h): Fix typo.
2292
2293 2003-06-11 Andrew Cagney <cagney@redhat.com>
2294
2295 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
2296 (xstormy16_save_dummy_frame_tos): Make static.
2297 (_initialize_xstormy16_tdep): Add declaration.
2298 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
2299 * v850-tdep.c: Make local functions static.
2300 (_initialize_v850_tdep): Add declaration.
2301 * sparc-tdep.c: Make local functions static.
2302 (_initialize_sparc_tdep): Add declaration.
2303 * sh-tdep.c: Make local functions static.
2304 (_initialize_sh_tdep): Add declaration.
2305 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
2306 * s390-tdep.c: Make local functions static.
2307 (_initialize_s390_tdep): Add declaration.
2308 * dbxread.c (find_stab_function_addr): Make static.
2309 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
2310 * ocd.c (_initialize_remote_ocd): Add declaration.
2311 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
2312 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
2313 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
2314 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
2315 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
2316 * remote-array.c (_initialize_array): Add declaration.
2317 (_initialize_remote_monitors): Add declaration.
2318 * remote-mips.c: Make local functions static.
2319 (_initialize_remote_mips): Add declaration.
2320 * mcore-tdep.c: Make all local functions static.
2321 (_initialize_mcore_tdep): Add declaration.
2322 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
2323 * abug-rom.c (_initialize_abug_rom): Add declaration.
2324 * rom68k-rom.c (_initialize_rom68k): Add declaration.
2325 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
2326 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
2327 * remote-est.c (_initialize_est): Add declaration.
2328 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
2329 (m68hc11_call_dummy_address): Make static.
2330 * ia64-tdep.c: Make local functions static.
2331 (_initialize_ia64_tdep): Add declaration.
2332 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
2333 * monitor.c (monitor_wait_filter): Make static.
2334 (_initialize_remote_monitors): Add declaration.
2335 * remote-hms.c (_initialize_remote_hms): Add declaration.
2336 * remote-e7000.c (fetch_regs_from_dump): Make static.
2337 (expect_n): Make static.
2338 (_initialize_remote_e7000): Add declaration.
2339 * ser-e7kpc.c: Always include "defs.h".
2340 (_initialize_ser_e7000pc): Add declaration.
2341 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
2342 * cris-tdep.c: Make all but one function static.
2343 (_initialize_cris_tdep): Add declaration.
2344 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
2345 * solib.c (update_solib_list): Make static.
2346 (_initialize_solib): Add declaration.
2347 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
2348 (_initialize_avr_tdep): Add declaration.
2349 * remote-rdi.c (voiddummy): Make static.
2350 (_initialize_remote_rdi): Add declaration.
2351 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
2352 * remote-rdp.c (send_rdp): Make static.
2353 (_initialize_remote_rdp): Add declaration.
2354 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
2355
2356 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
2357
2358 * remote-fileio.c: Make ari happy.
2359
2360 2003-06-10 J. Brobecker <brobecker@gnat.com>
2361
2362 * rs6000-nat.c (child_xfer_memory): Compute the right address when
2363 fetching the trailing bytes of the buffer we are about to write.
2364
2365 2003-06-10 Andrew Cagney <cagney@redhat.com>
2366
2367 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
2368 * Makefile.in (remote-fileio.o): Update dependencies.
2369 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
2370 include <setjmp.h>, or <sys/types.h> conditional on USG.
2371 (remote_fio_jmp_buf): Delete global variable.
2372
2373 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
2374 Martin M. Hunt <hunt@redhat.com>
2375
2376 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
2377 (SFILES): Add remote-fileio.c.
2378 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
2379 dependencies for building remote.o.
2380 * remote-fileio.c: New file implementing the remote File-I/O protocol.
2381 * remote-fileio.h: New header file defining remote File-I/O interface.
2382 * remote.c (remote_write_bytes, remote_read_bytes): Remove
2383 static storage class.
2384 (remote_wait, remote_async_wait): Call remote_fileio_request() on
2385 'F' packet.
2386 (_initialize_remote): Call initialize_remote_fileio().
2387 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
2388 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2389 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2390 (captured_main): Initialize new ui_files.
2391 * ui-file.c: Add read and fgets input functions.
2392 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
2393 (null_file_read): New function.
2394 (ui_file_read): New function.
2395 (set_ui_file_read): New function.
2396 (stdio_file_read): New function.
2397 * ui-file.h: New type ui_file_read_ftype.
2398 (set_ui_file_read): Declare.
2399 (ui_file_read): Declare.
2400
2401 2003-06-09 Andrew Cagney <cagney@redhat.com>
2402
2403 * frame.h (deprecated_unwind_get_saved_register): Rename
2404 generic_unwind_get_saved_register, update comments.
2405 * mips-tdep.c (mips_get_saved_register): Update.
2406 * frame.c (deprecated_unwind_get_saved_register): Update.
2407
2408 2003-06-09 Andrew Cagney <cagney@redhat.com>
2409
2410 * vax-tdep.c (vax_frame_locals_address): Delete function.
2411 (vax_gdbarch_init): Do not set frame_locals_address.
2412 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
2413 (m68hc11_gdbarch_init): Do not set frame_locals_address.
2414 * s390-tdep.c (s390_frame_args_address): Delete function.
2415 (s390_gdbarch_init): Do not set frame_args_address or
2416 frame_locals_address.
2417 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
2418 (ns32k_gdbarch_init): Do not set frame_locals_address.
2419 * hppa-tdep.c (hppa_frame_args_address): Delete function.
2420 (hppa_frame_locals_address): Delete function.
2421 (hppa_gdbarch_init): Do not set frame_args_address, or
2422 frame_locals_address.
2423 * arm-tdep.c (arm_frame_args_address): Delete.
2424 (arm_frame_locals_address): Delete.
2425 (arm_gdbarch_init): Do not set frame_args_address, or
2426 frame_locals_address.
2427
2428 2003-06-09 Andrew Cagney <cagney@redhat.com>
2429
2430 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
2431 * gdbarch.h, gdbarch.c: Re-generate.
2432 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
2433 * arch-utils.c (frame_num_args_unknown): Delete function.
2434 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
2435 (frame_info): Use FRAME_NUM_ARGS_P.
2436 * arm-tdep.c (arm_frame_num_args): Delete function.
2437 (arm_gdbarch_init): Do not set frame_num_args.
2438 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
2439 * hppa-tdep.c (hppa_frame_num_args): Delete function.
2440 (hppa_gdbarch_init): Do not set frame_num_args.
2441 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
2442 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2443 frame_num_args to default frame_num_args_unknown.
2444 * v850-tdep.c (v850_gdbarch_init): Ditto.
2445 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2446 * sh-tdep.c (sh_gdbarch_init): Ditto.
2447 * s390-tdep.c (s390_gdbarch_init): Ditto.
2448 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2449 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2450 * mips-tdep.c (mips_gdbarch_init): Ditto.
2451 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2452 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2453 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2454 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2455 * i386-tdep.c (i386_gdbarch_init): Ditto.
2456 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2457 * frv-tdep.c (frv_gdbarch_init): Ditto.
2458 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2459 * cris-tdep.c (cris_gdbarch_init): Ditto.
2460 * avr-tdep.c (avr_gdbarch_init): Ditto.
2461 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2462
2463 2003-06-09 Andrew Cagney <cagney@redhat.com>
2464
2465 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
2466 (print_frame_args): Moved to "stack.c".
2467 * stack.c: Include "gdb_assert.h".
2468 (print_frame_nameless_args): Moved from "printcmd.c", made static.
2469 (print_frame_args): Moved from "printcmd.c".
2470 * frame.h (print_frame_args): Delete declaration.
2471 * Makefile.in (stack.o): Update dependencies.
2472
2473 2003-06-08 Andrew Cagney <cagney@redhat.com>
2474
2475 * frame.c (get_prev_frame): Remove reference to
2476 frame_args_address_correct in comments.
2477 * frame-base.c (default_frame_args_address): Delete code
2478 conditional on FRAME_ARGS_ADDRESS_CORRECT.
2479 * vax-tdep.c (vax_frame_args_address_correct): Delete.
2480 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
2481 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
2482 (vax_frame_args_address_correct): Delete declaration.
2483
2484 2003-06-08 Andrew Cagney <cagney@redhat.com>
2485
2486 * gdbarch.sh (UNWIND_SP): Add.
2487 * gdbarch.h, gdbarch.c: Re-generate.
2488 * frame.c (frame_sp_unwind): New function.
2489 (get_frame_sp): New function.
2490 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
2491 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
2492 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
2493 value.
2494 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
2495 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
2496
2497 2003-06-08 Andrew Cagney <cagney@redhat.com>
2498
2499 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
2500 REMOTE_BREAKPOINT.
2501 * remote.c: Update.
2502 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
2503 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
2504 * config/m68k/tm-sun3.h: Update.
2505 * config/m68k/tm-m68klynx.h: Update.
2506 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
2507
2508 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
2509 trad_frame". Update comments.
2510 * d10v-tdep.c (struct d10v_unwind_cache): Update.
2511 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
2512 (trad_frame_register_value, trad_frame_prev_register): Update.
2513
2514 2003-06-08 Andrew Cagney <cagney@redhat.com>
2515
2516 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
2517 from GCC's acinclude.m4.
2518 * configure.in: Check for getopt's delcaration.
2519 * aclocal.m4, config.in, configure: Re-generate.
2520 * main.c (error_init): Delete declaration.
2521 * defs.h (error_init): Declare.
2522 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
2523 (rs6000_convert_from_func_ptr_addr): Make static.
2524 (_initialize_rs6000_tdep): Add declaration.
2525 * cli/cli-cmds.c (dont_repeat): Delete declaration.
2526 (show_commands, set_verbose, show_history): Delete declaration.
2527 * top.h (set_verbose): Add declaration.
2528 (show_history, set_history, show_commands): Add declaration.
2529 (do_restore_instream_cleanup): Add declaration.
2530 * objc-lang.c (specialcmp): Make static.
2531 (print_object_command): Make static.
2532 (find_objc_msgsend): Make static.
2533 (find_objc_msgcall_submethod_helper): Make static.
2534 (find_objc_msgcall_submethod): Make static.
2535 (_initialize_objc_language): Add declaration.
2536 (find_implementation_from_class): Make static.
2537 (find_implementation): Make static.
2538 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
2539 * objc-lang.h (lookup_struct_typedef): Add declaration.
2540 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
2541 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
2542 (do_restore_user_call_depth): Make static.
2543 (do_restore_instream_cleanup): Delete declaration.
2544 (dont_repeat): Delete declaration.
2545 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
2546 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
2547 * reggroups.c (_initialize_reggroup): Add declaration.
2548 * cp-support.c (_initialize_cp_support): Add declaration.
2549 * cp-abi.c (_initialize_cp_abi): Add declaration.
2550 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
2551 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
2552 (_initialize_gnu_v3_abi): Add declaration.
2553 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
2554 (_initialize_gnu_v2_abi): Add declaration.
2555 * frame-base.c (_initialize_frame_base): Add declaration.
2556 * doublest.c (floatformat_from_length): Make static.
2557 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
2558 * frame.c (create_sentinel_frame): Make static.
2559 (_initialize_frame): Add declaration.
2560 * top.c (do_catch_errors): Make static.
2561 (gdb_rl_operate_and_get_next_completion): Make static.
2562 * typeprint.c: Include "typeprint.h".
2563 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
2564 (sentinel_frame_this_id): Make static.
2565 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
2566 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
2567 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
2568 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
2569 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
2570 * maint.c (maintenance_print_architecture): Make static.
2571 * signals/signals.c (_initialize_signals): Add declaration.
2572 * std-regs.c (_initialize_frame_reg): Add declaration.
2573 * jv-exp.y (push_variable): ISO C definition.
2574 (push_qualified_expression_name): Ditto.
2575 * memattr.c (_initialize_mem): Add declaration.
2576 * remote.c (remote_check_watch_resources): Make static.
2577 (remote_stopped_by_watchpoint): Make static.
2578 (remote_stopped_data_address): Make static.
2579 * d10v-tdep.c (nr_dmap_regs): Make static.
2580 (a0_regnum): Make static.
2581 (d10v_frame_unwind_cache): Make static.
2582 (d10v_frame_p): Make static.
2583 * osabi.c (show_osabi): Make static.
2584 (_initialize_gdb_osabi): Add extern declaration.
2585 * gdbtypes.c (make_qualified_type): Make static.
2586 (safe_parse_type): Make static.
2587 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
2588 * macrotab.c (macro_bcache_free): Make static.
2589 * interps.c (interp_set_quiet): Make static.
2590 (interpreter_exec_cmd): Make static.
2591 * stack.h (select_frame_command): New file.
2592 * stack.c: Include "stack.h".
2593 (select_frame_command_wrapper): Delete function.
2594 (select_frame_command): Make global.
2595 * infcall.c: Include "infcall.h".
2596 * linespec.c: Include "linespec.h".
2597 * symfile.c (sections_overlap): Make static.
2598 * cp-support.h (cp_initialize_namespace): ISO C declaration.
2599 * charset.c (_initialize_charset): Add missing prototype.
2600 * regcache.c (init_legacy_regcache_descr): Make static.
2601 (do_regcache_xfree): Make static.
2602 (regcache_xfer_part): Make static.
2603 (_initialize_regcache): Add missing prototype.
2604 * breakpoint.c (parse_breakpoint_sals): Make static.
2605 (breakpoint_sals_to_pc): Make static.
2606 * interps.h (clear_interpreter_hooks): ISO C declaration.
2607 * Makefile.in (stack_h): Define.
2608 (stack.o, typeprint.o, mi-main.o): Update dependencies.
2609 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
2610
2611 2003-06-08 Andrew Cagney <cagney@redhat.com>
2612
2613 * Makefile.in (d10v-tdep.o): Update dependencies.
2614 (SFILES): Add trad-frame.c.
2615 (trad_frame_h): Define.
2616 (COMMON_OBS): Add trad-frame.o.
2617 (trad-frame.o): Specify dependencies.
2618 * d10v-tdep.c: Include "trad-frame.h".
2619 (saved_regs_unwinder): Delete function.
2620 (d10v_frame_prev_register): Use trad_frame_prev_register.
2621 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
2622 trad_frame", delete "regs" and "prev_sp".
2623 (prologue_find_regs): Use trad-frame.
2624 * trad-frame.h, trad-frame.c: New files.
2625
2626 2003-06-08 Mark Kettenis <kettenis@gnu.org>
2627
2628 * dwarf2cfi.c, dwarf2cfi.h: Remove.
2629
2630 2003-06-07 Adam Fedor <fedor@gnu.org>
2631
2632 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
2633 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
2634 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
2635 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
2636 resolve_msgsend_super, resolve_msgsend_super_stret):
2637 Use it.
2638
2639 2003-06-07 Andrew Cagney <cagney@redhat.com>
2640
2641 * symfile.h: Re-indent, clean up comments.
2642
2643 2003-06-07 Andrew Cagney <cagney@redhat.com>
2644
2645 * inferior.h (deprecated_write_sp): Replace
2646 generic_target_write_sp.
2647 * regcache.c (deprecated_write_sp): Replace
2648 generic_target_write_sp.
2649 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2650 * vax-tdep.c (vax_gdbarch_init): Update.
2651 * v850-tdep.c (v850_gdbarch_init): Update.
2652 * sparc-tdep.c (sparc_gdbarch_init): Update.
2653 * sh-tdep.c (sh_gdbarch_init): Update.
2654 * s390-tdep.c (s390_gdbarch_init): Update.
2655 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2656 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2657 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2658 * mcore-tdep.c (mcore_gdbarch_init): Update.
2659 * m68k-tdep.c (m68k_gdbarch_init): Update.
2660 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2661 * ia64-tdep.c (ia64_gdbarch_init): Update.
2662 * h8300-tdep.c (h8300_gdbarch_init): Update.
2663 * frv-tdep.c (frv_gdbarch_init): Update.
2664 * cris-tdep.c (cris_gdbarch_init): Update.
2665 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
2666
2667 2003-06-07 Andrew Cagney <cagney@redhat.com>
2668
2669 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
2670 Assert that PC_REGNUM is valid.
2671 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
2672
2673 2003-06-07 Andrew Cagney <cagney@redhat.com>
2674
2675 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
2676 * gdbarch.h, gdbarch.c: Regenerate.
2677 * mn10300-tdep.c: Include "gdb_assert.h".
2678 (mn10300_read_fp): New function.
2679 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
2680 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
2681 * ia64-tdep.c: Include "gdb_assert.h".
2682 (ia64_read_fp): New function.
2683 (ia64_gdbarch_init): Set deprecated_target_read_fp to
2684 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
2685 * regcache.c (generic_target_read_sp): Delete function.
2686 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
2687 * inferior.h (generic_target_read_sp): Delete declaration.
2688 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
2689 generic_target_read_sp.
2690 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2691 * sparc-tdep.c (sparc_gdbarch_init): Ditto
2692 * sh-tdep.c (sh_gdbarch_init): Ditto.
2693 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2694 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
2695
2696 2003-06-07 Andrew Cagney <cagney@redhat.com>
2697
2698 * gdbarch.sh: Comment each field of startup_gdbarch.
2699 * gdbarch.h, gdbarch.c: Re-generate.
2700
2701 2003-06-07 Andrew Cagney <cagney@redhat.com>
2702
2703 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
2704 * gdbarch.h, gdbarch.c: Re-generate.
2705 * regcache.c: Update comments on read_pc et.al.
2706 (generic_target_read_pc): Delete function.
2707 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
2708 * inferior.h (generic_target_read_pc): Delete declaration.
2709 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
2710 generic_target_read_pc.
2711 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2712 * sh-tdep.c (sh_gdbarch_init): Ditto.
2713 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2714 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2715
2716 2003-06-07 Andrew Cagney <cagney@redhat.com>
2717
2718 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
2719 "index" with "special_local_sect". Use strcmp instead of STREQ.
2720 Append period to coments.
2721
2722 2003-06-06 Mark Mitchell <mark@codesourcery.com>
2723
2724 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
2725 (elfstab_offset_sections): Likewise.
2726 * gdb-stabs.h (stab_section_info): Likewise.
2727 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
2728 * objfiles.c (objfile_relocate): Likewise.
2729 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
2730 * remote.c (get_offsets): Likewise.
2731 (remote_cisco_objfile_relocate): Likewise.
2732 * somread.c (som_symfile_offsets): Likewise.
2733 * symfile.c (alloc_section_addr_info): New function.
2734 (build_section_addr_info_from_section_tab): Use it.
2735 (free_section_addr_info): Adjust.
2736 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
2737 (syms_from_objfile): Allocate local_addr dynamically.
2738 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
2739 dynamically.
2740 (add_symbol_file_command): Allocate sect_opts dynamically.
2741 (reread_symbols): Avoid use of SECT_OFF_MAX.
2742 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
2743 (alloc_section_addr_info): Declare it.
2744 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
2745 * win32-nat.c (solib_symbols_add): Allocate section_addrs
2746 dynamically.
2747 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
2748
2749 2003-06-06 Andrew Cagney <cagney@redhat.com>
2750
2751 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
2752 (d10v_frame_unwind_cache): Do not set "return_pc".
2753
2754 2003-06-06 Michael Snyder <msnyder@redhat.com>
2755
2756 * h8300-tdep.c: Make tidy (long lines).
2757
2758 2003-06-06 Michal Ludvig <mludvig@suse.cz>
2759
2760 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
2761 to regcache_collect().
2762
2763 2003-06-05 J. Brobecker <brobecker@gnat.com>
2764
2765 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
2766 pc_in_sigtramp multiarch method.
2767 (hppa_hpux_som_init_abi): Use it.
2768 (hppa_hpux_elf_init_abi): Likewise.
2769 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
2770 macro has been multiarched.
2771 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
2772 macro here, as hppa64 isn't multiarched yet.
2773
2774 2003-06-05 Andrew Cagney <cagney@redhat.com>
2775
2776 * Makefile.in (value_h): Add $(frame_h).
2777 * value.h: Include "frame.h".
2778 (struct value): Replace "frame_addr" with "frame_id".
2779 (VALUE_FRAME_ID): Replace VALUE_FRAME.
2780 * values.c (allocate_value): Use VALUE_FRAME_ID.
2781 (value_copy): Use VALUE_FRAME_ID.
2782 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
2783 * valops.c (value_assign): Update. Use frame_find_by_id.
2784
2785 2003-06-05 Michal Ludvig <mludvig@suse.cz>
2786
2787 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
2788 in each pass.
2789
2790 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
2791
2792 * thread-db.c (check_event): For create/death event breakpoints,
2793 loop through all messages to ensure that we read the message
2794 corresponding to the breakpoint we are at.
2795
2796 2003-06-04 Michael Snyder <msnyder@redhat.com>
2797
2798 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
2799
2800 2003-06-04 Mark Kettenis <kettenis@gnu.org>
2801
2802 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
2803 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
2804 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
2805 when handling .eh_frame sections.
2806
2807 2003-06-04 J. Brobecker <brobecker@gnat.com>
2808
2809 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
2810 prepare_to_proceed procedure instead of the hppa-specific one.
2811 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
2812
2813 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
2814
2815 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
2816 * config.in: Regenerated.
2817 * configure.in: Add test for syscall function and check for
2818 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
2819 * configure: Regenerated.
2820 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
2821 <sys/syscall.h>.
2822 (kill_lwp): New function that uses tkill syscall or
2823 uses kill, depending on whether threading model is nptl or not.
2824 All callers of kill() changed to use kill_lwp().
2825 (lin_lwp_wait): Make special check when WIFEXITED occurs to
2826 see if all threads have already exited in the nptl model.
2827 (stop_and_resume_callback): New callback function used by the
2828 lin_lwp_wait thread exit handling code.
2829 (stop_wait_callback): Check for threads already having exited and
2830 delete such threads fromt the lwp list when discovered.
2831 (stop_callback): Don't assert retcode of kill call.
2832
2833 Roland McGrath <roland@redhat.com>
2834 * i386-linux-nat.c (ps_get_thread_area): New function needed by
2835 nptl libthread_db.
2836
2837 2003-06-03 Richard Henderson <rth@redhat.com>
2838
2839 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
2840 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
2841 (alpha_sigtramp_frame_prev_register): Likewise.
2842 (alpha_heuristic_frame_prev_register): Likewise.
2843 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
2844
2845 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
2846 alpha-specific register id names.
2847 (alpha_mdebug_frame_unwind_cache): Likewise.
2848 (alpha_mdebug_frame_prev_register): Likewise.
2849
2850 2003-06-03 Richard Henderson <rth@redhat.com>
2851
2852 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
2853 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
2854 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
2855 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
2856 unwind routines.
2857 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
2858 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
2859 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
2860
2861 * alpha-linux-tdep.c: Remove unnecessary includes.
2862 * Makefile.in (alpha-linux-tdep.o): Update.
2863
2864 2003-06-03 Richard Henderson <rth@redhat.com>
2865
2866 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
2867 (alphabsd_fill_fpreg): Likewise.
2868
2869 2003-06-03 J. Brobecker <brobecker@gnat.com>
2870
2871 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
2872 references to struct frame_info fields by calls to the equivalent
2873 accessors. Necessary now that frame_info is opaque.
2874
2875 2003-06-03 J. Brobecker <brobecker@gnat.com>
2876
2877 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
2878 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
2879 structure, field no longer exists.
2880
2881 2003-06-03 J. Brobecker <brobecker@gnat.com>
2882
2883 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
2884 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
2885
2886 2003-06-03 J. Brobecker <brobecker@gnat.com>
2887
2888 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
2889 references to struct frame_info fields by calls to the equivalent
2890 accessors. Necessary now that frame_info is opaque.
2891
2892 2003-06-03 J. Brobecker <brobecker@gnat.com>
2893
2894 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
2895 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
2896 structure, field no longer exists.
2897
2898 2003-06-03 Theodore A. Roth <troth@openavr.org>
2899
2900 * remote.c (init_remote_state): Compute sizeof_g_packet by
2901 accumulation of the size of all registers instead of blindly using
2902 DEPRECATED_REGISTER_BYTES.
2903
2904 2003-06-03 Michael Snyder <msnyder@redhat.com>
2905
2906 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
2907 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
2908 for h8300sx.
2909
2910 2003-06-03 J. Brobecker <brobecker@gnat.com>
2911
2912 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
2913 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
2914
2915 2003-06-03 Andrew Cagney <cagney@redhat.com>
2916
2917 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
2918 (sparc_convert_to_raw): Delete function.
2919 (sparc_gdbarch_init): Do not set register_convert_to_raw or
2920 register_convert_to_virtual.
2921
2922 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
2923
2924 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
2925 layer if not dealing with a statically-linked threaded program.
2926
2927 2003-06-03 Kris Warkentin <kewarken@qnx.com>
2928
2929 * solib.c (solib_open): Update comment to reflect actual search order.
2930
2931 2003-06-03 Andrew Cagney <cagney@redhat.com>
2932
2933 * frame.c (get_frame_memory_signed): New function.
2934 (get_frame_memory, get_frame_memory_unsigned): New function.
2935 (get_frame_arch): New function.
2936 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
2937 (get_frame_memory, get_frame_unsigned_memory): Declare.
2938 * d10v-tdep.c (d10v_frame_unwind_cache): Use
2939 get_frame_memory_unsigned and get_frame_arch.
2940 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
2941
2942 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
2943
2944 * MAINTAINERS (write after approval): Add myself.
2945
2946 2003-06-03 Jim Blandy <jimb@redhat.com>
2947
2948 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
2949 elements of gregset_t are 64 bits each, but access registers
2950 are still 32 bits, so they're packed two per gregset_t
2951 element. Unpack/pack them properly.
2952
2953 2003-06-02 David Carlton <carlton@bactrian.org>
2954
2955 * linespec.c (find_methods): Break out code into
2956 add_matching_methods and add_constructors.
2957 (add_matching_methods): New.
2958 (add_constructors): Ditto.
2959
2960 2003-06-02 Andrew Cagney <cagney@redhat.com>
2961
2962 * sparc-tdep.c (sparc_print_registers): Delete call to
2963 REGISTER_CONVERTIBLE.
2964 (sparc_gdbarch_init): Do not set register_convertible.
2965 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2966 * frv-tdep.c (frv_gdbarch_init): Ditto.
2967 * cris-tdep.c (cris_gdbarch_init): Ditto.
2968
2969 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
2970
2971 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
2972 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
2973 (syms_from_objfile): Ditto.
2974
2975 2003-06-03 Andreas Schwab <schwab@suse.de>
2976
2977 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
2978 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
2979
2980 2003-06-02 Richard Henderson <rth@redhat.com>
2981
2982 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
2983 a member of all_reggroup.
2984
2985 2003-06-02 Richard Henderson <rth@redhat.com>
2986
2987 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
2988 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
2989 (alpha_lds, alpha_sts): New.
2990 (alpha_convert_register_p): Change from _register_convertible.
2991 (alpha_register_to_value): Change from _convert_to_virtual;
2992 restructure and fail for type sizes other than 4 or 8.
2993 (alpha_value_to_register): Similarly.
2994 (alpha_extract_return_value): Use alpha_sts.
2995 (alpha_store_return_value): Use alpha_lds.
2996 (alpha_gdbarch_init): Update hooks.
2997
2998 2003-06-02 Richard Henderson <rth@redhat.com>
2999
3000 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
3001 regnum identifiers.
3002 (alpha_sigtramp_register_address): Likewise.
3003
3004 2003-06-02 Richard Henderson <rth@redhat.com>
3005
3006 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
3007 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
3008 * alpha-tdep.h: Declare them.
3009
3010 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
3011 Remove zerobuf. Don't error on UNIQUE.
3012 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
3013 (ALPHA_REGSET_UNIQUE): Provide default.
3014 (supply_gregset): Use alpha_supply_int_regs.
3015 (fill_gregset): Use alpha_fill_int_regs.
3016 (supply_fpregset): Use alpha_supply_fp_regs.
3017 (fill_fpregset): Use alpha_fill_fp_regs.
3018 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
3019 (alphabsd_supply_reg): Use alpha_supply_int_regs.
3020 (alphabsd_fill_reg): Use alpha_fill_int_regs.
3021 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
3022 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
3023 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
3024
3025 2003-06-02 Richard Henderson <rth@redhat.com>
3026
3027 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
3028
3029 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
3030 (alpha_store_return_value): Likewise.
3031
3032 2003-06-02 David Carlton <carlton@math.stanford.edu>
3033
3034 * block.c (contained_in): Add 'const' to arguments.
3035 (block_function): Ditto.
3036 * block.h: Update declarations for block_function and
3037 contained_in.
3038
3039 2003-06-02 David Carlton <carlton@math.stanford.edu>
3040
3041 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
3042 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
3043 * p-valprint.c (pascal_val_print): Ditto.
3044 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
3045
3046 2003-06-02 Richard Henderson <rth@redhat.com>
3047
3048 * alpha-tdep.c (alpha_push_dummy_call): Use
3049 builtin_type_ieee_double_little instead of builtin_type_double.
3050
3051 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
3052 sign-extension of 32-bit values.
3053 (alpha_store_return_value): Similarly.
3054
3055 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
3056 (alpha_extract_return_value): Likewise.
3057 (alpha_store_return_value): Likewise.
3058
3059 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
3060 (alpha_store_return_value): Error on IEEE Quad floats.
3061
3062 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
3063 (alpha_extract_struct_value_address): Likewise.
3064 (alpha_store_return_value): Likewise.
3065 (alpha_store_struct_return): Remove.
3066 (alpha_gdbarch_init): Update hook registration to match.
3067
3068 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
3069 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
3070 macros where appropriate.
3071 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
3072 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
3073
3074 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
3075 for SP, GP; void_func_ptr for PC; non-language-specific types
3076 for all others.
3077 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
3078
3079 2003-06-02 Richard Henderson <rth@redhat.com>
3080
3081 * top.h (lim_at_start): Declare.
3082 * main.c (captured_main): Set it.
3083 * top.c (lim_at_start): Define.
3084 (command_loop): Use it instead of &environ.
3085 * event-top.c (command_handler): Likewise.
3086
3087 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
3088
3089 * mipsnbsd-tdep.c: Update copyright years.
3090 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
3091
3092 2003-06-01 Richard Henderson <rth@redhat.com>
3093
3094 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
3095 (alpha-linux-tdep.o): Update dependencies.
3096 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
3097 * alpha-mdebug-tdep.c: Remove unneeded includes.
3098
3099 2003-06-01 Richard Henderson <rth@redhat.com>
3100
3101 * alpha-tdep.c (alpha_register_reggroup_p): New.
3102 (alpha_gdbarch_init): Register it.
3103
3104 2003-06-02 Andrew Cagney <cagney@redhat.com>
3105
3106 * dwarfread.c: Eliminate "register"
3107 (decode_die_type): Eliminate assignment within "if".
3108 (struct_type, decode_array_element_type): Ditto.
3109 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
3110 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
3111 (decode_modified_type, completedieinfo): Ditto.
3112 * block.c: Eliminate "register".
3113 (blockvector_for_pc_sect): Eliminate assignment within "if".
3114 * cp-support.h (struct symbol): Opaque declaration.
3115 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
3116
3117 2003-06-01 Richard Henderson <rth@redhat.com>
3118
3119 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
3120 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
3121
3122 2003-06-01 Adam Fedor <fedor@gnu.org>
3123
3124 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
3125 * gdbarch.[ch]: Regenerate.
3126 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
3127 (hppa_gdbarch_init): Set it in the gdbarch vector.
3128 * i386-tdep.c (i386_fetch_pointer_argument): New
3129 (i386_gdbarch_init): Set it into gdbarch.
3130 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
3131 (rs6000_gdbarch_init): Set it in gdbarch.
3132 * sparc-tdep.c (sparc_fetch_pointer_argument): New
3133 (sparc_gdbarch_init): Set it in gdbarch.
3134
3135 2003-06-01 Andrew Cagney <cagney@redhat.com>
3136
3137 * defs.h (extract_address): Delete declaration.
3138 * findvar.c (extract_address): Delete function.
3139 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
3140 extract_address with the inline equivalent,
3141 extract_unsigned_integer.
3142 (xstormy16_extract_struct_value_address): Ditto.
3143 (xstormy16_pointer_to_address): Ditto.
3144 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
3145 * v850-tdep.c (v850_push_arguments): Ditto.
3146 (v850_extract_return_value): Ditto.
3147 (v850_extract_struct_value_address): Ditto.
3148 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
3149 (sparcnbsd_get_longjmp_target_64): Ditto.
3150 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
3151 (get_longjmp_target): Ditto.
3152 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
3153 (sh64_extract_struct_value_address): Ditto.
3154 (sh_push_arguments): Ditto.
3155 (sh64_push_arguments): Ditto.
3156 * remote-vxsparc.c (vx_read_register): Ditto.
3157 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
3158 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
3159 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
3160 * mipsv4-nat.c (get_longjmp_target): Ditto.
3161 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
3162 * mips-nat.c (get_longjmp_target): Ditto.
3163 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
3164 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
3165 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
3166 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
3167 * irix5-nat.c (get_longjmp_target): Ditto.
3168 * irix4-nat.c (get_longjmp_target): Ditto.
3169 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
3170 (ia64_push_arguments): Ditto.
3171 * hpux-thread.c (hpux_thread_store_registers): Ditto.
3172 * h8300-tdep.c (h8300_push_arguments): Ditto.
3173 (h8300_store_return_value): Ditto.
3174 (h8300_extract_struct_value_address): Ditto.
3175 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
3176 (frv_push_arguments): Ditto.
3177 * avr-tdep.c (avr_pointer_to_address): Ditto.
3178 (avr_push_arguments): Ditto.
3179 * arm-tdep.c (arm_push_dummy_call): Ditto.
3180 (arm_get_longjmp_target): Ditto.
3181 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
3182 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
3183 (alpha_get_longjmp_target): Ditto.
3184
3185 * solib-irix.c (extract_mips_address): Inline extract_address,
3186 replacing it with extract_signed_integer.
3187 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3188 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
3189 (first_link_map_member, open_symbol_file_object): Ditto.
3190 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
3191 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3192 (LM_NEXT, LM_NAME): Ditto.
3193
3194 2003-06-01 Richard Henderson <rth@redhat.com>
3195
3196 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
3197 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
3198 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
3199 (alpha_cannot_store_register): Likewise.
3200 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
3201 * alpha-nat.c (supply_gregset): Likewise.
3202 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
3203
3204 2003-06-01 Andrew Cagney <cagney@redhat.com>
3205
3206 * infcall.c (call_function_by_hand): Update comment on
3207 DEPRECATED_DUMMY_WRITE_SP.
3208
3209 * mips-tdep.c (mips_gdbarch_init): Do not set
3210 deprecated_dummy_write_sp.
3211 (mips_eabi_push_dummy_call): Set the SP register.
3212 (mips_o64_push_dummy_call): Set the SP register.
3213 (mips_o32_push_dummy_call): Set the SP register.
3214 (mips_n32n64_push_dummy_call): Set the SP register.
3215
3216 2003-06-01 Richard Henderson <rth@redhat.com>
3217
3218 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
3219 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
3220 (supply_gregset): Likewise.
3221 * alpha-tdep.c (alpha_store_return_value): Likewise.
3222 (alpha_get_longjmp_target): Likewise.
3223 (alpha_register_name): Constify array.
3224 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
3225 deprecated_register_size, deprecated_register_bytes,
3226 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
3227 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
3228 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
3229
3230 2003-06-01 Richard Henderson <rth@redhat.com>
3231
3232 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
3233 from arg_reg_buffer to regcache to avoid double conversion.
3234
3235 2003-06-01 Mark Kettenis <kettenis@gnu.org>
3236
3237 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
3238 SP_REGNUM.
3239 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
3240 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
3241
3242 2003-06-01 Richard Henderson <rth@redhat.com>
3243
3244 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
3245 (decode_frame_entry): Set it. Skip FDE augmentation.
3246
3247 2003-06-01 Richard Henderson <rth@redhat.com>
3248
3249 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
3250 not overlapping PC_REGNUM.
3251
3252 2003-06-01 Richard Henderson <rth@redhat.com>
3253
3254 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
3255 alpha_push_arguments. Don't dump argument register data to
3256 the target stack. Fix float and 128-bit long double semantics.
3257 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
3258 (alpha_fix_call_dummy): Remove.
3259 (alpha_call_dummy_words): Remove.
3260 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
3261
3262 2003-06-01 Richard Henderson <rth@redhat.com>
3263
3264 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
3265
3266 2003-06-01 Andrew Cagney <cagney@redhat.com>
3267
3268 * mips-tdep.c (is_mips16_addr): New function.
3269 (make_mips16_addr, unmake_mips16_addr): New functions.
3270 (pc_is_mips16, mips_fetch_instruction): Use.
3271 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
3272 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
3273 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
3274 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
3275 TARGET_MIPS.
3276 * config/mips/tm-mips.h: Update copyright.
3277 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
3278 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
3279 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
3280 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
3281 (TM_PRINT_INSN_MACH): Delete.
3282 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
3283
3284 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
3285 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
3286 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
3287 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
3288 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
3289 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
3290 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
3291 mips*-*-riscos* and mips*-*-sysv* onto mips.
3292 * config/mips/mips64.mt: New file.
3293 * config/mips/mips.mt: New file.
3294 * config/mips/littlemips.mt: Delete file.
3295 * config/mips/decstation.mt: Delete file.
3296 * config/mips/vr4300el.mt: Delete file.
3297 * config/mips/vr5000el.mt: Delete file.
3298 * config/mips/vr5000.mt: Delete file.
3299 * config/mips/vr4100.mt: Delete file.
3300 * config/mips/vr4xxxel.mt: Delete file.
3301 * config/mips/vr4300.mt: Delete file.
3302 * config/mips/vr4xxx.mt: Delete file.
3303 * config/mips/bigmips.mt: Delete file.
3304 * config/mips/bigmips64.mt: Delete file.
3305 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
3306 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
3307 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
3308 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
3309 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
3310 "tm-bigmips.h".
3311 * config/mips/tm-irix3.h: Ditto.
3312 * config/mips/tm-mipsv4.h: Ditto.
3313 * config/mips/tm-embed.h: Ditto.
3314 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
3315 "tm-bigmips64.h".
3316 * config/mips/tm-vr5000el.h: Delete file.
3317 * config/mips/tm-tx39l.h: Delete file.
3318 * config/mips/tm-vr4300el.h: Delete file.
3319 * config/mips/tm-vr4xxxel.h: Delete file.
3320 * config/mips/tm-vr4300.h: Delete file.
3321 * config/mips/tm-vr4100.h: Delete file.
3322 * config/mips/tm-vr4xxx.h: Delete file.
3323 * config/mips/tm-vr5000.h: Delete file.
3324 * config/mips/tm-embedl64.h: Delete file.
3325 * config/mips/tm-embedl.h: Delete file.
3326 * config/mips/tm-embed64.h: Delete file.
3327 * config/mips/tm-bigmips64.h: Delete file.
3328 * config/mips/tm-bigmips.h: Delete file.
3329
3330 2003-06-01 Mark Kettenis <kettenis@gnu.org>
3331
3332 Fix gdb/1216.
3333 * shnbsd-nat.c: Include "sh-tdep.h".
3334
3335 From Richard Henderson <rth@redhat.com>:
3336 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
3337
3338 2003-05-31 Andrew Cagney <cagney@redhat.com>
3339
3340 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
3341 forward declaration.
3342 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3343 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3344 (mips_find_saved_regs): Use set_reg_offset.
3345 (mips_frame_init_saved_regs): Delete function.
3346 (mips_pop_frame): Call mips_find_saved_regs instead of
3347 DEPRECATED_FRAME_INIT_SAVED_REGS.
3348
3349 2003-05-31 Andrew Cagney <cagney@redhat.com>
3350
3351 * mips-tdep.c (mips_gdbarch_init): Do not set
3352 deprecated_max_register_raw_size, register_virtual_size, and
3353 deprecated_max_register_virtual_size.
3354
3355 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3356
3357 * i386-tdep.c: Include "dwarf2-frame.h".
3358 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
3359 * Makefile.in (i386-tdep.o): Update dependencies.
3360
3361 * dwarf2-frame.c, dwarf2-frame.h: New files.
3362 * Makefile.in (SFILES): Add dwarf2-frame.c.
3363 (dwarf2_frame_h): Define.
3364 (COMMON_OBS): Add dwarf2-frame.o.
3365 (dwarf2-frame.o): Add dependencies.
3366
3367 2003-05-31 Andreas Jaeger <aj@suse.de>
3368
3369 * x86-64-linux-nat.c: Fix comment.
3370
3371 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3372
3373 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
3374 function signature.
3375
3376 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
3377 have a sigcontext_addr handler.
3378 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
3379 sigcontext_addr handler.
3380
3381 2003-05-31 Andrew Cagney <cagney@redhat.com>
3382
3383 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
3384 (print_fp_register_row): Replace do_fp_register_row.
3385 (mips_print_fp_register): Add "file" and "frame" parameters.
3386 (mips_print_register): Add "file" and "frame" parameters.
3387 (mips_print_registers_info): Replace mips_do_registers_info.
3388 (mips_gdbarch_init): Set print_registers_info instead of
3389 deprecated_do_registers_info.
3390 (mips_read_fp_register_single): Add "frame" parameter.
3391 (mips_read_fp_register_double): Add "frame" parameter.
3392
3393 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3394
3395 * i386-tdep.c (i386_register_name): Check for MMX registers first.
3396 Fixes a bug where GDB would print the wrong register names for
3397 targets without SSE.
3398
3399 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
3400 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3401 registers.
3402
3403 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
3404 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
3405 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3406 TDEP->sc_sp_offset.
3407
3408 From Michal Ludvig <mludvig@suse.cz>:
3409 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
3410 and `sc_num_regs'.
3411 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
3412 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
3413 I386_ST0_REGNUM): Move here from...
3414 * i386-tdep.c: ... here.
3415 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
3416 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3417 registers if possible.
3418 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
3419 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
3420 Remove variables.
3421 (i386bsd_sc_reg_offset): New variable.
3422 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
3423 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3424 TDEP->sc_sp_offset.
3425 (i386fbsd_sc_reg_offset): New variable.
3426 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
3427 TDEP->sc_num_regs.
3428 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
3429 variables.
3430 (i386fbsd4_sc_reg_offset): New variable.
3431 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
3432 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3433 TDEP->sc_sp_offset.
3434 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
3435 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
3436 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
3437 Remove variables.
3438 (i386nbsd_sc_reg_offset): New variable.
3439 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
3440 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3441 TDEP->sc_sp_offset.
3442 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
3443 Remove variables.
3444 (i386obsd_sc_reg_offset): New variable.
3445 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
3446 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3447 TDEP->sc_sp_offset.
3448 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
3449 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
3450 for frame pointer offset in `struct sigcontext'.
3451
3452 2003-05-31 Andrew Cagney <cagney@redhat.com>
3453
3454 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
3455 architecture methods call_dummy_words, sizeof_call_dummy_words,
3456 push_return_address, store_struct_return, and fix_call_dummy. Set
3457 push_dummy_call instead of deprecated_push_arguments.
3458 (mips_store_struct_return): Delete function.
3459 (mips_fix_call_dummy): Delete function.
3460 (mips_push_return_address): Delete function.
3461 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
3462 RA_REGNUM and T9_REGNUM.
3463 (mips_n32n64_push_dummy_call): Ditto for
3464 mips_n32n64_push_arguments.
3465 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
3466 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
3467
3468 2003-05-31 Andrew Cagney <cagney@redhat.com>
3469
3470 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
3471 "dummy_addr" to "bp_addr".
3472 * infcall.c (call_function_by_hand): Pass "funaddr" to
3473 gdbarch_push_dummy_call.
3474 * gdbarch.h, gdbarch.c: Re-generate.
3475 * i386-tdep.c (i386_push_dummy_call): Update.
3476 * arm-tdep.c (arm_push_dummy_call): Update.
3477 * d10v-tdep.c (d10v_push_dummy_call): Update.
3478
3479 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3480
3481 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
3482 variable declarations.
3483 (x86_64_register_number, x86_64_register_name): Remove prototypes.
3484 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
3485 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
3486 x86_64_init_frame_pc, x86_64_init_frame_pc,
3487 x86_64_function_has_prologue): Remove prototypes.
3488 (X86_64_NUM_GREGS): New define.
3489 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
3490 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
3491 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
3492 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
3493 XMM1_REGNUM): Remove defines.
3494 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
3495 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
3496 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
3497 X86_64_XMM1_REGNUM): New defines.
3498 (struct x86_64_register_info): Renamed from `struct
3499 register_info'. Remove `size' member.
3500 (x86_64_register_info_table): Remove variable.
3501 (x86_64_register_info): New variable.
3502 (X86_64_NUM_REGS): New define.
3503 (X86_64_NUM_GREGS): Remove define.
3504 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
3505 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
3506 Remove variables.
3507 (x86_54_dwarf2_reg_to_regnum): Remove function.
3508 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
3509 (x86_64_dwarf_reg_to_regnum): New function.
3510 (x86_64_register_name): Rewrite.
3511 (x86_64_register_raw_size): Remove function.
3512 (x86_64_register_byte_table): Remove variable.
3513 (x86_64_register_byte): Remove function.
3514 (x86_64_register_virtual_type): Remove function.
3515 (x86_64_register_type): New function.
3516 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
3517 x86_64_register_convert_to_raw): Remove functions.
3518 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
3519 (x86_64_use_struct_convention): Make static. Adjust for renamed
3520 defines.
3521 (x86_64_frame_init_saved_regs): Remove function.
3522 (x86_64_push_arguments): Make static. Change to accept a regcache
3523 as argument.
3524 (x86_64_store_return_value, x86_64_extract_return_value): Make
3525 static. Rewrite based on i386 counterparts.
3526 (x86_64_push_dummy_call): New function.
3527 (X86_64_NUM_SAVED_REGS): New define.
3528 (x86_64_register_number): Remove function.
3529 (x86_64_store_struct_return): Remove function.
3530 (x86_64_frameless_function_invocation,
3531 x86_64_function_has_prologue): Remove functions.
3532 (PROLOG_BUFSIZE): Remove define.
3533 (struct x86_64_frame_cache): New structure.
3534 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
3535 x86_64_frame_cache, x86_64_frame_this_id,
3536 x86_64_frame_prev_register, x86_64_frame_p,
3537 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
3538 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
3539 functions.
3540 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
3541 variables.
3542 (x86_64_skip_prologue): Rewrite in terms of
3543 x86_64_analyze_prologue.
3544 (x86_64_frame_base_address): New function.
3545 (x86_64_frame_base): New variable.
3546 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
3547 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
3548 set deprecated_fp_regnum, deprecated_register_size,
3549 deprecated_register_bytes, register_raw_size, register_byte,
3550 register_virtual_type, register_convertiable,
3551 register_convert_to_virtual, convert_to_raw,
3552 deprecated_get_saved_register, deprecated_target_read_fp,
3553 deprecated_push_arguments, deprecated_push_return_address,
3554 deprecated_pop_frame, deprecated_store_struct_return,
3555 deprecated_frame_init_saved_regs, deprecated_frame_chain,
3556 frameless_function_invocation, deprecated_frame_saved_pc,
3557 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
3558 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
3559 deprecated_init_frame_pc and virtual_frame_pointer. Call
3560 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
3561 and x86_64_frame_p. Call frame_base_set_default to register
3562 x86_64_frame_base.
3563 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
3564 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
3565 (_initialize_x86_64_tdep): Remove function.
3566 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
3567 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
3568 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
3569 define.
3570 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
3571 (x86_64_linux_sigcontext_addr): Rewrite.
3572 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
3573 x86_64_linux_frame_saved_pc): Remove functions.
3574 (x86_64_linux_pc_in_sigtramp): Renamed from
3575 x86_64_linux_in_sigtramp. Try harder to recognize a signal
3576 trampoline.
3577 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
3578 Remove_functions.
3579 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
3580 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
3581 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
3582 (x86_64_regmap): Rename to regmap.
3583 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
3584 x86_64_num_gregs.
3585 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
3586 x86_64_regmap.
3587 (x86_64_fxsave_offset): Remove function.
3588 (supply_fpregset): Simply call x86_64_supply_fxsave.
3589 (fill_fpregset): Simply call x86_64_fill_fxsave.
3590 (fetch_inferior_registers, store_inferior_registers): Avoid
3591 asignment in if-statement.
3592 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
3593 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
3594 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
3595 (fetch_core_registers): Remove function.
3596 (linux_elf_core_fns): Remove.
3597 (offsetoff): Don't define.
3598 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
3599 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
3600 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
3601 add core-regset.o.
3602 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
3603 protection against multiple includes instead of NM_X86_64_h. Add
3604 various comments. Include "config/nm-linux.h". Don't include
3605 <signal.h>.
3606 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
3607 GET_THREAD_SIGNALS): Remove defines.
3608 (x86_64_register_u_addr, kernel_u_size,
3609 lin_thread_get_thread_signals): Remove prototypes.
3610 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
3611 [HAVE_LINK_H]: Don't include "solib.h".
3612 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
3613 * config/i386/tm-x86-64linux.h: Fix comments.
3614 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
3615 x86-64-tdep.o): Update dependencies.
3616
3617 2003-05-30 Andrew Cagney <cagney@redhat.com>
3618
3619 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
3620 Change parameter type to a "struct regcache *".
3621
3622 * gdbarch.sh: Regardless of the multi-arch level, always define
3623 the macro when not already defined.
3624 * gdbarch.h, gdbarch.c: Re-generate.
3625
3626 2003-05-30 Richard Henderson <rth@redhat.com>
3627
3628 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
3629 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
3630 (alpha_mdebug_frame_this_id): Likewise.
3631 (alpha_mdebug_frame_prev_register): Likewise.
3632 (alpha_mdebug_frame_base_address): Likewise.
3633 (alpha_mdebug_frame_locals_address): Likewise.
3634 (alpha_mdebug_frame_args_address): Likewise.
3635 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
3636 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
3637 (alpha_heuristic_frame_unwind_cache): Make static; add missing
3638 loop increment.
3639 (alpha_heuristic_frame_this_id): Make static.
3640 (alpha_heuristic_frame_prev_register): Likewise.
3641 (alpha_heuristic_frame_base_address): Likewise.
3642 * alpha-tdep.h: Update.
3643
3644 2003-05-30 Mark Kettenis <kettenis@gnu.org>
3645
3646 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
3647 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
3648 defenitions.
3649 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
3650 * i386-tdep.c: Mark functions that are 64-bit safe as such.
3651 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
3652 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
3653 I386_ST0_REGNUM): New defines.
3654 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
3655 codestream_get): Remove define.
3656 (codestream_next_addr, condestream_addr, condestream_buf,
3657 codestream_off, codestream_cnt): Remove variables.
3658 (codestream_fill, codestream_seek, codestream_read): Remove
3659 functions.
3660 (i386_follow_jump): Rewrite to avoid usage of removed codestream
3661 functionality.
3662 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
3663 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
3664 i386_frame_saved_pc, i386_saved_pc_after_call,
3665 i386_frame_num_args, i386_frame_init_saved_regs,
3666 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
3667 i386_push_arguments): Remove functions.
3668 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
3669 functionality. Use i386_analyze_prologue instead of
3670 i386_get_frame_setup.
3671 (I386_NUM_SAVED_REGS): New define.
3672 (struct i386_frame_cache): New structure.
3673 (i386_alloc_frame_cache, i386_analyze_struct_return,
3674 i386_skip_probe, i386_analyze_frame_setup,
3675 i386_analyze_register_saves, i386_analyze_prologue,
3676 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
3677 i386_frame_prev_register, i386_sigtramp_frame_cache,
3678 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
3679 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
3680 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
3681 New functions.
3682 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
3683 New variables.
3684 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
3685 I386_EAX_REGNUM and I386_EDX_REGNUM.
3686 (i386_extract_return_value, i386_store_return_value): Use
3687 I386_ST0_REGNUM where appropriate.
3688 (i386_extract_struct_value_address): Rewrite to use extract_address.
3689 (i386_svr4_pc_in_sigtramp): Add comment.
3690 (i386_svr4_sigcontext_addr): Rewrite.
3691 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
3692 TDEP->sc_sp_offset.
3693 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
3694 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
3695 of new defines. Set push_dummy_call, don't set
3696 deprecated_push_arguments, deprecated_push_return_address,
3697 deprecated_pop_frame. Don't set parm_boundary. Don't set
3698 deprecated_frame_chain, deprecated_frame_saved_pc,
3699 deprecated_saved_pc_after_call. Set unwind_dummy_id,
3700 save_dummy_frame_tos, unwind_pc. Call
3701 frame_unwind_append_predicate and frame_base_set_default. Don't
3702 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
3703 Don't set frameless_function_invocation. Don't set
3704 deprecated_register_bytes, deprecated_register_size,
3705 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
3706 * i386-linux-tdep.c: Fix formatting in some comments.
3707 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
3708 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
3709 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
3710 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
3711 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
3712 redundant parentheses.
3713 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
3714 (i386_linux_sigcontext_addr): Use it. Rewrite.
3715 (find_minsym_and_objfile): Change name of second argument.
3716 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
3717 changed. Use frame_pc_unwind instead of
3718 DEPRECATED_SAVED_PC_AFTER_CALL.
3719 (i386_linux_init_abi): Don't set deprecated_register_bytes.
3720 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
3721 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
3722 unwinder.
3723 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
3724 "dummy-frame.h".
3725 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
3726 (_initialize_i386_cygwin_tdep): New prototype.
3727 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
3728 deprecated_frame_chain_valid.
3729 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
3730 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
3731 Rely on the SVR4 defaults.
3732 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
3733 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
3734
3735 2003-05-30 Andrew Cagney <cagney@redhat.com>
3736
3737 * infcall.c (call_function_by_hand): Always call
3738 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
3739
3740 2003-05-30 Richard Henderson <rth@redhat.com>
3741
3742 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
3743 increment.
3744
3745 2003-05-29 Jim Blandy <jimb@redhat.com>
3746
3747 Use gdbarch methods for solib stuff on PowerPC Linux.
3748 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
3749 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
3750 show through.
3751 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3752 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
3753 giving the same effect as the #definitions above.
3754
3755 2003-05-29 Adam Fedor <fedor@gnu.org>
3756
3757 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
3758 (find_implementation_from_class): Replace it with the standard
3759 case i.e. do nothing.
3760
3761 2003-05-29 Richard Henderson <rth@redhat.com>
3762
3763 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
3764 (alpha_linux_sigtramp_offset): Use it. Make static.
3765 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
3766 update for new frame model.
3767 * alpha-mdebug-tdep.c: New file.
3768 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
3769 (alpha_osf1_init_abi): Install it.
3770 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
3771 (linked_proc_desc_table): Remove.
3772 (alpha_frame_past_sigtramp_frame): Remove.
3773 (alpha_dynamic_sigtramp_offset): Remove.
3774 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
3775 (alpha_proc_desc_is_dyn_sigtramp): Remove.
3776 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
3777 (push_sigtramp_desc): Remove.
3778 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
3779 (alpha_cannot_store_register): Likewise.
3780 (alpha_sigcontext_addr): Remove.
3781 (alpha_find_saved_regs): Remove.
3782 (alpha_frame_init_saved_regs): Remove.
3783 (alpha_init_frame_pc_first): Remove.
3784 (read_next_frame_reg): Remove.
3785 (alpha_frame_saved_pc): Remove.
3786 (alpha_saved_pc_after_call): Remove.
3787 (temp_proc_desc, temp_saved_regs): Remove.
3788 (alpha_about_to_return): Remove.
3789 (cached_proc_desc): Remove.
3790 (alpha_frame_chain): Remove.
3791 (alpha_print_extra_frame_info): Remove.
3792 (alpha_init_extra_frame_info): Remove.
3793 (alpha_frame_locals_address): Remove.
3794 (alpha_frame_args_address): Remove.
3795 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
3796 (alpha_push_dummy_frame): Remove.
3797 (alpha_pop_frame): Remove.
3798 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
3799 (alpha_read_insn): New.
3800 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
3801 for different insn encodings.
3802 (alpha_in_lenient_prologue): Remove.
3803 (struct alpha_sigtramp_unwind_cache): New.
3804 (alpha_sigtramp_frame_unwind_cache): New.
3805 (alpha_sigtramp_register_address): New.
3806 (alpha_sigtramp_frame_this_id): New.
3807 (alpha_sigtramp_frame_prev_register): New.
3808 (alpha_sigtramp_frame_unwind): New.
3809 (alpha_sigtramp_frame_p): New.
3810 (struct alpha_heuristic_unwind_cache): New.
3811 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
3812 don't count nop insns that occur between functions.
3813 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
3814 heuristic_proc_desc, but without the mdebug wrapping.
3815 (alpha_heuristic_frame_this_id): New.
3816 (alpha_heuristic_frame_prev_register): New.
3817 (alpha_heuristic_frame_unwind): New.
3818 (alpha_heuristic_frame_p): New.
3819 (alpha_heuristic_frame_base_address): New.
3820 (alpha_heuristic_frame_base): New.
3821 (alpha_unwind_dummy_id): New.
3822 (alpha_unwind_pc): New.
3823 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
3824 frame related deprecated initializations; install replacements.
3825 (alpha_dump_tdep): Remove.
3826 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
3827 (alpha_read_insn, alpha_after_prologue,
3828 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
3829 alpha_heuristic_frame_prev_register,
3830 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
3831 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3832 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
3833 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
3834
3835 2003-05-29 Andrew Cagney <cagney@redhat.com>
3836
3837 * gdb_assert.h (gdb_assert_fail): Provide different definitions
3838 dependant on the availability of ASSERT_FUNCTION.
3839 (ASSERT_FUNCTION): Do not define when there is no function name.
3840
3841 2003-05-29 Kevin Buettner <kevinb@redhat.com>
3842
3843 From Jimi X <jimix@watson.ibm.com>:
3844 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
3845
3846 2003-05-28 Jim Blandy <jimb@redhat.com>
3847
3848 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
3849 argument to ptrace to int; the system headers should give it the
3850 right type, and pointers don't fit in ints on powerpc64-*-*.
3851
3852 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
3853
3854 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
3855 DW_TAG_catch_block.
3856
3857 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
3858
3859 * stabsread.c (dbx_lookup_type): Make static.
3860 (read_type): Ditto.
3861 (add_undefined_type): Ditto.
3862 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
3863 not export.
3864
3865 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
3866
3867 * hpread.c (hpread_has_name): Make static.
3868 (hpread_psymtab_to_symtab): Ditto.
3869 (file_exists): Ditto.
3870 (hpread_call_pxdb): Ditto.
3871 (hpread_pxdb_needed): Ditto.
3872 (hpread_quick_traverse): Ditto.
3873 (hpread_get_header): Ditto.
3874 (hpread_get_lntt): Ditto.
3875 (hpread_get_slt): Ditto.
3876 (class_of): Ditto.
3877
3878 2003-05-25 Andreas Schwab <schwab@suse.de>
3879
3880 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
3881 stack_align and deprecated_extra_stack_alignment_needed.
3882 (m68k_stack_align): Delete.
3883
3884 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
3885 (m68k_register_virtual_size): Likewise.
3886 (altos_skip_prologue): Remove obsolete function.
3887 (isi_frame_num_args): Likewise.
3888 (news_frame_num_args): Likewise.
3889 (m68k_fix_call_dummy): Make static.
3890 (m68k_push_dummy_frame): Likewise.
3891 (m68k_pop_frame): Likewise.
3892 (m68k_skip_prologue): Likewise.
3893 (m68k_frame_init_saved_regs): Likewise.
3894 (m68k_saved_pc_after_call): Likewise.
3895 (m68k_get_longjmp_target): Make multi-arch.
3896 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
3897 structure. Register m68k_get_longjmp_target if enabled.
3898 * m68k-tdep.h (struct gdbarch_tdep): Define.
3899 * config/m68k/tm-m68k.h: Don't include "regcache.h".
3900
3901 * Makefile.in (config.status): Also depend on configure.tgt
3902 and configure.host.
3903 (m68klinux-tdep.o): Update dependencies.
3904 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
3905 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
3906 (M68K_LINUX_JB_PC): Define.
3907 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
3908 and take additional parameter.
3909 (m68k_linux_sigtramp_saved_pc): Update.
3910 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
3911 m68k_linux_pc_in_sigtramp, in_plt_section,
3912 find_solib_trampoline_target.
3913 * config/m68k/tm-linux.h: Don't include any tm headers.
3914 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
3915 (JB_ELEMENT_SIZE): Likewise.
3916 (JB_PC): Likewise.
3917 (GET_LONGJMP_TARGET): Likewise.
3918 (IN_SIGTRAMP): Likewise.
3919 (SVR4_SHARED_LIBS): Define this and include "solib.h".
3920
3921 2003-05-25 Mark Kettenis <kettenis@gnu.org>
3922
3923 * sparc-tdep.c (sparc32_do_push_arguments): New function.
3924 (sparc32_push_arguments): Re-implement by calling
3925 sparc32_do_push_arguments.
3926
3927 2003-05-25 Mark Kettenis <kettenis@gnu.org>
3928
3929 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
3930 SPARC_O1_REGNUM): New defines.
3931 (sparc32_extract_return_value): Rewrite to operate on a regcache.
3932 (sparc32_store_return_value): New function.
3933 (sparc_extract_struct_value_address): Rewrite to operate on a
3934 regcache.
3935 (sparc_gdbarch_init): Don't set
3936 deprecated_extract_struct_value_address. Set
3937 extract_struct_value_address instead. Don't set
3938 deprecated_extract_return_value and deprecated_store_return_value
3939 for 32-bit targets. Set extract_return_value and
3940 store_return_value instead.
3941 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
3942 DEPRECTAED_EXTRACT_RETURN_VALUE,
3943 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
3944 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
3945 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
3946 (sparc_store_return_value): Remove prototype.
3947 (sparc32_store_return_value): New prototype.
3948 (sparc32_extract_return_value, sparc_extract_struct_value_address):
3949 Adjust prototypes.
3950
3951 2003-05-24 Mark Kettenis <kettenis@gnu.org>
3952
3953 * sparcnbsd-tdep.c: Include "gdb_string.h".
3954
3955 2003-05-23 Andrew Cagney <cagney@redhat.com>
3956
3957 * p-valprint.c (pascal_val_print): Replace extract_address with
3958 the inline equivalent extract_unsigned_integer.
3959 * jv-valprint.c (java_value_print): Ditto.
3960 * ada-valprint.c (ada_val_print_1): Ditto.
3961 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
3962
3963 2003-05-23 Theodore A. Roth <troth@openavr.org>
3964
3965 * blockframe.c (frameless_look_for_prologue): Remove unused
3966 after_prologue variable.
3967
3968 2003-05-23 Mark Kettenis <kettenis@gnu.org>
3969
3970 * blockframe.c (get_pc_function_start): Rewrite to avoid
3971 asignments in if-statements.
3972
3973 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
3974
3975 Committed by Elena Zannoni <ezannoni@redhat.com>.
3976 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
3977 files, don't relocate absolute symbols (and do use mst_abs).
3978
3979 2003-05-23 Andrew Cagney <cagney@redhat.com>
3980
3981 * objc-lang.c: Include "gdb_assert.h".
3982 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
3983 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
3984 (gdb_check, gdb_check_fatal): Delete functions.
3985 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
3986 gdb_assert.
3987 (parse_selector, parse_method, find_methods, find_imps): Ditto.
3988 * Makefile.in (objc-lang.o): Update dependencies.
3989
3990 2003-05-22 Ian Lance Taylor <ian@airs.com>
3991
3992 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
3993 with fprintf_filtered, not fprintf_unfiltered.
3994
3995 2003-05-22 Andrew Cagney <cagney@redhat.com>
3996
3997 * stack.c (frame_info): Inline extract_address, replacing it with
3998 extract_unsigned_integer.
3999 * findvar.c (unsigned_pointer_to_address): Ditto.
4000 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
4001 * dwarf2expr.c (dwarf2_read_address): Ditto.
4002 * frame.c (frame_pc_unwind): Update comment.
4003 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
4004
4005 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
4006
4007 * infptrace.c (detach): Call print_sys_errmsg rather than
4008 perror_with_name to issue warning message when errno is non-zero
4009 after calling ptrace detach.
4010
4011 2003-05-21 J. Brobecker <brobecker@gnat.com>
4012
4013 * config/pa/tm-hppa.h: Delete some unused macros. Move some
4014 macro definitions from here...
4015 * hppa-tdep.c: ...to there.
4016
4017 2003-05-20 Kevin Buettner <kevinb@redhat.com>
4018
4019 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
4020 register_ptrace_addr(). Fix all callers.
4021
4022 2003-05-21 Andreas Schwab <schwab@suse.de>
4023
4024 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4025 dependencies.
4026 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
4027 end.
4028 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
4029 (_initialize_m68k_linux_tdep): New function.
4030 (m68k_linux_frame_saved_pc): Make static.
4031 (m68k_linux_extract_return_value): Likewise.
4032 (m68k_linux_store_return_value): Likewise.
4033 (m68k_linux_extract_struct_value_address): Likewise.
4034 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
4035 Remove.
4036 (DEPRECATED_STORE_RETURN_VALUE): Remove.
4037 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4038 (DEPRECATED_FRAME_SAVED_PC): Remove.
4039
4040 2003-05-20 Kris Warkentin <kewarken@qnx.com>
4041
4042 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
4043 regset numbering rather than our own.
4044
4045 2003-05-19 David Carlton <carlton@bactrian.org>
4046
4047 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
4048
4049 2003-05-19 David Carlton <carlton@bactrian.org>
4050
4051 Partial fix for PR c++/827.
4052 * cp-support.h: Include symtab.h.
4053 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
4054 * cp-namespace.c: Update contributors.
4055 (cp_lookup_symbol_nonlocal): New.
4056 (lookup_namespace_scope, cp_lookup_symbol_namespace)
4057 (lookup_symbol_file): Ditto.
4058 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
4059 * block.h: Declare block_scope, block_using, block_global_block.
4060 * block.c (block_scope): New.
4061 (block_using, block_global_block): Ditto.
4062 * Makefile.in (cp_support_h): Depend on symtab_h.
4063 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
4064
4065 2003-05-19 David Carlton <carlton@bactrian.org>
4066
4067 * language.h (struct language_defn): Add 'la_value_of_this'
4068 and 'la_lookup_symbol_nonlocal' members.
4069 * symtab.h: Declare basic_lookup_symbol_nonlocal,
4070 lookup_symbol_static, lookup_symbol_global,
4071 lookup_symbol_aux_block.
4072 * symtab.c (lookup_symbol_aux): Call language hooks to determine
4073 if we should search fields of this and how to do static/global
4074 lookup.
4075 (lookup_symbol_aux_block): Make extern.
4076 (basic_lookup_symbol_nonlocal): New.
4077 (lookup_symbol_static, lookup_symbol_global): Ditto.
4078 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
4079 'la_lookup_symbol_nonlocal' members.
4080 * c-lang.c (c_language_defn, cplus_language_defn)
4081 (asm_language_defn, minimal_language_defn): Ditto.
4082 * jv-lang.c (java_language_defn): Ditto.
4083 * language.c (unknown_language_defn, auto_language_defn)
4084 (local_language_defn): Ditto.
4085 * m2-lang.c (m2_language_defn): Ditto.
4086 * objc-lang.c (objc_language_defn): Ditto.
4087 * scm-lang.c (scm_language_defn): Ditto.
4088 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
4089 * p-lang.c (pascal_language_defn): Ditto for both.
4090 * Makefile.in (f-lang.o): Depend on value_h.
4091 (p-lang.o): Ditto.
4092
4093 2003-05-19 David Carlton <carlton@bactrian.org>
4094
4095 * block.h: Declare block_static_block.
4096 * block.c (block_static_block): New.
4097 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
4098 lookup_symbol_aux_local, calling block_static_block instead.
4099 (lookup_symbol_aux_local): Delete 'static_block' argument.
4100
4101 2003-05-19 David Carlton <carlton@bactrian.org>
4102
4103 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
4104
4105 2003-05-19 Michal Ludvig <mludvig@suse.cz>
4106
4107 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
4108 register numbers mapping.
4109
4110 2003-05-18 Adam Fedor <fedor@gnu.org>
4111
4112 * symtab.c (completion_list_objc_symbol): New function.
4113 (make_symbol_completion_list): Use it to add ObjC symbols
4114 when looking though the list.
4115 (language_search_unquoted_string): New function.
4116 (make_file_symbol_completion_list): Use it.
4117
4118 2003-05-18 Andreas Schwab <schwab@suse.de>
4119
4120 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
4121 dependencies.
4122 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
4123 as m68k_linux_extract_return_value.
4124 (DEPRECATED_STORE_RETURN_VALUE): Define as
4125 m68k_linux_store_return_value.
4126 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4127 m68k_linux_extract_struct_value_address.
4128 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
4129 get_next_frame, get_frame_base, get_frame_pc.
4130 (m68k_linux_frame_saved_pc): Use get_frame_base.
4131 (m68k_linux_extract_return_value): New function.
4132 (m68k_linux_store_return_value): New function.
4133 (m68k_linux_extract_struct_value_address): New function.
4134 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
4135
4136 * c-exp.y (typebase): Remove duplicate occurence of
4137 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
4138 of lookup_signed_typename.
4139
4140 2003-05-18 Mark Kettenis <kettenis@gnu.org>
4141
4142 * dwarf2loc.c (find_location_expression): Change type of second
4143 argument to `size_t *'.
4144 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
4145 for size variable.
4146
4147 2003-05-18 David Carlton <carlton@bactrian.org>
4148
4149 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
4150 'linkage_name'. Add comment.
4151 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
4152 'linkage_name'.
4153 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
4154 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
4155 (lookup_block_symbol): Ditto.
4156
4157 2003-05-16 Andrew Cagney <cagney@redhat.com>
4158
4159 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
4160 * gdbarch.h, gdbarch.c: Re-generate.
4161 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
4162 * TODO (REGISTER_BYTES): Delete reference.
4163 * alpha-tdep.c (alpha_gdbarch_init): Update.
4164 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4165 * x86-64-tdep.c (x86_64_init_abi): Update.
4166 * vax-tdep.c (vax_gdbarch_init): Update.
4167 * v850-tdep.c (v850_gdbarch_init): Update.
4168 * sparc-tdep.c (sparc_gdbarch_init): Update.
4169 * sh-tdep.c (sh_gdbarch_init): Update.
4170 * s390-tdep.c (s390_gdbarch_init): Update.
4171 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4172 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4173 (ns32k_gdbarch_init_32382): Update.
4174 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4175 * mcore-tdep.c (mcore_gdbarch_init): Update.
4176 * m68k-tdep.c (m68k_gdbarch_init): Update.
4177 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4178 * ia64-tdep.c (ia64_gdbarch_init): Update.
4179 * i386-tdep.c (i386_gdbarch_init): Update.
4180 * i386-linux-tdep.c (i386_linux_init_abi): Update.
4181 * hppa-tdep.c (hppa_gdbarch_init): Update.
4182 * h8300-tdep.c (h8300_gdbarch_init): Update.
4183 * frv-tdep.c (frv_gdbarch_init): Update.
4184 * cris-tdep.c (cris_gdbarch_init): Update.
4185 * avr-tdep.c (avr_gdbarch_init): Update.
4186 * arm-tdep.c (arm_gdbarch_init): Update.
4187 * sparc-tdep.c (sparc_pop_frame): Update.
4188 * rs6000-tdep.c (rs6000_pop_frame): Update.
4189 * remote.c (init_remote_state): Update.
4190 (remote_prepare_to_store): Update.
4191 * remote-vx.c (vx_prepare_to_store): Update.
4192 * remote-sds.c (sds_fetch_registers): Update.
4193 (sds_prepare_to_store): Update.
4194 * remote-array.c: Update.
4195 * regcache.c (init_legacy_regcache_descr): Update.
4196 (init_regcache_descr): Update.
4197 * mips-tdep.c (mips_eabi_extract_return_value): Update.
4198 (mips_o64_extract_return_value): Update.
4199 * irix5-nat.c (fetch_core_registers): Update.
4200 * irix4-nat.c (fetch_core_registers): Update.
4201 * i386-tdep.h: Update.
4202 * hppa-tdep.c (pa_do_registers_info): Update.
4203 (pa_do_strcat_registers_info): Update.
4204 * cris-tdep.c (cris_register_bytes_ok): Update.
4205 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4206 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
4207 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
4208 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
4209 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
4210 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
4211 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
4212 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
4213 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
4214 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
4215 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
4216 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
4217 (REGISTER_BYTES_OK): Update.
4218 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
4219 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
4220
4221 2003-05-16 Ian Lance Taylor <ian@airs.com>
4222
4223 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
4224 (vax_print_insn, print_insn_arg): Remove static functions.
4225 (vax_gdbarch_init): Call set_gdbarch_print_insn with
4226 print_insn_vax from opcodes library.
4227 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
4228
4229 2003-05-15 Andrew Cagney <cagney@redhat.com>
4230
4231 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
4232 * target.h (memory_breakpoint_from_pc): Delete declaration.
4233 * mem-break.c (memory_breakpoint_from_pc): Delete function.
4234 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
4235 * monitor.c (monitor_insert_breakpoint): Use
4236 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
4237 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
4238 * gdbarch.h, gdbarch.c: Re-generate.
4239 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
4240 (sparc_gdbarch_init): Set breakpoint_from_pc to
4241 sparc_breakpoint_from_pc.
4242 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
4243 (BREAKPOINT_FROM_PC): Define.
4244 (sparc_breakpoint_from_pc): Declare.
4245 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
4246 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
4247 (BREAKPOINT_FROM_PC): Define.
4248 (BREAKPOINT): Delete macro.
4249 * target.h: Update comment.
4250 * s390-tdep.c (s390_gdbarch_init): Update comments.
4251 * remote.c: Update comments.
4252 * remote-mips.c: Update comments.
4253 * proc-api.c (write_with_trace): Do not check for a breakpoint.
4254 * mem-break.c: Update comment.
4255 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
4256 (ia64_memory_insert_breakpoint): Update.
4257 * config/sparc/tm-sparc.h: Update comment.
4258 * config/pa/tm-hppa64.h: Update comment.
4259 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4260 (rs6000_breakpoint_from_pc): Update.
4261 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4262 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
4263 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
4264 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
4265 (mips_breakpoint_from_pc): Update.
4266 (mips_dump_tdep): Update.
4267
4268 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
4269 * minsyms.c (lookup_minimal_symbol): Inline
4270 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
4271
4272 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
4273 * p-valprint.c (pascal_object_print_value_fields): Ditto.
4274 * p-lang.c (pascal_printstr): Ditto.
4275 * objc-lang.c (objc_printstr): Ditto.
4276 * m2-lang.c (m2_printstr): Ditto.
4277 * jv-valprint.c (java_print_value_fields): Ditto.
4278 * f-lang.c (f_printstr): Ditto.
4279 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
4280 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
4281 for repeat_count_threshold.
4282 * Makefile.in (cp-valprint.o): Update dependencies.
4283
4284 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
4285
4286 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
4287 (examine_prologue): Support looking through leaf functions, knowing
4288 they start with mov r2,r12. Support skipping over indirect stores
4289 of the input registers. Upon hitting a non-nop branch instruction
4290 or predicated instruction, bail out by setting lim_pc to the current
4291 pc value in the loop. At the end, if the lim_pc value is still
4292 beyond our calculated value and we have trust_limit set,
4293 use the lim_pc value.
4294
4295 2003-05-15 Andrew Cagney <cagney@redhat.com>
4296
4297 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
4298 generic_find_dummy_frame.
4299 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
4300 (deprecated_generic_find_dummy_frame): Update.
4301 (deprecated_read_register_dummy): Update.
4302 * frame.c (deprecated_generic_get_saved_register): Update.
4303
4304 2003-05-15 Theodore A. Roth <troth@openavr.org>
4305
4306 * avr-tdep.c (avr_breakpoint_from_pc): New function.
4307 (avr_gdbarch_init): Set breakpoint_from_pc method.
4308
4309 2003-05-15 Andrew Cagney <cagney@redhat.com>
4310
4311 * regcache.c (build_regcache): Set deprecated_register_valid
4312 directly.
4313 (deprecated_grub_regcache_for_register_valid): Delete function.
4314 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
4315 declaration.
4316
4317 2003-05-15 David Carlton <carlton@bactrian.org>
4318
4319 Committed by Elena Zannoni <ezannoni@redhat.com>
4320 * symtab.c (lookup_symbol_aux): Delete calls to
4321 lookup_symbol_aux_minsyms.
4322 (lookup_symbol_aux_minsyms): Comment out function and
4323 prototype. Delete lookup by mangled name.
4324
4325 2003-05-14 Kevin Buettner <kevinb@redhat.com>
4326
4327 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
4328 correctly indicate an empty stack and ``stack_allocated'' to the
4329 indicate the number of elements initially allocated.
4330 (dwarf_expr_grow_stack): Simplify method for computing new
4331 stack size. Don't loop infinitely if ``stack_len'' is zero.
4332 (execute_stack_op): Move ``ctx->in_reg'' initialization
4333 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
4334 be used in conjuction with DW_OP_piece. Revise error message
4335 accordingly.
4336
4337 2003-05-14 Theodore A. Roth <troth@openavr.org>
4338
4339 * MAINTAINERS: Update my email address.
4340 * avr-tdep.c: Ditto.
4341
4342 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
4343
4344 * symtab.h (enum domain_enum): Rename from namespace_enum.
4345 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
4346 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
4347 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
4348 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
4349 TYPES_NAMESPACE, METHODS_NAMESPACE.
4350 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
4351 (struct symbol, struct partial_symbol): Rename field
4352 'namespace_enum namespace' to 'domain_enum domain'.
4353 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
4354 Delete old define kludge for namespace.
4355
4356 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
4357 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
4358 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
4359 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
4360 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
4361 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
4362 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
4363 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
4364 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
4365 occurrences of the above.
4366
4367 2003-05-14 Ian Lance Taylor <ian@airs.com>
4368
4369 * Makefile.in (install-only): Use $(SHELL) when running
4370 mkinstalldirs.
4371
4372 2003-05-13 Ian Lance Taylor <ian@airs.com>
4373
4374 * MAINTAINERS (write after approval): Add myself.
4375
4376 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
4377 second and third arguments.
4378 * ser-tcp.c (_initialize_ser_tcp): Likewise.
4379 * ser-unix.c (_initialize_ser_hardwire): Likewise.
4380
4381 2003-05-13 Andrew Cagney <cagney@redhat.com>
4382
4383 * defs.h (store_address): Delete declaration.
4384 findvar.c (store_address): Delete function.
4385 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
4386 store_unsigned_integer.
4387 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
4388 * v850-tdep.c (v850_push_arguments): Ditto.
4389 * sparc-tdep.c (sparc_get_saved_register): Ditto.
4390 * sh-tdep.c (sh64_get_saved_register): Ditto.
4391 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
4392 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
4393 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
4394 (mips_get_saved_register): Ditto.
4395 * ia64-tdep.c (ia64_get_saved_register): Ditto.
4396 (find_func_descr, ia64_push_arguments): Ditto.
4397 * i386-tdep.c (i386_push_arguments): Ditto.
4398 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
4399 * frv-tdep.c (frv_push_arguments): Ditto.
4400 * frame.c (legacy_saved_regs_prev_register): Ditto.
4401 (deprecated_generic_get_saved_register): Ditto.
4402 * findvar.c (unsigned_address_to_pointer): Ditto.
4403 * dwarf2read.c (dwarf2_const_value): Ditto.
4404 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
4405 * alpha-tdep.c (alpha_push_arguments): Ditto.
4406
4407 2003-05-12 J. Brobecker <brobecker@gnat.com>
4408
4409 * NEWS: Mention that the hppa-hpux port has been partially
4410 multiarched (32bit ABIT only, so far).
4411
4412 2003-05-11 Andrew Cagney <cagney@redhat.com>
4413
4414 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
4415 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
4416 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
4417 sim/testsuite/sim/arm/misaligned2.ms, and
4418 sim/testsuite/sim/arm/misaligned3.ms.
4419 * disasm.h (struct ui_file): Add opaque struct declaration.
4420 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
4421 * frame.h (struct ui_file): Ditto.
4422
4423 2003-05-11 Mark Kettenis <kettenis@gnu.org>
4424
4425 * value.h: Pretty print.
4426
4427 2003-05-10 Mark Kettenis <kettenis@gnu.org>
4428
4429 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
4430
4431 2003-05-08 Andrew Cagney <cagney@redhat.com>
4432
4433 * regcache.h (max_register_size): Delete declaration.
4434 * regcache.c (max_register_size): Delete function.
4435 (struct regcache_descr): Delete field "max_register_size".
4436 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
4437 registers fit in MAX_REGISTER_SIZE.
4438 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
4439 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
4440 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
4441 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
4442 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
4443 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
4444 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
4445 * dve3900-rom.c, hppa-tdep.c: Ditto.
4446
4447 2003-05-08 David Carlton <carlton@math.stanford.edu>
4448
4449 * valops.c (push_word): Fix typo.
4450
4451 2003-05-08 Andrew Cagney <cagney@redhat.com>
4452
4453 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
4454 * gdbarch.h: Re-generate.
4455 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
4456 (legacy_max_register_raw_size): Delete declaration.
4457 * regcache.c (legacy_max_register_raw_size): Delete function.
4458 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
4459 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
4460 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
4461 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
4462 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
4463 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
4464 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
4465 * findvar.c, dwarf2cfi.c: Ditto.
4466
4467 2003-05-08 Andrew Cagney <cagney@redhat.com>
4468
4469 * mips-tdep.c (read_signed_register): New function, moved to here
4470 from "regcache.c".
4471 (read_signed_register_pid): Ditto.
4472 * regcache.c (read_signed_register_pid): Delete function, moved to
4473 "mips-tdep.c".
4474 (read_signed_register): Ditto.
4475 * regcache.h (read_signed_register): Delete declaration.
4476 (read_signed_register_pid): Delete declaration.
4477
4478 2003-05-08 Andrew Cagney <cagney@redhat.com>
4479
4480 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
4481 * gdbarch.h: Re-generate.
4482 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
4483 (legacy_max_register_virtual_size): Delete declaration.
4484 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
4485 * d10v-tdep.c (d10v_print_registers_info): Ditto.
4486 * tracepoint.c (memrange_sortmerge): Ditto.
4487 * sparc-tdep.c (sparc_print_registers): Ditto.
4488 * regcache.c (legacy_max_register_virtual_size): Delete function.
4489
4490 2002-05-08 J. Brobecker <brobecker@gnat.com>
4491
4492 * fork-child.c (escape_bang_in_quoted_argument): New function.
4493 (fork_inferior): Escape '!' characters in quoted arguments
4494 only when needed.
4495
4496 2003-05-08 J. Brobecker <brobecker@gnat.com>
4497
4498 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
4499 the language of the CU is not currently supported by GDB.
4500
4501 2003-05-08 J. Brobecker <brobecker@gnat.com>
4502
4503 * defs.h (language): Add language_minimal enum value.
4504 * c-lang.c (minimal_language_defn): New language definition.
4505 (_initialize_c_language): Add the new minimal language to the list
4506 of languages known to GDB.
4507
4508 2003-05-08 Kevin Buettner <kevinb@redhat.com>
4509
4510 * frame.c (get_frame_type): Don't attempt to lazily initialize
4511 frame's unwinder for legacy frames.
4512
4513 2003-05-07 Andrew Cagney <cagney@redhat.com>
4514
4515 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
4516 and "regcache" parameters.
4517 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
4518
4519 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
4520
4521 * dwarf2read.c (dwarf_decode_lines): Only use output of
4522 check_cu_functions() when calling record_line(). Do not update
4523 the current address.
4524
4525 2003-05-07 Andrew Cagney <cagney@redhat.com>
4526
4527 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
4528 code.
4529
4530 2003-05-07 Jim Blandy <jimb@redhat.com>
4531
4532 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
4533 'maint info symtabs' and 'maint info psymtabs'.
4534 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
4535 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
4536 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
4537 Declarations updated.
4538 * maint.c (maintenance_list_command): Delete.
4539 (_initialize_maint_cmds): Update calls to add_cmd.
4540 * gdbcmd.h (maintenancelistlist): Delete declaration.
4541 * cli/cli-cmds.c (maintenancelistlist): Delete.
4542 (init_cmd_lists): Don't initialize it.
4543 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
4544
4545 2003-05-07 Andrew Cagney <cagney@redhat.com>
4546
4547 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
4548 "regcache".
4549 (d10v_print_registers_info): Update.
4550 (d10v_dmap_register, d10v_imap_register): Delete functions.
4551 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
4552 and "imap_register".
4553 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
4554 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
4555 * arch-utils.c (generic_remote_translate_xfer_address): Add
4556 "regcache" and "gdbarch" parameters.
4557 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
4558 parameter. Change class to multi-arch.
4559 * gdbarch.h, gdbarch.c: Re-generate.
4560 * remote.c (remote_xfer_memory): Use
4561 gdbarch_remote_translate_xfer_address.
4562
4563 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
4564
4565 * infrun.c (prev_pc): Move declaration ahead of proceed().
4566 (proceed): Refresh prev_pc value before resuming.
4567 (stop_stepping): Remove code to refresh prev_pc.
4568
4569 2003-05-06 Kris Warkentin <kewarken@qnx.com>
4570
4571 * nto-tdep.c: Removed stray comment.
4572
4573 2003-05-06 Kris Warkentin <kewarken@qnx.com>
4574
4575 * i386-nto-tdep.c: Fix old K&R function definitions.
4576 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
4577 Also change add_show_from_set() call to add_setshow_cmd().
4578 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
4579
4580 2003-05-05 Andrew Cagney <cagney@redhat.com>
4581
4582 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
4583 (fprint_dummy_frames): New function.
4584 (maintenance_print_dummy_frames): New function.
4585 (_initialize_dummy_frame): Add command "maint print dummy-frames".
4586 * frame.c (fprint_frame_id): Make global.
4587 * frame.h (fprint_frame_id): Declare.
4588 * Makefile.in (dummy-frame.o): Update dependencies.
4589
4590 2003-05-05 Andrew Cagney <cagney@redhat.com>
4591
4592 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
4593 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
4594 SIZEOF_CALL_DUMMY_WORDS.
4595 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
4596 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
4597 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
4598 CALL_DUMMY_BREAKPOINT_OFFSET.
4599 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
4600 CALL_DUMMY_START_OFFSET.
4601 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
4602 * gdbarch.h, gdbarch.c: Re-generate.
4603 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
4604 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
4605 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
4606 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
4607 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
4608 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
4609 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
4610 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
4611 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
4612 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
4613 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
4614 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
4615 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
4616 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
4617 * config/sparc/tm-sparc.h: Update.
4618
4619 2003-05-05 Kris Warkentin <kewarken@qnx.com>
4620
4621 * configure.tgt: Add i[3456]86-*-nto*.
4622 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
4623 * nto-tdep.c: New file. Neutrino target support routines.
4624 * nto-tdep.h: New file. Neutrino target header.
4625 * config/tm-qnxnto.h: New file.
4626 * config/i386/i386nto.mt: New file.
4627 * config/i386/tm-i386nto.h: New file.
4628
4629 2003-05-04 Andrew Cagney <cagney@redhat.com>
4630
4631 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
4632 (load_infrun_state): Ditto.
4633 (struct thread_info): Drop "prev_func_name" field.
4634 * thread.c (load_infrun_state): Update.
4635 (save_infrun_state): Update.
4636 * infrun.c (prev_func_name): Delete variable.
4637 (init_wait_for_inferior): Do not clear prev_func_name.
4638 (stop_stepping, keep_going, context_switch): Do not swap
4639 prev_func_name.
4640 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
4641 instead of PC_IN_SIGTRAMP.
4642
4643 2003-05-04 Andrew Cagney <cagney@redhat.com>
4644
4645 * sentinel-frame.c (sentinel_frame_prev_register): Replace
4646 REGISTER_BYTE with register_offset_hack.
4647 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
4648 that REGISTER_BYTE is consistent with the regcache.
4649 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
4650 * gdbarch.h, gdbarch.c: Regenerate.
4651
4652 2003-05-04 Mark Kettenis <kettenis@gnu.org>
4653
4654 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
4655 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
4656
4657 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
4658
4659 2003-05-03 J. Brobecker <brobecker@gnat.com>
4660
4661 From Thierry Schneider <tpschneider1@yahoo.com>
4662 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
4663 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
4664 (mi-cmd-symbol.o): Add rule.
4665
4666 2003-05-03 Andrew Cagney <cagney@redhat.com>
4667
4668 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
4669 comments noteing that it replaces the old FIX_CALL_DUMMY code.
4670 * gdbarch.h, gdbarch.c: Re-generate.
4671 * d10v-tdep.c (d10v_push_dummy_code): New function.
4672 (d10v_gdbarch_init): Set push_dummy_code.
4673 * infcall.c (legacy_push_dummy_code): New function.
4674 (generic_push_dummy_code): New function.
4675 (push_dummy_code): New function.
4676 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
4677 instead of dummy_addr, to push_dummy_call. Move call to
4678 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
4679 switch.
4680 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
4681
4682 2003-05-03 Andrew Cagney <cagney@redhat.com>
4683
4684 * disasm.h (print_insn): Declare.
4685 * disasm.c (init_gdb_disassemble_info): New function.
4686 (gdb_disassembly): Call init_gdb_disassemble_info.
4687 (gdb_print_insn): New function.
4688 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
4689 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
4690 * mcore-tdep.c: Include "disasm.h"
4691 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
4692 * d10v-tdep.c: Include "disasm.h".
4693 (display_trace): Call gdb_print_insn, instead of print_insn.
4694 (print_insn): Delete function.
4695 * printcmd.c: Include "disasm.h".
4696 (print_insn): Delete function.
4697 (print_formatted): Call gdb_print_insn, instead of print_insn.
4698 * Makefile.in (printcmd.o): Update dependencies.
4699 (mcore-tdep.o, d10v-tdep.o): Ditto.
4700
4701 2003-05-02 Andrew Cagney <cagney@redhat.com>
4702
4703 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
4704 PC_REGNUM, re-indent.
4705 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
4706 PC_REGNUM isn't set.
4707
4708 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
4709 * gdbarch.h, gdbarch.c: Re-generate.
4710 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
4711 register_virtual_size, pc_regnum, or register_bytes.
4712 (D10V_PC_REGNUM): Rename _PC_REGNUM.
4713 (d10v_register_type): Use D10V_PC_REGNUM.
4714 (d10v_print_registers_info, d10v_read_pc): Ditto.
4715 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
4716 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
4717
4718 2003-05-02 David Carlton <carlton@bactrian.org>
4719
4720 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
4721 the name with mstrsave.
4722
4723 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
4724
4725 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
4726 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
4727 (host_charset_name, target_charset_name): New vars for use by
4728 set/show commands.
4729 (host_charset_enum, target_charset_enum): New enums for set/show
4730 commands.
4731 (set_charset_sfunc, set_host_charset_sfunc,
4732 set_target_charset_sfunc): New functions.
4733 (set_host_charset, set_target_charset): Make static.
4734 (list_charsets, set_host_charset_command,
4735 set_target_charset_command): Delete functions.
4736 (show_charset_command): Rewrite as....
4737 (show_charset): Hook this up with the set/show command mechanism.
4738 (_initialize_charset): Change names of charsets to match the
4739 set/show enums. Use host_charset_name and target_charset_name.
4740 Use set/show mechanism for charset, host-charset, target-charset
4741 commands. Do not make 'show host-charset' and 'show
4742 target-charset' be aliases of 'show charset'.
4743
4744 * charset.h (set_host_charset, set_target_charset): Don't export,
4745 they are not used outside the file.
4746
4747 2003-05-01 Andrew Cagney <cagney@redhat.com>
4748
4749 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
4750 (gdb_disassembly): Make "di" non static, always initialize and
4751 cleanup. Always use dis_asm_read_memory.
4752 (gdb_dis_asm_read_memory): Delete function.
4753
4754 2003-05-01 Andrew Cagney <cagney@redhat.com>
4755
4756 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
4757 (d10v_gdbarch_init): Set frame_align instead of stack_align.
4758
4759 2003-04-30 Andrew Cagney <cagney@redhat.com>
4760
4761 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
4762 "tm_print_insn_info".
4763 (TARGET_PRINT_INSN_INFO): Delete macro.
4764 (dis_asm_read_memory): Delete function declaration.
4765 (dis_asm_memory_error, dis_asm_print_address): Ditto.
4766 (tm_print_insn_info): Delete variable definition.
4767 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
4768 * gdbarch.h, gdbarch.c: Re-generate.
4769 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
4770 "deprecated_tm_print_insn_info".
4771 * mcore-tdep.c (mcore_dump_insn): Ditto.
4772 * mips-tdep.c (mips_gdbarch_init): Ditto.
4773 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
4774 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
4775 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
4776 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
4777 instead of TARGET_PRINT_INSN_INFO, add comment.
4778 * s390-tdep.c (s390_get_frame_info): Instead of
4779 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
4780 (s390_check_function_end, s390_is_sigreturn): Ditto.
4781 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
4782 (dis_asm_memory_error, dis_asm_print_address): Ditto.
4783 * disasm.c: Include "gdbcore.h".
4784 (_initialize_disasm): New function, initialize
4785 "deprecated_tm_print_insn_info".
4786 (deprecated_tm_print_insn_info): New variable.
4787 (dis_asm_read_memory): Moved from "corefile.c", made static.
4788 (dis_asm_print_address, dis_asm_memory_error): Ditto.
4789 * Makefile.in (disasm.o): Update dependencies.
4790
4791 2003-04-30 Andrew Cagney <cagney@redhat.com>
4792
4793 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
4794
4795 2003-04-29 Adam Fedor <fedor@gnu.org>
4796
4797 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
4798 * infcall.c (find_function_addr): Make non-static.
4799 * infcall.h (find_function_addr): Declare.
4800 * Makefile.in (eval.o): Update dependencies.
4801
4802 2003-04-28 Adam Fedor <fedor@gnu.org>
4803
4804 * symtab.c (symbol_find_demangled_name): Check for and demangle
4805 ObjC symbols.
4806 (symbol_init_demangled_name): Init for language_objc as well.
4807
4808 2003-04-28 Andrew Cagney <cagney@redhat.com>
4809
4810 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
4811 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
4812 * gdbarch.h, gdbarch.c: Re-generate.
4813 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
4814 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
4815 * inferior.h (deprecated_read_fp): Rename read_fp.
4816 (generic_target_read_fp): Delete declaration.
4817 * regcache.c (generic_target_read_fp): Delete function.
4818 (deprecated_read_fp): Replace read_fp, use
4819 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
4820 * d10v-tdep.c (d10v_read_fp): Delete function.
4821 (d10v_gdbarch_init): Do not set deprecated_read_fp.
4822
4823 * sparc-tdep.c (sparc_gdbarch_init): Do not set
4824 deprecated_target_read_fp to generic_target_read_fp.
4825 * sh-tdep.c (sh_gdbarch_init): Ditto.
4826 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4827 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4828 * frv-tdep.c (frv_gdbarch_init): Ditto.
4829
4830 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
4831 deprecated_fp_regnum.
4832 * x86-64-tdep.c (x86_64_init_abi): Ditto.
4833 * vax-tdep.c (vax_gdbarch_init): Ditto.
4834 * v850-tdep.c (v850_gdbarch_init): Ditto.
4835 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
4836 * sh-tdep.c (sh_gdbarch_init): Ditto.
4837 * s390-tdep.c (s390_gdbarch_init): Ditto.
4838 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4839 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4840 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4841 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
4842 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4843 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4844 * i386-tdep.c (i386_gdbarch_init): Ditto.
4845 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
4846 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4847 * frv-tdep.c (frv_gdbarch_init): Ditto.
4848 * cris-tdep.c (cris_gdbarch_init): Ditto.
4849 * avr-tdep.c (avr_gdbarch_init): Ditto.
4850 * arm-tdep.c (arm_gdbarch_init): Ditto.
4851 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
4852
4853 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
4854 * v850-tdep.c (v850_gdbarch_init): Ditto.
4855 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
4856 * sh-tdep.c (sh_gdbarch_init): Ditto.
4857 * s390-tdep.c (s390_gdbarch_init): Ditto.
4858 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4859 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4860 * mips-tdep.c (mips_gdbarch_init): Ditto.
4861 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4862 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4863 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
4864 * frv-tdep.c (frv_gdbarch_init): Ditto.
4865 * avr-tdep.c (avr_gdbarch_init): Ditto.
4866 * arm-tdep.c (arm_gdbarch_init): Ditto.
4867
4868 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
4869 DEPRECATED_FP_REGNUM.
4870 (vax_push_dummy_frame, vax_pop_frame): Ditto.
4871 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
4872 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
4873 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
4874 (sparc32_register_virtual_type): Ditto.
4875 * sh-tdep.c (sh64_frame_chain): Ditto.
4876 (sh64_get_saved_register, sh64_pop_frame): Ditto.
4877 (sh_nofp_frame_init_saved_regs): Ditto.
4878 (sh64_nofp_frame_init_saved_regs): Ditto.
4879 (sh_fp_frame_init_saved_regs): Ditto.
4880 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
4881 * remote-e7000.c (fetch_regs_from_dump): Ditto.
4882 * procfs.c (procfs_fetch_registers): Ditto.
4883 (procfs_store_registers): Ditto.
4884 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
4885 (store_inferior_registers, fetch_core_registers): Ditto.
4886 (fetch_kcore_registers, clear_regs): Ditto.
4887 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
4888 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
4889 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
4890 * nlm/i386.c (do_status): Ditto.
4891 * mipsv4-nat.c (supply_gregset): Ditto.
4892 * mips-tdep.c: Ditto for comments.
4893 * mips-nat.c (fetch_inferior_registers): Ditto.
4894 (store_inferior_registers, fetch_core_registers): Ditto.
4895 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
4896 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
4897 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
4898 (i386_do_pop_frame, i386_register_type): Ditto.
4899 * hppa-tdep.c (hppa_frame_chain): Ditto.
4900 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
4901 (hppa_pop_frame, hppa_read_fp): Ditto.
4902 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
4903 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
4904 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
4905 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
4906 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
4907 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
4908 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
4909 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
4910 * blockframe.c: Ditto for comments.
4911 * arch-utils.h: Ditto for comments.
4912 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
4913 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
4914 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
4915 * alpha-tdep.h: Ditto for comments.
4916 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
4917 (alpha_cannot_store_register): Ditto.
4918 (alpha_push_dummy_frame): Ditto.
4919 * alpha-nat.c (supply_gregset): Ditto.
4920
4921 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
4922 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
4923 * config/sparc/tm-sparc.h: Update comment.
4924
4925 * hppa-tdep.c (hppa_init_extra_frame_info): Use
4926 deprecated_read_fp instead of TARGET_READ_FP.
4927 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
4928 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
4929 * sparc-tdep.c (sparc_init_extra_frame_info): Use
4930 deprecated_read_fp instead of read_fp.
4931 * s390-tdep.c (s390_push_arguments): Ditto.
4932 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4933 * frame.h: Ditto in comments.
4934 * frame.c (legacy_get_prev_frame): Ditto.
4935 * dummy-frame.c (dummy_frame_this_id): Ditto.
4936 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
4937
4938 2003-04-28 Andrew Cagney <cagney@redhat.com>
4939
4940 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
4941 * gdbarch.h, gdbarch.c: Re-generate.
4942 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
4943 * vax-tdep.c (_initialize_vax_tdep): Update.
4944 * v850-tdep.c (_initialize_v850_tdep): Update.
4945 * sparc-tdep.c (_initialize_sparc_tdep): Update.
4946 * s390-tdep.c (_initialize_s390_tdep): Update.
4947 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
4948 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
4949 * mips-tdep.c (_initialize_mips_tdep): Update.
4950 * mcore-tdep.c (_initialize_mcore_tdep): Update.
4951 * m68k-tdep.c (_initialize_m68k_tdep): Update.
4952 * ia64-tdep.c (_initialize_ia64_tdep): Update.
4953 * hppa-tdep.c (_initialize_hppa_tdep): Update.
4954 * h8300-tdep.c (_initialize_h8300_tdep): Update.
4955 * frv-tdep.c (_initialize_frv_tdep): Update.
4956 * cris-tdep.c (cris_delayed_get_disassembler): Update.
4957 (_initialize_cris_tdep): Update.
4958 * arch-utils.c (legacy_print_insn): Update.
4959 * alpha-tdep.c (_initialize_alpha_tdep): Update.
4960
4961 2003-04-26 Adam Fedor <fedor@gnu.org>
4962
4963 * linespec.c (decode_objc): New function to decode ObjC calls
4964 (decode_line_1): Check for ObjC calls (using decode_objc)
4965 * Makefile (linespec.o): Update dependencies.
4966
4967 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
4968
4969 * breakpoint.h (struct breakpoint_ops): New.
4970 (struct breakpoint): Add ops member.
4971
4972 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
4973 (mention): Use new breakpoint ops member.
4974 (set_raw_breakpoint): Initialize ops field to NULL.
4975 (print_exception_catchpoint, print_one_exception_catchpoint)
4976 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
4977 (gnu_v3_exception_catchpoint_ops): New.
4978 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
4979
4980 2003-04-25 Adam Fedor <fedor@gnu.org>
4981
4982 * Makefile.in (COMMON_OBS): Add objc-lang.o
4983
4984 2003-04-25 Andrew Cagney <cagney@redhat.com>
4985
4986 * d10v-tdep.c (print_insn): Delete function.
4987 (display_trace): Use TARGET_PRINT_INSN.
4988 (_initialize_d10v_tdep): Do not set tm_print_insn.
4989 (d10v_gdbarch_init): Set print_insn.
4990
4991 2003-04-25 Andrew Cagney <cagney@redhat.com>
4992
4993 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
4994 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
4995 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
4996 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
4997 (nr_dmap_regs, a0_regnum): ... new functions.
4998 (d10v_print_registers_info): Use a0_regnum, use register_size.
4999 (d10v_register_byte): Delete function.
5000 (d10v_register_raw_size): Delete function.
5001 (d10v_register_type): Use a0_regnum.
5002 (d10v_print_registers_info): Use a0_regnum.
5003 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
5004 (d10v_gdbarch_init): Do not set register_byte or
5005 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
5006 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
5007 extract_address.
5008 (trace_command): Use XCALLOC.
5009 (print_insn): Delete reference to tm_print_insn.
5010 (saved_regs_unwinder): Use store_unsigned_integer instead of
5011 store_address.
5012 * frame.h (FRAME_OBSTACK_CALLOC): Define
5013
5014 2003-04-25 David Carlton <carlton@bactrian.org>
5015
5016 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
5017
5018 2003-04-24 Adam Fedor <fedor@gnu.org>
5019
5020 * objc-lang.c: Include "valprint.h"
5021 * Makefile.in (objc-lang.o): Update dependencies.
5022
5023 2003-04-24 Adam Fedor <fedor@gnu.org>
5024
5025 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
5026 architecture dependant compilation and mark as unimplemented
5027 (until they get put in the gdbarch vector).
5028
5029 2003-04-23 David Carlton <carlton@bactrian.org>
5030
5031 * cp-support.c (cp_find_first_component): Accept 'operator' in
5032 more locations.
5033
5034 2003-04-23 Andrew Cagney <cagney@redhat.com>
5035
5036 * infcall.c (call_function_by_hand): Eliminate redundant
5037 indentation. Move "saved_async" and "old_cleanups" to where they
5038 are needed.
5039
5040 2003-04-23 Andrew Cagney <cagney@redhat.com>
5041
5042 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
5043 and "buffer". Move the "name" code to where it is needed.
5044
5045 2003-04-23 Andrew Cagney <cagney@redhat.com>
5046
5047 * infcall.c (call_function_by_hand): Move variables "start_sp",
5048 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
5049 code to ON_STACK switch branch.
5050
5051 2003-04-23 Andrew Cagney <cagney@redhat.com>
5052
5053 * infcall.c (call_function_by_hand): Make declaration of "i",
5054 "sal", "bpt" and "old_sp" more local to their use. Delete #if
5055 lint.
5056
5057 2003-04-23 Andrew Cagney <cagney@redhat.com>
5058
5059 * infcall.c (call_function_by_hand): Delete variable
5060 "n_method_args". Localize "param_type"'s declaration to the loop
5061 that it is used. Reinstate code assigning to said variable -
5062 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
5063 Rationalize code using "param_type".
5064
5065 2003-04-22 Andrew Cagney <cagney@redhat.com>
5066
5067 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
5068 compute the breakpoint address. Only call FIX_CALL_DUMMY when
5069 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
5070 to DEPRECATED_PUSH_RETURN_ADDRESS.
5071
5072 2003-04-22 Kevin Buettner <kevinb@redhat.com>
5073
5074 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
5075 on the DWARF2 register number prior to fetching a register.
5076
5077 2003-04-22 J. Brobecker <brobecker@gnat.com>
5078
5079 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
5080 Update all the tests using SOFT_FLOAT considering the fact that
5081 this macro was always set to 0.
5082 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
5083 considering the fact that this macro was always set to 0.
5084 * hppa-tdep.h (hppa_store_return_value): Likewise.
5085 (hppa_extract_return_value): Likewise.
5086
5087 2003-04-22 J. Brobecker <brobecker@gnat.com>
5088
5089 * config/pa/tm-hppa.h: Remove obsolete code, was used by
5090 the hppa-pro target only.
5091
5092 2003-04-21 J. Brobecker <brobecker@gnat.com>
5093
5094 Ongoing multi-arch conversion effort for HP/UX:
5095 * config/pa/tm-hppa.h: Move all macro that are no longer
5096 defined now that GDB_MULTI_ARCH is now set to 1 from here...
5097 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
5098
5099 2003-04-21 J. Brobecker <brobecker@gnat.com>
5100
5101 * config/pa/tm-hppa.h: Obsolete a section that was only used
5102 for hppa-pro.
5103
5104 2003-04-21 J. Brobecker <brobecker@gnat.com>
5105
5106 Ongoing multi-arch conversion for HP/UX.
5107 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
5108 if already defined (allows hppa64 to stay non-multiarched for now).
5109 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
5110
5111 2003-04-21 Andrew Cagney <cagney@redhat.com>
5112
5113 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
5114
5115 2003-04-21 Andrew Cagney <cagney@redhat.com>
5116
5117 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
5118 "i386_num_mmx_regs".
5119
5120 2003-04-21 Andrew Cagney <cagney@redhat.com>
5121
5122 * infcall.c: New file.
5123 * infcall.h: New file.
5124 * valarith.c: Include "infcall.h".
5125 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
5126 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
5127 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
5128 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
5129 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
5130 (SFILES): Add "infcall.c"
5131 (COMMON_OBS): Add "infcall.o".
5132 (infcall.o): Specify dependencies.
5133 * value.h (call_function_by_hand): Delete declaration.
5134 * inferior.h (run_stack_dummy): Delete declaration.
5135 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
5136 (run_stack_dummy): Move to "infcall.c", merged into
5137 call_function_by_hand.
5138 * valops.c (call_function_by_hand): Moved to "infcall.c".
5139 (find_function_addr, value_arg_coerce): Ditto.
5140 (unwindonsignal_p, coerce_float_to_double): Ditto.
5141 (_initialize_valops): Move "set/show coerce-float-to-double", and
5142 "set/show unwindonsignal" commands to "infcall.c".
5143 * v850-tdep.c, target.h: Update comments.
5144 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
5145 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
5146 (sh64_init_extra_frame_info): Update comments.
5147 * mn10300-tdep.c: Update comments.
5148 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
5149 * config/sparc/tm-sparc.h: Update comments.
5150 * breakpoint.h: Update comments.
5151 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
5152 * arm-tdep.c: Update comment.
5153
5154 2003-04-19 Mark Kettenis <kettenis@gnu.org>
5155
5156 * i386-tdep.c (i386_num_register_names): New variable.
5157 (i386_num_mmx_regs): Renamed from mmx_num_regs.
5158 (MM0_REGNUM): Remove redundant parentheses in define.
5159 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
5160 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
5161 i386_mxcsr_regnum_p): Remove redundant parentheses.
5162 (i386_register_name): Use i386_num_register_names.
5163
5164 * i386-tdep.c (i386_extract_return_value,
5165 i386_store_return_value): Correct check for availability of
5166 floating-point registers.
5167
5168 * i386-tdep.c (i386_frame_num_args): Remove function.
5169 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
5170
5171 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
5172 mmx_regnum_to_fp_regnum. Adjust all callers.
5173
5174 * i386-tdep.c (i386_get_longjmp_target): Use
5175 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
5176 and TARGET_CHAR_BIT. Use extract_typed_address instead of
5177 extract_address.
5178
5179 2003-04-19 Mark Kettenis <kettenis@gnu.org>
5180
5181 * core-regset.c: Update comments to reflect reality. Re-order
5182 includes.
5183 (fetch_core_registers): Use switch instead of if. Remove
5184 redundant prototype.
5185
5186 2003-04-18 Jim Blandy <jimb@redhat.com>
5187
5188 * s390-tdep.c (s390_frame_align): New function.
5189 (s390_gdbarch_init): Register it with the gdbarch object.
5190
5191 2003-04-17 Richard Henderson <rth@redhat.com>
5192
5193 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
5194
5195 2003-04-17 Michael Snyder <msnyder@redhat.com>
5196 Karen Bennet <bennet@redhat.com>
5197
5198 Committed by Elena Zannoni <ezannoni@redhat.com>
5199 * gdb_gcore.sh: New script to create a core dump of a process.
5200
5201 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
5202
5203 * values.c (value_being_returned): Don't fetch the return
5204 value if the return type is void.
5205
5206 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
5207
5208 * thread-db.c: Reindented.
5209
5210 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
5211
5212 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
5213 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
5214 as types.
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240 2003-04-16 Kevin Buettner <kevinb@redhat.com>
5241
5242 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
5243 the size of ``long double'' to 16, instead of 8.
5244
5245 2003-04-16 Mark Kettenis <kettenis@gnu.org>
5246
5247 * i386-linux-nat.c: Add some whitespace to make things more
5248 readable.
5249 (fetch_register, store_register, fetch_inferior_registers,
5250 store_inferior_registers): Get rid of assignment in if-statement.
5251 (store_register): Fix typo in error message.
5252
5253 2003-04-16 Andrew Cagney <cagney@redhat.com>
5254
5255 * utils.c (xmmalloc): Always allocate something, matches
5256 libiberty/xmalloc's semantics.
5257 (xmrealloc, xmcalloc): Ditto.
5258
5259 2003-04-16 Andrew Cagney <cagney@redhat.com>
5260
5261 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
5262 update comments.
5263 (get_frame_type): Initialize unwind and type when needed.
5264 (get_frame_id, frame_register_unwind): Ditto.
5265
5266 2003-04-16 Andrew Cagney <cagney@redhat.com>
5267
5268 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
5269 obsolete.
5270 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
5271 * sparcl-stub.c: Obsolete file.
5272 * config/sparc/tm-sparclet.h: Obsolete file.
5273 * sparclet-stub.c: Obsolete file.
5274 * sparclet-rom.c: Obsolete file.
5275 * sparcl-tdep.c: Obsolete file.
5276 * config/sparc/tm-sparclite.h: Obsolete file.
5277 * config/sparc/sparclite.mt: Obsolete file.
5278 * config/sparc/sparclet.mt: Obsolete file.
5279 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
5280 sparc86x-*-* obsolete.
5281
5282 2003-04-15 David Carlton <carlton@math.stanford.edu>
5283
5284 * Makefile.in (SFILES): Add cp-namespace.c.
5285 (COMMON_OBS): Add cp-namespace.o.
5286 (block.o): Depend on gdb_obstack_h and cp_support_h.
5287 (buildsym.o): Depend on cp_support_h.
5288 (cp-namespace.o): New.
5289 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
5290 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
5291 (dwarf2read.o): Depend on cp_support_h.
5292 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
5293 * dwarf2read.c (process_die): Set processing_has_namespace_info,
5294 processing_current_namespace.
5295 (read_namespace): Update processing_current_namespace; check for
5296 anonymous namespaces.
5297 (dwarf2_name): New function.
5298 (dwarf2_extension): Ditto.
5299 * cp-support.h: Update copyright, contributors.
5300 Add inclusion guards.
5301 Add opaque declaration for structs obstack, block, symbol.
5302 (struct using_direct): New struct.
5303 Add declarations for cp_find_first_component,
5304 cp_entire_prefix_len, processing_has_namespace_info,
5305 processing_current_namespace, cp_is_anonymous,
5306 cp_add_using_directive, cp_initialize_namespace,
5307 cp_finalize_namespace, cp_set_block_scope,
5308 cp_scan_for_anonymous_namespaces.
5309 * cp-namespace.c: New file.
5310 * cp-support.c: Update copyright.
5311 Include ctype.h, gdb_assert.h, gdbcmd.h.
5312 New variable maint_cplus_cmd_list.
5313 (cp_find_first_component): New function.
5314 (cp_entire_prefix_len, maint_cplus_command)
5315 (first_component_command, _initialize_cp_support): Ditto.
5316 * buildsym.c: Include cp-support.h.
5317 New variable using_list.
5318 (add_symbol_to_list): Check for anonymous namespaces.
5319 (finish_block): Set block's scope.
5320 (start_symtab): Initialize C++ namespace support.
5321 (end_symtab): Finalize C++ namespace support.
5322 * block.h: Add opaque declarations for structs
5323 block_namespace_info, using_direct, and obstack.
5324 Add declarations for block_set_scope and block_set_using.
5325 (struct block): Add 'language_specific' member.
5326 (BLOCK_NAMESPACE): New macro.
5327 * block.c: Include gdb_obstack.h and cp-support.h.
5328 (struct block_namespace_info): New struct.
5329 (block_set_scope): New function.
5330 (block_set_using, block_initialize_namespace): Ditto.
5331
5332 2003-04-14 Kevin Buettner <kevinb@redhat.com>
5333
5334 * solib-svr4.c (svr4_have_link_map_offsets): New function.
5335 (locate_base): Return early if there aren't any link map offsets.
5336 (svr4_solib_create_inferior_hook): Warn if shared library support
5337 is unavailable.
5338
5339 2003-04-14 David Carlton <carlton@math.stanford.edu>
5340
5341 * symtab.c (symbol_set_names): Add prefix when storing Java names
5342 in hash table. Fix for PR java/1039.
5343
5344 2003-04-14 David Carlton <carlton@math.stanford.edu>
5345
5346 * symtab.c (symbol_set_names): Rename 'name' arg to
5347 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
5348 * symtab.h: Change 'name' argument in declaration of
5349 symbol_set_names to 'linkage_name'.
5350 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
5351
5352 2003-04-14 Andrew Cagney <cagney@redhat.com>
5353
5354 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
5355 return the fully sign-extended register value.
5356 (get_frame_pointer): Ditto.
5357 (mips_pop_frame): Initialize "proc_desc" after checking for a
5358 dummy frame.
5359
5360 2003-04-14 Andrew Cagney <cagney@redhat.com>
5361
5362 * mips-tdep.c (mips_push_dummy_frame): Delete function.
5363 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
5364 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
5365 (mips_push_register): Delete function.
5366 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
5367 PUSH_FP_REGNUM.
5368
5369 2003-04-14 Jim Blandy <jimb@redhat.com>
5370
5371 * symmisc.c: #include "gdb_regex.h".
5372 (maintenance_list_symtabs, maintenance_list_psymtabs): New
5373 functions.
5374 * maint.c (maintenance_list_command): New function.
5375 (_initialize_maint_cmds): Register the above as commands.
5376 * symtab.h (maintenance_list_symtabs,
5377 maintenance_list_psymtabs): New declarations.
5378 * cli/cli-cmds.c (maintenancelistlist): New variable.
5379 (init_cmd_lists): Initialize it.
5380 * cli/cli-cmds.h (maintenancelistlist): New declaration.
5381 * gdbcmd.h (maintenancelistlist): New declaration.
5382 * Makefile.in (symmisc.o): Update dependencies.
5383
5384 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
5385
5386 * s390-nat.c: Include asm/types.h for addr_t.
5387
5388 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
5389
5390 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
5391 actually incoming type.
5392
5393 2003-04-13 Andrew Cagney <cagney@redhat.com>
5394
5395 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
5396 get_next_frame and get_frame_saved_regs.
5397
5398 2003-04-13 Andrew Cagney <cagney@redhat.com>
5399
5400 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
5401 of gdbarch_num_regs.
5402
5403 2003-04-13 Andrew Cagney <cagney@redhat.com>
5404
5405 * frame.h: Mention what replaced what in "struct frame_info".
5406 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
5407 deprecated_update_frame_base_hack and
5408 deprecated_update_frame_pc_hack.
5409 * hppa-tdep.c: Ditto.
5410
5411 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5412
5413 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
5414 to read_reg and update its comment. Remove regnum member.
5415 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
5416 Don't call read_reg when setting in_reg. Call read_reg to get
5417 the frame base if it's in a register. Return the register number
5418 on the stack instead of in the context. Remove extra arguments
5419 to read_reg.
5420 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
5421 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
5422 the register number on the expression stack.
5423 (needs_frame_read_reg): Remove extra arguments.
5424
5425 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5426
5427 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
5428 made non-static.
5429 (execute_stack_op): All callers updated.
5430 * dwarf2expr.h: Add prototype for dwarf2_read_address.
5431 * dwarf2loc.c (find_location_expression): New function.
5432 (dwarf_expr_frame_base): Call it.
5433 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
5434 (dwarf2_tracepoint_var_ref): New function, broken out from
5435 locexpr_tracepoint_var_ref.
5436 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
5437 Make static.
5438 (loclist_read_variable, loclist_read_needs_frame): New functions.
5439 (loclist_describe_location, loclist_tracepoint_var_ref): New
5440 functions.
5441 (dwarf2_loclist_funcs): New struct location_funcs.
5442 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
5443 (struct dwarf2_locexpr_baton): Add comments.
5444 (dwarf2_loclist_funcs): New extern.
5445 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
5446 base_address and base_known.
5447 (dwarf_loc_buffer): New variable.
5448 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
5449 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
5450 (dwarf2_has_info): Initialize dwarf_loc_offset.
5451 (dwarf2_build_psymtabs): Read in .debug_loc.
5452 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
5453 DWARF_LOC_SIZE.
5454 (psymtab_to_symtab_1): Likewise. Move base address calculation
5455 here, from...
5456 (dwarf2_get_pc_bounds): ... here. Use the base address from
5457 cu_header.
5458 (dwarf2_symbol_mark_computed): Handle location lists.
5459
5460 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5461
5462 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
5463 if the linkage name demangled successfully.
5464
5465 2003-04-13 Mark Kettenis <kettenis@gnu.org>
5466
5467 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
5468 disassmbly_flavour): Removed.
5469
5470 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
5471
5472 2003-04-13 Mark Kettenis <kettenis@gnu.org>
5473
5474 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
5475
5476 2003-04-12 Andrew Cagney <cagney@redhat.com>
5477
5478 * frame.h (struct frame_info): Move definition from here ...
5479 * frame.c (struct frame_info): ... to here.
5480
5481 2003-04-12 Andrew Cagney <cagney@redhat.com>
5482
5483 * gdbthread.h (save_infrun_state): Delete parameter
5484 "prev_func_start".
5485 (struct thread_info): Delete field "prev_func_start".
5486 (load_infrun_state): Ditto.
5487 * thread.c (load_infrun_state, save_infrun_state): Update.
5488 * infrun.c (prev_func_start): Delete variable.
5489 (context_switch, init_wait_for_inferior): Update.
5490 (stop_stepping, keep_going): Update.
5491
5492 2003-04-12 Andrew Cagney <cagney@redhat.com>
5493
5494 * gdbarch.sh: Add missing opaque declarations.
5495 * gdbarch.h: Regnerate.
5496 * symtab.h: Add missing opaque declarations.
5497 * value.h, target.h, symfile.h, stabsread.h: Ditto.
5498 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
5499 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
5500 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
5501 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
5502 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
5503 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
5504 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
5505 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
5506 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
5507 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
5508 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
5509 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
5510
5511 2003-04-11 Andrew Cagney <cagney@redhat.com>
5512
5513 * frame.c (get_frame_id): Return this frame's "id".
5514 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
5515 function start.
5516 (legacy_saved_regs_this_id): Replace function body with
5517 internal-error.
5518 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
5519 FRAME_OBSTACK_ZALLOC.
5520 (create_new_frame): Mark the frame ID as valid.
5521
5522 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
5523
5524 * Makefile.in (libbfd_h): Added missing setting.
5525 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
5526 according to the selected ABI.
5527
5528 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
5529
5530 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
5531
5532 2003-04-11 Andrew Cagney <cagney@redhat.com>
5533
5534 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
5535 SAVED_PC_AFTER_CALL.
5536 * gdbarch.h, gdbarch.c: Regenerate.
5537 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5538 * x86-64-tdep.c (x86_64_init_abi): Update.
5539 * vax-tdep.c (vax_gdbarch_init): Update.
5540 * v850-tdep.c (v850_gdbarch_init): Update.
5541 * sparc-tdep.c (sparc_gdbarch_init): Update.
5542 * sh-tdep.c (sh_gdbarch_init): Update.
5543 * s390-tdep.c (s390_gdbarch_init): Update.
5544 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5545 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5546 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5547 * mips-tdep.c (mips_gdbarch_init): Update.
5548 * mcore-tdep.c (mcore_gdbarch_init): Update.
5549 * m68k-tdep.c (m68k_gdbarch_init): Update.
5550 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5551 * ia64-tdep.c (ia64_gdbarch_init): Update.
5552 (ia64_saved_pc_after_call): Update declaration.
5553 * i386ly-tdep.c (i386lynx_init_abi): Update.
5554 * i386-tdep.c (i386_gdbarch_init): Update.
5555 * hppa-tdep.c (hppa_gdbarch_init): Update.
5556 * h8300-tdep.c (h8300_gdbarch_init): Update.
5557 * frv-tdep.c (frv_gdbarch_init): Update.
5558 * cris-tdep.c (cris_gdbarch_init): Update.
5559 * avr-tdep.c (avr_gdbarch_init): Update.
5560 * arm-tdep.c (arm_gdbarch_init): Update.
5561 * alpha-tdep.c (alpha_gdbarch_init): Update.
5562 * ns32knbsd-nat.c (frame_num_args): Update.
5563 * ns32k-tdep.c (umax_frame_num_args): Update.
5564 * mips-tdep.c (mips_init_frame_pc_first): Update.
5565 * infrun.c (step_over_function): Update.
5566 * i386-linux-tdep.c (skip_hurd_resolver): Update.
5567 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
5568 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
5569 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5570 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5571 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
5572 * arm-linux-tdep.c (skip_hurd_resolver): Update.
5573 * arch-utils.c (init_frame_pc_default): Update.
5574 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
5575 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
5576 declaration.
5577
5578 2003-04-11 Andrew Cagney <cagney@redhat.com>
5579
5580 * i387-tdep.c: Update copyright.
5581 (i387_to_double): Delete function.
5582 (double_to_i387): Delete function.
5583
5584 2003-04-10 Andrew Cagney <cagney@redhat.com>
5585
5586 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
5587 frame's function's address. Simplify.
5588 (d10v_frame_unwind_cache): Check that the frame's function is
5589 non-zero.
5590
5591 2003-04-10 Jim Blandy <jimb@redhat.com>
5592
5593 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
5594 call to set_gdbarch_deprecated_push_arguments.
5595
5596 2003-04-10 Andrew Cagney <cagney@redhat.com>
5597
5598 * frame.c (fprint_frame_id): New function.
5599 (fprint_frame_type, fprint_frame): New function.
5600 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
5601 (create_sentinel_frame, get_frame_id): Ditto.
5602 (frame_id_p, frame_id_eq): Ditto.
5603 (frame_id_inner, create_new_frame): Ditto.
5604 (legacy_get_prev_frame, get_prev_frame): Ditto.
5605 (deprecated_update_frame_pc_hack): Ditto.
5606 (frame_register_unwind): Ditto.
5607 (deprecated_update_frame_base_hack): Ditto.
5608
5609 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
5610
5611 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
5612 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
5613 frame_chain function.
5614 * Makefile.in: Add dependencies due to above change.
5615
5616 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
5617
5618 * blockframe.c (legacy_frame_chain_valid): Move call to
5619 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
5620 inside_entry_file.
5621
5622 2003-04-09 Andrew Cagney <cagney@redhat.com>
5623
5624 * frame.h (struct frame_id): Replace "pc" and "base" with
5625 "stack_addr" and "code_addr". Update comments.
5626 (frame_id_build): Update parameter names and comment.
5627 (struct frame_info): Replace "id_p" and "id" with "this_id".
5628 * dummy-frame.c (dummy_frame_this_id): Update.
5629 * breakpoint.c (print_one_breakpoint): Update.
5630 * frame.c (get_frame_id): Update.
5631 (get_frame_base, frame_id_build): Update.
5632 (create_sentinel_frame, legacy_get_prev_frame): Update.
5633 (deprecated_update_frame_base_hack): Update.
5634 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
5635 (frame_id_inner): Ditto.
5636
5637 2003-04-09 Andrew Cagney <cagney@redhat.com>
5638
5639 * defs.h (gdb_print_host_address): Make "addr" parameter a
5640 pointer constant.
5641 * utils.c (gdb_print_host_address): Update.
5642
5643 2003-04-09 Kevin Buettner <kevinb@redhat.com>
5644
5645 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
5646 register number for R0 is 0.
5647
5648 2003-04-09 J. Brobecker <brobecker@gnat.com>
5649
5650 * frame.h (struct gdbarch): Add opaque structure definition
5651 to avoid a compilation warning on LynxOS 4.0.
5652
5653 2003-04-09 Andrew Cagney <cagney@redhat.com>
5654
5655 * frame.h (struct frame_info): Delete field "pc". Replace
5656 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
5657 structure.
5658 * frame.c (frame_pc_unwind): Update.
5659 (create_sentinel_frame): Do not set "pc".
5660 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
5661 (get_frame_pc): Call frame_pc_unwind.
5662 (deprecated_update_frame_pc_hack): Update.
5663 (create_new_frame): Use "pc" not "->pc".
5664
5665 2003-04-09 Andrew Cagney <cagney@redhat.com>
5666
5667 * frame.c (get_frame_id): Eliminate code updating "frame".
5668 (legacy_get_prev_frame): Ditto.
5669 (get_frame_base): Return id.base directly.
5670 (deprecated_update_frame_base_hack): Update "id.base".
5671 * frame.h (struct frame_info): Delete field "frame".
5672
5673 2003-04-09 Andrew Cagney <cagney@redhat.com>
5674
5675 * NEWS: Mention that the "Sequent family" is obsolete.
5676 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
5677 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
5678 * configure.host: Obsolete i[3456]86-sequent-bsd*,
5679 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
5680 * config/i386/tm-ptx4.h: Obsolete file.
5681 * config/i386/tm-ptx.h: Obsolete file.
5682 * symm-tdep.c: Obsolete file.
5683 * config/i386/symmetry.mt: Obsolete file.
5684 * config/i386/tm-symmetry.h: Obsolete file.
5685 * symm-nat.c: Obsolete file.
5686 * config/i386/nm-symmetry.h: Obsolete file.
5687 * config/i386/xm-symmetry.h: Obsolete file.
5688 * config/i386/symmetry.mh: Obsolete file.
5689 * config/i386/nm-ptx4.h: Obsolete file.
5690 * config/i386/ptx4.mh: Obsolete file.
5691 * config/i386/ptx.mt: Obsolete file.
5692 * config/i386/ptx.mh: Obsolete file.
5693 * config/i386/xm-ptx4.h: Obsolete file.
5694 * config/i386/xm-ptx.h: Obsolete file.
5695
5696 2003-04-09 Andrew Cagney <cagney@redhat.com>
5697
5698 Obsolete mips*-*-mach3*.
5699 * NEWS: Mention that mips*-*-mach3* is obsolete.
5700 * m3-nat.c: Obsolete file.
5701 * config/nm-m3.h: Obsolete file.
5702 * config/mips/tm-mipsm3.h: Obsolete file.
5703 * config/mips/mipsm3.mt: Obsolete file.
5704 * config/mips/mipsm3.mh: Obsolete file.
5705 * config/mips/xm-mipsm3.h: Obsolete file.
5706 * mipsm3-nat.c: Obsolete file.
5707 * configure.host: Obsolete mips-dec-mach3*.
5708 * configure.tgt: Obsolete mips*-*-mach3*.
5709
5710 2003-04-09 Andrew Cagney <cagney@redhat.com>
5711
5712 * doublest.h: Update copyright.
5713 (deprecated_store_floating, deprecated_extract_floating): Rename
5714 store_floating and extract_floating. Update comments.
5715 * doublest.c: Update copyright.
5716 (extract_floating_by_length): Replace extract_floating.
5717 (store_floating_by_length): Replace store_floating.
5718 (deprecated_extract_floating): New function.
5719 (deprecated_store_floating): New function.
5720 (extract_typed_floating): Call extract_floating_by_length.
5721 (store_typed_floating): Call store_floating_by_length.
5722 * x86-64-tdep.c (x86_64_store_return_value): Update.
5723 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
5724 (sh64_extract_return_value): Update.
5725 (sh_sh4_register_convert_to_virtual): Update.
5726 (sh_sh64_register_convert_to_virtual): Update.
5727 (sh_sh4_register_convert_to_raw): Update.
5728 (sh_sh64_register_convert_to_raw): Update.
5729 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
5730 (rs6000_register_convert_to_raw): Update.
5731 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
5732 (ia64_register_convert_to_raw): Update.
5733 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
5734 (REGISTER_CONVERT_TO_VIRTUAL): Update.
5735 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
5736 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
5737 (alpha_register_convert_to_raw): Update.
5738
5739 2003-04-08 Andrew Cagney <cagney@redhat.com>
5740
5741 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
5742 * gdbarch.h, gdbarch.c: Re-generate.
5743 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
5744 (d10v_gdbarch_init): Do not set saved_pc_after_call.
5745 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
5746 conditionally, use frame_pc_unwind as an alternative. Add
5747 comments.
5748 * arch-utils.c (init_frame_pc_default): Only call
5749 SAVED_PC_AFTER_CALL when available.
5750
5751 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
5752
5753 * infrun.c (stop_soon): Rename from stop_soon_quietly.
5754 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
5755 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
5756 (start_remote): Ditto.
5757 (handle_inferior_event): Ditto.
5758 (save_inferior_status): Ditto.
5759 (restore_inferior_status): Ditto.
5760 * infcmd.c (attach_command): Ditto.
5761 * fork-child.c (startup_inferior): Ditto.
5762 * inferior.h (stop_soon): Rename from stop_soon_quietly.
5763 * alpha-tdep.c (heuristic_proc_start): Ditto.
5764 * mips-tdep.c (heuristic_proc_start): Ditto.
5765 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
5766 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
5767 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
5768 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
5769 * remote-vx.c (vx_create_inferior): Ditto.
5770
5771 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
5772
5773 * infrun.c (stop_soon_quietly): Make it an enum, to better
5774 override the default behavior of handle_inferior_event.
5775 (clear_proceed_status): Update uses of stop_soon_quietly to
5776 reflect that it is now an enum.
5777 (start_remote): Ditto.
5778 (handle_inferior_event): Change logic a bit if stop_soon_quietly
5779 is set to handle the new GNU/Linux kernel behavior for
5780 attach/sigstop. Update uses of stop_soon_quietly.
5781 * inferior.h (enum stop_kind): New enum.
5782 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
5783 Reset normal handle_inferior_event behavior, afterwards.
5784 * fork-child.c (startup_inferior): Update.
5785 * alpha-tdep.c (heuristic_proc_start): Update.
5786 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
5787 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
5788 * solib-osf.c (osf_solib_create_inferior_hook): Update.
5789 * solib-irix.c (irix_solib_create_inferior_hook): Update.
5790 * remote-vx.c (vx_create_inferior): Update.
5791 * mips-tdep.c (heuristic_proc_start): Update.
5792
5793 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
5794
5795 * disasm.c (dump_insns): Move variables inside loop, or they will
5796 be freed more than once, causing wild memory corruptions.
5797 (gdb_disassembly): Look for the substring "-thread",
5798 instead of "-threads" in the target name, to make sure to find
5799 the 'multi-thread' target. Also, make sure we do the right thing
5800 with the "core" target.
5801
5802 2003-04-07 Kevin Buettner <kevinb@redhat.com>
5803
5804 * mips-tdep.c (mips_print_fp_register): New function, created from
5805 do_fp_register_row(). Registers are now (also) printed as hex.
5806 Only one register is printed per row.
5807 (mips_print_register, do_fp_register_row): Print floating point
5808 registers with mips_print_fp_register().
5809
5810 2003-04-06 Andrew Cagney <cagney@redhat.com>
5811
5812 * valprint.h (inspect_it): Add extern declaration.
5813 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
5814 (selectors_info, classes_info): Ditto.
5815 (find_objc_msgcall): Fix indentation.
5816 (objc_printstr): Delete extern declarations.
5817
5818 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
5819
5820 2003-04-06 Andrew Cagney <cagney@redhat.com>
5821
5822 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
5823 Update comment.
5824 * frame.c (legacy_saved_regs_this_id): Update.
5825 (legacy_get_prev_frame): Update.
5826 * xstormy16-tdep.c: Update comment.
5827 * sparc-tdep.c (sparc_frame_chain): Update comment.
5828 * blockframe.c (legacy_frame_chain_valid): Update.
5829
5830 2003-04-06 Andrew Cagney <cagney@redhat.com>
5831
5832 * valprint.c (val_print_type_code_int): Delete #ifdef
5833 PRINT_TYPELESS_INTEGER code.
5834
5835 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
5836 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
5837 multi-arch definition.
5838 * gdbarch.h: Re-generate.
5839
5840 2003-04-05 Andrew Cagney <cagney@redhat.com>
5841
5842 Eliminate FRAME_FIND_SAVED_REGS.
5843 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
5844 Change FSR parameter to a pointer.
5845 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
5846 Assume FSR parameter is a pointer.
5847 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
5848 Make fsr a pointer.
5849 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
5850 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
5851 saved_regs a pointer.
5852 (hppa_frame_saved_pc): Ditto.
5853 (find_dummy_frame_regs): Make frame_saved_regs a pointer
5854 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
5855 pointer.
5856 (restore_pc_queue): Make fsr a pointer.
5857 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
5858 (hppa_frame_chain): Make saved_regs a pointer, call
5859 hppa_frame_init_saved_regs.
5860 * sparc-tdep.c: Include "gdb_assert.h".
5861 (sparc_frame_find_saved_regs): Replace internal_error with
5862 gdb_assert.
5863 * remote-vxsparc.c (vx_read_register): Delete reference to
5864 FRAME_FIND_SAVED_REGS.
5865 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
5866 * gdbarch.h: Regenerate.
5867 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
5868 (deprecated_get_frame_saved_regs): Delete declaration.
5869 (struct frame_saved_regs): Delete definition.
5870 * frame.c (deprecated_get_frame_saved_regs): Delete function.
5871 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
5872 (hppa_frame_find_saved_regs): Delete declaration.
5873 (FRAME_FIND_SAVED_REGS): Delete macro.
5874 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
5875 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
5876 FRAME_FIND_SAVED_REGS in comment.
5877
5878 2003-04-05 Andrew Cagney <cagney@redhat.com>
5879
5880 * frame.c (frame_func_unwind, get_frame_func): New functions.
5881 * frame.h (get_frame_func, frame_func_unwind): Declare.
5882 (struct frame_info): Add field "prev_func" for caching the
5883 previous frame's function address.
5884 * arm-tdep.c (arm_frameless_function_invocation): Combine
5885 get_pc_function_start and get_frame_pc into get_frame_func.
5886 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
5887 (sh64_nofp_frame_init_saved_regs): Ditto.
5888 * s390-tdep.c (s390_function_start): Ditto.
5889 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
5890 (rs6000_frameless_function_invocation): Ditto.
5891 (rs6000_frame_saved_pc): Ditto.
5892 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
5893 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
5894 * i386-tdep.c (i386_frameless_signal_p): Ditto.
5895 (i386_frame_init_saved_regs): Ditto.
5896 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
5897 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
5898 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
5899 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5900 * blockframe.c (frameless_look_for_prologue): Ditto.
5901
5902 2003-04-05 Andrew Cagney <cagney@redhat.com>
5903
5904 * frame.c (legacy_get_prev_frame): Link prev to next at the
5905 function start. Update comments.
5906
5907 2003-04-05 Andrew Cagney <cagney@redhat.com>
5908
5909 * frame.c (get_frame_id): Update comment.
5910 (legacy_get_prev_frame): Update comment.
5911 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
5912 * gdbarch.h: Regenerate.
5913 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
5914 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
5915
5916 2003-04-05 Andrew Cagney <cagney@redhat.com>
5917
5918 * stack.c (print_frame_info): Use get_frame_pc.
5919
5920 2003-04-04 Andrew Cagney <cagney@redhat.com>
5921
5922 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
5923 the frame's type from the unwinder.
5924 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
5925 (create_new_frame, legacy_get_prev_frame): When the unwinder's
5926 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
5927 (get_frame_base_address): Use get_frame_type.
5928 (get_frame_locals_address, get_frame_args_address): Ditto.
5929 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
5930 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
5931 (struct frame_info): Add comment explaining why the frame contains
5932 a "type" field.
5933 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
5934 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
5935 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
5936 NORMAL_FRAME.
5937 * frame-unwind.h: Include "frame.h".
5938 (struct frame_unwind): Add "type" field.
5939 * Makefile.in (frame_unwind_h): Add $(frame_h).
5940
5941 2003-04-04 Andrew Cagney <cagney@redhat.com>
5942
5943 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
5944 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
5945 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
5946 get_frame_base.
5947 (d10v_unwind_dummy_id): Use frame_id_build.
5948 * frame.c (find_frame_sal): Use get_frame_pc.
5949 (create_new_frame): Use deprecated_update_frame_pc_hack and
5950 deprecated_update_frame_base_hack.
5951 (create_sentinel_frame): Add comment about ->pc going away.
5952 (get_prev_frame): Add comment about ->pc going away.
5953 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
5954 frame_id_build, deprecated_update_frame_pc_hack and
5955 deprecated_update_frame_base_hack.
5956 (select_frame): Use get_frame_pc.
5957 (legacy_saved_regs_this_id): Use frame_id_build.
5958
5959 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
5960
5961 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
5962 signed integer case.
5963 (classify_argument): Handle enumerations and references.
5964
5965 2003-04-04 Andrew Cagney <cagney@redhat.com>
5966
5967 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
5968 ID to NULL.
5969
5970 2003-04-01 Adam Fedor <fedor@gnu.org>
5971
5972 * gdb/objc-lang.c (selectors_info): Replace calls to
5973 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
5974 SYMBOL_NATURAL_NAME.
5975 (classes_info, find_methods): Likewise.
5976
5977 2003-04-03 Kevin Buettner <kevinb@redhat.com>
5978
5979 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
5980 ``mach'' to the value determined by bfd_default_set_arch_mach().
5981
5982 2003-04-02 Bob Rossi <bob_rossi@cox.net>
5983
5984 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
5985 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
5986 (mi-cmd-file.o): Update dependencies.
5987
5988 2003-04-01 Kevin Buettner <kevinb@redhat.com>
5989
5990 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
5991 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
5992
5993 2003-04-01 Adam Fedor <fedor@gnu.org>
5994
5995 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
5996 * language.h (struct language_defn): Add la_demangle.
5997 (language_demangle): Declare.
5998 * language.c (language_demangle): New function.
5999 (unk_lang_demangle): Likewise.
6000 (unknown_language_defn, auto_language_defn, local_language_defn):
6001 Add ukn_lang_demangle.
6002 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
6003 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
6004 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
6005 (cplus_language_defn): Add cplus_demangle for la_demangle element.
6006 * jv-lang.c (java_demangle): New function
6007 (java_language_defn): Use it for la_demangle element.
6008 * objc-lang.c (objc_demangle): Add options argument
6009 (objc_language_defn): Use objc_demangle for la_demangle element.
6010 * maint.c (maintenance_demangle): Replace switch with
6011 call to language_demangle.
6012 * utils.c (fprintf_symbol_filtered): Likewise.
6013
6014 2003-04-01 Andrew Cagney <cagney@redhat.com>
6015
6016 * printcmd.c (print_frame_nameless_args): Delete #ifdef
6017 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
6018 PRINT_TYPELESS_INTEGER.
6019 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
6020 PUSH_RETURN_ADDRESS.
6021
6022 2003-04-01 Andrew Cagney <cagney@redhat.com>
6023
6024 * Makefile.in (d10v-tdep.o): Update dependencies.
6025 * d10v-tdep.c: Include "frame-base.h".
6026 (d10v_frame_unwind): Make constant.
6027 (d10v_frame_base_address): New function.
6028 (d10v_frame_base): New variable.
6029 (d10v_gdbarch_init): Set frame_base default.
6030 (struct d10v_unwind_cache): Add the field "prev_sp". Update
6031 comment for base.
6032 (d10v_frame_unwind_cache): Set and use "prev_sp".
6033 (d10v_frame_this_id): Use the previous frame's inner most stack
6034 address and this frame's func address for the frame ID. Use
6035 frame_id_build. Don't analyze beyond the current instruction.
6036
6037 2003-04-01 Andrew Cagney <cagney@redhat.com>
6038
6039 * frame.h (get_frame_locals_address, get_frame_args_address):
6040 Refer to the base address, instead of the address of the first
6041 local or parameter.
6042
6043 2003-04-01 Andrew Cagney <cagney@redhat.com>
6044
6045 Add frame debug info addresses:
6046 * frame-base.c: New file.
6047 * frame-base.h: New file.
6048 * frame.h (struct frame_base): Add opaque declaration.
6049 (get_frame_base): Update comment.
6050 (get_frame_base_address): Declare.
6051 (get_frame_locals_address): Declare.
6052 (get_frame_args_address): Declare.
6053 (struct frame_info): Add "base" and "base_cache". Update
6054 comments on the unwinder.
6055 * frame.c: Include "frame-base.h".
6056 (get_frame_locals_address): New function.
6057 (get_frame_base_address): New function.
6058 (get_frame_args_address): New function.
6059 * findvar.c (read_var_value): Use get_frame_locals_address and
6060 get_frame_args_address.
6061 * stack.c (frame_info): Use get_frame_locals_address and
6062 get_frame_args_address.
6063 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
6064 moved to "frame-base.c".
6065 * printcmd.c (print_frame_nameless_args): Ditto.
6066 * symtab.h (address_class): Update comments.
6067 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
6068 get_frame_base_address.
6069 * dwarf2expr.c (execute_stack_op): Ditto.
6070 * Makefile.in (frame_base_h): Define.
6071 (frame.o): Update dependencies.
6072 (frame-base.o): Add dependencies.
6073 (SFILES): Add frame-base.c.
6074 (COMMON_OBS): Add frame-base.o.
6075
6076 2003-04-01 Andrew Cagney <cagney@redhat.com>
6077
6078 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
6079 CALL_DUMMY_LENGTH): Ditto.
6080 * gdbarch.c: Re-generate.
6081 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
6082 (CALL_DUMMY_LENGTH): Delete macro.
6083 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
6084 * arm-tdep.c (arm_gdbarch_init): Ditto.
6085 * avr-tdep.c (avr_gdbarch_init): Ditto.
6086 * cris-tdep.c (cris_gdbarch_init): Ditto.
6087 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6088 * frv-tdep.c (frv_gdbarch_init): Ditto.
6089 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6090 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6091 * i386-tdep.c (i386_gdbarch_init): Ditto.
6092 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6093 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6094 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6095 * mips-tdep.c (mips_gdbarch_init): Ditto.
6096 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6097 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6098 * s390-tdep.c (s390_gdbarch_init): Ditto.
6099 * sh-tdep.c (sh_gdbarch_init): Ditto.
6100 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6101 * v850-tdep.c (v850_gdbarch_init): Ditto.
6102 * vax-tdep.c (vax_gdbarch_init): Ditto.
6103 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6104
6105 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
6106
6107 * frame.c (get_prev_frame): Disable call to inside_entry_file().
6108
6109 2003-04-01 Andrew Cagney <cagney@redhat.com>
6110
6111 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
6112 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6113 * gdbarch.h, gdbarch.c: Re-generate.
6114 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6115 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6116 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6117 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6118 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
6119 * infcmd.c (run_stack_dummy): Simplify assuming
6120 CALL_DUMMY_BREAKPOINT_OFFSET_P.
6121 * infrun.c (handle_inferior_event): Ditto.
6122 * alpha-tdep.c (alpha_gdbarch_init): Do not set
6123 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
6124 * arm-tdep.c (arm_gdbarch_init): Ditto.
6125 * avr-tdep.c (avr_gdbarch_init): Ditto.
6126 * cris-tdep.c (cris_gdbarch_init): Ditto.
6127 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6128 * frv-tdep.c (frv_gdbarch_init): Ditto.
6129 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6130 * i386-tdep.c (i386_gdbarch_init): Ditto.
6131 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6132 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6133 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6134 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6135 * mips-tdep.c (mips_gdbarch_init): Ditto.
6136 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6137 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6138 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6139 * s390-tdep.c (s390_gdbarch_init): Ditto.
6140 * sh-tdep.c (sh_gdbarch_init): Ditto.
6141 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6142 * v850-tdep.c (v850_gdbarch_init): Ditto.
6143 * vax-tdep.c (vax_gdbarch_init): Ditto.
6144 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6145
6146 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
6147
6148 * symfile.c (symfile_relocate_debug_section): Update call to
6149 bfd_simple_get_relocated_section_contents.
6150
6151 2003-03-31 Andrew Cagney <cagney@redhat.com>
6152
6153 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
6154 * gdbarch.h, gdbarch.c: Regenerate.
6155 * inferior.h (FIX_CALL_DUMMY): Delete macro.
6156 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
6157 available.
6158 * frame.h (generic_fix_call_dummy): Delete declaration.
6159 * dummy-frame.h: Update comment.
6160 * dummy-frame.c (generic_fix_call_dummy): Delete function.
6161 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6162 fix_call_dummy.
6163 * sh-tdep.c (sh_gdbarch_init): Ditto.
6164 * s390-tdep.c (s390_gdbarch_init): Ditto.
6165 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6166 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6167 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6168 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6169 * i386-tdep.c (i386_gdbarch_init): Ditto.
6170 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6171 * frv-tdep.c (frv_gdbarch_init): Ditto.
6172 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6173 * cris-tdep.c (cris_gdbarch_init): Ditto.
6174 * avr-tdep.c (avr_gdbarch_init): Ditto.
6175 * arm-tdep.c (arm_gdbarch_init): Ditto.
6176
6177 2003-03-31 J. Brobecker <brobecker@gnat.com>
6178
6179 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
6180 (INIT_FRAME_AP): Likewise.
6181 (EXTRA_FRAME_INFO): Likewise.
6182
6183 2003-03-31 Andrew Cagney <cagney@redhat.com>
6184
6185 * gdbarch.sh: Include "symfile.h".
6186 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
6187 * gdbarch.h, gdbarch.c: Re-generate.
6188 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
6189 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6190 call_dummy_address, the default is at entry_point_address.
6191 * v850-tdep.c (v850_gdbarch_init): Ditto.
6192 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6193 * sh-tdep.c (sh_gdbarch_init): Ditto.
6194 * s390-tdep.c (s390_gdbarch_init): Ditto.
6195 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6196 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6197 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6198 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6199 * i386-tdep.c (i386_gdbarch_init): Ditto.
6200 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6201 * frv-tdep.c (frv_gdbarch_init): Ditto.
6202 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6203 * cris-tdep.c (cris_gdbarch_init): Ditto.
6204 * arm-tdep.c (arm_gdbarch_init): Ditto.
6205
6206 2003-03-31 Andrew Cagney <cagney@redhat.com>
6207
6208 * gdbarch.sh (CALL_DUMMY_P): Delete.
6209 * gdbarch.h, gdbarch.c: Re-generate.
6210 * inferior.h (CALL_DUMMY_P): Delete macro.
6211 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6212 * vax-tdep.c (vax_gdbarch_init): Update.
6213 * v850-tdep.c (v850_gdbarch_init): Update.
6214 * sparc-tdep.c (sparc_gdbarch_init): Update.
6215 * sh-tdep.c (sh_gdbarch_init): Update.
6216 * s390-tdep.c (s390_gdbarch_init): Update.
6217 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6218 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6219 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6220 * mips-tdep.c (mips_gdbarch_init): Update.
6221 * mcore-tdep.c (mcore_gdbarch_init): Update.
6222 * m68k-tdep.c (m68k_gdbarch_init): Update.
6223 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6224 * ia64-tdep.c (ia64_gdbarch_init): Update.
6225 * i386-tdep.c (i386_gdbarch_init): Update.
6226 * h8300-tdep.c (h8300_gdbarch_init): Update.
6227 * frv-tdep.c (frv_gdbarch_init): Update.
6228 * d10v-tdep.c (d10v_gdbarch_init): Update.
6229 * cris-tdep.c (cris_gdbarch_init): Update.
6230 * breakpoint.c (deprecated_frame_in_dummy): Update.
6231 * avr-tdep.c (avr_gdbarch_init): Update.
6232 * alpha-tdep.c (alpha_gdbarch_init): Update.
6233 * arm-tdep.c (arm_gdbarch_init): Update.
6234 * dummy-frame.c (dummy_frame_this_id): Update comments.
6235 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
6236 * frame.c (legacy_get_prev_frame): Ditto.
6237 * valops.c (call_function_by_hand): Delete function.
6238 (hand_function_call): Rename to call_function_by_hand
6239
6240 2003-03-30 Andrew Cagney <cagney@redhat.com>
6241
6242 2002-11-10 Klee Dienes <kdienes@apple.com>
6243 * value.h (struct value): Update comment.
6244
6245 2003-03-30 Andrew Cagney <cagney@redhat.com>
6246
6247 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
6248 D10V_FP_REGNUM.
6249 (d10v_gdbarch_init): Do not set fp_regnum.
6250
6251 * frame.c (get_frame_base): Force ID initialization.
6252 (get_prev_frame): Move computation of the frame ID from here ...
6253 (get_frame_id): ... to here.
6254 (legacy_get_prev_frame): Mark the frame ID as valid.
6255 * frame.h (struct frame_info): Add field "id_p".
6256
6257 2003-03-30 Mark Kettenis <kettenis@gnu.org>
6258
6259 * i386-tdep.c (i386_store_struct_return): Removed.
6260 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
6261
6262 2003-03-30 Andrew Cagney <cagney@redhat.com>
6263
6264 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
6265 * gdbarch.h, gdbarch.c: Regenerate.
6266 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
6267 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6268 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6269 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6270 * i386-tdep.c (i386_gdbarch_init): Ditto.
6271 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6272 * cris-tdep.c (cris_gdbarch_init): Ditto.
6273 * vax-tdep.c (vax_gdbarch_init): Ditto.
6274 * s390-tdep.c (s390_gdbarch_init): Ditto.
6275 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6276 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6277 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6278 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
6279 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6280 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
6281 * sparc-tdep.c (sparc_gdbarch_init): Update.
6282 * sh-tdep.c (sh_gdbarch_init): Update.
6283 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6284 * mips-tdep.c (mips_gdbarch_init): Update.
6285 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6286 * ia64-tdep.c (ia64_gdbarch_init): Update.
6287 * frv-tdep.c (frv_gdbarch_init): Update.
6288 * avr-tdep.c (avr_gdbarch_init): Update.
6289 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
6290 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
6291 instead of when push_dummy_call is not available.
6292
6293 2003-03-30 Andrew Cagney <cagney@redhat.com>
6294
6295 * infttrace.c: Include "gdbthread.h".
6296 (parent_attach_all): Fix function signature.
6297 (call_ptrace): Update call.
6298 * Makefile.in (infttrace.o): Update dependencies.
6299
6300 2003-03-30 Andrew Cagney <cagney@redhat.com>
6301
6302 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
6303 PUSH_RETURN_ADDRESS.
6304 * gdbarch.h, gdbarch.c: Regenerate.
6305 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6306 * x86-64-tdep.c (x86_64_init_abi): Update.
6307 * v850-tdep.c (v850_gdbarch_init): Update.
6308 * sparc-tdep.c (sparc_gdbarch_init): Update.
6309 * sh-tdep.c (sh_gdbarch_init): Update.
6310 * s390-tdep.c (s390_gdbarch_init): Update.
6311 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6312 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6313 * mips-tdep.c (mips_gdbarch_init): Update.
6314 * mcore-tdep.c (mcore_gdbarch_init): Update.
6315 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6316 * ia64-tdep.c (ia64_gdbarch_init): Update.
6317 * i386-tdep.c (i386_gdbarch_init): Update.
6318 * h8300-tdep.c (h8300_gdbarch_init): Update.
6319 * frv-tdep.c (frv_gdbarch_init): Update.
6320 * cris-tdep.c (cris_gdbarch_init): Update.
6321 * avr-tdep.c (avr_gdbarch_init): Update.
6322 * arm-tdep.c (arm_gdbarch_init): Update.
6323 * valops.c (hand_function_call): Update.
6324
6325 2003-03-29 Andrew Cagney <cagney@redhat.com>
6326
6327 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
6328 sizeof_call_dummy_words.
6329 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
6330 define.
6331 * gdbarch.h: Regenerate.
6332
6333 2003-03-29 Andrew Cagney <cagney@redhat.com>
6334
6335 * infttrace.h: New file.
6336 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
6337 (hpread_get_textlow): Detect an uninitialized dn_bufp.
6338 (hpread_read_doc_function_type): Detect an initialized type1.
6339 (hpread_quick_traverse): Initialize mod_name_string.
6340 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
6341 (som_solib_get_solib_by_pc): Declare.
6342 (so_lib_thread_start_addr): Declare.
6343 (no_shared_libraries): Declare.
6344 * somread.c (init_import_symbols): Make static. Add forward
6345 declaration.
6346 * config/pa/nm-hppah.h: Include "infttrace.h" for
6347 parent_attach_all.
6348 (hppa_insert_hw_watchpoint): Declare.
6349 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
6350 * hppah-nat.c: Include "gdb_string.h".
6351 (parent_attach_all): Delete extern declaration, moved to
6352 "infttrace.h".
6353 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
6354 int.
6355 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
6356 * Makefile.in (infttrace_h): Define.
6357 (hpread.o): Update dependencies.
6358 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
6359 * hppa-hpux-tdep.c: Include "gdb_string.h".
6360 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
6361 * infrun.c (handle_inferior_event): Always initialize
6362 stepped_after_stopped_by_watchpoint. Add default and remove
6363 fallthrough in switch statement.
6364 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
6365 parameter to int.
6366 (hppa_remove_hw_watchpoint): Ditto.
6367
6368 2003-03-29 Andrew Cagney <cagney@redhat.com>
6369
6370 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
6371 offset.
6372
6373 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
6374
6375 * arm-tdep.c (arm_push_arguments): Delete.
6376 (struct stack_item): New type.
6377 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
6378 (arm_store_struct_return): Delte.
6379 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
6380 arm_push_arguments or arm_store_struct_return.
6381
6382 2003-03-28 Andrew Cagney <cagney@redhat.com>
6383
6384 * Makefile.in (d10v-tdep.o): Update dependencies.
6385 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
6386 * d10v-tdep.c: Include "remote.h".
6387 (target_resume_hook): Delete extern declaration.
6388 (target_wait_loop_hook): Ditto.
6389 (tdisassemble_command): Eliminate assignment in "if" conditional.
6390 (d10v_ts2_register_sim_regno): Eliminate call to
6391 legacy_register_sim_regno.
6392 (d10v_ts3_register_sim_regno): Ditto.
6393
6394 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
6395
6396 * thread.c: Reindented.
6397 * lin-lwp.c: Ditto.
6398 * linux-proc.c: Ditto.
6399
6400 2003-03-28 Bob Rossi <bob_rossi@cox.net>
6401
6402 * MAINTAINERS (write after approval): Add myself.
6403
6404 2003-03-27 Theodore A. Roth <troth@openavr.org>
6405
6406 * objc-exp.y: Add missing semi-colons.
6407
6408 2003-03-27 Andrew Cagney <cagney@redhat.com>
6409
6410 * regcache.c (write_sp): Delete function and references.
6411 * inferior.h (write_sp): Delete declaration.
6412 * valops.c (hand_function_call): Replace write_sp with
6413 TARGET_WRITE_SP.
6414 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
6415 (sparc_pop_frame): Ditto.
6416
6417 2003-03-27 Andrew Cagney <cagney@redhat.com>
6418
6419 * NEWS: Mention removal of support for hppa*-*-bsd* and
6420 hppa*-*-osf* natives, and hppa*-*-pro* target.
6421 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
6422 * config/pa/xm-pa.h: Obsolete file.
6423 * config/pa/xm-hppab.h: Obsolete file.
6424 * config/pa/nm-hppab.h: Obsolete file.
6425 * config/pa/tm-hppab.h: Obsolete file.
6426 * config/pa/tm-hppao.h: Obsolete file.
6427 * config/pa/nm-hppao.h: Obsolete file.
6428 * config/pa/tm-pro.h: Obsolete file.
6429 * config/pa/hppaosf.mt: Obsolete file.
6430 * config/pa/hppaosf.mh: Obsolete file.
6431 * config/pa/hppapro.mt: Obsolete file.
6432 * config/pa/hppabsd.mt: Obsolete file.
6433 * config/pa/hppabsd.mh: Obsolete file.
6434 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
6435 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
6436 hppa*-*-osf*.
6437
6438 2003-03-27 Andrew Cagney <cagney@redhat.com>
6439
6440 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
6441 push_arguments. Don't set push_return_address or write_sp.
6442 (d10v_push_dummy_call): Replace d10v_push_arguments.
6443 (d10v_push_return_address, d10v_write_sp): Delete function,
6444 handled by push_dummy_call.
6445
6446 2003-03-26 Andrew Cagney <cagney@redhat.com>
6447
6448 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
6449 (push_dummy_call): New pure multi-arch replacement with gdbarch,
6450 regcache and dummy_addr parameters.
6451 * gdbarch.h, gdbarch.c: Re-generate.
6452 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
6453 available; assume it will handle stack alignment and return
6454 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
6455 legacy_push_arguments.
6456 (legacy_push_arguments): Rename default_push_arguments.
6457 * value.h (legacy_push_arguments): Rename default_push_arguments.
6458 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
6459 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6460 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6461 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6462 * config/i386/tm-symmetry.h: Update.
6463 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6464 * x86-64-tdep.c (x86_64_init_abi): Update.
6465 * v850-tdep.c (v850_gdbarch_init): Update.
6466 * sparc-tdep.c (sparc_gdbarch_init): Update.
6467 * sh-tdep.c (sh_gdbarch_init): Update.
6468 * s390-tdep.c (s390_gdbarch_init): Update.
6469 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6470 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6471 * mips-tdep.c (mips_gdbarch_init): Update.
6472 * mcore-tdep.c (mcore_gdbarch_init): Update.
6473 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6474 * ia64-tdep.c (ia64_gdbarch_init): Update.
6475 * i386-tdep.c (i386_gdbarch_init): Update.
6476 * hppa-tdep.c (hppa_gdbarch_init): Update.
6477 * h8300-tdep.c (h8300_gdbarch_init): Update.
6478 * frv-tdep.c (frv_gdbarch_init): Update.
6479 * d10v-tdep.c (d10v_gdbarch_init): Update.
6480 * cris-tdep.c (cris_gdbarch_init): Update.
6481 * avr-tdep.c (avr_gdbarch_init): Update.
6482 * arm-tdep.c (arm_gdbarch_init): Update.
6483 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6484 * alpha-tdep.c (alpha_gdbarch_init): Update.
6485
6486 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6487
6488 * signals/signals.c (do_target_signal_to_host): Correct realtime
6489 signal range test.
6490
6491 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6492
6493 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
6494 (struct sal_chain, map_catch_names): Remove.
6495 (catch_exception_command_1): Don't call
6496 handle_gnu_4_16_catch_command.
6497
6498 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6499
6500 From Mark Dettinger <dettinge@de.ibm.com>:
6501 * dwarf2cfi.c (read_2u): Increment pointer by two.
6502
6503 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6504
6505 * signals/signals.c: Fix typos in last change.
6506
6507 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6508
6509 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
6510 not already defined. Use __SIGRTMIN if available.
6511 (target_signal_from_host): Remove SIGRTMIN block.
6512 (do_target_signal_to_host): Remove SIGRTMIN block; check that
6513 the signal is within the realtime range.
6514
6515 2003-03-25 Adam Fedor <fedor@gnu.org>
6516
6517 * Makefile.in (infrun.o): Add $(language_h)
6518 * infrun.c (handle_inferior_event): Use skip_language_trampoline
6519 for language specific trampolines.
6520 * language.h (struct language_defn): Add skip_trampoline.
6521 (skip_language_trampoline): Declare.
6522 * language.c (unk_lang_trampoline, skip_language_trampoline):
6523 New functions.
6524 (unknown_language_defn, auto_language_defn, local_language_defn):
6525 Add ukn_lang_trampoline.
6526 * ada-lang.c (ada_language_defn): Add NULL for language
6527 specific skip_trampoline.
6528 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
6529 scm-lang.c: Likewise.
6530 * objc-lang.c (objc_skip_trampoline): New function.
6531 (objc_language_defn): Add objc_skip_trampoline.
6532
6533 2003-03-25 Andrew Cagney <cagney@redhat.com>
6534
6535 * frame.c (get_prev_frame): Delay validating a frame's ID -
6536 non-NULL, didn't go backwards - until an attempt to unwind it to
6537 the previous frame.
6538
6539 2003-03-25 Andrew Cagney <cagney@redhat.com>
6540
6541 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
6542 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
6543 * gdbarch.h, gdbarch.c: Re-generate.
6544 * config/sparc/tm-sparc.h
6545 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
6546 * sparc-tdep.c (sparc_gdbarch_init): Set
6547 deprecated_extra_stack_alignment_needed.
6548 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
6549 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
6550 extra_stack_alignment_needed.
6551 * v850-tdep.c (v850_gdbarch_init): Ditto.
6552 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6553 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6554 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6555 * cris-tdep.c (cris_gdbarch_init): Ditto.
6556 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6557 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6558
6559 2003-03-25 Andrew Cagney <cagney@redhat.com>
6560
6561 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
6562 STORE_STRUCT_RETURN.
6563 * gdbarch.h, gdbarch.c: Regenerate.
6564 * d10v-tdep.c (d10v_store_struct_return): Delete function.
6565 (d10v_push_arguments): Set the struct return register.
6566 (d10v_gdbarch_init): Update.
6567 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6568 * x86-64-tdep.c (x86_64_init_abi): Update.
6569 * vax-tdep.c (vax_gdbarch_init): Update.
6570 * v850-tdep.c (v850_gdbarch_init): Update.
6571 * sparc-tdep.c (sparc_gdbarch_init): Update.
6572 * sh-tdep.c (sh_gdbarch_init): Update.
6573 * s390-tdep.c (s390_gdbarch_init): Update.
6574 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6575 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6576 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6577 * mips-tdep.c (mips_gdbarch_init): Update.
6578 * mcore-tdep.c (mcore_gdbarch_init): Update.
6579 * m68k-tdep.c (m68k_gdbarch_init): Update.
6580 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6581 * ia64-tdep.c (ia64_gdbarch_init): Update.
6582 * i386-tdep.c (i386_gdbarch_init): Update.
6583 * hppa-tdep.c (hppa_gdbarch_init): Update.
6584 * h8300-tdep.c (h8300_gdbarch_init): Update.
6585 * frv-tdep.c (frv_gdbarch_init): Update.
6586 * cris-tdep.c (cris_gdbarch_init): Update.
6587 * avr-tdep.c (avr_gdbarch_init): Update.
6588 * arm-tdep.c (arm_gdbarch_init): Update.
6589 * alpha-tdep.c (alpha_gdbarch_init): Update.
6590
6591 2003-03-25 Andrew Cagney <cagney@redhat.com>
6592
6593 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
6594 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
6595 CALL_DUMMY_STACK_ADJUST with a predicate variable.
6596 * gdbarch.h, gdbarch.c: Regenerate.
6597 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6598 call_dummy_stack_adjust_p.
6599 * vax-tdep.c (vax_gdbarch_init): Ditto.
6600 * v850-tdep.c (v850_gdbarch_init): Ditto.
6601 * sh-tdep.c (sh_gdbarch_init): Ditto.
6602 * s390-tdep.c (s390_gdbarch_init): Ditto.
6603 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6604 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6605 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6606 * mips-tdep.c (mips_gdbarch_init): Ditto.
6607 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6608 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6609 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6610 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6611 * i386-tdep.c (i386_gdbarch_init): Ditto.
6612 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6613 * frv-tdep.c (frv_gdbarch_init): Ditto.
6614 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6615 * cris-tdep.c (cris_gdbarch_init): Ditto.
6616 * avr-tdep.c (avr_gdbarch_init): Ditto.
6617 * arm-tdep.c (arm_gdbarch_init): Ditto.
6618 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6619 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
6620 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
6621 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
6622 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
6623 call_dummy_stack_adjust_p.
6624 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
6625 (CALL_DUMMY_STACK_ADJUST): Delete macro.
6626 * sparc-tdep.c (sparc32_push_arguments): Update.
6627 * valops.c (hand_function_call): Update.
6628
6629 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
6630
6631 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
6632 set_gdbarch_char_signed.
6633
6634 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
6635
6636 PR cli/548
6637 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
6638
6639 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
6640
6641 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
6642 (_initialize_arm_tdep): Don't set tm_print_insn.
6643
6644 2003-03-24 Adam Fedor <fedor@gnu.org>
6645
6646 * Makefile.in (YYOBJ): Add objc-exp.tab.o
6647 * objc-lang.h: Add multiple inclusion protection.
6648 (start_msglist, add_msglist, end_msglist): Additional declarations.
6649
6650 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
6651
6652 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
6653 value was renamed to ARM_FLOAT_SOFT_FPA.
6654
6655 2003-03-23 Andrew Cagney <cagney@redhat.com>
6656
6657 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
6658 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
6659 * gdbarch.h, gdbarch.c: Regenerate.
6660 * valops.c (hand_function_call): Update.
6661 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
6662 * frame.c (legacy_saved_regs_this_id): Update.
6663 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
6664 * dummy-frame.h: Update.
6665 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
6666 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
6667 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
6668 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
6669 * config/m68k/tm-sun3.h: Update.
6670 * blockframe.c (inside_main_func, frame_chain_valid): Update.
6671 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6672 * x86-64-tdep.c (x86_64_init_abi): Update.
6673 * vax-tdep.c (vax_gdbarch_init): Update.
6674 * v850-tdep.c (v850_gdbarch_init): Update.
6675 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
6676 * sh-tdep.c (sh_gdbarch_init): Update.
6677 * s390-tdep.c (s390_gdbarch_init): Update.
6678 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
6679 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
6680 (frame_get_saved_regs): Update.
6681 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
6682 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6683 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6684 * mips-tdep.c (mips_gdbarch_init): Update.
6685 * mcore-tdep.c (mcore_gdbarch_init): Update.
6686 * m68k-tdep.c (m68k_gdbarch_init): Update.
6687 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6688 * ia64-tdep.c (ia64_gdbarch_init): Update.
6689 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
6690 * i386-interix-tdep.c (i386_interix_init_abi): Update.
6691 (i386_interix_back_one_frame): Update.
6692 * hppa-tdep.c (hppa_gdbarch_init): Update.
6693 (hppa_init_extra_frame_info): Update.
6694 * h8300-tdep.c (h8300_gdbarch_init): Update.
6695 * frv-tdep.c (frv_gdbarch_init): Update.
6696 * cris-tdep.c (cris_gdbarch_init): Update.
6697 * avr-tdep.c (avr_gdbarch_init): Update.
6698 * arm-tdep.c (arm_gdbarch_init): Update.
6699 * alpha-tdep.c (alpha_gdbarch_init): Update.
6700
6701 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6702
6703 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
6704 (arm_get_fp_model): Declare.
6705 * arm-tdep.c (fp_model_strings): New string array.
6706 (arm_fp_model, current_fp_model): New variables.
6707 (arm_get_fp_model): New function.
6708 (arm_set_fp): New function.
6709 (set_fp_model_sfunc): New function.
6710 (show_fp_model): New function.
6711 (_initialize_arm_tdep): Add new command to set/show the FPU.
6712 (arm_extract_return_value): Use arm_get_fp_model.
6713 (arm_store_return_value): Likewise.
6714 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
6715 to initialize the floating-point data types.
6716 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
6717 model is FPA.
6718
6719 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6720
6721 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
6722 the current setting of each value.
6723 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
6724 new_set and new_show. Use add_setshow_cmd_full and
6725 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
6726 commands and add new version as subcommands of "set/show arm".
6727
6728 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6729
6730 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
6731 (set_arm_command, show_arm_command): New functions.
6732 (_initialize_arm_tdep): Add them.
6733 (num_disassembly_options): Renamed from num_flavor_options.
6734 (valid_disassembly_styles): Renamed from valid_flavors.
6735 (disassembly_style): Renamed from disassembly_flavor.
6736 (set_disassembly_style_sfunc): Renamed from
6737 set_disassembly_flavor_sfunc.
6738 (set_disassembly_style): Renamed from set_disassembly_flavor.
6739 (arm_othernames): Updated.
6740 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
6741 command. Add "set/show arm disassembly" commands. Deprecate
6742 "othernames" command.
6743
6744 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6745
6746 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
6747 (arm-tdep.o): Depend on elf_arm_h.
6748
6749 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6750
6751 * Makefile.in (coff_internal_h): Define.
6752 (arm-tdep.o): Update dependencies.
6753
6754 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6755
6756 * arm-tdep.c (prologue_cache): Delete.
6757 (check_prologue_cache, save_prologue_cache): Delete.
6758 (arm_scan_prologue): Don't check or update the prologue_cache.
6759 (arm_gdb_arch_init): Don't initialize it.
6760 (_initialize_arm_tdep): Likewise.
6761
6762 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
6763
6764 * MAINTAINERS (tui): Maintainer of tui code.
6765
6766 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
6767
6768 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
6769 (i386-cygwin-tdep.o): Add dependencies.
6770 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
6771 * i386-cygwin-tdep.c: New file.
6772 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
6773 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
6774
6775 2003-03-20 Andrew Cagney <cagney@redhat.com>
6776
6777 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
6778 (handle_inferior_event): Remove code calling
6779 DYNAMIC_TRAMPOLINE_NEXTPC.
6780
6781 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
6782 already has a full path.
6783
6784 * main.c (gdb_main): Return 1.
6785 (captured_main): Call error to report an invalid interpreter.
6786
6787 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6788 * alpha-osf1-tdep.c: Include "gdb_string.h".
6789
6790 2003-03-19 J. Brobecker <brobecker@gnat.com>
6791
6792 Continuing work to convert the hppa targets to multiarch partial.
6793
6794 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
6795 method, now that hppa_push_dummy_frame has a conformant prototype.
6796 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
6797 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
6798 for the switch to multiarch partial.
6799
6800 2003-03-19 Kevin Buettner <kevinb@redhat.com>
6801
6802 * mdebugread.c (parse_symbol): For stEnd, we're done counting
6803 when iss is issNull.
6804
6805 2003-03-18 Kevin Buettner <kevinb@redhat.com>
6806
6807 * mips-tdep.c (mips_register_name): Fix fencepost error involving
6808 NUM_REGS bounds check.
6809
6810 2003-03-18 Kevin Buettner <kevinb@redhat.com>
6811
6812 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
6813 * mips-tdep.c (gdb_assert.h): Include.
6814 (mips_generic_reg_names, mips_processor_reg_names): Make static.
6815 (mips_register_name): Handle integer registers explicitly. Add
6816 bounds checking.
6817 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
6818 (mips_lsi33k_reg_names): Don't list integer registers; they're
6819 handled by mips_register_name() now.
6820 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
6821 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
6822 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
6823 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
6824 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
6825
6826 2003-03-18 Andrew Cagney <cagney@redhat.com>
6827
6828 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
6829 a void pointer.
6830 * gdbtypes.h (print_scalar_formatted): Update declaration.
6831 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
6832
6833 2003-03-18 J. Brobecker <brobecker@gnat.com>
6834
6835 * infrun.c (observer.h): Add #include.
6836 (normal_stop): Add call to observer_notify_normal_stop.
6837 * Makefile.in (infrun.o): Add dependency on observer.h.
6838
6839 2003-03-18 J. Brobecker <brobecker@gnat.com>
6840
6841 Continuing work to convert the hppa targets to multiarch partial.
6842 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
6843 parameter. Reformat comment.
6844 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
6845 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
6846 to match new profile.
6847
6848 2003-03-18 J. Brobecker <brobecker@gnat.com>
6849
6850 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
6851 appear to be working in any case.
6852
6853 2003-03-18 J. Brobecker <brobecker@gnat.com>
6854
6855 * observer.c (observer_test_first_observer): New static variable.
6856 (observer_test_second_observer): Likewise.
6857 (observer_test_third_observer): Likewise.
6858 (observer_test_first_notification_function): New static function.
6859 (observer_test_second_notification_function): Likewise.
6860 (observer_test_third_notification_function): Likewise.
6861
6862 2003-03-17 J. Brobecker <brobecker@gnat.com>
6863
6864 * hppa-tdep.c (gdb_assert.h): Add missing #include.
6865 * somsolib.c (gdb_assert.h): Likewise.
6866 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
6867 (somsolib.o): Likewise.
6868
6869 2003-03-17 Andrew Cagney <cagney@redhat.com>
6870
6871 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
6872 BFD. Simplify setting of di.endian.
6873
6874 2003-03-17 Andrew Cagney <cagney@redhat.com>
6875
6876 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
6877 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
6878
6879 From Elena Zannoni <ezannoni@redhat.com>
6880 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
6881 vector and floating-point parameters.
6882 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
6883 convention.
6884 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
6885
6886 2003-03-17 Fernando Nasser <fnasser@redhat.com>
6887
6888 * MAINTAINERS: Remove my name from several maintainership roles.
6889
6890 2003-03-17 Andrew Cagney <cagney@redhat.com>
6891
6892 Fix frame off-by-one bug.
6893 * frame-unwind.h (frame_this_id_ftype): Replace
6894 frame_unwind_id_ftype.
6895 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
6896 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
6897 with "prev_register".
6898 * frame-unwind.c (frame_unwind_find_by_pc): Return
6899 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
6900 comment.
6901 * dummy-frame.c (cached_find_dummy_frame): Delete function.
6902 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
6903 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
6904 (dummy_frame_unwind): Update.
6905 * sentinel-frame.c (sentinel_frame_prev_register): Replace
6906 sentinel_frame_register_unwind.
6907 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
6908 (sentinel_frame_unwinder): Update.
6909 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
6910 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
6911 * frame.c (create_sentinel_frame): Update. Initialize
6912 "prologue_cache" instead of "unwind_cache".
6913 (frame_register_unwind): Call this frame's prev_register with the
6914 next frame and this frame's prologue cache.
6915 (get_prev_frame): Simplify. Always call prev frame's this_id with
6916 this frame and prev frame's prologue cache. Document that this
6917 call is shifted one to the left when compared to the
6918 frame_register_unwind call.
6919 (legacy_saved_regs_prev_register): Replace
6920 frame_saved_regs_register_unwind.
6921 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
6922 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
6923 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
6924 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
6925 (d10v_frame_unwind): Update.
6926 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
6927 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
6928 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
6929 "saved_regs" with "this_saved_regs".
6930
6931 2003-03-16 Andrew Cagney <cagney@redhat.com>
6932
6933 * frame.c (frame_pop): Don't call target_store_registers. Fix
6934 problem reported by Mark Kettenis.
6935
6936 2003-03-16 Mark Kettenis <kettenis@gnu.org>
6937
6938 * i386-tdep.c (i386_register_type): Renamed from
6939 i386_register_virtual_type. Adjust function signature.
6940 (i386_gdbarch_init): Set register_type instead of
6941 deprecated_max_register_raw_size,
6942 deprecated_max_register_virtual_size and register_virtual_type.
6943
6944 2003-03-14 Andrew Cagney <cagney@redhat.com>
6945
6946 * frame.c (get_prev_frame): When a legacy frame, always call
6947 legacy_get_prev_frame. Simplify unwind code using assumption that
6948 the unwinder is new.
6949 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
6950 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
6951 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
6952
6953 2003-03-14 Andrew Cagney <cagney@redhat.com>
6954
6955 * frame.c (get_saved_register): Delete function.
6956 * frame.h (get_saved_register): Delete declaration.
6957 * xstormy16-tdep.c: Update comment.
6958 * regcache.h: Update comments.
6959 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
6960 get_saved_register and extract_address, use
6961 frame_read_unsigned_register.
6962 (sparc_frame_saved_pc): Ditto.
6963 (sparc_get_saved_register): Instead of get_saved_register, use
6964 frame_register.
6965 (sparc_pop_frame): Ditto.
6966 * findvar.c: Update comments.
6967 (value_of_register): Call frame_register instead of
6968 get_saved_register.
6969 (value_from_register): Ditto.
6970 * config/sparc/tm-sparc.h: Update comment.
6971 * breakpoint.c: Update comment.
6972
6973 2003-03-14 Andrew Cagney <cagney@redhat.com>
6974
6975 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
6976 GET_SAVED_REGISTER.
6977 * gdbarch.h, gdbarch.c: Re-generate.
6978 * frame.h: Update comments.
6979 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6980 * x86-64-tdep.c (x86_64_init_abi): Update.
6981 * sparc-tdep.c (sparc_gdbarch_init): Update.
6982 * sh-tdep.c (sh_gdbarch_init): Update.
6983 * mips-tdep.c (mips_gdbarch_init): Update.
6984 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6985 * cris-tdep.c (cris_gdbarch_init): Update.
6986 * ia64-tdep.c (ia64_gdbarch_init): Update.
6987 * frame.c (frame_register): Update.
6988 (get_saved_register): Update.
6989 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
6990
6991 2003-03-13 Andrew Cagney <cagney@redhat.com>
6992
6993 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
6994 * gdbarch.h, gdbarch.c: Regenerate.
6995 * valops.c (hand_function_call): Update comment.
6996 * stack.c (return_command): Update comment.
6997 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
6998 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
6999 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7000 * x86-64-tdep.c (x86_64_init_abi): Update.
7001 * vax-tdep.c (vax_gdbarch_init): Update.
7002 * v850-tdep.c (v850_gdbarch_init): Update.
7003 * sparc-tdep.c (sparc_gdbarch_init): Update.
7004 * sh-tdep.c (sh_gdbarch_init): Update.
7005 * s390-tdep.c (s390_gdbarch_init): Update.
7006 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7007 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7008 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7009 * mips-tdep.c (mips_gdbarch_init): Update.
7010 * mcore-tdep.c (mcore_gdbarch_init): Update.
7011 * m68k-tdep.c (m68k_gdbarch_init): Update.
7012 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7013 * ia64-tdep.c (ia64_gdbarch_init): Update.
7014 * i386-tdep.c (i386_gdbarch_init): Update.
7015 * hppa-tdep.c (hppa_gdbarch_init): Update.
7016 * h8300-tdep.c (h8300_gdbarch_init): Update.
7017 * frv-tdep.c (frv_gdbarch_init): Update.
7018 * cris-tdep.c (cris_gdbarch_init): Update.
7019 * avr-tdep.c (avr_gdbarch_init): Update.
7020 * arm-tdep.c (arm_gdbarch_init): Update.
7021 * alpha-tdep.c (alpha_gdbarch_init): Update.
7022
7023 2003-03-13 Andrew Cagney <cagney@redhat.com>
7024
7025 * frame.c (legacy_frame_p): New function.
7026 (get_prev_frame): Use legacy_frame_p.
7027 * frame.h (legacy_frame_p): Declare.
7028
7029 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7030
7031 * MAINTAINERS (write after approval): Alphabetically
7032 listing corrected.
7033
7034 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7035
7036 * MAINTAINERS (write after approval): Add myself.
7037
7038 2003-03-12 Andrew Cagney <cagney@redhat.com>
7039
7040 * frame.c (get_prev_frame): Rename the frame parameter to
7041 "this_frame".
7042 (get_next_frame, legacy_get_prev_frame): Ditto.
7043
7044 2003-03-12 Andrew Cagney <cagney@redhat.com>
7045
7046 * frame.c (get_current_frame): Check target_has_registers before
7047 checking target_has_stack.
7048 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
7049 instead of deprecated_selected_frame.
7050 * findvar.c (value_of_register): Pass "frame", not
7051 deprecated_selected_frame, to value_of_builtin_reg.
7052
7053 2003-03-12 Andrew Cagney <cagney@redhat.com>
7054
7055 * regcache.c (regcache_cooked_write_signed): New function.
7056 (regcache_cooked_write_unsigned): New function.
7057 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
7058 (regcache_cooked_read_signed): Fix regnum in range assertion.
7059 * regcache.h (regcache_cooked_write_signed): Declare.
7060 (regcache_cooked_write_unsigned): Declare.
7061
7062 2003-03-12 Andrew Cagney <cagney@redhat.com>
7063
7064 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7065 * gdbarch.h, gdbarch.c: Re-generate.
7066 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7067 * x86-64-tdep.h: Update.
7068 * x86-64-tdep.c (x86_64_init_abi): Update.
7069 * v850-tdep.c (v850_gdbarch_init): Update.
7070 * sparc-tdep.c (sparc_gdbarch_init): Update.
7071 * sh-tdep.c (sh_gdbarch_init): Update.
7072 * s390-tdep.c (s390_gdbarch_init): Update.
7073 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7074 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7075 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7076 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7077 * mips-tdep.c (mips_gdbarch_init): Update.
7078 * mcore-tdep.c (mcore_gdbarch_init): Update.
7079 * m68k-tdep.c (m68k_gdbarch_init): Update.
7080 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7081 * ia64-tdep.c (ia64_gdbarch_init): Update.
7082 * i386-tdep.c (i386_gdbarch_init): Update.
7083 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7084 * hppa-tdep.c (hppa_gdbarch_init): Update.
7085 * h8300-tdep.c (h8300_gdbarch_init): Update.
7086 * frv-tdep.c (frv_gdbarch_init): Update.
7087 * cris-tdep.c (cris_gdbarch_init): Update.
7088 * avr-tdep.c (avr_gdbarch_init): Update.
7089 * arm-tdep.c (arm_gdbarch_init): Update.
7090 * alpha-tdep.c (alpha_gdbarch_init): Update.
7091 * sh-tdep.c (sh_init_extra_frame_info): Update.
7092 (sh64_init_extra_frame_info): Update.
7093 * ns32knbsd-nat.c (frame_num_args): Update.
7094 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7095 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7096 (xstormy16_frame_chain_valid): Update.
7097 * vax-tdep.c (vax_saved_pc_after_call): Update.
7098 * v850-tdep.c (v850_frame_chain): Update.
7099 (v850_pop_frame): Update.
7100 (v850_init_extra_frame_info): Update.
7101 * sparc-tdep.c (setup_arbitrary_frame): Update.
7102 * ns32k-tdep.c (umax_frame_num_args): Update.
7103 * s390-tdep.c (s390_pop_frame_regular): Update.
7104 * mn10300-tdep.c (mn10300_frame_chain): Update.
7105 (mn10300_pop_frame_regular): Update.
7106 (mn10300_init_extra_frame_info): Update.
7107 * mips-tdep.c (mips_init_frame_pc_first): Update.
7108 (mips_frame_chain): Update.
7109 (mips_pop_frame): Update.
7110 * mcore-tdep.c (mcore_frame_chain): Update.
7111 (mcore_pop_frame): Update.
7112 (mcore_init_extra_frame_info): Update.
7113 * arch-utils.c (init_frame_pc_default): Update.
7114 * m68k-tdep.c (isi_frame_num_args): Update.
7115 (delta68_frame_num_args): Update.
7116 (news_frame_num_args): Update.
7117 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7118 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7119 (alpha_frame_chain): Update.
7120 (alpha_pop_frame): Update.
7121 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7122 (hppa_init_extra_frame_info): Update.
7123 (hppa_frame_chain): Update.
7124 (hppa_frame_chain_valid): Update.
7125 * cris-tdep.c (cris_init_extra_frame_info): Update.
7126 * avr-tdep.c (avr_init_extra_frame_info): Update.
7127 * arm-tdep.c (arm_frame_chain_valid): Update.
7128 (arm_init_extra_frame_info): Update.
7129 (arm_pop_frame): Update.
7130 * frame.c (frame_pc_unwind): Update.
7131 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7132 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7133 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7134 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7135 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7136 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
7137
7138 2003-03-12 Andrew Cagney <cagney@redhat.com>
7139
7140 Eliminate the need for POP_FRAME.
7141 * frame.c (do_frame_unwind_register): New function.
7142 (frame_pop): When no POP_FRAME, pop the frame using register
7143 unwind and a scratch regcache.
7144 (frame_saved_regs_pop): Delete function.
7145 (trad_frame_unwinder): Update.
7146 * d10v-tdep.c (d10v_frame_pop): Delete function.
7147 (d10v_frame_unwind): Update.
7148 * sentinel-frame.c (sentinel_frame_pop): Delete function.
7149 (sentinel_frame_unwinder): Update.
7150 * dummy-frame.c (dummy_frame_pop): Delete function.
7151 (dummy_frame_unwind): Update.
7152 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
7153 (struct frame_unwind): Update.
7154
7155 2003-03-11 Kevin Buettner <kevinb@redhat.com>
7156
7157 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
7158 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
7159 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
7160 Do range checks on register number obtained from debugging info.
7161 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
7162 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
7163 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
7164 mapping function.
7165 (do_fp_register_row): Fix typo which caused double type to be
7166 used when attempting to unpack a float.
7167
7168 2003-03-11 J. Brobecker <brobecker@gnat.com>
7169
7170 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
7171
7172 2003-03-11 Andrew Cagney <cagney@redhat.com>
7173
7174 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
7175 frame. Problem found by Corinna Vinschen.
7176
7177 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
7178
7179 * doublest.c (floatformat_from_length): Accept also
7180 the real size of 'long double' type.
7181
7182 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
7183
7184 From Klee Dienes <kdienes@apple.com>:
7185 * breakpoint.c (bpstat_copy): Copy the command lines as well
7186 as the old value, to match what is freed in bpstat_clear.
7187
7188 2003-03-10 David Carlton <carlton@math.stanford.edu>
7189
7190 * minsyms.c (add_minsym_to_hash_table): Replace
7191 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
7192 (compare_minimal_symbols, compact_minimal_symbols)
7193 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
7194 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
7195 of DEPRECATED_SYMBOL_MATCHES_NAME.
7196 (lookup_minimal_symbol_solib_trampoline): Ditto.
7197
7198 2003-03-10 Andrew Cagney <cagney@redhat.com>
7199
7200 * regcache.h (regcache_cooked_read_ftype): Define.
7201 (regcache_save, regcache_restore): Add a cooked_read parameter.
7202 * regcache.c (regcache_save, regcache_restore): Update.
7203 (do_cooked_read): New function.
7204 (regcache_cpy): Pass do_cooked_read to regcache_save and
7205 regcache_restore.
7206
7207 2003-03-10 Andrew Cagney <cagney@redhat.com>
7208
7209 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7210 * gdbarch.h, gdbarch.c: Re-generate.
7211 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7212 * x86-64-tdep.h: Update.
7213 * x86-64-tdep.c (x86_64_init_abi): Update.
7214 * v850-tdep.c (v850_gdbarch_init): Update.
7215 * sparc-tdep.c (sparc_gdbarch_init): Update.
7216 * sh-tdep.c (sh_gdbarch_init): Update.
7217 * s390-tdep.c (s390_gdbarch_init): Update.
7218 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7219 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7220 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7221 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7222 * mips-tdep.c (mips_gdbarch_init): Update.
7223 * mcore-tdep.c (mcore_gdbarch_init): Update.
7224 * m68k-tdep.c (m68k_gdbarch_init): Update.
7225 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7226 * ia64-tdep.c (ia64_gdbarch_init): Update.
7227 * i386-tdep.c (i386_gdbarch_init): Update.
7228 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7229 * hppa-tdep.c (hppa_gdbarch_init): Update.
7230 * h8300-tdep.c (h8300_gdbarch_init): Update.
7231 * frv-tdep.c (frv_gdbarch_init): Update.
7232 * cris-tdep.c (cris_gdbarch_init): Update.
7233 * avr-tdep.c (avr_gdbarch_init): Update.
7234 * arm-tdep.c (arm_gdbarch_init): Update.
7235 * alpha-tdep.c (alpha_gdbarch_init): Update.
7236 * sh-tdep.c (sh_init_extra_frame_info): Update.
7237 (sh64_init_extra_frame_info): Update.
7238 * ns32knbsd-nat.c (frame_num_args): Update.
7239 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7240 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7241 (xstormy16_frame_chain_valid): Update.
7242 * vax-tdep.c (vax_saved_pc_after_call): Update.
7243 * v850-tdep.c (v850_frame_chain): Update.
7244 (v850_pop_frame): Update.
7245 (v850_init_extra_frame_info): Update.
7246 * sparc-tdep.c (setup_arbitrary_frame): Update.
7247 * ns32k-tdep.c (umax_frame_num_args): Update.
7248 * s390-tdep.c (s390_pop_frame_regular): Update.
7249 * mn10300-tdep.c (mn10300_frame_chain): Update.
7250 (mn10300_pop_frame_regular): Update.
7251 (mn10300_init_extra_frame_info): Update.
7252 * mips-tdep.c (mips_init_frame_pc_first): Update.
7253 (mips_frame_chain): Update.
7254 (mips_pop_frame): Update.
7255 * mcore-tdep.c (mcore_frame_chain): Update.
7256 (mcore_pop_frame): Update.
7257 (mcore_init_extra_frame_info): Update.
7258 * arch-utils.c (init_frame_pc_default): Update.
7259 * m68k-tdep.c (isi_frame_num_args): Update.
7260 (delta68_frame_num_args): Update.
7261 (news_frame_num_args): Update.
7262 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7263 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7264 (alpha_frame_chain): Update.
7265 (alpha_pop_frame): Update.
7266 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7267 (hppa_init_extra_frame_info): Update.
7268 (hppa_frame_chain): Update.
7269 (hppa_frame_chain_valid): Update.
7270 * cris-tdep.c (cris_init_extra_frame_info): Update.
7271 * avr-tdep.c (avr_init_extra_frame_info): Update.
7272 * arm-tdep.c (arm_frame_chain_valid): Update.
7273 (arm_init_extra_frame_info): Update.
7274 (arm_pop_frame): Update.
7275 * frame.c (frame_pc_unwind): Update.
7276 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7277 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7278 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7279 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7280 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7281 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
7282
7283 2003-03-10 Andrew Cagney <cagney@redhat.com>
7284
7285 * gdbarch.sh (gdbarch_unwind_pc): New method.
7286 * gdbarch.h, gdbarch.c: Regenerate.
7287 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
7288 but use read_pc and FRAME_SAVED_PC as fall backs.
7289 (frame_saved_regs_pc_unwind): Delete function.
7290 (trad_frame_unwinder): Update.
7291 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
7292 (struct frame_unwind): Update.
7293 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
7294 (dummy_frame_unwind): Update.
7295 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
7296 (sentinel_frame_unwinder): Update.
7297 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
7298 (d10v_frame_unwind): Update.
7299 (d10v_unwind_pc): New function.
7300 (d10v_gdbarch_init): Set unwind_pc.
7301
7302 2003-03-10 Andrew Cagney <cagney@redhat.com>
7303
7304 * gdbarch.h: Re-generate.
7305
7306 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
7307 PC.
7308 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
7309 the PC register.
7310
7311 2003-03-08 Mark Kettenis <kettenis@gnu.org>
7312
7313 * gdbarch.sh (save_dummy_frame_tos): Add comment.
7314
7315 2003-03-08 Andrew Cagney <cagney@redhat.com>
7316
7317 * cli-out.c: Update copyright.
7318 (cli_out_data): Define typedef. Use instead of ui_out_data.
7319
7320 2003-03-08 Andrew Cagney <cagney@redhat.com>
7321
7322 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
7323 the result.
7324
7325 2003-03-07 Andrew Cagney <cagney@redhat.com>
7326
7327 * gdbarch.sh: Don't generate two macro definitions when an
7328 undefined macro taking no arguments.
7329 * gdbarch.h: Regenerate.
7330
7331 2002-03-07 Michal Ludvig <mludvig@suse.cz>
7332
7333 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
7334 (x86_64_unwind_dummy_id): New functions.
7335 (x86_64_init_abi): Register these two new functions.
7336
7337 2003-03-07 Michal Ludvig <mludvig@suse.cz>
7338
7339 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
7340 (x86_64_skip_prologue): Move prologue detection to
7341 separate function.
7342 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
7343
7344 2003-03-05 Andrew Cagney <cagney@redhat.com>
7345
7346 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
7347 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
7348 * frame.c (get_prev_frame): Restructure the frame ID unwind code
7349 to use unwind_dummy_id when a dummy frame.
7350 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
7351 predicate.
7352 * gdbarch.h, gdbarch.c: Regneerate.
7353
7354 2003-03-05 Andrew Cagney <cagney@redhat.com>
7355
7356 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
7357 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
7358 Do not use d10v_read_sp or d10v_read_fp when obtaining register
7359 values.
7360
7361 2003-03-05 Andrew Cagney <cagney@redhat.com>
7362
7363 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
7364 (struct d10v_unwind_cache): Delete field "frameless". Replace
7365 "next_addr" with "sp_offset". Add "r11_offset".
7366 (d10v_frame_unwind_cache): Update.
7367 (prologue_find_regs): Update. When "mv r11, sp", save the
7368 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
7369 RN was saved in r11_offset.
7370
7371 2003-03-05 Andrew Cagney <cagney@redhat.com>
7372
7373 * frame.c (deprecated_update_frame_pc_hack): Also update the the
7374 cached PC value in the next frame.
7375
7376 2003-03-05 Andrew Cagney <cagney@redhat.com>
7377
7378 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
7379 "id_unwind_cache" with "id".
7380 (frame_id_unwind): Delete declaration.
7381 * frame.c (frame_id_unwind): Delete function.
7382 (get_prev_frame): Call the frame id unwind method directly. Store
7383 the returned next frame's ID value in NEXT_FRAME. Note that there
7384 is a problem with the wrong unwind ID being called with the wrong
7385 unwind cache.
7386
7387 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
7388
7389 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
7390
7391 2003-03-05 James Ingham <jingham@apple.com>
7392 Daniel Jacobowitz <drow@mvista.com>
7393
7394 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
7395 (auto_cp_abi): New variable.
7396 (current_cp_abi, num_cp_abis): Make static.
7397 (CP_ABI_MAX): Define.
7398 (cp_abis): Turn into an array.
7399 (value_virtual_fn_field): Fix formatting.
7400 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
7401 takes a pointer.
7402 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
7403 (list_cp_abis, _initialize_cp_abi): New functions.
7404 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
7405 declarations for cp_abis, num_cp_abis, current_cp_abi, and
7406 switch_to_cp_abi. Update prototype for register_cp_abi.
7407 * Makefile.in (cp-abi.o): Update dependencies.
7408 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
7409 instead of switch_to_cp_abi.
7410 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
7411 register_cp_abi.
7412 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
7413 register_cp_abi.
7414 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
7415
7416 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
7417
7418 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
7419 * dwarf2loc.c: Include "regcache.h".
7420 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
7421 register_size.
7422 * Makefile.in (dwarf2loc.o): Update dependencies.
7423
7424 2003-03-04 Theodore A. Roth <troth@openavr.org>
7425
7426 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
7427 number of io registers reported by remote target is not a multiple of
7428 step.
7429
7430 2003-03-04 David Carlton <carlton@math.stanford.edu>
7431
7432 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
7433 (lookup_symbol_aux_psymtabs): Update call to
7434 lookup_partial_symbol.
7435 (lookup_transparent_type, find_main_psymtab)
7436 (make_symbol_overload_list): Ditto.
7437
7438 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
7439
7440 * MAINTAINERS (Write after approval): Update my email address.
7441
7442 2003-03-03 Andrew Cagney <cagney@redhat.com>
7443
7444 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
7445 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
7446 predicate. Replace MAX_REGISTER_RAW_SIZE.
7447 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
7448 MAX_REGISTER_VIRTUAL_SIZE.
7449 * regcache.c (legacy_max_register_raw_size): New function.
7450 (legacy_max_register_virtual_size): New function.
7451 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
7452 (MAX_REGISTER_RAW_SIZE): Define.
7453 (legacy_max_register_raw_size): Declare.
7454 (legacy_max_register_virtual_size): Declare.
7455 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7456 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
7457 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7458 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7459 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7460 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7461 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7462 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7463 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7464 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7465 * vax-tdep.c (vax_gdbarch_init): Update.
7466 * v850-tdep.c (v850_gdbarch_init): Update.
7467 * sparc-tdep.c (sparc_gdbarch_init): Update.
7468 * sh-tdep.c (sh_gdbarch_init): Update.
7469 * s390-tdep.c (s390_gdbarch_init): Update.
7470 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7471 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7472 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7473 * mips-tdep.c (mips_gdbarch_init): Update.
7474 * mcore-tdep.c (mcore_gdbarch_init): Update.
7475 * m68k-tdep.c (m68k_gdbarch_init): Update.
7476 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7477 * ia64-tdep.c (ia64_gdbarch_init): Update.
7478 * i386-tdep.c (i386_gdbarch_init): Update.
7479 * hppa-tdep.c (hppa_gdbarch_init): Update.
7480 * h8300-tdep.c (h8300_gdbarch_init): Update.
7481 * frv-tdep.c (frv_gdbarch_init): Update.
7482 * cris-tdep.c (cris_gdbarch_init): Update.
7483 * avr-tdep.c (avr_gdbarch_init): Update.
7484 * arm-tdep.c (arm_gdbarch_init): Update.
7485 * alpha-tdep.c (alpha_gdbarch_init): Update.
7486 * d10v-tdep.c (d10v_gdbarch_init): Do not set
7487 max_register_raw_size or max_register_virtual_size.
7488
7489 2003-03-03 David Carlton <carlton@math.stanford.edu>
7490
7491 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
7492 SYMBOL_MATCHES_NAME, add comment.
7493 (SYMBOL_MATCHES_NATURAL_NAME): New.
7494 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
7495 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
7496 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
7497 * symtab.c (lookup_partial_symbol): Use
7498 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
7499 unhelpful comment.
7500 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
7501 SYMBOL_MATCHES_NAME.
7502 Fix for PR c++/33.
7503
7504 2003-03-03 David Carlton <carlton@math.stanford.edu>
7505
7506 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
7507 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
7508 by regexp matching against SYMBOL_NATURAL_NAME.
7509
7510 2003-03-03 David Carlton <carlton@math.stanford.edu>
7511
7512 * linespec.c (find_method): Extract code into collect_methods.
7513 (collect_methods): New.
7514
7515 2003-03-02 Mark Kettenis <kettenis@gnu.org>
7516
7517 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
7518 get_frame_base.
7519
7520 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
7521 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
7522
7523 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
7524
7525 * arch-utils.c (generic_register_byte): Fix to use the loop index
7526 and not regnum when summing the size of all registers up to regnum.
7527
7528 2003-03-01 Andrew Cagney <cagney@redhat.com>
7529
7530 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
7531 FRAME_INIT_SAVED_REGS.
7532 * gdbarch.h, gdbarch.c: Regenerate.
7533 * stack.c (frame_info): Update.
7534 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
7535 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
7536 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
7537 * ns32k-tdep.c (ns32k_pop_frame): Update.
7538 * mips-tdep.c (mips_pop_frame): Update.
7539 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
7540 * ia64-tdep.c (ia64_frame_chain): Update.
7541 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
7542 (ia64_frameless_function_invocation): Update.
7543 (ia64_init_extra_frame_info): Update.
7544 (ia64_pop_frame_regular): Update.
7545 * frame.h (struct frame_info): Update comment.
7546 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
7547 * frame.c (frame_saved_regs_register_unwind): Update.
7548 (frame_saved_regs_register_unwind): Update.
7549 (deprecated_generic_get_saved_register): Update.
7550 * cris-tdep.c: Update comment.
7551 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
7552 Rename macro.
7553 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7554 * x86-64-tdep.c (x86_64_init_abi): Update.
7555 * vax-tdep.c (vax_gdbarch_init): Update.
7556 * v850-tdep.c (v850_gdbarch_init): Update.
7557 * sparc-tdep.c (sparc_gdbarch_init): Update.
7558 * sh-tdep.c (sh_gdbarch_init): Update.
7559 * s390-tdep.c (s390_gdbarch_init): Update.
7560 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7561 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7562 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7563 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7564 * mips-tdep.c (mips_gdbarch_init): Update.
7565 * mcore-tdep.c (mcore_gdbarch_init): Update.
7566 * m68k-tdep.c (m68k_gdbarch_init): Update.
7567 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7568 * ia64-tdep.c (ia64_gdbarch_init): Update.
7569 * i386-tdep.c (i386_gdbarch_init): Update.
7570 * frv-tdep.c (frv_gdbarch_init): Update.
7571 * avr-tdep.c (avr_gdbarch_init): Update.
7572 * arm-tdep.c (arm_gdbarch_init): Update.
7573 * alpha-tdep.c (alpha_gdbarch_init): Update.
7574
7575 2003-03-01 Andrew Cagney <cagney@redhat.com>
7576
7577 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
7578 option enum and switch. When no windows, set the interpreter to
7579 INTERP_CONSOLE.
7580
7581 2003-03-01 Andrew Cagney <cagney@redhat.com>
7582
7583 * main.c (captured_main): Replace magic option characters with an
7584 enum.
7585
7586 2003-03-01 Andrew Cagney <cagney@redhat.com>
7587
7588 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
7589 INIT_EXTRA_FRAME_INFO.
7590 * gdbarch.h, gdbarch.c: Regenerate.
7591 * arm-tdep.c: Update comments.
7592 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
7593 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
7594 * frame.h, avr-tdep.c: Ditto.
7595 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
7596 (create_new_frame, legacy_get_prev_frame): Ditto.
7597 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
7598 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
7599 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
7600 deprecated_init_extra_frame_info instead of init_extra_frame_info.
7601 * x86-64-tdep.c (x86_64_init_abi): Ditto.
7602 * v850-tdep.c (v850_gdbarch_init): Ditto.
7603 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7604 * sh-tdep.c (sh_gdbarch_init): Ditto.
7605 * s390-tdep.c (s390_gdbarch_init): Ditto.
7606 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
7607 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7608 * mips-tdep.c (mips_gdbarch_init): Ditto.
7609 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7610 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7611 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7612 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
7613 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7614 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7615 * frv-tdep.c (frv_gdbarch_init): Ditto.
7616 * cris-tdep.c (cris_gdbarch_init): Ditto.
7617 * avr-tdep.c (avr_gdbarch_init): Ditto.
7618 * arm-tdep.c (arm_gdbarch_init): Ditto.
7619 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7620 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7621
7622 2003-03-01 Andrew Cagney <cagney@redhat.com>
7623
7624 * gdbarch.sh (register_type): New function with predicate.
7625 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
7626 * gdbarch.h, gdbarch.c: Re-generate.
7627 * arch-utils.c (generic_register_byte): Use generic_register_size.
7628 (generic_register_size): When available, use
7629 gdbarch_register_type.
7630 * regcache.c (init_regcache_descr): When available, initialize the
7631 register type array using gdbarch_register_type. If the
7632 architecture supplies gdbarch_register_type, do not use the legacy
7633 regcache layout.
7634 * d10v-tdep.c (d10v_register_type): Replace
7635 d10v_register_virtual_type.
7636 (d10v_gdbarch_init): Set register_type instead of
7637 register_virtual_type.
7638
7639 2003-03-01 Andrew Cagney <cagney@redhat.com>
7640
7641 * Makefile.in (ax-gdb.o): Update dependencies.
7642 * ax-gdb.c: Include "regcache.h".
7643 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
7644 * findvar.c (value_of_register): Ditto.
7645 * infcmd.c (default_print_registers_info): Ditto.
7646
7647 2003-03-01 Mark Kettenis <kettenis@gnu.org>
7648
7649 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
7650 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
7651
7652 2003-03-01 Mark Kettenis <kettenis@gnu.org>
7653
7654 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
7655 of STREQ.
7656
7657 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
7658
7659 * Makefile.in (dwarf2loc.o): Update dependencies.
7660 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
7661 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
7662 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
7663 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
7664 (locexpr_tracepoint_var_ref): New function.
7665 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
7666
7667 2003-02-28 Andrew Cagney <cagney@redhat.com>
7668
7669 * regcache.c (register_size): New function.
7670 * regcache.h (register_size): Declare
7671 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
7672 max_register_size instead of MAX_REGISTER_RAW_SIZE.
7673
7674 2003-02-28 David Carlton <carlton@math.stanford.edu>
7675
7676 * linespec.c (decode_compound): Extract code into find_method.
7677 (find_method): New.
7678
7679 2003-02-28 J. Brobecker <brobecker@gnat.com>
7680
7681 * Makefile.in: Add rules to build and link in observer.o.
7682
7683 2003-02-27 J. Brobecker <brobecker@gnat.com>
7684
7685 * observer.c: Minor comments edits.
7686
7687 2003-02-27 J. Brobecker <brobecker@gnat.com>
7688
7689 * observer.h, observer.c: New file.
7690
7691 2003-02-27 Andrew Cagney <cagney@redhat.com>
7692
7693 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
7694
7695 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
7696
7697 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
7698 (M6812_OP_STS_EXT): Likewise.
7699 (m6811_prologue): Use the above to recognize prologue.
7700 (m6812_prologue): Likewise.
7701
7702 2003-02-27 David Carlton <carlton@math.stanford.edu>
7703
7704 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
7705 SYMBOL_PRINT_NAME.
7706 (compare_psymbols): Ditto.
7707 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
7708
7709 2003-02-27 Michael Snyder <msnyder@redhat.com>
7710
7711 * f-lang.c (build_fortran_types): New function.
7712 (_initialize_f_language): Gdbarch-register built-in fortran types.
7713 * doublest.c (extract_floating): Fix warning text.
7714
7715 2003-02-27 Andrew Cagney <cagney@redhat.com>
7716
7717 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
7718 predicate. Replaces PUSH_DUMMY_FRAME.
7719 * gdbarch.h, gdbarch.c: Regnerate.
7720 * valops.c (hand_function_call): Update. Call
7721 generic_push_dummy_frame directly.
7722 * vax-tdep.c (vax_gdbarch_init): Update.
7723 * sparc-tdep.c (sparc_gdbarch_init): Update.
7724 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7725 * m68k-tdep.c (m68k_gdbarch_init): Update.
7726 * hppa-tdep.c (hppa_gdbarch_init): Update.
7727 * alpha-tdep.c (alpha_gdbarch_init): Update.
7728 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
7729 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
7730 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
7731 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
7732 push_dummy_frame to generic_push_dummy_frame.
7733 * v850-tdep.c (v850_gdbarch_init): Ditto.
7734 * sh-tdep.c (sh_gdbarch_init): Ditto.
7735 * s390-tdep.c (s390_gdbarch_init): Ditto.
7736 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7737 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7738 * mips-tdep.c (mips_gdbarch_init): Ditto.
7739 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7740 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7741 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7742 * i386-tdep.c (i386_gdbarch_init): Ditto.
7743 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7744 * frv-tdep.c (frv_gdbarch_init): Ditto.
7745 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
7746 * cris-tdep.c (cris_gdbarch_init): Ditto.
7747 * avr-tdep.c (avr_gdbarch_init): Ditto.
7748 * arm-tdep.c (arm_gdbarch_init): Ditto.
7749
7750 2003-02-26 Kevin Buettner <kevinb@redhat.com>
7751
7752 * mips-tdep.c (show_mips_abi): New function.
7753 (_initialize_mips_tdep): Use show_mips_abi() to implement the
7754 command ``show mips abi''.
7755
7756 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
7757
7758 From Elena Zannoni <ezannoni@redhat.com>
7759 * dbxread.c (process_one_symbol): Only record line 0 if one or
7760 more sline entries have been seen for the function.
7761
7762 2003-02-26 Michael Chastain <mec@shout.net>
7763
7764 * configure: Regenerate with autoconf 000227.
7765
7766 2003-02-26 Michael Chastain <mec@shout.net>
7767
7768 Close PR build/660.
7769 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
7770 for old libc5/glibc.
7771 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
7772
7773 2003-02-26 Kris Warkentin <kewarken@qnx.com>
7774
7775 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
7776 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
7777
7778 2003-02-26 Michael Chastain <mec@shout.net>
7779
7780 * configure.in: New variable HAVE_UINTPTR_T.
7781 * configure, config.in: Regenerated.
7782
7783 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
7784
7785 Fix PR build/1097.
7786 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
7787
7788 2003-02-25 Andrew Cagney <cagney@redhat.com>
7789
7790 * frame.c (get_prev_frame): Add comment on check for
7791 inside_entry_func. Only check for inside_entry_file when not a
7792 dummy and not a sentinel. Check that the new frame is not inner
7793 to the old frame.
7794
7795 2003-02-25 Andrew Cagney <cagney@redhat.com>
7796
7797 * frame.c (frame_debug): New variable.
7798 (_initialize_frame): Add "set/show debug frame" command.
7799 (get_prev_frame): When frame_debug, print reason why unwind
7800 failed.
7801
7802 2003-02-25 Michael Chastain <mec@shout.net>
7803
7804 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
7805 to avoid uintptr_t definition problems.
7806
7807 2003-02-25 David Carlton <carlton@math.stanford.edu>
7808
7809 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
7810 (SYMBOL_LINKAGE_NAME): Ditto.
7811 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
7812 SYMBOL_LINKAGE_NAME.
7813 (struct general_symbol_info): Expand comment.
7814 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
7815 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
7816 (SYMBOL_MATCHES_REGEXP): Ditto.
7817 * symtab.c (symbol_natural_name): New function.
7818 * objfiles.h: Replace all uses of SYMBOL_NAME by
7819 DEPRECATED_SYMBOL_NAME.
7820 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
7821 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
7822 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
7823 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
7824 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
7825 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
7826 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
7827 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
7828 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
7829 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
7830 * ada-exp.y: Ditto.
7831 * ada-exp.y: Update copyright.
7832 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
7833 * cp-valprint.c: Ditto.
7834
7835 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
7836
7837 * infptrace.c (detach): Do not flag error if ptrace detach fails
7838 and errno is set to ESRCH.
7839
7840 2003-02-24 Andrew Cagney <cagney@redhat.com>
7841
7842 * infptrace.c (udot_info): Change type of udot_off to long. Use
7843 paddr when printing udot_off's value.
7844
7845 2003-02-24 David Carlton <carlton@math.stanford.edu>
7846
7847 * symtab.c (make_symbol_overload_list): Only read in partial
7848 symtabs containing a matching partial symbol.
7849
7850 2003-02-24 David Carlton <carlton@math.stanford.edu>
7851
7852 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
7853 do the comparison, not strcmp.
7854 * symfile.c (compare_psymbols): Ditto.
7855 * defs.h: Declare strcmp_iw_ordered.
7856 * utils.c (strcmp_iw_ordered): New function.
7857
7858 2003-02-24 Jim Blandy <jimb@redhat.com>
7859
7860 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
7861 support, shared libs): Remove my name from here, to better reflect
7862 reality.
7863
7864 2003-02-24 Kris Warkentin <kewarken@qnx.com>
7865
7866 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
7867 (target_ops): Add to_have_continuable_watchpoint.
7868 * target.c (update_current_target): Add INHERIT line for
7869 to_have_continuable_watchpoint.
7870 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
7871 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
7872 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
7873 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
7874
7875 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
7876
7877 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
7878 maintainership.
7879
7880 2003-02-24 Kris Warkentin <kewarken@qnx.com>
7881
7882 * solib.c (solib_open): Call target defined search function after
7883 failing with solib-search-path.
7884 * solist.h (target_so_ops): Add find_and_open_solib function hook and
7885 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
7886
7887 2003-02-24 Kris Warkentin <kewarken@qnx.com>
7888
7889 * MAINTAINERS: Add myself to Write After section.
7890
7891 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
7892
7893 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
7894
7895 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
7896
7897 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
7898 (m68hc11_add_reggroups): New function.
7899 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
7900 (m68hc11_gdbarch_init): Install the reggroups.
7901 (_initialize_m68hc11_tdep): Initialize them.
7902
7903 2003-02-21 James E Wilson <wilson@tuliptree.org>
7904
7905 * MAINTAINERS: Update my email address.
7906
7907 2003-02-21 David Carlton <carlton@math.stanford.edu>
7908
7909 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
7910
7911 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
7912
7913 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
7914 * symtab.h: Add opaque declarations of struct axs_value and
7915 struct agent_expr.
7916 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
7917 (struct location_funcs): New type.
7918 (struct symbol): Add "loc" to aux_value.
7919 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
7920 * dwarf2read.c: Include "dwarf2expr.h".
7921 (dwarf2_symbol_mark_computed): New function.
7922 (read_func_scope): Use it.
7923 (var_decode_location): New function.
7924 (new_symbol): Use it.
7925 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
7926
7927 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
7928 (dwarf2expr_h, dwarf2loc_h): New variables.
7929 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
7930 (dwarf2expr.o, dwarf2loc.o): New rules.
7931 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
7932 * buildsym.c (finish_block): Handle LOC_COMPUTED and
7933 LOC_COMPUTED_ARG.
7934 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
7935 * m2-exp.y (yylex): Likewise.
7936 * printcmd.c (address_info, print_frame_args): Likewise.
7937 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
7938 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
7939 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
7940 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
7941 * symtab.c (lookup_block_symbol): Likewise.
7942
7943 2003-02-20 Adam Fedor <fedor@gnu.org>
7944
7945 * symtab.h: Remove objc_specific struct
7946 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
7947 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
7948 Have language_objc use cplus_specific struct.
7949
7950 2003-02-20 Tom Tromey <tromey@redhat.com>
7951
7952 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
7953 TYPE_NAME, when printing a String value. PR java/1075.
7954
7955 2003-02-20 Adam Fedor <fedor@gnu.org>
7956
7957 * objc-lang.h (find_methods): Remove declaration.
7958 * objc-lang.c (find_methods): Make static.
7959
7960 2003-02-20 Christopher Faylor <cgf@redhat.com>
7961
7962 * win32-nat.c (get_image_name): Check return value from
7963 ReadProcessMemory.
7964 (child_xfer_memory): Ditto.
7965
7966 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
7967
7968 * configure.in (TARGET_SYSTEM_ROOT): Set default to
7969 ${exec_prefix}/${target_alias}/sys-root. Match explicit
7970 '${exec_prefix}' (in addition to the expansion thereof) as
7971 relocatable.
7972 * configure: Rebuilt.
7973
7974 2003-02-20 David Carlton <carlton@math.stanford.edu>
7975
7976 * symtab.c (search_symbols): Revert the search_symbols part of my
7977 2002-12-23 patch. Add comment.
7978
7979 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
7980
7981 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
7982 * dbxread.c (elfstab_build_psymtabs): Don't call
7983 install_minimal_symbols.
7984 (stabsect_build_psymtabs): Likewise.
7985 * elfread.c (elf_symfile_read): Call install_minimal_symbols
7986 earlier.
7987 * somread.c (som_symfile_read): Call install_minimal_symbols
7988 and do_cleanups earlier.
7989 * nlmread.c (nlm_symfile_read): Likewise.
7990 * mdebugread.c (elfmdebug_build_psymtabs): Call
7991 install_minimal_symbols and make appropriate cleanups.
7992
7993 2003-02-20 Kevin Buettner <kevinb@redhat.com>
7994
7995 * solib.c (reload_shared_libraries): New function.
7996 (_initialize_solib): Add callbacks for ``set solib-search-path''
7997 and ``set solib-absolute-prefix''.
7998
7999 2003-02-20 David Carlton <carlton@math.stanford.edu>
8000
8001 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
8002 expand comment.
8003 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
8004 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
8005 * ada-typeprint.c (ada_typedef_print): Ditto.
8006 * ax-gdb.c (gen_var_ref): Ditto.
8007 * breakpoint.c (print_one_breakpoint): Ditto.
8008 * buildsym.c (finish_block): Ditto.
8009 * c-valprint.c (c_val_print): Ditto.
8010 * expprint.c (print_subexp): Ditto.
8011 * findvar.c (locate_var_value): Ditto.
8012 * infcmd.c (jump_command): Ditto.
8013 * linespec.c (decode_line_2, decode_compound): Ditto.
8014 * maint.c (maintenance_translate_address): Ditto.
8015 * objc-lang.c (compare_selectors, compare_classes): Ditto.
8016 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
8017 Ditto.
8018 * p-valprint.c (pascal_val_print): Ditto.
8019 * stabsread.c (define_symbol): Ditto.
8020 * stack.c (print_frame, frame_info, print_block_frame_locals)
8021 (print_frame_arg_vars, return_command): Ditto.
8022 * symfile.c (compare_symbols, compare_psymbols): Ditto.
8023 * symmisc.c (print_symbol): Ditto.
8024 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
8025 (compare_search_syms, print_symbol_info, print_msymbol_info)
8026 (rbreak_command): Ditto.
8027 * tracepoint.c (tracepoints_info): Ditto.
8028 * typeprint.c (typedef_print): Ditto.
8029 * valops.c (value_of_variable, hand_function_call): Ditto.
8030 * cli/cli-cmds.c (edit_command, list_command): Ditto.
8031 * ada-typeprint.c: Update Copyright.
8032 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
8033 * tracepoint.c, cli/cli-cmds.c: Ditto.
8034
8035 2003-02-20 Kevin Buettner <kevinb@redhat.com>
8036
8037 * frame.c (generic_unwind_get_saved_register): Make non-static.
8038 * frame.h (generic_unwind_get_saved_register): Declare.
8039 * mips-tdep.c (read_next_frame_reg): Fetch register from
8040 current regcache when frame is NULL.
8041 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
8042 that must be NULL.
8043 (mips_get_saved_register): Call generic_unwind_get_saved_register()
8044 instead of frame_register_unwind().
8045
8046 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8047
8048 * remote-sim.c (gdbsim_insert_breakpoint)
8049 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
8050 code.
8051
8052 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8053
8054 * remote.c (_initialize_remote): Add commands "set/show remote
8055 hardware-watchpoint-limit" and "set/show remote
8056 hardware-breakpoint-limit".
8057 (remote_hw_watchpoint_limit): Initialize to -1.
8058 (remote_hw_breakpoint_limit): Ditto.
8059 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
8060
8061 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
8062
8063 * coff-pe-read.c: New file - support reading of minimal symbols from a
8064 portable executable using the export table.
8065 * coff-pe-read.h: New file.
8066 * coffread.c: Include coff-pe-read.h.
8067 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
8068 debugging symbols found.
8069 * Makefile.in (SFILES): Add coff-pe-read.o.
8070 (coff_pe_read_h): Define.
8071 (COMMON_OBS): Add coff-pe-read.o.
8072 (coffread.o): Add coff_pe_read_h dependency.
8073 (coff-pe-read.o): New target.
8074
8075 2003-02-19 David Carlton <carlton@math.stanford.edu>
8076
8077 * Makefile.in (SFILES): Add block.c.
8078 (block_h): New.
8079 (COMMON_OBS): Add block.o.
8080 (block.o): New.
8081 (x86-64-tdep.o): Add $(block_h).
8082 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
8083 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
8084 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
8085 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
8086 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
8087 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
8088 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
8089 * value.h: Add opaque declaration for struct block.
8090 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
8091 * ada-lang.h: Ditto.
8092 * x86-64-tdep.c: #include "block.h"
8093 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
8094 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
8095 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
8096 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
8097 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
8098 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
8099 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
8100 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
8101 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
8102 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
8103 * symtab.c (block_function): Ditto.
8104 (contained_in): Ditto.
8105 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
8106 block.h. Add opaque declaration for struct block.
8107 * symtab.h: Move block_function and contained_in declarations to
8108 block.h. Add opaque declarations for struct block, struct
8109 blockvector.
8110 (struct block): Move to block.h.
8111 (struct blockvector): Ditto.
8112 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
8113 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
8114 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
8115 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
8116 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
8117 Ditto.
8118 * block.c: New file.
8119 * block.h: New file.
8120
8121 2003-02-19 Theodore A. Roth <troth@openavr.org>
8122
8123 * avr-tdep.c (avr_extract_return_value): Remove function.
8124 (avr_store_return_value): Remove function.
8125 (avr_extract_struct_value_address): Remove function.
8126 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
8127
8128 2003-02-19 Andrew Cagney <ac131313@redhat.com>
8129
8130 * rs6000-tdep.c: Include "gdb_assert.h".
8131 (registers_e500): Add "acc" and "spefscr".
8132 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
8133 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
8134 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
8135 really is "r0".
8136 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
8137
8138 2003-02-18 Keith Seitz <keiths@redhat.com>
8139
8140 * Makefile.in: Add gdbtk-interps.c.
8141
8142 2003-02-18 Kevin Buettner <kevinb@redhat.com>
8143
8144 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
8145 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
8146
8147 2003-02-18 Andrew Cagney <cagney@redhat.com>
8148
8149 * symtab.h (struct objfile): Add opaque declaration.
8150
8151 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
8152
8153 From Jim Ingham <jingham@apple.com>:
8154 * dbxread.c (process_one_symbol): Use last_function_start rather
8155 than function_start_offset to find the real beginning of the
8156 current function. The latter is just the text section offset on
8157 some systems, the former is always the real function start.
8158
8159 2003-02-17 Andrew Cagney <cagney@redhat.com>
8160
8161 * configure.in: Revert ${target} != ${host}.
8162
8163 2003-02-17 Andrew Cagney <ac131313@redhat.com>
8164
8165 * configure.in (Makefile): Use the test ${target} != ${host},
8166 instead of the absence of the "nm.h" file, to determine of the
8167 configuration non-native.
8168 * configure: Regenerate.
8169
8170 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
8171
8172 From Brian Ford <ford@vss.fsi.com>
8173
8174 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
8175 conditionalize tui_active test.
8176 (lookup_cmd_1): Ditto.
8177
8178 2003-02-14 Mark Kettenis <kettenis@gnu.org>
8179
8180 * configure.in: Add check for _etext.
8181 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
8182 available.
8183 * config.in, configure: regenerated.
8184
8185 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
8186
8187 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
8188
8189 2003-02-14 Andrew Cagney <ac131313@redhat.com>
8190
8191 * main.c (tui_version): Delete variable.
8192 (captured_main): When --tui, set interpreter_p to "tui" instead of
8193 enabling tui_version.
8194 * printcmd.c (display_command) [TUI]: Test tui_active instead of
8195 tui_version.
8196 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
8197 * cli/cli-cmds.c (disassemble_command): Ditto.
8198 * defs.h (tui_version): Delete declaration.
8199 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
8200 (tui-interp.o): Add rules.
8201 (SUBDIR_TUI_OBS): Add "tui-interp.o".
8202
8203 2003-02-14 Christopher Faylor <cgf@redhat.com>
8204
8205 * win32-nat.c (register_loaded_dll): Correctly set address range for
8206 just-loaded dll.
8207
8208 2003-02-12 Jason Molenda (jmolenda@apple.com)
8209
8210 * symmisc.c (print_objfile_statistics): Include information about
8211 the number of psymtabs and symtabs in each object file.
8212
8213 2003-02-13 Keith R Seitz <keiths@redhat.com>
8214
8215 * main.h (struct captured_main_args): Add interpreter_p.
8216 * main.c (captured_main): Initialize interpreter_p from context.
8217 * gdb.c (main): Set interpreter_p argument.
8218 * Makefile.in (gdb.o): Add dependency for interps.h.
8219
8220 2003-02-12 Andrew Cagney <ac131313@redhat.com>
8221
8222 * event-top.c (cli_command_loop): Delete declaration.
8223 (_initialize_event_loop): Delete function setting event_loop_hook.
8224 * event-top.h (cli_command_loop): Declare. Update copyright.
8225 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
8226 * interps.c (current_interp_command_loop): When event_loop_p, call
8227 cli_command_loop.
8228
8229 2003-02-12 Andrew Cagney <ac131313@redhat.com>
8230
8231 * interps.h (interp_command_loop_ftype): Change return type to
8232 void.
8233
8234 2003-02-12 Michal Ludvig <mludvig@suse.cz>
8235
8236 * x86-64-tdep.c (x86_64_extract_return_value)
8237 (x86_64_store_return_value): Use regcache instead of regbuf.
8238 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
8239 * x86-64-linux-nat.c (fill_gregset): Use regcache.
8240
8241 2003-02-11 Andrew Cagney <ac131313@redhat.com>
8242
8243 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
8244 * aclocal.m4: Regenerate.
8245 * configure: Regenerate.
8246
8247 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
8248 TCL_LD_SEARCH_FLAGS.
8249
8250 2003-02-10 Michal Ludvig <mludvig@suse.cz>
8251
8252 * dwarf2cfi.c: Reindented.
8253
8254 2003-02-09 Andrew Cagney <ac131313@redhat.com>
8255
8256 * interps.c (clear_interpreter_hooks): Convert function definition
8257 to ISO C.
8258
8259 2003-02-07 David Carlton <carlton@math.stanford.edu>
8260
8261 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
8262
8263 2003-02-07 Kevin Buettner <kevinb@redhat.com>
8264
8265 * gdbtypes.h (struct main_type): Move ``length'' field from here...
8266 (struct type): ...to here.
8267 (TYPE_LENGTH): Adjust to reflect different location of ``length''
8268 field.
8269 * gdbtypes.c (make_qualified_type): Set length on newly created type.
8270 (replace_type): Set length on all type variants for a given type.
8271
8272 2003-02-07 Andrew Cagney <ac131313@redhat.com>
8273
8274 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
8275 <sys/stat.h>.
8276 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8277
8278 2003-02-06 Andrew Cagney <ac131313@redhat.com>
8279
8280 * Makefile.in (symm-nat.o): Update dependencies.
8281 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
8282 (lynx-nat.o, ia64-linux-nat.): Ditto.
8283 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
8284 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
8285 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
8286
8287 * Makefile.in (inflow_h): Define.
8288 (procfs.o, inflow.o, procfs.o): Update dependencies.
8289 * inftarg.c (child_stop): Delete extern declaration of
8290 inferior_process_group. Include "inflow.h".
8291 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
8292 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
8293 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
8294 (our_process_group, inferior_process_group): Extern declarations.
8295
8296 * procfs.c: Include "gdb_assert.h".
8297
8298 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
8299 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
8300 * jv-typeprint.c (java_type_print_base): Ditto.
8301 * typeprint.c (typedef_print): Eliminate STREQ.
8302 * cli/cli-script.c (define_command, define_command): Ditto.
8303 * main.c (captured_main): Ditto.
8304 * values.c (lookup_internalvar): Ditto.
8305 * utils.c (safe_strerror, parse_escape): Eliminate assignment
8306 within `if' conditional.
8307 * linespec.c (decode_line_2): Ditto.
8308 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
8309 (bfd_openw_with_cleanup): Ditto.
8310
8311 2003-02-07 Mark Kettenis <kettenis@gnu.org>
8312
8313 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
8314 legacy_extract_return_value and store_return_value to
8315 legacy_return_value.
8316
8317 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
8318
8319 * win32-nat.c (get_relocated_section_addrs): New function. Find
8320 section load addresses for symbol handling in relocated DLLs.
8321 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
8322
8323 2003-02-05 Fred Fish <fnf@intrinsity.com>
8324
8325 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
8326 '=' and '!='.
8327 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
8328 with '&' and '=='.
8329 (angel_RDI_info): Ditto.
8330 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
8331 with '&' and '!='.
8332 (threads_continue_all_with_signals): Ditto.
8333
8334 2003-02-05 Jim Ingham <jingham@apple.com>
8335 Keith Seitz <keiths@redhat.com>
8336 Elena Zannoni <ezannoni@redhat.com>
8337 Andrew Cagney <ac131313@redhat.com>
8338
8339 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
8340 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
8341 (SUBDIR_MI_OBS): Add "mi-interp.o".
8342 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
8343 (SFILES): Add "interps.c".
8344 (COMMON_OBS): Add "interps.o".
8345 (interps_h, mi_main_h): Define.
8346 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
8347 (mi-main.o, main.o, event-top.o): Update dependencies.
8348 * cli/cli-interp.c: New file.
8349 * interps.h, interps.c: New files.
8350 * top.c: (gdb_init): Don't install the default interpreter, handed
8351 by captured_main.
8352 * main.c: Include "interps.h".
8353 (interpreter_p): Note that it should malloc'ed.
8354 (captured_command_loop): Call current_interp_command_loop.
8355 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
8356 xfree and xstrdup when updating interpreter_p. Install the
8357 default interpreter. Add hack to stop mi1's copyright notice
8358 being encoded.
8359 * event-top.h (gdb_setup_readline): Declare.
8360 (gdb_disable_readline): Declare.
8361 * event-top.c: Include "interps.h".
8362 (display_gdb_prompt): Call current_interp_display_prompt_p.
8363 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
8364 gdb_stdlog, and gdb_stdtarg.
8365 (_initialize_event_loop): Don't call gdb_setup_readline.
8366 * cli-out.c (cli_out_set_stream): New function.
8367 * cli-out.h (cli_out_set_stream): Declare.
8368
8369 2003-02-06 Mark Kettenis <kettenis@gnu.org>
8370
8371 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
8372 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
8373 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
8374 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
8375 config/i386/i386v42mp.mt: Removed.
8376
8377 2003-02-05 Mark Kettenis <kettenis@gnu.org>
8378
8379 * configure.tgt (*-*-solaris*): Set gdb_osabi to
8380 GDB_OSABI_SOLARIS.
8381
8382 2003-02-05 Michael Chastain <mec@shout.net>
8383
8384 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
8385 2.12.1 and earlier versions.
8386
8387 2003-02-05 Andrew Cagney <ac131313@redhat.com>
8388
8389 Remove orphaned hosts, targets and files.
8390 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
8391 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
8392 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
8393 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
8394 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
8395 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
8396 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
8397 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
8398 * config/sparc/tm-sp64sim.h: Delete.
8399 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
8400 hosts.
8401 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
8402 mips*-dec-mach3* targets.
8403
8404 2003-02-04 Michael Chastain <mec@shout.net>
8405
8406 * NEWS: Fix typo: sepcifying -> specifying.
8407
8408 2003-02-04 Michael Chastain <mec@shout.net>
8409
8410 * dwarfread.c: Add documentation on the state of dwarf-1,
8411 looking towards obsoletion.
8412
8413 2003-02-03 Michael Chastain <mec@shout.net>
8414
8415 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
8416 gdb/testsuite/gdb.c++/pr-1023.exp.
8417
8418 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8419
8420 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
8421 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
8422
8423 * utils.c (init_page_info): Delete reference to MPW in comments.
8424 * main.c (captured_main): Delete #ifdef MPW.
8425
8426 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8427
8428 * NEWS: Note that the m32r-*-elf* is obsolete.
8429 * monitor.c (monitor_expect): Obsolete reference to m32r.
8430 * configure.tgt: Mark m32r-*-elf* as obsolete.
8431 * MAINTAINERS: Mark m32k as obsolete.
8432 * m32r-rom.c: Obsolete file.
8433 * config/m32r/m32r.mt: Obsolete file.
8434 * config/m32r/tm-m32r.h: Obsolete file.
8435 * m32r-stub.c: Obsolete file.
8436 * m32r-tdep.c: Obsolete file.
8437
8438 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8439
8440 * NEWS: Mention that the z8k-zilog-none is obsolete.
8441 * MAINTAINERS: Mark z8k as obsolete.
8442 * configure.tgt: Obsolete the z8k-*-coff* target.
8443 * config/z8k/z8k.mt: Obsolete file.
8444 * config/z8k/tm-z8k.h: Obsolete file.
8445 * z8k-tdep.c: Obsolete file.
8446
8447 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8448
8449 * NEWS: Mention that the mn10200-elf is obsolete.
8450 * configure.tgt: Obsolete mn10200-*-* target.
8451 * breakpoint.c (update_breakpoints_after_exec): Update comment to
8452 mention that the mn10200 is obsolete.
8453 * breakpoint.h: Ditto.
8454 * MAINTAINERS: Mark the mn10200-elf as obsolete.
8455 * config/mn10200/mn10200.mt: Obsolete file.
8456 * config/mn10200/tm-mn10200.h: Obsolete file.
8457 * mn10200-tdep.c: Obsolete file.
8458
8459 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8460
8461 * MAINTAINERS: Mark h8500 as obsolete.
8462 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
8463 * findvar.c (value_from_register): Ditto.
8464 * h8500-tdep.c: Mark file as obsolete.
8465 * config/h8500/h8500.mt: Ditto.
8466 * config/h8500/tm-h8500.h: Ditto.
8467 * NEWS: Mention that h8500 is obsolete.
8468
8469 2003-02-04 David Carlton <carlton@math.stanford.edu>
8470
8471 * objfiles.c (allocate_objfile): Always set name. Add comment at
8472 start of function.
8473 * jv-lang.c (get_dynamics_objfile): Add comment.
8474
8475 2003-02-04 David Carlton <carlton@math.stanford.edu>
8476
8477 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
8478 * printcmd.c (build_address_symbolic): Replace uses of
8479 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
8480 SYMBOL_NAME, and asm_demangle.
8481 Update copyright.
8482
8483 2003-02-04 David Carlton <carlton@math.stanford.edu>
8484
8485 * linespec.c (decode_compound): Extract code into
8486 lookup_prefix_sym.
8487 (lookup_prefix_sym): New function.
8488
8489 2003-02-04 David Carlton <carlton@math.stanford.edu>
8490
8491 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
8492 FLOAT_COERCION_BADNESS.
8493 * gdbtypes.c (rank_one_type): Replace all uses of
8494 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
8495
8496 2003-02-04 Jim Blandy <jimb@redhat.com>
8497
8498 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
8499 section, let dwarf_macinfo_section point to it, not
8500 dwarf_loc_section.
8501
8502 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
8503
8504 Pointed out by Anton Blanchard <anton@samba.org>.
8505 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
8506 (ppc_linux_at_sigtramp_return_path): Use it.
8507
8508 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
8509
8510 * defs.h (streq): Add prototype.
8511 * utils.c (streq): New function.
8512
8513 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
8514 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
8515 * mdebugread.c (new_symbol): Likewise.
8516 * stabsread.c (define_symbol): Likewise.
8517 * coffread.c (process_coff_symbol): Likewise.
8518 * dwarfread.c (new_symbol): Likewise.
8519
8520 * minsyms.c (prim_record_minimal_symbol_and_info): Use
8521 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
8522 here.
8523 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
8524 SYMBOL_INIT_DEMANGLED_NAME.
8525 * objfiles.c: Include "hashtab.h".
8526 (allocate_objfile): Call htab_set_functions_ex for the
8527 demangled_names_hash.
8528 (free_objfile): Call htab_delete for the demangled_names_hash.
8529 * objfiles.h (struct htab): Add declaration.
8530 (struct objfile): Add demangled_names_hash.
8531 * symfile.c: Include "hashtab.h".
8532 (reread_symbols): Call htab_delete for the demangled_names_hash.
8533 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
8534 SYMBOL_NAME in the bcache.
8535 * symtab.c: Include "hashtab.h". Update comments.
8536 (create_demangled_names_hash, symbol_set_names): New functions.
8537 (symbol_find_demangled_name): New function, broken out from
8538 symbol_init_demangled_names.
8539 (symbol_init_demangled_names): Use it.
8540 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
8541 (SYMBOL_SET_NAMES): New macro.
8542 (symbol_set_names): Add prototype.
8543
8544 2003-02-03 Jim Blandy <jimb@redhat.com>
8545
8546 Use a single, consistent representation for an empty minimal
8547 symbol table in an objfile.
8548 * objfiles.c (terminate_minimal_symbol_table): New function.
8549 (allocate_objfile): Call it.
8550 * objfiles.h (terminate_minimal_symbol_table): New declaration.
8551 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8552 non-NULL.
8553 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
8554 objfile has minimal symbols, compare minimal_symbol_count to zero,
8555 instead of comparing msymbols with NULL.
8556 * objfiles.c (have_minimal_symbols): Same.
8557 * solib-sunos.c (solib_add_common_symbols): Call
8558 terminate_minimal_symbol_table.
8559 * symfile.c (reread_symbols): Same.
8560
8561 2003-02-03 Kevin Buettner <kevinb@redhat.com>
8562
8563 * s390-tdep.c (s390_address_class_type_flags)
8564 (s390_address_class_type_flags_to_name)
8565 (s390_address_class_name_to_type_flags): New functions.
8566 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
8567 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
8568
8569 2003-02-03 Michael Snyder <msnyder@redhat.com>
8570
8571 * arm-tdep.c: Fix spell-o in comment.
8572
8573 2003-02-03 Michal Ludvig <mludvig@suse.cz>
8574
8575 * dwarf2cfi.c (pointer_encoding): Added new parameter.
8576 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
8577 error messages to contain BFD filename.
8578
8579 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
8580
8581 Fix PR gdb/742 gdb/743 gdb/877
8582 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
8583 (do_mixed_source_and_assembly): Use
8584 make_cleanup_ui_out_tuple_begin_end and
8585 make_cleanup_ui_out_tuple_begin_end.
8586 (do_mixed_source_and_assembly): Ditto.
8587 * thread.c (do_captured_list_thread_ids): Ditto.
8588 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
8589 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
8590 ui_out_tuple_end): Delete prototypes.
8591 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
8592 ui_out_list_end, ui_out_tuple_end): Delete.
8593
8594 From Kevin Buettner <kevinb@redhat.com>:
8595 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
8596 * ui-out.c (make_cleanup_ui_out_table_begin_end)
8597 (do_cleanup_table_end): New functions.
8598 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
8599 Use cleanups to invoke_ui_out_tuple_end().
8600 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
8601 * cli/cli-setshow.c (cmd_show_list): Use
8602 make_cleanup_ui_out_tuple_begin_end.
8603
8604 2003-02-02 Andrew Cagney <ac131313@redhat.com>
8605
8606 * frame.c (frame_unwind_register): New function.
8607 (frame_unwind_unsigned_register): Use.
8608 (frame_unwind_signed_register): Use.
8609 (frame_read_register): New function.
8610 * frame.h (frame_unwind_register): Declare.
8611 (frame_read_register): Declare.
8612
8613 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
8614 and frame_unwind_register instead of read_memory, write_register
8615 and deprecated_write_register_bytes.
8616
8617 2003-02-02 Andrew Cagney <ac131313@redhat.com>
8618
8619 * frame.h: Note that namelen can be negative.
8620 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
8621 NAME's length.
8622
8623 * NEWS: Mention that the d10v's `regs' command is deprecated.
8624 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
8625 (d10v_print_registers_info): New function.
8626 (show_regs): Call d10v_print_registers_info.
8627 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
8628
8629 2003-02-02 Mark Kettenis <kettenis@gnu.org>
8630
8631 * stack.c (print_frame_info): Restore call to annotate_frame_begin
8632 lost in the previous patch.
8633
8634 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8635
8636 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
8637 * stack.c (print_frame_info_base): Output complete FRAME tuple
8638 for synthesized frames.
8639
8640 2003-02-02 Andrew Cagney <ac131313@redhat.com>
8641
8642 * mips-nat.c (zerobuf): Delete.
8643 (fetch_inferior_registers): Alloc local zerobuf.
8644 (fetch_core_registers): Alloc local zerobuf.
8645 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
8646 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
8647 * thread-db.c (thread_db_store_registers): Ditto.
8648 * sh-tdep.c (sh_do_register): Ditto.
8649 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
8650 * remote-sim.c (gdbsim_store_register): Ditto.
8651 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8652 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8653 * monitor.c (monitor_supply_register): Ditto.
8654 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
8655 * mips-nat.c (fetch_inferior_registers): Ditto.
8656 * m68klinux-nat.c (fetch_register): Ditto.
8657 * lynx-nat.c (fetch_inferior_registers): Ditto.
8658 (fetch_inferior_registers): Ditto.
8659 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
8660 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8661 (hpux_thread_store_registers): Ditto.
8662 * hppah-nat.c (fetch_register): Ditto.
8663 * hppab-nat.c (fetch_register): Ditto.
8664 * hppa-tdep.c (pa_register_look_aside): Ditto.
8665 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
8666 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
8667
8668 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8669
8670 * gdbarch.sh: Explictly specify all method levels. When a
8671 variable with an empty level, provide a non-multi-arch default.
8672 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
8673 * gdbarch.h: Re-generate.
8674 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
8675 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
8676
8677 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8678
8679 * defs.h (host_pointer_to_address): Delete declaration.
8680 (address_to_host_pointer): Delete declaration.
8681 * utils.c (host_pointer_to_address): Delete function.
8682 (address_to_host_pointer): Delete function.
8683 * procfs.c (procfs_address_to_host_pointer): New function.
8684 * procfs.c (proc_set_watchpoint): Use.
8685 (procfs_can_use_hw_breakpoint): Update comments.
8686 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
8687 (som_solib_add): Use.
8688 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
8689 * hppa-tdep.c (unwind_command): Use.
8690
8691 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8692
8693 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
8694 strlen d_name.
8695
8696 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
8697 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
8698 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
8699 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
8700 (define_symbol): Update.
8701 * symfile.c (generic_load): Remove references to nindy.
8702 * symtab.c: Remove references to nindy.
8703
8704 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8705
8706 * infcmd.c (print_float_info): Delete code conditional on
8707 FLOAT_INFO.
8708 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
8709 * config/m68k/nm-apollo68b.h: Ditto.
8710 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
8711 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
8712 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
8713
8714 2003-02-01 Mark Kettenis <kettenis@gnu.org>
8715
8716 * config/i386/tm-i386os9k.h: Removed.
8717
8718 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
8719 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
8720 they're identical to i[3456]86-*-sysv* now.
8721 * config/i386/i386v32.mh: Removed.
8722 * config/i386/xm-i386v32.h: Removed.
8723 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
8724
8725 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
8726
8727 * config/i386/i386dgux.mh: Removed.
8728 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
8729
8730 * configure.in: Fix typo.
8731 * configure: Regenerated.
8732
8733 2003-01-31 David Carlton <carlton@math.stanford.edu>
8734
8735 * dwarf2read.c (dwarf2_locate_sections): Set
8736 dwarf_ranges_section.
8737
8738 2003-01-31 Andrew Cagney <ac131313@redhat.com>
8739
8740 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
8741 * utils.c: Update comments documenting legitimate uses of PTR.
8742
8743 * utils.c: Re-indent.
8744
8745 * config/djgpp/fnchange.lst: Delete nindy files.
8746 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
8747 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
8748 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
8749 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
8750 * nindy-share/README, nindy-share/Onindy.c: Delete files.
8751 * nindy-tdep.c, nindy-share/Makefile: Delete files.
8752 * Makefile.in (init.c): Remove nindy references.
8753 (saber_gdb): Delete rule.
8754 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
8755 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
8756 and a68v-nat.c.
8757 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
8758 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
8759 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
8760 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
8761 nindy-share/stop.h.
8762 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
8763 * saber.suppress: Delete file.
8764
8765 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
8766
8767 * dbxread.c (stabs_data): New static variable.
8768 (fill_symbuf): Support an in-memory buffer for stabs data.
8769 (stabs_seek): New function.
8770 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
8771 (read_ofile_symtab): Use stabs_seek.
8772 (elfstab_build_psymtabs): Take an asection* instead of
8773 an offset and size. Relocate the stabs data if necessary.
8774 Save the section* for dbx_psymtab_to_symtab.
8775 * dwarf2read.c: Add section variables for each debug section.
8776 (dwarf2_locate_sections): Fill them in.
8777 (dwarf2_read_section): Take an asection* argument.
8778 Relocate the section contents if necessary.
8779 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
8780 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
8781 it to dwarf2_read_section.
8782 (dwarf2_build_frame_info): Update callers.
8783 * elfread.c (elf_symfile_read): Update call to
8784 elfstab_build_psymtabs.
8785 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
8786 (DBX_STAB_SECTION): New macro.
8787 * stabsread.h (elfstab_build_psymtabs): Update prototype.
8788 * symfile.c (symfile_dummy_outputs): New function.
8789 (symfile_relocate_debug_section): New function.
8790 * symfile.h (symfile_relocate_debug_section): Add prototype.
8791
8792 2003-01-31 Richard Henderson <rth@redhat.com>
8793
8794 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
8795 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
8796 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
8797 * alpha-tdep.c (alpha_register_name): Add "unique".
8798 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
8799 (ALPHA_UNIQUE_REGNUM): New.
8800 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
8801
8802 2003-01-31 Andrew Cagney <ac131313@redhat.com>
8803
8804 * README: Remove reference to Ericsson 1800 monitor.
8805 * Makefile.in (remote-es.o): Delete rule.
8806 (ALLDEPFILES): Delete remote-es.c.
8807 * remote-es.c: Delete file.
8808 * config/m68k/es1800.mt: Delete file.
8809 * config/djgpp/fnchange.lst: Update.
8810 * configure.tgt: Delete m68*-ericsson-* target.
8811
8812 2003-01-31 Adam Fedor <fedor@gnu.org>
8813
8814 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
8815 Remove duplicate/shadowing variable of same name.
8816
8817 2003-01-30 Jim Blandy <jimb@redhat.com>
8818
8819 * symfile.c (find_separate_debug_file): Assert that the objfile's
8820 directory name we compute ends with a slash, and then assume that
8821 that's so everywhere we use it.
8822
8823 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
8824
8825 * valops.c (value_assign): Flush frame cache after stores to memory
8826 also.
8827
8828 2003-01-30 Andrew Cagney <ac131313@redhat.com>
8829
8830 * Makefile.in (mon960-rom.o): Delete rule.
8831 * mon960-rom.c: Delete file.
8832
8833 2003-01-30 Andrew Cagney <ac131313@redhat.com>
8834
8835 * d10v-tdep.c: Include "frame-unwind.h".
8836 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
8837 list.
8838 (next_addr, uses_frame): Delete.
8839 (struct d10v_unwind_cache): Define.
8840 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
8841 Use info instead of next_addr and uses_frame globals.
8842 (d10v_frame_init_saved_regs): Delete function.
8843 (d10v_init_extra_frame_info): Delete function.
8844 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
8845 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
8846 init_frame_pc or frame_saved_pc.
8847 (d10v_pop_frame): Delete function.
8848 (do_d10v_pop_frame): Delete function.
8849 (d10v_frame_chain): Delete function.
8850 (d10v_frame_chain_valid): Delete function.
8851 (d10v_frame_pc_unwind): New function.
8852 (d10v_frame_id_unwind): New function.
8853 (saved_regs_unwinder): New function.
8854 (d10v_frame_register_unwind): New function.
8855 (d10v_frame_pop): New function.
8856 (d10v_frame_unwind): New variable.
8857 (d10v_frame_p): New function.
8858 (d10v_frame_saved_pc): Delete function.
8859 * Makefile.in (d10v-tdep.o): Update dependencies.
8860
8861 2003-01-30 J. Brobecker <brobecker@gnat.com>
8862
8863 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
8864 causing some regressions due to a change in the default value
8865 for this macro.
8866
8867 2003-01-29 Richard Henderson <rth@redhat.com>
8868 Elena Zannoni <ezannoni@redhat.com>
8869 Daniel Jacobowitz <drow@mvista.com>
8870
8871 Fix PR gdb/961.
8872 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
8873 variables.
8874 (RANGES_SECTION): New.
8875 (dwarf_ranges_buffer): New variable.
8876 (struct comp_unit_head): Add member "die".
8877 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
8878 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
8879 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
8880 (dwarf2_locate_sections): Likewise.
8881 (dwarf2_build_psymtabs): Read .debug_ranges.
8882 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
8883 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
8884 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
8885 Look for DW_AT_ranges and return the bounding box.
8886
8887 2003-01-29 Brian Ford <ford@vss.fsi.com>
8888
8889 * win32-nat.c (cygwin_pid): Removed as unused.
8890 (child_attach): Try fall back to Cygwin pid.
8891
8892 2003-01-29 Jim Blandy <jimb@redhat.com>
8893
8894 * objfiles.h (struct objfile): Doc fix.
8895
8896 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8897
8898 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
8899 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
8900 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
8901 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
8902 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
8903 (FRAME_SAVED_PC): Change to a function with predicate.
8904 * gdbarch.h, gdbarch.c: Re-generate.
8905
8906 2003-01-28 Andrew Cagney <ac131313@redhat.com>
8907
8908 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
8909
8910 * complaints.c (complain): Delete function.
8911 * complaints.h (struct deprecated_complaint): Delete definition.
8912 (complain): Delete declaration.
8913
8914 2003-01-28 Kevin Buettner <kevinb@redhat.com>
8915
8916 * mips-tdep.c (mips_init_extra_frame_info): Return early for
8917 dummy frames.
8918
8919 2003-01-27 Andrew Cagney <ac131313@redhat.com>
8920
8921 * sentinel-frame.h, sentinel-frame.c: New files.
8922 * Makefile.in (frame.o): Update dependencies.
8923 (SFILES): Add sentinel-frame.c.
8924 (sentinel_frame_h): Define.
8925 (COMMON_OBS): Add sentinel-frame.o.
8926 (sentinel-frame.o): Specify dependencies.
8927 * frame.c: Include "sentinel-frame.h".
8928 (frame_register_unwind): Rewrite assuming that there is always a a
8929 ->next frame.
8930 (frame_register, generic_unwind_get_saved_register): Ditto.
8931 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
8932 (create_sentinel_frame, unwind_to_current_frame): New functions.
8933 (get_current_frame): Rewrite using create_sentinel_frame and
8934 unwind_to_current_frame. When possible, always create a frame.
8935 (create_new_frame): Set next to the sentinel frame.
8936 (get_next_frame): Rewrite. Don't go below the level 0 frame.
8937 (deprecated_update_frame_pc_hack): Update the next frame's PC and
8938 ID cache when necessary.
8939 (frame_saved_regs_id_unwind): Use frame_relative_level.
8940 (deprecated_generic_get_saved_register): Use frame_relative_level,
8941 get_frame_saved_regs, get_frame_pc, get_frame_base and
8942 get_next_frame.
8943 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
8944 frame_register.
8945
8946 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
8947
8948 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
8949
8950 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
8951
8952 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
8953 (maintenance_set_profile_cmd): Use error () instead of warning ().
8954
8955 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
8956
8957 * configure.in: Check that -pg works if using --enable-profiling.
8958 Check for monstartup and _mcleanup regardless of --enable-profiling.
8959 * maint.c: Check for monstartup and _mcleanup before using them.
8960 * config.in: Regenerated.
8961 * configure: Regenerated.
8962
8963 2003-01-24 Nick Clifton <nickc@redhat.com>
8964
8965 * Add sh2e support:
8966
8967 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
8968
8969 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
8970 (sh2e_show_regs): New.
8971 (sh_gdbarch_init): Handle bfd_mach_sh2e.
8972 * config/sh/tm-sh.h: Added sh2e to comments.
8973
8974 2003-01-23 Jim Blandy <jimb@redhat.com>
8975
8976 * symfile.c (syms_from_objfile): Don't print the "(no debugging
8977 symbols found)" message here; we haven't checked for a separate
8978 debug info file yet, so we don't know yet.
8979 (symbol_file_add_with_addrs_or_offsets): Print it here, after
8980 we've looked everywhere. Also, there's no need to print a special
8981 message when we're loading the separate debug info file: the one
8982 symbol_file_add prints is fine.
8983
8984 2003-01-23 Alexander Larsson <alexl@redhat.com>
8985 Jim Blandy <jimb@redhat.com>
8986
8987 Add support for executables whose debug info has been separated
8988 out into a separate file, leaving only a link behind.
8989 * objfiles.h (struct objfile): New fields: separate_debug_objfile
8990 and separate_debug_objfile_backlink.
8991 (put_objfile_before): New declaration.
8992 * symfile.c: #include "filenames.h".
8993 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
8994 debug info in a separate file, read that, too. Save the addrs
8995 argument, so we can use it again to read the separated debug info;
8996 syms_from_objfile modifies the table we pass it.
8997 (reread_symbols): After re-reading an objfile, call
8998 reread_separate_symbols to refresh its separate debug info
8999 objfile, if it has one.
9000 (reread_separate_symbols, find_separate_debug_file,
9001 get_debug_link_info, separate_debug_file_exists): New functions.
9002 (debug_file_directory): New global var.
9003 (_initialize_symfile): Initialize debug_file_directory, and
9004 provide the new `set debug-file-directory' command to let the user
9005 change it.
9006 * objfiles.c (free_objfile): If this objfile has its debug info in
9007 a separate objfile, free that one too. If this is itself a
9008 separate debug info objfile, clear our parent's backlink.
9009 (put_objfile_before): New function.
9010 * utils.c (gnu_debuglink_crc32): New function.
9011 * defs.h (gnu_debuglink_crc32): New declaration.
9012 * Makefile.in (symfile.o): Note dependency on "filenames.h".
9013 * configure.in: Handle --with-separate-debug-dir config option.
9014 * acinclude.m4 (AC_DEFINE_DIR): New macro.
9015 * acconfig.h (DEBUGDIR): New macro.
9016 * configure, aclocal.m4, config.in: Regenerated.
9017
9018 2003-01-22 Jim Blandy <jimb@redhat.com>
9019
9020 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
9021 like the old symbol_file_add, but taking new arguments: you can
9022 now pass in either a `struct section_addr_info' list to say where
9023 each section is loaded, or a `struct section_offsets' table. Pass
9024 these new arguments through to syms_from_objfile as appropriate.
9025 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
9026 with the appropriate quiescent values for the new arguments.
9027
9028 * symfile.c: #include "gdb_assert.h".
9029 (syms_from_objfile): Add the ability to pass in a section offset
9030 table directly, as an alternative to the section_addr_info table.
9031 Document arguments better.
9032 (symbol_file_add): Pass extra arguments to syms_from_objfile.
9033 * symfile.h (syms_from_objfile): Update declaration.
9034 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
9035 syms_from_objfile.
9036 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
9037
9038 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
9039
9040 Original patch by Tom Tromey <tromey@cygnus.com> and
9041 Jason Molenda <jmolenda@apple.com>.
9042 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
9043 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
9044 * NEWS: Mention profiling.
9045 * configure.in (--enable-gdbtk): Fix typo.
9046 (--enable-profiling): New. Set PROFILE_CFLAGS.
9047 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
9048 Fill in function.
9049 (profiling_state): New variable.
9050 (mcleanup_wrapper): New function.
9051 (_initialize_maint): Remove NOTYET, fix call to
9052 add_setshow_boolean_cmd for "maint set profile".
9053 * configure: Regenerated.
9054
9055 2003-01-21 Martin M. Hunt <hunt@redhat.com>
9056
9057 * Makefile.in (install-gdbtk): Install PNG images too.
9058
9059 2003-01-21 Andrew Cagney <ac131313@redhat.com>
9060
9061 * exec.c (text_start): Delete global variable.
9062 (exec_file_attach): Make text_start local to the function.
9063 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
9064 * valops.c (hand_function_call): Delete code that handles
9065 BEFORE_TEXT_END and AFTER_TEXT_END.
9066 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
9067 of CALL_DUMMY_LOCATION.
9068 * gdbarch.c: Regenerate.
9069 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
9070 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
9071 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
9072 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
9073 (text_end): Delete extern declaration.
9074
9075 2003-01-21 Andrew Cagney <ac131313@redhat.com>
9076
9077 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
9078 * blockframe.c (backtrace_below_main): Move to "frame.c".
9079 (frame_chain_valid): Delete check for backtrace_below_main.
9080 (_initialize_blockframe): Delete initialization, move ``set
9081 backtrace-below-main'' command to "frame.c".
9082 (do_flush_frames_sfunc): Delete function.
9083 * frame.c: Include "command.h" and "gdbcmd.h".
9084 (frame_type_from_pc): New function.
9085 (create_new_frame): Use frame_type_from_pc.
9086 (legacy_get_prev_frame): New function.
9087 (get_prev_frame): Rewrite. When an old style frame, call
9088 legacy_get_prev_frame. Otherwize, unwind the PC first.
9089 (_initialize_frame): Add ``set backtrace-below-main'' command.
9090 * Makefile.in (frame.o): Update dependencies.
9091
9092 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9093
9094 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
9095 DEPRECATED_REGISTERS_INFO.
9096
9097 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9098
9099 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
9100 Maintainers'. Update `Various Maintainers'.
9101
9102 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9103
9104 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
9105 * gdbarch.sh (POP_FRAME): Change to function with predicate.
9106 Suppress actual parameters when `-'.
9107 * gdbarch.h, gdbarch.c: Regenerate.
9108
9109 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9110
9111 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
9112 code handling dummy frames.
9113
9114 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9115
9116 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
9117 (struct frame_unwind): Add field pop.
9118 * frame.h (frame_pop): Declare.
9119 * frame.c (frame_saved_regs_pop): New function.
9120 (trad_frame_unwinder): Add frame_saved_regs_pop.
9121 (frame_pop): New function.
9122 * dummy-frame.c (dummy_frame_pop): New function.
9123 (discard_innermost_dummy): New function.
9124 (generic_pop_dummy_frame): Use discard_innermost_dummy.
9125 (dummy_frame_unwind): Add dummy_frame_pop.
9126 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
9127 * valops.c (hand_function_call): Ditto.
9128 * stack.c (return_command): Ditto.
9129
9130 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9131
9132 * cris-tdep.c: Fix function declaration indentation.
9133 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
9134 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
9135 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
9136 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
9137 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
9138 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
9139
9140 2003-01-18 Michael Chastain <mec@shout.net>
9141
9142 * README (Unpacking and Installation -- quick overview):
9143 Warn against ".../gdb-5.3/gdb/configure".
9144
9145 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9146
9147 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
9148 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9149 (struct frame_unwind): Declare opaque.
9150 (dummy_frame_p): Declare function.
9151 * dummy-frame.c (dummy_frame_id_unwind): Make static.
9152 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9153 * dummy-frame.c: Include "frame-unwind.h".
9154 (dummy_frame_p): New function.
9155 (dummy_frame_unwind): New variable.
9156 * frame.c: Include "frame-unwind.h".
9157 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
9158 to use the new unwind field.
9159 (set_unwind_by_pc): Delete function.
9160 (create_new_frame, get_prev_frame): Set unwind field using
9161 frame_unwind_find_by_pc.
9162 (trad_frame_unwind, trad_frame_unwinder): New variables.
9163 * frame.h (trad_frame_unwind): Declare variable.
9164 (frame_id_unwind_ftype): Delete declaration.
9165 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
9166 (struct frame_unwind): Declare opaque.
9167 (struct frame_info): Replace the fields id_unwind, pc_unwind and
9168 register_unwind with a single unwind pointer.
9169 * frame-unwind.h, frame-unwind.c: New files.
9170 * Makefile.in (SFILES): Add frame-unwind.c.
9171 (frame_unwind_h): Define.
9172 (COMMON_OBS): Add frame-unwind.o.
9173 (frame-unwind.o): Specify dependencies.
9174 (frame.o, dummy-frame.o): Update dependencies.
9175
9176 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9177
9178 * ada-valprint.c: Eliminate PTR.
9179 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
9180 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
9181 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
9182 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
9183 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
9184 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
9185 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
9186
9187 2003-01-17 Andrew Cagney <ac131313@redhat.com>
9188
9189 * main.c (captured_main): Don't use PTR.
9190 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
9191 * gdbtypes.c (lookup_primitive_typename): Ditto.
9192 (lookup_struct_elt_type): Ditto.
9193 * f-valprint.c (info_common_command): Ditto.
9194 (list_all_visible_commons): Ditto.
9195 * jv-typeprint.c (java_type_print_base): Ditto.
9196
9197 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
9198 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
9199 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
9200 i386-interix-nat.c and i386-interix-tdep.c. Rename
9201 m68klinux-nat.c and m68klinux-tdep.c. Rename
9202 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
9203 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
9204 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
9205 * main.c (captured_main): Use xfree, not free.
9206
9207 2003-01-16 Andrew Cagney <ac131313@redhat.com>
9208
9209 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
9210 ID back using a parameter.
9211 * frame.c (frame_id_unwind): Update call.
9212 (frame_saved_regs_id_unwind): Update.
9213 * dummy-frame.c (dummy_frame_id_unwind): Update function.
9214 * dummy-frame.h (struct frame_id): Add opaque declaration.
9215 (dummy_frame_id_unwind): Update declaration.
9216
9217 2003-01-15 Andrew Cagney <ac131313@redhat.com>
9218
9219 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
9220
9221 2003-01-15 Stephen P. Smith <ischis2@cox.net>
9222
9223 * MAINTAINERS (Stephen P. Smith): Updated email address.
9224
9225 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
9226
9227 Fix PR gdb/898
9228 * breakpoint.c (until_break_command): Add new argument. Use it to
9229 decide whether to stop only at the current frame or not.
9230 * breakpoint.h (until_break_command): Update prototype.
9231 * infcmd.c (until_command): Add new argument to until_break_command
9232 call.
9233 (advance_command): New function.
9234 (_initialize_infcmd): Update help string for 'until' command.
9235 Add new 'advance' command.
9236
9237 2003-01-14 David Carlton <carlton@math.stanford.edu>
9238
9239 * linespec.c (decode_line_1): Normalize comments.
9240 (set_flags): Ditto.
9241 (locate_first_half): Ditto.
9242 (decode_compound): Ditto.
9243 (symtab_from_filename): Ditto.
9244 (decode_all_digits): Ditto.
9245 (decode_dollar): Ditto.
9246 (find_methods): Ditto.
9247 (find_toplevel_char): Ditto.
9248
9249 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9250
9251 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
9252 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
9253 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
9254 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
9255 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
9256 * language.c, language.h, m32r-tdep.c: Update copyright.
9257 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
9258 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
9259 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
9260 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
9261 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
9262 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
9263
9264 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
9265
9266 * stabsread.h (process_later, resolve_cfront_continuation):
9267 Obsolete.
9268 Update copyright years.
9269 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
9270 Update copyright year.
9271 * dbxread.c(struct cont_elem): Obsolete.
9272 (process_later, process_now): Obsolete functions.
9273 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
9274 Update copyright year.
9275 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
9276 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
9277 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
9278 (parse_partial_symbols): Obsolete cfront support.
9279 * stabsread.c
9280 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
9281 macros.
9282 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
9283 read_cfront_baseclasses, read_cfront_member_functions,
9284 resolve_cfront_continuation,read_cfront_static_fields,
9285 copy_cfront_struct_fields): Obsolete functions.
9286 (define_symbol, read_one_struct_field): Obsolete cfront support.
9287 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
9288 Update Copyright year.
9289
9290 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
9291
9292 * stack.c (print_frame_info, print_stack_frame_base_stub,
9293 print_stack_frame_base, show_and_print_stack_frame_stub,
9294 show_and_print_stack_frame, print_only_stack_frame_stub,
9295 print_only_stack_frame): Delete functions.
9296 (print_stack_frame_stub): Call print_frame_info instead of
9297 print_frame_info_base.
9298 (print_frame_info_base): Rename to print_frame_info.
9299 (backtrace_command_1): Call print_frame_info, instead of
9300 print_frame_info_base.
9301 (current_frame_command): Call print_stack_frame, instead of
9302 print_only_stack_frame.
9303 (frame_command): Call print_stack_frame, instead of
9304 show_and_print_stack_frame.
9305 (up_command): Ditto.
9306 (down_command): Ditto.
9307 * frame.h (print_only_stack_frame): Delete prototype.
9308 * infrun.c (normal_stop): Call print_stack_frame, instead of
9309 show_and_print_stack_frame.
9310 * thread.c (info_threads_command): Call print_stack_frame, instead
9311 of print_only_stack_frame.
9312
9313 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9314
9315 * README (Graphical interface to GDB): Update URL. Point at
9316 gdb/links/.
9317
9318 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
9319 version match.
9320
9321 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9322
9323 * symtab.c (find_pc_sect_line): Don't consider end-of-function
9324 lines.
9325
9326 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9327
9328 * thread-db.c (attach_thread): Prototype.
9329 (struct private_thread_info): Remove lwpid. Add thread handle (th),
9330 thread information (ti), and valid flags (th_valid, ti_valid).
9331 (attach_thread): Move target_pid_to_str call to after the thread
9332 is added to GDB's list. Initialize the cache.
9333 (thread_get_info_callback, thread_db_map_id2thr)
9334 (thread_db_get_info): New functions.
9335 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
9336 (thread_db_store_registers, thread_db_thread_alive)
9337 (thread_db_get_thread_local_address): Use them.
9338 (thread_db_pid_to_str): Likewise. Return "Missing" instead
9339 of calling error() for threads in unknown state.
9340
9341 (clear_lwpid_callback): New function.
9342 (thread_db_resume): Use it to clear the cache.
9343
9344 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9345
9346 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
9347 (resume_callback): Remove dead code.
9348
9349 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9350
9351 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
9352 predicate.
9353 * gdbarch.h, gdbarch.c: Regenerate.
9354 * stack.c (frame_info): Only initialize the saved registers when
9355 FRAME_INIT_SAVED_REGS_P.
9356 * frame.c (frame_saved_regs_register_unwind): Assert
9357 FRAME_INIT_SAVED_REGS_P.
9358 (deprecated_generic_get_saved_register): Ditto.
9359
9360 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9361
9362 * source.c (openp): Squelch warning about "filename".
9363
9364 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9365
9366 * source.c (openp): If the file does not exist don't necessarily
9367 search the path.
9368
9369 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9370
9371 Fix PR gdb/872.
9372 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
9373 (integer_types_same_name_p): New function.
9374 (rank_one_type): Use it.
9375 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
9376
9377 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9378
9379 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
9380 variables.
9381 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
9382 * configure.in: Add --with-sysroot.
9383 * configure: Regenerated.
9384 * main.c (gdb_sysroot): New variable.
9385 (captured_main): Initialize gdb_sysroot.
9386 * defs.h (gdb_sysroot): New extern declaration.
9387 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
9388
9389 2003-01-12 Michael Chastain <mec@shout.net>
9390
9391 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
9392
9393 2003-01-12 Michael Chastain <mec@shout.net>
9394
9395 * top.c (print_gdb_version): Bump copyright year to 2003.
9396
9397 2003-01-12 David Carlton <carlton@bactrian.org>
9398
9399 * linespec.c (symtab_from_filename): Rename variable 's' to
9400 'file_symtab'.
9401
9402 2003-01-12 Andrew Cagney <ac131313@redhat.com>
9403
9404 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
9405 dummy frame.
9406 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
9407
9408 2003-01-12 Andrew Cagney <ac131313@redhat.com>
9409
9410 * d10v-tdep.c: Include "gdb_assert.h".
9411 (d10v_store_return_value): Rewrite to match current interface.
9412 (d10v_extract_struct_value_address): Ditto.
9413 (d10v_extract_return_value): Ditto.
9414 (d10v_gdbarch_init): Set store_restore_value,
9415 extract_struct_value_address and extract_return_value.
9416
9417 2003-01-12 J. Brobecker <brobecker@gnat.com>
9418
9419 * hpread.c (set_namestring): New procedure replacing the
9420 SET_NAMESTRING macro.
9421 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
9422 by calls to set_namestring.
9423
9424 2003-01-11 J. Brobecker <brobecker@gnat.com>
9425
9426 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
9427 a compilation warning.
9428 (hpread_process_one_debug_symbol): Likewise.
9429
9430 2003-01-10 David Carlton <carlton@math.stanford.edu>
9431
9432 * linespec.c (decode_line_1): Rename variable 's' to
9433 'file_symtab'.
9434 (decode_all_digits): Rename argument 's' to 'file_symtab'.
9435 (decode_dollar): Ditto.
9436 (decode_variable): Ditto.
9437 (symbol_found): Ditto.
9438
9439 2003-01-09 Michael Chastain <mec@shout.net>
9440
9441 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
9442
9443 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
9444
9445 * win32-nat.c (set_process_privilege): New function.
9446 (child_attach): Call set_process_privilege() to enable the
9447 SE_DEBUG_NAME user privilege if available in process token.
9448
9449 2003-01-10 J. Brobecker <brobecker@gnat.com>
9450
9451 * hpread.c (hpread_process_one_debug_symbol): Fix a small
9452 compilation error in the previous revision.
9453
9454 2003-01-09 David Carlton <carlton@math.stanford.edu>
9455
9456 * linespec.c: Update copyright.
9457
9458 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
9459
9460 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
9461 than inferior_ptid.
9462 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
9463
9464 2003-01-09 Andrew Cagney <ac131313@redhat.com>
9465
9466 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
9467 Update comments.
9468 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
9469 (frame_saved_regs_zalloc): Update.
9470 (frame_saved_regs_register_unwind): Update.
9471 (create_new_frame): Update.
9472 (get_prev_frame): Update.
9473 (frame_extra_info_zalloc): Update.
9474 (deprecated_get_frame_saved_regs): Update.
9475 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
9476 * cris-tdep.c: Update comment.
9477
9478 * somsolib.h: Fix function indentation.
9479 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
9480 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
9481 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
9482 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
9483 * somsolib.c, inftarg.c: Remove assignment in if conditional.
9484
9485 * infrun.c (follow_fork): Use ISO C definition.
9486 * expprint.c (print_subexp): Use xfree instead of free.
9487 * charset.c: Include "gdb_string.h" instead of <string.h>.
9488 (register_iconv_charsets): Use ISO C definition.
9489 (host_charset, target_charset): Ditto.
9490 * Makefile.in (charset.o): Update dependencies.
9491 (mi-cmd-env.o): Update dependencies.
9492
9493 2003-01-08 Andrew Cagney <cagney@redhat.com>
9494
9495 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
9496 get_frame_base.
9497
9498 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9499
9500 * gdb_mbuild.sh: Add --keep option. When specified, keep the
9501 build directories. Save edited gdb output in Mbuild.log. If a
9502 build fails, remove any final GDB executable.
9503
9504 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9505
9506 * gdb_mbuild.sh: Edit the output of `maint print architecture'
9507 replacing hex constants with function names and stripping leading
9508 file name directory prefixes.
9509
9510 2003-01-08 Andrew Cagney <cagney@redhat.com>
9511
9512 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
9513 get_frame_base.
9514
9515 2003-01-08 David Carlton <carlton@math.stanford.edu>
9516
9517 * linespec.c (decode_line_1): Move code into decode_variable.
9518 (decode_variable): New function.
9519
9520 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9521
9522 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
9523
9524 2003-01-08 Andrew Cagney <cagney@redhat.com>
9525
9526 * cris-tdep.c (cris_frame_init_saved_regs): Use
9527 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
9528 saved_regs buffer.
9529 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9530 (sh64_nofp_frame_init_saved_regs): Ditto.
9531 (sh_fp_frame_init_saved_regs): Ditto.
9532 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
9533 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
9534 * mcore-tdep.c (analyze_dummy_frame): Ditto.
9535 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9536
9537 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
9538
9539 * minsyms.c (lookup_minimal_symbol): Update comment.
9540 (lookup_minimal_symbol_text): Update comment. Use the hash table.
9541 (lookup_minimal_symbol_solib_trampoline): Likewise.
9542
9543 2003-01-08 Andrew Cagney <cagney@redhat.com>
9544
9545 * d10v-tdep.c (d10v_init_extra_frame_info): Use
9546 frame_relative_level.
9547
9548 * alpha-tdep.c: Use get_frame_extra_info.
9549 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9550 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
9551 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9552 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
9553
9554 * alpha-tdep.c: Use get_next_frame.
9555 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9556 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
9557 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
9558 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
9559 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
9560 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
9561 * xstormy16-tdep.c: Ditto.
9562
9563 2003-01-07 Andrew Cagney <cagney@redhat.com>
9564
9565 * alpha-tdep.c: Use get_frame_base.
9566 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9567 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
9568 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
9569 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9570 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
9571 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
9572 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
9573 * config/sparc/tm-sparc.h: Ditto.
9574
9575 2003-01-07 Andrew Cagney <cagney@redhat.com>
9576
9577 * frame.c (deprecated_get_frame_context): New function.
9578 (deprecated_set_frame_context): New function.
9579 * frame.h (deprecated_get_frame_context): Declare.
9580 (deprecated_set_frame_context): Declare.
9581 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
9582 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
9583
9584 2003-01-07 Andrew Cagney <cagney@redhat.com>
9585
9586 * frame.c (deprecated_set_frame_next_hack): New function.
9587 (deprecated_set_frame_prev_hack): New function.
9588 * frame.h (deprecated_set_frame_next_hack): Declare.
9589 (deprecated_set_frame_prev_hack): Declare.
9590 * mcore-tdep.c (analyze_dummy_frame): Use
9591 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
9592 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9593
9594 2003-01-07 David Carlton <carlton@math.stanford.edu>
9595
9596 * linespec.c (decode_line_1): Move code into decode_dollar.
9597 (decode_dollar): New function.
9598
9599 2003-01-07 Andrew Cagney <cagney@redhat.com>
9600
9601 * arm-tdep.c (arm_init_extra_frame_info): Use
9602 deprecated_update_frame_base_hack.
9603 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
9604 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9605 (fix_frame_pointer): Ditto.
9606 (mn10300_analyze_prologue): Ditto.
9607
9608 2003-01-07 Andrew Cagney <cagney@redhat.com>
9609
9610 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
9611 extra_info using frame_extra_info_zalloc.
9612 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
9613 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
9614 (sh64_init_extra_frame_info): Ditto.
9615 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
9616 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
9617 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
9618 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
9619 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
9620 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
9621 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
9622 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
9623 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
9624 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
9625 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
9626 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
9627
9628 * mn10300-tdep.c (analyze_dummy_frame): Use
9629 deprecated_set_frame_extra_info_hack.
9630 * mcore-tdep.c (analyze_dummy_frame): Ditto.
9631
9632 2003-01-07 J. Brobecker <brobecker@gnat.com>
9633
9634 * mdebugread.c (parse_symbol): Skip stProc entries which storage
9635 class is not scText. These do not define "real" procedures.
9636 (parse_partial_symbols): Likewise.
9637
9638 2003-01-06 Michael Snyder <msnyder@redhat.com>
9639
9640 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
9641
9642 2003-01-06 Andrew Cagney <ac131313@redhat.com>
9643
9644 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
9645 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
9646 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
9647 deprecated_frame_xmalloc_with_cleanup.
9648 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
9649 deprecated_frame_xmalloc.
9650 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
9651 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
9652
9653 2003-01-06 Andrew Cagney <cagney@redhat.com>
9654
9655 * x86-64-linux-tdep.c: Include "osabi.h".
9656 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
9657
9658 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
9659
9660 2003-01-06 Andrew Cagney <cagney@redhat.com>
9661
9662 * MAINTAINERS (Target Instruction Set Architectures): Update
9663 arm-elf. Can be built with -Werror, has been multiarched.
9664
9665 * value.h (unpack_long): Make buffer parameter constant.
9666 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
9667 * scm-lang.h (scm_parse): Ditto.
9668 * defs.h (extract_typed_address, extract_address): Ditto.
9669 (extract_long_unsigned_integer): Ditto.
9670 * inferior.h (unsigned_pointer_to_address): Ditto.
9671 (signed_pointer_to_address): Ditto.
9672 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
9673 * gdbarch.h, gdbarch.c: Regenerate.
9674 * findvar.c (extract_long_unsigned_integer): Update.
9675 (extract_address): Update.
9676 (extract_typed_address): Update.
9677 (unsigned_pointer_to_address): Update.
9678 * values.c (unpack_long): Update.
9679 (unpack_double): Update.
9680 (unpack_pointer): Update.
9681 (unpack_field_as_long): Update.
9682 * d10v-tdep.c (d10v_pointer_to_address): Update.
9683 * avr-tdep.c (avr_pointer_to_address): Update.
9684 * scm-lang.c (scm_unpack): Update.
9685 * findvar.c (signed_pointer_to_address): Update.
9686
9687 2003-01-06 Michal Ludvig <mludvig@suse.cz>
9688
9689 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
9690 since it is in i386-tdep.c.
9691
9692 2003-01-06 J. Brobecker <brobecker@gnat.com>
9693
9694 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
9695 failure introduced in the previous change.
9696
9697 2003-01-05 Michael Chastain <mec@shout.net>
9698
9699 * README: Remove references to deleted remote-*.c files:
9700 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
9701 remote-nrom.c, remote-os9k.c, remote-udi.c.
9702
9703 2003-01-05 Mark Kettenis <kettenis@gnu.org>
9704
9705 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
9706 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
9707 i386_get_longjmp_target.
9708
9709 2003-01-05 Andrew Cagney <ac131313@redhat.com>
9710
9711 * arm-tdep.c (prologue_cache): Change to a pointer.
9712 (_initialize_arm_tdep): Allocate prologue_cache.
9713 (check_prologue_cache): Update.
9714 (save_prologue_cache): Update.
9715 (arm_gdbarch_init): Update.
9716
9717 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9718
9719 * stabsread.c (update_method_name_from_physname): Call complaint()
9720 instead of error.
9721
9722 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9723
9724 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
9725 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
9726 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
9727
9728 * blockframe.c: Include "gdbcmd.h" and "command.h".
9729 (backtrace_below_main): New variable.
9730 (file_frame_chain_valid, func_frame_chain_valid)
9731 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
9732 (generic_func_frame_chain_valid): Remove functions.
9733 (frame_chain_valid, do_flush_frames_sfunc): New functions.
9734 (_initialize_blockframe): New function.
9735 * Makefile.in (blockframe.o): Update dependencies.
9736 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
9737 comment. Call frame_chain_valid ().
9738 * frame.h: Remove old prototypes. Add prototype for
9739 frame_chain_valid and update comments to match.
9740 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
9741 Remove old comment.
9742 * gdbarch.h: Regenerated.
9743 * gdbarch.c: Regenerated.
9744
9745 * alpha-tdep.c (alpha_gdbarch_init): Don't call
9746 set_gdbarch_frame_chain_valid.
9747 * avr-tdep.c (avr_gdbarch_init): Likewise.
9748 * cris-tdep.c (cris_gdbarch_init): Likewise.
9749 * frv-tdep.c (frv_gdbarch_init): Likewise.
9750 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
9751 * i386-tdep.c (i386_svr4_init_abi): Likewise.
9752 (i386_nw_init_abi): Likewise.
9753 (i386_gdbarch_init): Likewise.
9754 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
9755 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
9756 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
9757 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
9758 * mips-tdep.c (mips_gdbarch_init): Likewise.
9759 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
9760 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
9761 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
9762 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
9763 * s390-tdep.c (s390_gdbarch_init): Likewise.
9764 * sh-tdep.c (sh_gdbarch_init): Likewise.
9765 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
9766 * v850-tdep.c (v850_gdbarch_init): Likewise.
9767 * vax-tdep.c (vax_gdbarch_init): Likewise.
9768 * x86-64-tdep.c (x86_64_init_abi): Likewise.
9769
9770 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
9771 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
9772 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
9773 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
9774 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
9775 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
9776 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
9777 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
9778
9779 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
9780
9781 * Makefile.in (acconfig_h): Remove incorrect macro.
9782 (config_h): Define.
9783 (osabi.o): Update dependencies.
9784 * configure.tgt: Set gdb_osabi based on target triplet.
9785 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
9786 * configure: Regenerated.
9787 * config.in: Regenerated.
9788 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
9789 (GDB_OSABI_DEFAULT): Define if not already defined.
9790 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
9791 (set_osabi_string): New variables.
9792 (gdbarch_register_osabi): Add new OS ABI to
9793 gdb_osabi_available_names.
9794 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
9795 (set_osabi, show_osabi): New functions.
9796 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
9797
9798 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9799
9800 * arch-utils.c (gdbarch_info_init): Set osabi to
9801 GDB_OSABI_UNINITIALIZED.
9802 * gdbarch.sh: Add osabi to struct gdbarch and to struct
9803 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
9804 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
9805 * gdbarch.c: Regenerated.
9806 * gdbarch.h: Regenerated.
9807 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
9808 there's no BFD.
9809 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
9810 * osabi.h (enum gdb_osabi): Move to defs.h.
9811 (gdbarch_init_osabi): Update prototype.
9812 * defs.h (enum gdb_osabi): Moved here.
9813 * Makefile.in: Update dependencies.
9814
9815 * alpha-tdep.h: Don't include "osabi.h".
9816 (struct gdbarch_tdep): Remove osabi member.
9817 * alpha-tdep.c: Include "osabi.h".
9818 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9819 iterate over arches. Update call to gdbarch_init_osabi.
9820 (alpha_dump_tdep): Don't dump osabi.
9821 * alpha-linux-tdep.c: Include "osabi.h".
9822 * alpha-osf1-tdep.c: Include "osabi.h".
9823 * alphafbsd-tdep.c: Include "osabi.h".
9824 * alphanbsd-tdep.c: Include "osabi.h".
9825
9826 * arm-tdep.h: Don't include "osabi.h".
9827 (struct gdbarch_tdep): Remove osabi member.
9828 * arm-tdep.c: Include "osabi.h".
9829 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9830 iterate over arches. Update call to gdbarch_init_osabi.
9831 (arm_dump_tdep): Don't dump osabi.
9832 * arm-linux-tdep.c: Include "osabi.h".
9833 * armnbsd-tdep.c: Include "osabi.h".
9834
9835 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
9836 Update call to gdbarch_init_osabi.
9837
9838 * i386-tdep.h: Don't include "osabi.h".
9839 (struct gdbarch_tdep): Remove osabi member.
9840 * i386-tdep.c: Include "osabi.h".
9841 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9842 iterate over arches. Update call to gdbarch_init_osabi.
9843 (i386_dump_tdep): Don't dump osabi.
9844 * i386-linux-tdep.c: Include "osabi.h".
9845 * i386-sol2-tdep.c: Include "osabi.h".
9846 * i386bsd-tdep.c: Include "osabi.h".
9847 * i386gnu-tdep.c: Include "osabi.h".
9848 * i386ly-tdep.c: Include "osabi.h".
9849 * i386nbsd-tdep.c: Include "osabi.h".
9850 * i386obsd-tdep.c: Include "osabi.h".
9851
9852 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
9853 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9854 check osabi when iterating over arches. Update call to
9855 gdbarch_init_osabi.
9856 (mips_dump_tdep): Don't dump osabi.
9857
9858 * ns32k-tdep.h: Don't include "osabi.h".
9859 (struct gdbarch_tdep): Remove.
9860 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
9861 gdbarch_lookup_osabi. Don't iterate over arches. Don't
9862 allocate tdep. Update call to gdbarch_init_osabi.
9863 (ns32k_dump_tdep): Remove.
9864 (_initialize_ns32k_tdep): Update call to gdbarch_register.
9865 * ns32knbsd-tdep.c: Include "osabi.h".
9866
9867 * ppc-tdep.h: Don't include "osabi.h".
9868 (struct gdbarch_tdep): Remove osabi member.
9869 * rs6000-tdep.c: Include "osabi.h".
9870 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
9871 osabi when iterating over arches. Update call to
9872 gdbarch_init_osabi.
9873 (rs6000_dump_tdep): Don't dump osabi.
9874 * ppc-linux-tdep.c: Include "osabi.h".
9875 * ppcnbsd-tdep.c: Include "osabi.h".
9876
9877 * sh-tdep.h: Don't include "osabi.h".
9878 (struct gdbarch_tdep): Remove osabi member.
9879 * sh-tdep.c: Include "osabi.h".
9880 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9881 iterate over arches. Update call to gdbarch_init_osabi.
9882 (sh_dump_tdep): Don't dump osabi.
9883 * shnbsd-tdep.c: Include "osabi.h".
9884
9885 * sparc-tdep.c: Include "osabi.h".
9886 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9887 iterate over arches. Update call to gdbarch_init_osabi.
9888 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
9889 tdep structure.
9890
9891 * vax-tdep.h: Don't include "osabi.h".
9892 (struct gdbarch_tdep): Remove.
9893 * vax-tdep.c: Include "osabi.h".
9894 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9895 iterate over arches. Don't allocate tdep. Update call
9896 to gdbarch_init_osabi.
9897 (vax_dump_tdep): Remove.
9898 (_initialize_vax_tdep): Update call to gdbarch_register.
9899
9900 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9901
9902 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
9903 entirely.
9904 (breakpoint_re_set_one): Don't fetch the value for a disabled
9905 watchpoint.
9906
9907 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9908
9909 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
9910 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
9911 (COERCE_FLOAT_TO_DOUBLE): Remove.
9912 * gdbarch.c: Regenerate.
9913 * gdbarch.h: Regenerate.
9914 * Makefile.in: Remove value_h from gdbarch_h.
9915 * valops.c (coerce_float_to_double): New variable.
9916 (default_coerce_float_to_double): Remove.
9917 (standard_coerce_float_to_double): Remove.
9918 (value_arg_coerce): Use coerce_float_to_double.
9919 (_initialize_valops): Add "set coerce-float-to-double".
9920 * value.h (default_coerce_float_to_double): Remove prototype.
9921 (standard_coerce_float_to_double): Remove prototype.
9922
9923 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
9924 prototyped.
9925 * mdebugread.c (parse_symbol): Likewise.
9926 * stabsread.c (define_symbol): Mark all functions as prototyped.
9927
9928 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
9929 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
9930 set_gdbarch_coerce_float_to_double.
9931 * arm-tdep.c (arm_gdbarch_init): Likewise.
9932 * frv-tdep.c (frv_gdbarch_init): Likewise.
9933 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
9934 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
9935 * mips-tdep.c (mips_gdbarch_init): Likewise.
9936 (mips_coerce_float_to_double): Remove.
9937 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
9938 (rs6000_coerce_float_to_double): Remove.
9939 * s390-tdep.c (s390_gdbarch_init): Likewise.
9940 * sh-tdep.c (sh_gdbarch_init): Likewise.
9941 (sh_coerce_float_to_double): Remove.
9942 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
9943 (sparc_coerce_float_to_double): Remove.
9944 * v850-tdep.c (v850_gdbarch_init): Likewise.
9945 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
9946 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9947 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
9948 (hppa_coerce_float_to_double): Remove prototype.
9949 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9950
9951 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9952
9953 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
9954
9955 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9956
9957 Suggested by Stewart Brown <sb24@avaya.com>:
9958 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
9959 in recursive calls. Handle TYPE_CODE_TYPEDEF.
9960 (c_type_print_varspec_suffix): Likewise.
9961
9962 2003-01-04 Mark Kettenis <kettenis@gnu.org>
9963
9964 * configure.in: Don't set and AC_SUBST SUBDIRS.
9965 * configure: Regenerated.
9966
9967 * configure.in: Remove code dealing with shared libraries.
9968 * Makefile.in: Remove HLDFLAGS and HLDENV.
9969 * configure: Regenerated.
9970
9971 2003-01-04 Andrew Cagney <ac131313@redhat.com>
9972
9973 * frame.c (deprecated_frame_xmalloc): New function.
9974 (deprecated_set_frame_saved_regs_hack): New function.
9975 (deprecated_set_frame_extra_info_hack): New function.
9976 * frame.h (deprecated_frame_xmalloc): Declare.
9977 (deprecated_set_frame_saved_regs_hack): Declare.
9978 (deprecated_set_frame_extra_info_hack): Declare.
9979
9980 2003-01-04 Mark Kettenis <kettenis@gnu.org>
9981
9982 * configure.in: Move code that provides the --enable-gdbtk option
9983 right after the code that handles the --enable-tui option, and
9984 polish it somewhat.
9985 * configure: Regenerated.
9986
9987 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
9988 AC_CHECK_FUNCS and remove the old check for pread64.
9989 * acinclude.m4 (AC_GNU_SOURCE): New macro.
9990 * acconfig.h (_GNU_SOURCE): Add.
9991 (HAVE_PREAD64): Remove.
9992 * configure, aclocal.m4, config.in: Regenerated.
9993
9994 2003-01-03 Andrew Cagney <ac131313@redhat.com>
9995
9996 * alpha-tdep.c: Use get_frame_saved_regs.
9997 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9998 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
9999 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
10000 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
10001 * vax-tdep.c, xstormy16-tdep.c: Ditto.
10002
10003 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10004
10005 * configure.in: Remove all use of the SUBDIRS variable; add
10006 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
10007 code providing the --enable-multi-ice option, and move it right in
10008 front of the code that checks whether gdbserver is supported.
10009 Polish that too.
10010 * configure: Regenerated.
10011 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
10012 @SUBDIRS@.
10013
10014 2003-01-03 Andrew Cagney <cagney@redhat.com>
10015
10016 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
10017 * avr-tdep.c, cris-tdep.c: Ditto.
10018 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
10019 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
10020
10021 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10022
10023 * configure.in: Remove --enable-netrom option.
10024 * configure: Regenerated.
10025
10026 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10027
10028 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
10029 declaration for `struct re_pattern_buffer' instead.
10030 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
10031
10032 2003-01-03 J. Brobecker <brobecker@gnat.com>
10033
10034 * mdebugread.c (parse_symbol): Count until the stEnd matching
10035 the structure name.
10036
10037 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10038
10039 * configure.in: Remove --with-cpu option.
10040 subscripts. Remove evil changequotes here.
10041 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
10042 * config.in, configure: Regenerated.
10043
10044 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
10045 * configure.in: Cleanup section that sources GDB and BFD configure
10046 subscripts. Remove evil changequotes here.
10047 * config.in, configure: Regenerated.
10048
10049 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10050
10051 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
10052 frame accessor methods.
10053 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10054 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
10055 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
10056 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
10057 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
10058 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
10059 * z8k-tdep.c: Ditto.
10060
10061 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10062
10063 * configure.in: Remove UI_OUT configuration code.
10064 * ada-lang.c: Update assuming UI_OUT is always true.
10065 * Makefile.in (UIOUT_CFLAGS): Remove.
10066 * configure: Regenerated.
10067 * TODO: Remove blurb about elimination of -DUI_OUT.
10068
10069 * configure.in: Move code that provides the --enable-gdbcli,
10070 --enable-gdbmi options right before the code that handles the
10071 --enable-tui option. Polish a bit.
10072 * configure: Regenerated.
10073
10074 * configure.in: Rewrite check for GNU regex and the
10075 --without-included regex option, and move it into the "Checks for
10076 library functions" section. This makes us use the system regex
10077 again by default on systems with version 2 of the GNU C library.
10078 This was apparently broken.
10079 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
10080 * acconfig.h (USE_INCLUDED_REGEX): Remove.
10081 * config.in, configure: Regenerated.
10082
10083 * configure.in: Move code that provides the --enable-tui option
10084 before the "Checks for libraries" section. Polish the code
10085 somewhat and set need_curses to yes if we build the TUI. Rewrite
10086 code that looks for a library providing termcap functionality to
10087 match more closely what's done in the Readline library, and move
10088 it into to the "Checks for libraries" section.
10089 * configure: Regenerated.
10090 * Makefile.in (TERMCAP): Remove variable.
10091 * config/i386/go32.mh (TERMCAP): Remove variable.
10092
10093 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10094
10095 * MAINTAINERS: Mention gdb_mbuild.sh.
10096 * gdb_mbuild.sh: Rewrite.
10097
10098 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10099
10100 * configure.in: Fix typo in last change.
10101 * config.in, configure: Regenerated.
10102
10103 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10104
10105 * valarith.c (value_binop): Delete obsolete code and comments.
10106 * configure.host: Ditto.
10107 * buildsym.h (make_blockvector): Ditto.
10108 * buildsym.c (make_blockvector): Ditto.
10109 * defs.h (enum language): Ditto.
10110 (chill_demangle): Ditto.
10111 * elfread.c (elf_symtab_read): Ditto.
10112 * dwarfread.c (CHILL_PRODUCER): Ditto.
10113 (set_cu_language): Ditto.
10114 (handle_producer): Ditto.
10115 * expprint.c (print_subexp): Ditto.
10116 * gdbtypes.c (chill_varying_type): Ditto.
10117 * gdbtypes.h (builtin_type_chill_bool): Ditto.
10118 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
10119 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
10120 (chill_varying_type): Ditto.
10121 * language.h (_LANG_chill): Ditto.
10122 * language.c (binop_result_type, integral_type): Ditto.
10123 (character_type, string_type, structured_type): Ditto.
10124 (lang_bool_type, binop_type_check): Ditto.
10125 * stabsread.h (os9k_stabs): Ditto.
10126 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
10127 (define_symbol, read_type, read_struct_fields): Ditto.
10128 (read_array_type, read_enum_type, read_huge_number): Ditto.
10129 (read_range_type, start_stabs): Ditto.
10130 * symfile.c (init_filename_language_table): Ditto.
10131 (add_psymbol_with_dem_name_to_list): Ditto.
10132 * symtab.c (symbol_init_language_specific): Ditto.
10133 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
10134 * symtab.h (struct general_symbol_info): Ditto.
10135 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
10136 * typeprint.c (typedef_print): Ditto.
10137 * utils.c (fprintf_symbol_filtered): Ditto.
10138 * valops.c (value_cast, search_struct_field, value_slice): Delete
10139 obsolete code.
10140 (varying_to_slice): Delete function.
10141 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
10142 (varying_to_slice): Delete declaration.
10143 * MAINTAINERS: Update.
10144
10145 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10146
10147 * configure.in: Reorganize "Checks for library functions section"
10148 a bit. Remove check for `btowc' and `isascii' functions.
10149 * configure: Regenerated.
10150
10151 * acconfig.h (_MSE_INT_H): Remove.
10152 * configure.in: Create "Checks for header files" section, and move
10153 appropriate tests there. Don't check for objlist.h, wchar.h,
10154 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
10155 misdetection fix. Also add "Checks for types", "Checks for
10156 compiler characteristics" and "Checks for library functions"
10157 sections.
10158 * config.in, configure: Regenerated.
10159
10160 * configure.in: Create "Checks for programs" section, and move
10161 appropriate tests there.
10162
10163 2003-01-01 Mark Kettenis <kettenis@gnu.org>
10164
10165 * configure.in: Create "Checks for libraries" section, and move
10166 appropriate tests there. Cleanup check for wctype in libw. Use
10167 AC_SEARCH_LIBS to see whether we need libsocket.
10168 * configure: Regenerated.
10169
10170 For older changes see ChangeLog-2002
10171 \f
10172 Local Variables:
10173 mode: change-log
10174 left-margin: 8
10175 fill-column: 74
10176 version-control: never
10177 End:
This page took 0.252509 seconds and 4 git commands to generate.