* win32-nat.c (get_image_name): New function.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-02-15 Christopher Faylor <cgf@redhat.com>
2
3 * win32-nat.c (get_image_name): New function.
4 (handle_load_dll): Use get_image_name function.
5 (get_child_debug_event): Avoid registering debug events until possibly
6 execed process is started.
7 (child_create_inferior): Allow invocation via shell so that command
8 line redirection, etc. works ok.
9 (_initialize_inftarg): Add new command: "set shell" to control whether
10 a shell is used to start a process.
11
12 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
13
14 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
15 instead of find_register_by_number.
16 (cannot_store_register): Likewise.
17
18 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
19
20 * dwarf2read.c: Replace fprintf (stderr, ...) by
21 fprintf_unfiltered (gdb_stderr, ...).
22
23 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
24
25 * gdbserver/gdbserver.1: Document --attach.
26
27 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
28
29 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
30 descriptions.
31 * arm-tdep.c (arm_default_arm_le_breakpoint)
32 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
33 (arm_default_thumb_be_breakpoint): New. Initialize them from
34 traditional breakpoint defines.
35 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
36 (arm_gdbarch_init): Initialize new breakpoint variables.
37 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
38 (arm_linux_init_abi): Initialize linux-specific breakpoint.
39 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
40 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
41 code out to ...
42 (arm_netbsd_init_abi_common): ... here; new function.
43 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
44 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
45 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
46 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
47
48 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
49
50 * arm-tdep.h (enum arm_abi): New enum.
51 (struct gdbarch_tdep): New structure.
52 (LOWEST_PC): Provide a default.
53 (arm_gdbarch_register_os_abi): Declare new function.
54 * arm-tdep.c (arm_abi_names): New array.
55 (process_note_abi_tag_sections): New function.
56 (get_elfosabi): New function.
57 (arm_gdbarch_register_os_abi): New function.
58 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
59 support for that ABI has been built in, then call the appropriate
60 configuration routine. Use gdbarch_num_regs() to get the number
61 of registers.
62 (arm_dump_tdep): New function.
63 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
64 place-holder functions.
65 (_initialize_arm_tdep): Register them.
66 * config/arm/tm-arm.h (LOWEST_PC): Delete.
67
68 * armnbsd-tdep.c: New file.
69 * Makefile.in (armnbsd-tdep.o): Add dependencies.
70 * config/arm/nbsd.mt (TDEPFILES): Add it.
71 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
72
73 * armnbsd-nat.c: Include regcache.h.
74 * Makefile.in (armnbsd-nat.o): Update dependency list.
75
76 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
77
78 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
79
80 * gdbserver/Makefile.in: Fix typos in target rules.
81
82 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
83
84 Fix part of PR gdb/267.
85 * linespec.c (find_methods): Handle constructors specially for now.
86
87 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
88
89 * arm-tdep.c (arm_push_arguments): Eliminate special float type
90 handling.
91 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
92 standard_coerce_float_to_double().
93
94 2002-02-14 Christopher Faylor <cgf@redhat.com>
95
96 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
97 GDBINIT_FILENAME.
98
99 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
100
101 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
102 find_variant_by_name, because it confuses the multiarch
103 framework. Return NULL if there isn't an architecture with the
104 user supplied name, instead of forcing a different one without
105 recording the change with the multiarch machinery.
106 (find_variant_by_name): Delete.
107
108 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
109
110 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
111 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
112
113 2002-02-13 Martin M. Hunt <hunt@redhat.com>
114
115 * stack.c (print_frame_info_base): When calling
116 print_frame_info_listing_hook, set current_source_symtab.
117
118 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
119
120 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
121 and remove unused $(INCLUDE_DIR).
122 Add regcache.c to OBS.
123 Add generated register protocol files to clean target.
124 Update dependencies for new objects, obsolete old target code.
125
126 * gdbserver/linux-low.c: Remove all platform-specific code to
127 new files. Remove various dead code. Update to use regcache
128 functionality.
129 * gdbserver/remote-utils.c (fromhex): Add return statement
130 to quiet warning.
131 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
132 constant.
133 (input_interrupt): Add integer parameter to match prototype
134 of a signal handler.
135 (outreg): Use register_data ().
136 (prepare_resume_reply): Use gdbserver_expedite_regs.
137 * gdbserver/server.c (main): Dynamically allocate own_buf because
138 PBUFSIZ is no longer constant. Use registers_to_string () and
139 registers_from_string ().
140 * gdbserver/server.h: No longer include "defs.h". Add prototypes
141 for error (), fatal (), and warning (). Update definition of
142 PBUFSIZ to use regcache functionality. Add include guard.
143 * gdbserver/utils.c (fatal): Add missing ``const''.
144 (warning): New function.
145
146 * regformats/regdat.sh: Include "regcache.h" in generated files.
147 Provide init_registers () function.
148 * regformats/regdef.h: Add prototype for set_register_cache ().
149 Add include guard.
150
151 * gdbserver/linux-arm-low.c: New file.
152 * gdbserver/linux-i386-low.c: New file.
153 * gdbserver/linux-ia64-low.c: New file.
154 * gdbserver/linux-m68k-low.c: New file.
155 * gdbserver/linux-mips-low.c: New file.
156 * gdbserver/linux-ppc-low.c: New file.
157 * gdbserver/linux-sh-low.c: New file.
158
159 * gdbserver/regcache.c: New file.
160 * gdbserver/regcache.h: New file.
161
162 * gdbserver/low-linux.c: Removed obsolete file.
163
164 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
165
166 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
167 * config/i386/linux.mt: Likewise.
168 * config/ia64/linux.mt: Likewise.
169 * config/m68k/linux.mh: Likewise.
170 * config/powerpc/linux.mh: Likewise.
171 * config/mips/linux.mt: Likewise.
172
173 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
174
175 * config/i386/i386lynx.mh: Mark gdbserver variables
176 as (currently) obsolete for this target.
177 * config/i386/nbsd.mt: Likewise.
178 * config/i386/nbsdelf.mt: Likewise.
179 * config/m32r/m32r.mt: Likewise.
180 * config/m68k/m68klynx.mh: Likewise.
181 * config/m68k/nbsd.mt: Likewise.
182 * config/m68k/sun3os4.mh: Likewise.
183 * config/mips/vr5000.mt: Likewise.
184 * config/ns32k/nbsd.mt: Likewise.
185 * config/pa/hppabsd.mh: Likewise.
186 * config/pa/hppaosf.mh: Likewise.
187 * config/powerpc/nbsd.mt: Likewise.
188 * config/rs6000/rs6000lynx.mh: Likewise.
189 * config/s390/s390.mt: Likewise.
190 * config/s390/s390x.mt: Likewise.
191 * config/sparc/sparclynx.mh: Likewise.
192 * config/sparc/sun4os4.mh: Likewise.
193 * config/i386/x86-64linux.mt: Likewise.
194 * config/sparc/linux.mh: Likewise.
195
196 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
197
198 * configure.tgt: Configure gdbserver only for known working
199 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
200 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
201 SUBDIRS if it is configured. Update comment for ${nativefile}.
202 * configure: Regenerated.
203
204 2002-02-13 Michael Snyder <msnyder@redhat.com>
205
206 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
207 (default_gcore_mach): Just return 0, work around a problem in bfd.
208 (default_gcore_target): OK to return NULL if exec_bfd is null.
209 (make_mem_sec): Use a cast, avoid a warning.
210
211 * procfs.c (find_memory_regions_callback): Use a cast instead of
212 calling host_pointer_to_address (which complains if
213 sizeof (host pointer) != sizeof (target pointer)).
214 (procfs_make_note_section): Avoid overflow in psargs string.
215
216 * procfs.c (procfs_make_note_section): Make the default
217 implementation return an error.
218
219 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
220
221 * procfs.c (procfs_make_note_section): Provide a default definition
222 (for alpha-dec-osf4.0f). Fix typos.
223
224 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
225
226 * linux-proc.c: Add include of regcache.h.
227 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
228
229 2002-02-13 Andrew Cagney <ac131313@redhat.com>
230
231 From 2002-01-18 Greg McGary <greg@mcgary.org>:
232 * memattr.c (create_mem_region): Disallow useless empty region.
233 Regions are half-open intervals, so allow [A..B) [B..C) as
234 non-overlapping.
235
236 2002-02-13 Michael Chastain <mec@shout.net>
237
238 * defs.h: Kill CONST_PTR.
239 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
240 * c-lang.c (c_builtin_types): Likewise.
241 * ch-lang.c (ch_builtin_types): Likewise.
242 * f-lang.c (f_builtin_types): Likewise.
243 * language.c (unknown_builtin_types): Likewise.
244 * m2-lang.c (m2_builtin_types): Likewise.
245 * p-lang.c (pascal_builtin_types): Likewise.
246 * scm-lang.c (c_builtin_types): Likewise.
247
248 2002-02-13 Keith Seitz <keiths@redhat.com>
249
250 * arm-tdep.h (arm_get_next_pc): Add declaration.
251
252 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
253
254 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
255 with other related struct-returning functions.
256 (arm_extract_struct_value_address): New function.
257 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
258 initialize float_format, double_format and long_double_format as
259 appropriate to the endianness of the target.
260 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
261 (arm_use_struct_convention): Delete declaration.
262 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
263
264 2002-02-13 Keith Seitz <keiths@redhat.com>
265
266 * defs.h (core_addr_to_string_nz): New function.
267
268 2002-02-13 Mark Kettenis <kettenis@gnu.org>
269
270 Apply missing bits of 2002-01-15 patch.
271 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
272 (fill_fpregset): Use i387_fill_fsave.
273
274 2002-02-12 Keith Seitz <keiths@redhat.com>
275
276 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
277 (core_addr_to_string_nz): New function.
278
279 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
280
281 * arm-linux-nat.c: Really include arm-tdep.h.
282 * config/arm/tm-linux.h (struct type, struct value): Declare.
283
284 2002-02-11 Michael Snyder <msnyder@redhat.com>
285
286 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
287 (gcore section): Ifdef for Solaris and Unixware only.
288 (procfs_do_thread_registers): Unixware needs one lwpstatus
289 per thread (not one prstatus or pstatus).
290 (procfs_make_note_section): Iterate only over kernel threads (lwps),
291 not over all gdb threads. For unixware, call elfcore_write_pstatus
292 once before iterating over threads.
293
294 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
295
296 * arm-tdep.h: New file.
297 * arm-tdep.c: Include arm-tdep.h.
298 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
299 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
300 (arm_print_float_info, arm_register_type, convert_to_extended)
301 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
302 (arm_extract_return_value, arm_register_name): Make static.
303 (arm_software_single_step): Similarly. Fix types in declaration.
304 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
305 (arm_store_return_value, arm_store_struct_return): New functions.
306 (arm_gdbarch_init): Register the above functions. Also register
307 call_dummy_start_offset, sizeof_call_dummy_words,
308 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
309 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
310 max_register_virtual_size, register_size. Set up
311 prologue_cache.saved_regs here, rather than ...
312 (_initialize_arm_tdep): ... here.
313 * config/arm/tm-arm.h (struct type, struct value): Delete forward
314 declarations.
315 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
316 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
317 (arm_print_float_info, arm_register_type, convert_to_extended)
318 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
319 (arm_extract_return_value, arm_register_name): Delete declarations.
320 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
321 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
322 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
323 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
324 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
325 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
326 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
327 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
328 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
329 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
330 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
331 (arm_get_next_pc): No-longer static -- these are needed by the RDI
332 interface.
333 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
334 * remote-rdi.c remote-rdp.c: Likewise.
335 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
336 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
337 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
338 definition.
339
340 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
341 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
342 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
343 from non-ARM_ prefixed definitions.
344 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
345 all uses of above.
346 * remote-rdi.c remote-rdp.c: Likewise.
347 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
348
349 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
350
351 * arm-tdep.c (arm_frameless_function_invocation)
352 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
353 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
354 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
355 (arm_pop_frame, arm_get_next_pc): Make static.
356 (arm_gdbarch_init): Register above in gdbarch structure.
357 (arm_read_fp): Renamed from arm_target_read_fp.
358 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
359 * config/arm/tm-arm.h (arm_frameless_function_invocation)
360 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
361 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
362 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
363 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
364 (arm_pc_is_thumb_dummy): Delete declarations.
365 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
366 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
367 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
368 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
369
370 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
371
372 * symtab.c (compare_search_syms): New function.
373 (sort_search_symbols): New function.
374 (search_symbols): Sort symbols after searching rather than
375 before.
376
377 2002-02-10 Andrew Cagney <ac131313@redhat.com>
378
379 * NEWS: Linux -> GNU/Linux.
380
381 2002-02-10 Andrew Cagney <ac131313@redhat.com>
382
383 * gdbarch.sh: For for level one methods, disallow a definition
384 when partially multi-arched. Add comments explaining rationale.
385 * gdbarch.h: Re-generate.
386
387 2002-02-10 Andrew Cagney <ac131313@redhat.com>
388
389 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
390 multi-arch partial.
391
392 2002-02-10 Andrew Cagney <ac131313@redhat.com>
393
394 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
395 field. Use diff -u.
396 * gdbarch.c: Re-generate.
397
398 2002-02-10 Andrew Cagney <ac131313@redhat.com>
399
400 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
401 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
402 partial.
403
404 2002-02-10 Andrew Cagney <ac131313@redhat.com>
405
406 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
407 multi-arch partial.
408 (PUSH_ARGUMENTS): Switch to using predefault.
409 * gdbarch.c: Regenerate.
410
411 2002-02-10 Andrew Cagney <ac131313@redhat.com>
412
413 * valops.c (PUSH_ARGUMENTS): Delete definition.
414 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
415 partial. Default to default_push_arguments.
416 * gdbarch.h, gdbarch.c: Regenerate.
417
418 2002-02-09 Andrew Cagney <ac131313@redhat.com>
419
420 * defs.h (throw_exception): Rename return_to_top_level. Update
421 comments.
422 * utils.c (error_stream, internal_verror, quit): Ditto.
423 * top.c (throw_exception, catcher): Ditto.
424 * sparclet-rom.c (sparclet_load): Ditto.
425 * remote.c (interrupt_query, minitelnet): Ditto.
426 * remote-sds.c (interrupt_query): Ditto.
427 * remote-mips.c (mips_error, mips_kill): Ditto.
428 * ocd.c (interrupt_query): Ditto.
429 * monitor.c (monitor_interrupt_query): Ditto.
430 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
431 * target.h: Update comment.
432
433 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
434
435 2002-02-09 Andrew Cagney <ac131313@redhat.com>
436
437 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
438 default_double_format.
439 * gdbarch.h, gdbarch.c: Re-generate.
440 * findvar.c (floatformat_unknown): Delete variable definition.
441 * doublest.h (floatformat_unknown): Delete variable declaration.
442
443 2002-02-09 Jim Blandy <jimb@redhat.com>
444
445 * stabsread.c (read_type): Add code to parse Sun's syntax for
446 prototyped function types.
447
448 2002-02-09 Andrew Cagney <ac131313@redhat.com>
449
450 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
451 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
452
453 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
454
455 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
456 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
457 now _initialize_xcoffsolib gets called again and overrides the
458 commands from solib.c in a native configuration.
459
460 2002-02-09 Mark Kettenis <kettenis@gnu.org>
461
462 * doublest.c (store_typed_floating): Don't try to return a value.
463 Fixes PR gdb/290.
464
465 2002-02-08 Jim Blandy <jimb@redhat.com>
466
467 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
468 is prototyped and has no arguments, print its argument list as
469 `(void)'.
470
471 2002-02-08 Chris Demetriou <cgd@broadcom.com>
472
473 * MAINTAINERS (write-after-approval): Add myself.
474 (paper-trail): I've escaped!
475
476 2002-02-08 Christopher Faylor <cgf@redhat.com>
477
478 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
479 changes.
480 (_initialize_check_for_gdb_ini): Ditto.
481
482 2002-02-08 Martin M. Hunt <hunt@redhat.com>
483
484 * win32-nat.c (cygwin_pid_to_str): Fix typo.
485 xaprintf -> xasprintf.
486
487 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
488
489 * win32-nat.c: Remove use of printf and sprintf functions.
490
491 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
492
493 * arm-tdep.c (arm_frame_chain_valid): Make static.
494 (arm_push_arguments): Likewise.
495 (arm_gdbarch_init): New function.
496 (_initialize_arm_tdep): Call it.
497 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
498 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
499 (FRAME_CHAIN_VALID): Delete.
500 (arm_frame_chain_valid): Delete declaration.
501 (PUSH_ARGUMENTS): Delete.
502 (arm_push_arguments): Delete declaration.
503 (CALL_DUMMY_P): Delete.
504
505 2002-02-08 Andrew Cagney <ac131313@redhat.com>
506 Corinna Vinschen <vinschen@redhat.com>
507
508 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
509 on builtin float types.
510
511 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
512
513 * utils.c: Include <curses.h> before "bfd.h".
514 * tui/tui-hooks.c: Likewise.
515 * tui/tui.c: Likewise.
516 * tui/tuiCommand.c: Likewise.
517 * tui/tuiData.c: Likewise.
518 * tui/tuiDataWin.c: Likewise.
519 * tui/tuiDisassem.c: Likewise.
520 * tui/tuiGeneralWin.c: Likewise.
521 * tui/tuiIO.c: Likewise.
522 * tui/tuiLayout.c: Likewise.
523 * tui/tuiRegs.c: Likewise.
524 * tui/tuiSource.c: Likewise.
525 * tui/tuiSourceWin.c: Likewise.
526 * tui/tuiStack.c: Likewise.
527 * tui/tuiWin.c: Likewise.
528
529 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
530
531 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
532 to include space for pseudoregs as well. Update loops accordingly.
533 (sh_fp_frame_init_saved_regs): Ditto.
534 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
535
536 2002-02-07 Andrew Cagney <ac131313@redhat.com>
537
538 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
539 Add Richard Earnshaw to Arm maintainers.
540
541 2002-02-07 Andrew Cagney <ac131313@redhat.com>
542
543 * defs.h (warning_begin): Delete declaration.
544
545 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
546 Delete macro.
547
548 2002-02-07 Michael Snyder <msnyder@redhat.com>
549
550 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
551 Logic bug, remove misplaced else.
552
553 2002-02-07 Klee Dienes <klee@apple.com>
554
555 * fork-inferior.c (fork_inferior): Add '!' to the list of
556 characters that need to be quoted when building a string for the
557 shell. Quote '!' specifically with a backslash, since CSH chokes
558 when trying to evaluate "str!str".
559
560 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
561
562 * rdi-share/host.h: Only provide a typedef for bool if it is not
563 defined.
564
565 2002-02-04 Michael Snyder <msnyder@redhat.com>
566
567 * breakpoint.h (enum bptype): Add new overlay event bp type.
568 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
569
570 * breakpoint.c (create_internal_breakpoint): New function.
571 (internal_breakpoint_number): Moved into create_internal_breakpoint.
572 (create_longjmp_breakpoint): Use create_internal_breakpoint.
573 (create_thread_event_breakpoint): Ditto.
574 (create_solib_event_breakpoint): Ditto.
575 (create_overlay_event_breakpoint): New function.
576 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
577 (update_breakpoints_after_exec): Delete and re-initialize
578 overlay event breakpoints after an exec. Add FIXME comment
579 about longjmp breakpoint.
580 (print_it_typical): Ignore overlay event breakpoints.
581 (print_one_breakpoint): Ditto.
582 (mention): Ditto.
583 (bpstat_what): Do not stop for overlay event breakpoints.
584 (delete_breakpoint): Don't delete overlay event breakpoints.
585 (breakpoint_re_set_one): Delete the overlay event breakpoint.
586 (breakpoint_re_set): Re-create overlay event breakpoint.
587
588 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
589 (overlay_manual_command): Disable overlay breakpoints.
590 (overlay_off_command): Disable overlay breakpoints.
591
592 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
593
594 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
595 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
596 to here from config/tm-arm.h.
597 (coff_sym_is_thumb): Make static.
598 (arm_elf_make_msymbol_special): New function.
599 (arm_coff_make_msymbol_special): New function.
600 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
601 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
602 (coff_sym_is_thumb): Delete declaration.
603 (arm_elf_make_msymbol_special): Declare.
604 (arm_coff_make_msymbol_special): Declare.
605 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
606 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
607
608 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
609
610 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
611
612 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
613
614 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
615 * gdbarch.c gdbarch.h: Regenerate.
616 * arch-utils.c (default_print_float_info): New function.
617 * arch-utils.h (default_print_float_info): Prototype it.
618 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
619 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
620 (PRINT_FLOAT_INFO): Document it.
621
622 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
623 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
624 (PRINT_FLOAT_INFO): Define.
625
626 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
627
628 * win32-nat.c (_initialize_check_for_gdb_ini):
629 Add typecast to sprintf argument to suppress a warning.
630
631 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
632
633 * win32-nat.c (last_sig): Changed type of variable to target_signal,
634 to allow easier handling of pass state.
635 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
636 that gives exception name and address.
637 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
638 and set last_sig value to ourstatus->value.sig. Some missing
639 exceptions added.
640 (child_continue): Correctly report continue_status.
641 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
642 TARGET_SIGNAL_0 (new default value).
643 (child_resume): consider sig argument passed to decide if
644 the exception should be passed to debuggee or not.
645
646 2002-02-05 Michael Snyder <msnyder@redhat.com>
647
648 * regcache.c (fetch_register): Call target_fetch_register
649 only if we don't call FETCH_PSEUDO_REGISTER.
650 (store_register): Call target_store_register only if we
651 don't call STORE_PSEUDO_REGISTER.
652
653 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
654
655 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
656 ELF_MAKE_MSYMBOL_SPECIAL.
657 * gdbarch.c, gdbarch.h: Regenerate.
658 * arch-utils.c (default_make_msymbol_special): New function.
659 * arch-utils.h (default_make_msymbol_special): Export.
660 * elfread.c (elf_symtab_read): Compile use of
661 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
662 multiarched.
663 * coffread.c (coff_symtab_read): Ditto, for
664 COFF_MAKE_MSYMBOL_SPECIAL.
665
666 2002-02-05 Jim Blandy <jimb@redhat.com>
667
668 * solib-svr4.c (svr4_truncate_ptr): New function.
669 (svr4_relocate_section_addresses): Do the address arithmetic with
670 the appropriate truncation for target addresses, even when
671 CORE_ADDR is larger than a target address.
672
673 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
674
675 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
676 to (int *).
677
678 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
679
680 * gdbserver/linux-low.c (kill_inferior): Remove commented out
681 code.
682
683 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
684
685 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
686
687 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
688
689 * gdbserver/linux-low.c: Remove unused include files.
690
691 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
692
693 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
694 (read_inferior_memory): Use it.
695 (write_inferior_memory): Likewise.
696
697 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
698
699 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
700 grubbing through sys_errlist.
701
702 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
703
704 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
705
706 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
707 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
708
709 2002-02-04 Andrew Cagney <ac131313@redhat.com>
710
711 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
712 (do_sfunc, set_cmd_sfunc): New functions.
713
714 * command.h (struct cmd_list_element): Add field func.
715 * cli/cli-decode.h (struct cmd_list_element): Ditto.
716 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
717 * cli/cli-decode.h: Ditto.
718
719 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
720 (help_all, help_cmd_list): Ditto.
721 (find_cmd, complete_on_cmdlist): Ditto.
722 * top.c (execute_command): Ditto.
723
724 * cli/cli-setshow.c (do_setshow_command): Call func instead of
725 function.sfunc.
726
727 * infcmd.c (notice_args_read): Fix function signature.
728
729 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
730 * cli/cli-decode.c (add_set_cmd): Ditto.
731 * utils.c (initialize_utils): Ditto.
732 * maint.c (_initialize_maint_cmds): Ditto.
733 * infrun.c (_initialize_infrun): Ditto.
734 * demangle.c (_initialize_demangler): Ditto.
735 * remote.c (add_packet_config_cmd): Ditto.
736 * mips-tdep.c (_initialize_mips_tdep): Ditto.
737 * cris-tdep.c (_initialize_cris_tdep): Ditto.
738 * proc-api.c (_initialize_proc_api): Ditto.
739 * kod.c (_initialize_kod): Ditto.
740 * valprint.c (_initialize_valprint): Ditto.
741 * top.c (init_main): Ditto.
742 * infcmd.c (_initialize_infcmd): Ditto.
743 * corefile.c (_initialize_core): Ditto.
744 * arm-tdep.c (_initialize_arm_tdep): Ditto.
745 * arch-utils.c (initialize_current_architecture): Ditto.
746 (_initialize_gdbarch_utils): Ditto.
747 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
748
749 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
750 * wince.c (_initialize_inftarg): Ditto.
751 * symfile.c (_initialize_symfile): Ditto.
752 * mips-tdep.c (_initialize_mips_tdep): Ditto.
753 * language.c (_initialize_language): Ditto.
754 * arc-tdep.c (_initialize_arc_tdep): Ditto.
755
756 2002-02-04 Michael Snyder <msnyder@redhat.com>
757
758 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
759
760 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
761
762 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
763 Add rules for building the register data files.
764
765 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
766
767 * regformats/regdat.sh: Add braces to the definition of
768 expedite_regs_${arch}.
769
770 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
771
772 * regformats/regdef.h (struct reg): Add comment describing the
773 requirements for offset and size fields.
774
775 2002-02-04 Andreas Schwab <schwab@suse.de>
776
777 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
778 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
779
780 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
781
782 * gdbarch.sh (copyright): Update years in generated header.
783 (SMASH_TEXT_ADDRESS): Add rule.
784 * gdbarch.h, gdbarch.c: Re-generate.
785 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
786 * dbxread.c: Likewise.
787 * dwarfread.c: Likewise.
788 * elfread.c: Likewise.
789 * somread.c: Likewise.
790
791 * arm-tdep.c (arm_smash_text_address): New function.
792 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
793
794 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
795
796 Add support for hardware watchpoints on win32 native.
797 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
798 CONTEXT_DEBUG_REGISTERS.
799 (dr variable): New variable. Static array containing a local copy
800 of debug registers.
801 (debug_registers_changed): New variable. Reflects when debug registers
802 are changed and need to be written to inferior.
803 (debug_registers_used): New variable. Reflects when any debug register
804 was set, used when new threads are created.
805 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
806 i386-nat code.
807 (thread_rec): Set dr array if id is the thread of current_event .
808 (child_continue, child_resume): Change the debug registers for all
809 threads if debug_registers_changed.
810 (child_add_thread): Change the debug registers if debug_registers_used.
811 * config/i386/cygwin.mh: Add use of i386-nat.o file.
812 Link nm.h to new nm-cygwin.h file.
813 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
814 of hardware registers.
815
816 2002-02-03 Andrew Cagney <ac131313@redhat.com>
817
818 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
819 Restore behavour broken by 2002-01-20 Andrew Cagney
820 <ac131313@redhat.com> IEEE_FLOAT removal.
821
822 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
823
824 * c-valprint.c (c_val_print): Pass a proper valaddr to
825 cp_print_class_method.
826 * valops.c (search_struct_method): If there is only one method
827 and args is NULL, return that method.
828
829 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
830
831 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
832 accessing tag_name directly.
833
834 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
835
836 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
837 of accessing tag_name directly.
838
839 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
840
841 PR gdb/280
842 * gdbtypes.c (replace_type): New function.
843 * gdbtypes.h (replace_type): Add prototype.
844 * stabsread.c (read_type): Use replace_type.
845
846 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
847
848 * Makefile.in (memattr.o): Add missing dependencies rule.
849
850 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
851
852 * breakpoint.c (break_at_finish_command): Really export.
853 (break_at_finish_at_depth_command): Ditto.
854 (tbreak_at_finish_command): Ditto.
855 * hppa-tdep.c: Include completer.h.
856 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
857 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
858
859 2002-02-01 Andrew Cagney <ac131313@redhat.com>
860
861 * utils.c (do_write): New function.
862 (error_stream): Rewrite combining the code from error_begin and
863 verror.
864 (verror): Rewrite using error_stream.
865 (error_begin): Delete function.
866
867 2002-02-01 Andrew Cagney <ac131313@redhat.com>
868
869 * utils.c (error_begin): Make static.
870 * defs.h (error_begin): Delete declaration.
871
872 * linespec.c (cplusplus_error): Replace cplusplus_hint.
873 (decode_line_1): Use cplusplus_error instead of error_begin,
874 cplusplus_hint and return_to_top_level.
875 * coffread.c (coff_symfile_read): Use error instead of error_begin
876 and return_to_top_level.
877 * infrun.c (default_skip_permanent_breakpoint): Ditto.
878
879 2002-02-01 Andrew Cagney <ac131313@redhat.com>
880
881 * language.h (type_error, range_error): Make string parameter
882 constant.
883 * language.c (warning_pre_print): Delete extern declaration.
884 * dwarfread.c (warning_pre_print): Ditto.
885 * language.c (type_error, range_error): Rewrite to use verror and
886 vwarning instead of warning_begin.
887
888 2002-02-01 Michael Snyder <msnyder@redhat.com>
889
890 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
891 (set_ignore_count): Move misplaced comment back where it belongs.
892
893 2002-02-01 Andrew Cagney <ac131313@redhat.com>
894
895 * command.h (NO_FUNCTION): Delete macro.
896 * cli/cli-decode.h (NO_FUNCTION): Ditto.
897 * top.c (execute_command): Replace NO_FUNCTION with NULL.
898 * tracepoint.c (_initialize_tracepoint): Ditto.
899 * cli/cli-decode.c (add_set_cmd): Ditto.
900 * cli/cli-cmds.c (init_cli_cmds): Ditto.
901
902 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
903
904 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
905 Update ``this'' pointer when calling virtual functions.
906
907 2002-02-01 Michael Snyder <msnyder@redhat.com>
908
909 * breakpoint.c (create_temp_exception_breakpoint): Delete.
910 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
911
912 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
913
914 * regformats/reg-arm.dat: New file.
915 * regformats/reg-i386.dat: New file.
916 * regformats/reg-ia64.dat: New file.
917 * regformats/reg-m68k.dat: New file.
918 * regformats/reg-mips.dat: New file.
919 * regformats/reg-ppc.dat: New file.
920 * regformats/reg-sh.dat: New file.
921 * regformats/regdef.h: New file.
922 * regformats/regdat.sh: New file.
923
924 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
925
926 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
927 (arm_frame_args_address, arm_frame_locals_address): New functions.
928 (arm_frame_num_args): New function.
929 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
930 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
931 (FRMA_NUM_ARGS): Call arm_frame_num_args.
932
933 2002-01-31 Michael Snyder <msnyder@redhat.com>
934
935 * breakpoint.c (break_at_finish_command): Export.
936 (break_at_finish_at_depth_command): Export.
937 (tbreak_at_finish_command): Export.
938 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
939 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
940 "tbreak" commands, which are HPPA specific.
941
942 * printcmd.c (disassemble_command): Remove an ancient
943 artifact of an old merge.
944
945 * symfile.h (enum overlay_debugging_state):
946 Define enum constant values for overlay mode.
947 * symfile.c (overlay_debugging): Use enums instead of literals.
948 (overlay_is_mapped, overlay_auto_command,
949 overlay_manual_command): Ditto.
950
951 * breakpoint.c (insert_breakpoints, remove_breakpoint,
952 breakpoint_here_p, breakpoint_inserted_here_p,
953 breakpoint_thread_match, bpstat_stop_status,
954 describe_other_breakpoints, check_duplicates, clear_command):
955 Coding standard fixes.
956
957 * target.c (target_xfer_memory): Add spaces, coding standard.
958 (do_xfer_memory): Add missing line to trust-readonly
959 code: check bfd SEC_READONLY flag for section.
960
961 2002-01-31 Andrew Cagney <ac131313@redhat.com>
962
963 * PROBLEMS: Fix typo, 5.1->5.1.1.
964
965 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
966
967 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
968 data symbols, since we search based on textlow and texthigh.
969 (find_pc_sect_symtab): Likewise.
970
971 2002-01-30 Andrew Cagney <ac131313@redhat.com>
972
973 * defs.h (vwarning): Declare.
974 * utils.c (vwarning): New function.
975 (warning): Call vwarning.
976 (warning_begin): Delete function.
977
978 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
979 the warning message.
980 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
981 warning_begin.
982
983 2002-01-30 Michael Snyder <msnyder@redhat.com>
984
985 * NEWS: Mention "set trust-readonly-sections" command.
986 Mention generate-core-file command.
987
988 2002-01-15 Michael Snyder <msnyder@redhat.com>
989
990 * target.c: New command, "set trust-readonly-sections on".
991 (do_xfer_memory): Honor the suggestion to trust readonly sections
992 by reading them from the object file instead of from the target.
993 (initialize_targets): Register command "set trust-readonly-sections".
994
995 2002-01-29 Andrew Cagney <ac131313@redhat.com>
996
997 * parse.c (target_map_name_to_register): Simplify, search regs and
998 pseudo-regs using a single loop.
999
1000 2002-01-30 Andrew Cagney <ac131313@redhat.com>
1001
1002 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
1003
1004 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
1005
1006 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
1007 * config/i386/i386v42mp.mh: Add i387-nat.o .
1008 * i386v4-nat.c: Include i387-nat.h.
1009 (supply_fpregset): Use i387_supply_fsave.
1010 (fill_fpregset): Use i387_fill_fsave.
1011
1012 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
1013
1014 * arm-tdep.c (arm_call_dummy_words): Define.
1015 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
1016 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
1017 (CALL_DUMMY_WORDS): Define.
1018 (arm_call_dummy_words): Declare.
1019 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
1020 (arm_linux_call_dummy_words): Declare.
1021
1022 2002-01-30 Andreas Schwab <schwab@suse.de>
1023
1024 * m68klinux-nat.c: Fix last change to use regcache_collect
1025 instead of referencing registers[] directly.
1026
1027 2002-01-29 Andrew Cagney <ac131313@redhat.com>
1028
1029 * parse.c (target_map_name_to_register): Delete code wrapped in
1030 #ifdef REGISTER_NAME_ALIAS_HOOK.
1031
1032 2002-01-28 Michael Snyder <msnyder@redhat.com>
1033
1034 * regcache.c (legacy_read_register_gen): Need to be able to
1035 read pseudo-register as well as real register.
1036 (legacy_write_register_gen): Ditto.
1037
1038 2002-01-28 Andrew Cagney <ac131313@redhat.com>
1039
1040 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
1041 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
1042 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
1043 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
1044 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
1045 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
1046 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
1047 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
1048 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
1049 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
1050 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
1051 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
1052 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
1053 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
1054 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
1055 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
1056 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
1057 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
1058 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
1059 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
1060
1061 2002-01-28 Andrew Cagney <ac131313@redhat.com>
1062
1063 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
1064 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
1065 (initialize_current_architecture): Update target_byte_order using
1066 information from BFD.
1067 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
1068 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
1069
1070 2002-01-28 Andrew Cagney <ac131313@redhat.com>
1071
1072 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
1073 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
1074
1075 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
1076 #ifdef INVALID_FLOAT.
1077 * infcmd.c (do_registers_info): Ditto.
1078 * values.c (unpack_double): Ditto. Add comment.
1079
1080 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
1081 already commented out.
1082
1083 2002-01-26 Andreas Schwab <schwab@suse.de>
1084
1085 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
1086 * m68klinux-nat.c: Update ptrace interface for fetching/storing
1087 registers and add support for PTRACE_GETREGS.
1088
1089 2002-01-24 Andrew Cagney <ac131313@redhat.com>
1090
1091 GDB 5.1.1 released from 5.1 branch.
1092 * NEWS: Add 5.1.1 news.
1093 * README: Sync with 5.1 branch.
1094
1095 2002-01-23 Fred Fish <fnf@redhat.com>
1096
1097 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
1098 stabstring on initial malloc. Reallocing will copy it for us,
1099 if necessary.
1100
1101 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
1102
1103 * Makefile.in (hpread_h): Delete.
1104 (HFILES_NO_SRCDIR): Remove hpread.h.
1105 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
1106 (hpread.o): Update dependencies.
1107 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
1108
1109 * hp-psymtab-read.c: Remove file.
1110 * hp-symtab-read.c: Remove file.
1111 * hpread.h: Remove file.
1112
1113 * hpread.c: Merge all contents of hp-psymtab-read.c,
1114 hp-symtab-read.c and hpread.h into this file, as it was prior to
1115 January 1999.
1116
1117 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
1118 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
1119 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
1120 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
1121
1122 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
1123
1124 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
1125 fill_gregset): Call gdbarch_tdep() just once, assign result to
1126 variable and use that, instead of calling the function several
1127 times.
1128
1129 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
1130
1131 * configure.host: Accept sparcv9 as alias for sparc64.
1132 * configure.tgt: Likewise.
1133
1134 2002-01-22 Kevin Buettner <kevinb@redhat.com>
1135
1136 * solib-aix5.c (build_so_list_from_mapfile)
1137 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
1138 arguments is not reversed.
1139 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
1140 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
1141
1142 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
1143
1144 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
1145 modified version of obsolete sh_fetch_pseudo_register.
1146 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
1147 (sh4_register_read): New function.
1148 (sh_pseudo_register_write): New function. Renamed and modified
1149 version of obsolete sh_store_pseudo_register.
1150 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
1151 (sh4_register_write): New function.
1152 (sh_gdbarch_init): Remove setting of gdbarch function
1153 fetch_pseudo_register and store_pseudo_register. Remove setting of
1154 register_convert_to_raw, register_convert_to_virtual,
1155 register_convertible.
1156 (sh_sh4_register_convertible): Delete. No longer needed. All is
1157 taken care by architecture specific functions
1158 register_read/register_write.
1159 (sh_sh4_register_convert_to_virtual): Make static.
1160 (sh_sh4_register_convert_to_raw): Ditto.
1161
1162 2002-01-22 Andrew Cagney <ac131313@redhat.com>
1163
1164 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
1165 (floatformat_is_nan, floatformat_mantissa): Ditto.
1166
1167 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
1168 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
1169 builtin_type_ieee_double_little,
1170 builtin_type_ieee_double_littlebyte_bigword,
1171 builtin_type_m68881_ext, builtin_type_i960_ext,
1172 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
1173 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
1174 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
1175 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
1176
1177 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
1178
1179 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
1180 parameter. Set frameless flag if it exists and depended of
1181 whether the scanned function is frameless or not.
1182 (xstormy16_skip_prologue): If function is frameless, return
1183 result of xstormy16_scan_prologue().
1184 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
1185 call.
1186
1187 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
1188
1189 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
1190 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
1191 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
1192 sh_sh4_register_byte, sh_sh4_register_raw_size,
1193 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
1194 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
1195 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
1196 sh_store_pseudo_register, sh_do_pseudo_register): Call
1197 gdbarch_tdep() just once, assign result to variable and use that,
1198 instead of calling the function several times.
1199
1200 2002-01-20 Mark Kettenis <kettenis@gnu.org>
1201
1202 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
1203 macros instead of LAST_FPU_CTRL_REGNUM.
1204 (store_register): Likewise.
1205
1206 2002-01-21 Jim Blandy <jimb@redhat.com>
1207
1208 * infcmd.c (run_command): Check that the `exec' target layer's BFD
1209 is up-to-date before running the program, not just when a program
1210 exits.
1211
1212 2002-01-21 Fred Fish <fnf@redhat.com>
1213
1214 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
1215 when we have found all instructions we are looking for.
1216
1217 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
1218
1219 * arm-tdep.c (arm_register_name): New function.
1220 (arm_registers_names): Make static.
1221 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
1222 (arm_register_name): Declare.
1223 (REGISTER_NAME): Use it.
1224
1225 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
1226 Kevin Buettner <kevinb@redhat.com>
1227
1228 Convert arm targets to new FRAME interface.
1229 * arm-tdep.c (struct frame_extra_info): Remove fsr.
1230 (arm_frame_find_save_regs): Delete.
1231 (arm_frame_init_saved_regs): New.
1232 (arm_init_extra_frame_info): Alloacte saved_regs as required.
1233 Allocate extra_info as required. Convert all uses of fsr.regs
1234 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
1235 to use extra_info.
1236 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
1237 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
1238 (check_prologue_cache, save_prologue_cache): Likewise.
1239 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
1240 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
1241 (FRAME_FIND_SAVED_REGS): Delete.
1242 (arm_frame_find_saved_regs): Delete prototype.
1243 (arm_frame_init_saved_regs): New prototype.
1244 (FRAME_INIT_SAVED_REGS): Define.
1245
1246 2002-01-20 Andrew Cagney <ac131313@redhat.com>
1247
1248 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
1249
1250 2002-01-20 Andrew Cagney <ac131313@redhat.com>
1251
1252 From Jeff Law <law@redhat.com>:
1253 * infttrace.c: Include <sys/pstat.h>.
1254 (child_pid_to_exec_file): Revamp. Use pstat call to get the
1255 exec file if the ttrace equivalent fails.
1256
1257 2002-01-20 Andrew Cagney <ac131313@redhat.com>
1258
1259 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
1260 (closeLogFile): Ditto.
1261
1262 2002-01-20 Michael Chastain <mec@shout.net>
1263
1264 * top.c (print_gdb_version): Bump copyright year to 2002.
1265
1266 2002-01-20 Andrew Cagney <ac131313@redhat.com>
1267
1268 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
1269 Zannoni and Eli Zaretskii.
1270
1271 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
1272
1273 * buildsym.c: Update copyright years.
1274 * c-typeprint.c: Likewise.
1275 * dwarf2read.c: Likewise.
1276 * f-typeprint.c: Likewise.
1277 * gdbtypes.c: Likewise.
1278 * gdbtypes.h: Likewise.
1279 * hp-symtab-read.c: Likewise.
1280 * hpread.c: Likewise.
1281 * mdebugread.c: Likewise.
1282 * p-typeprint.c: Likewise.
1283
1284 2002-01-20 Andrew Cagney <ac131313@redhat.com>
1285
1286 * remote-sim.c (gdbsim_open): Simplify code testing the macro
1287 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
1288 byte-order selectable.
1289 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
1290 * arch-utils.c: Ditto.
1291 (set_endian): Ditto.
1292 (set_endian_from_file): Ditto.
1293 * gdbserver/low-sim.c (create_inferior): Ditto.
1294 * gdbarch.sh: Ditto.
1295 * gdbarch.h: Re-generate.
1296 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
1297 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
1298 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
1299 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
1300 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
1301 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
1302 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
1303 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
1304 macro definition.
1305 * config/mips/tm-wince.h: Remove #undef of macro
1306 TARGET_BYTE_ORDER_SELECTABLE.
1307 * config/sh/tm-wince.h: Ditto.
1308
1309 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
1310
1311 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
1312 member function fields. Add accessor macro
1313 TYPE_FN_FIELD_ARTIFICIAL.
1314 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
1315 * c-typeprint.c (c_type_print_base): Skip artificial member
1316 functions.
1317
1318 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
1319
1320 * f-typeprint.c: Delete unused function f_type_print_args.
1321 * p-typeprint.c: Delete unused function pascal_type_print_args.
1322
1323 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
1324
1325 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
1326 comment. Add ``artificial'' to ``union field_location''.
1327
1328 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
1329
1330 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
1331 * mdebugread.c (parse_symbol): Likewise.
1332 * stabsread.c (define_symbol): Likewise.
1333 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
1334 initializing TYPE_FIELD_BITPOS to n (obsolete).
1335 (hpread_doc_function_type): Likewise.
1336 * hpread.c (hpread_function_type): Likewise.
1337
1338 2002-01-20 Andrew Cagney <ac131313@redhat.com>
1339
1340 * configure.in (host_makefile_frag): Only require a host makefile
1341 fragment when a native build.
1342 * configure: Re-generate.
1343
1344 2002-01-20 Andrew Cagney <ac131313@redhat.com>
1345
1346 * doublest.h (floatformat_from_type): Declare.
1347 * doublest.c (floatformat_from_type): New function.
1348 (convert_typed_floating): Use.
1349
1350 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
1351 call to function floatformat_from_type.
1352
1353 * gdbarch.sh (IEEE_FLOAT): Delete.
1354 * gdbarch.h, gdbarch.c: Re-generate.
1355 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
1356 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
1357 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
1358 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
1359 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
1360 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
1361 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
1362 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
1363 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
1364 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
1365 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
1366 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
1367
1368 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
1369 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
1370 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1371 * sh-tdep.c (sh_gdbarch_init): Ditto.
1372 * mips-tdep.c (mips_gdbarch_init): Ditto.
1373 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1374 * cris-tdep.c (cris_gdbarch_init): Ditto.
1375
1376 2002-01-20 Jiri Smid <smid@suse.cz>
1377
1378 * configure.host, configure.tgt: Support x86-64.
1379 * NEWS: Note new target x86-64.
1380
1381 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
1382 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
1383 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
1384 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
1385 x86-64-linux-nat.o): Fix dependencies.
1386
1387 2002-01-19 Andrew Cagney <ac131313@redhat.com>
1388
1389 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
1390 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
1391 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
1392 * config/sparc/xm-sun4os4.h: Delete file.
1393 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
1394
1395 2002-01-19 Andrew Cagney <ac131313@redhat.com>
1396
1397 * config/sparc/sparclynx.mh (XM_FILE): Delete.
1398 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
1399 * config/m68k/m68klynx.mh (XM_FILE): Delete.
1400 * config/i386/i386lynx.mh (XM_FILE): Delete.
1401 * config/rs6000/xm-rs6000ly.h: Delete file.
1402 * config/sparc/xm-sparclynx.h: Delete file.
1403 * config/m68k/xm-m68klynx.h: Delete file.
1404 * config/i386/xm-i386lynx.h: Delete file.
1405 * config/xm-lynx.h: Delete file.
1406 * config/djgpp/fnchange.lst: Update.
1407
1408 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
1409
1410 * alpha-tdep.c (alpha_register_byte): New function.
1411 (alpha_register_raw_size): Ditto.
1412 (alpha_register_virtual_size): Ditto.
1413 (alpha_skip_prologue_internal): Renamed from
1414 alpha_skip_prologue.
1415 (alpha_skip_prologue): New version that calls
1416 alpha_skip_prologue_internal.
1417 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
1418 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
1419 second argument from alpha_skip_prologue.
1420 (REGISTER_BYTE): Use alpha_register_byte.
1421 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
1422 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
1423 (FRAMELESS_FUNCTION_INVOCATION): Use
1424 generic_frameless_function_invocation_not.
1425 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
1426 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
1427
1428 2002-01-19 Andrew Cagney <ac131313@redhat.com>
1429
1430 * config/mips/xm-news-mips.h: Delete file.
1431 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
1432
1433 * config/m88k/xm-m88k.h: Delete file.
1434 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
1435 * config/m88k/xm-delta88v4.h: Ditto.
1436 * config/m88k/xm-delta88.h: Ditto.
1437
1438 * config/alpha/xm-fbsd.h: Delete file.
1439 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
1440
1441 * config/sparc/xm-sparc.h: Delete file.
1442 * Makefile.in (xm-sun4os4.h): Delete dependency.
1443 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
1444 * config/sparc/xm-sun4os4.h: Ditto.
1445 * config/sparc/xm-linux.h: Ditto.
1446
1447 * config/i386/xm-windows.h: Delete file.
1448
1449 2002-01-19 Andrew Cagney <ac131313@redhat.com>
1450
1451 * utils.c: Include <sys/param.h> for MAXPATHLEN.
1452 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
1453
1454 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
1455
1456 * alpha-tdep.c (alpha_call_dummy_words): New.
1457 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
1458 (CALL_DUMMY_P): Define.
1459 (CALL_DUMMY_WORDS): Define.
1460 (SIZEOF_CALL_DUMMY_WORDS): Define.
1461
1462 2002-01-19 Per Bothner <per@bothner.com>
1463
1464 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
1465 isn't NULL, which can happen with some gcj-3.x-produced code.
1466
1467 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
1468
1469 * alpha-tdep.c (alpha_register_virtual_type): New function.
1470 (alpha_init_frame_pc_first): Ditto.
1471 (alpha_fix_call_dummy): Ditto.
1472 (alpha_store_struct_return): Ditto.
1473 (alpha_extract_struct_value_address): Ditto.
1474 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
1475 alpha_register_virtual_type.
1476 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
1477 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
1478 alpha_extract_struct_value_address.
1479 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
1480 (INIT_FRAME_PC): Use init_frame_pc_noop.
1481 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
1482
1483 2002-01-19 Mark Kettenis <kettenis@gnu.org>
1484
1485 * i386gnu-nat.c: Include "i386-tdep.h".
1486 (fetch_fpregs): Simplify code dealing with uninitialized floating
1487 point states such that it doesn't require FP7_REGNUM.
1488
1489 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1490
1491 * alpha-tdep.c (frame_extra_info): New.
1492 (alpha_find_saved_regs): Make static. Use
1493 frame->extra_info.
1494 (alpha_frame_init_saved_regs): New function.
1495 (alpha_frame_saved_pc): Use frame->extra_info.
1496 (temp_saved_regs): Don't declare as struct frame_saved_regs.
1497 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
1498 (init_extra_frame_info): Rename to...
1499 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
1500 (alpha_print_extra_frame_info): New function.
1501 (alpha_frame_locals_address): Ditto.
1502 (alpha_frame_args_address): Ditto.
1503 (alpha_pop_frame): Use frame->extra_info.
1504 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
1505 alpha_frame_args_address.
1506 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
1507 (alpha_find_saved_regs): Remove prototype.
1508 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
1509 (EXTRA_FRAME_INFO): Remove.
1510 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
1511 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
1512
1513 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1514
1515 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
1516 (alpha_cannot_fetch_register): Ditto.
1517 (alpha_cannot_store_register): Ditto.
1518 (alpha_register_convertible): Ditto.
1519 (alpha_use_struct_convention): Ditto.
1520 * config/alpha/tm-alpha.h: Update copyright years.
1521 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
1522 (INNER_THAN): Use core_addr_lessthan.
1523 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
1524 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
1525 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
1526 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
1527 (FRAME_CHAIN): Remove unnecessary cast.
1528
1529 2002-01-18 Andrew Cagney <ac131313@redhat.com>
1530
1531 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
1532 obsolete.
1533
1534 2002-01-18 Andrew Cagney <ac131313@redhat.com>
1535
1536 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
1537 * monitor.c, remote-array.c, remote-bug.c: Ditto.
1538 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
1539 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
1540 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
1541 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
1542 * x86-64-linux-nat.c: Ditto.
1543
1544 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1545
1546 * alpha-tdep.c (alpha_register_name): New function.
1547 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
1548 (REGISTER_NAME): Define.
1549
1550 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1551
1552 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
1553
1554 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1555
1556 * alpha-tdep.c: Update copyright years.
1557 (alpha_next_pc): New function.
1558 (alpha_software_single_step): Ditto.
1559 * config/alpha/tm-alpha.h: Add prototype for
1560 alpha_software_single_step.
1561
1562 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1563
1564 * alphabsd-nat.c: Update copyright years.
1565 (fill_gregset): Use regcache_collect.
1566 (fill_fpregset): Likewise.
1567 (fetch_inferior_registers): Only fetch integer registers
1568 if requested to do so.
1569 (store_inferior_registers): Only store integer registers
1570 if requested to do so.
1571
1572 2002-01-17 Andrew Cagney <ac131313@redhat.com>
1573
1574 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
1575 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
1576 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
1577 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
1578 * config/alpha/fbsd.mh (XDEPFILES): Delete.
1579 * config/arm/linux.mh (XDEPFILES): Delete.
1580 * config/arm/nbsd.mh (XDEPFILES): Delete.
1581 * config/i386/i386dgux.mh (XDEPFILES): Delete.
1582 * config/i386/i386sol2.mh (XDEPFILES): Delete.
1583 * config/i386/i386m3.mh (XDEPFILES): Delete.
1584 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
1585 * config/i386/i386gnu.mh (XDEPFILES): Delete.
1586 * config/i386/fbsd.mh (XDEPFILES): Delete.
1587 * config/i386/i386bsd.mh (XDEPFILES): Delete.
1588 * config/i386/i386sco5.mh (XDEPFILES): Delete.
1589 * config/i386/i386v4.mh (XDEPFILES): Delete.
1590 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
1591 * config/i386/i386sco4.mh (XDEPFILES): Delete.
1592 * config/i386/i386aix.mh (XDEPFILES): Delete.
1593 * config/i386/go32.mh (XDEPFILES): Delete.
1594 * config/i386/cygwin.mh (XDEPFILES): Delete.
1595 * config/i386/i386lynx.mh (XDEPFILES): Delete.
1596 * config/i386/i386mach.mh (XDEPFILES): Delete.
1597 * config/i386/i386v32.mh (XDEPFILES): Delete.
1598 * config/i386/linux.mh (XDEPFILES): Delete.
1599 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
1600 * config/i386/ncr3000.mh (XDEPFILES): Delete.
1601 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
1602 * config/i386/i386sco.mh (XDEPFILES): Delete.
1603 * config/i386/i386v.mh (XDEPFILES): Delete.
1604 * config/i386/nbsd.mh (XDEPFILES): Delete.
1605 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
1606 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
1607 * config/i386/symmetry.mh (XDEPFILES): Delete.
1608 * config/i386/obsd.mh (XDEPFILES): Delete.
1609 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
1610 * config/ia64/linux.mh (XDEPFILES): Delete.
1611 * config/ia64/aix.mh (XDEPFILES): Delete.
1612 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
1613 * config/m68k/dpx2.mh (XDEPFILES): Delete.
1614 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
1615 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
1616 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
1617 * config/m68k/linux.mh (XDEPFILES): Delete.
1618 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
1619 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
1620 * config/m68k/nbsd.mh (XDEPFILES): Delete.
1621 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
1622 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
1623 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
1624 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
1625 * config/m88k/delta88.mh (XDEPFILES): Delete.
1626 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
1627 * config/m88k/m88k.mh (XDEPFILES): Delete.
1628 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
1629 * config/mips/linux.mh (XDEPFILES): Delete.
1630 * config/mips/irix6.mh (XDEPFILES): Delete.
1631 * config/mips/irix5.mh (XDEPFILES): Delete.
1632 * config/mips/irix4.mh (XDEPFILES): Delete.
1633 * config/mips/irix3.mh (XDEPFILES): Delete.
1634 * config/mips/decstation.mh (XDEPFILES): Delete.
1635 * config/mips/mipsm3.mh (XDEPFILES): Delete.
1636 (NATDEPFILES): Move core-aout.o to here.
1637 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
1638 * config/pa/hpux1020.mh (XDEPFILES): Delete.
1639 * config/pa/hppabsd.mh (XDEPFILES): Delete.
1640 * config/pa/hppahpux.mh (XDEPFILES): Delete.
1641 * config/pa/hpux11w.mh (XDEPFILES): Delete.
1642 * config/pa/hppaosf.mh (XDEPFILES): Delete.
1643 * config/pa/hpux11.mh (XDEPFILES): Delete.
1644 * config/powerpc/aix.mh (XDEPFILES): Delete.
1645 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
1646 * config/powerpc/linux.mh (XDEPFILES): Delete.
1647 * config/romp/rtbsd.mh: Rename XDEPFILES.
1648 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
1649 * config/rs6000/aix4.mh (XDEPFILES): Delete.
1650 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
1651 * config/s390/s390.mh (XDEPFILES): Delete.
1652 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
1653 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
1654 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
1655 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
1656 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
1657 * config/sparc/nbsd.mh (XDEPFILES): Delete.
1658 * config/sparc/linux.mh (XDEPFILES): Delete.
1659 * config/vax/vaxult.mh (XDEPFILES): Delete.
1660 * config/vax/vaxult2.mh (XDEPFILES): Delete.
1661 * Makefile.in (DEPFILES): Remove XDEPFILES.
1662
1663 2002-01-17 Andrew Cagney <ac131313@redhat.com>
1664
1665 * utils.c (internal_verror): Fix comments, default is yes not no.
1666 Update queries to match. Default to quit and dump core.
1667
1668 2002-01-17 Andrew Cagney <ac131313@redhat.com>
1669
1670 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
1671 copyright.
1672 * defs.h, event-top.c, gdbcmd.h: Ditto.
1673 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
1674 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
1675 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
1676 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
1677 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
1678 * mi/mi-main.c:Ditto.
1679
1680 * stack.c, symfile.c: Update copyright.
1681
1682 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
1683
1684 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
1685 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
1686 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
1687 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
1688
1689 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
1690
1691 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
1692 * gdbserver/low-lynx.c (myattach): Likewise.
1693 * gdbserver/low-nbsd.c (myattach): Likewise.
1694 * gdbserver/low-sim.c (myattach): Likewise.
1695 * gdbserver/low-sparc.c (myattach): Likewise.
1696 * gdbserver/low-sun3.c (myattach): Likewise.
1697
1698 * gdbserver/low-linux.c (myattach): New function.
1699
1700 * gdbserver/server.c (attach_inferior): New function.
1701 (main): Handle "--attach".
1702
1703 2002-01-16 Andrew Cagney <ac131313@redhat.com>
1704
1705 * MAINTAINERS (language support): Daniel Jacobwitz is C++
1706 maintainer.
1707
1708 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
1709
1710 * c-typeprint.c (is_type_conversion_operator): Add additional
1711 check for non-conversion operators.
1712
1713 2002-01-15 Michael Snyder <msnyder@redhat.com>
1714
1715 * linux-proc.c: Add "info proc" command, a la procfs.c.
1716 (read_mapping): New function, abstract and re-use code.
1717 (linux_find_memory_regions): Use new func read_mapping.
1718 (linux_info_proc_cmd): New function, implement "info proc".
1719 (_initialize_linux_proc): Add new command "info proc".
1720
1721 2002-01-15 Michael Snyder <msnyder@redhat.com>
1722
1723 * symfile.c (generic_load): Use bfd_map_over_sections method
1724 instead of manipulating bfd structure members directly.
1725 (add_section_size_callback): New function, bfd sections callback
1726 used by generic_load.
1727 (load_sections_callback): New function, bfd sections callback
1728 used by generic_load.
1729
1730 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
1731
1732 [Based on work by Jim Blandy]
1733 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
1734 (builtin_type_vec128): Export.
1735 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
1736 types.
1737 (builtin_type_vec128): New builtin type for 128 bit vector
1738 registers.
1739 (build_gdbtypes): Initialize builtin_type_v16qi and
1740 builtin_type_v8hi. Create the vec128 register builtin type
1741 structure.
1742 (build_builtin_type_vec128): New function.
1743 (_initialize_gdbtypes): Register builtin_type_v16qi and
1744 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
1745 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
1746 AltiVec register to new builtin type.
1747
1748 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
1749
1750 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
1751 to make_cv_type.
1752
1753 2002-01-14 Andrew Cagney <ac131313@redhat.com>
1754
1755 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
1756 CLEAN_UP_REGISTER_VALUE.
1757 * regcache.c (supply_register): Update only call.
1758
1759 2002-01-14 Andrew Cagney <ac131313@redhat.com>
1760
1761 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
1762 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
1763 a29k-*-vxworks* targets as obsolete.
1764
1765 2002-01-14 Michael Snyder <msnyder@redhat.com>
1766
1767 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
1768 until we can resolve portability issues.
1769 * gregset.h: Remove references to fpxregs.
1770 * gcore.c (gcore_command): Initialize note_sec to NULL.
1771
1772 2002-01-13 Andrew Cagney <ac131313@redhat.com>
1773
1774 * signals.c (target_signal_to_name): Rewrite. Only use
1775 signals[].name when in bounds and non-NULL.
1776
1777 2002-01-13 Andrew Cagney <ac131313@redhat.com>
1778
1779 From Petr Ledvina <ledvinap@kae.zcu.cz>:
1780 * signals.c (target_signal_to_name): Verify that SIG is within the
1781 bounds of the signals array.
1782
1783 2002-01-13 Andrew Cagney <ac131313@redhat.com>
1784
1785 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
1786
1787 2002-01-13 Keith Seitz <keiths@redhat.com>
1788
1789 * stack.c (print_frame_info_base): Print the frame's pc
1790 only if when print_frame_info_listing_hook is not defined.
1791
1792 2002-01-13 Keith Seitz <keiths@redhat.com>
1793
1794 * varobj.c (varobj_set_value): Make sure that there were no
1795 errors evaluating the object before attempting to set its
1796 value.
1797 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
1798 so this offset adjustment is no longer necessary.
1799 (create_child): Don't set the error flag if the child is
1800 a CPLUS_FAKE_CHILD.
1801 (value_of_child): If value_fetch_lazy fails, return NULL
1802 so that callers will be notified that an error occurred.
1803 (c_value_of_variable): Delay check of variable's validity
1804 until later. We actually want all structs and unions to have
1805 the value "{...}".
1806 Do not return "???" for variables which could not be evaluated.
1807 This error condition must be returned to the caller so that it
1808 can get the error condition from gdb.
1809 (cplus_name_of_child): Adjust index for vptr before figuring
1810 out the name of the child.
1811 (cplus_value_of_child): If a child's (real) parent is not valid,
1812 don't even bother trying to give a value for it. Just return
1813 an error. Change all instances in this function.
1814 (cplus_type_of_child): If our parent is one of the "fake"
1815 parents, we need to get at the type of the real parent, and
1816 derive the child's true type using this information.
1817
1818 2002-01-13 Andrew Cagney <ac131313@redhat.com>
1819
1820 From 2002-01-09 John Marshall <johnm@falch.net>:
1821 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
1822 sources.redhat.com, and tweak some related URLs which had
1823 suffered from linkrot.
1824
1825 2002-01-13 Andrew Cagney <ac131313@redhat.com>
1826
1827 From Jeff law:
1828 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
1829 structures passed in registers.
1830
1831 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
1832
1833 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
1834 white space which prevented compilation. Reported by DSK
1835 <dsk@student.unsw.edu.au>.
1836
1837 2002-01-11 Michael Snyder <msnyder@redhat.com>
1838
1839 * symfile.c (build_section_addr_info_from_section_tab):
1840 Use bfd access method instead of manipulating bfd directly.
1841 (syms_from_objfile): Ditto.
1842 (simple_overlay_update_1): Ditto.
1843 (simple_overlay_update): Ditto.
1844 (generic_load): Ditto.
1845 (overlay_unmapped_address): FIXME comment, bfd access methods.
1846 (sections_overlap): FIXME comment, bfd access methods.
1847 (pc_in_mapped_range): FIXME comment, bfd access methods.
1848 (pc_in_unmapped_range): FIXME comment, bfd access methods.
1849 (section_is_mapped): FIXME comment, bfd access methods.
1850 (section_is_overlay): FIXME comment, bfd access methods.
1851
1852 * symfile.c (generic_load): Whitespace and long line cleanups.
1853 Remove duplicate variable, change several local variables to
1854 more appropriate data types.
1855 (print_transfer_performance): Use %lu instead of %ld for ulongs.
1856
1857 2002-01-12 Andrew Cagney <ac131313@redhat.com>
1858
1859 From Peter Schauer:
1860 * language.c (longest_local_hex_string_custom): Use phex_nz to
1861 convert NUM to a hex string.
1862
1863 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
1864
1865 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
1866 the function.
1867 Update Copyright year.
1868
1869 2002-01-12 Andrew Cagney <ac131313@redhat.com>
1870
1871 * language.c (longest_raw_hex_string): Delete unused function.
1872
1873 2002-01-11 Petr Sorfa <petrs@caldera.com>
1874
1875 * MAINTAINERS (write-after-approval): Add myself.
1876 * dwarf2read.c (read_tag_string_type): Handling of
1877 DW_AT_byte_size.
1878 (read_tag_string_type): FORTRAN fix to prevent propagation of
1879 first string size.
1880 (set_cu_language): Handling of DW_LANG_Fortran95
1881
1882 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
1883
1884 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
1885 GETPID(inferior_ptid).
1886 (store_inferior_registers): Likewise.
1887
1888 2002-01-10 Jason Merrill <jason@redhat.com>
1889
1890 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
1891 Fix DW_OP_minus.
1892
1893 2002-01-10 Andrew Cagney <ac131313@redhat.com>
1894
1895 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
1896 and bfd/elf32-sh-nbsd.c.
1897
1898 2002-01-10 Michael Snyder <msnyder@redhat.com>
1899
1900 * NEWS: Mention --pid and corefile/proc-id behavior change.
1901
1902 * Makefile.in: Add rules for gcore.o and linux-proc.o.
1903 * gcore.c: Include cli/cli-decode.h instead of command.h.
1904
1905 * main.c (captured_main): Add new command line option "--pid".
1906 If the second command line argument (following the symbol-file)
1907 begins with a digit, try to attach to it before trying to open
1908 it as a corefile.
1909 (print_gdb_help): Document the "--pid" argument.
1910
1911 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
1912
1913 * completer.c (command_completer): New function.
1914
1915 * completer.h <command_completer>: Add prototype.
1916
1917 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
1918 completer for the "help" command.
1919
1920 2002-01-09 Jason Merrill <jason@redhat.com>
1921
1922 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
1923
1924 2002-01-09 Michael Snyder <msnyder@redhat.com>
1925
1926 * i386-linux-nat.c (fill_fpxregset): Make global.
1927 (store_fpxregset): Ditto.
1928
1929 * gregset.h (gdb_fpxregset_t): Define.
1930 (supply_fpxregset): Prototype.
1931 (fill_fpxregset): Prototype.
1932
1933 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
1934
1935 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
1936
1937 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
1938 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
1939 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
1940
1941 2002-01-09 Andrew Cagney <ac131313@redhat.com>
1942
1943 * MAINTAINERS: Update target maintainer rules so that any
1944 Maintainer can approve a tested patch for a maintenance-only
1945 target.
1946
1947 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
1948
1949 * MAINTAINERS (write-after-approval): Add myself.
1950
1951 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
1952 IN_SIGTRAMP.
1953
1954 2002-01-08 Michael Snyder <msnyder@redhat.com>
1955
1956 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
1957 real name of the executable, rather than the /proc name.
1958
1959 2002-01-03 Michael Snyder <msnyder@redhat.com>
1960
1961 Implement a "generate-core-file" command in gdb, save target state.
1962 * gcore.c: New file. Implement new command 'generate-core-file'.
1963 Save a corefile image of the current state of the inferior.
1964 * linux-proc.c: Add linux-specific code for saving corefiles.
1965 * target.h (struct target_ops): Add new target vectors for saving
1966 corefiles; to_find_memory_regions and to_make_corefile_notes.
1967 (target_find_memory_regions): New macro.
1968 (target_make_corefile_notes): New macro.
1969 * target.c (update_current_target): Inherit new target methods.
1970 (dummy_find_memory_regions): New place-holder method.
1971 (dummy_make_corefile_notes): New place-holder method.
1972 (init_dummy_target): Initialize new dummy target vectors.
1973 * exec.c (exec_set_find_memory_regions): New function.
1974 Allow the exec_ops vector for memory regions to be taken over.
1975 (exec_make_note_section): New function, target vector method.
1976 * defs.h (exec_set_find_memory_regions): Export prototype.
1977 * procfs.c (proc_find_memory_regions): New function, corefile method.
1978 (procfs_make_note_section): New function, corefile method.
1979 (init_procfs_ops): Set new target vector pointers.
1980 (find_memory_regions_callback): New function.
1981 (procfs_do_thread_registers): New function.
1982 (procfs_corefile_thread_callback): New function.
1983 * sol-thread.c (sol_find_memory_regions): New function.
1984 (sol_make_note_section): New function.
1985 (init_sol_thread_ops): Initialize new target vectors.
1986 * inftarg.c (inftarg_set_find_memory_regions): New function.
1987 Allow to_find_memory_regions vector to be taken over.
1988 (inftarg_set_make_corefile_notes): New function.
1989 Allow to_make_corefile_notes vector to be taken over.
1990 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
1991 interface layer if not target_has_execution (may be a corefile).
1992 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
1993 * config/sparc/sun4sol2.mh: Ditto.
1994 * config/alpha/alpha-linux.mh: Ditto.
1995 * config/arm/linux.mh: Ditto.
1996 * config/i386/x86-64linux.mh: Ditto.
1997 * config/ia64/linux.mh: Ditto.
1998 * config/m68k/linux.mh: Ditto.
1999 * config/mips/linux.mh: Ditto.
2000 * config/powerpc/linux.mh: Ditto.
2001 * config/sparc/linux.mh: Ditto.
2002
2003 2002-01-07 Michael Snyder <msnyder@redhat.com>
2004
2005 * arm-linux-nat.c: Remove references to regcache.c internal data
2006 (registers[] and register_valid[]).
2007
2008 2002-01-07 Michael Snyder <msnyder@redhat.com>
2009
2010 * linux-proc.c: New file. Implement child_pid_to_exec_file,
2011 so that attaching to a pid will automatically read the process's
2012 symbol file and shlibs.
2013 * Makefile.in: Add rule for linux-proc.o.
2014 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
2015 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
2016 * config/arm/linux.mh: Ditto.
2017 * config/i386/linux.mh: Ditto.
2018 * config/i386/x86-64linux.mh: Ditto.
2019 * config/ia64/linux.mh: Ditto.
2020 * config/m68k/linux.mh: Ditto.
2021 * config/mips/linux.mh: Ditto.
2022 * config/powerpc/linux.mh: Ditto.
2023 * config/sparc/linux.mh: Ditto.
2024
2025 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
2026
2027 * win32-nat.c: Add i386-tdep.h dependency.
2028
2029 2002-01-07 Michael Snyder <msnyder@redhat.com>
2030
2031 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
2032 instead of bfd_get_arch_size. Don't bail out just because
2033 there's no exec_bfd.
2034
2035 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
2036 * p-valprint.c (pascal_object_print_value): Ditto.
2037 * somread.c (som_symtab_read): Ditto.
2038 * symfile.c (simple_free_overlay_region_table): Ditto.
2039 * valops.c (value_assign): Ditto.
2040
2041 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
2042 use tilde_expand and strerror for opening save-tracepoints file.
2043
2044 * thread-db.c (thread_db_new_objfile): Indendation fix.
2045
2046 * infptrace.c (GDB_MAX_ALLOCA): New define.
2047 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
2048 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
2049 can be overridden with whatever value is appropriate to the host).
2050 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
2051 alloca to allocate potentially large buffer.
2052 * rs6000-nat.c (child_xfer_memory): Ditto.
2053 * symm-nat.c (child_xfer_memory): Ditto.
2054 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
2055
2056 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
2057
2058 From Nick Clifton <nickc@redhat.com>
2059 * d10v-tdep.c: Set STACK_START to 0x200bffe.
2060
2061 2002-01-07 Michael Snyder <msnyder@redhat.com>
2062
2063 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
2064 Don't use exec_bfd if it's NULL.
2065
2066 2002-01-06 Mark Kettenis <kettenis@gnu.org>
2067
2068 * valops.c (value_arg_coerce): Fix formatting.
2069
2070 2002-01-06 Andrew Cagney <ac131313@redhat.com>
2071
2072 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
2073 * gnu-nat.c: Ditto.
2074
2075 2002-01-06 Andrew Cagney <ac131313@redhat.com>
2076
2077 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
2078 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
2079 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
2080 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
2081 z8k-coff have not been multi-arched. Update z8k-coff build
2082 status.
2083
2084 2002-01-06 Andrew Cagney <ac131313@redhat.com>
2085
2086 * MAINTAINERS: Mark a29k target as obsolete.
2087 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
2088 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
2089 comments.
2090 * NEWS: Note that a29k targets are obsolete.
2091 * a29k-tdep.c: Mark as obsolete.
2092 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
2093 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
2094 a29k-*-vxworks* targets as obsolete.
2095 * remote-adapt.c: Obsolete.
2096 * remote-eb.c: Obsolete.
2097 * remote-mm.c: Obsolete.
2098 * remote-udi.c: Obsolete.
2099 * config/a29k/a29k-udi.mt: Obsolete.
2100 * config/a29k/a29k.mt: Obsolete.
2101 * config/a29k/tm-a29k.h: Obsolete.
2102 * config/a29k/tm-vx29k.h: Obsolete.
2103 * config/a29k/vx29k.mt: Obsolete.
2104
2105 2002-01-05 Andrew Cagney <ac131313@redhat.com>
2106
2107 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
2108 with BFD_ENDIAN_BIG.
2109
2110 2002-01-05 Andrew Cagney <ac131313@redhat.com>
2111
2112 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
2113 * configure, config.in: Re-generate.
2114 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
2115 * defs.h: Do not include <endian.h>.
2116
2117 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
2118
2119 * acconfig.h (HAVE_PT_GETXMMREGS): New.
2120 * config.in: Regenerate.
2121 * configure.in: Update copyright years.
2122 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
2123 * configure: Regenerate.
2124 * i386bsd-nat.c: Update copyright years.
2125 (fill_gregset): Use regcache_collect.
2126 (fetch_inferior_registers): Only fetch integer registers
2127 if requested to do so. Add support for XMM registers
2128 using PT_GETXMMREGS.
2129 (store_inferior_registers): Only store integer registers
2130 if requested to do so. Add support for XMM registers
2131 using PT_SETXMMREGS.
2132 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
2133 (store_inferior_registers): Remove.
2134 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
2135 (fetch_elfcore_registers): New function.
2136 (i386nbsd_elfcore_fns): New.
2137 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
2138 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
2139 i386bsd-nat.o.
2140 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
2141 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
2142 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2143 * config/i386/tm-nbsd.h: Update copyright years.
2144 (HAVE_SSE_REGS): Define.
2145 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
2146 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
2147 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
2148 (SIGCONTEXT_PC_OFFSET): Remove.
2149 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
2150
2151 2002-01-05 Andrew Cagney <ac131313@redhat.com>
2152
2153 * configure.tgt: Remove powerpc-*-macos* target.
2154 * config/m68k/xm-mpw.h: Delete file.
2155 * config/xm-mpw.h: Delete file.
2156 * ser-mac.c: Delete file.
2157 * mpw-make.sed: Delete file.
2158 * mpw-config.in: Delete file.
2159 * mac-xdep.c: Delete file.
2160 * mac-gdb.r: Delete file.
2161 * mac-defs.h: Delete file.
2162 * mac-nat.c: Delete file.
2163 * config/powerpc/macos.mh: Delete file.
2164 * config/powerpc/macos.mt: Delete file.
2165 * config/powerpc/nm-macos.h: Delete file.
2166 * config/powerpc/tm-macos.h: Delete file.
2167 * source.c (openp, open_source_file): Remove obsolete code.
2168 * top.c (gdb_readline): Ditto.
2169 * utils.c (query): Ditto.
2170 * event-top.c (display_gdb_prompt): Ditto.
2171 * Makefile.in (ser-mac.o): Delete obsolete target.
2172 * NEWS: Update.
2173
2174 2002-01-04 Andrew Cagney <ac131313@redhat.com>
2175
2176 * defs.h (BIG_ENDIAN): Delete macro definition.
2177 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
2178 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
2179 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
2180 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
2181 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
2182 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
2183 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
2184 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
2185 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
2186 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
2187 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
2188 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
2189 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
2190 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
2191 * gdbarch.c: Re-generate.
2192
2193 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
2194
2195 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
2196 for core files.
2197
2198 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
2199
2200 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
2201
2202 2002-01-04 Andrew Cagney <ac131313@redhat.com>
2203
2204 * value.h (value_ptr): Delete typedef.
2205
2206 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
2207
2208 * i386nbsd-nat.c: Update copyright years.
2209 Include i386-tdep.h.
2210
2211 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
2212
2213 * stabsread.c: Update copyright years.
2214
2215 From Debashis Mahata <debashis.mahata@wipro.com>:
2216 (read_struct_fields): Deal with Sun C compiler erroneous stab
2217 output for structs and unions.
2218 Fix PR gdb/269.
2219
2220 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
2221
2222 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
2223 prototype.
2224
2225 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
2226
2227 * cp-abi.c: Fix whitespace.
2228 (baseclass_offset): New wrapper function.
2229 * cp-abi.h (baseclass_offset): Add prototype.
2230 (struct cp_abi_ops): Add baseclass_offset pointer.
2231
2232 * valops.c (vb_match): Move to...
2233 * gnu-v2-abi.c (vb_match): here.
2234 * valops.c (baseclass_offset): Move to...
2235 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
2236
2237 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
2238
2239 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
2240 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
2241 * hpacc-abi.c (init_hpacc_ops): Likewise.
2242
2243 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
2244
2245 * valops.c (find_overload_match): Accept obj as a
2246 reference parameter. Update it before returning.
2247 * value.h (find_overload_match): Update prototype.
2248 * eval.c (evaluate_subexp_standard): Pass object to
2249 find_overload_match by reference.
2250
2251 2002-01-03 Andrew Cagney <ac131313@redhat.com>
2252
2253 * valarith.c: Replace value_ptr with struct value pointer. Remove
2254 register attribute from value declarations.
2255 * valops.c: Ditto.
2256 * value.h: Ditto.
2257 * scm-lang.c (scm_lookup_name): Ditto.
2258
2259 2002-01-03 Michael Snyder <msnyder@redhat.com>
2260
2261 Abstract the functionality of iterating over mapped memory
2262 regions into a general purpose iterator function.
2263 * procfs.c (iterate_over_mappings): New function, general purpose
2264 iterator for memory sections.
2265 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
2266 (solib_mappings_callback): New function, callback for above.
2267 (info_proc_mappings): Reimpliment using iterate_over_mappings.
2268 (info_mappings_callback): New function, callback for above.
2269
2270 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
2271
2272 2002-01-01 Mark Kettenis <kettenis@gnu.org>
2273
2274 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
2275 * i386-tdep.c: Include "elf-bfd.h".
2276 (process_note_abi_tag_sections): New function.
2277 (i386_gdbarch_init): Add code to recognize various OS/ABI
2278 combinations.
2279
2280 * maint.c (_initialize_maint_cmds): Add missing \ in
2281 string-literal.
2282
2283 For older changes see ChangeLog-2001
2284 \f
2285 Local Variables:
2286 mode: change-log
2287 left-margin: 8
2288 fill-column: 74
2289 version-control: never
2290 End:
This page took 0.074831 seconds and 5 git commands to generate.