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