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