2003-04-25 Alan Modra <amodra@bigpond.net.au>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
4e45ca2e
AF
12003-04-24 Adam Fedor <fedor@gnu.org>
2
3 * objc-lang.c: Include "valprint.h"
4 * Makefile.in (objc-lang.o): Update dependencies.
5
93de3e7f
AF
62003-04-24 Adam Fedor <fedor@gnu.org>
7
8 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
9 architecture dependant compilation and mark as unimplemented
10 (until they get put in the gdbarch vector).
11
0f20eeea
DC
122003-04-23 David Carlton <carlton@bactrian.org>
13
14 * cp-support.c (cp_find_first_component): Accept 'operator' in
15 more locations.
16
74cfe982
AC
172003-04-23 Andrew Cagney <cagney@redhat.com>
18
19 * infcall.c (call_function_by_hand): Eliminate redundant
20 indentation. Move "saved_async" and "old_cleanups" to where they
21 are needed.
22
52557533
AC
232003-04-23 Andrew Cagney <cagney@redhat.com>
24
25 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
26 and "buffer". Move the "name" code to where it is needed.
27
158775de
AC
282003-04-23 Andrew Cagney <cagney@redhat.com>
29
30 * infcall.c (call_function_by_hand): Move variables "start_sp",
31 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
32 code to ON_STACK switch branch.
33
ebc7896c
AC
342003-04-23 Andrew Cagney <cagney@redhat.com>
35
36 * infcall.c (call_function_by_hand): Make declaration of "i",
37 "sal", "bpt" and "old_sp" more local to their use. Delete #if
38 lint.
39
d727590f
AC
402003-04-23 Andrew Cagney <cagney@redhat.com>
41
42 * infcall.c (call_function_by_hand): Delete variable
43 "n_method_args". Localize "param_type"'s declaration to the loop
44 that it is used. Reinstate code assigning to said variable -
45 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
46 Rationalize code using "param_type".
47
d585e13a
AC
482003-04-22 Andrew Cagney <cagney@redhat.com>
49
50 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
51 compute the breakpoint address. Only call FIX_CALL_DUMMY when
52 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
53 to DEPRECATED_PUSH_RETURN_ADDRESS.
54
051caad9
KB
552003-04-22 Kevin Buettner <kevinb@redhat.com>
56
57 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
58 on the DWARF2 register number prior to fetching a register.
59
77296879
JB
602003-04-22 J. Brobecker <brobecker@gnat.com>
61
62 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
63 Update all the tests using SOFT_FLOAT considering the fact that
64 this macro was always set to 0.
65 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
66 considering the fact that this macro was always set to 0.
67 * hppa-tdep.h (hppa_store_return_value): Likewise.
68 (hppa_extract_return_value): Likewise.
69
4252f1df
JB
702003-04-22 J. Brobecker <brobecker@gnat.com>
71
72 * config/pa/tm-hppa.h: Remove obsolete code, was used by
73 the hppa-pro target only.
74
14604c6b
JB
752003-04-21 J. Brobecker <brobecker@gnat.com>
76
77 Ongoing multi-arch conversion effort for HP/UX:
78 * config/pa/tm-hppa.h: Move all macro that are no longer
79 defined now that GDB_MULTI_ARCH is now set to 1 from here...
80 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
81
77eb01d1
JB
822003-04-21 J. Brobecker <brobecker@gnat.com>
83
84 * config/pa/tm-hppa.h: Obsolete a section that was only used
85 for hppa-pro.
86
61995b3b
JB
872003-04-21 J. Brobecker <brobecker@gnat.com>
88
89 Ongoing multi-arch conversion for HP/UX.
90 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
91 if already defined (allows hppa64 to stay non-multiarched for now).
92 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
93
4aa79dcc
AC
942003-04-21 Andrew Cagney <cagney@redhat.com>
95
96 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
97
0f751ff2
AC
982003-04-21 Andrew Cagney <cagney@redhat.com>
99
100 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
101 "i386_num_mmx_regs".
102
04714b91
AC
1032003-04-21 Andrew Cagney <cagney@redhat.com>
104
105 * infcall.c: New file.
106 * infcall.h: New file.
107 * valarith.c: Include "infcall.h".
108 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
109 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
110 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
111 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
112 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
113 (SFILES): Add "infcall.c"
114 (COMMON_OBS): Add "infcall.o".
115 (infcall.o): Specify dependencies.
116 * value.h (call_function_by_hand): Delete declaration.
117 * inferior.h (run_stack_dummy): Delete declaration.
118 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
119 (run_stack_dummy): Move to "infcall.c", merged into
120 call_function_by_hand.
121 * valops.c (call_function_by_hand): Moved to "infcall.c".
122 (find_function_addr, value_arg_coerce): Ditto.
123 (unwindonsignal_p, coerce_float_to_double): Ditto.
124 (_initialize_valops): Move "set/show coerce-float-to-double", and
125 "set/show unwindonsignal" commands to "infcall.c".
126 * v850-tdep.c, target.h: Update comments.
127 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
128 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
129 (sh64_init_extra_frame_info): Update comments.
130 * mn10300-tdep.c: Update comments.
131 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
132 * config/sparc/tm-sparc.h: Update comments.
133 * breakpoint.h: Update comments.
134 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
135 * arm-tdep.c: Update comment.
136
f9d3c2a8
MK
1372003-04-19 Mark Kettenis <kettenis@gnu.org>
138
c40e1eab
MK
139 * i386-tdep.c (i386_num_register_names): New variable.
140 (i386_num_mmx_regs): Renamed from mmx_num_regs.
141 (MM0_REGNUM): Remove redundant parentheses in define.
142 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
143 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
144 i386_mxcsr_regnum_p): Remove redundant parentheses.
145 (i386_register_name): Use i386_num_register_names.
146
94ea66b3
MK
147 * i386-tdep.c (i386_extract_return_value,
148 i386_store_return_value): Correct check for availability of
149 floating-point registers.
150
54299a1d
MK
151 * i386-tdep.c (i386_frame_num_args): Remove function.
152 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
153
c86c27af
MK
154 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
155 mmx_regnum_to_fp_regnum. Adjust all callers.
156
f9d3c2a8
MK
157 * i386-tdep.c (i386_get_longjmp_target): Use
158 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
159 and TARGET_CHAR_BIT. Use extract_typed_address instead of
160 extract_address.
161
94ba74a9
MK
1622003-04-19 Mark Kettenis <kettenis@gnu.org>
163
164 * core-regset.c: Update comments to reflect reality. Re-order
165 includes.
166 (fetch_core_registers): Use switch instead of if. Remove
167 redundant prototype.
168
4074e13c
JB
1692003-04-18 Jim Blandy <jimb@redhat.com>
170
171 * s390-tdep.c (s390_frame_align): New function.
172 (s390_gdbarch_init): Register it with the gdbarch object.
173
e3ab4aba
RH
1742003-04-17 Richard Henderson <rth@redhat.com>
175
176 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
177
627bf7c1
EZ
1782003-04-17 Michael Snyder <msnyder@redhat.com>
179 Karen Bennet <bennet@redhat.com>
180
181 Committed by Elena Zannoni <ezannoni@redhat.com>
182 * gdb_gcore.sh: New script to create a core dump of a process.
183
514621a9
EZ
1842003-04-17 Elena Zannoni <ezannoni@redhat.com>
185
186 * values.c (value_being_returned): Don't fetch the return
187 value if the return type is void.
188
b4acd559
JJ
1892003-04-17 Jeff Johnston <jjohnstn@redhat.com>
190
191 * thread-db.c: Reindented.
192
530b167e
JJ
1932003-04-17 Jeff Johnston <jjohnstn@redhat.com>
194
195 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
196 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
197 as types.
198
ab9fe00e
KB
1992003-04-16 Kevin Buettner <kevinb@redhat.com>
200
610a3745 201 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
ab9fe00e
KB
202 the size of ``long double'' to 16, instead of 8.
203
e64a344c
MK
2042003-04-16 Mark Kettenis <kettenis@gnu.org>
205
206 * i386-linux-nat.c: Add some whitespace to make things more
207 readable.
208 (fetch_register, store_register, fetch_inferior_registers,
209 store_inferior_registers): Get rid of assignment in if-statement.
210 (store_register): Fix typo in error message.
211
25d41031
AC
2122003-04-16 Andrew Cagney <cagney@redhat.com>
213
214 * utils.c (xmmalloc): Always allocate something, matches
215 libiberty/xmalloc's semantics.
216 (xmrealloc, xmcalloc): Ditto.
217
c50901fd
AC
2182003-04-16 Andrew Cagney <cagney@redhat.com>
219
220 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
221 update comments.
222 (get_frame_type): Initialize unwind and type when needed.
223 (get_frame_id, frame_register_unwind): Ditto.
224
f81824a9
AC
2252003-04-16 Andrew Cagney <cagney@redhat.com>
226
227 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
228 obsolete.
229 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
230 * sparcl-stub.c: Obsolete file.
231 * config/sparc/tm-sparclet.h: Obsolete file.
232 * sparclet-stub.c: Obsolete file.
233 * sparclet-rom.c: Obsolete file.
234 * sparcl-tdep.c: Obsolete file.
235 * config/sparc/tm-sparclite.h: Obsolete file.
236 * config/sparc/sparclite.mt: Obsolete file.
237 * config/sparc/sparclet.mt: Obsolete file.
238 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
239 sparc86x-*-* obsolete.
240
9219021c
DC
2412003-04-15 David Carlton <carlton@math.stanford.edu>
242
243 * Makefile.in (SFILES): Add cp-namespace.c.
244 (COMMON_OBS): Add cp-namespace.o.
245 (block.o): Depend on gdb_obstack_h and cp_support_h.
246 (buildsym.o): Depend on cp_support_h.
247 (cp-namespace.o): New.
248 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
249 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
250 (dwarf2read.o): Depend on cp_support_h.
251 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
252 * dwarf2read.c (process_die): Set processing_has_namespace_info,
253 processing_current_namespace.
254 (read_namespace): Update processing_current_namespace; check for
255 anonymous namespaces.
256 (dwarf2_name): New function.
257 (dwarf2_extension): Ditto.
258 * cp-support.h: Update copyright, contributors.
259 Add inclusion guards.
260 Add opaque declaration for structs obstack, block, symbol.
261 (struct using_direct): New struct.
262 Add declarations for cp_find_first_component,
263 cp_entire_prefix_len, processing_has_namespace_info,
264 processing_current_namespace, cp_is_anonymous,
265 cp_add_using_directive, cp_initialize_namespace,
266 cp_finalize_namespace, cp_set_block_scope,
267 cp_scan_for_anonymous_namespaces.
268 * cp-namespace.c: New file.
269 * cp-support.c: Update copyright.
270 Include ctype.h, gdb_assert.h, gdbcmd.h.
271 New variable maint_cplus_cmd_list.
272 (cp_find_first_component): New function.
273 (cp_entire_prefix_len, maint_cplus_command)
274 (first_component_command, _initialize_cp_support): Ditto.
275 * buildsym.c: Include cp-support.h.
276 New variable using_list.
277 (add_symbol_to_list): Check for anonymous namespaces.
278 (finish_block): Set block's scope.
279 (start_symtab): Initialize C++ namespace support.
280 (end_symtab): Finalize C++ namespace support.
281 * block.h: Add opaque declarations for structs
282 block_namespace_info, using_direct, and obstack.
283 Add declarations for block_set_scope and block_set_using.
284 (struct block): Add 'language_specific' member.
285 (BLOCK_NAMESPACE): New macro.
286 * block.c: Include gdb_obstack.h and cp-support.h.
287 (struct block_namespace_info): New struct.
288 (block_set_scope): New function.
289 (block_set_using, block_initialize_namespace): Ditto.
290
d5a921c9
KB
2912003-04-14 Kevin Buettner <kevinb@redhat.com>
292
293 * solib-svr4.c (svr4_have_link_map_offsets): New function.
294 (locate_base): Return early if there aren't any link map offsets.
295 (svr4_solib_create_inferior_hook): Warn if shared library support
296 is unavailable.
297
d2a52b27
DC
2982003-04-14 David Carlton <carlton@math.stanford.edu>
299
300 * symtab.c (symbol_set_names): Add prefix when storing Java names
301 in hash table. Fix for PR java/1039.
302
980cae7a
DC
3032003-04-14 David Carlton <carlton@math.stanford.edu>
304
305 * symtab.c (symbol_set_names): Rename 'name' arg to
306 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
307 * symtab.h: Change 'name' argument in declaration of
308 symbol_set_names to 'linkage_name'.
309 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
310
e227b13c
AC
3112003-04-14 Andrew Cagney <cagney@redhat.com>
312
313 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
314 return the fully sign-extended register value.
315 (get_frame_pointer): Ditto.
316 (mips_pop_frame): Initialize "proc_desc" after checking for a
317 dummy frame.
318
36712a20
AC
3192003-04-14 Andrew Cagney <cagney@redhat.com>
320
321 * mips-tdep.c (mips_push_dummy_frame): Delete function.
322 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
323 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
324 (mips_push_register): Delete function.
325 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
326 PUSH_FP_REGNUM.
327
44ea7b70
JB
3282003-04-14 Jim Blandy <jimb@redhat.com>
329
330 * symmisc.c: #include "gdb_regex.h".
331 (maintenance_list_symtabs, maintenance_list_psymtabs): New
332 functions.
333 * maint.c (maintenance_list_command): New function.
334 (_initialize_maint_cmds): Register the above as commands.
335 * symtab.h (maintenance_list_symtabs,
336 maintenance_list_psymtabs): New declarations.
337 * cli/cli-cmds.c (maintenancelistlist): New variable.
338 (init_cmd_lists): Initialize it.
339 * cli/cli-cmds.h (maintenancelistlist): New declaration.
340 * gdbcmd.h (maintenancelistlist): New declaration.
341 * Makefile.in (symmisc.o): Update dependencies.
342
2d0c7962
EZ
3432003-04-14 Elena Zannoni <ezannoni@redhat.com>
344
345 * s390-nat.c: Include asm/types.h for addr_t.
346
1947a811
CV
3472003-04-14 Corinna Vinschen <vinschen@redhat.com>
348
349 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
350 actually incoming type.
351
adb616d7
AC
3522003-04-13 Andrew Cagney <cagney@redhat.com>
353
354 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
355 get_next_frame and get_frame_saved_regs.
356
9b5e151c
AC
3572003-04-13 Andrew Cagney <cagney@redhat.com>
358
359 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
360 of gdbarch_num_regs.
361
ef6e7e13
AC
3622003-04-13 Andrew Cagney <cagney@redhat.com>
363
364 * frame.h: Mention what replaced what in "struct frame_info".
365 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
366 deprecated_update_frame_base_hack and
367 deprecated_update_frame_pc_hack.
368 * hppa-tdep.c: Ditto.
369
61fbb938
DJ
3702003-04-13 Daniel Jacobowitz <drow@mvista.com>
371
372 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
373 to read_reg and update its comment. Remove regnum member.
374 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
375 Don't call read_reg when setting in_reg. Call read_reg to get
376 the frame base if it's in a register. Return the register number
377 on the stack instead of in the context. Remove extra arguments
378 to read_reg.
379 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
380 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
381 the register number on the expression stack.
382 (needs_frame_read_reg): Remove extra arguments.
383
0d53c4c4
DJ
3842003-04-13 Daniel Jacobowitz <drow@mvista.com>
385
386 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
387 made non-static.
388 (execute_stack_op): All callers updated.
389 * dwarf2expr.h: Add prototype for dwarf2_read_address.
390 * dwarf2loc.c (find_location_expression): New function.
391 (dwarf_expr_frame_base): Call it.
392 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
393 (dwarf2_tracepoint_var_ref): New function, broken out from
394 locexpr_tracepoint_var_ref.
395 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
396 Make static.
397 (loclist_read_variable, loclist_read_needs_frame): New functions.
398 (loclist_describe_location, loclist_tracepoint_var_ref): New
399 functions.
400 (dwarf2_loclist_funcs): New struct location_funcs.
401 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
402 (struct dwarf2_locexpr_baton): Add comments.
403 (dwarf2_loclist_funcs): New extern.
404 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
405 base_address and base_known.
406 (dwarf_loc_buffer): New variable.
407 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
408 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
409 (dwarf2_has_info): Initialize dwarf_loc_offset.
410 (dwarf2_build_psymtabs): Read in .debug_loc.
411 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
412 DWARF_LOC_SIZE.
413 (psymtab_to_symtab_1): Likewise. Move base address calculation
414 here, from...
415 (dwarf2_get_pc_bounds): ... here. Use the base address from
416 cu_header.
417 (dwarf2_symbol_mark_computed): Handle location lists.
418
6aca59a3
DJ
4192003-04-13 Daniel Jacobowitz <drow@mvista.com>
420
421 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
422 if the linkage name demangled successfully.
423
aca1fcd0
MK
4242003-04-13 Mark Kettenis <kettenis@gnu.org>
425
97095916
MK
426 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
427 disassmbly_flavour): Removed.
428
aca1fcd0
MK
429 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
430
562a961f
MK
4312003-04-13 Mark Kettenis <kettenis@gnu.org>
432
433 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
434
bd013d54
AC
4352003-04-12 Andrew Cagney <cagney@redhat.com>
436
437 * frame.h (struct frame_info): Move definition from here ...
438 * frame.c (struct frame_info): ... to here.
439
167ef8b1
AC
4402003-04-12 Andrew Cagney <cagney@redhat.com>
441
442 * gdbthread.h (save_infrun_state): Delete parameter
443 "prev_func_start".
444 (struct thread_info): Delete field "prev_func_start".
445 (load_infrun_state): Ditto.
446 * thread.c (load_infrun_state, save_infrun_state): Update.
447 * infrun.c (prev_func_start): Delete variable.
448 (context_switch, init_wait_for_inferior): Update.
449 (stop_stepping, keep_going): Update.
450
da3331ec
AC
4512003-04-12 Andrew Cagney <cagney@redhat.com>
452
453 * gdbarch.sh: Add missing opaque declarations.
454 * gdbarch.h: Regnerate.
455 * symtab.h: Add missing opaque declarations.
456 * value.h, target.h, symfile.h, stabsread.h: Ditto.
457 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
458 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
459 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
460 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
461 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
462 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
463 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
464 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
465 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
466 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
467 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
468 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
469
18adea3f
AC
4702003-04-11 Andrew Cagney <cagney@redhat.com>
471
472 * frame.c (get_frame_id): Return this frame's "id".
473 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
474 function start.
475 (legacy_saved_regs_this_id): Replace function body with
476 internal-error.
477 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
478 FRAME_OBSTACK_ZALLOC.
479 (create_new_frame): Mark the frame ID as valid.
480
2252e863
AO
4812003-04-11 Alexandre Oliva <aoliva@redhat.com>
482
483 * Makefile.in (libbfd_h): Added missing setting.
484 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
485 according to the selected ABI.
486
a8245ab8
JJ
4872003-04-11 Jeff Johnston <jjohnstn@redhat.com>
488
489 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
490
6913c89a
AC
4912003-04-11 Andrew Cagney <cagney@redhat.com>
492
493 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
494 SAVED_PC_AFTER_CALL.
495 * gdbarch.h, gdbarch.c: Regenerate.
496 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
497 * x86-64-tdep.c (x86_64_init_abi): Update.
498 * vax-tdep.c (vax_gdbarch_init): Update.
499 * v850-tdep.c (v850_gdbarch_init): Update.
500 * sparc-tdep.c (sparc_gdbarch_init): Update.
501 * sh-tdep.c (sh_gdbarch_init): Update.
502 * s390-tdep.c (s390_gdbarch_init): Update.
503 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
504 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
505 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
506 * mips-tdep.c (mips_gdbarch_init): Update.
507 * mcore-tdep.c (mcore_gdbarch_init): Update.
508 * m68k-tdep.c (m68k_gdbarch_init): Update.
509 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
510 * ia64-tdep.c (ia64_gdbarch_init): Update.
511 (ia64_saved_pc_after_call): Update declaration.
512 * i386ly-tdep.c (i386lynx_init_abi): Update.
513 * i386-tdep.c (i386_gdbarch_init): Update.
514 * hppa-tdep.c (hppa_gdbarch_init): Update.
515 * h8300-tdep.c (h8300_gdbarch_init): Update.
516 * frv-tdep.c (frv_gdbarch_init): Update.
517 * cris-tdep.c (cris_gdbarch_init): Update.
518 * avr-tdep.c (avr_gdbarch_init): Update.
519 * arm-tdep.c (arm_gdbarch_init): Update.
520 * alpha-tdep.c (alpha_gdbarch_init): Update.
521 * ns32knbsd-nat.c (frame_num_args): Update.
522 * ns32k-tdep.c (umax_frame_num_args): Update.
523 * mips-tdep.c (mips_init_frame_pc_first): Update.
524 * infrun.c (step_over_function): Update.
525 * i386-linux-tdep.c (skip_hurd_resolver): Update.
526 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
527 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
528 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
529 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
530 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
531 * arm-linux-tdep.c (skip_hurd_resolver): Update.
532 * arch-utils.c (init_frame_pc_default): Update.
533 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
534 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
535 declaration.
536
38edeab8
AC
5372003-04-11 Andrew Cagney <cagney@redhat.com>
538
539 * i387-tdep.c: Update copyright.
540 (i387_to_double): Delete function.
541 (double_to_i387): Delete function.
542
81f8a206
AC
5432003-04-10 Andrew Cagney <cagney@redhat.com>
544
545 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
546 frame's function's address. Simplify.
547 (d10v_frame_unwind_cache): Check that the frame's function is
548 non-zero.
549
6e691f7a
JB
5502003-04-10 Jim Blandy <jimb@redhat.com>
551
552 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
553 call to set_gdbarch_deprecated_push_arguments.
554
7f78e237
AC
5552003-04-10 Andrew Cagney <cagney@redhat.com>
556
557 * frame.c (fprint_frame_id): New function.
558 (fprint_frame_type, fprint_frame): New function.
559 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
560 (create_sentinel_frame, get_frame_id): Ditto.
561 (frame_id_p, frame_id_eq): Ditto.
562 (frame_id_inner, create_new_frame): Ditto.
563 (legacy_get_prev_frame, get_prev_frame): Ditto.
564 (deprecated_update_frame_pc_hack): Ditto.
565 (frame_register_unwind): Ditto.
566 (deprecated_update_frame_base_hack): Ditto.
567
f870b49b
CV
5682003-04-10 Corinna Vinschen <vinschen@redhat.com>
569
570 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
571 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
572 frame_chain function.
573 * Makefile.in: Add dependencies due to above change.
574
7c86889b
CV
5752003-04-10 Corinna Vinschen <vinschen@redhat.com>
576
577 * blockframe.c (legacy_frame_chain_valid): Move call to
578 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
579 inside_entry_file.
580
d0a55772
AC
5812003-04-09 Andrew Cagney <cagney@redhat.com>
582
583 * frame.h (struct frame_id): Replace "pc" and "base" with
584 "stack_addr" and "code_addr". Update comments.
585 (frame_id_build): Update parameter names and comment.
586 (struct frame_info): Replace "id_p" and "id" with "this_id".
587 * dummy-frame.c (dummy_frame_this_id): Update.
588 * breakpoint.c (print_one_breakpoint): Update.
589 * frame.c (get_frame_id): Update.
590 (get_frame_base, frame_id_build): Update.
591 (create_sentinel_frame, legacy_get_prev_frame): Update.
592 (deprecated_update_frame_base_hack): Update.
593 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
594 (frame_id_inner): Ditto.
595
ac16bf07
AC
5962003-04-09 Andrew Cagney <cagney@redhat.com>
597
598 * defs.h (gdb_print_host_address): Make "addr" parameter a
599 pointer constant.
600 * utils.c (gdb_print_host_address): Update.
601
366cfc9e
KB
6022003-04-09 Kevin Buettner <kevinb@redhat.com>
603
604 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
605 register number for R0 is 0.
606
cd983b5c
JB
6072003-04-09 J. Brobecker <brobecker@gnat.com>
608
609 * frame.h (struct gdbarch): Add opaque structure definition
610 to avoid a compilation warning on LynxOS 4.0.
611
d1340264
AC
6122003-04-09 Andrew Cagney <cagney@redhat.com>
613
614 * frame.h (struct frame_info): Delete field "pc". Replace
615 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
616 structure.
617 * frame.c (frame_pc_unwind): Update.
618 (create_sentinel_frame): Do not set "pc".
619 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
620 (get_frame_pc): Call frame_pc_unwind.
621 (deprecated_update_frame_pc_hack): Update.
622 (create_new_frame): Use "pc" not "->pc".
623
90a6fffb
AC
6242003-04-09 Andrew Cagney <cagney@redhat.com>
625
626 * frame.c (get_frame_id): Eliminate code updating "frame".
627 (legacy_get_prev_frame): Ditto.
628 (get_frame_base): Return id.base directly.
629 (deprecated_update_frame_base_hack): Update "id.base".
630 * frame.h (struct frame_info): Delete field "frame".
631
2fbce691
AC
6322003-04-09 Andrew Cagney <cagney@redhat.com>
633
634 * NEWS: Mention that the "Sequent family" is obsolete.
635 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
636 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
637 * configure.host: Obsolete i[3456]86-sequent-bsd*,
638 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
639 * config/i386/tm-ptx4.h: Obsolete file.
640 * config/i386/tm-ptx.h: Obsolete file.
641 * symm-tdep.c: Obsolete file.
642 * config/i386/symmetry.mt: Obsolete file.
643 * config/i386/tm-symmetry.h: Obsolete file.
644 * symm-nat.c: Obsolete file.
645 * config/i386/nm-symmetry.h: Obsolete file.
646 * config/i386/xm-symmetry.h: Obsolete file.
647 * config/i386/symmetry.mh: Obsolete file.
648 * config/i386/nm-ptx4.h: Obsolete file.
649 * config/i386/ptx4.mh: Obsolete file.
650 * config/i386/ptx.mt: Obsolete file.
651 * config/i386/ptx.mh: Obsolete file.
652 * config/i386/xm-ptx4.h: Obsolete file.
653 * config/i386/xm-ptx.h: Obsolete file.
654
78c43945
AC
6552003-04-09 Andrew Cagney <cagney@redhat.com>
656
657 Obsolete mips*-*-mach3*.
658 * NEWS: Mention that mips*-*-mach3* is obsolete.
659 * m3-nat.c: Obsolete file.
660 * config/nm-m3.h: Obsolete file.
661 * config/mips/tm-mipsm3.h: Obsolete file.
662 * config/mips/mipsm3.mt: Obsolete file.
663 * config/mips/mipsm3.mh: Obsolete file.
664 * config/mips/xm-mipsm3.h: Obsolete file.
665 * mipsm3-nat.c: Obsolete file.
666 * configure.host: Obsolete mips-dec-mach3*.
667 * configure.tgt: Obsolete mips*-*-mach3*.
668
f1908289
AC
6692003-04-09 Andrew Cagney <cagney@redhat.com>
670
671 * doublest.h: Update copyright.
672 (deprecated_store_floating, deprecated_extract_floating): Rename
673 store_floating and extract_floating. Update comments.
674 * doublest.c: Update copyright.
675 (extract_floating_by_length): Replace extract_floating.
676 (store_floating_by_length): Replace store_floating.
677 (deprecated_extract_floating): New function.
678 (deprecated_store_floating): New function.
679 (extract_typed_floating): Call extract_floating_by_length.
680 (store_typed_floating): Call store_floating_by_length.
681 * x86-64-tdep.c (x86_64_store_return_value): Update.
682 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
683 (sh64_extract_return_value): Update.
684 (sh_sh4_register_convert_to_virtual): Update.
685 (sh_sh64_register_convert_to_virtual): Update.
686 (sh_sh4_register_convert_to_raw): Update.
687 (sh_sh64_register_convert_to_raw): Update.
688 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
689 (rs6000_register_convert_to_raw): Update.
690 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
691 (ia64_register_convert_to_raw): Update.
692 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
693 (REGISTER_CONVERT_TO_VIRTUAL): Update.
694 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
695 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
696 (alpha_register_convert_to_raw): Update.
697
4443bd83
AC
6982003-04-08 Andrew Cagney <cagney@redhat.com>
699
700 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
701 * gdbarch.h, gdbarch.c: Re-generate.
702 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
703 (d10v_gdbarch_init): Do not set saved_pc_after_call.
704 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
705 conditionally, use frame_pc_unwind as an alternative. Add
706 comments.
707 * arch-utils.c (init_frame_pc_default): Only call
708 SAVED_PC_AFTER_CALL when available.
709
c0236d92
EZ
7102003-04-08 Elena Zannoni <ezannoni@redhat.com>
711
712 * infrun.c (stop_soon): Rename from stop_soon_quietly.
713 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
714 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
715 (start_remote): Ditto.
716 (handle_inferior_event): Ditto.
717 (save_inferior_status): Ditto.
718 (restore_inferior_status): Ditto.
719 * infcmd.c (attach_command): Ditto.
720 * fork-child.c (startup_inferior): Ditto.
721 * inferior.h (stop_soon): Rename from stop_soon_quietly.
722 * alpha-tdep.c (heuristic_proc_start): Ditto.
723 * mips-tdep.c (heuristic_proc_start): Ditto.
724 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
725 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
726 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
727 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
728 * remote-vx.c (vx_create_inferior): Ditto.
729
7302003-04-08 Elena Zannoni <ezannoni@redhat.com>
731
732 * infrun.c (stop_soon_quietly): Make it an enum, to better
733 override the default behavior of handle_inferior_event.
734 (clear_proceed_status): Update uses of stop_soon_quietly to
735 reflect that it is now an enum.
736 (start_remote): Ditto.
737 (handle_inferior_event): Change logic a bit if stop_soon_quietly
738 is set to handle the new GNU/Linux kernel behavior for
739 attach/sigstop. Update uses of stop_soon_quietly.
740 * inferior.h (enum stop_kind): New enum.
741 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
742 Reset normal handle_inferior_event behavior, afterwards.
743 * fork-child.c (startup_inferior): Update.
744 * alpha-tdep.c (heuristic_proc_start): Update.
745 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
746 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
747 * solib-osf.c (osf_solib_create_inferior_hook): Update.
748 * solib-irix.c (irix_solib_create_inferior_hook): Update.
749 * remote-vx.c (vx_create_inferior): Update.
750 * mips-tdep.c (heuristic_proc_start): Update.
751
1211bce3
EZ
7522003-04-07 Elena Zannoni <ezannoni@redhat.com>
753
754 * disasm.c (dump_insns): Move variables inside loop, or they will
755 be freed more than once, causing wild memory corruptions.
756 (gdb_disassembly): Look for the substring "-thread",
757 instead of "-threads" in the target name, to make sure to find
758 the 'multi-thread' target. Also, make sure we do the right thing
759 with the "core" target.
760
f0ef6b29
KB
7612003-04-07 Kevin Buettner <kevinb@redhat.com>
762
763 * mips-tdep.c (mips_print_fp_register): New function, created from
764 do_fp_register_row(). Registers are now (also) printed as hex.
765 Only one register is printed per row.
766 (mips_print_register, do_fp_register_row): Print floating point
767 registers with mips_print_fp_register().
768
8cf71652
AC
7692003-04-06 Andrew Cagney <cagney@redhat.com>
770
5e488a7b
AC
771 * valprint.h (inspect_it): Add extern declaration.
772 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
773 (selectors_info, classes_info): Ditto.
774 (find_objc_msgcall): Fix indentation.
775 (objc_printstr): Delete extern declarations.
776
8cf71652
AC
777 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
778
e6ba3bc9
AC
7792003-04-06 Andrew Cagney <cagney@redhat.com>
780
781 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
782 Update comment.
783 * frame.c (legacy_saved_regs_this_id): Update.
784 (legacy_get_prev_frame): Update.
785 * xstormy16-tdep.c: Update comment.
786 * sparc-tdep.c (sparc_frame_chain): Update comment.
787 * blockframe.c (legacy_frame_chain_valid): Update.
788
55e1d7e7
AC
7892003-04-06 Andrew Cagney <cagney@redhat.com>
790
996179ee
AC
791 * valprint.c (val_print_type_code_int): Delete #ifdef
792 PRINT_TYPELESS_INTEGER code.
793
55e1d7e7
AC
794 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
795 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
796 multi-arch definition.
797 * gdbarch.h: Re-generate.
798
43bd9a9e
AC
7992003-04-05 Andrew Cagney <cagney@redhat.com>
800
801 Eliminate FRAME_FIND_SAVED_REGS.
802 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
803 Change FSR parameter to a pointer.
804 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
805 Assume FSR parameter is a pointer.
806 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
807 Make fsr a pointer.
808 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
809 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
810 saved_regs a pointer.
811 (hppa_frame_saved_pc): Ditto.
812 (find_dummy_frame_regs): Make frame_saved_regs a pointer
813 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
814 pointer.
815 (restore_pc_queue): Make fsr a pointer.
816 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
817 (hppa_frame_chain): Make saved_regs a pointer, call
818 hppa_frame_init_saved_regs.
819 * sparc-tdep.c: Include "gdb_assert.h".
820 (sparc_frame_find_saved_regs): Replace internal_error with
821 gdb_assert.
822 * remote-vxsparc.c (vx_read_register): Delete reference to
823 FRAME_FIND_SAVED_REGS.
824 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
825 * gdbarch.h: Regenerate.
826 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
827 (deprecated_get_frame_saved_regs): Delete declaration.
828 (struct frame_saved_regs): Delete definition.
829 * frame.c (deprecated_get_frame_saved_regs): Delete function.
830 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
831 (hppa_frame_find_saved_regs): Delete declaration.
832 (FRAME_FIND_SAVED_REGS): Delete macro.
833 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
834 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
835 FRAME_FIND_SAVED_REGS in comment.
836
be41e9f4
AC
8372003-04-05 Andrew Cagney <cagney@redhat.com>
838
839 * frame.c (frame_func_unwind, get_frame_func): New functions.
840 * frame.h (get_frame_func, frame_func_unwind): Declare.
841 (struct frame_info): Add field "prev_func" for caching the
842 previous frame's function address.
843 * arm-tdep.c (arm_frameless_function_invocation): Combine
844 get_pc_function_start and get_frame_pc into get_frame_func.
845 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
846 (sh64_nofp_frame_init_saved_regs): Ditto.
847 * s390-tdep.c (s390_function_start): Ditto.
848 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
849 (rs6000_frameless_function_invocation): Ditto.
850 (rs6000_frame_saved_pc): Ditto.
851 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
852 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
853 * i386-tdep.c (i386_frameless_signal_p): Ditto.
854 (i386_frame_init_saved_regs): Ditto.
855 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
856 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
857 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
858 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
859 * blockframe.c (frameless_look_for_prologue): Ditto.
860
a01dd7cc
AC
8612003-04-05 Andrew Cagney <cagney@redhat.com>
862
863 * frame.c (legacy_get_prev_frame): Link prev to next at the
864 function start. Update comments.
865
5e5592e6
AC
8662003-04-05 Andrew Cagney <cagney@redhat.com>
867
868 * frame.c (get_frame_id): Update comment.
869 (legacy_get_prev_frame): Update comment.
870 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
871 * gdbarch.h: Regenerate.
872 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
873 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
874
6fba5002
AC
8752003-04-05 Andrew Cagney <cagney@redhat.com>
876
877 * stack.c (print_frame_info): Use get_frame_pc.
878
7df05f2b
AC
8792003-04-04 Andrew Cagney <cagney@redhat.com>
880
881 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
882 the frame's type from the unwinder.
883 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
884 (create_new_frame, legacy_get_prev_frame): When the unwinder's
885 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
886 (get_frame_base_address): Use get_frame_type.
887 (get_frame_locals_address, get_frame_args_address): Ditto.
888 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
889 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
890 (struct frame_info): Add comment explaining why the frame contains
891 a "type" field.
892 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
893 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
894 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
895 NORMAL_FRAME.
896 * frame-unwind.h: Include "frame.h".
897 (struct frame_unwind): Add "type" field.
898 * Makefile.in (frame_unwind_h): Add $(frame_h).
899
11889732
AC
9002003-04-04 Andrew Cagney <cagney@redhat.com>
901
902 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
903 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
904 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
905 get_frame_base.
906 (d10v_unwind_dummy_id): Use frame_id_build.
907 * frame.c (find_frame_sal): Use get_frame_pc.
908 (create_new_frame): Use deprecated_update_frame_pc_hack and
909 deprecated_update_frame_base_hack.
910 (create_sentinel_frame): Add comment about ->pc going away.
911 (get_prev_frame): Add comment about ->pc going away.
912 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
913 frame_id_build, deprecated_update_frame_pc_hack and
914 deprecated_update_frame_base_hack.
915 (select_frame): Use get_frame_pc.
916 (legacy_saved_regs_this_id): Use frame_id_build.
917
50c46a0d
EZ
9182003-04-04 Elena Zannoni <ezannoni@redhat.com>
919
920 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
921 signed integer case.
922 (classify_argument): Handle enumerations and references.
923
50bbdbd9
AC
9242003-04-04 Andrew Cagney <cagney@redhat.com>
925
926 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
927 ID to NULL.
928
36018d2e
AF
9292003-04-01 Adam Fedor <fedor@gnu.org>
930
931 * gdb/objc-lang.c (selectors_info): Replace calls to
932 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
933 SYMBOL_NATURAL_NAME.
934 (classes_info, find_methods): Likewise.
935
35cec841
KB
9362003-04-03 Kevin Buettner <kevinb@redhat.com>
937
938 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
939 ``mach'' to the value determined by bfd_default_set_arch_mach().
940
43136899
BR
9412003-04-02 Bob Rossi <bob_rossi@cox.net>
942
943 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
944 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
945 (mi-cmd-file.o): Update dependencies.
946
040b99fd
KB
9472003-04-01 Kevin Buettner <kevinb@redhat.com>
948
949 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
950 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
951
9a3d7dfd
AF
9522003-04-01 Adam Fedor <fedor@gnu.org>
953
954 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
955 * language.h (struct language_defn): Add la_demangle.
956 (language_demangle): Declare.
957 * language.c (language_demangle): New function.
958 (unk_lang_demangle): Likewise.
959 (unknown_language_defn, auto_language_defn, local_language_defn):
960 Add ukn_lang_demangle.
961 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
962 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
963 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
964 (cplus_language_defn): Add cplus_demangle for la_demangle element.
965 * jv-lang.c (java_demangle): New function
966 (java_language_defn): Use it for la_demangle element.
967 * objc-lang.c (objc_demangle): Add options argument
968 (objc_language_defn): Use objc_demangle for la_demangle element.
969 * maint.c (maintenance_demangle): Replace switch with
970 call to language_demangle.
971 * utils.c (fprintf_symbol_filtered): Likewise.
972
5e074003
AC
9732003-04-01 Andrew Cagney <cagney@redhat.com>
974
975 * printcmd.c (print_frame_nameless_args): Delete #ifdef
976 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
977 PRINT_TYPELESS_INTEGER.
978 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
979 PUSH_RETURN_ADDRESS.
980
270cb5d6
AC
9812003-04-01 Andrew Cagney <cagney@redhat.com>
982
983 * Makefile.in (d10v-tdep.o): Update dependencies.
984 * d10v-tdep.c: Include "frame-base.h".
985 (d10v_frame_unwind): Make constant.
986 (d10v_frame_base_address): New function.
987 (d10v_frame_base): New variable.
988 (d10v_gdbarch_init): Set frame_base default.
989 (struct d10v_unwind_cache): Add the field "prev_sp". Update
990 comment for base.
991 (d10v_frame_unwind_cache): Set and use "prev_sp".
992 (d10v_frame_this_id): Use the previous frame's inner most stack
993 address and this frame's func address for the frame ID. Use
994 frame_id_build. Don't analyze beyond the current instruction.
995
6bfb3e36
AC
9962003-04-01 Andrew Cagney <cagney@redhat.com>
997
998 * frame.h (get_frame_locals_address, get_frame_args_address):
999 Refer to the base address, instead of the address of the first
1000 local or parameter.
1001
da62e633
AC
10022003-04-01 Andrew Cagney <cagney@redhat.com>
1003
1004 Add frame debug info addresses:
1005 * frame-base.c: New file.
1006 * frame-base.h: New file.
1007 * frame.h (struct frame_base): Add opaque declaration.
1008 (get_frame_base): Update comment.
1009 (get_frame_base_address): Declare.
1010 (get_frame_locals_address): Declare.
1011 (get_frame_args_address): Declare.
1012 (struct frame_info): Add "base" and "base_cache". Update
1013 comments on the unwinder.
1014 * frame.c: Include "frame-base.h".
1015 (get_frame_locals_address): New function.
1016 (get_frame_base_address): New function.
1017 (get_frame_args_address): New function.
1018 * findvar.c (read_var_value): Use get_frame_locals_address and
1019 get_frame_args_address.
1020 * stack.c (frame_info): Use get_frame_locals_address and
1021 get_frame_args_address.
1022 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
1023 moved to "frame-base.c".
1024 * printcmd.c (print_frame_nameless_args): Ditto.
1025 * symtab.h (address_class): Update comments.
1026 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
1027 get_frame_base_address.
1028 * dwarf2expr.c (execute_stack_op): Ditto.
1029 * Makefile.in (frame_base_h): Define.
1030 (frame.o): Update dependencies.
1031 (frame-base.o): Add dependencies.
1032 (SFILES): Add frame-base.c.
1033 (COMMON_OBS): Add frame-base.o.
1034
3d30e9c2
AC
10352003-04-01 Andrew Cagney <cagney@redhat.com>
1036
1037 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
1038 CALL_DUMMY_LENGTH): Ditto.
1039 * gdbarch.c: Re-generate.
1040 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
1041 (CALL_DUMMY_LENGTH): Delete macro.
1042 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
1043 * arm-tdep.c (arm_gdbarch_init): Ditto.
1044 * avr-tdep.c (avr_gdbarch_init): Ditto.
1045 * cris-tdep.c (cris_gdbarch_init): Ditto.
1046 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1047 * frv-tdep.c (frv_gdbarch_init): Ditto.
1048 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1049 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
1050 * i386-tdep.c (i386_gdbarch_init): Ditto.
1051 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1052 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1053 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1054 * mips-tdep.c (mips_gdbarch_init): Ditto.
1055 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1056 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1057 * s390-tdep.c (s390_gdbarch_init): Ditto.
1058 * sh-tdep.c (sh_gdbarch_init): Ditto.
1059 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1060 * v850-tdep.c (v850_gdbarch_init): Ditto.
1061 * vax-tdep.c (vax_gdbarch_init): Ditto.
1062 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
1063
ce0c7262
CV
10642003-04-01 Corinna Vinschen <vinschen@redhat.com>
1065
1066 * frame.c (get_prev_frame): Disable call to inside_entry_file().
1067
73dd234f
AC
10682003-04-01 Andrew Cagney <cagney@redhat.com>
1069
1070 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
1071 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
1072 * gdbarch.h, gdbarch.c: Re-generate.
1073 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
1074 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
1075 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
1076 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
1077 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
1078 * infcmd.c (run_stack_dummy): Simplify assuming
1079 CALL_DUMMY_BREAKPOINT_OFFSET_P.
1080 * infrun.c (handle_inferior_event): Ditto.
1081 * alpha-tdep.c (alpha_gdbarch_init): Do not set
1082 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
1083 * arm-tdep.c (arm_gdbarch_init): Ditto.
1084 * avr-tdep.c (avr_gdbarch_init): Ditto.
1085 * cris-tdep.c (cris_gdbarch_init): Ditto.
1086 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1087 * frv-tdep.c (frv_gdbarch_init): Ditto.
1088 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1089 * i386-tdep.c (i386_gdbarch_init): Ditto.
1090 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1091 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1092 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
1093 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1094 * mips-tdep.c (mips_gdbarch_init): Ditto.
1095 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1096 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
1097 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1098 * s390-tdep.c (s390_gdbarch_init): Ditto.
1099 * sh-tdep.c (sh_gdbarch_init): Ditto.
1100 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1101 * v850-tdep.c (v850_gdbarch_init): Ditto.
1102 * vax-tdep.c (vax_gdbarch_init): Ditto.
1103 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
1104
97606a13
DJ
11052003-04-01 Daniel Jacobowitz <drow@mvista.com>
1106
1107 * symfile.c (symfile_relocate_debug_section): Update call to
1108 bfd_simple_get_relocated_section_contents.
1109
e8ab51f7
AC
11102003-03-31 Andrew Cagney <cagney@redhat.com>
1111
1112 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
1113 * gdbarch.h, gdbarch.c: Regenerate.
1114 * inferior.h (FIX_CALL_DUMMY): Delete macro.
1115 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
1116 available.
1117 * frame.h (generic_fix_call_dummy): Delete declaration.
1118 * dummy-frame.h: Update comment.
1119 * dummy-frame.c (generic_fix_call_dummy): Delete function.
1120 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
1121 fix_call_dummy.
1122 * sh-tdep.c (sh_gdbarch_init): Ditto.
1123 * s390-tdep.c (s390_gdbarch_init): Ditto.
1124 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1125 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1126 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1127 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1128 * i386-tdep.c (i386_gdbarch_init): Ditto.
1129 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1130 * frv-tdep.c (frv_gdbarch_init): Ditto.
1131 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1132 * cris-tdep.c (cris_gdbarch_init): Ditto.
1133 * avr-tdep.c (avr_gdbarch_init): Ditto.
1134 * arm-tdep.c (arm_gdbarch_init): Ditto.
1135
018d1b48
JB
11362003-03-31 J. Brobecker <brobecker@gnat.com>
1137
1138 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
1139 (INIT_FRAME_AP): Likewise.
1140 (EXTRA_FRAME_INFO): Likewise.
1141
e9a2674e
AC
11422003-03-31 Andrew Cagney <cagney@redhat.com>
1143
1144 * gdbarch.sh: Include "symfile.h".
1145 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
1146 * gdbarch.h, gdbarch.c: Re-generate.
1147 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
1148 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
1149 call_dummy_address, the default is at entry_point_address.
1150 * v850-tdep.c (v850_gdbarch_init): Ditto.
1151 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1152 * sh-tdep.c (sh_gdbarch_init): Ditto.
1153 * s390-tdep.c (s390_gdbarch_init): Ditto.
1154 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1155 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1156 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1157 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1158 * i386-tdep.c (i386_gdbarch_init): Ditto.
1159 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1160 * frv-tdep.c (frv_gdbarch_init): Ditto.
1161 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1162 * cris-tdep.c (cris_gdbarch_init): Ditto.
1163 * arm-tdep.c (arm_gdbarch_init): Ditto.
1164
e8a8712a
AC
11652003-03-31 Andrew Cagney <cagney@redhat.com>
1166
1167 * gdbarch.sh (CALL_DUMMY_P): Delete.
1168 * gdbarch.h, gdbarch.c: Re-generate.
1169 * inferior.h (CALL_DUMMY_P): Delete macro.
1170 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1171 * vax-tdep.c (vax_gdbarch_init): Update.
1172 * v850-tdep.c (v850_gdbarch_init): Update.
1173 * sparc-tdep.c (sparc_gdbarch_init): Update.
1174 * sh-tdep.c (sh_gdbarch_init): Update.
1175 * s390-tdep.c (s390_gdbarch_init): Update.
1176 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1177 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1178 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1179 * mips-tdep.c (mips_gdbarch_init): Update.
1180 * mcore-tdep.c (mcore_gdbarch_init): Update.
1181 * m68k-tdep.c (m68k_gdbarch_init): Update.
1182 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1183 * ia64-tdep.c (ia64_gdbarch_init): Update.
1184 * i386-tdep.c (i386_gdbarch_init): Update.
1185 * h8300-tdep.c (h8300_gdbarch_init): Update.
1186 * frv-tdep.c (frv_gdbarch_init): Update.
1187 * d10v-tdep.c (d10v_gdbarch_init): Update.
1188 * cris-tdep.c (cris_gdbarch_init): Update.
1189 * breakpoint.c (deprecated_frame_in_dummy): Update.
1190 * avr-tdep.c (avr_gdbarch_init): Update.
1191 * alpha-tdep.c (alpha_gdbarch_init): Update.
1192 * arm-tdep.c (arm_gdbarch_init): Update.
1193 * dummy-frame.c (dummy_frame_this_id): Update comments.
1194 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
1195 * frame.c (legacy_get_prev_frame): Ditto.
1196 * valops.c (call_function_by_hand): Delete function.
1197 (hand_function_call): Rename to call_function_by_hand
1198
ed234cf8
AC
11992003-03-30 Andrew Cagney <cagney@redhat.com>
1200
1201 2002-11-10 Klee Dienes <kdienes@apple.com>
1202 * value.h (struct value): Update comment.
1203
06c77151
AC
12042003-03-30 Andrew Cagney <cagney@redhat.com>
1205
6c2b5168
AC
1206 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
1207 D10V_FP_REGNUM.
1208 (d10v_gdbarch_init): Do not set fp_regnum.
1209
06c77151
AC
1210 * frame.c (get_frame_base): Force ID initialization.
1211 (get_prev_frame): Move computation of the frame ID from here ...
1212 (get_frame_id): ... to here.
1213 (legacy_get_prev_frame): Mark the frame ID as valid.
1214 * frame.h (struct frame_info): Add field "id_p".
1215
97a1a11c
MK
12162003-03-30 Mark Kettenis <kettenis@gnu.org>
1217
1218 * i386-tdep.c (i386_store_struct_return): Removed.
1219 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
1220
6c0e89ed
AC
12212003-03-30 Andrew Cagney <cagney@redhat.com>
1222
1223 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
1224 * gdbarch.h, gdbarch.c: Regenerate.
1225 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
1226 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
1227 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1228 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
1229 * i386-tdep.c (i386_gdbarch_init): Ditto.
1230 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1231 * cris-tdep.c (cris_gdbarch_init): Ditto.
1232 * vax-tdep.c (vax_gdbarch_init): Ditto.
1233 * s390-tdep.c (s390_gdbarch_init): Ditto.
1234 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
1235 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1236 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
1237 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
1238 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
1239 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
1240 * sparc-tdep.c (sparc_gdbarch_init): Update.
1241 * sh-tdep.c (sh_gdbarch_init): Update.
1242 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1243 * mips-tdep.c (mips_gdbarch_init): Update.
1244 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1245 * ia64-tdep.c (ia64_gdbarch_init): Update.
1246 * frv-tdep.c (frv_gdbarch_init): Update.
1247 * avr-tdep.c (avr_gdbarch_init): Update.
1248 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
1249 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
1250 instead of when push_dummy_call is not available.
1251
f7dd6af2
AC
12522003-03-30 Andrew Cagney <cagney@redhat.com>
1253
1254 * infttrace.c: Include "gdbthread.h".
1255 (parent_attach_all): Fix function signature.
1256 (call_ptrace): Update call.
1257 * Makefile.in (infttrace.o): Update dependencies.
1258
28f617b3
AC
12592003-03-30 Andrew Cagney <cagney@redhat.com>
1260
1261 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
1262 PUSH_RETURN_ADDRESS.
1263 * gdbarch.h, gdbarch.c: Regenerate.
1264 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1265 * x86-64-tdep.c (x86_64_init_abi): Update.
1266 * v850-tdep.c (v850_gdbarch_init): Update.
1267 * sparc-tdep.c (sparc_gdbarch_init): Update.
1268 * sh-tdep.c (sh_gdbarch_init): Update.
1269 * s390-tdep.c (s390_gdbarch_init): Update.
1270 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1271 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1272 * mips-tdep.c (mips_gdbarch_init): Update.
1273 * mcore-tdep.c (mcore_gdbarch_init): Update.
1274 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1275 * ia64-tdep.c (ia64_gdbarch_init): Update.
1276 * i386-tdep.c (i386_gdbarch_init): Update.
1277 * h8300-tdep.c (h8300_gdbarch_init): Update.
1278 * frv-tdep.c (frv_gdbarch_init): Update.
1279 * cris-tdep.c (cris_gdbarch_init): Update.
1280 * avr-tdep.c (avr_gdbarch_init): Update.
1281 * arm-tdep.c (arm_gdbarch_init): Update.
1282 * valops.c (hand_function_call): Update.
1283
4d628cd7
AC
12842003-03-29 Andrew Cagney <cagney@redhat.com>
1285
1286 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
1287 sizeof_call_dummy_words.
1288 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
1289 define.
1290 * gdbarch.h: Regenerate.
1291
65e82032
AC
12922003-03-29 Andrew Cagney <cagney@redhat.com>
1293
1294 * infttrace.h: New file.
1295 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
1296 (hpread_get_textlow): Detect an uninitialized dn_bufp.
1297 (hpread_read_doc_function_type): Detect an initialized type1.
1298 (hpread_quick_traverse): Initialize mod_name_string.
1299 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
1300 (som_solib_get_solib_by_pc): Declare.
1301 (so_lib_thread_start_addr): Declare.
1302 (no_shared_libraries): Declare.
1303 * somread.c (init_import_symbols): Make static. Add forward
1304 declaration.
1305 * config/pa/nm-hppah.h: Include "infttrace.h" for
1306 parent_attach_all.
1307 (hppa_insert_hw_watchpoint): Declare.
1308 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
1309 * hppah-nat.c: Include "gdb_string.h".
1310 (parent_attach_all): Delete extern declaration, moved to
1311 "infttrace.h".
1312 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
1313 int.
1314 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
1315 * Makefile.in (infttrace_h): Define.
1316 (hpread.o): Update dependencies.
1317 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
1318 * hppa-hpux-tdep.c: Include "gdb_string.h".
1319 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
1320 * infrun.c (handle_inferior_event): Always initialize
1321 stepped_after_stopped_by_watchpoint. Add default and remove
1322 fallthrough in switch statement.
1323 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
1324 parameter to int.
1325 (hppa_remove_hw_watchpoint): Ditto.
1326
2c3bbe77
AC
13272003-03-29 Andrew Cagney <cagney@redhat.com>
1328
1329 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
1330 offset.
1331
2dd604e7
RE
13322003-03-29 Richard Earnshaw <rearnsha@arm.com>
1333
1334 * arm-tdep.c (arm_push_arguments): Delete.
1335 (struct stack_item): New type.
1336 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
1337 (arm_store_struct_return): Delte.
1338 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
1339 arm_push_arguments or arm_store_struct_return.
1340
e8933a55
AC
13412003-03-28 Andrew Cagney <cagney@redhat.com>
1342
1343 * Makefile.in (d10v-tdep.o): Update dependencies.
1344 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
1345 * d10v-tdep.c: Include "remote.h".
1346 (target_resume_hook): Delete extern declaration.
1347 (target_wait_loop_hook): Ditto.
1348 (tdisassemble_command): Eliminate assignment in "if" conditional.
1349 (d10v_ts2_register_sim_regno): Eliminate call to
1350 legacy_register_sim_regno.
1351 (d10v_ts3_register_sim_regno): Ditto.
1352
6949171e
JJ
13532003-03-28 Jeff Johnston <jjohnstn@redhat.com>
1354
1355 * thread.c: Reindented.
1356 * lin-lwp.c: Ditto.
1357 * linux-proc.c: Ditto.
1358
98c7071f
BR
13592003-03-28 Bob Rossi <bob_rossi@cox.net>
1360
1361 * MAINTAINERS (write after approval): Add myself.
1362
5edc9ca6
TR
13632003-03-27 Theodore A. Roth <troth@openavr.org>
1364
1365 * objc-exp.y: Add missing semi-colons.
1366
378bfd1b
AC
13672003-03-27 Andrew Cagney <cagney@redhat.com>
1368
1369 * regcache.c (write_sp): Delete function and references.
1370 * inferior.h (write_sp): Delete declaration.
1371 * valops.c (hand_function_call): Replace write_sp with
1372 TARGET_WRITE_SP.
1373 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
1374 (sparc_pop_frame): Ditto.
1375
56056df7
AC
13762003-03-27 Andrew Cagney <cagney@redhat.com>
1377
1378 * NEWS: Mention removal of support for hppa*-*-bsd* and
1379 hppa*-*-osf* natives, and hppa*-*-pro* target.
1380 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
1381 * config/pa/xm-pa.h: Obsolete file.
1382 * config/pa/xm-hppab.h: Obsolete file.
1383 * config/pa/nm-hppab.h: Obsolete file.
1384 * config/pa/tm-hppab.h: Obsolete file.
1385 * config/pa/tm-hppao.h: Obsolete file.
1386 * config/pa/nm-hppao.h: Obsolete file.
1387 * config/pa/tm-pro.h: Obsolete file.
1388 * config/pa/hppaosf.mt: Obsolete file.
1389 * config/pa/hppaosf.mh: Obsolete file.
1390 * config/pa/hppapro.mt: Obsolete file.
1391 * config/pa/hppabsd.mt: Obsolete file.
1392 * config/pa/hppabsd.mh: Obsolete file.
1393 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
1394 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
1395 hppa*-*-osf*.
1396
5873a88d
AC
13972003-03-27 Andrew Cagney <cagney@redhat.com>
1398
1399 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
1400 push_arguments. Don't set push_return_address or write_sp.
1401 (d10v_push_dummy_call): Replace d10v_push_arguments.
1402 (d10v_push_return_address, d10v_write_sp): Delete function,
1403 handled by push_dummy_call.
1404
b81774d8
AC
14052003-03-26 Andrew Cagney <cagney@redhat.com>
1406
1407 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
1408 (push_dummy_call): New pure multi-arch replacement with gdbarch,
1409 regcache and dummy_addr parameters.
1410 * gdbarch.h, gdbarch.c: Re-generate.
1411 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
1412 available; assume it will handle stack alignment and return
1413 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
1414 legacy_push_arguments.
1415 (legacy_push_arguments): Rename default_push_arguments.
1416 * value.h (legacy_push_arguments): Rename default_push_arguments.
1417 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
1418 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
1419 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
1420 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
1421 * config/i386/tm-symmetry.h: Update.
1422 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1423 * x86-64-tdep.c (x86_64_init_abi): Update.
1424 * v850-tdep.c (v850_gdbarch_init): Update.
1425 * sparc-tdep.c (sparc_gdbarch_init): Update.
1426 * sh-tdep.c (sh_gdbarch_init): Update.
1427 * s390-tdep.c (s390_gdbarch_init): Update.
1428 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1429 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1430 * mips-tdep.c (mips_gdbarch_init): Update.
1431 * mcore-tdep.c (mcore_gdbarch_init): Update.
1432 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1433 * ia64-tdep.c (ia64_gdbarch_init): Update.
1434 * i386-tdep.c (i386_gdbarch_init): Update.
1435 * hppa-tdep.c (hppa_gdbarch_init): Update.
1436 * h8300-tdep.c (h8300_gdbarch_init): Update.
1437 * frv-tdep.c (frv_gdbarch_init): Update.
1438 * d10v-tdep.c (d10v_gdbarch_init): Update.
1439 * cris-tdep.c (cris_gdbarch_init): Update.
1440 * avr-tdep.c (avr_gdbarch_init): Update.
1441 * arm-tdep.c (arm_gdbarch_init): Update.
1442 * arm-linux-tdep.c (arm_linux_init_abi): Update.
1443 * alpha-tdep.c (alpha_gdbarch_init): Update.
1444
f541410f
DJ
14452003-03-26 Daniel Jacobowitz <drow@mvista.com>
1446
1447 * signals/signals.c (do_target_signal_to_host): Correct realtime
1448 signal range test.
1449
69f567ae
DJ
14502003-03-26 Daniel Jacobowitz <drow@mvista.com>
1451
1452 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
1453 (struct sal_chain, map_catch_names): Remove.
1454 (catch_exception_command_1): Don't call
1455 handle_gnu_4_16_catch_command.
1456
d5d14a5a
DJ
14572003-03-26 Daniel Jacobowitz <drow@mvista.com>
1458
1459 From Mark Dettinger <dettinge@de.ibm.com>:
1460 * dwarf2cfi.c (read_2u): Increment pointer by two.
1461
bdd73e22
DJ
14622003-03-26 Daniel Jacobowitz <drow@mvista.com>
1463
1464 * signals/signals.c: Fix typos in last change.
1465
960cb555
DJ
14662003-03-26 Daniel Jacobowitz <drow@mvista.com>
1467
1468 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
1469 not already defined. Use __SIGRTMIN if available.
1470 (target_signal_from_host): Remove SIGRTMIN block.
1471 (do_target_signal_to_host): Remove SIGRTMIN block; check that
1472 the signal is within the realtime range.
1473
f636b87d
AF
14742003-03-25 Adam Fedor <fedor@gnu.org>
1475
1476 * Makefile.in (infrun.o): Add $(language_h)
1477 * infrun.c (handle_inferior_event): Use skip_language_trampoline
1478 for language specific trampolines.
1479 * language.h (struct language_defn): Add skip_trampoline.
1480 (skip_language_trampoline): Declare.
1481 * language.c (unk_lang_trampoline, skip_language_trampoline):
1482 New functions.
1483 (unknown_language_defn, auto_language_defn, local_language_defn):
1484 Add ukn_lang_trampoline.
1485 * ada-lang.c (ada_language_defn): Add NULL for language
1486 specific skip_trampoline.
1487 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
1488 scm-lang.c: Likewise.
1489 * objc-lang.c (objc_skip_trampoline): New function.
1490 (objc_language_defn): Add objc_skip_trampoline.
1491
28f617b3 14922003-03-25 Andrew Cagney <cagney@redhat.com>
270c3b1d
AC
1493
1494 * frame.c (get_prev_frame): Delay validating a frame's ID -
1495 non-NULL, didn't go backwards - until an attempt to unwind it to
1496 the previous frame.
1497
f933a9c5
AC
14982003-03-25 Andrew Cagney <cagney@redhat.com>
1499
1500 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
1501 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
1502 * gdbarch.h, gdbarch.c: Re-generate.
1503 * config/sparc/tm-sparc.h
1504 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
1505 * sparc-tdep.c (sparc_gdbarch_init): Set
1506 deprecated_extra_stack_alignment_needed.
1507 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
1508 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
1509 extra_stack_alignment_needed.
1510 * v850-tdep.c (v850_gdbarch_init): Ditto.
1511 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
1512 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1513 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1514 * cris-tdep.c (cris_gdbarch_init): Ditto.
1515 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
1516 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1517
4183d812
AC
15182003-03-25 Andrew Cagney <cagney@redhat.com>
1519
1520 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
1521 STORE_STRUCT_RETURN.
1522 * gdbarch.h, gdbarch.c: Regenerate.
1523 * d10v-tdep.c (d10v_store_struct_return): Delete function.
1524 (d10v_push_arguments): Set the struct return register.
1525 (d10v_gdbarch_init): Update.
1526 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1527 * x86-64-tdep.c (x86_64_init_abi): Update.
1528 * vax-tdep.c (vax_gdbarch_init): Update.
1529 * v850-tdep.c (v850_gdbarch_init): Update.
1530 * sparc-tdep.c (sparc_gdbarch_init): Update.
1531 * sh-tdep.c (sh_gdbarch_init): Update.
1532 * s390-tdep.c (s390_gdbarch_init): Update.
1533 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1534 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1535 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1536 * mips-tdep.c (mips_gdbarch_init): Update.
1537 * mcore-tdep.c (mcore_gdbarch_init): Update.
1538 * m68k-tdep.c (m68k_gdbarch_init): Update.
1539 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1540 * ia64-tdep.c (ia64_gdbarch_init): Update.
1541 * i386-tdep.c (i386_gdbarch_init): Update.
1542 * hppa-tdep.c (hppa_gdbarch_init): Update.
1543 * h8300-tdep.c (h8300_gdbarch_init): Update.
1544 * frv-tdep.c (frv_gdbarch_init): Update.
1545 * cris-tdep.c (cris_gdbarch_init): Update.
1546 * avr-tdep.c (avr_gdbarch_init): Update.
1547 * arm-tdep.c (arm_gdbarch_init): Update.
1548 * alpha-tdep.c (alpha_gdbarch_init): Update.
1549
1bf6d5cc
AC
15502003-03-25 Andrew Cagney <cagney@redhat.com>
1551
1552 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
1553 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
1554 CALL_DUMMY_STACK_ADJUST with a predicate variable.
1555 * gdbarch.h, gdbarch.c: Regenerate.
1556 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
1557 call_dummy_stack_adjust_p.
1558 * vax-tdep.c (vax_gdbarch_init): Ditto.
1559 * v850-tdep.c (v850_gdbarch_init): Ditto.
1560 * sh-tdep.c (sh_gdbarch_init): Ditto.
1561 * s390-tdep.c (s390_gdbarch_init): Ditto.
1562 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1563 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
1564 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1565 * mips-tdep.c (mips_gdbarch_init): Ditto.
1566 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1567 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
1568 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1569 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1570 * i386-tdep.c (i386_gdbarch_init): Ditto.
1571 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1572 * frv-tdep.c (frv_gdbarch_init): Ditto.
1573 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1574 * cris-tdep.c (cris_gdbarch_init): Ditto.
1575 * avr-tdep.c (avr_gdbarch_init): Ditto.
1576 * arm-tdep.c (arm_gdbarch_init): Ditto.
1577 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
1578 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
1579 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
1580 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
1581 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
1582 call_dummy_stack_adjust_p.
1583 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
1584 (CALL_DUMMY_STACK_ADJUST): Delete macro.
1585 * sparc-tdep.c (sparc32_push_arguments): Update.
1586 * valops.c (hand_function_call): Update.
1587
71c08af0
CV
15882003-03-25 Corinna Vinschen <vinschen@redhat.com>
1589
1590 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
1591 set_gdbarch_char_signed.
1592
30757f90
RE
15932003-03-25 Richard Earnshaw <rearnsha@arm.com>
1594
1595 PR cli/548
1596 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
1597
03d48a7d
RE
15982003-03-25 Richard Earnshaw <rearnsha@arm.com>
1599
1600 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
1601 (_initialize_arm_tdep): Don't set tm_print_insn.
1602
2cf6873c
AF
16032003-03-24 Adam Fedor <fedor@gnu.org>
1604
1605 * Makefile.in (YYOBJ): Add objc-exp.tab.o
1606 * objc-lang.h: Add multiple inclusion protection.
1607 (start_msglist, add_msglist, end_msglist): Additional declarations.
1608
17c0759e
RE
16092003-03-24 Richard Earnshaw <rearnsha@arm.com>
1610
1611 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
1612 value was renamed to ARM_FLOAT_SOFT_FPA.
1613
618ce49f
AC
16142003-03-23 Andrew Cagney <cagney@redhat.com>
1615
1616 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
1617 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
1618 * gdbarch.h, gdbarch.c: Regenerate.
1619 * valops.c (hand_function_call): Update.
1620 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
1621 * frame.c (legacy_saved_regs_this_id): Update.
1622 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
1623 * dummy-frame.h: Update.
1624 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
1625 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
1626 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
1627 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
1628 * config/m68k/tm-sun3.h: Update.
1629 * blockframe.c (inside_main_func, frame_chain_valid): Update.
1630 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1631 * x86-64-tdep.c (x86_64_init_abi): Update.
1632 * vax-tdep.c (vax_gdbarch_init): Update.
1633 * v850-tdep.c (v850_gdbarch_init): Update.
1634 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
1635 * sh-tdep.c (sh_gdbarch_init): Update.
1636 * s390-tdep.c (s390_gdbarch_init): Update.
1637 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1638 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
1639 (frame_get_saved_regs): Update.
1640 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
1641 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1642 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1643 * mips-tdep.c (mips_gdbarch_init): Update.
1644 * mcore-tdep.c (mcore_gdbarch_init): Update.
1645 * m68k-tdep.c (m68k_gdbarch_init): Update.
1646 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1647 * ia64-tdep.c (ia64_gdbarch_init): Update.
1648 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
1649 * i386-interix-tdep.c (i386_interix_init_abi): Update.
1650 (i386_interix_back_one_frame): Update.
1651 * hppa-tdep.c (hppa_gdbarch_init): Update.
1652 (hppa_init_extra_frame_info): Update.
1653 * h8300-tdep.c (h8300_gdbarch_init): Update.
1654 * frv-tdep.c (frv_gdbarch_init): Update.
1655 * cris-tdep.c (cris_gdbarch_init): Update.
1656 * avr-tdep.c (avr_gdbarch_init): Update.
1657 * arm-tdep.c (arm_gdbarch_init): Update.
1658 * alpha-tdep.c (alpha_gdbarch_init): Update.
1659
fd50bc42
RE
16602003-03-22 Richard Earnshaw <rearnsha@arm.com>
1661
1662 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
1663 (arm_get_fp_model): Declare.
1664 * arm-tdep.c (fp_model_strings): New string array.
1665 (arm_fp_model, current_fp_model): New variables.
1666 (arm_get_fp_model): New function.
1667 (arm_set_fp): New function.
1668 (set_fp_model_sfunc): New function.
1669 (show_fp_model): New function.
1670 (_initialize_arm_tdep): Add new command to set/show the FPU.
1671 (arm_extract_return_value): Use arm_get_fp_model.
1672 (arm_store_return_value): Likewise.
1673 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
1674 to initialize the floating-point data types.
1675 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
1676 model is FPA.
1677
26304000
RE
16782003-03-22 Richard Earnshaw <rearnsha@arm.com>
1679
1680 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
1681 the current setting of each value.
1682 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
1683 new_set and new_show. Use add_setshow_cmd_full and
1684 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
1685 commands and add new version as subcommands of "set/show arm".
1686
afd7eef0
RE
16872003-03-22 Richard Earnshaw <rearnsha@arm.com>
1688
1689 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
1690 (set_arm_command, show_arm_command): New functions.
1691 (_initialize_arm_tdep): Add them.
1692 (num_disassembly_options): Renamed from num_flavor_options.
1693 (valid_disassembly_styles): Renamed from valid_flavors.
1694 (disassembly_style): Renamed from disassembly_flavor.
1695 (set_disassembly_style_sfunc): Renamed from
1696 set_disassembly_flavor_sfunc.
1697 (set_disassembly_style): Renamed from set_disassembly_flavor.
1698 (arm_othernames): Updated.
1699 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
1700 command. Add "set/show arm disassembly" commands. Deprecate
1701 "othernames" command.
1702
299a7944
RE
17032003-03-22 Richard Earnshaw <rearnsha@arm.com>
1704
1705 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
1706 (arm-tdep.o): Depend on elf_arm_h.
1707
c1dac9e6
RE
17082003-03-22 Richard Earnshaw <rearnsha@arm.com>
1709
1710 * Makefile.in (coff_internal_h): Define.
1711 (arm-tdep.o): Update dependencies.
1712
2702d96c
RE
17132003-03-22 Richard Earnshaw <rearnsha@arm.com>
1714
1715 * arm-tdep.c (prologue_cache): Delete.
1716 (check_prologue_cache, save_prologue_cache): Delete.
1717 (arm_scan_prologue): Don't check or update the prologue_cache.
1718 (arm_gdb_arch_init): Don't initialize it.
1719 (_initialize_arm_tdep): Likewise.
1720
27d5d74b
SC
17212003-03-21 Stephane Carrez <stcarrez@nerim.fr>
1722
1723 * MAINTAINERS (tui): Maintainer of tui code.
1724
1762d96d
CV
17252003-03-21 Corinna Vinschen <vinschen@redhat.com>
1726
1727 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
1728 (i386-cygwin-tdep.o): Add dependencies.
1729 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
1730 * i386-cygwin-tdep.c: New file.
1731 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
1732 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
1733
4c2e2391
AC
17342003-03-20 Andrew Cagney <cagney@redhat.com>
1735
f20d38b7
AC
1736 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
1737 (handle_inferior_event): Remove code calling
1738 DYNAMIC_TRAMPOLINE_NEXTPC.
1739
0022b738
AC
1740 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
1741 already has a full path.
1742
864dbc90
AC
1743 * main.c (gdb_main): Return 1.
1744 (captured_main): Call error to report an invalid interpreter.
1745
4c2e2391
AC
1746 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
1747 * alpha-osf1-tdep.c: Include "gdb_string.h".
1748
5ef7553b
JB
17492003-03-19 J. Brobecker <brobecker@gnat.com>
1750
1751 Continuing work to convert the hppa targets to multiarch partial.
1752
1753 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
1754 method, now that hppa_push_dummy_frame has a conformant prototype.
1755 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
1756 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
1757 for the switch to multiarch partial.
1758
7bde8967
KB
17592003-03-19 Kevin Buettner <kevinb@redhat.com>
1760
1761 * mdebugread.c (parse_symbol): For stEnd, we're done counting
1762 when iss is issNull.
1763
b006a9e9
KB
17642003-03-18 Kevin Buettner <kevinb@redhat.com>
1765
1766 * mips-tdep.c (mips_register_name): Fix fencepost error involving
1767 NUM_REGS bounds check.
1768
5e2e9765
KB
17692003-03-18 Kevin Buettner <kevinb@redhat.com>
1770
1771 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
1772 * mips-tdep.c (gdb_assert.h): Include.
1773 (mips_generic_reg_names, mips_processor_reg_names): Make static.
1774 (mips_register_name): Handle integer registers explicitly. Add
1775 bounds checking.
1776 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
1777 (mips_lsi33k_reg_names): Don't list integer registers; they're
1778 handled by mips_register_name() now.
1779 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
1780 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
1781 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
1782 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
1783 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
1784
a2867626
AC
17852003-03-18 Andrew Cagney <cagney@redhat.com>
1786
1787 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
1788 a void pointer.
1789 * gdbtypes.h (print_scalar_formatted): Update declaration.
1790 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
1791
06600e06
JB
17922003-03-18 J. Brobecker <brobecker@gnat.com>
1793
1794 * infrun.c (observer.h): Add #include.
1795 (normal_stop): Add call to observer_notify_normal_stop.
1796 * Makefile.in (infrun.o): Add dependency on observer.h.
1797
7daf4f5b
JB
17982003-03-18 J. Brobecker <brobecker@gnat.com>
1799
1800 Continuing work to convert the hppa targets to multiarch partial.
1801 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
1802 parameter. Reformat comment.
1803 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
1804 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
1805 to match new profile.
1806
3371ccc0
JB
18072003-03-18 J. Brobecker <brobecker@gnat.com>
1808
1809 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
1810 appear to be working in any case.
1811
4fbe891e
JB
18122003-03-18 J. Brobecker <brobecker@gnat.com>
1813
1814 * observer.c (observer_test_first_observer): New static variable.
1815 (observer_test_second_observer): Likewise.
1816 (observer_test_third_observer): Likewise.
1817 (observer_test_first_notification_function): New static function.
1818 (observer_test_second_notification_function): Likewise.
1819 (observer_test_third_notification_function): Likewise.
1820
a7ff40e7
JB
18212003-03-17 J. Brobecker <brobecker@gnat.com>
1822
1823 * hppa-tdep.c (gdb_assert.h): Add missing #include.
1824 * somsolib.c (gdb_assert.h): Likewise.
1825 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
1826 (somsolib.o): Likewise.
1827
26ca4152
AC
18282003-03-17 Andrew Cagney <cagney@redhat.com>
1829
1830 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
1831 BFD. Simplify setting of di.endian.
1832
0a613259
AC
18332003-03-17 Andrew Cagney <cagney@redhat.com>
1834
1835 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
1836 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
1837
1838 From Elena Zannoni <ezannoni@redhat.com>
1839 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
1840 vector and floating-point parameters.
1841 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
1842 convention.
1843 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
1844
1132738f
FN
18452003-03-17 Fernando Nasser <fnasser@redhat.com>
1846
1847 * MAINTAINERS: Remove my name from several maintainership roles.
1848
6dc42492
AC
18492003-03-17 Andrew Cagney <cagney@redhat.com>
1850
1851 Fix frame off-by-one bug.
1852 * frame-unwind.h (frame_this_id_ftype): Replace
1853 frame_unwind_id_ftype.
1854 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
1855 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
1856 with "prev_register".
1857 * frame-unwind.c (frame_unwind_find_by_pc): Return
1858 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
1859 comment.
1860 * dummy-frame.c (cached_find_dummy_frame): Delete function.
1861 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
1862 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
1863 (dummy_frame_unwind): Update.
1864 * sentinel-frame.c (sentinel_frame_prev_register): Replace
1865 sentinel_frame_register_unwind.
1866 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
1867 (sentinel_frame_unwinder): Update.
1868 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
1869 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
1870 * frame.c (create_sentinel_frame): Update. Initialize
1871 "prologue_cache" instead of "unwind_cache".
1872 (frame_register_unwind): Call this frame's prev_register with the
1873 next frame and this frame's prologue cache.
1874 (get_prev_frame): Simplify. Always call prev frame's this_id with
1875 this frame and prev frame's prologue cache. Document that this
1876 call is shifted one to the left when compared to the
1877 frame_register_unwind call.
1878 (legacy_saved_regs_prev_register): Replace
1879 frame_saved_regs_register_unwind.
1880 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
1881 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
1882 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
1883 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
1884 (d10v_frame_unwind): Update.
1885 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
1886 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
1887 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
1888 "saved_regs" with "this_saved_regs".
1889
efd710d6
AC
18902003-03-16 Andrew Cagney <cagney@redhat.com>
1891
1892 * frame.c (frame_pop): Don't call target_store_registers. Fix
1893 problem reported by Mark Kettenis.
1894
4e259f09
MK
18952003-03-16 Mark Kettenis <kettenis@gnu.org>
1896
1897 * i386-tdep.c (i386_register_type): Renamed from
1898 i386_register_virtual_type. Adjust function signature.
1899 (i386_gdbarch_init): Set register_type instead of
1900 deprecated_max_register_raw_size,
1901 deprecated_max_register_virtual_size and register_virtual_type.
1902
055bb976
AC
19032003-03-14 Andrew Cagney <cagney@redhat.com>
1904
1905 * frame.c (get_prev_frame): When a legacy frame, always call
1906 legacy_get_prev_frame. Simplify unwind code using assumption that
1907 the unwinder is new.
1908 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
1909 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
1910 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
1911
ac2adee5
AC
19122003-03-14 Andrew Cagney <cagney@redhat.com>
1913
1914 * frame.c (get_saved_register): Delete function.
1915 * frame.h (get_saved_register): Delete declaration.
1916 * xstormy16-tdep.c: Update comment.
1917 * regcache.h: Update comments.
1918 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
1919 get_saved_register and extract_address, use
1920 frame_read_unsigned_register.
1921 (sparc_frame_saved_pc): Ditto.
1922 (sparc_get_saved_register): Instead of get_saved_register, use
1923 frame_register.
1924 (sparc_pop_frame): Ditto.
1925 * findvar.c: Update comments.
1926 (value_of_register): Call frame_register instead of
1927 get_saved_register.
1928 (value_from_register): Ditto.
1929 * config/sparc/tm-sparc.h: Update comment.
1930 * breakpoint.c: Update comment.
1931
129c1cd6
AC
19322003-03-14 Andrew Cagney <cagney@redhat.com>
1933
1934 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
1935 GET_SAVED_REGISTER.
1936 * gdbarch.h, gdbarch.c: Re-generate.
1937 * frame.h: Update comments.
1938 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1939 * x86-64-tdep.c (x86_64_init_abi): Update.
1940 * sparc-tdep.c (sparc_gdbarch_init): Update.
1941 * sh-tdep.c (sh_gdbarch_init): Update.
1942 * mips-tdep.c (mips_gdbarch_init): Update.
1943 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1944 * cris-tdep.c (cris_gdbarch_init): Update.
1945 * ia64-tdep.c (ia64_gdbarch_init): Update.
1946 * frame.c (frame_register): Update.
1947 (get_saved_register): Update.
1948 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
1949
749b82f6
AC
19502003-03-13 Andrew Cagney <cagney@redhat.com>
1951
1952 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
1953 * gdbarch.h, gdbarch.c: Regenerate.
1954 * valops.c (hand_function_call): Update comment.
1955 * stack.c (return_command): Update comment.
1956 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
1957 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
1958 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1959 * x86-64-tdep.c (x86_64_init_abi): Update.
1960 * vax-tdep.c (vax_gdbarch_init): Update.
1961 * v850-tdep.c (v850_gdbarch_init): Update.
1962 * sparc-tdep.c (sparc_gdbarch_init): Update.
1963 * sh-tdep.c (sh_gdbarch_init): Update.
1964 * s390-tdep.c (s390_gdbarch_init): Update.
1965 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1966 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1967 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1968 * mips-tdep.c (mips_gdbarch_init): Update.
1969 * mcore-tdep.c (mcore_gdbarch_init): Update.
1970 * m68k-tdep.c (m68k_gdbarch_init): Update.
1971 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1972 * ia64-tdep.c (ia64_gdbarch_init): Update.
1973 * i386-tdep.c (i386_gdbarch_init): Update.
1974 * hppa-tdep.c (hppa_gdbarch_init): Update.
1975 * h8300-tdep.c (h8300_gdbarch_init): Update.
1976 * frv-tdep.c (frv_gdbarch_init): Update.
1977 * cris-tdep.c (cris_gdbarch_init): Update.
1978 * avr-tdep.c (avr_gdbarch_init): Update.
1979 * arm-tdep.c (arm_gdbarch_init): Update.
1980 * alpha-tdep.c (alpha_gdbarch_init): Update.
1981
1594fa56
AC
19822003-03-13 Andrew Cagney <cagney@redhat.com>
1983
1984 * frame.c (legacy_frame_p): New function.
1985 (get_prev_frame): Use legacy_frame_p.
1986 * frame.h (legacy_frame_p): Declare.
1987
7717fda3
V
19882003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
1989
1990 * MAINTAINERS (write after approval): Alphabetically
1991 listing corrected.
1992
0c67cbe9
V
19932003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
1994
1995 * MAINTAINERS (write after approval): Add myself.
1996
03febf99
AC
19972003-03-12 Andrew Cagney <cagney@redhat.com>
1998
1999 * frame.c (get_prev_frame): Rename the frame parameter to
2000 "this_frame".
2001 (get_next_frame, legacy_get_prev_frame): Ditto.
2002
0a1e1ca1
AC
20032003-03-12 Andrew Cagney <cagney@redhat.com>
2004
2005 * frame.c (get_current_frame): Check target_has_registers before
2006 checking target_has_stack.
2007 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
2008 instead of deprecated_selected_frame.
2009 * findvar.c (value_of_register): Pass "frame", not
2010 deprecated_selected_frame, to value_of_builtin_reg.
2011
a66a9c23
AC
20122003-03-12 Andrew Cagney <cagney@redhat.com>
2013
2014 * regcache.c (regcache_cooked_write_signed): New function.
2015 (regcache_cooked_write_unsigned): New function.
2016 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
2017 (regcache_cooked_read_signed): Fix regnum in range assertion.
2018 * regcache.h (regcache_cooked_write_signed): Declare.
2019 (regcache_cooked_write_unsigned): Declare.
2020
8bedc050
AC
20212003-03-12 Andrew Cagney <cagney@redhat.com>
2022
2023 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
2024 * gdbarch.h, gdbarch.c: Re-generate.
2025 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2026 * x86-64-tdep.h: Update.
2027 * x86-64-tdep.c (x86_64_init_abi): Update.
2028 * v850-tdep.c (v850_gdbarch_init): Update.
2029 * sparc-tdep.c (sparc_gdbarch_init): Update.
2030 * sh-tdep.c (sh_gdbarch_init): Update.
2031 * s390-tdep.c (s390_gdbarch_init): Update.
2032 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2033 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
2034 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2035 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2036 * mips-tdep.c (mips_gdbarch_init): Update.
2037 * mcore-tdep.c (mcore_gdbarch_init): Update.
2038 * m68k-tdep.c (m68k_gdbarch_init): Update.
2039 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2040 * ia64-tdep.c (ia64_gdbarch_init): Update.
2041 * i386-tdep.c (i386_gdbarch_init): Update.
2042 * i386-interix-tdep.c (i386_interix_init_abi): Update.
2043 * hppa-tdep.c (hppa_gdbarch_init): Update.
2044 * h8300-tdep.c (h8300_gdbarch_init): Update.
2045 * frv-tdep.c (frv_gdbarch_init): Update.
2046 * cris-tdep.c (cris_gdbarch_init): Update.
2047 * avr-tdep.c (avr_gdbarch_init): Update.
2048 * arm-tdep.c (arm_gdbarch_init): Update.
2049 * alpha-tdep.c (alpha_gdbarch_init): Update.
2050 * sh-tdep.c (sh_init_extra_frame_info): Update.
2051 (sh64_init_extra_frame_info): Update.
2052 * ns32knbsd-nat.c (frame_num_args): Update.
2053 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
2054 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
2055 (xstormy16_frame_chain_valid): Update.
2056 * vax-tdep.c (vax_saved_pc_after_call): Update.
2057 * v850-tdep.c (v850_frame_chain): Update.
2058 (v850_pop_frame): Update.
2059 (v850_init_extra_frame_info): Update.
2060 * sparc-tdep.c (setup_arbitrary_frame): Update.
2061 * ns32k-tdep.c (umax_frame_num_args): Update.
2062 * s390-tdep.c (s390_pop_frame_regular): Update.
2063 * mn10300-tdep.c (mn10300_frame_chain): Update.
2064 (mn10300_pop_frame_regular): Update.
2065 (mn10300_init_extra_frame_info): Update.
2066 * mips-tdep.c (mips_init_frame_pc_first): Update.
2067 (mips_frame_chain): Update.
2068 (mips_pop_frame): Update.
2069 * mcore-tdep.c (mcore_frame_chain): Update.
2070 (mcore_pop_frame): Update.
2071 (mcore_init_extra_frame_info): Update.
2072 * arch-utils.c (init_frame_pc_default): Update.
2073 * m68k-tdep.c (isi_frame_num_args): Update.
2074 (delta68_frame_num_args): Update.
2075 (news_frame_num_args): Update.
2076 * ia64-tdep.c (ia64_pop_frame_regular): Update.
2077 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
2078 (alpha_frame_chain): Update.
2079 (alpha_pop_frame): Update.
2080 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
2081 (hppa_init_extra_frame_info): Update.
2082 (hppa_frame_chain): Update.
2083 (hppa_frame_chain_valid): Update.
2084 * cris-tdep.c (cris_init_extra_frame_info): Update.
2085 * avr-tdep.c (avr_init_extra_frame_info): Update.
2086 * arm-tdep.c (arm_frame_chain_valid): Update.
2087 (arm_init_extra_frame_info): Update.
2088 (arm_pop_frame): Update.
2089 * frame.c (frame_pc_unwind): Update.
2090 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
2091 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
2092 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
2093 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
2094 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
2095 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
2096
7a25a7c1
AC
20972003-03-12 Andrew Cagney <cagney@redhat.com>
2098
2099 Eliminate the need for POP_FRAME.
2100 * frame.c (do_frame_unwind_register): New function.
2101 (frame_pop): When no POP_FRAME, pop the frame using register
2102 unwind and a scratch regcache.
2103 (frame_saved_regs_pop): Delete function.
2104 (trad_frame_unwinder): Update.
2105 * d10v-tdep.c (d10v_frame_pop): Delete function.
2106 (d10v_frame_unwind): Update.
2107 * sentinel-frame.c (sentinel_frame_pop): Delete function.
2108 (sentinel_frame_unwinder): Update.
2109 * dummy-frame.c (dummy_frame_pop): Delete function.
2110 (dummy_frame_unwind): Update.
2111 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
2112 (struct frame_unwind): Update.
2113
2f38ef89
KB
21142003-03-11 Kevin Buettner <kevinb@redhat.com>
2115
2116 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
2117 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
2118 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
2119 Do range checks on register number obtained from debugging info.
2120 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
2121 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
2122 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
2123 mapping function.
2124 (do_fp_register_row): Fix typo which caused double type to be
2125 used when attempting to unpack a float.
2126
552f4abf
JB
21272003-03-11 J. Brobecker <brobecker@gnat.com>
2128
2129 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
2130
e0d2ae16
AC
21312003-03-11 Andrew Cagney <cagney@redhat.com>
2132
2133 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
2134 frame. Problem found by Corinna Vinschen.
2135
ddbfdd06
PM
21362003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
2137
2138 * doublest.c (floatformat_from_length): Accept also
2139 the real size of 'long double' type.
2140
088b2ddc 21412003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 2142
088b2ddc 2143 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
2144 * breakpoint.c (bpstat_copy): Copy the command lines as well
2145 as the old value, to match what is freed in bpstat_clear.
2146
f56f77c1
DC
21472003-03-10 David Carlton <carlton@math.stanford.edu>
2148
2149 * minsyms.c (add_minsym_to_hash_table): Replace
2150 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
2151 (compare_minimal_symbols, compact_minimal_symbols)
2152 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
2153 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
2154 of DEPRECATED_SYMBOL_MATCHES_NAME.
2155 (lookup_minimal_symbol_solib_trampoline): Ditto.
2156
5602984a
AC
21572003-03-10 Andrew Cagney <cagney@redhat.com>
2158
2159 * regcache.h (regcache_cooked_read_ftype): Define.
2160 (regcache_save, regcache_restore): Add a cooked_read parameter.
2161 * regcache.c (regcache_save, regcache_restore): Update.
2162 (do_cooked_read): New function.
2163 (regcache_cpy): Pass do_cooked_read to regcache_save and
2164 regcache_restore.
2165
8bedc050
AC
21662003-03-10 Andrew Cagney <cagney@redhat.com>
2167
2168 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
2169 * gdbarch.h, gdbarch.c: Re-generate.
2170 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2171 * x86-64-tdep.h: Update.
2172 * x86-64-tdep.c (x86_64_init_abi): Update.
2173 * v850-tdep.c (v850_gdbarch_init): Update.
2174 * sparc-tdep.c (sparc_gdbarch_init): Update.
2175 * sh-tdep.c (sh_gdbarch_init): Update.
2176 * s390-tdep.c (s390_gdbarch_init): Update.
2177 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2178 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
2179 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2180 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2181 * mips-tdep.c (mips_gdbarch_init): Update.
2182 * mcore-tdep.c (mcore_gdbarch_init): Update.
2183 * m68k-tdep.c (m68k_gdbarch_init): Update.
2184 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2185 * ia64-tdep.c (ia64_gdbarch_init): Update.
2186 * i386-tdep.c (i386_gdbarch_init): Update.
2187 * i386-interix-tdep.c (i386_interix_init_abi): Update.
2188 * hppa-tdep.c (hppa_gdbarch_init): Update.
2189 * h8300-tdep.c (h8300_gdbarch_init): Update.
2190 * frv-tdep.c (frv_gdbarch_init): Update.
2191 * cris-tdep.c (cris_gdbarch_init): Update.
2192 * avr-tdep.c (avr_gdbarch_init): Update.
2193 * arm-tdep.c (arm_gdbarch_init): Update.
2194 * alpha-tdep.c (alpha_gdbarch_init): Update.
2195 * sh-tdep.c (sh_init_extra_frame_info): Update.
2196 (sh64_init_extra_frame_info): Update.
2197 * ns32knbsd-nat.c (frame_num_args): Update.
2198 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
2199 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
2200 (xstormy16_frame_chain_valid): Update.
2201 * vax-tdep.c (vax_saved_pc_after_call): Update.
2202 * v850-tdep.c (v850_frame_chain): Update.
2203 (v850_pop_frame): Update.
2204 (v850_init_extra_frame_info): Update.
2205 * sparc-tdep.c (setup_arbitrary_frame): Update.
2206 * ns32k-tdep.c (umax_frame_num_args): Update.
2207 * s390-tdep.c (s390_pop_frame_regular): Update.
2208 * mn10300-tdep.c (mn10300_frame_chain): Update.
2209 (mn10300_pop_frame_regular): Update.
2210 (mn10300_init_extra_frame_info): Update.
2211 * mips-tdep.c (mips_init_frame_pc_first): Update.
2212 (mips_frame_chain): Update.
2213 (mips_pop_frame): Update.
2214 * mcore-tdep.c (mcore_frame_chain): Update.
2215 (mcore_pop_frame): Update.
2216 (mcore_init_extra_frame_info): Update.
2217 * arch-utils.c (init_frame_pc_default): Update.
2218 * m68k-tdep.c (isi_frame_num_args): Update.
2219 (delta68_frame_num_args): Update.
2220 (news_frame_num_args): Update.
2221 * ia64-tdep.c (ia64_pop_frame_regular): Update.
2222 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
2223 (alpha_frame_chain): Update.
2224 (alpha_pop_frame): Update.
2225 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
2226 (hppa_init_extra_frame_info): Update.
2227 (hppa_frame_chain): Update.
2228 (hppa_frame_chain_valid): Update.
2229 * cris-tdep.c (cris_init_extra_frame_info): Update.
2230 * avr-tdep.c (avr_init_extra_frame_info): Update.
2231 * arm-tdep.c (arm_frame_chain_valid): Update.
2232 (arm_init_extra_frame_info): Update.
2233 (arm_pop_frame): Update.
2234 * frame.c (frame_pc_unwind): Update.
2235 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
2236 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
2237 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
2238 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
2239 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
2240 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
2241
12cc2063
AC
22422003-03-10 Andrew Cagney <cagney@redhat.com>
2243
2244 * gdbarch.sh (gdbarch_unwind_pc): New method.
2245 * gdbarch.h, gdbarch.c: Regenerate.
2246 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
2247 but use read_pc and FRAME_SAVED_PC as fall backs.
2248 (frame_saved_regs_pc_unwind): Delete function.
2249 (trad_frame_unwinder): Update.
2250 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
2251 (struct frame_unwind): Update.
2252 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
2253 (dummy_frame_unwind): Update.
2254 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
2255 (sentinel_frame_unwinder): Update.
2256 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
2257 (d10v_frame_unwind): Update.
2258 (d10v_unwind_pc): New function.
2259 (d10v_gdbarch_init): Set unwind_pc.
2260
ef840a37
AC
22612003-03-10 Andrew Cagney <cagney@redhat.com>
2262
a2ce2e56
AC
2263 * gdbarch.h: Re-generate.
2264
ef840a37
AC
2265 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
2266 PC.
2267 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
2268 the PC register.
2269
08f3424b
MK
22702003-03-08 Mark Kettenis <kettenis@gnu.org>
2271
2272 * gdbarch.sh (save_dummy_frame_tos): Add comment.
2273
1248ede2
AC
22742003-03-08 Andrew Cagney <cagney@redhat.com>
2275
2276 * cli-out.c: Update copyright.
2277 (cli_out_data): Define typedef. Use instead of ui_out_data.
2278
f49bacc8
AC
22792003-03-08 Andrew Cagney <cagney@redhat.com>
2280
2281 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
2282 the result.
2283
9b05f993
AC
22842003-03-07 Andrew Cagney <cagney@redhat.com>
2285
2286 * gdbarch.sh: Don't generate two macro definitions when an
2287 undefined macro taking no arguments.
2288 * gdbarch.h: Regenerate.
2289
166f4c7b
ML
22902002-03-07 Michal Ludvig <mludvig@suse.cz>
2291
2292 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
2293 (x86_64_unwind_dummy_id): New functions.
2294 (x86_64_init_abi): Register these two new functions.
2295
6d686a84
ML
22962003-03-07 Michal Ludvig <mludvig@suse.cz>
2297
2298 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
2299 (x86_64_skip_prologue): Move prologue detection to
2300 separate function.
2301 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
2302
6314f104
AC
23032003-03-05 Andrew Cagney <cagney@redhat.com>
2304
2305 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
2306 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
2307 * frame.c (get_prev_frame): Restructure the frame ID unwind code
2308 to use unwind_dummy_id when a dummy frame.
2309 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
2310 predicate.
2311 * gdbarch.h, gdbarch.c: Regneerate.
2312
ceea5145
AC
23132003-03-05 Andrew Cagney <cagney@redhat.com>
2314
2315 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
2316 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
2317 Do not use d10v_read_sp or d10v_read_fp when obtaining register
2318 values.
2319
0d843116
AC
23202003-03-05 Andrew Cagney <cagney@redhat.com>
2321
2322 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
2323 (struct d10v_unwind_cache): Delete field "frameless". Replace
2324 "next_addr" with "sp_offset". Add "r11_offset".
2325 (d10v_frame_unwind_cache): Update.
2326 (prologue_find_regs): Update. When "mv r11, sp", save the
2327 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
2328 RN was saved in r11_offset.
2329
b2579786
AC
23302003-03-05 Andrew Cagney <cagney@redhat.com>
2331
2332 * frame.c (deprecated_update_frame_pc_hack): Also update the the
2333 cached PC value in the next frame.
2334
218e5956
AC
23352003-03-05 Andrew Cagney <cagney@redhat.com>
2336
2337 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
2338 "id_unwind_cache" with "id".
2339 (frame_id_unwind): Delete declaration.
2340 * frame.c (frame_id_unwind): Delete function.
2341 (get_prev_frame): Call the frame id unwind method directly. Store
2342 the returned next frame's ID value in NEXT_FRAME. Note that there
2343 is a problem with the wrong unwind ID being called with the wrong
2344 unwind cache.
2345
ed363b1b
DJ
23462003-03-05 Daniel Jacobowitz <drow@mvista.com>
2347
2348 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
2349
fe1f4a5e
DJ
23502003-03-05 James Ingham <jingham@apple.com>
2351 Daniel Jacobowitz <drow@mvista.com>
2352
2353 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
2354 (auto_cp_abi): New variable.
2355 (current_cp_abi, num_cp_abis): Make static.
2356 (CP_ABI_MAX): Define.
2357 (cp_abis): Turn into an array.
2358 (value_virtual_fn_field): Fix formatting.
2359 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
2360 takes a pointer.
2361 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
2362 (list_cp_abis, _initialize_cp_abi): New functions.
2363 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
2364 declarations for cp_abis, num_cp_abis, current_cp_abi, and
2365 switch_to_cp_abi. Update prototype for register_cp_abi.
2366 * Makefile.in (cp-abi.o): Update dependencies.
2367 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
2368 instead of switch_to_cp_abi.
2369 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
2370 register_cp_abi.
2371 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
2372 register_cp_abi.
2373 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
2374
e4adbba9
DJ
23752003-03-05 Daniel Jacobowitz <drow@mvista.com>
2376
2377 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
2378 * dwarf2loc.c: Include "regcache.h".
2379 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
2380 register_size.
2381 * Makefile.in (dwarf2loc.o): Update dependencies.
2382
91ccbfc1
TR
23832003-03-04 Theodore A. Roth <troth@openavr.org>
2384
2385 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
2386 number of io registers reported by remote target is not a multiple of
2387 step.
2388
3d4e8fd2
DC
23892003-03-04 David Carlton <carlton@math.stanford.edu>
2390
2391 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
2392 (lookup_symbol_aux_psymtabs): Update call to
2393 lookup_partial_symbol.
2394 (lookup_transparent_type, find_main_psymtab)
2395 (make_symbol_overload_list): Ditto.
2396
ed42d87b
KH
23972003-03-04 Kazu Hirata <kazu@cs.umass.edu>
2398
2399 * MAINTAINERS (Write after approval): Update my email address.
2400
a0ed5532
AC
24012003-03-03 Andrew Cagney <cagney@redhat.com>
2402
2403 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
2404 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
2405 predicate. Replace MAX_REGISTER_RAW_SIZE.
2406 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
2407 MAX_REGISTER_VIRTUAL_SIZE.
2408 * regcache.c (legacy_max_register_raw_size): New function.
2409 (legacy_max_register_virtual_size): New function.
2410 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
2411 (MAX_REGISTER_RAW_SIZE): Define.
2412 (legacy_max_register_raw_size): Declare.
2413 (legacy_max_register_virtual_size): Declare.
2414 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
2415 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
2416 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
2417 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
2418 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
2419 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
2420 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
2421 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
2422 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
2423 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2424 * vax-tdep.c (vax_gdbarch_init): Update.
2425 * v850-tdep.c (v850_gdbarch_init): Update.
2426 * sparc-tdep.c (sparc_gdbarch_init): Update.
2427 * sh-tdep.c (sh_gdbarch_init): Update.
2428 * s390-tdep.c (s390_gdbarch_init): Update.
2429 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2430 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2431 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2432 * mips-tdep.c (mips_gdbarch_init): Update.
2433 * mcore-tdep.c (mcore_gdbarch_init): Update.
2434 * m68k-tdep.c (m68k_gdbarch_init): Update.
2435 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2436 * ia64-tdep.c (ia64_gdbarch_init): Update.
2437 * i386-tdep.c (i386_gdbarch_init): Update.
2438 * hppa-tdep.c (hppa_gdbarch_init): Update.
2439 * h8300-tdep.c (h8300_gdbarch_init): Update.
2440 * frv-tdep.c (frv_gdbarch_init): Update.
2441 * cris-tdep.c (cris_gdbarch_init): Update.
2442 * avr-tdep.c (avr_gdbarch_init): Update.
2443 * arm-tdep.c (arm_gdbarch_init): Update.
2444 * alpha-tdep.c (alpha_gdbarch_init): Update.
2445 * d10v-tdep.c (d10v_gdbarch_init): Do not set
2446 max_register_raw_size or max_register_virtual_size.
2447
8e437497
DC
24482003-03-03 David Carlton <carlton@math.stanford.edu>
2449
2450 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
2451 SYMBOL_MATCHES_NAME, add comment.
2452 (SYMBOL_MATCHES_NATURAL_NAME): New.
2453 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
2454 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
2455 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
2456 * symtab.c (lookup_partial_symbol): Use
2457 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
2458 unhelpful comment.
2459 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
2460 SYMBOL_MATCHES_NAME.
2461 Fix for PR c++/33.
2462
25120b0d
DC
24632003-03-03 David Carlton <carlton@math.stanford.edu>
2464
2465 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
2466 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
2467 by regexp matching against SYMBOL_NATURAL_NAME.
2468
78a11fb4
DC
24692003-03-03 David Carlton <carlton@math.stanford.edu>
2470
2471 * linespec.c (find_method): Extract code into collect_methods.
2472 (collect_methods): New.
2473
645dd519
MK
24742003-03-02 Mark Kettenis <kettenis@gnu.org>
2475
b4700d91
MK
2476 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
2477 get_frame_base.
2478
645dd519
MK
2479 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
2480 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
2481
0aa7e1aa
SC
24822003-03-02 Stephane Carrez <stcarrez@nerim.fr>
2483
2484 * arch-utils.c (generic_register_byte): Fix to use the loop index
2485 and not regnum when summing the size of all registers up to regnum.
2486
f30ee0bc
AC
24872003-03-01 Andrew Cagney <cagney@redhat.com>
2488
2489 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
2490 FRAME_INIT_SAVED_REGS.
2491 * gdbarch.h, gdbarch.c: Regenerate.
2492 * stack.c (frame_info): Update.
2493 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
2494 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
2495 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
2496 * ns32k-tdep.c (ns32k_pop_frame): Update.
2497 * mips-tdep.c (mips_pop_frame): Update.
2498 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
2499 * ia64-tdep.c (ia64_frame_chain): Update.
2500 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
2501 (ia64_frameless_function_invocation): Update.
2502 (ia64_init_extra_frame_info): Update.
2503 (ia64_pop_frame_regular): Update.
2504 * frame.h (struct frame_info): Update comment.
2505 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
2506 * frame.c (frame_saved_regs_register_unwind): Update.
2507 (frame_saved_regs_register_unwind): Update.
2508 (deprecated_generic_get_saved_register): Update.
2509 * cris-tdep.c: Update comment.
2510 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
2511 Rename macro.
2512 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2513 * x86-64-tdep.c (x86_64_init_abi): Update.
2514 * vax-tdep.c (vax_gdbarch_init): Update.
2515 * v850-tdep.c (v850_gdbarch_init): Update.
2516 * sparc-tdep.c (sparc_gdbarch_init): Update.
2517 * sh-tdep.c (sh_gdbarch_init): Update.
2518 * s390-tdep.c (s390_gdbarch_init): Update.
2519 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2520 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
2521 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2522 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2523 * mips-tdep.c (mips_gdbarch_init): Update.
2524 * mcore-tdep.c (mcore_gdbarch_init): Update.
2525 * m68k-tdep.c (m68k_gdbarch_init): Update.
2526 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2527 * ia64-tdep.c (ia64_gdbarch_init): Update.
2528 * i386-tdep.c (i386_gdbarch_init): Update.
2529 * frv-tdep.c (frv_gdbarch_init): Update.
2530 * avr-tdep.c (avr_gdbarch_init): Update.
2531 * arm-tdep.c (arm_gdbarch_init): Update.
2532 * alpha-tdep.c (alpha_gdbarch_init): Update.
2533
42fa7c0f
AC
25342003-03-01 Andrew Cagney <cagney@redhat.com>
2535
2536 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
2537 option enum and switch. When no windows, set the interpreter to
2538 INTERP_CONSOLE.
2539
49c7e338
AC
25402003-03-01 Andrew Cagney <cagney@redhat.com>
2541
2542 * main.c (captured_main): Replace magic option characters with an
2543 enum.
2544
e9582e71
AC
25452003-03-01 Andrew Cagney <cagney@redhat.com>
2546
2547 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
2548 INIT_EXTRA_FRAME_INFO.
2549 * gdbarch.h, gdbarch.c: Regenerate.
2550 * arm-tdep.c: Update comments.
2551 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
2552 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
2553 * frame.h, avr-tdep.c: Ditto.
2554 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
2555 (create_new_frame, legacy_get_prev_frame): Ditto.
2556 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
2557 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
2558 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
2559 deprecated_init_extra_frame_info instead of init_extra_frame_info.
2560 * x86-64-tdep.c (x86_64_init_abi): Ditto.
2561 * v850-tdep.c (v850_gdbarch_init): Ditto.
2562 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2563 * sh-tdep.c (sh_gdbarch_init): Ditto.
2564 * s390-tdep.c (s390_gdbarch_init): Ditto.
2565 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
2566 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2567 * mips-tdep.c (mips_gdbarch_init): Ditto.
2568 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2569 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2570 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2571 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
2572 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
2573 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2574 * frv-tdep.c (frv_gdbarch_init): Ditto.
2575 * cris-tdep.c (cris_gdbarch_init): Ditto.
2576 * avr-tdep.c (avr_gdbarch_init): Ditto.
2577 * arm-tdep.c (arm_gdbarch_init): Ditto.
2578 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2579 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2580
35cac7cf
AC
25812003-03-01 Andrew Cagney <cagney@redhat.com>
2582
2583 * gdbarch.sh (register_type): New function with predicate.
2584 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
2585 * gdbarch.h, gdbarch.c: Re-generate.
2586 * arch-utils.c (generic_register_byte): Use generic_register_size.
2587 (generic_register_size): When available, use
2588 gdbarch_register_type.
2589 * regcache.c (init_regcache_descr): When available, initialize the
2590 register type array using gdbarch_register_type. If the
2591 architecture supplies gdbarch_register_type, do not use the legacy
2592 regcache layout.
2593 * d10v-tdep.c (d10v_register_type): Replace
2594 d10v_register_virtual_type.
2595 (d10v_gdbarch_init): Set register_type instead of
2596 register_virtual_type.
2597
7b83296f
AC
25982003-03-01 Andrew Cagney <cagney@redhat.com>
2599
2600 * Makefile.in (ax-gdb.o): Update dependencies.
2601 * ax-gdb.c: Include "regcache.h".
2602 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
2603 * findvar.c (value_of_register): Ditto.
2604 * infcmd.c (default_print_registers_info): Ditto.
2605
eadc1c87
MK
26062003-03-01 Mark Kettenis <kettenis@gnu.org>
2607
2608 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
2609 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
2610
14143612
MK
26112003-03-01 Mark Kettenis <kettenis@gnu.org>
2612
2613 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
2614 of STREQ.
2615
a55cc764
DJ
26162003-02-28 Daniel Jacobowitz <drow@mvista.com>
2617
2618 * Makefile.in (dwarf2loc.o): Update dependencies.
2619 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
2620 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
2621 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
2622 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
2623 (locexpr_tracepoint_var_ref): New function.
2624 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
2625
08a617da
AC
26262003-02-28 Andrew Cagney <cagney@redhat.com>
2627
2628 * regcache.c (register_size): New function.
2629 * regcache.h (register_size): Declare
2630 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
2631 max_register_size instead of MAX_REGISTER_RAW_SIZE.
2632
4224873a
DC
26332003-02-28 David Carlton <carlton@math.stanford.edu>
2634
2635 * linespec.c (decode_compound): Extract code into find_method.
2636 (find_method): New.
2637
ccdc5d7f
JB
26382003-02-28 J. Brobecker <brobecker@gnat.com>
2639
2640 * Makefile.in: Add rules to build and link in observer.o.
2641
974e8ced
JB
26422003-02-27 J. Brobecker <brobecker@gnat.com>
2643
2644 * observer.c: Minor comments edits.
2645
7a28f973
JB
26462003-02-27 J. Brobecker <brobecker@gnat.com>
2647
2648 * observer.h, observer.c: New file.
2649
27cddce2
AC
26502003-02-27 Andrew Cagney <cagney@redhat.com>
2651
2652 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
2653
b94a41a1
SC
26542003-02-27 Stephane Carrez <stcarrez@nerim.fr>
2655
2656 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
2657 (M6812_OP_STS_EXT): Likewise.
2658 (m6811_prologue): Use the above to recognize prologue.
2659 (m6812_prologue): Likewise.
2660
c8be8951
DC
26612003-02-27 David Carlton <carlton@math.stanford.edu>
2662
2663 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
2664 SYMBOL_PRINT_NAME.
2665 (compare_psymbols): Ditto.
2666 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
2667
d05bb1fc
MS
26682003-02-27 Michael Snyder <msnyder@redhat.com>
2669
4e845cd3
MS
2670 * f-lang.c (build_fortran_types): New function.
2671 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
2672 * doublest.c (extract_floating): Fix warning text.
2673
f3824013
AC
26742003-02-27 Andrew Cagney <cagney@redhat.com>
2675
2676 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
2677 predicate. Replaces PUSH_DUMMY_FRAME.
2678 * gdbarch.h, gdbarch.c: Regnerate.
2679 * valops.c (hand_function_call): Update. Call
2680 generic_push_dummy_frame directly.
2681 * vax-tdep.c (vax_gdbarch_init): Update.
2682 * sparc-tdep.c (sparc_gdbarch_init): Update.
2683 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2684 * m68k-tdep.c (m68k_gdbarch_init): Update.
2685 * hppa-tdep.c (hppa_gdbarch_init): Update.
2686 * alpha-tdep.c (alpha_gdbarch_init): Update.
2687 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
2688 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
2689 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
2690 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
2691 push_dummy_frame to generic_push_dummy_frame.
2692 * v850-tdep.c (v850_gdbarch_init): Ditto.
2693 * sh-tdep.c (sh_gdbarch_init): Ditto.
2694 * s390-tdep.c (s390_gdbarch_init): Ditto.
2695 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2696 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2697 * mips-tdep.c (mips_gdbarch_init): Ditto.
2698 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2699 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2700 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2701 * i386-tdep.c (i386_gdbarch_init): Ditto.
2702 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2703 * frv-tdep.c (frv_gdbarch_init): Ditto.
2704 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2705 * cris-tdep.c (cris_gdbarch_init): Ditto.
2706 * avr-tdep.c (avr_gdbarch_init): Ditto.
2707 * arm-tdep.c (arm_gdbarch_init): Ditto.
2708
ad188201
KB
27092003-02-26 Kevin Buettner <kevinb@redhat.com>
2710
2711 * mips-tdep.c (show_mips_abi): New function.
2712 (_initialize_mips_tdep): Use show_mips_abi() to implement the
2713 command ``show mips abi''.
2714
6b37567a
JJ
27152003-02-26 Jeff Johnston <jjohnstn@redhat.com>
2716
2717 From Elena Zannoni <ezannoni@redhat.com>
2718 * dbxread.c (process_one_symbol): Only record line 0 if one or
2719 more sline entries have been seen for the function.
2720
d3e0a5bf
MC
27212003-02-26 Michael Chastain <mec@shout.net>
2722
2723 * configure: Regenerate with autoconf 000227.
2724
18972eea
MC
27252003-02-26 Michael Chastain <mec@shout.net>
2726
2727 Close PR build/660.
2728 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
2729 for old libc5/glibc.
2730 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
2731
0bbde931
KW
27322003-02-26 Kris Warkentin <kewarken@qnx.com>
2733
2734 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
2735 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
2736
27ca5dad
MC
27372003-02-26 Michael Chastain <mec@shout.net>
2738
2739 * configure.in: New variable HAVE_UINTPTR_T.
2740 * configure, config.in: Regenerated.
2741
6f88d630
DJ
27422003-02-26 Daniel Jacobowitz <drow@mvista.com>
2743
2744 Fix PR build/1097.
2745 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
2746
b14185ce
AC
27472003-02-25 Andrew Cagney <cagney@redhat.com>
2748
2749 * frame.c (get_prev_frame): Add comment on check for
2750 inside_entry_func. Only check for inside_entry_file when not a
2751 dummy and not a sentinel. Check that the new frame is not inner
2752 to the old frame.
2753
ac2bd0a9
AC
27542003-02-25 Andrew Cagney <cagney@redhat.com>
2755
2756 * frame.c (frame_debug): New variable.
2757 (_initialize_frame): Add "set/show debug frame" command.
2758 (get_prev_frame): When frame_debug, print reason why unwind
2759 failed.
2760
b18a0fd2
MC
27612003-02-25 Michael Chastain <mec@shout.net>
2762
2763 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
2764 to avoid uintptr_t definition problems.
2765
22abf04a
DC
27662003-02-25 David Carlton <carlton@math.stanford.edu>
2767
2768 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
2769 (SYMBOL_LINKAGE_NAME): Ditto.
2770 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
2771 SYMBOL_LINKAGE_NAME.
2772 (struct general_symbol_info): Expand comment.
2773 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
2774 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
2775 (SYMBOL_MATCHES_REGEXP): Ditto.
2776 * symtab.c (symbol_natural_name): New function.
2777 * objfiles.h: Replace all uses of SYMBOL_NAME by
2778 DEPRECATED_SYMBOL_NAME.
2779 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
2780 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
2781 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
2782 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
2783 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
2784 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
2785 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
2786 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
2787 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
2788 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
2789 * ada-exp.y: Ditto.
2790 * ada-exp.y: Update copyright.
2791 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
2792 * cp-valprint.c: Ditto.
2793
1a5848f6
JJ
27942003-02-25 Jeff Johnston <jjohnstn@redhat.com>
2795
2796 * infptrace.c (detach): Do not flag error if ptrace detach fails
2797 and errno is set to ESRCH.
2798
7343d46a
AC
27992003-02-24 Andrew Cagney <cagney@redhat.com>
2800
2801 * infptrace.c (udot_info): Change type of udot_off to long. Use
2802 paddr when printing udot_off's value.
2803
49fa1dc2
DC
28042003-02-24 David Carlton <carlton@math.stanford.edu>
2805
2806 * symtab.c (make_symbol_overload_list): Only read in partial
2807 symtabs containing a matching partial symbol.
2808
0fe19209
DC
28092003-02-24 David Carlton <carlton@math.stanford.edu>
2810
2811 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
2812 do the comparison, not strcmp.
2813 * symfile.c (compare_psymbols): Ditto.
2814 * defs.h: Declare strcmp_iw_ordered.
2815 * utils.c (strcmp_iw_ordered): New function.
2816
8e3ee7b5
JB
28172003-02-24 Jim Blandy <jimb@redhat.com>
2818
2819 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
2820 support, shared libs): Remove my name from here, to better reflect
2821 reality.
2822
7df1a324
KW
28232003-02-24 Kris Warkentin <kewarken@qnx.com>
2824
2825 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
2826 (target_ops): Add to_have_continuable_watchpoint.
2827 * target.c (update_current_target): Add INHERIT line for
2828 to_have_continuable_watchpoint.
2829 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
2830 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
2831 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
2832 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
2833
d1c76907
EZ
28342003-02-24 Elena Zannoni <ezannoni@redhat.com>
2835
2836 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
2837 maintainership.
2838
2610b0bf
KW
28392003-02-24 Kris Warkentin <kewarken@qnx.com>
2840
f46169db
KW
2841 * solib.c (solib_open): Call target defined search function after
2842 failing with solib-search-path.
2843 * solist.h (target_so_ops): Add find_and_open_solib function hook and
2844 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 2845
9a3c34fe
KW
28462003-02-24 Kris Warkentin <kewarken@qnx.com>
2847
f46169db 2848 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 2849
2417dd25
SC
28502003-02-23 Stephane Carrez <stcarrez@nerim.fr>
2851
2852 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
2853
b631436b
SC
28542003-02-22 Stephane Carrez <stcarrez@nerim.fr>
2855
2856 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
2857 (m68hc11_add_reggroups): New function.
2858 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
2859 (m68hc11_gdbarch_init): Install the reggroups.
2860 (_initialize_m68hc11_tdep): Initialize them.
2861
0aa8c1e4
JW
28622003-02-21 James E Wilson <wilson@tuliptree.org>
2863
2864 * MAINTAINERS: Update my email address.
2865
50ceaba5
DC
28662003-02-21 David Carlton <carlton@math.stanford.edu>
2867
2868 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
2869
4c2df51b
DJ
28702003-02-21 Daniel Jacobowitz <drow@mvista.com>
2871
2872 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
2873 * symtab.h: Add opaque declarations of struct axs_value and
2874 struct agent_expr.
2875 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
2876 (struct location_funcs): New type.
2877 (struct symbol): Add "loc" to aux_value.
2878 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
2879 * dwarf2read.c: Include "dwarf2expr.h".
2880 (dwarf2_symbol_mark_computed): New function.
2881 (read_func_scope): Use it.
2882 (var_decode_location): New function.
2883 (new_symbol): Use it.
2884 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
2885
2886 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
2887 (dwarf2expr_h, dwarf2loc_h): New variables.
2888 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
2889 (dwarf2expr.o, dwarf2loc.o): New rules.
2890 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
2891 * buildsym.c (finish_block): Handle LOC_COMPUTED and
2892 LOC_COMPUTED_ARG.
2893 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
2894 * m2-exp.y (yylex): Likewise.
2895 * printcmd.c (address_info, print_frame_args): Likewise.
2896 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
2897 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
2898 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
2899 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
2900 * symtab.c (lookup_block_symbol): Likewise.
2901
5784d15e
AF
29022003-02-20 Adam Fedor <fedor@gnu.org>
2903
2904 * symtab.h: Remove objc_specific struct
2905 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
2906 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
2907 Have language_objc use cplus_specific struct.
2908
d4cad8db
TT
29092003-02-20 Tom Tromey <tromey@redhat.com>
2910
2911 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
2912 TYPE_NAME, when printing a String value. PR java/1075.
2913
2f9a90b4
AF
29142003-02-20 Adam Fedor <fedor@gnu.org>
2915
d38074a8 2916 * objc-lang.h (find_methods): Remove declaration.
2f9a90b4
AF
2917 * objc-lang.c (find_methods): Make static.
2918
6f17862b
CF
29192003-02-20 Christopher Faylor <cgf@redhat.com>
2920
2921 * win32-nat.c (get_image_name): Check return value from
2922 ReadProcessMemory.
2923 (child_xfer_memory): Ditto.
2924
715d1656
AO
29252003-02-20 Alexandre Oliva <aoliva@redhat.com>
2926
2927 * configure.in (TARGET_SYSTEM_ROOT): Set default to
2928 ${exec_prefix}/${target_alias}/sys-root. Match explicit
2929 '${exec_prefix}' (in addition to the expansion thereof) as
2930 relocatable.
2931 * configure: Rebuilt.
2932
b1262a02
DC
29332003-02-20 David Carlton <carlton@math.stanford.edu>
2934
2935 * symtab.c (search_symbols): Revert the search_symbols part of my
2936 2002-12-23 patch. Add comment.
2937
7134143f
DJ
29382002-02-20 Daniel Jacobowitz <drow@mvista.com>
2939
2940 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
2941 * dbxread.c (elfstab_build_psymtabs): Don't call
2942 install_minimal_symbols.
2943 (stabsect_build_psymtabs): Likewise.
2944 * elfread.c (elf_symfile_read): Call install_minimal_symbols
2945 earlier.
2946 * somread.c (som_symfile_read): Call install_minimal_symbols
2947 and do_cleanups earlier.
2948 * nlmread.c (nlm_symfile_read): Likewise.
2949 * mdebugread.c (elfmdebug_build_psymtabs): Call
2950 install_minimal_symbols and make appropriate cleanups.
2951
cf466558
KB
29522003-02-20 Kevin Buettner <kevinb@redhat.com>
2953
2954 * solib.c (reload_shared_libraries): New function.
2955 (_initialize_solib): Add callbacks for ``set solib-search-path''
2956 and ``set solib-absolute-prefix''.
2957
de5ad195
DC
29582003-02-20 David Carlton <carlton@math.stanford.edu>
2959
2960 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
2961 expand comment.
2962 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
2963 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
2964 * ada-typeprint.c (ada_typedef_print): Ditto.
2965 * ax-gdb.c (gen_var_ref): Ditto.
2966 * breakpoint.c (print_one_breakpoint): Ditto.
2967 * buildsym.c (finish_block): Ditto.
2968 * c-valprint.c (c_val_print): Ditto.
2969 * expprint.c (print_subexp): Ditto.
2970 * findvar.c (locate_var_value): Ditto.
2971 * infcmd.c (jump_command): Ditto.
2972 * linespec.c (decode_line_2, decode_compound): Ditto.
2973 * maint.c (maintenance_translate_address): Ditto.
2974 * objc-lang.c (compare_selectors, compare_classes): Ditto.
2975 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
2976 Ditto.
2977 * p-valprint.c (pascal_val_print): Ditto.
2978 * stabsread.c (define_symbol): Ditto.
2979 * stack.c (print_frame, frame_info, print_block_frame_locals)
2980 (print_frame_arg_vars, return_command): Ditto.
2981 * symfile.c (compare_symbols, compare_psymbols): Ditto.
2982 * symmisc.c (print_symbol): Ditto.
2983 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
2984 (compare_search_syms, print_symbol_info, print_msymbol_info)
2985 (rbreak_command): Ditto.
2986 * tracepoint.c (tracepoints_info): Ditto.
2987 * typeprint.c (typedef_print): Ditto.
2988 * valops.c (value_of_variable, hand_function_call): Ditto.
2989 * cli/cli-cmds.c (edit_command, list_command): Ditto.
2990 * ada-typeprint.c: Update Copyright.
2991 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
2992 * tracepoint.c, cli/cli-cmds.c: Ditto.
2993
f796e4be
KB
29942003-02-20 Kevin Buettner <kevinb@redhat.com>
2995
2996 * frame.c (generic_unwind_get_saved_register): Make non-static.
2997 * frame.h (generic_unwind_get_saved_register): Declare.
2998 * mips-tdep.c (read_next_frame_reg): Fetch register from
2999 current regcache when frame is NULL.
3000 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
3001 that must be NULL.
3002 (mips_get_saved_register): Call generic_unwind_get_saved_register()
3003 instead of frame_register_unwind().
3004
836cc9f4
AC
30052003-02-20 Andrew Cagney <ac131313@redhat.com>
3006
3007 * remote-sim.c (gdbsim_insert_breakpoint)
3008 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
3009 code.
3010
501eef12
AC
30112003-02-20 Andrew Cagney <ac131313@redhat.com>
3012
3013 * remote.c (_initialize_remote): Add commands "set/show remote
3014 hardware-watchpoint-limit" and "set/show remote
3015 hardware-breakpoint-limit".
3016 (remote_hw_watchpoint_limit): Initialize to -1.
3017 (remote_hw_breakpoint_limit): Ditto.
3018 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
3019
1b6bc7e0
CF
30202003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
3021
3022 * coff-pe-read.c: New file - support reading of minimal symbols from a
3023 portable executable using the export table.
3024 * coff-pe-read.h: New file.
3025 * coffread.c: Include coff-pe-read.h.
3026 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
3027 debugging symbols found.
3028 * Makefile.in (SFILES): Add coff-pe-read.o.
3029 (coff_pe_read_h): Define.
3030 (COMMON_OBS): Add coff-pe-read.o.
3031 (coffread.o): Add coff_pe_read_h dependency.
3032 (coff-pe-read.o): New target.
3033
fe898f56
DC
30342003-02-19 David Carlton <carlton@math.stanford.edu>
3035
3036 * Makefile.in (SFILES): Add block.c.
3037 (block_h): New.
3038 (COMMON_OBS): Add block.o.
3039 (block.o): New.
3040 (x86-64-tdep.o): Add $(block_h).
3041 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
3042 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
3043 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
3044 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
3045 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
3046 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
3047 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
3048 * value.h: Add opaque declaration for struct block.
3049 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
3050 * ada-lang.h: Ditto.
3051 * x86-64-tdep.c: #include "block.h"
3052 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
3053 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
3054 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
3055 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
3056 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
3057 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
3058 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
3059 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
3060 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
3061 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
3062 * symtab.c (block_function): Ditto.
3063 (contained_in): Ditto.
3064 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
3065 block.h. Add opaque declaration for struct block.
3066 * symtab.h: Move block_function and contained_in declarations to
3067 block.h. Add opaque declarations for struct block, struct
3068 blockvector.
3069 (struct block): Move to block.h.
3070 (struct blockvector): Ditto.
3071 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
3072 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
3073 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
3074 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
3075 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
3076 Ditto.
3077 * block.c: New file.
3078 * block.h: New file.
3079
173345b5
TR
30802003-02-19 Theodore A. Roth <troth@openavr.org>
3081
3082 * avr-tdep.c (avr_extract_return_value): Remove function.
3083 (avr_store_return_value): Remove function.
3084 (avr_extract_struct_value_address): Remove function.
3085 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
3086
338ef23d
AC
30872003-02-19 Andrew Cagney <ac131313@redhat.com>
3088
3089 * rs6000-tdep.c: Include "gdb_assert.h".
3090 (registers_e500): Add "acc" and "spefscr".
3091 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
3092 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
3093 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
3094 really is "r0".
3095 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
3096
5412f5f3
KS
30972003-02-18 Keith Seitz <keiths@redhat.com>
3098
3099 * Makefile.in: Add gdbtk-interps.c.
3100
881324eb
KB
31012003-02-18 Kevin Buettner <kevinb@redhat.com>
3102
3103 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
3104 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
3105
6a2f5abf
AC
31062003-02-18 Andrew Cagney <cagney@redhat.com>
3107
3108 * symtab.h (struct objfile): Add opaque declaration.
3109
54c7009d
EZ
31102003-02-18 Elena Zannoni <ezannoni@redhat.com>
3111
3112 From Jim Ingham <jingham@apple.com>:
3113 * dbxread.c (process_one_symbol): Use last_function_start rather
3114 than function_start_offset to find the real beginning of the
3115 current function. The latter is just the text section offset on
3116 some systems, the former is always the real function start.
3117
7ee6d7eb
AC
31182003-02-17 Andrew Cagney <cagney@redhat.com>
3119
3120 * configure.in: Revert ${target} != ${host}.
3121
2846da9b
AC
31222003-02-17 Andrew Cagney <ac131313@redhat.com>
3123
3124 * configure.in (Makefile): Use the test ${target} != ${host},
3125 instead of the absence of the "nm.h" file, to determine of the
3126 configuration non-native.
3127 * configure: Regenerate.
3128
3b27aeea
EZ
31292003-02-14 Elena Zannoni <ezannoni@redhat.com>
3130
3131 From Brian Ford <ford@vss.fsi.com>
3132
3133 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
3134 conditionalize tui_active test.
3135 (lookup_cmd_1): Ditto.
3136
b0b1c2c0
MK
31372003-02-14 Mark Kettenis <kettenis@gnu.org>
3138
3139 * configure.in: Add check for _etext.
3140 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
3141 available.
3142 * config.in, configure: regenerated.
3143
8f05cde5
DJ
31442003-02-14 Daniel Jacobowitz <drow@mvista.com>
3145
3146 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
3147
021e7609
AC
31482003-02-14 Andrew Cagney <ac131313@redhat.com>
3149
3150 * main.c (tui_version): Delete variable.
3151 (captured_main): When --tui, set interpreter_p to "tui" instead of
3152 enabling tui_version.
3153 * printcmd.c (display_command) [TUI]: Test tui_active instead of
3154 tui_version.
3155 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
3156 * cli/cli-cmds.c (disassemble_command): Ditto.
3157 * defs.h (tui_version): Delete declaration.
3158 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
3159 (tui-interp.o): Add rules.
3160 (SUBDIR_TUI_OBS): Add "tui-interp.o".
3161
e325dcec
CF
31622003-02-14 Christopher Faylor <cgf@redhat.com>
3163
36ffb041 3164 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
3165 just-loaded dll.
3166
c4f90d87
JM
31672003-02-12 Jason Molenda (jmolenda@apple.com)
3168
3169 * symmisc.c (print_objfile_statistics): Include information about
3170 the number of psymtabs and symtabs in each object file.
3171
e46e5ccd
KS
31722003-02-13 Keith R Seitz <keiths@redhat.com>
3173
3174 * main.h (struct captured_main_args): Add interpreter_p.
3175 * main.c (captured_main): Initialize interpreter_p from context.
3176 * gdb.c (main): Set interpreter_p argument.
3177 * Makefile.in (gdb.o): Add dependency for interps.h.
3178
fe97fe9c
AC
31792003-02-12 Andrew Cagney <ac131313@redhat.com>
3180
3181 * event-top.c (cli_command_loop): Delete declaration.
3182 (_initialize_event_loop): Delete function setting event_loop_hook.
3183 * event-top.h (cli_command_loop): Declare. Update copyright.
3184 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
3185 * interps.c (current_interp_command_loop): When event_loop_p, call
3186 cli_command_loop.
3187
1cdac4ef
AC
31882003-02-12 Andrew Cagney <ac131313@redhat.com>
3189
3190 * interps.h (interp_command_loop_ftype): Change return type to
3191 void.
3192
48037ead
ML
31932003-02-12 Michal Ludvig <mludvig@suse.cz>
3194
3195 * x86-64-tdep.c (x86_64_extract_return_value)
3196 (x86_64_store_return_value): Use regcache instead of regbuf.
3197 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
3198 * x86-64-linux-nat.c (fill_gregset): Use regcache.
3199
033afc63
AC
32002003-02-11 Andrew Cagney <ac131313@redhat.com>
3201
3202 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
3203 * aclocal.m4: Regenerate.
3204 * configure: Regenerate.
3205
3206 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
3207 TCL_LD_SEARCH_FLAGS.
3208
40d02bca
ML
32092003-02-10 Michal Ludvig <mludvig@suse.cz>
3210
3211 * dwarf2cfi.c: Reindented.
3212
11308a41
AC
32132003-02-09 Andrew Cagney <ac131313@redhat.com>
3214
3215 * interps.c (clear_interpreter_hooks): Convert function definition
3216 to ISO C.
3217
e1c1c0f6
DC
32182003-02-07 David Carlton <carlton@math.stanford.edu>
3219
3220 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
3221
ab5d3da6
KB
32222003-02-07 Kevin Buettner <kevinb@redhat.com>
3223
3224 * gdbtypes.h (struct main_type): Move ``length'' field from here...
3225 (struct type): ...to here.
3226 (TYPE_LENGTH): Adjust to reflect different location of ``length''
3227 field.
3228 * gdbtypes.c (make_qualified_type): Set length on newly created type.
3229 (replace_type): Set length on all type variants for a given type.
3230
b8a92b82
AC
32312003-02-07 Andrew Cagney <ac131313@redhat.com>
3232
3233 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
3234 <sys/stat.h>.
3235 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
3236
5cb316ef
AC
32372003-02-06 Andrew Cagney <ac131313@redhat.com>
3238
2555fe1a
AC
3239 * Makefile.in (symm-nat.o): Update dependencies.
3240 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
3241 (lynx-nat.o, ia64-linux-nat.): Ditto.
3242 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
3243 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
3244 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
3245
44270758
AC
3246 * Makefile.in (inflow_h): Define.
3247 (procfs.o, inflow.o, procfs.o): Update dependencies.
3248 * inftarg.c (child_stop): Delete extern declaration of
3249 inferior_process_group. Include "inflow.h".
3250 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
3251 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
3252 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
3253 (our_process_group, inferior_process_group): Extern declarations.
3254
df8f7274
AC
3255 * procfs.c: Include "gdb_assert.h".
3256
5cb316ef
AC
3257 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
3258 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
3259 * jv-typeprint.c (java_type_print_base): Ditto.
3260 * typeprint.c (typedef_print): Eliminate STREQ.
3261 * cli/cli-script.c (define_command, define_command): Ditto.
3262 * main.c (captured_main): Ditto.
3263 * values.c (lookup_internalvar): Ditto.
3264 * utils.c (safe_strerror, parse_escape): Eliminate assignment
3265 within `if' conditional.
3266 * linespec.c (decode_line_2): Ditto.
3267 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
3268 (bfd_openw_with_cleanup): Ditto.
3269
2a28ccea
MK
32702003-02-07 Mark Kettenis <kettenis@gnu.org>
3271
3272 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
3273 legacy_extract_return_value and store_return_value to
3274 legacy_return_value.
3275
786b8124
CF
32762003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
3277
3278 * win32-nat.c (get_relocated_section_addrs): New function. Find
3279 section load addresses for symbol handling in relocated DLLs.
3280 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
3281
b871e4ec
FF
32822003-02-05 Fred Fish <fnf@intrinsity.com>
3283
3284 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
3285 '=' and '!='.
3286 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
3287 with '&' and '=='.
3288 (angel_RDI_info): Ditto.
3289 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
3290 with '&' and '!='.
3291 (threads_continue_all_with_signals): Ditto.
3292
4389a95a
AC
32932003-02-05 Jim Ingham <jingham@apple.com>
3294 Keith Seitz <keiths@redhat.com>
3295 Elena Zannoni <ezannoni@redhat.com>
3296 Andrew Cagney <ac131313@redhat.com>
3297
3298 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
3299 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
3300 (SUBDIR_MI_OBS): Add "mi-interp.o".
3301 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
3302 (SFILES): Add "interps.c".
3303 (COMMON_OBS): Add "interps.o".
3304 (interps_h, mi_main_h): Define.
3305 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
3306 (mi-main.o, main.o, event-top.o): Update dependencies.
3307 * cli/cli-interp.c: New file.
3308 * interps.h, interps.c: New files.
3309 * top.c: (gdb_init): Don't install the default interpreter, handed
3310 by captured_main.
3311 * main.c: Include "interps.h".
3312 (interpreter_p): Note that it should malloc'ed.
3313 (captured_command_loop): Call current_interp_command_loop.
3314 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
3315 xfree and xstrdup when updating interpreter_p. Install the
3316 default interpreter. Add hack to stop mi1's copyright notice
3317 being encoded.
3318 * event-top.h (gdb_setup_readline): Declare.
3319 (gdb_disable_readline): Declare.
3320 * event-top.c: Include "interps.h".
3321 (display_gdb_prompt): Call current_interp_display_prompt_p.
3322 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
3323 gdb_stdlog, and gdb_stdtarg.
3324 (_initialize_event_loop): Don't call gdb_setup_readline.
3325 * cli-out.c (cli_out_set_stream): New function.
3326 * cli-out.h (cli_out_set_stream): Declare.
3327
ff3b5810
MK
33282003-02-06 Mark Kettenis <kettenis@gnu.org>
3329
3330 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
3331 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
3332 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
3333 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
3334 config/i386/i386v42mp.mt: Removed.
3335
5b729aa5
MK
33362003-02-05 Mark Kettenis <kettenis@gnu.org>
3337
3338 * configure.tgt (*-*-solaris*): Set gdb_osabi to
3339 GDB_OSABI_SOLARIS.
3340
8cc15142
MC
33412003-02-05 Michael Chastain <mec@shout.net>
3342
3343 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
3344 2.12.1 and earlier versions.
3345
5aa5d4b9
AC
33462003-02-05 Andrew Cagney <ac131313@redhat.com>
3347
3348 Remove orphaned hosts, targets and files.
3349 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
3350 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
3351 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
3352 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
3353 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
3354 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
3355 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
3356 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
3357 * config/sparc/tm-sp64sim.h: Delete.
3358 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
3359 hosts.
3360 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
3361 mips*-dec-mach3* targets.
3362
b68767c1
MC
33632003-02-04 Michael Chastain <mec@shout.net>
3364
3365 * NEWS: Fix typo: sepcifying -> specifying.
3366
5ae7ca1d
MC
33672003-02-04 Michael Chastain <mec@shout.net>
3368
3369 * dwarfread.c: Add documentation on the state of dwarf-1,
3370 looking towards obsoletion.
3371
d08a4280
MC
33722003-02-03 Michael Chastain <mec@shout.net>
3373
3374 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
3375 gdb/testsuite/gdb.c++/pr-1023.exp.
3376
e9be73e4
AC
33772003-02-04 Andrew Cagney <ac131313@redhat.com>
3378
3379 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
3380 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
3381
3382 * utils.c (init_page_info): Delete reference to MPW in comments.
3383 * main.c (captured_main): Delete #ifdef MPW.
3384
05d57f6f
AC
33852003-02-04 Andrew Cagney <ac131313@redhat.com>
3386
3387 * NEWS: Note that the m32r-*-elf* is obsolete.
3388 * monitor.c (monitor_expect): Obsolete reference to m32r.
3389 * configure.tgt: Mark m32r-*-elf* as obsolete.
3390 * MAINTAINERS: Mark m32k as obsolete.
3391 * m32r-rom.c: Obsolete file.
3392 * config/m32r/m32r.mt: Obsolete file.
3393 * config/m32r/tm-m32r.h: Obsolete file.
3394 * m32r-stub.c: Obsolete file.
3395 * m32r-tdep.c: Obsolete file.
3396
8b0e5691
AC
33972003-02-04 Andrew Cagney <ac131313@redhat.com>
3398
3399 * NEWS: Mention that the z8k-zilog-none is obsolete.
3400 * MAINTAINERS: Mark z8k as obsolete.
3401 * configure.tgt: Obsolete the z8k-*-coff* target.
3402 * config/z8k/z8k.mt: Obsolete file.
3403 * config/z8k/tm-z8k.h: Obsolete file.
3404 * z8k-tdep.c: Obsolete file.
3405
67f16606
AC
34062003-02-04 Andrew Cagney <ac131313@redhat.com>
3407
3408 * NEWS: Mention that the mn10200-elf is obsolete.
3409 * configure.tgt: Obsolete mn10200-*-* target.
3410 * breakpoint.c (update_breakpoints_after_exec): Update comment to
3411 mention that the mn10200 is obsolete.
3412 * breakpoint.h: Ditto.
3413 * MAINTAINERS: Mark the mn10200-elf as obsolete.
3414 * config/mn10200/mn10200.mt: Obsolete file.
3415 * config/mn10200/tm-mn10200.h: Obsolete file.
3416 * mn10200-tdep.c: Obsolete file.
3417
fd2299bd
AC
34182003-02-04 Andrew Cagney <ac131313@redhat.com>
3419
3420 * MAINTAINERS: Mark h8500 as obsolete.
3421 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
3422 * findvar.c (value_from_register): Ditto.
3423 * h8500-tdep.c: Mark file as obsolete.
3424 * config/h8500/h8500.mt: Ditto.
3425 * config/h8500/tm-h8500.h: Ditto.
3426 * NEWS: Mention that h8500 is obsolete.
3427
eb9a305d
DC
34282003-02-04 David Carlton <carlton@math.stanford.edu>
3429
3430 * objfiles.c (allocate_objfile): Always set name. Add comment at
3431 start of function.
3432 * jv-lang.c (get_dynamics_objfile): Add comment.
3433
406fc7fb
DC
34342003-02-04 David Carlton <carlton@math.stanford.edu>
3435
3436 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
3437 * printcmd.c (build_address_symbolic): Replace uses of
3438 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
3439 SYMBOL_NAME, and asm_demangle.
3440 Update copyright.
3441
93d91629
DC
34422003-02-04 David Carlton <carlton@math.stanford.edu>
3443
3444 * linespec.c (decode_compound): Extract code into
3445 lookup_prefix_sym.
3446 (lookup_prefix_sym): New function.
3447
1c5cb38e
DC
34482003-02-04 David Carlton <carlton@math.stanford.edu>
3449
3450 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
3451 FLOAT_COERCION_BADNESS.
3452 * gdbtypes.c (rank_one_type): Replace all uses of
3453 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
3454
0cf824c9
JB
34552003-02-04 Jim Blandy <jimb@redhat.com>
3456
3457 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
3458 section, let dwarf_macinfo_section point to it, not
3459 dwarf_loc_section.
3460
a2d356b0
DJ
34612003-02-04 Daniel Jacobowitz <drow@mvista.com>
3462
3463 Pointed out by Anton Blanchard <anton@samba.org>.
3464 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
3465 (ppc_linux_at_sigtramp_return_path): Use it.
3466
2de7ced7
DJ
34672003-02-04 Daniel Jacobowitz <drow@mvista.com>
3468
3469 * defs.h (streq): Add prototype.
3470 * utils.c (streq): New function.
3471
3472 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
3473 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
3474 * mdebugread.c (new_symbol): Likewise.
3475 * stabsread.c (define_symbol): Likewise.
3476 * coffread.c (process_coff_symbol): Likewise.
3477 * dwarfread.c (new_symbol): Likewise.
3478
3479 * minsyms.c (prim_record_minimal_symbol_and_info): Use
3480 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
3481 here.
3482 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
3483 SYMBOL_INIT_DEMANGLED_NAME.
3484 * objfiles.c: Include "hashtab.h".
3485 (allocate_objfile): Call htab_set_functions_ex for the
3486 demangled_names_hash.
3487 (free_objfile): Call htab_delete for the demangled_names_hash.
3488 * objfiles.h (struct htab): Add declaration.
3489 (struct objfile): Add demangled_names_hash.
3490 * symfile.c: Include "hashtab.h".
3491 (reread_symbols): Call htab_delete for the demangled_names_hash.
3492 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
3493 SYMBOL_NAME in the bcache.
3494 * symtab.c: Include "hashtab.h". Update comments.
3495 (create_demangled_names_hash, symbol_set_names): New functions.
3496 (symbol_find_demangled_name): New function, broken out from
3497 symbol_init_demangled_names.
3498 (symbol_init_demangled_names): Use it.
3499 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
3500 (SYMBOL_SET_NAMES): New macro.
3501 (symbol_set_names): Add prototype.
3502
15831452
JB
35032003-02-03 Jim Blandy <jimb@redhat.com>
3504
3505 Use a single, consistent representation for an empty minimal
3506 symbol table in an objfile.
3507 * objfiles.c (terminate_minimal_symbol_table): New function.
3508 (allocate_objfile): Call it.
3509 * objfiles.h (terminate_minimal_symbol_table): New declaration.
3510 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
3511 non-NULL.
3512 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
3513 objfile has minimal symbols, compare minimal_symbol_count to zero,
3514 instead of comparing msymbols with NULL.
3515 * objfiles.c (have_minimal_symbols): Same.
3516 * solib-sunos.c (solib_add_common_symbols): Call
3517 terminate_minimal_symbol_table.
3518 * symfile.c (reread_symbols): Same.
3519
ffc65945
KB
35202003-02-03 Kevin Buettner <kevinb@redhat.com>
3521
3522 * s390-tdep.c (s390_address_class_type_flags)
3523 (s390_address_class_type_flags_to_name)
3524 (s390_address_class_name_to_type_flags): New functions.
3525 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
3526 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
3527
f211c6d4
MS
35282003-02-03 Michael Snyder <msnyder@redhat.com>
3529
3530 * arm-tdep.c: Fix spell-o in comment.
3531
659b0389
ML
35322003-02-03 Michal Ludvig <mludvig@suse.cz>
3533
3534 * dwarf2cfi.c (pointer_encoding): Added new parameter.
3535 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
3536 error messages to contain BFD filename.
3537
3b31d625
EZ
35382003-02-02 Elena Zannoni <ezannoni@redhat.com>
3539
997b089a 3540 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
3541 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
3542 (do_mixed_source_and_assembly): Use
3543 make_cleanup_ui_out_tuple_begin_end and
3544 make_cleanup_ui_out_tuple_begin_end.
3545 (do_mixed_source_and_assembly): Ditto.
3546 * thread.c (do_captured_list_thread_ids): Ditto.
3547 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
3548 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
3549 ui_out_tuple_end): Delete prototypes.
3550 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
3551 ui_out_list_end, ui_out_tuple_end): Delete.
3552
3553 From Kevin Buettner <kevinb@redhat.com>:
3554 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
3555 * ui-out.c (make_cleanup_ui_out_table_begin_end)
3556 (do_cleanup_table_end): New functions.
3557 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
3558 Use cleanups to invoke_ui_out_tuple_end().
3559 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
3560 * cli/cli-setshow.c (cmd_show_list): Use
3561 make_cleanup_ui_out_tuple_begin_end.
3562
5b181d62
AC
35632003-02-02 Andrew Cagney <ac131313@redhat.com>
3564
3565 * frame.c (frame_unwind_register): New function.
3566 (frame_unwind_unsigned_register): Use.
3567 (frame_unwind_signed_register): Use.
3568 (frame_read_register): New function.
3569 * frame.h (frame_unwind_register): Declare.
3570 (frame_read_register): Declare.
3571
3572 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
3573 and frame_unwind_register instead of read_memory, write_register
3574 and deprecated_write_register_bytes.
3575
5f601589
AC
35762003-02-02 Andrew Cagney <ac131313@redhat.com>
3577
3578 * frame.h: Note that namelen can be negative.
3579 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
3580 NAME's length.
3581
3582 * NEWS: Mention that the d10v's `regs' command is deprecated.
3583 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
3584 (d10v_print_registers_info): New function.
3585 (show_regs): Call d10v_print_registers_info.
3586 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
3587
6a3fe0a4
MK
35882003-02-02 Mark Kettenis <kettenis@gnu.org>
3589
3590 * stack.c (print_frame_info): Restore call to annotate_frame_begin
3591 lost in the previous patch.
3592
075559bc
AC
35932003-02-01 Andrew Cagney <ac131313@redhat.com>
3594
3595 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
3596 * stack.c (print_frame_info_base): Output complete FRAME tuple
3597 for synthesized frames.
3598
6789195b
AC
35992003-02-02 Andrew Cagney <ac131313@redhat.com>
3600
3601 * mips-nat.c (zerobuf): Delete.
3602 (fetch_inferior_registers): Alloc local zerobuf.
3603 (fetch_core_registers): Alloc local zerobuf.
3604 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
3605 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
3606 * thread-db.c (thread_db_store_registers): Ditto.
3607 * sh-tdep.c (sh_do_register): Ditto.
3608 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
3609 * remote-sim.c (gdbsim_store_register): Ditto.
3610 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
3611 * remote-e7000.c (fetch_regs_from_dump): Ditto.
3612 * monitor.c (monitor_supply_register): Ditto.
3613 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
3614 * mips-nat.c (fetch_inferior_registers): Ditto.
3615 * m68klinux-nat.c (fetch_register): Ditto.
3616 * lynx-nat.c (fetch_inferior_registers): Ditto.
3617 (fetch_inferior_registers): Ditto.
3618 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
3619 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
3620 (hpux_thread_store_registers): Ditto.
3621 * hppah-nat.c (fetch_register): Ditto.
3622 * hppab-nat.c (fetch_register): Ditto.
3623 * hppa-tdep.c (pa_register_look_aside): Ditto.
3624 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
3625 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
3626
e669114a
AC
36272003-02-01 Andrew Cagney <ac131313@redhat.com>
3628
3629 * gdbarch.sh: Explictly specify all method levels. When a
3630 variable with an empty level, provide a non-multi-arch default.
3631 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
3632 * gdbarch.h: Re-generate.
3633 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
3634 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
3635
9a043c1d
AC
36362003-02-01 Andrew Cagney <ac131313@redhat.com>
3637
3638 * defs.h (host_pointer_to_address): Delete declaration.
3639 (address_to_host_pointer): Delete declaration.
3640 * utils.c (host_pointer_to_address): Delete function.
3641 (address_to_host_pointer): Delete function.
3642 * procfs.c (procfs_address_to_host_pointer): New function.
3643 * procfs.c (proc_set_watchpoint): Use.
3644 (procfs_can_use_hw_breakpoint): Update comments.
3645 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
3646 (som_solib_add): Use.
3647 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
3648 * hppa-tdep.c (unwind_command): Use.
3649
7ca9f392
AC
36502003-02-01 Andrew Cagney <ac131313@redhat.com>
3651
94bbfd30
AC
3652 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
3653 strlen d_name.
3654
7ca9f392
AC
3655 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
3656 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
3657 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
3658 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
3659 (define_symbol): Update.
3660 * symfile.c (generic_load): Remove references to nindy.
3661 * symtab.c: Remove references to nindy.
3662
31a85ea2
AC
36632003-02-01 Andrew Cagney <ac131313@redhat.com>
3664
3665 * infcmd.c (print_float_info): Delete code conditional on
3666 FLOAT_INFO.
3667 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
3668 * config/m68k/nm-apollo68b.h: Ditto.
3669 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
3670 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
3671 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
3672
f6e85fc8
MK
36732003-02-01 Mark Kettenis <kettenis@gnu.org>
3674
6015b6a0
MK
3675 * config/i386/tm-i386os9k.h: Removed.
3676
f7a30bdf
MK
3677 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
3678 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
3679 they're identical to i[3456]86-*-sysv* now.
3680 * config/i386/i386v32.mh: Removed.
3681 * config/i386/xm-i386v32.h: Removed.
3682 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
3683
28d52111
MK
3684 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
3685
4d3f6bce
MK
3686 * config/i386/i386dgux.mh: Removed.
3687 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
3688
f6e85fc8
MK
3689 * configure.in: Fix typo.
3690 * configure: Regenerated.
3691
53955967
DC
36922003-01-31 David Carlton <carlton@math.stanford.edu>
3693
3694 * dwarf2read.c (dwarf2_locate_sections): Set
3695 dwarf_ranges_section.
3696
b1364885
AC
36972003-01-31 Andrew Cagney <ac131313@redhat.com>
3698
8dbb1c65
AC
3699 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
3700 * utils.c: Update comments documenting legitimate uses of PTR.
3701
8731e58e
AC
3702 * utils.c: Re-indent.
3703
b1364885
AC
3704 * config/djgpp/fnchange.lst: Delete nindy files.
3705 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
3706 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
3707 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
3708 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
3709 * nindy-share/README, nindy-share/Onindy.c: Delete files.
3710 * nindy-tdep.c, nindy-share/Makefile: Delete files.
3711 * Makefile.in (init.c): Remove nindy references.
3712 (saber_gdb): Delete rule.
3713 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
3714 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
3715 and a68v-nat.c.
3716 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
3717 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
3718 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
3719 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
3720 nindy-share/stop.h.
3721 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
3722 * saber.suppress: Delete file.
3723
086df311
DJ
37242003-01-31 Daniel Jacobowitz <drow@mvista.com>
3725
3726 * dbxread.c (stabs_data): New static variable.
3727 (fill_symbuf): Support an in-memory buffer for stabs data.
3728 (stabs_seek): New function.
3729 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
3730 (read_ofile_symtab): Use stabs_seek.
3731 (elfstab_build_psymtabs): Take an asection* instead of
3732 an offset and size. Relocate the stabs data if necessary.
3733 Save the section* for dbx_psymtab_to_symtab.
3734 * dwarf2read.c: Add section variables for each debug section.
3735 (dwarf2_locate_sections): Fill them in.
3736 (dwarf2_read_section): Take an asection* argument.
3737 Relocate the section contents if necessary.
3738 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
3739 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
3740 it to dwarf2_read_section.
3741 (dwarf2_build_frame_info): Update callers.
3742 * elfread.c (elf_symfile_read): Update call to
3743 elfstab_build_psymtabs.
3744 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
3745 (DBX_STAB_SECTION): New macro.
3746 * stabsread.h (elfstab_build_psymtabs): Update prototype.
3747 * symfile.c (symfile_dummy_outputs): New function.
3748 (symfile_relocate_debug_section): New function.
3749 * symfile.h (symfile_relocate_debug_section): Add prototype.
3750
87d1b352
RH
37512003-01-31 Richard Henderson <rth@redhat.com>
3752
3753 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
3754 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
3755 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
3756 * alpha-tdep.c (alpha_register_name): Add "unique".
3757 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
3758 (ALPHA_UNIQUE_REGNUM): New.
3759 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
3760
c48861fb
AC
37612003-01-31 Andrew Cagney <ac131313@redhat.com>
3762
3763 * README: Remove reference to Ericsson 1800 monitor.
3764 * Makefile.in (remote-es.o): Delete rule.
3765 (ALLDEPFILES): Delete remote-es.c.
3766 * remote-es.c: Delete file.
3767 * config/m68k/es1800.mt: Delete file.
3768 * config/djgpp/fnchange.lst: Update.
3769 * configure.tgt: Delete m68*-ericsson-* target.
3770
d764a824
AF
37712003-01-31 Adam Fedor <fedor@gnu.org>
3772
3773 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
3774 Remove duplicate/shadowing variable of same name.
3775
fe36c4f4
JB
37762003-01-30 Jim Blandy <jimb@redhat.com>
3777
3778 * symfile.c (find_separate_debug_file): Assert that the objfile's
3779 directory name we compute ends with a slash, and then assume that
3780 that's so everywhere we use it.
3781
cb741690
DJ
37822003-01-30 Daniel Jacobowitz <drow@mvista.com>
3783
3784 * valops.c (value_assign): Flush frame cache after stores to memory
3785 also.
3786
96ee5227
AC
37872003-01-30 Andrew Cagney <ac131313@redhat.com>
3788
3789 * Makefile.in (mon960-rom.o): Delete rule.
3790 * mon960-rom.c: Delete file.
3791
7f6104a9
AC
37922003-01-30 Andrew Cagney <ac131313@redhat.com>
3793
3794 * d10v-tdep.c: Include "frame-unwind.h".
3795 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
3796 list.
3797 (next_addr, uses_frame): Delete.
3798 (struct d10v_unwind_cache): Define.
3799 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
3800 Use info instead of next_addr and uses_frame globals.
3801 (d10v_frame_init_saved_regs): Delete function.
3802 (d10v_init_extra_frame_info): Delete function.
3803 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
3804 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
3805 init_frame_pc or frame_saved_pc.
3806 (d10v_pop_frame): Delete function.
3807 (do_d10v_pop_frame): Delete function.
3808 (d10v_frame_chain): Delete function.
3809 (d10v_frame_chain_valid): Delete function.
3810 (d10v_frame_pc_unwind): New function.
3811 (d10v_frame_id_unwind): New function.
3812 (saved_regs_unwinder): New function.
3813 (d10v_frame_register_unwind): New function.
3814 (d10v_frame_pop): New function.
3815 (d10v_frame_unwind): New variable.
3816 (d10v_frame_p): New function.
3817 (d10v_frame_saved_pc): Delete function.
3818 * Makefile.in (d10v-tdep.o): Update dependencies.
3819
cad2e848
JB
38202003-01-30 J. Brobecker <brobecker@gnat.com>
3821
3822 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
3823 causing some regressions due to a change in the default value
3824 for this macro.
3825
af34e669
DJ
38262003-01-29 Richard Henderson <rth@redhat.com>
3827 Elena Zannoni <ezannoni@redhat.com>
3828 Daniel Jacobowitz <drow@mvista.com>
3829
3830 Fix PR gdb/961.
3831 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
3832 variables.
3833 (RANGES_SECTION): New.
3834 (dwarf_ranges_buffer): New variable.
3835 (struct comp_unit_head): Add member "die".
3836 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
3837 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
3838 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
3839 (dwarf2_locate_sections): Likewise.
3840 (dwarf2_build_psymtabs): Read .debug_ranges.
3841 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
3842 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
3843 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
3844 Look for DW_AT_ranges and return the bounding box.
3845
baa93fa6
CF
38462003-01-29 Brian Ford <ford@vss.fsi.com>
3847
3848 * win32-nat.c (cygwin_pid): Removed as unused.
3849 (child_attach): Try fall back to Cygwin pid.
3850
c63f977f
JB
38512003-01-29 Jim Blandy <jimb@redhat.com>
3852
3853 * objfiles.h (struct objfile): Doc fix.
3854
d62d1979
AC
38552003-01-29 Andrew Cagney <ac131313@redhat.com>
3856
3857 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
3858 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
3859 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
3860 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
3861 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
3862 (FRAME_SAVED_PC): Change to a function with predicate.
3863 * gdbarch.h, gdbarch.c: Re-generate.
3864
1ae18a04
AC
38652003-01-28 Andrew Cagney <ac131313@redhat.com>
3866
52287340
AC
3867 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
3868
1ae18a04
AC
3869 * complaints.c (complain): Delete function.
3870 * complaints.h (struct deprecated_complaint): Delete definition.
3871 (complain): Delete declaration.
3872
f2c16bd6
KB
38732003-01-28 Kevin Buettner <kevinb@redhat.com>
3874
3875 * mips-tdep.c (mips_init_extra_frame_info): Return early for
3876 dummy frames.
3877
a94dd1fd
AC
38782003-01-27 Andrew Cagney <ac131313@redhat.com>
3879
3880 * sentinel-frame.h, sentinel-frame.c: New files.
3881 * Makefile.in (frame.o): Update dependencies.
3882 (SFILES): Add sentinel-frame.c.
3883 (sentinel_frame_h): Define.
3884 (COMMON_OBS): Add sentinel-frame.o.
3885 (sentinel-frame.o): Specify dependencies.
3886 * frame.c: Include "sentinel-frame.h".
3887 (frame_register_unwind): Rewrite assuming that there is always a a
3888 ->next frame.
3889 (frame_register, generic_unwind_get_saved_register): Ditto.
3890 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
3891 (create_sentinel_frame, unwind_to_current_frame): New functions.
3892 (get_current_frame): Rewrite using create_sentinel_frame and
3893 unwind_to_current_frame. When possible, always create a frame.
3894 (create_new_frame): Set next to the sentinel frame.
3895 (get_next_frame): Rewrite. Don't go below the level 0 frame.
3896 (deprecated_update_frame_pc_hack): Update the next frame's PC and
3897 ID cache when necessary.
3898 (frame_saved_regs_id_unwind): Use frame_relative_level.
3899 (deprecated_generic_get_saved_register): Use frame_relative_level,
3900 get_frame_saved_regs, get_frame_pc, get_frame_base and
3901 get_next_frame.
3902 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
3903 frame_register.
3904
5378adc4
DJ
39052003-01-27 Daniel Jacobowitz <drow@mvista.com>
3906
3907 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
3908
51ee2ddc
DJ
39092003-01-27 Daniel Jacobowitz <drow@mvista.com>
3910
3911 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
3912 (maintenance_set_profile_cmd): Use error () instead of warning ().
3913
d9feb4e7
DJ
39142003-01-27 Daniel Jacobowitz <drow@mvista.com>
3915
3916 * configure.in: Check that -pg works if using --enable-profiling.
3917 Check for monstartup and _mcleanup regardless of --enable-profiling.
3918 * maint.c: Check for monstartup and _mcleanup before using them.
3919 * config.in: Regenerated.
3920 * configure: Regenerated.
3921
2d188dd3
NC
39222003-01-24 Nick Clifton <nickc@redhat.com>
3923
3924 * Add sh2e support:
3925
3926 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
3927
3928 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
3929 (sh2e_show_regs): New.
3930 (sh_gdbarch_init): Handle bfd_mach_sh2e.
3931 * config/sh/tm-sh.h: Added sh2e to comments.
3932
cb3c37b2
JB
39332003-01-23 Jim Blandy <jimb@redhat.com>
3934
3935 * symfile.c (syms_from_objfile): Don't print the "(no debugging
3936 symbols found)" message here; we haven't checked for a separate
3937 debug info file yet, so we don't know yet.
3938 (symbol_file_add_with_addrs_or_offsets): Print it here, after
3939 we've looked everywhere. Also, there's no need to print a special
3940 message when we're loading the separate debug info file: the one
3941 symbol_file_add prints is fine.
3942
5b5d99cf
JB
39432003-01-23 Alexander Larsson <alexl@redhat.com>
3944 Jim Blandy <jimb@redhat.com>
3945
3946 Add support for executables whose debug info has been separated
3947 out into a separate file, leaving only a link behind.
3948 * objfiles.h (struct objfile): New fields: separate_debug_objfile
3949 and separate_debug_objfile_backlink.
3950 (put_objfile_before): New declaration.
3951 * symfile.c: #include "filenames.h".
3952 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
3953 debug info in a separate file, read that, too. Save the addrs
3954 argument, so we can use it again to read the separated debug info;
3955 syms_from_objfile modifies the table we pass it.
3956 (reread_symbols): After re-reading an objfile, call
3957 reread_separate_symbols to refresh its separate debug info
3958 objfile, if it has one.
3959 (reread_separate_symbols, find_separate_debug_file,
3960 get_debug_link_info, separate_debug_file_exists): New functions.
3961 (debug_file_directory): New global var.
3962 (_initialize_symfile): Initialize debug_file_directory, and
3963 provide the new `set debug-file-directory' command to let the user
3964 change it.
3965 * objfiles.c (free_objfile): If this objfile has its debug info in
3966 a separate objfile, free that one too. If this is itself a
3967 separate debug info objfile, clear our parent's backlink.
3968 (put_objfile_before): New function.
3969 * utils.c (gnu_debuglink_crc32): New function.
3970 * defs.h (gnu_debuglink_crc32): New declaration.
3971 * Makefile.in (symfile.o): Note dependency on "filenames.h".
3972 * configure.in: Handle --with-separate-debug-dir config option.
3973 * acinclude.m4 (AC_DEFINE_DIR): New macro.
3974 * acconfig.h (DEBUGDIR): New macro.
3975 * configure, aclocal.m4, config.in: Regenerated.
3976
7e8580c1
JB
39772003-01-22 Jim Blandy <jimb@redhat.com>
3978
7904e09f
JB
3979 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
3980 like the old symbol_file_add, but taking new arguments: you can
3981 now pass in either a `struct section_addr_info' list to say where
3982 each section is loaded, or a `struct section_offsets' table. Pass
3983 these new arguments through to syms_from_objfile as appropriate.
3984 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
3985 with the appropriate quiescent values for the new arguments.
3986
7e8580c1
JB
3987 * symfile.c: #include "gdb_assert.h".
3988 (syms_from_objfile): Add the ability to pass in a section offset
3989 table directly, as an alternative to the section_addr_info table.
3990 Document arguments better.
3991 (symbol_file_add): Pass extra arguments to syms_from_objfile.
3992 * symfile.h (syms_from_objfile): Update declaration.
3993 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
3994 syms_from_objfile.
3995 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
3996
d28f9cdf
DJ
39972003-01-22 Daniel Jacobowitz <drow@mvista.com>
3998
3999 Original patch by Tom Tromey <tromey@cygnus.com> and
4000 Jason Molenda <jmolenda@apple.com>.
4001 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
4002 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
4003 * NEWS: Mention profiling.
4004 * configure.in (--enable-gdbtk): Fix typo.
4005 (--enable-profiling): New. Set PROFILE_CFLAGS.
4006 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
4007 Fill in function.
4008 (profiling_state): New variable.
4009 (mcleanup_wrapper): New function.
4010 (_initialize_maint): Remove NOTYET, fix call to
4011 add_setshow_boolean_cmd for "maint set profile".
4012 * configure: Regenerated.
4013
df21e465
MH
40142003-01-21 Martin M. Hunt <hunt@redhat.com>
4015
4016 * Makefile.in (install-gdbtk): Install PNG images too.
4017
73c1f219
AC
40182003-01-21 Andrew Cagney <ac131313@redhat.com>
4019
4020 * exec.c (text_start): Delete global variable.
4021 (exec_file_attach): Make text_start local to the function.
4022 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
4023 * valops.c (hand_function_call): Delete code that handles
4024 BEFORE_TEXT_END and AFTER_TEXT_END.
4025 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
4026 of CALL_DUMMY_LOCATION.
4027 * gdbarch.c: Regenerate.
4028 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
4029 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
4030 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
4031 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
4032 (text_end): Delete extern declaration.
4033
eb4f72c5
AC
40342003-01-21 Andrew Cagney <ac131313@redhat.com>
4035
4036 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
4037 * blockframe.c (backtrace_below_main): Move to "frame.c".
4038 (frame_chain_valid): Delete check for backtrace_below_main.
4039 (_initialize_blockframe): Delete initialization, move ``set
4040 backtrace-below-main'' command to "frame.c".
4041 (do_flush_frames_sfunc): Delete function.
4042 * frame.c: Include "command.h" and "gdbcmd.h".
4043 (frame_type_from_pc): New function.
4044 (create_new_frame): Use frame_type_from_pc.
4045 (legacy_get_prev_frame): New function.
4046 (get_prev_frame): Rewrite. When an old style frame, call
4047 legacy_get_prev_frame. Otherwize, unwind the PC first.
4048 (_initialize_frame): Add ``set backtrace-below-main'' command.
4049 * Makefile.in (frame.o): Update dependencies.
4050
778ce8cc
AC
40512003-01-19 Andrew Cagney <ac131313@redhat.com>
4052
4053 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
4054 DEPRECATED_REGISTERS_INFO.
4055
01c193c8
AC
40562003-01-19 Andrew Cagney <ac131313@redhat.com>
4057
4058 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
4059 Maintainers'. Update `Various Maintainers'.
4060
dedc2a2b
AC
40612003-01-19 Andrew Cagney <ac131313@redhat.com>
4062
4063 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
4064 * gdbarch.sh (POP_FRAME): Change to function with predicate.
4065 Suppress actual parameters when `-'.
4066 * gdbarch.h, gdbarch.c: Regenerate.
4067
b7261c70
AC
40682003-01-19 Andrew Cagney <ac131313@redhat.com>
4069
4070 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
4071 code handling dummy frames.
4072
dbe9fe58
AC
40732003-01-19 Andrew Cagney <ac131313@redhat.com>
4074
4075 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
4076 (struct frame_unwind): Add field pop.
4077 * frame.h (frame_pop): Declare.
4078 * frame.c (frame_saved_regs_pop): New function.
4079 (trad_frame_unwinder): Add frame_saved_regs_pop.
4080 (frame_pop): New function.
4081 * dummy-frame.c (dummy_frame_pop): New function.
4082 (discard_innermost_dummy): New function.
4083 (generic_pop_dummy_frame): Use discard_innermost_dummy.
4084 (dummy_frame_unwind): Add dummy_frame_pop.
4085 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
4086 * valops.c (hand_function_call): Ditto.
4087 * stack.c (return_command): Ditto.
4088
570b8f7c
AC
40892003-01-18 Andrew Cagney <ac131313@redhat.com>
4090
4091 * cris-tdep.c: Fix function declaration indentation.
4092 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
4093 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
4094 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
4095 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
4096 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
4097 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
4098
40992003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
4100
4101 * README (Unpacking and Installation -- quick overview):
4102 Warn against ".../gdb-5.3/gdb/configure".
4103
494cca16
AC
41042003-01-18 Andrew Cagney <ac131313@redhat.com>
4105
4106 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
4107 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
4108 (struct frame_unwind): Declare opaque.
4109 (dummy_frame_p): Declare function.
4110 * dummy-frame.c (dummy_frame_id_unwind): Make static.
4111 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
4112 * dummy-frame.c: Include "frame-unwind.h".
4113 (dummy_frame_p): New function.
4114 (dummy_frame_unwind): New variable.
4115 * frame.c: Include "frame-unwind.h".
4116 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
4117 to use the new unwind field.
4118 (set_unwind_by_pc): Delete function.
4119 (create_new_frame, get_prev_frame): Set unwind field using
4120 frame_unwind_find_by_pc.
4121 (trad_frame_unwind, trad_frame_unwinder): New variables.
4122 * frame.h (trad_frame_unwind): Declare variable.
4123 (frame_id_unwind_ftype): Delete declaration.
4124 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
4125 (struct frame_unwind): Declare opaque.
4126 (struct frame_info): Replace the fields id_unwind, pc_unwind and
4127 register_unwind with a single unwind pointer.
4128 * frame-unwind.h, frame-unwind.c: New files.
4129 * Makefile.in (SFILES): Add frame-unwind.c.
4130 (frame_unwind_h): Define.
4131 (COMMON_OBS): Add frame-unwind.o.
4132 (frame-unwind.o): Specify dependencies.
4133 (frame.o, dummy-frame.o): Update dependencies.
4134
4efb68b1
AC
41352003-01-18 Andrew Cagney <ac131313@redhat.com>
4136
4137 * ada-valprint.c: Eliminate PTR.
4138 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
4139 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
4140 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
4141 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
4142 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
4143 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
4144 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
4145
a84d24ee
AC
41462003-01-17 Andrew Cagney <ac131313@redhat.com>
4147
762f08a3
AC
4148 * main.c (captured_main): Don't use PTR.
4149 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
4150 * gdbtypes.c (lookup_primitive_typename): Ditto.
4151 (lookup_struct_elt_type): Ditto.
4152 * f-valprint.c (info_common_command): Ditto.
4153 (list_all_visible_commons): Ditto.
4154 * jv-typeprint.c (java_type_print_base): Ditto.
4155
a84d24ee
AC
4156 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
4157 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
4158 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
4159 i386-interix-nat.c and i386-interix-tdep.c. Rename
4160 m68klinux-nat.c and m68klinux-tdep.c. Rename
4161 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
4162 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
4163 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
4164 * main.c (captured_main): Use xfree, not free.
4165
c170fb60
AC
41662003-01-16 Andrew Cagney <ac131313@redhat.com>
4167
4168 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
4169 ID back using a parameter.
4170 * frame.c (frame_id_unwind): Update call.
4171 (frame_saved_regs_id_unwind): Update.
4172 * dummy-frame.c (dummy_frame_id_unwind): Update function.
4173 * dummy-frame.h (struct frame_id): Add opaque declaration.
4174 (dummy_frame_id_unwind): Update declaration.
4175
867f3898
AC
41762003-01-15 Andrew Cagney <ac131313@redhat.com>
4177
4178 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
4179
40622be8 41802003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 4181
40622be8 4182 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 4183
ae66c1fc
EZ
41842003-01-14 Elena Zannoni <ezannoni@redhat.com>
4185
997b089a 4186 Fix PR gdb/898
ae66c1fc
EZ
4187 * breakpoint.c (until_break_command): Add new argument. Use it to
4188 decide whether to stop only at the current frame or not.
4189 * breakpoint.h (until_break_command): Update prototype.
4190 * infcmd.c (until_command): Add new argument to until_break_command
4191 call.
4192 (advance_command): New function.
4193 (_initialize_infcmd): Update help string for 'until' command.
4194 Add new 'advance' command.
4195
a04257e6
DC
41962003-01-14 David Carlton <carlton@math.stanford.edu>
4197
4198 * linespec.c (decode_line_1): Normalize comments.
4199 (set_flags): Ditto.
4200 (locate_first_half): Ditto.
4201 (decode_compound): Ditto.
4202 (symtab_from_filename): Ditto.
4203 (decode_all_digits): Ditto.
4204 (decode_dollar): Ditto.
4205 (find_methods): Ditto.
4206 (find_toplevel_char): Ditto.
4207
1bac305b
AC
42082003-01-13 Andrew Cagney <ac131313@redhat.com>
4209
4210 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
4211 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
4212 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
4213 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
4214 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
4215 * language.c, language.h, m32r-tdep.c: Update copyright.
4216 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
4217 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
4218 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
4219 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
4220 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
4221 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
4222
25caa7a8
EZ
42232003-01-13 Elena Zannoni <ezannoni@redhat.com>
4224
4225 * stabsread.h (process_later, resolve_cfront_continuation):
4226 Obsolete.
4227 Update copyright years.
4228 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
4229 Update copyright year.
4230 * dbxread.c(struct cont_elem): Obsolete.
4231 (process_later, process_now): Obsolete functions.
4232 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
4233 Update copyright year.
4234 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
4235 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
4236 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
4237 (parse_partial_symbols): Obsolete cfront support.
4238 * stabsread.c
4239 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
4240 macros.
4241 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
4242 read_cfront_baseclasses, read_cfront_member_functions,
4243 resolve_cfront_continuation,read_cfront_static_fields,
4244 copy_cfront_struct_fields): Obsolete functions.
4245 (define_symbol, read_one_struct_field): Obsolete cfront support.
4246 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
4247 Update Copyright year.
4248
7789c6f5
EZ
42492003-01-13 Elena Zannoni <ezannoni@redhat.com>
4250
4251 * stack.c (print_frame_info, print_stack_frame_base_stub,
4252 print_stack_frame_base, show_and_print_stack_frame_stub,
4253 show_and_print_stack_frame, print_only_stack_frame_stub,
4254 print_only_stack_frame): Delete functions.
4255 (print_stack_frame_stub): Call print_frame_info instead of
4256 print_frame_info_base.
4257 (print_frame_info_base): Rename to print_frame_info.
4258 (backtrace_command_1): Call print_frame_info, instead of
4259 print_frame_info_base.
4260 (current_frame_command): Call print_stack_frame, instead of
4261 print_only_stack_frame.
4262 (frame_command): Call print_stack_frame, instead of
4263 show_and_print_stack_frame.
4264 (up_command): Ditto.
4265 (down_command): Ditto.
4266 * frame.h (print_only_stack_frame): Delete prototype.
4267 * infrun.c (normal_stop): Call print_stack_frame, instead of
4268 show_and_print_stack_frame.
4269 * thread.c (info_threads_command): Call print_stack_frame, instead
4270 of print_only_stack_frame.
4271
3f5a3016
AC
42722003-01-13 Andrew Cagney <ac131313@redhat.com>
4273
d99ba314
AC
4274 * README (Graphical interface to GDB): Update URL. Point at
4275 gdb/links/.
4276
3f5a3016
AC
4277 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
4278 version match.
4279
083ae935
DJ
42802003-01-13 Daniel Jacobowitz <drow@mvista.com>
4281
4282 * symtab.c (find_pc_sect_line): Don't consider end-of-function
4283 lines.
4284
5365276c
DJ
42852003-01-13 Daniel Jacobowitz <drow@mvista.com>
4286
4287 * thread-db.c (attach_thread): Prototype.
4288 (struct private_thread_info): Remove lwpid. Add thread handle (th),
4289 thread information (ti), and valid flags (th_valid, ti_valid).
4290 (attach_thread): Move target_pid_to_str call to after the thread
4291 is added to GDB's list. Initialize the cache.
4292 (thread_get_info_callback, thread_db_map_id2thr)
4293 (thread_db_get_info): New functions.
4294 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
4295 (thread_db_store_registers, thread_db_thread_alive)
4296 (thread_db_get_thread_local_address): Use them.
4297 (thread_db_pid_to_str): Likewise. Return "Missing" instead
4298 of calling error() for threads in unknown state.
4299
4300 (clear_lwpid_callback): New function.
4301 (thread_db_resume): Use it to clear the cache.
4302
9fc30b6b
DJ
43032003-01-13 Daniel Jacobowitz <drow@mvista.com>
4304
4305 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
4306 (resume_callback): Remove dead code.
4307
8f871025
AC
43082003-01-13 Andrew Cagney <ac131313@redhat.com>
4309
4310 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
4311 predicate.
4312 * gdbarch.h, gdbarch.c: Regenerate.
4313 * stack.c (frame_info): Only initialize the saved registers when
4314 FRAME_INIT_SAVED_REGS_P.
4315 * frame.c (frame_saved_regs_register_unwind): Assert
4316 FRAME_INIT_SAVED_REGS_P.
4317 (deprecated_generic_get_saved_register): Ditto.
4318
3f565f1e
DJ
43192003-01-13 Daniel Jacobowitz <drow@mvista.com>
4320
4321 * source.c (openp): Squelch warning about "filename".
4322
072b1022
DJ
43232003-01-13 Daniel Jacobowitz <drow@mvista.com>
4324
4325 * source.c (openp): If the file does not exist don't necessarily
4326 search the path.
4327
973ccf8b
DJ
43282003-01-13 Daniel Jacobowitz <drow@mvista.com>
4329
4330 Fix PR gdb/872.
4331 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
4332 (integer_types_same_name_p): New function.
4333 (rank_one_type): Use it.
4334 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
4335
030292b7
DJ
43362003-01-13 Daniel Jacobowitz <drow@mvista.com>
4337
4338 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
4339 variables.
4340 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
4341 * configure.in: Add --with-sysroot.
4342 * configure: Regenerated.
4343 * main.c (gdb_sysroot): New variable.
4344 (captured_main): Initialize gdb_sysroot.
4345 * defs.h (gdb_sysroot): New extern declaration.
4346 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
4347
afb5d334
MC
43482003-01-12 Michael Chastain <mec@shout.net>
4349
4350 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
4351
751ceeb4
MC
43522003-01-12 Michael Chastain <mec@shout.net>
4353
4354 * top.c (print_gdb_version): Bump copyright year to 2003.
4355
94cd26f8
DC
43562003-01-12 David Carlton <carlton@bactrian.org>
4357
4358 * linespec.c (symtab_from_filename): Rename variable 's' to
4359 'file_symtab'.
4360
1ce79225
AC
43612003-01-12 Andrew Cagney <ac131313@redhat.com>
4362
4363 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
4364 dummy frame.
4365 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
4366
fa1fd571
AC
43672003-01-12 Andrew Cagney <ac131313@redhat.com>
4368
4369 * d10v-tdep.c: Include "gdb_assert.h".
4370 (d10v_store_return_value): Rewrite to match current interface.
4371 (d10v_extract_struct_value_address): Ditto.
4372 (d10v_extract_return_value): Ditto.
4373 (d10v_gdbarch_init): Set store_restore_value,
4374 extract_struct_value_address and extract_return_value.
4375
68b8d23e
JB
43762003-01-12 J. Brobecker <brobecker@gnat.com>
4377
4378 * hpread.c (set_namestring): New procedure replacing the
4379 SET_NAMESTRING macro.
4380 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
4381 by calls to set_namestring.
4382
43832003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
4384
4385 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
4386 a compilation warning.
4387 (hpread_process_one_debug_symbol): Likewise.
4388
88d262ca
DC
43892003-01-10 David Carlton <carlton@math.stanford.edu>
4390
4391 * linespec.c (decode_line_1): Rename variable 's' to
4392 'file_symtab'.
4393 (decode_all_digits): Rename argument 's' to 'file_symtab'.
4394 (decode_dollar): Ditto.
4395 (decode_variable): Ditto.
4396 (symbol_found): Ditto.
4397
86669319
MC
43982003-01-09 Michael Chastain <mec@shout.net>
4399
4400 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
4401
616a9dc4
CV
44022003-01-07 Corinna Vinschen <vinschen@redhat.com>
4403
4404 * win32-nat.c (set_process_privilege): New function.
4405 (child_attach): Call set_process_privilege() to enable the
4406 SE_DEBUG_NAME user privilege if available in process token.
4407
3269bcfa
JB
44082003-01-10 J. Brobecker <brobecker@gnat.com>
4409
4410 * hpread.c (hpread_process_one_debug_symbol): Fix a small
4411 compilation error in the previous revision.
4412
2b0ee454
DC
44132003-01-09 David Carlton <carlton@math.stanford.edu>
4414
4415 * linespec.c: Update copyright.
4416
b3ba1b44
DJ
44172003-01-09 Daniel Jacobowitz <drow@mvista.com>
4418
4419 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
4420 than inferior_ptid.
4421 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
4422
4ef3f3be
AC
44232003-01-09 Andrew Cagney <ac131313@redhat.com>
4424
479ab5a0
AC
4425 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
4426 Update comments.
4427 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
4428 (frame_saved_regs_zalloc): Update.
4429 (frame_saved_regs_register_unwind): Update.
4430 (create_new_frame): Update.
4431 (get_prev_frame): Update.
4432 (frame_extra_info_zalloc): Update.
4433 (deprecated_get_frame_saved_regs): Update.
4434 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
4435 * cris-tdep.c: Update comment.
4436
bde58177
AC
4437 * somsolib.h: Fix function indentation.
4438 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
4439 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
4440 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
4441 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
4442 * somsolib.c, inftarg.c: Remove assignment in if conditional.
4443
4ef3f3be
AC
4444 * infrun.c (follow_fork): Use ISO C definition.
4445 * expprint.c (print_subexp): Use xfree instead of free.
4446 * charset.c: Include "gdb_string.h" instead of <string.h>.
4447 (register_iconv_charsets): Use ISO C definition.
4448 (host_charset, target_charset): Ditto.
4449 * Makefile.in (charset.o): Update dependencies.
4450 (mi-cmd-env.o): Update dependencies.
4451
1c615f7a
AC
44522003-01-08 Andrew Cagney <cagney@redhat.com>
4453
4454 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
4455 get_frame_base.
4456
c9a1dc08
AC
44572003-01-08 Andrew Cagney <ac131313@redhat.com>
4458
4459 * gdb_mbuild.sh: Add --keep option. When specified, keep the
4460 build directories. Save edited gdb output in Mbuild.log. If a
4461 build fails, remove any final GDB executable.
4462
dbad9d94
AC
44632003-01-08 Andrew Cagney <ac131313@redhat.com>
4464
4465 * gdb_mbuild.sh: Edit the output of `maint print architecture'
4466 replacing hex constants with function names and stripping leading
4467 file name directory prefixes.
4468
8d357cca
AC
44692003-01-08 Andrew Cagney <cagney@redhat.com>
4470
4471 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
4472 get_frame_base.
4473
bca02a8a
DC
44742003-01-08 David Carlton <carlton@math.stanford.edu>
4475
4476 * linespec.c (decode_line_1): Move code into decode_variable.
4477 (decode_variable): New function.
4478
7f8ab3a0
AC
44792003-01-08 Andrew Cagney <ac131313@redhat.com>
4480
4481 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
4482
7b5849cc
AC
44832003-01-08 Andrew Cagney <cagney@redhat.com>
4484
4485 * cris-tdep.c (cris_frame_init_saved_regs): Use
4486 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
4487 saved_regs buffer.
4488 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
4489 (sh64_nofp_frame_init_saved_regs): Ditto.
4490 (sh_fp_frame_init_saved_regs): Ditto.
4491 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
4492 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
4493 * mcore-tdep.c (analyze_dummy_frame): Ditto.
4494 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
4495
72a5efb3
DJ
44962003-01-08 Daniel Jacobowitz <drow@mvista.com>
4497
4498 * minsyms.c (lookup_minimal_symbol): Update comment.
4499 (lookup_minimal_symbol_text): Update comment. Use the hash table.
4500 (lookup_minimal_symbol_solib_trampoline): Likewise.
4501
11c02a10
AC
45022003-01-08 Andrew Cagney <cagney@redhat.com>
4503
aab3ea25
AC
4504 * d10v-tdep.c (d10v_init_extra_frame_info): Use
4505 frame_relative_level.
4506
da50a4b7
AC
4507 * alpha-tdep.c: Use get_frame_extra_info.
4508 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
4509 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
4510 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
4511 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
4512
11c02a10
AC
4513 * alpha-tdep.c: Use get_next_frame.
4514 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
4515 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
4516 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
4517 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
4518 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
4519 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
4520 * xstormy16-tdep.c: Ditto.
4521
1e2330ba
AC
45222003-01-07 Andrew Cagney <cagney@redhat.com>
4523
4524 * alpha-tdep.c: Use get_frame_base.
4525 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
4526 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
4527 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
4528 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
4529 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
4530 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
4531 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
4532 * config/sparc/tm-sparc.h: Ditto.
4533
2d75187b
AC
45342003-01-07 Andrew Cagney <cagney@redhat.com>
4535
4536 * frame.c (deprecated_get_frame_context): New function.
4537 (deprecated_set_frame_context): New function.
4538 * frame.h (deprecated_get_frame_context): Declare.
4539 (deprecated_set_frame_context): Declare.
4540 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
4541 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
4542
483d36b2
AC
45432003-01-07 Andrew Cagney <cagney@redhat.com>
4544
4545 * frame.c (deprecated_set_frame_next_hack): New function.
4546 (deprecated_set_frame_prev_hack): New function.
4547 * frame.h (deprecated_set_frame_next_hack): Declare.
4548 (deprecated_set_frame_prev_hack): Declare.
4549 * mcore-tdep.c (analyze_dummy_frame): Use
4550 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
4551 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
4552
14e91ac5
DC
45532003-01-07 David Carlton <carlton@math.stanford.edu>
4554
4555 * linespec.c (decode_line_1): Move code into decode_dollar.
4556 (decode_dollar): New function.
4557
b0c6b05c
AC
45582003-01-07 Andrew Cagney <cagney@redhat.com>
4559
4560 * arm-tdep.c (arm_init_extra_frame_info): Use
4561 deprecated_update_frame_base_hack.
4562 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
4563 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
4564 (fix_frame_pointer): Ditto.
4565 (mn10300_analyze_prologue): Ditto.
4566
a00a19e9
AC
45672003-01-07 Andrew Cagney <cagney@redhat.com>
4568
4569 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
4570 extra_info using frame_extra_info_zalloc.
4571 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
4572 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
4573 (sh64_init_extra_frame_info): Ditto.
4574 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
4575 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
4576 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
4577 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
4578 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
4579 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
4580 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
4581 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
4582 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
4583 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
4584 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
4585 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
4586
4587 * mn10300-tdep.c (analyze_dummy_frame): Use
4588 deprecated_set_frame_extra_info_hack.
4589 * mcore-tdep.c (analyze_dummy_frame): Ditto.
4590
1fb4c65b
JB
45912003-01-07 J. Brobecker <brobecker@gnat.com>
4592
4593 * mdebugread.c (parse_symbol): Skip stProc entries which storage
4594 class is not scText. These do not define "real" procedures.
4595 (parse_partial_symbols): Likewise.
4596
9fe7d6bf
MS
45972003-01-06 Michael Snyder <msnyder@redhat.com>
4598
4599 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
4600
f6c609c4
AC
46012003-01-06 Andrew Cagney <ac131313@redhat.com>
4602
4603 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
4604 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
4605 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
4606 deprecated_frame_xmalloc_with_cleanup.
4607 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
4608 deprecated_frame_xmalloc.
4609 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
4610 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
4611
d995ff4b
AC
46122003-01-06 Andrew Cagney <cagney@redhat.com>
4613
84dc46cb
AC
4614 * x86-64-linux-tdep.c: Include "osabi.h".
4615 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
4616
d995ff4b
AC
4617 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
4618
66140c26
AC
46192003-01-06 Andrew Cagney <cagney@redhat.com>
4620
4621 * MAINTAINERS (Target Instruction Set Architectures): Update
4622 arm-elf. Can be built with -Werror, has been multiarched.
4623
4624 * value.h (unpack_long): Make buffer parameter constant.
4625 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
4626 * scm-lang.h (scm_parse): Ditto.
4627 * defs.h (extract_typed_address, extract_address): Ditto.
4628 (extract_long_unsigned_integer): Ditto.
4629 * inferior.h (unsigned_pointer_to_address): Ditto.
4630 (signed_pointer_to_address): Ditto.
4631 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
4632 * gdbarch.h, gdbarch.c: Regenerate.
4633 * findvar.c (extract_long_unsigned_integer): Update.
4634 (extract_address): Update.
4635 (extract_typed_address): Update.
4636 (unsigned_pointer_to_address): Update.
4637 * values.c (unpack_long): Update.
4638 (unpack_double): Update.
4639 (unpack_pointer): Update.
4640 (unpack_field_as_long): Update.
4641 * d10v-tdep.c (d10v_pointer_to_address): Update.
4642 * avr-tdep.c (avr_pointer_to_address): Update.
4643 * scm-lang.c (scm_unpack): Update.
4644 * findvar.c (signed_pointer_to_address): Update.
4645
b089b3da
ML
46462003-01-06 Michal Ludvig <mludvig@suse.cz>
4647
4648 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
4649 since it is in i386-tdep.c.
4650
aff87235
JB
46512003-01-06 J. Brobecker <brobecker@gnat.com>
4652
4653 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
4654 failure introduced in the previous change.
4655
34f5e845
MC
46562003-01-05 Michael Chastain <mec@shout.net>
4657
4658 * README: Remove references to deleted remote-*.c files:
4659 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
4660 remote-nrom.c, remote-os9k.c, remote-udi.c.
4661
28bcfd30
MK
46622003-01-05 Mark Kettenis <kettenis@gnu.org>
4663
4664 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
4665 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
4666 i386_get_longjmp_target.
4667
15a5b3ee
AC
46682003-01-05 Andrew Cagney <ac131313@redhat.com>
4669
4670 * arm-tdep.c (prologue_cache): Change to a pointer.
4671 (_initialize_arm_tdep): Allocate prologue_cache.
4672 (check_prologue_cache): Update.
4673 (save_prologue_cache): Update.
4674 (arm_gdbarch_init): Update.
4675
c263362b
DJ
46762003-01-04 Daniel Jacobowitz <drow@mvista.com>
4677
4678 * stabsread.c (update_method_name_from_physname): Call complaint()
4679 instead of error.
4680
51603483
DJ
46812003-01-04 Daniel Jacobowitz <drow@mvista.com>
4682
4683 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
4684 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
4685 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
4686
4687 * blockframe.c: Include "gdbcmd.h" and "command.h".
4688 (backtrace_below_main): New variable.
4689 (file_frame_chain_valid, func_frame_chain_valid)
4690 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
4691 (generic_func_frame_chain_valid): Remove functions.
4692 (frame_chain_valid, do_flush_frames_sfunc): New functions.
4693 (_initialize_blockframe): New function.
4694 * Makefile.in (blockframe.o): Update dependencies.
4695 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
4696 comment. Call frame_chain_valid ().
4697 * frame.h: Remove old prototypes. Add prototype for
4698 frame_chain_valid and update comments to match.
4699 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
4700 Remove old comment.
4701 * gdbarch.h: Regenerated.
4702 * gdbarch.c: Regenerated.
4703
4704 * alpha-tdep.c (alpha_gdbarch_init): Don't call
4705 set_gdbarch_frame_chain_valid.
4706 * avr-tdep.c (avr_gdbarch_init): Likewise.
4707 * cris-tdep.c (cris_gdbarch_init): Likewise.
4708 * frv-tdep.c (frv_gdbarch_init): Likewise.
4709 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
4710 * i386-tdep.c (i386_svr4_init_abi): Likewise.
4711 (i386_nw_init_abi): Likewise.
4712 (i386_gdbarch_init): Likewise.
4713 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
4714 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
4715 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
4716 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
4717 * mips-tdep.c (mips_gdbarch_init): Likewise.
4718 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
4719 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
4720 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
4721 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
4722 * s390-tdep.c (s390_gdbarch_init): Likewise.
4723 * sh-tdep.c (sh_gdbarch_init): Likewise.
4724 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
4725 * v850-tdep.c (v850_gdbarch_init): Likewise.
4726 * vax-tdep.c (vax_gdbarch_init): Likewise.
4727 * x86-64-tdep.c (x86_64_init_abi): Likewise.
4728
4729 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
4730 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
4731 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
4732 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
4733 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
4734 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
4735 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
4736 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
4737
b00a8037
DJ
47382002-01-04 Daniel Jacobowitz <drow@mvista.com>
4739
4740 * Makefile.in (acconfig_h): Remove incorrect macro.
4741 (config_h): Define.
4742 (osabi.o): Update dependencies.
4743 * configure.tgt: Set gdb_osabi based on target triplet.
4744 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
4745 * configure: Regenerated.
4746 * config.in: Regenerated.
4747 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
4748 (GDB_OSABI_DEFAULT): Define if not already defined.
4749 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
4750 (set_osabi_string): New variables.
4751 (gdbarch_register_osabi): Add new OS ABI to
4752 gdb_osabi_available_names.
4753 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
4754 (set_osabi, show_osabi): New functions.
4755 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
4756
4be87837
DJ
47572003-01-04 Daniel Jacobowitz <drow@mvista.com>
4758
4759 * arch-utils.c (gdbarch_info_init): Set osabi to
4760 GDB_OSABI_UNINITIALIZED.
4761 * gdbarch.sh: Add osabi to struct gdbarch and to struct
4762 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
4763 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
4764 * gdbarch.c: Regenerated.
4765 * gdbarch.h: Regenerated.
4766 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
4767 there's no BFD.
4768 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
4769 * osabi.h (enum gdb_osabi): Move to defs.h.
4770 (gdbarch_init_osabi): Update prototype.
4771 * defs.h (enum gdb_osabi): Moved here.
4772 * Makefile.in: Update dependencies.
4773
4774 * alpha-tdep.h: Don't include "osabi.h".
4775 (struct gdbarch_tdep): Remove osabi member.
4776 * alpha-tdep.c: Include "osabi.h".
4777 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
4778 iterate over arches. Update call to gdbarch_init_osabi.
4779 (alpha_dump_tdep): Don't dump osabi.
4780 * alpha-linux-tdep.c: Include "osabi.h".
4781 * alpha-osf1-tdep.c: Include "osabi.h".
4782 * alphafbsd-tdep.c: Include "osabi.h".
4783 * alphanbsd-tdep.c: Include "osabi.h".
4784
4785 * arm-tdep.h: Don't include "osabi.h".
4786 (struct gdbarch_tdep): Remove osabi member.
4787 * arm-tdep.c: Include "osabi.h".
4788 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
4789 iterate over arches. Update call to gdbarch_init_osabi.
4790 (arm_dump_tdep): Don't dump osabi.
4791 * arm-linux-tdep.c: Include "osabi.h".
4792 * armnbsd-tdep.c: Include "osabi.h".
4793
4794 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
4795 Update call to gdbarch_init_osabi.
4796
4797 * i386-tdep.h: Don't include "osabi.h".
4798 (struct gdbarch_tdep): Remove osabi member.
4799 * i386-tdep.c: Include "osabi.h".
4800 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
4801 iterate over arches. Update call to gdbarch_init_osabi.
4802 (i386_dump_tdep): Don't dump osabi.
4803 * i386-linux-tdep.c: Include "osabi.h".
4804 * i386-sol2-tdep.c: Include "osabi.h".
4805 * i386bsd-tdep.c: Include "osabi.h".
4806 * i386gnu-tdep.c: Include "osabi.h".
4807 * i386ly-tdep.c: Include "osabi.h".
4808 * i386nbsd-tdep.c: Include "osabi.h".
4809 * i386obsd-tdep.c: Include "osabi.h".
4810
4811 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
4812 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
4813 check osabi when iterating over arches. Update call to
4814 gdbarch_init_osabi.
4815 (mips_dump_tdep): Don't dump osabi.
4816
4817 * ns32k-tdep.h: Don't include "osabi.h".
4818 (struct gdbarch_tdep): Remove.
4819 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
4820 gdbarch_lookup_osabi. Don't iterate over arches. Don't
4821 allocate tdep. Update call to gdbarch_init_osabi.
4822 (ns32k_dump_tdep): Remove.
4823 (_initialize_ns32k_tdep): Update call to gdbarch_register.
4824 * ns32knbsd-tdep.c: Include "osabi.h".
4825
4826 * ppc-tdep.h: Don't include "osabi.h".
4827 (struct gdbarch_tdep): Remove osabi member.
4828 * rs6000-tdep.c: Include "osabi.h".
4829 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
4830 osabi when iterating over arches. Update call to
4831 gdbarch_init_osabi.
4832 (rs6000_dump_tdep): Don't dump osabi.
4833 * ppc-linux-tdep.c: Include "osabi.h".
4834 * ppcnbsd-tdep.c: Include "osabi.h".
4835
4836 * sh-tdep.h: Don't include "osabi.h".
4837 (struct gdbarch_tdep): Remove osabi member.
4838 * sh-tdep.c: Include "osabi.h".
4839 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
4840 iterate over arches. Update call to gdbarch_init_osabi.
4841 (sh_dump_tdep): Don't dump osabi.
4842 * shnbsd-tdep.c: Include "osabi.h".
4843
4844 * sparc-tdep.c: Include "osabi.h".
4845 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
4846 iterate over arches. Update call to gdbarch_init_osabi.
4847 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
4848 tdep structure.
4849
4850 * vax-tdep.h: Don't include "osabi.h".
4851 (struct gdbarch_tdep): Remove.
4852 * vax-tdep.c: Include "osabi.h".
4853 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
4854 iterate over arches. Don't allocate tdep. Update call
4855 to gdbarch_init_osabi.
4856 (vax_dump_tdep): Remove.
4857 (_initialize_vax_tdep): Update call to gdbarch_register.
4858
a881cf8e
DJ
48592003-01-04 Daniel Jacobowitz <drow@mvista.com>
4860
4861 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
4862 entirely.
4863 (breakpoint_re_set_one): Don't fetch the value for a disabled
4864 watchpoint.
4865
1e698235
DJ
48662003-01-04 Daniel Jacobowitz <drow@mvista.com>
4867
4868 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
4869 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
4870 (COERCE_FLOAT_TO_DOUBLE): Remove.
4871 * gdbarch.c: Regenerate.
4872 * gdbarch.h: Regenerate.
4873 * Makefile.in: Remove value_h from gdbarch_h.
4874 * valops.c (coerce_float_to_double): New variable.
4875 (default_coerce_float_to_double): Remove.
4876 (standard_coerce_float_to_double): Remove.
4877 (value_arg_coerce): Use coerce_float_to_double.
4878 (_initialize_valops): Add "set coerce-float-to-double".
4879 * value.h (default_coerce_float_to_double): Remove prototype.
4880 (standard_coerce_float_to_double): Remove prototype.
4881
4882 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
4883 prototyped.
4884 * mdebugread.c (parse_symbol): Likewise.
4885 * stabsread.c (define_symbol): Mark all functions as prototyped.
4886
4887 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
4888 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
4889 set_gdbarch_coerce_float_to_double.
4890 * arm-tdep.c (arm_gdbarch_init): Likewise.
4891 * frv-tdep.c (frv_gdbarch_init): Likewise.
4892 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
4893 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
4894 * mips-tdep.c (mips_gdbarch_init): Likewise.
4895 (mips_coerce_float_to_double): Remove.
4896 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
4897 (rs6000_coerce_float_to_double): Remove.
4898 * s390-tdep.c (s390_gdbarch_init): Likewise.
4899 * sh-tdep.c (sh_gdbarch_init): Likewise.
4900 (sh_coerce_float_to_double): Remove.
4901 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
4902 (sparc_coerce_float_to_double): Remove.
4903 * v850-tdep.c (v850_gdbarch_init): Likewise.
4904 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
4905 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
4906 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
4907 (hppa_coerce_float_to_double): Remove prototype.
4908 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
4909
f436a26a
DJ
49102003-01-04 Daniel Jacobowitz <drow@mvista.com>
4911
4912 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
4913
248f8055
DJ
49142003-01-04 Daniel Jacobowitz <drow@mvista.com>
4915
4916 Suggested by Stewart Brown <sb24@avaya.com>:
4917 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
4918 in recursive calls. Handle TYPE_CODE_TYPEDEF.
4919 (c_type_print_varspec_suffix): Likewise.
4920
72cfdc76
MK
49212003-01-04 Mark Kettenis <kettenis@gnu.org>
4922
bfd260bb
MK
4923 * configure.in: Don't set and AC_SUBST SUBDIRS.
4924 * configure: Regenerated.
4925
72cfdc76
MK
4926 * configure.in: Remove code dealing with shared libraries.
4927 * Makefile.in: Remove HLDFLAGS and HLDENV.
4928 * configure: Regenerated.
4929
c8b8a898
AC
49302003-01-04 Andrew Cagney <ac131313@redhat.com>
4931
4932 * frame.c (deprecated_frame_xmalloc): New function.
4933 (deprecated_set_frame_saved_regs_hack): New function.
4934 (deprecated_set_frame_extra_info_hack): New function.
4935 * frame.h (deprecated_frame_xmalloc): Declare.
4936 (deprecated_set_frame_saved_regs_hack): Declare.
4937 (deprecated_set_frame_extra_info_hack): Declare.
4938
14abd0fb
MK
49392003-01-04 Mark Kettenis <kettenis@gnu.org>
4940
8ee53726
MK
4941 * configure.in: Move code that provides the --enable-gdbtk option
4942 right after the code that handles the --enable-tui option, and
4943 polish it somewhat.
4944 * configure: Regenerated.
4945
14abd0fb
MK
4946 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
4947 AC_CHECK_FUNCS and remove the old check for pread64.
4948 * acinclude.m4 (AC_GNU_SOURCE): New macro.
4949 * acconfig.h (_GNU_SOURCE): Add.
4950 (HAVE_PREAD64): Remove.
4951 * configure, aclocal.m4, config.in: Regenerated.
4952
b2fb4676
AC
49532003-01-03 Andrew Cagney <ac131313@redhat.com>
4954
4955 * alpha-tdep.c: Use get_frame_saved_regs.
4956 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
4957 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
4958 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
4959 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
4960 * vax-tdep.c, xstormy16-tdep.c: Ditto.
4961
8dcde887
MK
49622003-01-03 Mark Kettenis <kettenis@gnu.org>
4963
4964 * configure.in: Remove all use of the SUBDIRS variable; add
4965 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
4966 code providing the --enable-multi-ice option, and move it right in
4967 front of the code that checks whether gdbserver is supported.
4968 Polish that too.
4969 * configure: Regenerated.
4970 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
4971 @SUBDIRS@.
4972
8ccd593b
AC
49732003-01-03 Andrew Cagney <cagney@redhat.com>
4974
4975 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
4976 * avr-tdep.c, cris-tdep.c: Ditto.
4977 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
4978 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
4979
91151a06
MK
49802003-01-03 Mark Kettenis <kettenis@gnu.org>
4981
4982 * configure.in: Remove --enable-netrom option.
4983 * configure: Regenerated.
4984
8fe84d01
MK
49852003-01-03 Mark Kettenis <kettenis@gnu.org>
4986
4987 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
4988 declaration for `struct re_pattern_buffer' instead.
4989 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
4990
f0394be6
JB
49912003-01-03 J. Brobecker <brobecker@gnat.com>
4992
4993 * mdebugread.c (parse_symbol): Count until the stEnd matching
4994 the structure name.
4995
27e9bf90
MK
49962003-01-02 Mark Kettenis <kettenis@gnu.org>
4997
93d331ba
MK
4998 * configure.in: Remove --with-cpu option.
4999 subscripts. Remove evil changequotes here.
5000 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
5001 * config.in, configure: Regenerated.
5002
27e9bf90
MK
5003 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
5004 * configure.in: Cleanup section that sources GDB and BFD configure
5005 subscripts. Remove evil changequotes here.
5006 * config.in, configure: Regenerated.
5007
50abf9e5
AC
50082003-01-02 Andrew Cagney <ac131313@redhat.com>
5009
5010 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
5011 frame accessor methods.
5012 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
5013 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
5014 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
5015 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
5016 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
5017 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
5018 * z8k-tdep.c: Ditto.
5019
287c1a40
MK
50202003-01-02 Mark Kettenis <kettenis@gnu.org>
5021
f5dbc56d
MK
5022 * configure.in: Remove UI_OUT configuration code.
5023 * ada-lang.c: Update assuming UI_OUT is always true.
5024 * Makefile.in (UIOUT_CFLAGS): Remove.
5025 * configure: Regenerated.
5026 * TODO: Remove blurb about elimination of -DUI_OUT.
5027
627af7ea
MK
5028 * configure.in: Move code that provides the --enable-gdbcli,
5029 --enable-gdbmi options right before the code that handles the
5030 --enable-tui option. Polish a bit.
5031 * configure: Regenerated.
5032
06825bd1
MK
5033 * configure.in: Rewrite check for GNU regex and the
5034 --without-included regex option, and move it into the "Checks for
5035 library functions" section. This makes us use the system regex
5036 again by default on systems with version 2 of the GNU C library.
5037 This was apparently broken.
5038 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
5039 * acconfig.h (USE_INCLUDED_REGEX): Remove.
5040 * config.in, configure: Regenerated.
5041
287c1a40
MK
5042 * configure.in: Move code that provides the --enable-tui option
5043 before the "Checks for libraries" section. Polish the code
5044 somewhat and set need_curses to yes if we build the TUI. Rewrite
5045 code that looks for a library providing termcap functionality to
5046 match more closely what's done in the Readline library, and move
5047 it into to the "Checks for libraries" section.
5048 * configure: Regenerated.
5049 * Makefile.in (TERMCAP): Remove variable.
5050 * config/i386/go32.mh (TERMCAP): Remove variable.
5051
684e56bf
AC
50522003-01-02 Andrew Cagney <ac131313@redhat.com>
5053
5054 * MAINTAINERS: Mention gdb_mbuild.sh.
5055 * gdb_mbuild.sh: Rewrite.
5056
e1ea1d75
MK
50572003-01-02 Mark Kettenis <kettenis@gnu.org>
5058
5059 * configure.in: Fix typo in last change.
5060 * config.in, configure: Regenerated.
5061
1b831c93
AC
50622003-01-02 Andrew Cagney <ac131313@redhat.com>
5063
5064 * valarith.c (value_binop): Delete obsolete code and comments.
5065 * configure.host: Ditto.
5066 * buildsym.h (make_blockvector): Ditto.
5067 * buildsym.c (make_blockvector): Ditto.
5068 * defs.h (enum language): Ditto.
5069 (chill_demangle): Ditto.
5070 * elfread.c (elf_symtab_read): Ditto.
5071 * dwarfread.c (CHILL_PRODUCER): Ditto.
5072 (set_cu_language): Ditto.
5073 (handle_producer): Ditto.
5074 * expprint.c (print_subexp): Ditto.
5075 * gdbtypes.c (chill_varying_type): Ditto.
5076 * gdbtypes.h (builtin_type_chill_bool): Ditto.
5077 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
5078 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
5079 (chill_varying_type): Ditto.
5080 * language.h (_LANG_chill): Ditto.
5081 * language.c (binop_result_type, integral_type): Ditto.
5082 (character_type, string_type, structured_type): Ditto.
5083 (lang_bool_type, binop_type_check): Ditto.
5084 * stabsread.h (os9k_stabs): Ditto.
5085 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
5086 (define_symbol, read_type, read_struct_fields): Ditto.
5087 (read_array_type, read_enum_type, read_huge_number): Ditto.
5088 (read_range_type, start_stabs): Ditto.
5089 * symfile.c (init_filename_language_table): Ditto.
5090 (add_psymbol_with_dem_name_to_list): Ditto.
5091 * symtab.c (symbol_init_language_specific): Ditto.
5092 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
5093 * symtab.h (struct general_symbol_info): Ditto.
5094 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
5095 * typeprint.c (typedef_print): Ditto.
5096 * utils.c (fprintf_symbol_filtered): Ditto.
5097 * valops.c (value_cast, search_struct_field, value_slice): Delete
5098 obsolete code.
5099 (varying_to_slice): Delete function.
5100 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
5101 (varying_to_slice): Delete declaration.
5102 * MAINTAINERS: Update.
5103
8bb2c122
MK
51042003-01-02 Mark Kettenis <kettenis@gnu.org>
5105
97bf5e38
MK
5106 * configure.in: Reorganize "Checks for library functions section"
5107 a bit. Remove check for `btowc' and `isascii' functions.
5108 * configure: Regenerated.
5109
5ee754fc
MK
5110 * acconfig.h (_MSE_INT_H): Remove.
5111 * configure.in: Create "Checks for header files" section, and move
5112 appropriate tests there. Don't check for objlist.h, wchar.h,
5113 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
5114 misdetection fix. Also add "Checks for types", "Checks for
5115 compiler characteristics" and "Checks for library functions"
5116 sections.
5117 * config.in, configure: Regenerated.
5118
8bb2c122
MK
5119 * configure.in: Create "Checks for programs" section, and move
5120 appropriate tests there.
5121
9a156167
MK
51222003-01-01 Mark Kettenis <kettenis@gnu.org>
5123
5124 * configure.in: Create "Checks for libraries" section, and move
5125 appropriate tests there. Cleanup check for wctype in libw. Use
5126 AC_SEARCH_LIBS to see whether we need libsocket.
5127 * configure: Regenerated.
5128
a80e2bcb 5129For older changes see ChangeLog-2002
c906108c
SS
5130\f
5131Local Variables:
5132mode: change-log
5133left-margin: 8
5134fill-column: 74
5135version-control: never
5136End:
This page took 1.989756 seconds and 4 git commands to generate.