]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ChangeLog
ec67fe3b89c683e95397284fd7616c9cc3fad612
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
1 2003-03-01 Andrew Cagney <cagney@redhat.com>
2
3 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
4 option enum and switch. When no windows, set the interpreter to
5 INTERP_CONSOLE.
6
7 2003-03-01 Andrew Cagney <cagney@redhat.com>
8
9 * main.c (captured_main): Replace magic option characters with an
10 enum.
11
12 2003-03-01 Andrew Cagney <cagney@redhat.com>
13
14 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
15 INIT_EXTRA_FRAME_INFO.
16 * gdbarch.h, gdbarch.c: Regenerate.
17 * arm-tdep.c: Update comments.
18 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
19 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
20 * frame.h, avr-tdep.c: Ditto.
21 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
22 (create_new_frame, legacy_get_prev_frame): Ditto.
23 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
24 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
25 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
26 deprecated_init_extra_frame_info instead of init_extra_frame_info.
27 * x86-64-tdep.c (x86_64_init_abi): Ditto.
28 * v850-tdep.c (v850_gdbarch_init): Ditto.
29 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
30 * sh-tdep.c (sh_gdbarch_init): Ditto.
31 * s390-tdep.c (s390_gdbarch_init): Ditto.
32 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
33 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
34 * mips-tdep.c (mips_gdbarch_init): Ditto.
35 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
36 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
37 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
38 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
39 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
40 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
41 * frv-tdep.c (frv_gdbarch_init): Ditto.
42 * cris-tdep.c (cris_gdbarch_init): Ditto.
43 * avr-tdep.c (avr_gdbarch_init): Ditto.
44 * arm-tdep.c (arm_gdbarch_init): Ditto.
45 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
46 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
47
48 2003-03-01 Andrew Cagney <cagney@redhat.com>
49
50 * gdbarch.sh (register_type): New function with predicate.
51 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
52 * gdbarch.h, gdbarch.c: Re-generate.
53 * arch-utils.c (generic_register_byte): Use generic_register_size.
54 (generic_register_size): When available, use
55 gdbarch_register_type.
56 * regcache.c (init_regcache_descr): When available, initialize the
57 register type array using gdbarch_register_type. If the
58 architecture supplies gdbarch_register_type, do not use the legacy
59 regcache layout.
60 * d10v-tdep.c (d10v_register_type): Replace
61 d10v_register_virtual_type.
62 (d10v_gdbarch_init): Set register_type instead of
63 register_virtual_type.
64
65 2003-03-01 Andrew Cagney <cagney@redhat.com>
66
67 * Makefile.in (ax-gdb.o): Update dependencies.
68 * ax-gdb.c: Include "regcache.h".
69 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
70 * findvar.c (value_of_register): Ditto.
71 * infcmd.c (default_print_registers_info): Ditto.
72
73 2003-03-01 Mark Kettenis <kettenis@gnu.org>
74
75 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
76 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
77
78 2003-03-01 Mark Kettenis <kettenis@gnu.org>
79
80 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
81 of STREQ.
82
83 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
84
85 * Makefile.in (dwarf2loc.o): Update dependencies.
86 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
87 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
88 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
89 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
90 (locexpr_tracepoint_var_ref): New function.
91 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
92
93 2003-02-28 Andrew Cagney <cagney@redhat.com>
94
95 * regcache.c (register_size): New function.
96 * regcache.h (register_size): Declare
97 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
98 max_register_size instead of MAX_REGISTER_RAW_SIZE.
99
100 2003-02-28 David Carlton <carlton@math.stanford.edu>
101
102 * linespec.c (decode_compound): Extract code into find_method.
103 (find_method): New.
104
105 2003-02-28 J. Brobecker <brobecker@gnat.com>
106
107 * Makefile.in: Add rules to build and link in observer.o.
108
109 2003-02-27 J. Brobecker <brobecker@gnat.com>
110
111 * observer.c: Minor comments edits.
112
113 2003-02-27 J. Brobecker <brobecker@gnat.com>
114
115 * observer.h, observer.c: New file.
116
117 2003-02-27 Andrew Cagney <cagney@redhat.com>
118
119 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
120
121 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
122
123 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
124 (M6812_OP_STS_EXT): Likewise.
125 (m6811_prologue): Use the above to recognize prologue.
126 (m6812_prologue): Likewise.
127
128 2003-02-27 David Carlton <carlton@math.stanford.edu>
129
130 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
131 SYMBOL_PRINT_NAME.
132 (compare_psymbols): Ditto.
133 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
134
135 2003-02-27 Michael Snyder <msnyder@redhat.com>
136
137 * f-lang.c (build_fortran_types): New function.
138 (_initialize_f_language): Gdbarch-register built-in fortran types.
139
140 * doublest.c (extract_floating): Fix warning text.
141
142 2003-02-27 Andrew Cagney <cagney@redhat.com>
143
144 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
145 predicate. Replaces PUSH_DUMMY_FRAME.
146 * gdbarch.h, gdbarch.c: Regnerate.
147 * valops.c (hand_function_call): Update. Call
148 generic_push_dummy_frame directly.
149 * vax-tdep.c (vax_gdbarch_init): Update.
150 * sparc-tdep.c (sparc_gdbarch_init): Update.
151 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
152 * m68k-tdep.c (m68k_gdbarch_init): Update.
153 * hppa-tdep.c (hppa_gdbarch_init): Update.
154 * alpha-tdep.c (alpha_gdbarch_init): Update.
155 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
156 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
157 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
158 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
159 push_dummy_frame to generic_push_dummy_frame.
160 * v850-tdep.c (v850_gdbarch_init): Ditto.
161 * sh-tdep.c (sh_gdbarch_init): Ditto.
162 * s390-tdep.c (s390_gdbarch_init): Ditto.
163 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
164 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
165 * mips-tdep.c (mips_gdbarch_init): Ditto.
166 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
167 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
168 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
169 * i386-tdep.c (i386_gdbarch_init): Ditto.
170 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
171 * frv-tdep.c (frv_gdbarch_init): Ditto.
172 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
173 * cris-tdep.c (cris_gdbarch_init): Ditto.
174 * avr-tdep.c (avr_gdbarch_init): Ditto.
175 * arm-tdep.c (arm_gdbarch_init): Ditto.
176
177 2003-02-26 Kevin Buettner <kevinb@redhat.com>
178
179 * mips-tdep.c (show_mips_abi): New function.
180 (_initialize_mips_tdep): Use show_mips_abi() to implement the
181 command ``show mips abi''.
182
183 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
184
185 From Elena Zannoni <ezannoni@redhat.com>
186 * dbxread.c (process_one_symbol): Only record line 0 if one or
187 more sline entries have been seen for the function.
188
189 2003-02-26 Michael Chastain <mec@shout.net>
190
191 * configure: Regenerate with autoconf 000227.
192
193 2003-02-26 Michael Chastain <mec@shout.net>
194
195 Close PR build/660.
196 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
197 for old libc5/glibc.
198 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
199
200 2003-02-26 Kris Warkentin <kewarken@qnx.com>
201
202 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
203 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
204
205 2003-02-26 Michael Chastain <mec@shout.net>
206
207 * configure.in: New variable HAVE_UINTPTR_T.
208 * configure, config.in: Regenerated.
209
210 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
211
212 Fix PR build/1097.
213 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
214
215 2003-02-25 Andrew Cagney <cagney@redhat.com>
216
217 * frame.c (get_prev_frame): Add comment on check for
218 inside_entry_func. Only check for inside_entry_file when not a
219 dummy and not a sentinel. Check that the new frame is not inner
220 to the old frame.
221
222 2003-02-25 Andrew Cagney <cagney@redhat.com>
223
224 * frame.c (frame_debug): New variable.
225 (_initialize_frame): Add "set/show debug frame" command.
226 (get_prev_frame): When frame_debug, print reason why unwind
227 failed.
228
229 2003-02-25 Michael Chastain <mec@shout.net>
230
231 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
232 to avoid uintptr_t definition problems.
233
234 2003-02-25 David Carlton <carlton@math.stanford.edu>
235
236 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
237 (SYMBOL_LINKAGE_NAME): Ditto.
238 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
239 SYMBOL_LINKAGE_NAME.
240 (struct general_symbol_info): Expand comment.
241 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
242 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
243 (SYMBOL_MATCHES_REGEXP): Ditto.
244 * symtab.c (symbol_natural_name): New function.
245 * objfiles.h: Replace all uses of SYMBOL_NAME by
246 DEPRECATED_SYMBOL_NAME.
247 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
248 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
249 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
250 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
251 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
252 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
253 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
254 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
255 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
256 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
257 * ada-exp.y: Ditto.
258 * ada-exp.y: Update copyright.
259 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
260 * cp-valprint.c: Ditto.
261
262 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
263
264 * infptrace.c (detach): Do not flag error if ptrace detach fails
265 and errno is set to ESRCH.
266
267 2003-02-24 Andrew Cagney <cagney@redhat.com>
268
269 * infptrace.c (udot_info): Change type of udot_off to long. Use
270 paddr when printing udot_off's value.
271
272 2003-02-24 David Carlton <carlton@math.stanford.edu>
273
274 * symtab.c (make_symbol_overload_list): Only read in partial
275 symtabs containing a matching partial symbol.
276
277 2003-02-24 David Carlton <carlton@math.stanford.edu>
278
279 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
280 do the comparison, not strcmp.
281 * symfile.c (compare_psymbols): Ditto.
282 * defs.h: Declare strcmp_iw_ordered.
283 * utils.c (strcmp_iw_ordered): New function.
284
285 2003-02-24 Jim Blandy <jimb@redhat.com>
286
287 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
288 support, shared libs): Remove my name from here, to better reflect
289 reality.
290
291 2003-02-24 Kris Warkentin <kewarken@qnx.com>
292
293 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
294 (target_ops): Add to_have_continuable_watchpoint.
295 * target.c (update_current_target): Add INHERIT line for
296 to_have_continuable_watchpoint.
297 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
298 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
299 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
300 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
301
302 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
303
304 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
305 maintainership.
306
307 2003-02-24 Kris Warkentin <kewarken@qnx.com>
308
309 * solib.c (solib_open): Call target defined search function after
310 failing with solib-search-path.
311 * solist.h (target_so_ops): Add find_and_open_solib function hook and
312 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
313
314 2003-02-24 Kris Warkentin <kewarken@qnx.com>
315
316 * MAINTAINERS: Add myself to Write After section.
317
318 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
319
320 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
321
322 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
323
324 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
325 (m68hc11_add_reggroups): New function.
326 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
327 (m68hc11_gdbarch_init): Install the reggroups.
328 (_initialize_m68hc11_tdep): Initialize them.
329
330 2003-02-21 James E Wilson <wilson@tuliptree.org>
331
332 * MAINTAINERS: Update my email address.
333
334 2003-02-21 David Carlton <carlton@math.stanford.edu>
335
336 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
337
338 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
339
340 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
341 * symtab.h: Add opaque declarations of struct axs_value and
342 struct agent_expr.
343 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
344 (struct location_funcs): New type.
345 (struct symbol): Add "loc" to aux_value.
346 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
347 * dwarf2read.c: Include "dwarf2expr.h".
348 (dwarf2_symbol_mark_computed): New function.
349 (read_func_scope): Use it.
350 (var_decode_location): New function.
351 (new_symbol): Use it.
352 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
353
354 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
355 (dwarf2expr_h, dwarf2loc_h): New variables.
356 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
357 (dwarf2expr.o, dwarf2loc.o): New rules.
358 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
359 * buildsym.c (finish_block): Handle LOC_COMPUTED and
360 LOC_COMPUTED_ARG.
361 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
362 * m2-exp.y (yylex): Likewise.
363 * printcmd.c (address_info, print_frame_args): Likewise.
364 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
365 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
366 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
367 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
368 * symtab.c (lookup_block_symbol): Likewise.
369
370 2003-02-20 Adam Fedor <fedor@gnu.org>
371
372 * symtab.h: Remove objc_specific struct
373 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
374 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
375 Have language_objc use cplus_specific struct.
376
377 2003-02-20 Tom Tromey <tromey@redhat.com>
378
379 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
380 TYPE_NAME, when printing a String value. PR java/1075.
381
382 2003-02-20 Adam Fedor <fedor@gnu.org>
383
384 * objc-lang.h (find_methods): Remove declaration.
385 * objc-lang.c (find_methods): Make static.
386
387 2003-02-20 Christopher Faylor <cgf@redhat.com>
388
389 * win32-nat.c (get_image_name): Check return value from
390 ReadProcessMemory.
391 (child_xfer_memory): Ditto.
392
393 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
394
395 * configure.in (TARGET_SYSTEM_ROOT): Set default to
396 ${exec_prefix}/${target_alias}/sys-root. Match explicit
397 '${exec_prefix}' (in addition to the expansion thereof) as
398 relocatable.
399 * configure: Rebuilt.
400
401 2003-02-20 David Carlton <carlton@math.stanford.edu>
402
403 * symtab.c (search_symbols): Revert the search_symbols part of my
404 2002-12-23 patch. Add comment.
405
406 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
407
408 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
409 * dbxread.c (elfstab_build_psymtabs): Don't call
410 install_minimal_symbols.
411 (stabsect_build_psymtabs): Likewise.
412 * elfread.c (elf_symfile_read): Call install_minimal_symbols
413 earlier.
414 * somread.c (som_symfile_read): Call install_minimal_symbols
415 and do_cleanups earlier.
416 * nlmread.c (nlm_symfile_read): Likewise.
417 * mdebugread.c (elfmdebug_build_psymtabs): Call
418 install_minimal_symbols and make appropriate cleanups.
419
420 2003-02-20 Kevin Buettner <kevinb@redhat.com>
421
422 * solib.c (reload_shared_libraries): New function.
423 (_initialize_solib): Add callbacks for ``set solib-search-path''
424 and ``set solib-absolute-prefix''.
425
426 2003-02-20 David Carlton <carlton@math.stanford.edu>
427
428 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
429 expand comment.
430 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
431 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
432 * ada-typeprint.c (ada_typedef_print): Ditto.
433 * ax-gdb.c (gen_var_ref): Ditto.
434 * breakpoint.c (print_one_breakpoint): Ditto.
435 * buildsym.c (finish_block): Ditto.
436 * c-valprint.c (c_val_print): Ditto.
437 * expprint.c (print_subexp): Ditto.
438 * findvar.c (locate_var_value): Ditto.
439 * infcmd.c (jump_command): Ditto.
440 * linespec.c (decode_line_2, decode_compound): Ditto.
441 * maint.c (maintenance_translate_address): Ditto.
442 * objc-lang.c (compare_selectors, compare_classes): Ditto.
443 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
444 Ditto.
445 * p-valprint.c (pascal_val_print): Ditto.
446 * stabsread.c (define_symbol): Ditto.
447 * stack.c (print_frame, frame_info, print_block_frame_locals)
448 (print_frame_arg_vars, return_command): Ditto.
449 * symfile.c (compare_symbols, compare_psymbols): Ditto.
450 * symmisc.c (print_symbol): Ditto.
451 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
452 (compare_search_syms, print_symbol_info, print_msymbol_info)
453 (rbreak_command): Ditto.
454 * tracepoint.c (tracepoints_info): Ditto.
455 * typeprint.c (typedef_print): Ditto.
456 * valops.c (value_of_variable, hand_function_call): Ditto.
457 * cli/cli-cmds.c (edit_command, list_command): Ditto.
458 * ada-typeprint.c: Update Copyright.
459 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
460 * tracepoint.c, cli/cli-cmds.c: Ditto.
461
462 2003-02-20 Kevin Buettner <kevinb@redhat.com>
463
464 * frame.c (generic_unwind_get_saved_register): Make non-static.
465 * frame.h (generic_unwind_get_saved_register): Declare.
466 * mips-tdep.c (read_next_frame_reg): Fetch register from
467 current regcache when frame is NULL.
468 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
469 that must be NULL.
470 (mips_get_saved_register): Call generic_unwind_get_saved_register()
471 instead of frame_register_unwind().
472
473 2003-02-20 Andrew Cagney <ac131313@redhat.com>
474
475 * remote-sim.c (gdbsim_insert_breakpoint)
476 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
477 code.
478
479 2003-02-20 Andrew Cagney <ac131313@redhat.com>
480
481 * remote.c (_initialize_remote): Add commands "set/show remote
482 hardware-watchpoint-limit" and "set/show remote
483 hardware-breakpoint-limit".
484 (remote_hw_watchpoint_limit): Initialize to -1.
485 (remote_hw_breakpoint_limit): Ditto.
486 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
487
488 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
489
490 * coff-pe-read.c: New file - support reading of minimal symbols from a
491 portable executable using the export table.
492 * coff-pe-read.h: New file.
493 * coffread.c: Include coff-pe-read.h.
494 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
495 debugging symbols found.
496 * Makefile.in (SFILES): Add coff-pe-read.o.
497 (coff_pe_read_h): Define.
498 (COMMON_OBS): Add coff-pe-read.o.
499 (coffread.o): Add coff_pe_read_h dependency.
500 (coff-pe-read.o): New target.
501
502 2003-02-19 David Carlton <carlton@math.stanford.edu>
503
504 * Makefile.in (SFILES): Add block.c.
505 (block_h): New.
506 (COMMON_OBS): Add block.o.
507 (block.o): New.
508 (x86-64-tdep.o): Add $(block_h).
509 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
510 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
511 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
512 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
513 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
514 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
515 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
516 * value.h: Add opaque declaration for struct block.
517 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
518 * ada-lang.h: Ditto.
519 * x86-64-tdep.c: #include "block.h"
520 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
521 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
522 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
523 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
524 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
525 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
526 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
527 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
528 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
529 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
530 * symtab.c (block_function): Ditto.
531 (contained_in): Ditto.
532 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
533 block.h. Add opaque declaration for struct block.
534 * symtab.h: Move block_function and contained_in declarations to
535 block.h. Add opaque declarations for struct block, struct
536 blockvector.
537 (struct block): Move to block.h.
538 (struct blockvector): Ditto.
539 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
540 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
541 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
542 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
543 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
544 Ditto.
545 * block.c: New file.
546 * block.h: New file.
547
548 2003-02-19 Theodore A. Roth <troth@openavr.org>
549
550 * avr-tdep.c (avr_extract_return_value): Remove function.
551 (avr_store_return_value): Remove function.
552 (avr_extract_struct_value_address): Remove function.
553 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
554
555 2003-02-19 Andrew Cagney <ac131313@redhat.com>
556
557 * rs6000-tdep.c: Include "gdb_assert.h".
558 (registers_e500): Add "acc" and "spefscr".
559 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
560 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
561 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
562 really is "r0".
563 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
564
565 2003-02-18 Keith Seitz <keiths@redhat.com>
566
567 * Makefile.in: Add gdbtk-interps.c.
568
569 2003-02-18 Kevin Buettner <kevinb@redhat.com>
570
571 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
572 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
573
574 2003-02-18 Andrew Cagney <cagney@redhat.com>
575
576 * symtab.h (struct objfile): Add opaque declaration.
577
578 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
579
580 From Jim Ingham <jingham@apple.com>:
581 * dbxread.c (process_one_symbol): Use last_function_start rather
582 than function_start_offset to find the real beginning of the
583 current function. The latter is just the text section offset on
584 some systems, the former is always the real function start.
585
586 2003-02-17 Andrew Cagney <cagney@redhat.com>
587
588 * configure.in: Revert ${target} != ${host}.
589
590 2003-02-17 Andrew Cagney <ac131313@redhat.com>
591
592 * configure.in (Makefile): Use the test ${target} != ${host},
593 instead of the absence of the "nm.h" file, to determine of the
594 configuration non-native.
595 * configure: Regenerate.
596
597 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
598
599 From Brian Ford <ford@vss.fsi.com>
600
601 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
602 conditionalize tui_active test.
603 (lookup_cmd_1): Ditto.
604
605 2003-02-14 Mark Kettenis <kettenis@gnu.org>
606
607 * configure.in: Add check for _etext.
608 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
609 available.
610 * config.in, configure: regenerated.
611
612 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
613
614 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
615
616 2003-02-14 Andrew Cagney <ac131313@redhat.com>
617
618 * main.c (tui_version): Delete variable.
619 (captured_main): When --tui, set interpreter_p to "tui" instead of
620 enabling tui_version.
621 * printcmd.c (display_command) [TUI]: Test tui_active instead of
622 tui_version.
623 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
624 * cli/cli-cmds.c (disassemble_command): Ditto.
625 * defs.h (tui_version): Delete declaration.
626 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
627 (tui-interp.o): Add rules.
628 (SUBDIR_TUI_OBS): Add "tui-interp.o".
629
630 2003-02-14 Christopher Faylor <cgf@redhat.com>
631
632 * win32-nat.c (register_loaded_dll): Correctly set address range for
633 just-loaded dll.
634
635 2003-02-12 Jason Molenda (jmolenda@apple.com)
636
637 * symmisc.c (print_objfile_statistics): Include information about
638 the number of psymtabs and symtabs in each object file.
639
640 2003-02-13 Keith R Seitz <keiths@redhat.com>
641
642 * main.h (struct captured_main_args): Add interpreter_p.
643 * main.c (captured_main): Initialize interpreter_p from context.
644 * gdb.c (main): Set interpreter_p argument.
645 * Makefile.in (gdb.o): Add dependency for interps.h.
646
647 2003-02-12 Andrew Cagney <ac131313@redhat.com>
648
649 * event-top.c (cli_command_loop): Delete declaration.
650 (_initialize_event_loop): Delete function setting event_loop_hook.
651 * event-top.h (cli_command_loop): Declare. Update copyright.
652 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
653 * interps.c (current_interp_command_loop): When event_loop_p, call
654 cli_command_loop.
655
656 2003-02-12 Andrew Cagney <ac131313@redhat.com>
657
658 * interps.h (interp_command_loop_ftype): Change return type to
659 void.
660
661 2003-02-12 Michal Ludvig <mludvig@suse.cz>
662
663 * x86-64-tdep.c (x86_64_extract_return_value)
664 (x86_64_store_return_value): Use regcache instead of regbuf.
665 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
666 * x86-64-linux-nat.c (fill_gregset): Use regcache.
667
668 2003-02-11 Andrew Cagney <ac131313@redhat.com>
669
670 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
671 * aclocal.m4: Regenerate.
672 * configure: Regenerate.
673
674 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
675 TCL_LD_SEARCH_FLAGS.
676
677 2003-02-10 Michal Ludvig <mludvig@suse.cz>
678
679 * dwarf2cfi.c: Reindented.
680
681 2003-02-09 Andrew Cagney <ac131313@redhat.com>
682
683 * interps.c (clear_interpreter_hooks): Convert function definition
684 to ISO C.
685
686 2003-02-07 David Carlton <carlton@math.stanford.edu>
687
688 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
689
690 2003-02-07 Kevin Buettner <kevinb@redhat.com>
691
692 * gdbtypes.h (struct main_type): Move ``length'' field from here...
693 (struct type): ...to here.
694 (TYPE_LENGTH): Adjust to reflect different location of ``length''
695 field.
696 * gdbtypes.c (make_qualified_type): Set length on newly created type.
697 (replace_type): Set length on all type variants for a given type.
698
699 2003-02-07 Andrew Cagney <ac131313@redhat.com>
700
701 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
702 <sys/stat.h>.
703 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
704
705 2003-02-06 Andrew Cagney <ac131313@redhat.com>
706
707 * Makefile.in (symm-nat.o): Update dependencies.
708 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
709 (lynx-nat.o, ia64-linux-nat.): Ditto.
710 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
711 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
712 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
713
714 * Makefile.in (inflow_h): Define.
715 (procfs.o, inflow.o, procfs.o): Update dependencies.
716 * inftarg.c (child_stop): Delete extern declaration of
717 inferior_process_group. Include "inflow.h".
718 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
719 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
720 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
721 (our_process_group, inferior_process_group): Extern declarations.
722
723 * procfs.c: Include "gdb_assert.h".
724
725 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
726 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
727 * jv-typeprint.c (java_type_print_base): Ditto.
728 * typeprint.c (typedef_print): Eliminate STREQ.
729 * cli/cli-script.c (define_command, define_command): Ditto.
730 * main.c (captured_main): Ditto.
731 * values.c (lookup_internalvar): Ditto.
732 * utils.c (safe_strerror, parse_escape): Eliminate assignment
733 within `if' conditional.
734 * linespec.c (decode_line_2): Ditto.
735 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
736 (bfd_openw_with_cleanup): Ditto.
737
738 2003-02-07 Mark Kettenis <kettenis@gnu.org>
739
740 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
741 legacy_extract_return_value and store_return_value to
742 legacy_return_value.
743
744 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
745
746 * win32-nat.c (get_relocated_section_addrs): New function. Find
747 section load addresses for symbol handling in relocated DLLs.
748 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
749
750 2003-02-05 Fred Fish <fnf@intrinsity.com>
751
752 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
753 '=' and '!='.
754 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
755 with '&' and '=='.
756 (angel_RDI_info): Ditto.
757 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
758 with '&' and '!='.
759 (threads_continue_all_with_signals): Ditto.
760
761 2003-02-05 Jim Ingham <jingham@apple.com>
762 Keith Seitz <keiths@redhat.com>
763 Elena Zannoni <ezannoni@redhat.com>
764 Andrew Cagney <ac131313@redhat.com>
765
766 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
767 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
768 (SUBDIR_MI_OBS): Add "mi-interp.o".
769 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
770 (SFILES): Add "interps.c".
771 (COMMON_OBS): Add "interps.o".
772 (interps_h, mi_main_h): Define.
773 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
774 (mi-main.o, main.o, event-top.o): Update dependencies.
775 * cli/cli-interp.c: New file.
776 * interps.h, interps.c: New files.
777 * top.c: (gdb_init): Don't install the default interpreter, handed
778 by captured_main.
779 * main.c: Include "interps.h".
780 (interpreter_p): Note that it should malloc'ed.
781 (captured_command_loop): Call current_interp_command_loop.
782 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
783 xfree and xstrdup when updating interpreter_p. Install the
784 default interpreter. Add hack to stop mi1's copyright notice
785 being encoded.
786 * event-top.h (gdb_setup_readline): Declare.
787 (gdb_disable_readline): Declare.
788 * event-top.c: Include "interps.h".
789 (display_gdb_prompt): Call current_interp_display_prompt_p.
790 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
791 gdb_stdlog, and gdb_stdtarg.
792 (_initialize_event_loop): Don't call gdb_setup_readline.
793 * cli-out.c (cli_out_set_stream): New function.
794 * cli-out.h (cli_out_set_stream): Declare.
795
796 2003-02-06 Mark Kettenis <kettenis@gnu.org>
797
798 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
799 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
800 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
801 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
802 config/i386/i386v42mp.mt: Removed.
803
804 2003-02-05 Mark Kettenis <kettenis@gnu.org>
805
806 * configure.tgt (*-*-solaris*): Set gdb_osabi to
807 GDB_OSABI_SOLARIS.
808
809 2003-02-05 Michael Chastain <mec@shout.net>
810
811 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
812 2.12.1 and earlier versions.
813
814 2003-02-05 Andrew Cagney <ac131313@redhat.com>
815
816 Remove orphaned hosts, targets and files.
817 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
818 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
819 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
820 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
821 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
822 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
823 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
824 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
825 * config/sparc/tm-sp64sim.h: Delete.
826 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
827 hosts.
828 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
829 mips*-dec-mach3* targets.
830
831 2003-02-04 Michael Chastain <mec@shout.net>
832
833 * NEWS: Fix typo: sepcifying -> specifying.
834
835 2003-02-04 Michael Chastain <mec@shout.net>
836
837 * dwarfread.c: Add documentation on the state of dwarf-1,
838 looking towards obsoletion.
839
840 2003-02-03 Michael Chastain <mec@shout.net>
841
842 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
843 gdb/testsuite/gdb.c++/pr-1023.exp.
844
845 2003-02-04 Andrew Cagney <ac131313@redhat.com>
846
847 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
848 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
849
850 * utils.c (init_page_info): Delete reference to MPW in comments.
851 * main.c (captured_main): Delete #ifdef MPW.
852
853 2003-02-04 Andrew Cagney <ac131313@redhat.com>
854
855 * NEWS: Note that the m32r-*-elf* is obsolete.
856 * monitor.c (monitor_expect): Obsolete reference to m32r.
857 * configure.tgt: Mark m32r-*-elf* as obsolete.
858 * MAINTAINERS: Mark m32k as obsolete.
859 * m32r-rom.c: Obsolete file.
860 * config/m32r/m32r.mt: Obsolete file.
861 * config/m32r/tm-m32r.h: Obsolete file.
862 * m32r-stub.c: Obsolete file.
863 * m32r-tdep.c: Obsolete file.
864
865 2003-02-04 Andrew Cagney <ac131313@redhat.com>
866
867 * NEWS: Mention that the z8k-zilog-none is obsolete.
868 * MAINTAINERS: Mark z8k as obsolete.
869 * configure.tgt: Obsolete the z8k-*-coff* target.
870 * config/z8k/z8k.mt: Obsolete file.
871 * config/z8k/tm-z8k.h: Obsolete file.
872 * z8k-tdep.c: Obsolete file.
873
874 2003-02-04 Andrew Cagney <ac131313@redhat.com>
875
876 * NEWS: Mention that the mn10200-elf is obsolete.
877 * configure.tgt: Obsolete mn10200-*-* target.
878 * breakpoint.c (update_breakpoints_after_exec): Update comment to
879 mention that the mn10200 is obsolete.
880 * breakpoint.h: Ditto.
881 * MAINTAINERS: Mark the mn10200-elf as obsolete.
882 * config/mn10200/mn10200.mt: Obsolete file.
883 * config/mn10200/tm-mn10200.h: Obsolete file.
884 * mn10200-tdep.c: Obsolete file.
885
886 2003-02-04 Andrew Cagney <ac131313@redhat.com>
887
888 * MAINTAINERS: Mark h8500 as obsolete.
889 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
890 * findvar.c (value_from_register): Ditto.
891 * h8500-tdep.c: Mark file as obsolete.
892 * config/h8500/h8500.mt: Ditto.
893 * config/h8500/tm-h8500.h: Ditto.
894 * NEWS: Mention that h8500 is obsolete.
895
896 2003-02-04 David Carlton <carlton@math.stanford.edu>
897
898 * objfiles.c (allocate_objfile): Always set name. Add comment at
899 start of function.
900 * jv-lang.c (get_dynamics_objfile): Add comment.
901
902 2003-02-04 David Carlton <carlton@math.stanford.edu>
903
904 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
905 * printcmd.c (build_address_symbolic): Replace uses of
906 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
907 SYMBOL_NAME, and asm_demangle.
908 Update copyright.
909
910 2003-02-04 David Carlton <carlton@math.stanford.edu>
911
912 * linespec.c (decode_compound): Extract code into
913 lookup_prefix_sym.
914 (lookup_prefix_sym): New function.
915
916 2003-02-04 David Carlton <carlton@math.stanford.edu>
917
918 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
919 FLOAT_COERCION_BADNESS.
920 * gdbtypes.c (rank_one_type): Replace all uses of
921 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
922
923 2003-02-04 Jim Blandy <jimb@redhat.com>
924
925 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
926 section, let dwarf_macinfo_section point to it, not
927 dwarf_loc_section.
928
929 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
930
931 Pointed out by Anton Blanchard <anton@samba.org>.
932 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
933 (ppc_linux_at_sigtramp_return_path): Use it.
934
935 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
936
937 * defs.h (streq): Add prototype.
938 * utils.c (streq): New function.
939
940 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
941 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
942 * mdebugread.c (new_symbol): Likewise.
943 * stabsread.c (define_symbol): Likewise.
944 * coffread.c (process_coff_symbol): Likewise.
945 * dwarfread.c (new_symbol): Likewise.
946
947 * minsyms.c (prim_record_minimal_symbol_and_info): Use
948 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
949 here.
950 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
951 SYMBOL_INIT_DEMANGLED_NAME.
952 * objfiles.c: Include "hashtab.h".
953 (allocate_objfile): Call htab_set_functions_ex for the
954 demangled_names_hash.
955 (free_objfile): Call htab_delete for the demangled_names_hash.
956 * objfiles.h (struct htab): Add declaration.
957 (struct objfile): Add demangled_names_hash.
958 * symfile.c: Include "hashtab.h".
959 (reread_symbols): Call htab_delete for the demangled_names_hash.
960 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
961 SYMBOL_NAME in the bcache.
962 * symtab.c: Include "hashtab.h". Update comments.
963 (create_demangled_names_hash, symbol_set_names): New functions.
964 (symbol_find_demangled_name): New function, broken out from
965 symbol_init_demangled_names.
966 (symbol_init_demangled_names): Use it.
967 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
968 (SYMBOL_SET_NAMES): New macro.
969 (symbol_set_names): Add prototype.
970
971 2003-02-03 Jim Blandy <jimb@redhat.com>
972
973 Use a single, consistent representation for an empty minimal
974 symbol table in an objfile.
975 * objfiles.c (terminate_minimal_symbol_table): New function.
976 (allocate_objfile): Call it.
977 * objfiles.h (terminate_minimal_symbol_table): New declaration.
978 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
979 non-NULL.
980 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
981 objfile has minimal symbols, compare minimal_symbol_count to zero,
982 instead of comparing msymbols with NULL.
983 * objfiles.c (have_minimal_symbols): Same.
984 * solib-sunos.c (solib_add_common_symbols): Call
985 terminate_minimal_symbol_table.
986 * symfile.c (reread_symbols): Same.
987
988 2003-02-03 Kevin Buettner <kevinb@redhat.com>
989
990 * s390-tdep.c (s390_address_class_type_flags)
991 (s390_address_class_type_flags_to_name)
992 (s390_address_class_name_to_type_flags): New functions.
993 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
994 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
995
996 2003-02-03 Michael Snyder <msnyder@redhat.com>
997
998 * arm-tdep.c: Fix spell-o in comment.
999
1000 2003-02-03 Michal Ludvig <mludvig@suse.cz>
1001
1002 * dwarf2cfi.c (pointer_encoding): Added new parameter.
1003 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
1004 error messages to contain BFD filename.
1005
1006 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
1007
1008 Fix PR gdb/742 gdb/743 gdb/877
1009 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
1010 (do_mixed_source_and_assembly): Use
1011 make_cleanup_ui_out_tuple_begin_end and
1012 make_cleanup_ui_out_tuple_begin_end.
1013 (do_mixed_source_and_assembly): Ditto.
1014 * thread.c (do_captured_list_thread_ids): Ditto.
1015 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
1016 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
1017 ui_out_tuple_end): Delete prototypes.
1018 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
1019 ui_out_list_end, ui_out_tuple_end): Delete.
1020
1021 From Kevin Buettner <kevinb@redhat.com>:
1022 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
1023 * ui-out.c (make_cleanup_ui_out_table_begin_end)
1024 (do_cleanup_table_end): New functions.
1025 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
1026 Use cleanups to invoke_ui_out_tuple_end().
1027 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
1028 * cli/cli-setshow.c (cmd_show_list): Use
1029 make_cleanup_ui_out_tuple_begin_end.
1030
1031 2003-02-02 Andrew Cagney <ac131313@redhat.com>
1032
1033 * frame.c (frame_unwind_register): New function.
1034 (frame_unwind_unsigned_register): Use.
1035 (frame_unwind_signed_register): Use.
1036 (frame_read_register): New function.
1037 * frame.h (frame_unwind_register): Declare.
1038 (frame_read_register): Declare.
1039
1040 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
1041 and frame_unwind_register instead of read_memory, write_register
1042 and deprecated_write_register_bytes.
1043
1044 2003-02-02 Andrew Cagney <ac131313@redhat.com>
1045
1046 * frame.h: Note that namelen can be negative.
1047 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
1048 NAME's length.
1049
1050 * NEWS: Mention that the d10v's `regs' command is deprecated.
1051 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
1052 (d10v_print_registers_info): New function.
1053 (show_regs): Call d10v_print_registers_info.
1054 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
1055
1056 2003-02-02 Mark Kettenis <kettenis@gnu.org>
1057
1058 * stack.c (print_frame_info): Restore call to annotate_frame_begin
1059 lost in the previous patch.
1060
1061 2003-02-01 Andrew Cagney <ac131313@redhat.com>
1062
1063 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
1064 * stack.c (print_frame_info_base): Output complete FRAME tuple
1065 for synthesized frames.
1066
1067 2003-02-02 Andrew Cagney <ac131313@redhat.com>
1068
1069 * mips-nat.c (zerobuf): Delete.
1070 (fetch_inferior_registers): Alloc local zerobuf.
1071 (fetch_core_registers): Alloc local zerobuf.
1072 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
1073 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
1074 * thread-db.c (thread_db_store_registers): Ditto.
1075 * sh-tdep.c (sh_do_register): Ditto.
1076 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
1077 * remote-sim.c (gdbsim_store_register): Ditto.
1078 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1079 * remote-e7000.c (fetch_regs_from_dump): Ditto.
1080 * monitor.c (monitor_supply_register): Ditto.
1081 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
1082 * mips-nat.c (fetch_inferior_registers): Ditto.
1083 * m68klinux-nat.c (fetch_register): Ditto.
1084 * lynx-nat.c (fetch_inferior_registers): Ditto.
1085 (fetch_inferior_registers): Ditto.
1086 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
1087 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
1088 (hpux_thread_store_registers): Ditto.
1089 * hppah-nat.c (fetch_register): Ditto.
1090 * hppab-nat.c (fetch_register): Ditto.
1091 * hppa-tdep.c (pa_register_look_aside): Ditto.
1092 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
1093 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
1094
1095 2003-02-01 Andrew Cagney <ac131313@redhat.com>
1096
1097 * gdbarch.sh: Explictly specify all method levels. When a
1098 variable with an empty level, provide a non-multi-arch default.
1099 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
1100 * gdbarch.h: Re-generate.
1101 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
1102 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
1103
1104 2003-02-01 Andrew Cagney <ac131313@redhat.com>
1105
1106 * defs.h (host_pointer_to_address): Delete declaration.
1107 (address_to_host_pointer): Delete declaration.
1108 * utils.c (host_pointer_to_address): Delete function.
1109 (address_to_host_pointer): Delete function.
1110 * procfs.c (procfs_address_to_host_pointer): New function.
1111 * procfs.c (proc_set_watchpoint): Use.
1112 (procfs_can_use_hw_breakpoint): Update comments.
1113 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
1114 (som_solib_add): Use.
1115 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
1116 * hppa-tdep.c (unwind_command): Use.
1117
1118 2003-02-01 Andrew Cagney <ac131313@redhat.com>
1119
1120 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
1121 strlen d_name.
1122
1123 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
1124 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
1125 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
1126 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
1127 (define_symbol): Update.
1128 * symfile.c (generic_load): Remove references to nindy.
1129 * symtab.c: Remove references to nindy.
1130
1131 2003-02-01 Andrew Cagney <ac131313@redhat.com>
1132
1133 * infcmd.c (print_float_info): Delete code conditional on
1134 FLOAT_INFO.
1135 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
1136 * config/m68k/nm-apollo68b.h: Ditto.
1137 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
1138 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
1139 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
1140
1141 2003-02-01 Mark Kettenis <kettenis@gnu.org>
1142
1143 * config/i386/tm-i386os9k.h: Removed.
1144
1145 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
1146 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
1147 they're identical to i[3456]86-*-sysv* now.
1148 * config/i386/i386v32.mh: Removed.
1149 * config/i386/xm-i386v32.h: Removed.
1150 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
1151
1152 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
1153
1154 * config/i386/i386dgux.mh: Removed.
1155 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
1156
1157 * configure.in: Fix typo.
1158 * configure: Regenerated.
1159
1160 2003-01-31 David Carlton <carlton@math.stanford.edu>
1161
1162 * dwarf2read.c (dwarf2_locate_sections): Set
1163 dwarf_ranges_section.
1164
1165 2003-01-31 Andrew Cagney <ac131313@redhat.com>
1166
1167 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
1168 * utils.c: Update comments documenting legitimate uses of PTR.
1169
1170 * utils.c: Re-indent.
1171
1172 * config/djgpp/fnchange.lst: Delete nindy files.
1173 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
1174 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
1175 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
1176 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
1177 * nindy-share/README, nindy-share/Onindy.c: Delete files.
1178 * nindy-tdep.c, nindy-share/Makefile: Delete files.
1179 * Makefile.in (init.c): Remove nindy references.
1180 (saber_gdb): Delete rule.
1181 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
1182 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
1183 and a68v-nat.c.
1184 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
1185 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
1186 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
1187 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
1188 nindy-share/stop.h.
1189 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
1190 * saber.suppress: Delete file.
1191
1192 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
1193
1194 * dbxread.c (stabs_data): New static variable.
1195 (fill_symbuf): Support an in-memory buffer for stabs data.
1196 (stabs_seek): New function.
1197 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
1198 (read_ofile_symtab): Use stabs_seek.
1199 (elfstab_build_psymtabs): Take an asection* instead of
1200 an offset and size. Relocate the stabs data if necessary.
1201 Save the section* for dbx_psymtab_to_symtab.
1202 * dwarf2read.c: Add section variables for each debug section.
1203 (dwarf2_locate_sections): Fill them in.
1204 (dwarf2_read_section): Take an asection* argument.
1205 Relocate the section contents if necessary.
1206 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
1207 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
1208 it to dwarf2_read_section.
1209 (dwarf2_build_frame_info): Update callers.
1210 * elfread.c (elf_symfile_read): Update call to
1211 elfstab_build_psymtabs.
1212 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
1213 (DBX_STAB_SECTION): New macro.
1214 * stabsread.h (elfstab_build_psymtabs): Update prototype.
1215 * symfile.c (symfile_dummy_outputs): New function.
1216 (symfile_relocate_debug_section): New function.
1217 * symfile.h (symfile_relocate_debug_section): Add prototype.
1218
1219 2003-01-31 Richard Henderson <rth@redhat.com>
1220
1221 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
1222 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
1223 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
1224 * alpha-tdep.c (alpha_register_name): Add "unique".
1225 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
1226 (ALPHA_UNIQUE_REGNUM): New.
1227 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
1228
1229 2003-01-31 Andrew Cagney <ac131313@redhat.com>
1230
1231 * README: Remove reference to Ericsson 1800 monitor.
1232 * Makefile.in (remote-es.o): Delete rule.
1233 (ALLDEPFILES): Delete remote-es.c.
1234 * remote-es.c: Delete file.
1235 * config/m68k/es1800.mt: Delete file.
1236 * config/djgpp/fnchange.lst: Update.
1237 * configure.tgt: Delete m68*-ericsson-* target.
1238
1239 2003-01-31 Adam Fedor <fedor@gnu.org>
1240
1241 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
1242 Remove duplicate/shadowing variable of same name.
1243
1244 2003-01-30 Jim Blandy <jimb@redhat.com>
1245
1246 * symfile.c (find_separate_debug_file): Assert that the objfile's
1247 directory name we compute ends with a slash, and then assume that
1248 that's so everywhere we use it.
1249
1250 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
1251
1252 * valops.c (value_assign): Flush frame cache after stores to memory
1253 also.
1254
1255 2003-01-30 Andrew Cagney <ac131313@redhat.com>
1256
1257 * Makefile.in (mon960-rom.o): Delete rule.
1258 * mon960-rom.c: Delete file.
1259
1260 2003-01-30 Andrew Cagney <ac131313@redhat.com>
1261
1262 * d10v-tdep.c: Include "frame-unwind.h".
1263 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
1264 list.
1265 (next_addr, uses_frame): Delete.
1266 (struct d10v_unwind_cache): Define.
1267 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
1268 Use info instead of next_addr and uses_frame globals.
1269 (d10v_frame_init_saved_regs): Delete function.
1270 (d10v_init_extra_frame_info): Delete function.
1271 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
1272 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
1273 init_frame_pc or frame_saved_pc.
1274 (d10v_pop_frame): Delete function.
1275 (do_d10v_pop_frame): Delete function.
1276 (d10v_frame_chain): Delete function.
1277 (d10v_frame_chain_valid): Delete function.
1278 (d10v_frame_pc_unwind): New function.
1279 (d10v_frame_id_unwind): New function.
1280 (saved_regs_unwinder): New function.
1281 (d10v_frame_register_unwind): New function.
1282 (d10v_frame_pop): New function.
1283 (d10v_frame_unwind): New variable.
1284 (d10v_frame_p): New function.
1285 (d10v_frame_saved_pc): Delete function.
1286 * Makefile.in (d10v-tdep.o): Update dependencies.
1287
1288 2003-01-30 J. Brobecker <brobecker@gnat.com>
1289
1290 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
1291 causing some regressions due to a change in the default value
1292 for this macro.
1293
1294 2003-01-29 Richard Henderson <rth@redhat.com>
1295 Elena Zannoni <ezannoni@redhat.com>
1296 Daniel Jacobowitz <drow@mvista.com>
1297
1298 Fix PR gdb/961.
1299 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
1300 variables.
1301 (RANGES_SECTION): New.
1302 (dwarf_ranges_buffer): New variable.
1303 (struct comp_unit_head): Add member "die".
1304 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
1305 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
1306 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
1307 (dwarf2_locate_sections): Likewise.
1308 (dwarf2_build_psymtabs): Read .debug_ranges.
1309 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
1310 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
1311 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
1312 Look for DW_AT_ranges and return the bounding box.
1313
1314 2003-01-29 Brian Ford <ford@vss.fsi.com>
1315
1316 * win32-nat.c (cygwin_pid): Removed as unused.
1317 (child_attach): Try fall back to Cygwin pid.
1318
1319 2003-01-29 Jim Blandy <jimb@redhat.com>
1320
1321 * objfiles.h (struct objfile): Doc fix.
1322
1323 2003-01-29 Andrew Cagney <ac131313@redhat.com>
1324
1325 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
1326 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
1327 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
1328 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
1329 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
1330 (FRAME_SAVED_PC): Change to a function with predicate.
1331 * gdbarch.h, gdbarch.c: Re-generate.
1332
1333 2003-01-28 Andrew Cagney <ac131313@redhat.com>
1334
1335 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
1336
1337 * complaints.c (complain): Delete function.
1338 * complaints.h (struct deprecated_complaint): Delete definition.
1339 (complain): Delete declaration.
1340
1341 2003-01-28 Kevin Buettner <kevinb@redhat.com>
1342
1343 * mips-tdep.c (mips_init_extra_frame_info): Return early for
1344 dummy frames.
1345
1346 2003-01-27 Andrew Cagney <ac131313@redhat.com>
1347
1348 * sentinel-frame.h, sentinel-frame.c: New files.
1349 * Makefile.in (frame.o): Update dependencies.
1350 (SFILES): Add sentinel-frame.c.
1351 (sentinel_frame_h): Define.
1352 (COMMON_OBS): Add sentinel-frame.o.
1353 (sentinel-frame.o): Specify dependencies.
1354 * frame.c: Include "sentinel-frame.h".
1355 (frame_register_unwind): Rewrite assuming that there is always a a
1356 ->next frame.
1357 (frame_register, generic_unwind_get_saved_register): Ditto.
1358 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
1359 (create_sentinel_frame, unwind_to_current_frame): New functions.
1360 (get_current_frame): Rewrite using create_sentinel_frame and
1361 unwind_to_current_frame. When possible, always create a frame.
1362 (create_new_frame): Set next to the sentinel frame.
1363 (get_next_frame): Rewrite. Don't go below the level 0 frame.
1364 (deprecated_update_frame_pc_hack): Update the next frame's PC and
1365 ID cache when necessary.
1366 (frame_saved_regs_id_unwind): Use frame_relative_level.
1367 (deprecated_generic_get_saved_register): Use frame_relative_level,
1368 get_frame_saved_regs, get_frame_pc, get_frame_base and
1369 get_next_frame.
1370 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
1371 frame_register.
1372
1373 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
1374
1375 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
1376
1377 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
1378
1379 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
1380 (maintenance_set_profile_cmd): Use error () instead of warning ().
1381
1382 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
1383
1384 * configure.in: Check that -pg works if using --enable-profiling.
1385 Check for monstartup and _mcleanup regardless of --enable-profiling.
1386 * maint.c: Check for monstartup and _mcleanup before using them.
1387 * config.in: Regenerated.
1388 * configure: Regenerated.
1389
1390 2003-01-24 Nick Clifton <nickc@redhat.com>
1391
1392 * Add sh2e support:
1393
1394 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
1395
1396 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
1397 (sh2e_show_regs): New.
1398 (sh_gdbarch_init): Handle bfd_mach_sh2e.
1399 * config/sh/tm-sh.h: Added sh2e to comments.
1400
1401 2003-01-23 Jim Blandy <jimb@redhat.com>
1402
1403 * symfile.c (syms_from_objfile): Don't print the "(no debugging
1404 symbols found)" message here; we haven't checked for a separate
1405 debug info file yet, so we don't know yet.
1406 (symbol_file_add_with_addrs_or_offsets): Print it here, after
1407 we've looked everywhere. Also, there's no need to print a special
1408 message when we're loading the separate debug info file: the one
1409 symbol_file_add prints is fine.
1410
1411 2003-01-23 Alexander Larsson <alexl@redhat.com>
1412 Jim Blandy <jimb@redhat.com>
1413
1414 Add support for executables whose debug info has been separated
1415 out into a separate file, leaving only a link behind.
1416 * objfiles.h (struct objfile): New fields: separate_debug_objfile
1417 and separate_debug_objfile_backlink.
1418 (put_objfile_before): New declaration.
1419 * symfile.c: #include "filenames.h".
1420 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
1421 debug info in a separate file, read that, too. Save the addrs
1422 argument, so we can use it again to read the separated debug info;
1423 syms_from_objfile modifies the table we pass it.
1424 (reread_symbols): After re-reading an objfile, call
1425 reread_separate_symbols to refresh its separate debug info
1426 objfile, if it has one.
1427 (reread_separate_symbols, find_separate_debug_file,
1428 get_debug_link_info, separate_debug_file_exists): New functions.
1429 (debug_file_directory): New global var.
1430 (_initialize_symfile): Initialize debug_file_directory, and
1431 provide the new `set debug-file-directory' command to let the user
1432 change it.
1433 * objfiles.c (free_objfile): If this objfile has its debug info in
1434 a separate objfile, free that one too. If this is itself a
1435 separate debug info objfile, clear our parent's backlink.
1436 (put_objfile_before): New function.
1437 * utils.c (gnu_debuglink_crc32): New function.
1438 * defs.h (gnu_debuglink_crc32): New declaration.
1439 * Makefile.in (symfile.o): Note dependency on "filenames.h".
1440 * configure.in: Handle --with-separate-debug-dir config option.
1441 * acinclude.m4 (AC_DEFINE_DIR): New macro.
1442 * acconfig.h (DEBUGDIR): New macro.
1443 * configure, aclocal.m4, config.in: Regenerated.
1444
1445 2003-01-22 Jim Blandy <jimb@redhat.com>
1446
1447 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
1448 like the old symbol_file_add, but taking new arguments: you can
1449 now pass in either a `struct section_addr_info' list to say where
1450 each section is loaded, or a `struct section_offsets' table. Pass
1451 these new arguments through to syms_from_objfile as appropriate.
1452 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
1453 with the appropriate quiescent values for the new arguments.
1454
1455 * symfile.c: #include "gdb_assert.h".
1456 (syms_from_objfile): Add the ability to pass in a section offset
1457 table directly, as an alternative to the section_addr_info table.
1458 Document arguments better.
1459 (symbol_file_add): Pass extra arguments to syms_from_objfile.
1460 * symfile.h (syms_from_objfile): Update declaration.
1461 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
1462 syms_from_objfile.
1463 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
1464
1465 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
1466
1467 Original patch by Tom Tromey <tromey@cygnus.com> and
1468 Jason Molenda <jmolenda@apple.com>.
1469 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
1470 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
1471 * NEWS: Mention profiling.
1472 * configure.in (--enable-gdbtk): Fix typo.
1473 (--enable-profiling): New. Set PROFILE_CFLAGS.
1474 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
1475 Fill in function.
1476 (profiling_state): New variable.
1477 (mcleanup_wrapper): New function.
1478 (_initialize_maint): Remove NOTYET, fix call to
1479 add_setshow_boolean_cmd for "maint set profile".
1480 * configure: Regenerated.
1481
1482 2003-01-21 Martin M. Hunt <hunt@redhat.com>
1483
1484 * Makefile.in (install-gdbtk): Install PNG images too.
1485
1486 2003-01-21 Andrew Cagney <ac131313@redhat.com>
1487
1488 * exec.c (text_start): Delete global variable.
1489 (exec_file_attach): Make text_start local to the function.
1490 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
1491 * valops.c (hand_function_call): Delete code that handles
1492 BEFORE_TEXT_END and AFTER_TEXT_END.
1493 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
1494 of CALL_DUMMY_LOCATION.
1495 * gdbarch.c: Regenerate.
1496 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
1497 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
1498 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
1499 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
1500 (text_end): Delete extern declaration.
1501
1502 2003-01-21 Andrew Cagney <ac131313@redhat.com>
1503
1504 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
1505 * blockframe.c (backtrace_below_main): Move to "frame.c".
1506 (frame_chain_valid): Delete check for backtrace_below_main.
1507 (_initialize_blockframe): Delete initialization, move ``set
1508 backtrace-below-main'' command to "frame.c".
1509 (do_flush_frames_sfunc): Delete function.
1510 * frame.c: Include "command.h" and "gdbcmd.h".
1511 (frame_type_from_pc): New function.
1512 (create_new_frame): Use frame_type_from_pc.
1513 (legacy_get_prev_frame): New function.
1514 (get_prev_frame): Rewrite. When an old style frame, call
1515 legacy_get_prev_frame. Otherwize, unwind the PC first.
1516 (_initialize_frame): Add ``set backtrace-below-main'' command.
1517 * Makefile.in (frame.o): Update dependencies.
1518
1519 2003-01-19 Andrew Cagney <ac131313@redhat.com>
1520
1521 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
1522 DEPRECATED_REGISTERS_INFO.
1523
1524 2003-01-19 Andrew Cagney <ac131313@redhat.com>
1525
1526 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
1527 Maintainers'. Update `Various Maintainers'.
1528
1529 2003-01-19 Andrew Cagney <ac131313@redhat.com>
1530
1531 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
1532 * gdbarch.sh (POP_FRAME): Change to function with predicate.
1533 Suppress actual parameters when `-'.
1534 * gdbarch.h, gdbarch.c: Regenerate.
1535
1536 2003-01-19 Andrew Cagney <ac131313@redhat.com>
1537
1538 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
1539 code handling dummy frames.
1540
1541 2003-01-19 Andrew Cagney <ac131313@redhat.com>
1542
1543 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
1544 (struct frame_unwind): Add field pop.
1545 * frame.h (frame_pop): Declare.
1546 * frame.c (frame_saved_regs_pop): New function.
1547 (trad_frame_unwinder): Add frame_saved_regs_pop.
1548 (frame_pop): New function.
1549 * dummy-frame.c (dummy_frame_pop): New function.
1550 (discard_innermost_dummy): New function.
1551 (generic_pop_dummy_frame): Use discard_innermost_dummy.
1552 (dummy_frame_unwind): Add dummy_frame_pop.
1553 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
1554 * valops.c (hand_function_call): Ditto.
1555 * stack.c (return_command): Ditto.
1556
1557 2003-01-18 Andrew Cagney <ac131313@redhat.com>
1558
1559 * cris-tdep.c: Fix function declaration indentation.
1560 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
1561 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
1562 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
1563 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
1564 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
1565 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
1566
1567 2003-01-18 Michael Chastain <mec@shout.net>
1568
1569 * README (Unpacking and Installation -- quick overview):
1570 Warn against ".../gdb-5.3/gdb/configure".
1571
1572 2003-01-18 Andrew Cagney <ac131313@redhat.com>
1573
1574 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
1575 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
1576 (struct frame_unwind): Declare opaque.
1577 (dummy_frame_p): Declare function.
1578 * dummy-frame.c (dummy_frame_id_unwind): Make static.
1579 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
1580 * dummy-frame.c: Include "frame-unwind.h".
1581 (dummy_frame_p): New function.
1582 (dummy_frame_unwind): New variable.
1583 * frame.c: Include "frame-unwind.h".
1584 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
1585 to use the new unwind field.
1586 (set_unwind_by_pc): Delete function.
1587 (create_new_frame, get_prev_frame): Set unwind field using
1588 frame_unwind_find_by_pc.
1589 (trad_frame_unwind, trad_frame_unwinder): New variables.
1590 * frame.h (trad_frame_unwind): Declare variable.
1591 (frame_id_unwind_ftype): Delete declaration.
1592 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
1593 (struct frame_unwind): Declare opaque.
1594 (struct frame_info): Replace the fields id_unwind, pc_unwind and
1595 register_unwind with a single unwind pointer.
1596 * frame-unwind.h, frame-unwind.c: New files.
1597 * Makefile.in (SFILES): Add frame-unwind.c.
1598 (frame_unwind_h): Define.
1599 (COMMON_OBS): Add frame-unwind.o.
1600 (frame-unwind.o): Specify dependencies.
1601 (frame.o, dummy-frame.o): Update dependencies.
1602
1603 2003-01-18 Andrew Cagney <ac131313@redhat.com>
1604
1605 * ada-valprint.c: Eliminate PTR.
1606 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
1607 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
1608 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
1609 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
1610 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
1611 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
1612 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
1613
1614 2003-01-17 Andrew Cagney <ac131313@redhat.com>
1615
1616 * main.c (captured_main): Don't use PTR.
1617 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
1618 * gdbtypes.c (lookup_primitive_typename): Ditto.
1619 (lookup_struct_elt_type): Ditto.
1620 * f-valprint.c (info_common_command): Ditto.
1621 (list_all_visible_commons): Ditto.
1622 * jv-typeprint.c (java_type_print_base): Ditto.
1623
1624 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
1625 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
1626 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
1627 i386-interix-nat.c and i386-interix-tdep.c. Rename
1628 m68klinux-nat.c and m68klinux-tdep.c. Rename
1629 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
1630 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
1631 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
1632 * main.c (captured_main): Use xfree, not free.
1633
1634 2003-01-16 Andrew Cagney <ac131313@redhat.com>
1635
1636 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
1637 ID back using a parameter.
1638 * frame.c (frame_id_unwind): Update call.
1639 (frame_saved_regs_id_unwind): Update.
1640 * dummy-frame.c (dummy_frame_id_unwind): Update function.
1641 * dummy-frame.h (struct frame_id): Add opaque declaration.
1642 (dummy_frame_id_unwind): Update declaration.
1643
1644 2003-01-15 Andrew Cagney <ac131313@redhat.com>
1645
1646 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
1647
1648 2003-01-15 Stephen P. Smith <ischis2@cox.net>
1649
1650 * MAINTAINERS (Stephen P. Smith): Updated email address.
1651
1652 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
1653
1654 Fix PR gdb/898
1655 * breakpoint.c (until_break_command): Add new argument. Use it to
1656 decide whether to stop only at the current frame or not.
1657 * breakpoint.h (until_break_command): Update prototype.
1658 * infcmd.c (until_command): Add new argument to until_break_command
1659 call.
1660 (advance_command): New function.
1661 (_initialize_infcmd): Update help string for 'until' command.
1662 Add new 'advance' command.
1663
1664 2003-01-14 David Carlton <carlton@math.stanford.edu>
1665
1666 * linespec.c (decode_line_1): Normalize comments.
1667 (set_flags): Ditto.
1668 (locate_first_half): Ditto.
1669 (decode_compound): Ditto.
1670 (symtab_from_filename): Ditto.
1671 (decode_all_digits): Ditto.
1672 (decode_dollar): Ditto.
1673 (find_methods): Ditto.
1674 (find_toplevel_char): Ditto.
1675
1676 2003-01-13 Andrew Cagney <ac131313@redhat.com>
1677
1678 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
1679 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
1680 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
1681 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
1682 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
1683 * language.c, language.h, m32r-tdep.c: Update copyright.
1684 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
1685 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
1686 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
1687 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
1688 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
1689 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
1690
1691 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
1692
1693 * stabsread.h (process_later, resolve_cfront_continuation):
1694 Obsolete.
1695 Update copyright years.
1696 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
1697 Update copyright year.
1698 * dbxread.c(struct cont_elem): Obsolete.
1699 (process_later, process_now): Obsolete functions.
1700 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
1701 Update copyright year.
1702 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
1703 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
1704 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
1705 (parse_partial_symbols): Obsolete cfront support.
1706 * stabsread.c
1707 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
1708 macros.
1709 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
1710 read_cfront_baseclasses, read_cfront_member_functions,
1711 resolve_cfront_continuation,read_cfront_static_fields,
1712 copy_cfront_struct_fields): Obsolete functions.
1713 (define_symbol, read_one_struct_field): Obsolete cfront support.
1714 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
1715 Update Copyright year.
1716
1717 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
1718
1719 * stack.c (print_frame_info, print_stack_frame_base_stub,
1720 print_stack_frame_base, show_and_print_stack_frame_stub,
1721 show_and_print_stack_frame, print_only_stack_frame_stub,
1722 print_only_stack_frame): Delete functions.
1723 (print_stack_frame_stub): Call print_frame_info instead of
1724 print_frame_info_base.
1725 (print_frame_info_base): Rename to print_frame_info.
1726 (backtrace_command_1): Call print_frame_info, instead of
1727 print_frame_info_base.
1728 (current_frame_command): Call print_stack_frame, instead of
1729 print_only_stack_frame.
1730 (frame_command): Call print_stack_frame, instead of
1731 show_and_print_stack_frame.
1732 (up_command): Ditto.
1733 (down_command): Ditto.
1734 * frame.h (print_only_stack_frame): Delete prototype.
1735 * infrun.c (normal_stop): Call print_stack_frame, instead of
1736 show_and_print_stack_frame.
1737 * thread.c (info_threads_command): Call print_stack_frame, instead
1738 of print_only_stack_frame.
1739
1740 2003-01-13 Andrew Cagney <ac131313@redhat.com>
1741
1742 * README (Graphical interface to GDB): Update URL. Point at
1743 gdb/links/.
1744
1745 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
1746 version match.
1747
1748 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1749
1750 * symtab.c (find_pc_sect_line): Don't consider end-of-function
1751 lines.
1752
1753 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1754
1755 * thread-db.c (attach_thread): Prototype.
1756 (struct private_thread_info): Remove lwpid. Add thread handle (th),
1757 thread information (ti), and valid flags (th_valid, ti_valid).
1758 (attach_thread): Move target_pid_to_str call to after the thread
1759 is added to GDB's list. Initialize the cache.
1760 (thread_get_info_callback, thread_db_map_id2thr)
1761 (thread_db_get_info): New functions.
1762 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
1763 (thread_db_store_registers, thread_db_thread_alive)
1764 (thread_db_get_thread_local_address): Use them.
1765 (thread_db_pid_to_str): Likewise. Return "Missing" instead
1766 of calling error() for threads in unknown state.
1767
1768 (clear_lwpid_callback): New function.
1769 (thread_db_resume): Use it to clear the cache.
1770
1771 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1772
1773 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
1774 (resume_callback): Remove dead code.
1775
1776 2003-01-13 Andrew Cagney <ac131313@redhat.com>
1777
1778 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
1779 predicate.
1780 * gdbarch.h, gdbarch.c: Regenerate.
1781 * stack.c (frame_info): Only initialize the saved registers when
1782 FRAME_INIT_SAVED_REGS_P.
1783 * frame.c (frame_saved_regs_register_unwind): Assert
1784 FRAME_INIT_SAVED_REGS_P.
1785 (deprecated_generic_get_saved_register): Ditto.
1786
1787 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1788
1789 * source.c (openp): Squelch warning about "filename".
1790
1791 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1792
1793 * source.c (openp): If the file does not exist don't necessarily
1794 search the path.
1795
1796 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1797
1798 Fix PR gdb/872.
1799 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
1800 (integer_types_same_name_p): New function.
1801 (rank_one_type): Use it.
1802 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
1803
1804 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1805
1806 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
1807 variables.
1808 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
1809 * configure.in: Add --with-sysroot.
1810 * configure: Regenerated.
1811 * main.c (gdb_sysroot): New variable.
1812 (captured_main): Initialize gdb_sysroot.
1813 * defs.h (gdb_sysroot): New extern declaration.
1814 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
1815
1816 2003-01-12 Michael Chastain <mec@shout.net>
1817
1818 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
1819
1820 2003-01-12 Michael Chastain <mec@shout.net>
1821
1822 * top.c (print_gdb_version): Bump copyright year to 2003.
1823
1824 2003-01-12 David Carlton <carlton@bactrian.org>
1825
1826 * linespec.c (symtab_from_filename): Rename variable 's' to
1827 'file_symtab'.
1828
1829 2003-01-12 Andrew Cagney <ac131313@redhat.com>
1830
1831 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
1832 dummy frame.
1833 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
1834
1835 2003-01-12 Andrew Cagney <ac131313@redhat.com>
1836
1837 * d10v-tdep.c: Include "gdb_assert.h".
1838 (d10v_store_return_value): Rewrite to match current interface.
1839 (d10v_extract_struct_value_address): Ditto.
1840 (d10v_extract_return_value): Ditto.
1841 (d10v_gdbarch_init): Set store_restore_value,
1842 extract_struct_value_address and extract_return_value.
1843
1844 2003-01-12 J. Brobecker <brobecker@gnat.com>
1845
1846 * hpread.c (set_namestring): New procedure replacing the
1847 SET_NAMESTRING macro.
1848 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
1849 by calls to set_namestring.
1850
1851 2003-01-11 J. Brobecker <brobecker@gnat.com>
1852
1853 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
1854 a compilation warning.
1855 (hpread_process_one_debug_symbol): Likewise.
1856
1857 2003-01-10 David Carlton <carlton@math.stanford.edu>
1858
1859 * linespec.c (decode_line_1): Rename variable 's' to
1860 'file_symtab'.
1861 (decode_all_digits): Rename argument 's' to 'file_symtab'.
1862 (decode_dollar): Ditto.
1863 (decode_variable): Ditto.
1864 (symbol_found): Ditto.
1865
1866 2003-01-09 Michael Chastain <mec@shout.net>
1867
1868 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
1869
1870 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
1871
1872 * win32-nat.c (set_process_privilege): New function.
1873 (child_attach): Call set_process_privilege() to enable the
1874 SE_DEBUG_NAME user privilege if available in process token.
1875
1876 2003-01-10 J. Brobecker <brobecker@gnat.com>
1877
1878 * hpread.c (hpread_process_one_debug_symbol): Fix a small
1879 compilation error in the previous revision.
1880
1881 2003-01-09 David Carlton <carlton@math.stanford.edu>
1882
1883 * linespec.c: Update copyright.
1884
1885 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
1886
1887 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
1888 than inferior_ptid.
1889 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
1890
1891 2003-01-09 Andrew Cagney <ac131313@redhat.com>
1892
1893 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
1894 Update comments.
1895 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
1896 (frame_saved_regs_zalloc): Update.
1897 (frame_saved_regs_register_unwind): Update.
1898 (create_new_frame): Update.
1899 (get_prev_frame): Update.
1900 (frame_extra_info_zalloc): Update.
1901 (deprecated_get_frame_saved_regs): Update.
1902 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
1903 * cris-tdep.c: Update comment.
1904
1905 * somsolib.h: Fix function indentation.
1906 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
1907 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
1908 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
1909 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
1910 * somsolib.c, inftarg.c: Remove assignment in if conditional.
1911
1912 * infrun.c (follow_fork): Use ISO C definition.
1913 * expprint.c (print_subexp): Use xfree instead of free.
1914 * charset.c: Include "gdb_string.h" instead of <string.h>.
1915 (register_iconv_charsets): Use ISO C definition.
1916 (host_charset, target_charset): Ditto.
1917 * Makefile.in (charset.o): Update dependencies.
1918 (mi-cmd-env.o): Update dependencies.
1919
1920 2003-01-08 Andrew Cagney <cagney@redhat.com>
1921
1922 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
1923 get_frame_base.
1924
1925 2003-01-08 Andrew Cagney <ac131313@redhat.com>
1926
1927 * gdb_mbuild.sh: Add --keep option. When specified, keep the
1928 build directories. Save edited gdb output in Mbuild.log. If a
1929 build fails, remove any final GDB executable.
1930
1931 2003-01-08 Andrew Cagney <ac131313@redhat.com>
1932
1933 * gdb_mbuild.sh: Edit the output of `maint print architecture'
1934 replacing hex constants with function names and stripping leading
1935 file name directory prefixes.
1936
1937 2003-01-08 Andrew Cagney <cagney@redhat.com>
1938
1939 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
1940 get_frame_base.
1941
1942 2003-01-08 David Carlton <carlton@math.stanford.edu>
1943
1944 * linespec.c (decode_line_1): Move code into decode_variable.
1945 (decode_variable): New function.
1946
1947 2003-01-08 Andrew Cagney <ac131313@redhat.com>
1948
1949 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
1950
1951 2003-01-08 Andrew Cagney <cagney@redhat.com>
1952
1953 * cris-tdep.c (cris_frame_init_saved_regs): Use
1954 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
1955 saved_regs buffer.
1956 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
1957 (sh64_nofp_frame_init_saved_regs): Ditto.
1958 (sh_fp_frame_init_saved_regs): Ditto.
1959 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
1960 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
1961 * mcore-tdep.c (analyze_dummy_frame): Ditto.
1962 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
1963
1964 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
1965
1966 * minsyms.c (lookup_minimal_symbol): Update comment.
1967 (lookup_minimal_symbol_text): Update comment. Use the hash table.
1968 (lookup_minimal_symbol_solib_trampoline): Likewise.
1969
1970 2003-01-08 Andrew Cagney <cagney@redhat.com>
1971
1972 * d10v-tdep.c (d10v_init_extra_frame_info): Use
1973 frame_relative_level.
1974
1975 * alpha-tdep.c: Use get_frame_extra_info.
1976 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
1977 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
1978 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
1979 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
1980
1981 * alpha-tdep.c: Use get_next_frame.
1982 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
1983 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
1984 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
1985 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
1986 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
1987 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
1988 * xstormy16-tdep.c: Ditto.
1989
1990 2003-01-07 Andrew Cagney <cagney@redhat.com>
1991
1992 * alpha-tdep.c: Use get_frame_base.
1993 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
1994 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
1995 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
1996 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
1997 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
1998 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
1999 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
2000 * config/sparc/tm-sparc.h: Ditto.
2001
2002 2003-01-07 Andrew Cagney <cagney@redhat.com>
2003
2004 * frame.c (deprecated_get_frame_context): New function.
2005 (deprecated_set_frame_context): New function.
2006 * frame.h (deprecated_get_frame_context): Declare.
2007 (deprecated_set_frame_context): Declare.
2008 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
2009 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
2010
2011 2003-01-07 Andrew Cagney <cagney@redhat.com>
2012
2013 * frame.c (deprecated_set_frame_next_hack): New function.
2014 (deprecated_set_frame_prev_hack): New function.
2015 * frame.h (deprecated_set_frame_next_hack): Declare.
2016 (deprecated_set_frame_prev_hack): Declare.
2017 * mcore-tdep.c (analyze_dummy_frame): Use
2018 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
2019 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
2020
2021 2003-01-07 David Carlton <carlton@math.stanford.edu>
2022
2023 * linespec.c (decode_line_1): Move code into decode_dollar.
2024 (decode_dollar): New function.
2025
2026 2003-01-07 Andrew Cagney <cagney@redhat.com>
2027
2028 * arm-tdep.c (arm_init_extra_frame_info): Use
2029 deprecated_update_frame_base_hack.
2030 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
2031 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
2032 (fix_frame_pointer): Ditto.
2033 (mn10300_analyze_prologue): Ditto.
2034
2035 2003-01-07 Andrew Cagney <cagney@redhat.com>
2036
2037 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
2038 extra_info using frame_extra_info_zalloc.
2039 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
2040 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
2041 (sh64_init_extra_frame_info): Ditto.
2042 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
2043 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
2044 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
2045 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
2046 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
2047 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
2048 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
2049 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
2050 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
2051 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
2052 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
2053 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
2054
2055 * mn10300-tdep.c (analyze_dummy_frame): Use
2056 deprecated_set_frame_extra_info_hack.
2057 * mcore-tdep.c (analyze_dummy_frame): Ditto.
2058
2059 2003-01-07 J. Brobecker <brobecker@gnat.com>
2060
2061 * mdebugread.c (parse_symbol): Skip stProc entries which storage
2062 class is not scText. These do not define "real" procedures.
2063 (parse_partial_symbols): Likewise.
2064
2065 2003-01-06 Michael Snyder <msnyder@redhat.com>
2066
2067 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
2068
2069 2003-01-06 Andrew Cagney <ac131313@redhat.com>
2070
2071 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
2072 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
2073 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
2074 deprecated_frame_xmalloc_with_cleanup.
2075 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
2076 deprecated_frame_xmalloc.
2077 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
2078 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
2079
2080 2003-01-06 Andrew Cagney <cagney@redhat.com>
2081
2082 * x86-64-linux-tdep.c: Include "osabi.h".
2083 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
2084
2085 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
2086
2087 2003-01-06 Andrew Cagney <cagney@redhat.com>
2088
2089 * MAINTAINERS (Target Instruction Set Architectures): Update
2090 arm-elf. Can be built with -Werror, has been multiarched.
2091
2092 * value.h (unpack_long): Make buffer parameter constant.
2093 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
2094 * scm-lang.h (scm_parse): Ditto.
2095 * defs.h (extract_typed_address, extract_address): Ditto.
2096 (extract_long_unsigned_integer): Ditto.
2097 * inferior.h (unsigned_pointer_to_address): Ditto.
2098 (signed_pointer_to_address): Ditto.
2099 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
2100 * gdbarch.h, gdbarch.c: Regenerate.
2101 * findvar.c (extract_long_unsigned_integer): Update.
2102 (extract_address): Update.
2103 (extract_typed_address): Update.
2104 (unsigned_pointer_to_address): Update.
2105 * values.c (unpack_long): Update.
2106 (unpack_double): Update.
2107 (unpack_pointer): Update.
2108 (unpack_field_as_long): Update.
2109 * d10v-tdep.c (d10v_pointer_to_address): Update.
2110 * avr-tdep.c (avr_pointer_to_address): Update.
2111 * scm-lang.c (scm_unpack): Update.
2112 * findvar.c (signed_pointer_to_address): Update.
2113
2114 2003-01-06 Michal Ludvig <mludvig@suse.cz>
2115
2116 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
2117 since it is in i386-tdep.c.
2118
2119 2003-01-06 J. Brobecker <brobecker@gnat.com>
2120
2121 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
2122 failure introduced in the previous change.
2123
2124 2003-01-05 Michael Chastain <mec@shout.net>
2125
2126 * README: Remove references to deleted remote-*.c files:
2127 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
2128 remote-nrom.c, remote-os9k.c, remote-udi.c.
2129
2130 2003-01-05 Mark Kettenis <kettenis@gnu.org>
2131
2132 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
2133 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
2134 i386_get_longjmp_target.
2135
2136 2003-01-05 Andrew Cagney <ac131313@redhat.com>
2137
2138 * arm-tdep.c (prologue_cache): Change to a pointer.
2139 (_initialize_arm_tdep): Allocate prologue_cache.
2140 (check_prologue_cache): Update.
2141 (save_prologue_cache): Update.
2142 (arm_gdbarch_init): Update.
2143
2144 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
2145
2146 * stabsread.c (update_method_name_from_physname): Call complaint()
2147 instead of error.
2148
2149 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
2150
2151 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
2152 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
2153 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
2154
2155 * blockframe.c: Include "gdbcmd.h" and "command.h".
2156 (backtrace_below_main): New variable.
2157 (file_frame_chain_valid, func_frame_chain_valid)
2158 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
2159 (generic_func_frame_chain_valid): Remove functions.
2160 (frame_chain_valid, do_flush_frames_sfunc): New functions.
2161 (_initialize_blockframe): New function.
2162 * Makefile.in (blockframe.o): Update dependencies.
2163 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
2164 comment. Call frame_chain_valid ().
2165 * frame.h: Remove old prototypes. Add prototype for
2166 frame_chain_valid and update comments to match.
2167 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
2168 Remove old comment.
2169 * gdbarch.h: Regenerated.
2170 * gdbarch.c: Regenerated.
2171
2172 * alpha-tdep.c (alpha_gdbarch_init): Don't call
2173 set_gdbarch_frame_chain_valid.
2174 * avr-tdep.c (avr_gdbarch_init): Likewise.
2175 * cris-tdep.c (cris_gdbarch_init): Likewise.
2176 * frv-tdep.c (frv_gdbarch_init): Likewise.
2177 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
2178 * i386-tdep.c (i386_svr4_init_abi): Likewise.
2179 (i386_nw_init_abi): Likewise.
2180 (i386_gdbarch_init): Likewise.
2181 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
2182 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
2183 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
2184 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
2185 * mips-tdep.c (mips_gdbarch_init): Likewise.
2186 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
2187 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
2188 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
2189 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
2190 * s390-tdep.c (s390_gdbarch_init): Likewise.
2191 * sh-tdep.c (sh_gdbarch_init): Likewise.
2192 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2193 * v850-tdep.c (v850_gdbarch_init): Likewise.
2194 * vax-tdep.c (vax_gdbarch_init): Likewise.
2195 * x86-64-tdep.c (x86_64_init_abi): Likewise.
2196
2197 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
2198 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
2199 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
2200 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
2201 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
2202 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
2203 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
2204 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
2205
2206 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
2207
2208 * Makefile.in (acconfig_h): Remove incorrect macro.
2209 (config_h): Define.
2210 (osabi.o): Update dependencies.
2211 * configure.tgt: Set gdb_osabi based on target triplet.
2212 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
2213 * configure: Regenerated.
2214 * config.in: Regenerated.
2215 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
2216 (GDB_OSABI_DEFAULT): Define if not already defined.
2217 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
2218 (set_osabi_string): New variables.
2219 (gdbarch_register_osabi): Add new OS ABI to
2220 gdb_osabi_available_names.
2221 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
2222 (set_osabi, show_osabi): New functions.
2223 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
2224
2225 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
2226
2227 * arch-utils.c (gdbarch_info_init): Set osabi to
2228 GDB_OSABI_UNINITIALIZED.
2229 * gdbarch.sh: Add osabi to struct gdbarch and to struct
2230 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
2231 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
2232 * gdbarch.c: Regenerated.
2233 * gdbarch.h: Regenerated.
2234 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
2235 there's no BFD.
2236 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
2237 * osabi.h (enum gdb_osabi): Move to defs.h.
2238 (gdbarch_init_osabi): Update prototype.
2239 * defs.h (enum gdb_osabi): Moved here.
2240 * Makefile.in: Update dependencies.
2241
2242 * alpha-tdep.h: Don't include "osabi.h".
2243 (struct gdbarch_tdep): Remove osabi member.
2244 * alpha-tdep.c: Include "osabi.h".
2245 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2246 iterate over arches. Update call to gdbarch_init_osabi.
2247 (alpha_dump_tdep): Don't dump osabi.
2248 * alpha-linux-tdep.c: Include "osabi.h".
2249 * alpha-osf1-tdep.c: Include "osabi.h".
2250 * alphafbsd-tdep.c: Include "osabi.h".
2251 * alphanbsd-tdep.c: Include "osabi.h".
2252
2253 * arm-tdep.h: Don't include "osabi.h".
2254 (struct gdbarch_tdep): Remove osabi member.
2255 * arm-tdep.c: Include "osabi.h".
2256 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2257 iterate over arches. Update call to gdbarch_init_osabi.
2258 (arm_dump_tdep): Don't dump osabi.
2259 * arm-linux-tdep.c: Include "osabi.h".
2260 * armnbsd-tdep.c: Include "osabi.h".
2261
2262 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
2263 Update call to gdbarch_init_osabi.
2264
2265 * i386-tdep.h: Don't include "osabi.h".
2266 (struct gdbarch_tdep): Remove osabi member.
2267 * i386-tdep.c: Include "osabi.h".
2268 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2269 iterate over arches. Update call to gdbarch_init_osabi.
2270 (i386_dump_tdep): Don't dump osabi.
2271 * i386-linux-tdep.c: Include "osabi.h".
2272 * i386-sol2-tdep.c: Include "osabi.h".
2273 * i386bsd-tdep.c: Include "osabi.h".
2274 * i386gnu-tdep.c: Include "osabi.h".
2275 * i386ly-tdep.c: Include "osabi.h".
2276 * i386nbsd-tdep.c: Include "osabi.h".
2277 * i386obsd-tdep.c: Include "osabi.h".
2278
2279 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
2280 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2281 check osabi when iterating over arches. Update call to
2282 gdbarch_init_osabi.
2283 (mips_dump_tdep): Don't dump osabi.
2284
2285 * ns32k-tdep.h: Don't include "osabi.h".
2286 (struct gdbarch_tdep): Remove.
2287 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
2288 gdbarch_lookup_osabi. Don't iterate over arches. Don't
2289 allocate tdep. Update call to gdbarch_init_osabi.
2290 (ns32k_dump_tdep): Remove.
2291 (_initialize_ns32k_tdep): Update call to gdbarch_register.
2292 * ns32knbsd-tdep.c: Include "osabi.h".
2293
2294 * ppc-tdep.h: Don't include "osabi.h".
2295 (struct gdbarch_tdep): Remove osabi member.
2296 * rs6000-tdep.c: Include "osabi.h".
2297 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
2298 osabi when iterating over arches. Update call to
2299 gdbarch_init_osabi.
2300 (rs6000_dump_tdep): Don't dump osabi.
2301 * ppc-linux-tdep.c: Include "osabi.h".
2302 * ppcnbsd-tdep.c: Include "osabi.h".
2303
2304 * sh-tdep.h: Don't include "osabi.h".
2305 (struct gdbarch_tdep): Remove osabi member.
2306 * sh-tdep.c: Include "osabi.h".
2307 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2308 iterate over arches. Update call to gdbarch_init_osabi.
2309 (sh_dump_tdep): Don't dump osabi.
2310 * shnbsd-tdep.c: Include "osabi.h".
2311
2312 * sparc-tdep.c: Include "osabi.h".
2313 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2314 iterate over arches. Update call to gdbarch_init_osabi.
2315 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
2316 tdep structure.
2317
2318 * vax-tdep.h: Don't include "osabi.h".
2319 (struct gdbarch_tdep): Remove.
2320 * vax-tdep.c: Include "osabi.h".
2321 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2322 iterate over arches. Don't allocate tdep. Update call
2323 to gdbarch_init_osabi.
2324 (vax_dump_tdep): Remove.
2325 (_initialize_vax_tdep): Update call to gdbarch_register.
2326
2327 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
2328
2329 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
2330 entirely.
2331 (breakpoint_re_set_one): Don't fetch the value for a disabled
2332 watchpoint.
2333
2334 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
2335
2336 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
2337 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
2338 (COERCE_FLOAT_TO_DOUBLE): Remove.
2339 * gdbarch.c: Regenerate.
2340 * gdbarch.h: Regenerate.
2341 * Makefile.in: Remove value_h from gdbarch_h.
2342 * valops.c (coerce_float_to_double): New variable.
2343 (default_coerce_float_to_double): Remove.
2344 (standard_coerce_float_to_double): Remove.
2345 (value_arg_coerce): Use coerce_float_to_double.
2346 (_initialize_valops): Add "set coerce-float-to-double".
2347 * value.h (default_coerce_float_to_double): Remove prototype.
2348 (standard_coerce_float_to_double): Remove prototype.
2349
2350 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
2351 prototyped.
2352 * mdebugread.c (parse_symbol): Likewise.
2353 * stabsread.c (define_symbol): Mark all functions as prototyped.
2354
2355 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
2356 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
2357 set_gdbarch_coerce_float_to_double.
2358 * arm-tdep.c (arm_gdbarch_init): Likewise.
2359 * frv-tdep.c (frv_gdbarch_init): Likewise.
2360 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
2361 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
2362 * mips-tdep.c (mips_gdbarch_init): Likewise.
2363 (mips_coerce_float_to_double): Remove.
2364 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
2365 (rs6000_coerce_float_to_double): Remove.
2366 * s390-tdep.c (s390_gdbarch_init): Likewise.
2367 * sh-tdep.c (sh_gdbarch_init): Likewise.
2368 (sh_coerce_float_to_double): Remove.
2369 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2370 (sparc_coerce_float_to_double): Remove.
2371 * v850-tdep.c (v850_gdbarch_init): Likewise.
2372 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
2373 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
2374 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
2375 (hppa_coerce_float_to_double): Remove prototype.
2376 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
2377
2378 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
2379
2380 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
2381
2382 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
2383
2384 Suggested by Stewart Brown <sb24@avaya.com>:
2385 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
2386 in recursive calls. Handle TYPE_CODE_TYPEDEF.
2387 (c_type_print_varspec_suffix): Likewise.
2388
2389 2003-01-04 Mark Kettenis <kettenis@gnu.org>
2390
2391 * configure.in: Don't set and AC_SUBST SUBDIRS.
2392 * configure: Regenerated.
2393
2394 * configure.in: Remove code dealing with shared libraries.
2395 * Makefile.in: Remove HLDFLAGS and HLDENV.
2396 * configure: Regenerated.
2397
2398 2003-01-04 Andrew Cagney <ac131313@redhat.com>
2399
2400 * frame.c (deprecated_frame_xmalloc): New function.
2401 (deprecated_set_frame_saved_regs_hack): New function.
2402 (deprecated_set_frame_extra_info_hack): New function.
2403 * frame.h (deprecated_frame_xmalloc): Declare.
2404 (deprecated_set_frame_saved_regs_hack): Declare.
2405 (deprecated_set_frame_extra_info_hack): Declare.
2406
2407 2003-01-04 Mark Kettenis <kettenis@gnu.org>
2408
2409 * configure.in: Move code that provides the --enable-gdbtk option
2410 right after the code that handles the --enable-tui option, and
2411 polish it somewhat.
2412 * configure: Regenerated.
2413
2414 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
2415 AC_CHECK_FUNCS and remove the old check for pread64.
2416 * acinclude.m4 (AC_GNU_SOURCE): New macro.
2417 * acconfig.h (_GNU_SOURCE): Add.
2418 (HAVE_PREAD64): Remove.
2419 * configure, aclocal.m4, config.in: Regenerated.
2420
2421 2003-01-03 Andrew Cagney <ac131313@redhat.com>
2422
2423 * alpha-tdep.c: Use get_frame_saved_regs.
2424 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2425 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
2426 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
2427 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
2428 * vax-tdep.c, xstormy16-tdep.c: Ditto.
2429
2430 2003-01-03 Mark Kettenis <kettenis@gnu.org>
2431
2432 * configure.in: Remove all use of the SUBDIRS variable; add
2433 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
2434 code providing the --enable-multi-ice option, and move it right in
2435 front of the code that checks whether gdbserver is supported.
2436 Polish that too.
2437 * configure: Regenerated.
2438 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
2439 @SUBDIRS@.
2440
2441 2003-01-03 Andrew Cagney <cagney@redhat.com>
2442
2443 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
2444 * avr-tdep.c, cris-tdep.c: Ditto.
2445 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
2446 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
2447
2448 2003-01-03 Mark Kettenis <kettenis@gnu.org>
2449
2450 * configure.in: Remove --enable-netrom option.
2451 * configure: Regenerated.
2452
2453 2003-01-03 Mark Kettenis <kettenis@gnu.org>
2454
2455 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
2456 declaration for `struct re_pattern_buffer' instead.
2457 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
2458
2459 2003-01-03 J. Brobecker <brobecker@gnat.com>
2460
2461 * mdebugread.c (parse_symbol): Count until the stEnd matching
2462 the structure name.
2463
2464 2003-01-02 Mark Kettenis <kettenis@gnu.org>
2465
2466 * configure.in: Remove --with-cpu option.
2467 subscripts. Remove evil changequotes here.
2468 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
2469 * config.in, configure: Regenerated.
2470
2471 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
2472 * configure.in: Cleanup section that sources GDB and BFD configure
2473 subscripts. Remove evil changequotes here.
2474 * config.in, configure: Regenerated.
2475
2476 2003-01-02 Andrew Cagney <ac131313@redhat.com>
2477
2478 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
2479 frame accessor methods.
2480 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2481 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
2482 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
2483 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
2484 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
2485 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
2486 * z8k-tdep.c: Ditto.
2487
2488 2003-01-02 Mark Kettenis <kettenis@gnu.org>
2489
2490 * configure.in: Remove UI_OUT configuration code.
2491 * ada-lang.c: Update assuming UI_OUT is always true.
2492 * Makefile.in (UIOUT_CFLAGS): Remove.
2493 * configure: Regenerated.
2494 * TODO: Remove blurb about elimination of -DUI_OUT.
2495
2496 * configure.in: Move code that provides the --enable-gdbcli,
2497 --enable-gdbmi options right before the code that handles the
2498 --enable-tui option. Polish a bit.
2499 * configure: Regenerated.
2500
2501 * configure.in: Rewrite check for GNU regex and the
2502 --without-included regex option, and move it into the "Checks for
2503 library functions" section. This makes us use the system regex
2504 again by default on systems with version 2 of the GNU C library.
2505 This was apparently broken.
2506 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
2507 * acconfig.h (USE_INCLUDED_REGEX): Remove.
2508 * config.in, configure: Regenerated.
2509
2510 * configure.in: Move code that provides the --enable-tui option
2511 before the "Checks for libraries" section. Polish the code
2512 somewhat and set need_curses to yes if we build the TUI. Rewrite
2513 code that looks for a library providing termcap functionality to
2514 match more closely what's done in the Readline library, and move
2515 it into to the "Checks for libraries" section.
2516 * configure: Regenerated.
2517 * Makefile.in (TERMCAP): Remove variable.
2518 * config/i386/go32.mh (TERMCAP): Remove variable.
2519
2520 2003-01-02 Andrew Cagney <ac131313@redhat.com>
2521
2522 * MAINTAINERS: Mention gdb_mbuild.sh.
2523 * gdb_mbuild.sh: Rewrite.
2524
2525 2003-01-02 Mark Kettenis <kettenis@gnu.org>
2526
2527 * configure.in: Fix typo in last change.
2528 * config.in, configure: Regenerated.
2529
2530 2003-01-02 Andrew Cagney <ac131313@redhat.com>
2531
2532 * valarith.c (value_binop): Delete obsolete code and comments.
2533 * configure.host: Ditto.
2534 * buildsym.h (make_blockvector): Ditto.
2535 * buildsym.c (make_blockvector): Ditto.
2536 * defs.h (enum language): Ditto.
2537 (chill_demangle): Ditto.
2538 * elfread.c (elf_symtab_read): Ditto.
2539 * dwarfread.c (CHILL_PRODUCER): Ditto.
2540 (set_cu_language): Ditto.
2541 (handle_producer): Ditto.
2542 * expprint.c (print_subexp): Ditto.
2543 * gdbtypes.c (chill_varying_type): Ditto.
2544 * gdbtypes.h (builtin_type_chill_bool): Ditto.
2545 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
2546 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
2547 (chill_varying_type): Ditto.
2548 * language.h (_LANG_chill): Ditto.
2549 * language.c (binop_result_type, integral_type): Ditto.
2550 (character_type, string_type, structured_type): Ditto.
2551 (lang_bool_type, binop_type_check): Ditto.
2552 * stabsread.h (os9k_stabs): Ditto.
2553 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
2554 (define_symbol, read_type, read_struct_fields): Ditto.
2555 (read_array_type, read_enum_type, read_huge_number): Ditto.
2556 (read_range_type, start_stabs): Ditto.
2557 * symfile.c (init_filename_language_table): Ditto.
2558 (add_psymbol_with_dem_name_to_list): Ditto.
2559 * symtab.c (symbol_init_language_specific): Ditto.
2560 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
2561 * symtab.h (struct general_symbol_info): Ditto.
2562 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
2563 * typeprint.c (typedef_print): Ditto.
2564 * utils.c (fprintf_symbol_filtered): Ditto.
2565 * valops.c (value_cast, search_struct_field, value_slice): Delete
2566 obsolete code.
2567 (varying_to_slice): Delete function.
2568 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
2569 (varying_to_slice): Delete declaration.
2570 * MAINTAINERS: Update.
2571
2572 2003-01-02 Mark Kettenis <kettenis@gnu.org>
2573
2574 * configure.in: Reorganize "Checks for library functions section"
2575 a bit. Remove check for `btowc' and `isascii' functions.
2576 * configure: Regenerated.
2577
2578 * acconfig.h (_MSE_INT_H): Remove.
2579 * configure.in: Create "Checks for header files" section, and move
2580 appropriate tests there. Don't check for objlist.h, wchar.h,
2581 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
2582 misdetection fix. Also add "Checks for types", "Checks for
2583 compiler characteristics" and "Checks for library functions"
2584 sections.
2585 * config.in, configure: Regenerated.
2586
2587 * configure.in: Create "Checks for programs" section, and move
2588 appropriate tests there.
2589
2590 2003-01-01 Mark Kettenis <kettenis@gnu.org>
2591
2592 * configure.in: Create "Checks for libraries" section, and move
2593 appropriate tests there. Cleanup check for wctype in libw. Use
2594 AC_SEARCH_LIBS to see whether we need libsocket.
2595 * configure: Regenerated.
2596
2597 For older changes see ChangeLog-2002
2598 \f
2599 Local Variables:
2600 mode: change-log
2601 left-margin: 8
2602 fill-column: 74
2603 version-control: never
2604 End: