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