[gas/ChangeLog]
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
c5ad026a
MK
12002-01-01 Mark Kettenis <kettenis@gnu.org>
2
d2a7c97a
MK
3 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
4 * i386-tdep.c: Include "elf-bfd.h".
5 (process_note_abi_tag_sections): New function.
6 (i386_gdbarch_init): Add code to recognize various OS/ABI
7 combinations.
8
c5ad026a
MK
9 * maint.c (_initialize_maint_cmds): Add missing \ in
10 string-literal.
11
902d0061
MS
122001-12-30 Michael Snyder <msnyder@redhat.com>
13
14 * sparc-tdep.c (sparc-store-return-value): Whitespace fix-up.
15
1fcc0bb8
EZ
162001-12-29 Elena Zannoni <ezannoni@redhat.com>
17
18 * Makefile.in (rs6000-tdep.o): Add dependency on parser-defs.h.
19
20 * rs6000-tdep.c: Include parser-defs.h.
21 (rs6000_register_virtual_type): Rewrite, including handling of
22 AltiVec regs type.
23 (altivec_register_p): New function.
24 (rs6000_do_altivec_registers): New function.
25 (rs6000_altivec_registers_info): New function.
26 (rs6000_do_registers_info): New function.
27 (R16): Define.
28 (PPC_ALTIVEC_REGS): Define.
29 (registers_powerpc): Add AltiVec registers.
30 (registers_7400): Define.
31 (variants): Add 7400 machine.
32 (rs6000_gdbarch_init): Set the numbers of AltiVec registers.
33 Initialize gdbarch_do)_registers_info.
34 (rs6000_info_power_command): New function.
35 (info_power_cmdlist): New static variable.
36 (_initialize_rs6000_tdep): Add new 'info powerpc altivec' command.
37
38 * ppc-tdep.h (struct gdbarch_tdep): Add altivec regnum fields.
39 (altivec_register_p): Export.
40
ec80a8ea
MK
412001-12-29 Mark Kettenis <kettenis@gnu.org>
42
2c48bda3
MK
43 * i386bsd-nat.c (reg_offset): Fix typo.
44
ec80a8ea
MK
45 * i386-tdep.c (i386_push_dummy_frame): Don't write back the
46 modified frame pointer until the old frame pointer has been saved.
47
428721aa
AC
482001-12-30 Andrew Cagney <ac131313@redhat.com>
49
50 * arch-utils.c (initialize_current_architecture): Test byte_order
51 against BFD_ENDIAN_UNKNOWN.
52 (gdbarch_info_init): Initialize byte_order to BFD_ENDIAN_UNKNOWN.
53 * gdbarch.sh: Update comments on default value of byte_order.
54 (verify_gdbarch, gdbarch_update_p): Test byte_order against
55 BFD_ENDIAN_UNKNOWN.
56 * gdbarch.h, gdbarch.c: Re-generate.
57
b01d807c
MS
582001-12-27 Michael Snyder <msnyder@redhat.com>
59
c3833324
MS
60 * i386-linux-nat.c: Include i386-tdep.h.
61
b01d807c
MS
62 * maint.c (match_substring): GNU coding standards fixes.
63 (print_bfd_section_info): Ditto.
64 (print_objfile_section_info): Ditto.
65
473e38f3
MK
662001-12-27 Mark Kettenis <kettenis@gnu.org>
67
68 * maint.c (match_substring): Make parameters `string' and `substr'
69 const. Make local variable `tok' const.
70
96297dab
MK
712001-12-27 Mark Kettenis <kettenis@gnu.org>
72
73 * config/i386/tm-i386.h (FP7_REGNUM, FIRST_FPU_CTRL_REGNUM,
74 FCTRL_REGNUM, FPC_REGNUM, FSTAT_REGNUM, FTAG_REGNUM, FCS_REGNUM,
75 FCOFF_REGNUM, FDS_REGNUM, FDOFF_REGNUM, FOP_REGNUM,
76 LAST_FPU_CTRL_REGNUM, XMM0_REGNUM, XMM7_REGNUM, MXCSR_REGNUM,
77 IS_FP_REGNUM, IS_SSE_REGNUM): Removed.
78 (FP0_REGNUM): Define conditionally depending on HAVE_I387_REGS.
79 (SIZEOF_FPU_CTRL_REGS): Hardcode value.
80 * i386-tdep.h (struct gdbarch_tdep): Change such that it contains
81 a single member `num_xmm_regs'.
82 (FPC_REGNUM): New macro.
83 (FIRST_FPU_REGNUM, LAST_FPU_REGNUM, FISRT_XMM_REGNUM,
84 LAST_XMM_REGNUM, MXCSR_REGNUM, FIRST_FPU_CTRL_REGNUM,
85 LAST_FPU_CTRL_REGNUM): Removed.
86 (FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM, FOP_REGNUM, XMM0_REGNUM,
87 MXCSR_REGNUM): Define unconditionally. Change macros to match the
88 comment describing the register layout.
89 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM): New macros.
90 (FP_REGNUM_P, FPC_REGNUM_P, SSE_REGNUM_P): New macros.
91 (IS_FP_REGNUM, IS_FPU_CTRL_REGNUM, IS_SSE_REGNUM): Make obsolete,
92 unconditionally define in terms of FP_REGNUM_P, FPC_REGNUM_P and
93 SSE_REGNUM_P).
94 (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM, FDOFF_REGNUM): Make
95 obsolete, unconditionally define in terms of FISEG_REGNUM,
96 FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM.
97 * i386-tdep.c (i386_gdbarch_init): Initialize `num_xmm_regs'
98 member of `struct gdbarch_tdep'.
99 * x86-64-tdep.c (i386_gdbarch_init): Change initialization of
100 `struct gdbarch_tdep'.
101 * i387-nat.c (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM, FDOFF_REGNUM):
102 Replace with FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM and
103 FOOFF_REGNUM. Use FPC_REGNUM instead of FIRST_FPU_CTRL_REGNUM.
104 Use XMM0_REGNUM instead of LAST_FPU_CTRL_REGNUM.
105
f976f6d4
AC
1062001-12-25 Andrew Cagney <ac131313@redhat.com>
107
108 * cli/cli-script.c (execute_control_command): Replace value_ptr
109 with a struct value pointer.
110 * ch-lang.c (evaluate_subexp_chill): Ditto.
111 * printcmd.c (printf_command): Ditto.
112 * tracepoint.c (set_traceframe_context): Ditto.
113 (encode_actions): Ditto.
114 * eval.c (evaluate_subexp_standard): Ditto.
115
06b25f14
AC
1162001-12-25 Andrew Cagney <ac131313@redhat.com>
117
118 * gdbarch.sh: When an int variable, print value using %d instead
119 of %ld.
120 * gdbarch.c: Re-generate.
121
dfea300e
TR
1222001-12-24 Tom Rix <trix@redhat.com>
123
124 * config/powerpc/aix.mt (TDEPFILES): Add xcoffread.o to fix a build
125 failure.
126
388faa48
MS
1272001-12-21 Michael Snyder <msnyder@redhat.com>
128
129 * procfs.c (info_proc_cmd): Add the 'mappings' sub-command that
130 was dropped a few years ago, when procfs.c was rewritten.
131 (info_proc_mappings): New function, implement 'info proc mappings'.
132 (mappingflags): New function.
133 (_initialize_procfs): Document new option to 'info proc' command.
134
58d370e0
TT
1352001-12-21 Tom Tromey <tromey@redhat.com>
136
137 * configure, config.in: Rebuilt.
138 * configure.in: Check for realpath.
139 * defs.h (gdb_realpath): Declare.
140 * symtab.h (partial_symtab): Added fullname field.
141 * source.c (openp): Use gdb_realpath.
142 (forget_cached_source_info): Clear full name of each partial
143 symtab.
144 * utils.c (gdb_realpath): New function.
145 * symtab.c (lookup_symtab): Removed.
146 (lookup_symtab_1): Renamed to lookup_symtab.
147 (lookup_symtab): Look for real path.
148 (lookup_partial_symtab): Likewise.
149
a532ca62
MS
1502001-12-21 Michael Snyder <msnyder@redhat.com>
151
152 * maint.c (match_substring): New function. Tokenizer for
153 maint info sections command arguments.
154 (match_bfd_flag): Use match_substring.
155 (print_bfd_section_info): Use match_substring.
156 (print_objfile_section_info): Use match_substring.
157 (maintenance_info_sections): Use match_substring.
158
dbbff683
OF
1592001-12-21 Orjan Friberg <orjanf@axis.com>
160
161 * configure.tgt: Delete CRIS from multi-arch targets.
162
163 * config/cris/tm-cris.h: New file.
164
165 * config/cris/cris.mt (TDEPFILES): Add corelow.o solib.o solib-svr4.o.
166 (TM_FILE): New macro.
167
168 * cris-tdep.c (cris_examine): Correct check for srp register.
169 (supply_gregset, fetch_core_registers,
170 cris_linux_svr4_fetch_link_map_offsets, cris_fpless_backtrace):
171 New functions.
172 (_initialize_cris_tdep): Add core functions and new command.
173 (cris_gdbarch_init): Define link map offsets.
174
9b3128c4
JL
175Thu Dec 20 16:42:30 2001 Jeffrey A Law (law@cygnus.com)
176
177 * somsolib.c (som_solib_add): Ignore the solib limit threshhold
178 if AUTO_SOLIB_LIMIT is not greater than zero.
179
180 * somsolib.c (som_solib_create_inferior_hook): No longer warn
181 about missing __d_pid symbol.
182
45229ea4
EZ
1832001-12-20 Elena Zannoni <ezannoni@redhat.com>
184
185 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register):
186 New function.
187 (fetch_register): New function.
188 (fetch_ppc_registers): New function.
189 (fetch_inferior_registers): New function.
190 (store_register): New function.
191 (store_ppc_registers): New function.
192 (store_inferior_registers): New function.
193 (ppc_register_u_addr): Eliminate ustart parameter and its
194 uses. Make static.
195 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE): Define if needed.
196 Include sys/ptrace.h.
197
198 * config/powerpc/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
199 (U_REGS_OFFSET, REGISTER_U_ADDR): Delete.
200
201 * config/powerpc/linux.mh (NATDEPFILES): Delete core-aout.o.
202
2a18e3d9
EZ
2032001-12-20 Elena Zannoni <ezannoni@redhat.com>
204
205 * rs6000-nat.c (fetch_register): Don't error out unless the
206 register number is really bogus.
207
e3d3bfda
MS
2082001-12-20 Michael Snyder <msnyder@redhat.com>
209
210 * maint.c (maintenance_info_sections): Accept new argument
211 'ALLOBJ', iterate over all object files.
212 (print_section_table): Delete. Replaced by:
213 (print_section_info): New function.
214 (print_bfd_section_info): New function.
215 (print_objfile_section_info): New function.
216 (_initialize_maint_commands): Add help for new features.
217
f079148d
KB
2182001-12-20 Kevin Buettner <kevinb@redhat.com>
219
220 * arm-tdep.c (arm_init_extra_frame_info): Add special case for
221 call dummies.
222 (arm_frame_saved_pc): Likewise.
223 (arm_push_dummy_frame): Make sure all of the GPRs are saved.
224 (arm_pop_frame): Eliminate special case for call dummies. It
225 is no longer needed now that the frame info is being properly
226 initialized.
227
d4473757
KB
228 * arm-tdep.c (arm_scan_prologue): Don't require "mov ip, sp"
229 to be the first instruction in the prologue. Also, revise
230 the way the frame offset is computed for frameless functions.
231
43155bc1
MS
2322001-12-20 Michael Snyder <msnyder@redhat.com>
233
234 * maint.c (maintenance_info_sections): Pass string argument to
235 print_section_table, so that it can be used to select sections.
236 (print_section_table): Change PTR to void *. Look at string arg
237 to select sections by name and by flag attributes.
238 (match_bfd_flags): New function.
239 (print_bfd_flags): New function.
240
47724592
JL
241Thu Dec 20 11:37:50 2001 Jeffrey A Law (law@redhat.com)
242
243 * cli/cli-decode.c (add_cmd): Initialize pre_show_hook in
244 the new command.
245
b323314b
AC
2462001-12-20 Andrew Cagney <ac131313@redhat.com>
247
248 * remote.c (struct packet_reg): Add field in_g_packet.
249 (struct remote_state): Rename field g_packet to regs;
250 (free_remote_state): Update.
251 (init_remote_state): Add pseudo-registers to table. Initialize
252 in_g_packet. Drop sentinal from table.
253 (packet_reg_from_regnum, packet_reg_from_pnum): Update.
254 (remote_fetch_registers): Handle registers not in the g-packet.
255 (remote_store_registers): Ditto.
256
2c283bc4
AC
2572001-12-20 Andrew Cagney <ac131313@redhat.com>
258
259 * gdbarch.sh (TARGET_CHAR_SIGNED): Do not specify the print
260 format.
261
2e7db62a
JB
2622001-12-19 Jim Blandy <jimb@redhat.com>
263
1a889ea5
JB
264 * s390-tdep.c (s390_pop_frame_regular): Make sure the saved_regs
265 array is actually set before we try to use it.
266
529765f4
JB
267 * s390-tdep.c (s390_frame_saved_pc_nofix): If we get the saved PC
268 out of the return address register, cache that in the frame's
269 extra info, just as if we'd gotten it from the saved regs array;
270 that way, it's not a lie to set the saved_pc_valid flag.
271
76cc2cf0
JB
272 * s390-tdep.c (s390_get_frame_info): Give orig_sp a reasonable
273 value, even when fextra_info->stack_bought can't be trusted,
274
c5e243bb
JB
275 * s390-tdep.c (s390_readinstruction): Don't call
276 info->read_memory_func to read zero bytes. Some targets'
277 xfer_memory functions can't cope with that.
278
2e7db62a
JB
279 * gdbarch.sh (TARGET_CHAR_SIGNED): New macro.
280 * gdbarch.c, gdbarch.h: Regenerated.
281 * gdbtypes.c (build_gdbtypes): If TARGET_CHAR_SIGNED is zero,
282 set the TYPE_FLAG_UNSIGNED bit on the type.
283 * s390-tdep.c (s390_gdbarch_init): On the S/390, characters
284 are unsigned by default.
285 * rs6000-tdep.c (rs6000_gdbarch_init): Same for PowerPC and
286 RS6000.
287
16a0f3e7
EZ
2882001-12-19 Elena Zannoni <ezannoni@redhat.com>
289
290 * corefile.c (do_captured_read_memory_integer,
291 safe_read_memory_integer): New functions.
292 * gdbcore.h (safe_read_memory_integer): Export.
293 * arm-tdep.c (arm_scan_prologue): Use safe_read_memory_integer,
294 to read the frame value, to capture calls to error().
295
23b7362f
JB
2962001-12-19 Jim Blandy <jimb@redhat.com>
297
b09677dc
JB
298 * s390-tdep.c (s390_register_name): S390_LAST_REGNUM is, in fact,
299 the last register number, not one greater than the last register
300 number.
301
302 * s390-tdep.c (s390_register_virtual_type): Replace clever but
303 incorrect range comparison with correct, legible equivalent.
304
23b7362f
JB
305 * s390-tdep.c (s390_register_raw_size): Replace unnecessarily
306 obscure range comparison with legible equivalent.
307
6c482b87
JL
308Wed Dec 19 12:18:57 2001 Jeffrey A Law (law@redhat.com)
309
1cdb71fe
JL
310 * config/pa/tm-hppa.h (STORE_RETURN_VALUE): Use hppa_store_return_value.
311 (EXTRACT_RETURN_VALUE): Similarly.
312 * hppa-tdep.c (hppa_store_return_value): New function.
313 (hppa_extract_return_value): New function.
314
315 * infttrace.c (child_acknowledge_created_inferior): Pass
6c482b87
JL
316 correct argument to add_thread.
317 (update_thread_state_after_attach): Likewise.
318
80fcf3f0
FN
3192001-12-19 Fernando Nasser <fnasser@redhat.com>
320
321 * config/arm/tm-arm.h: Properly define SOFTWARE_SINGLE_STEP_P.
322 Always define SOFTWARE_SINGLE_STEP.
323 * config/arm/tm-embed.h: Properly define SOFTWARE_SINGLE_STEP_P.
324 * arm-tdep.c (arm_get_next_pc, thumb_get_next_pc, bitcount,
325 shifted_reg_val): Always compile these functions.
326 (arm_software_single_step): Fix second argument in function calls.
327
fb6ecb0f
AC
3282001-12-19 Andrew Cagney <ac131313@redhat.com>
329
330 * arch-utils.h (gdbarch_info_init): Declare.
331 * arch-utils.c: Include "arch-utils.h".
332 (gdbarch_info_init): Define.
333 (set_endian, set_architecture, set_gdbarch_from_file)
334 (initialize_current_architecture): Use gdbarch_info_init.
335 * rs6000-nat.c (set_host_arch): Ditto.
336 * cris-tdep.c (cris_version_update, cris_mode_update)
337 (cris_abi_update): Ditto.
338
ae23c7a3
JB
3392001-12-19 Jim Blandy <jimb@redhat.com>
340
341 * c-lang.c (c_emit_char): Print ASCII 11 as '\v', to match
342 ISO C, and our parser. Print ASCII 0 as '\0', since that's what
343 people are used to seeing.
344
c0d4a49f
JB
3452001-12-18 Jim Blandy <jimb@redhat.com>
346
78a51202
JB
347 * c-lang.c (c_printstr, c_builtin_types, cplus_builtin_types):
348 Fix indentation.
349
c0d4a49f
JB
350 * Makefile.in (c-exp.tab.o): Delete duplicate build rule. Fix
351 dependency list on remaining build rule.
352
67a59bc0
MH
3532001-12-18 Martin M. Hunt <hunt@redhat.com>
354
355 * ser-tcp.c (tcp_open): Disable Nagle algorithm which
356 improves performance in some cases.
357
de7dd7a9
BH
3582001-12-17 Ben Harris <bjh21@netbsd.org>
359
360 * armbsd-nat.c: Remove file, renamed to armnbsd-nat.c.
361 * armnbsd-nat.c: New file, renamed from armbsd-nat.c.
362 * Makefile.in: Rename armbsd-nat.c to armnbsd-nat.c.
363 * config/arm/nbsd.mh: Likewise.
364
c9f63e6b
CV
3652001-12-17 Corinna Vinschen <vinschen@redhat.com>
366
367 * NEWS: Note new target XStormy16.
368 * MAINTAINERS: Add -Werror to XStormy16.
369
c5c586ed
FN
3702001-12-17 Fernando Nasser <fnasser@redhat.com>
371
372 From Richard Earnshaw <rearnsha@arm.com>:
9512d7fd
FN
373 * arm-tdep.c (arm_software_single_step): New function. Implements
374 software single-stepping for ARM targets.
375 (arm_get_next_pc, thumb_get_next_pc, bitcount, shifted_reg_val): Only
376 needed for software single-stepping.
377 * config/arm/tm-arm.h: Activate SOFTWARE_SINGLE_STEP_P.
378
3792001-12-17 Fernando Nasser <fnasser@redhat.com>
380
381 From Richard Earnshaw <rearnsha@arm.com>:
382 * config/arm/nbsd.mh, config/arm/nbsd.mt, config/arm/tm-nbsd.h,
383 config/arm/nm-nbsd.h, config/arm/xm-nbsd.h: New files.
384 * armbsd-nat.c: New file.
385 * Makefile.in: Build it.
386 * configure.host, configure.tgt: Support NetBSD/arm.
c5c586ed 387
7c0a2a0a
CV
3882001-12-17 Corinna Vinschen <vinschen@redhat.com>
389
390 * MAINTAINERS: Add myself as XStormy16 maintainer.
391
2d5177f3
KB
3922001-12-15 Kevin Buettner <kevinb@redhat.com>
393
394 * config/rs6000/tm-rs6000.h (solib.h): Conditionally include.
395
33cce468
AC
3962001-12-15 Andrew Cagney <ac131313@redhat.com>
397
398 * gdbarch.c: Re-generate.
399
8dacb7ef
AC
4002001-12-15 Andrew Cagney <ac131313@redhat.com>
401
402 * MAINTAINERS: Remove powerpcle-eabi and rs6000-ibm-aix3.2 from
403 target list.
404
778eb05e
AC
4052001-12-15 Andrew Cagney <ac131313@redhat.com>
406
407 * defs.h (LITTLE_ENDIAN): Delete definition.
408 * arch-utils.c, cris-tdep.c, d10v-tdep.c, defs.h, gdbarch.c,
409 gdbarch.sh, remote-rdp.c, remote-sim.c, sh-tdep.c, sparc-tdep.c,
410 config/alpha/tm-alpha.h, config/arm/tm-arm.h,
411 config/i386/tm-i386.h, config/i960/tm-i960.h,
412 config/ia64/tm-ia64.h, config/mcore/tm-mcore.h,
413 config/mips/tm-wince.h, config/mn10200/tm-mn10200.h,
414 config/ns32k/tm-umax.h, config/powerpc/tm-ppcle-eabi.h,
415 config/sh/tm-wince.h, config/v850/tm-v850.h, config/vax/tm-vax.h,
416 doc/gdbint.texinfo: Replace LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
417
a6c47c14
AC
4182001-12-15 Andrew Cagney <ac131313@redhat.com>
419
420 * ui-out.c (struct ui_out_table): Add field entry_level.
421 (verify_field): New function.
422 (verify_field_proper_position): Delete function.
423 (verify_field_alignment): Delete function.
424 (ui_out_field_int): Update to use verify_field.
425 (ui_out_field_skip): Ditto.
426 (ui_out_field_string): Ditto.
427 (ui_out_field_fmt): Ditto.
428 (ui_out_table_begin): Initialize table.entry_level.
429 (ui_out_table_end): Clear table.entry_level.
430 (ui_out_begin): Call verify_field before pushing the new tuple or
431 list onto the stack. Use table.entry_level.
432
2d6f4d15
CV
4332001-12-14 Corinna Vinschen <vinschen@redhat.com>
434
435 * config/djgpp/fnchange.lst: Add entries for opcodes/xstormy16-* files.
436
ef8570de
AC
4372001-12-13 Andrew Cagney <ac131313@redhat.com>
438
439 * arch-utils.c (generic_register_virtual_size): Return TYPE_LENGTH
440 of register's type.
441
e6ccd35f
JSC
4422001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
443
444 * cli/cli-script.c (print_command_lines): Remove extra
445 "if", "else", "while", and "end" from show user output.
446
5d003c95
KB
4472001-12-13 Kevin Buettner <kevinb@redhat.com>
448
449 * i387-nat.c (i387_fill_fxsave): Change type of ``val'' from char
450 to short so that we don't memcpy() beyond the end of this buffer.
451 Also, change shift value used in computing val to account for the
452 fact that only eight bits are used.
453
0c884e17
CV
4542001-12-13 Corinna Vinschen <vinschen@redhat.com>
455
456 * Makefile.in: Add support for xstormy16.
457 * configure.tgt: Ditto.
458 * xstormy16-tdep.c: New file.
459 * config/xstormy16/xstormy16.mt: New file.
460
49d5aff7
AS
4612001-12-13 Andreas Schwab <schwab@suse.de>
462
463 * MAINTAINERS (write-after-approval): Add myself.
464
68c42665
JB
4652001-12-12 Jim Blandy <jimb@redhat.com>
466
29e472bc
JB
467 * Makefile.in (c-exp.tab.o): Add missing dependencies.
468
68c42665
JB
469 * Makefile.in (c_lang_h): New variable. Use it in dependency
470 lists, instead of `c-lang.h' itself.
471
74a9bb82
FF
4722001-12-11 Fred Fish <fnf@redhat.com>
473
474 * c-typeprint.c (c_type_print_base): Use type flags access macros
475 to test bits.
476 * ch-typeprint.c (chill_type_print_base): Ditto.
477 * ch-valprint.c (chill_val_print): Ditto.
478 * d10v-tdep.c (d10v_pointer_to_address): Ditto.
479 * dwarf2read.c (dwarf2_add_member_fn): Ditto.
480 * dwarfread.c (read_structure_scope): Ditto.
481 * gdbtypes.c (create_range_type): Dittol
482 (create_set_type): Ditto.
483 (check_typedef): Ditto.
484 * jv-typeprint.c (java_type_print_base): Ditto.
485 * p-typeprint.c (pascal_type_print_base): Ditto
486 * p-valprint.c (pascal_val_print): Ditto.
487 * stabsread.c (read_cfront_member_functions): Ditto.
488 (read_member_functions): Ditto.
489 (cleanup_undefined_types): Ditto.
490 * valprint.c (val_print): Ditto.
491
492 * valops.c (hand_function_call): Remove is_prototyped
493 variable and just use type flag test macro directly.
494
e9e79dd9
FF
4952001-12-11 Fred Fish <fnf@redhat.com>
496
497 * gdbtypes.c (print_bound_type): New function.
498 (recursive_dump_type): Print type struct code values
499 TYPE_CODE_BITSTRING, TYPE_CODE_COMPLEX, TYPE_CODE_TEMPLATE,
500 and TYPE_CODE_TEMPLATE_ARG.
501 (recursive_dump_type): Print type struct members
502 upper_bound_type, lower_bound_type, cv_type, and as_type.
503 Also always print the tagname member, even when it is NULL.
504
0e7c5946
MS
5052001-12-11 Michael Snyder <msnyder@redhat.com>
506
507 * d10v-tdep.c (d10v_register_virtual_size): Delete.
508 (d10v_gdbarch_init): Use generic_register_virtual_size.
509 * rs6000-tdep.c (rs6000_register_virtual_size): Delete.
510 (rs6000_gdbarch_init): Use generic_register_virtual_size.
511 * x86-64-tdep.c (x86_64_register_virtual_size): Delete.
512 (i386_gdbarch_init): Use generic_register_virtual_size.
513
5ae326fa
AC
5142001-12-11 Andrew Cagney <ac131313@redhat.com>
515
516 * values.c: Include "gdb_assert.h".
517 (value_fn_field): Rearange to avoid -Wuninitialized warning.
518
0478d61c
FF
5192001-12-10 Fred Fish <fnf@redhat.com>
520
521 * values.c (value_fn_field): Add physname variable. Use a minimal
522 symbol if we don't find a full symbol. Remove setting of the new
523 value's type since that was already done by allocate_value().
524 Remove obsolete commented out error call since callees need to
525 handle a NULL return, which is possible result not an error.
526 * eval.c (evaluate_subexp_standard): Move check for inlined
527 functions to precede attempt to dereference a NULL argvec[0].
528
9b27852e
FF
5292001-12-10 Fred Fish <fnf@redhat.com>
530
531 * arm-linux-tdep.c (skip_hurd_resolver): Use NULL rather than
532 zero in args to lookup_minimal_symbol.
533 * linespec.c (decode_line_1): Ditto.
534 * i386-linux-tdep.c (skip_hurd_resolver): Ditto.
535 * minsyms.c (find_stab_function_addr): Ditto.
536 * symfile.c (simple_read_overlay_table): Ditto.
537 (simple_read_overlay_region_table): Ditto.
538
ce29138a
MS
5392001-12-10 Michael Snyder <msnyder@redhat.com>
540
541 * arch-utils.c (generic_register_virtual_size): New function.
542 * arch-utils.h: Export generic version of register_virtual_size.
543 * gdbarch.sh (REGISTER_VIRTUAL_SIZE): Use new function as default.
544 * gdbarch.c: Regenerate.
545
762a036f
FF
5462001-12-09 Fred Fish <fnf@redhat.com>
547
548 * gdbtypes.c (TYPE_FLAG_UNSIGNED, TYPE_FLAG_STUB): Use
549 TYPE_UNSIGNED and TYPE_NOSIGN to determine when to print these
550 rather than testing the bits directly.
551 (TYPE_FLAG_NOSIGN, TYPE_FLAG_TARGET_STUB, TYPE_FLAG_STATIC,
552 TYPE_FLAG_CONST, TYPE_FLAG_VOLATILE, TYPE_FLAG_PROTOTYPED,
553 TYPE_FLAG_INCOMPLETE, TYPE_FLAG_CODE_SPACE, TYPE_FLAG_DATA_SPACE,
554 TYPE_FLAG_VARARGS): Test for and print these bits as well.
555
34a2fedd
FF
5562001-12-09 Fred Fish <fnf@redhat.com>
557
558 * gdbtypes.c (build_gdbtypes): For builtin_type_char, pass
559 TYPE_FLAG_NOSIGN to init_type() rather than setting it after the
560 type is created.
561
aa468c60
FF
5622001-12-09 Fred Fish <fnf@redhat.com>
563
564 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_CONST,
565 TYPE_VOLATILE, TYPE_INCOMPLETE): Move macros that test the
566 bits to location in file where the bits are defined.
567 (TYPE_STUB, TYPE_TARGET_STUB, TYPE_STATIC, TYPE_PROTOTYPED,
568 TYPE_CODE_SPACE, TYPE_DATA_SPACE): New test macros.
569
7e956337
FF
5702001-12-09 Fred Fish <fnf@redhat.com>
571
572 * gdbtypes.c (allocate_stub_method): Replace hand crafted type
573 initialization with call to the init_type() function.
574
46cd78fb
AC
5752001-12-09 Andrew Cagney <ac131313@redhat.com>
576
577 * arch-utils.c (generic_register_raw_size): New function.
578 * gdbarch.sh (REGISTER_RAW_SIZE): Use generic_register_raw_size as
579 the static default.
580 * gdbarch.c: Regenerate.
581 * arch-utils.h (generic_register_raw_size): Declare.
582
583 * config/mips/tm-mips.h (REGISTER_RAW_SIZE): Delete macro.
584 * mips-tdep.c (mips_register_raw_size): Make function static.
585 (mips_gdbarch_init): Initialize register_raw_size.
586
2f038fcb
FF
5872001-12-08 Fred Fish <fnf@redhat.com>
588
589 * dwarf2read.c (read_typedef): Replace hand crafted type
590 initialization with a call to the init_type() function, which
591 is how the rest of gdb creates types.
592
0b3d7c6d
FF
5932001-12-09 Fred Fish <fnf@redhat.com>
594
595 * mdebugread.c (cross_ref): Pass TYPE_FLAG_STUB to init_type()
596 rather than setting it after the type is created.
597
2188cbdd
EZ
5982001-12-09 Elena Zannoni <ezannoni@redhat.com>
599
600 * config/rs6000/tm-rs6000.h (STAB_REG_TO_REGNUM): Remove
601 definition, it is now multiarched.
602 * ppc-tdep.h (struct gdbarch_tdep): Move from rs6000-tdep.c. Add
603 fields for special register numbers.
604 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize new tdep special
605 regnum fields.
606 (rs6000_saved_pc_after_call): Use gdbarch_tdep registers fields
607 instead of hardcoded macros.
608 (branch_dest, rs6000_pop_frame, rs6000_fix_call_dummy,
609 ppc_push_return_address, rs6000_frame_saved_pc,
610 frame_get_saved_regs, rs6000_frame_chain,
611 rs6000_store_return_value): Ditto.
612 (rs6000_stab_reg_to_regnum): New function.
613 * ppcnbsd-nat.c (fetch_inferior_registers,
614 store_inferior_registers, fetch_core_registers): Ditto.
615 * ppc-linux-tdep.c (ppc_linux_in_sigtramp,
616 ppc_linux_frame_init_saved_regs): Ditto.
617 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
618 fill_gregset): Ditto.
619 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
620 Ditto.
621
6edc140f
FF
6222001-12-08 Fred Fish <fnf@redhat.com>
623
624 * c-lang.c (c_create_fundamental_type): For FT_CHAR, pass
625 TYPE_FLAG_NOSIGN to init_type() rather than setting it after the
626 type is created.
627
878ac530
FF
6282001-12-08 Fred Fish <fnf@redhat.com>
629
630 * dwarf2read.c (TYPE_FLAG_VARARGS): Remove from here.
631 * gdbtypes.h (TYPE_FLAG_VARARGS): Add here and change value to
632 not collide with other flag bits.
633
f5ef7c67
FF
6342001-12-08 Fred Fish <fnf@redhat.com>
635
636 * dwarf2read.c (read_base_type): Rename is_unsigned to type_flags.
637 For unsigned types set TYPE_FLAG_UNSIGNED and pass it to
638 init_type().
639
1e8e5c2a
DJ
6402001-12-08 Daniel Jacobowitz <drow@mvista.com>
641
642 * Makefile.in (cp-valprint.o): Add dependency on $(cp_abi_h).
643
fa4baff1
JB
6442001-12-08 Jim Blandy <jimb@redhat.com>
645
646 * config/s390/s390.mh: Don't use the linux-thread.o module;
647 thread-db.o, lin-lwp.o, and proc-service.o should work just fine.
648
6b325864
AC
6492001-12-07 Andrew Cagney <ac131313@redhat.com>
650
651 * PROBLEMS: New file.
652 * README: Move known problems to PROBLEMS file.
653
23abb74e
DJ
6542001-12-07 Daniel Jacobowitz <drow@mvista.com>
655
656 * stabsread.c (read_member_functions): Skip member functions which
657 are duplicates of the callable constructor/destructor.
658
03a013f4
JB
6592001-12-07 Jim Blandy <jimb@redhat.com>
660
661 * s390-tdep.c (s390_store_return_value): Don't convert float
662 values to double format when returning them; just return them in
663 the first half of the FP register, as the ABI specifies.
664
76b2e19d
DJ
6652001-12-07 Daniel Jacobowitz <drow@mvista.com>
666
667 * valops.c (hand_function_call): Check for method arguments in
668 TYPE_ARG_TYPES(), not in TYPE_FIELD ().
669
b9d652ac
DJ
6702001-12-07 Daniel Jacobowitz <drow@mvista.com>
671
672 * cp-valprint.c (cp_print_value): Preserve offset if
673 the virtual base is outside of this object.
674
a02fd225
DJ
6752001-12-07 Daniel Jacobowitz <drow@mvista.com>
676
677 * gdbtypes.c (finish_cv_type): New function.
678 (check_typedef): Remove ``register'' keyword from argument.
679 Preserve const and volatile attributes across filling in
680 opaque types.
681 * gdbtypes.h (finish_cv_type): Add prototype.
682
683 * hp-symtab-read.c (hpread_read_struct_type): Call finish_cv_type.
684 * stabsread.c (read_struct_type): Likewise.
685 * dwarf2read.c (read_structure_scope): Likewise. Remove redundant
686 assignment to die->type.
687
f4697836
JB
6882001-12-07 Jim Blandy <jimb@redhat.com>
689
690 * printcmd.c (print_scalar_formatted): Compare the length of the
691 value against the lengths of the target's floating-point types,
692 not the host's. Add support for `long double'.
693
0cf3e697
MH
6942001-12-07 Martin M. Hunt <hunt@redhat.com>
695
696 * configure.in: Check for sys/filio.h
697 * configure: Rebuild.
698 * config.in: Add HAVE_SYS_FILIO_H
699 * ser-tcp.c: Conditionally include sys/filio.h.
700
bafdd3b3
AC
7012001-12-07 Andrew Cagney <ac131313@redhat.com>
702
703 * ui-out.c (ui_out_table_begin): Initialize body_flag.
704 (struct ui_out_table): New structure. Move table fields to here.
705 Rename headercurr to headernext.
706 (struct ui_out): Remove table specific fields. Add field table.
707 (ui_out_table_begin, ui_out_table_body, ui_out_table_end): Update.
708 (ui_out_table_header, ui_out_begin): Update.
709 (verify_field_proper_position, verify_field_alignment): Update.
710 (ui_out_new, clear_header_list, append_header_to_list): Update.
711 (get_next_header): Rename get_curr_header. Update comments and
712 code.
713
1c8649cd
AC
7142001-12-06 Andrew Cagney <ac131313@redhat.com>
715
716 * regcache.c (XCALLOC): Delete macro that should not have been
717 added.
718
b6af0555
JS
7192001-12-07 Jiri Smid <smid@suse.cz>
720
721 * dwarf2cfi.c: New file.
722 * dwarf2cfi.h: New file.
723 * dwarf2read.c (dwarf_frame_offset, dwarf_frame_size): New variables.
724 (dwarf_eh_frame_offset, dwarf_eh_frame_size): New variables.
725 (dwarf2_read_section): Change to non static.
726 (dwarf2_locate_sections): Add .debug_frame and .eh_frame section
727 recognition.
728 (FRAME_SECTION, EH_FRAME_SECTION): New define.
729 * elfread.c (elf_symfile_read): Add call of frame informations build.
730 * frame.h (frame_info): Add pointer to unwind_context.
731 * symfile.h (dwarf2_build_frame_info): Add declaration.
732 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Add.
733 * gdbarch.h, gdbarch.c: Regenerate.
734 * Makefile.in: Add dwarf2cfi_h, dwarf2cfi.o
735 * x86-64-tdep.c (i386_gdbarch_init): Initialize target vector to
736 use debug frame info.
737
ed1801df
AC
7382001-12-06 Andrew Cagney <ac131313@redhat.com>
739
740 * defs.h: Do not include "mmalloc.h".
741 (mcalloc, mmalloc, mrealloc, mfree): Delete declaration.
742 * objfiles.c: Include "mmalloc.h".
743 * utils.c: Include "mmalloc.h".
744 (mmalloc, mfree, mrealloc, mmalloc): Make static, change PTR to
745 void pointer.
746
31e9866e
AC
7472001-12-06 Andrew Cagney <ac131313@redhat.com>
748
749 * regcache.c (store_register, fetch_register): Only use
750 fetch/store pseudo-register when function is present. Assume
751 target can handle all registers.
752 (registers_changed): Simplify invalidate loop.
753 (registers_fetched): Add comments.
754 (register_buffer): Add regnum range assertion. Remove code
755 handling -ve regnum.
756 (build_regcache): Make space for pseudo-registers when computing
757 sizeof_registers. Initialize register_offset.
758
759 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Change to a function with
760 predicate.
761 (STORE_PSEUDO_REGISTER): Ditto.
762 * gdbarch.h, gdbarch.c: Re-generate.
763
08ea3996
JB
7642001-12-06 Jim Blandy <jimb@redhat.com>
765
766 * config/s390/nm-linux.h: Watchpoints are either continuable or
767 steppable, not both. The S/390 has continuable watchpoints, so
768 delete the #definition of HAVE_STEPPABLE_WATCHPOINT.
769
284a190e
PM
7702001-12-04 Pierre Muller <muller@ics.u-strasbg.fr>
771
772 * go32-nat.c (go32_fetch_registers): Remove call to register_buffer
773 (which is now a static function in regcache.c)
774 and use regcache_collect instead.
775
09227b3e
AC
7762001-12-05 Andrew Cagney <cagney@redhat.com>
777
778 * target.c (cleanup_target): Do not initialize to_query to
779 return_zero.
780
12bffad7
JB
7812001-12-05 Jim Blandy <jimb@redhat.com>
782
783 * s390-tdep.c (s390_get_frame_info): Recognize argument register
784 spills that use the `stm' instruction.
785 (is_arg_reg): New function.
786
ae45a35b 7872001-12-03 Keith Walker <keith.walker@arm.com>
584e692d
AC
788
789 * gdbserver/low-linux.c (arm_register_u_addr): Added.
790 (initialize_arch): Added for ARM target.
791 * config/arm/nm-linux.h (U_REGS_OFFSET): Defined.
792 (REGISTER_U_ADDR): Defined.
793 * config/arm/tm-linux.h (ARM_GNULINUX_TARGET): Defined.
ae45a35b 794
50f6fb4b
CV
7952001-12-04 Corinna Vinschen <vinschen@redhat.com>
796
797 * arm-tdep.c (arm_skip_prologue): Always skip prologue by scanning
798 the prologue if source is assembler.
799
02da6206
JSC
8002001-12-04 Jackie Smith Cashion <jsmith@redhat.com>
801
802 * MAINTAINERS (write-after-approval): Add self.
803
804 * d10v-tdep.c (d10v_gdbarch_init): Change size of long long to 8 bytes.
805
806 From Andrew Cagney <cagney@redhat.com>:
807 * d10v-tdep.c (d10v_frame_chain_valid): Check if the caller's PC
808 is in the entry function.
809 (d10v_use_struct_convention): Store multi-field struct and union
810 return values on the stack.
811
6df29de2
JB
8122001-12-04 Jim Blandy <jimb@redhat.com>
813
7666f43c
JB
814 * s390-tdep.c (s390_get_frame_info): Recognize spills of reg
815 arguments into their stack slots.
816
7286245e
JB
817 * s390-tdep.c (s390_get_frame_info): More doc fixes.
818
6df29de2
JB
819 * s390-tdep.c (s390_get_frame_info): Doc fixes.
820
2a9ecef2
OF
8212001-12-04 Orjan Friberg <orjanf@axis.com>
822
823 * cris-tdep.c (cris_regnums): Add DCCR_REGNUM for completeness.
824 (cris_examine): Add comment about solib prologue parsing.
825 (bdap_prefix): Read offset with correct signedness and size.
826 (move_to_preg_op): Don't rely on register numbering for register size.
827 (none_reg_mode_move_from_preg_op): Ditto.
828
ba5f0d88
OF
8292001-12-04 Orjan Friberg <orjanf@axis.com>
830
831 * solib.c (solib_open): Make path relative if search for absolute path
832 failed. If search for relative path in solib_search_path failed, fall
833 back to search for basename only.
834
7c7a201a
MH
8352001-12-03 Martin M. Hunt <hunt@redhat.com>
836
837 * serial.h: Add a note to serial_open.
838
839 * ser-tcp.c (tcp_open): Rewrite to use a non-blocking connect.
840 Allow UI and CLI to abort connect. Instead of trying 15 times
841 with very long timeouts, just try one connect with a maximum timeout
842 of 15 seconds.
843
e01e171d
KB
8442001-12-03 Kevin Buettner <kevinb@redhat.com>
845
846 * config/powerpc/tm-macos.h (solib.h): Include.
847 * config/powerpc/tm-ppc-eabi.h (solib.h): Include.
848
045f55a6
MS
8492001-12-03 Michael Snyder <msnyder@redhat.com>
850
851 * symtab.c (search_symbols): Make sure alloca size is big enough.
852
fdce7414
AC
8532001-12-03 Andrew Cagney <ac131313@redhat.com>
854
855 * MAINTAINERS: Prune m68k targets down to just m68k-elf.
856
386e4208
JB
8572001-12-03 Jim Blandy <jimb@redhat.com>
858
859 * s390-tdep.c (s390_get_frame_info): Don't used fextra_info to set
860 orig_sp if it's not initialized.
861
14e534aa
PM
8622001-11-30 Pierre Muller <muller@ics.u-strasbg.fr>
863
864 * findvar.c (locate_var_value): Specify in which register a register
865 variable is stored.
866
441532d7
PM
8672001-11-30 Pierre Muller <muller@ics.u-strasbg.fr>
868
869 * win32-nat.c (mappings): Correct position of XMM registers,
870 based on FXSAVE instruction structure.
871
4c178295
AC
8722001-12-02 Andrew Cagney <ac131313@redhat.com>
873
753edfef
AC
874 * jv-lang.c (get_java_class_symtab): Use xmmalloc instead of
875 mmalloc.
876
aac7f4ea
AC
877 * coffread.c, dbxread.c, elfread.c, hp-psymtab-read.c, hpread.c,
878 nlmread.c, objfiles.c, os9kread.c, somread.c, source.c, symfile.c,
879 symmisc.c, xcoffread.c: Use xmfree instead of mfree.
880
4c178295
AC
881 * jv-lang.c (add_class_symtab_symbol): Use xmrealloc instead of
882 mrealloc.
883
22797942
AC
8842001-12-02 Andrew Cagney <ac131313@redhat.com>
885
886 * i386-tdep.c (i386go32_frame_saved_pc): New function.
887 * config/i386/tm-go32.h (i386go32_frame_saved_pc): Declare.
888 (FRAME_SAVED_PC): Redefine to i386go32_frame_saved_pc.
889
2607059c
AC
8902001-12-01 Andrew Cagney <ac131313@redhat.com>
891
892 * defs.h: Update comment on HOST_BYTE_ORDER.
893 * config/xm-aix4.h: Delete definition of HOST_BYTE_ORDER.
894 * config/xm-nbsd.h, config/alpha/xm-alphalinux.h: Ditto.
895 * config/alpha/xm-alphaosf.h, config/alpha/xm-fbsd.h: Ditto.
896 * config/arm/xm-linux.h, config/i386/xm-cygwin.h: Ditto.
897 * config/i386/xm-i386bsd.h, config/i386/xm-i386gnu.h: Ditto.
898 * config/i386/xm-i386lynx.h, config/i386/xm-i386m3.h: Ditto.
899 * config/i386/xm-i386mach.h, config/i386/xm-i386v.h: Ditto.
900 * config/i386/xm-ptx.h, config/i386/xm-symmetry.h: Ditto.
901 * config/ia64/xm-aix.h, config/ia64/xm-linux.h: Ditto.
902 * config/m68k/xm-3b1.h, config/m68k/xm-apollo68b.h: Ditto.
903 * config/m68k/xm-apollo68v.h, config/m68k/xm-delta68.h: Ditto.
904 * config/m68k/xm-dpx2.h, config/m68k/xm-hp300bsd.h: Ditto.
905 * config/m68k/xm-hp300hpux.h, config/m68k/xm-m68k.h: Ditto.
906 * config/m68k/xm-m68klynx.h, config/m68k/xm-sun2.h: Ditto.
907 * config/m68k/xm-sun3.h, config/m88k/xm-dgux.h: Ditto.
908 * config/m88k/xm-m88k.h, config/mips/xm-irix3.h: Ditto.
909 * config/mips/xm-irix5.h, config/mips/xm-linux.h: Ditto.
910 * config/mips/xm-mips.h, config/mips/xm-mipsm3.h: Ditto.
911 * config/mips/xm-mipsv4.h, config/mips/xm-news-mips.h: Ditto.
912 * config/mips/xm-riscos.h, config/pa/xm-hppab.h: Ditto.
913 * config/pa/xm-hppah.h, config/powerpc/xm-linux.h: Ditto.
914 * config/romp/xm-rtbsd.h, config/rs6000/xm-rs6000.h: Ditto.
915 * config/rs6000/xm-rs6000ly.h, config/s390/xm-linux.h: Ditto.
916 * config/sparc/xm-sparc.h, config/sparc/xm-sparclynx.h: Ditto.
917 * config/vax/xm-vax.h: Ditto.
918
919 * config/a29k/tm-vx29k.h: Add #error as file depends on
920 HOST_BYTE_ORDER.
921 * config/a29k/tm-a29k.h: Ditto.
922 * MAINTAINERS (a29k-amd-udi): Document as broken.
923
7bc65f05
AC
9242001-12-01 Andrew Cagney <ac131313@redhat.com>
925
3680c638
AC
926 * Makefile.in (tm-news.h, tm-isi.h, xm-news1000.h): Delete.
927 (ALLDEPFILES): Delete news-xdep.c.
928 (news-xdep.o): Delete.
929 (isi-xdep.o): Delete.
930 * configure.tgt: Delete m68*-isi-*, m68*-sony-*, m68*-rom68k-*,
931 m68*-*bug-*, m68*-monitor-* and m68*-est-* targets.
932 * configure.host: Delete m68030-sony-*, m68*-isi-* and m68*-sony-*
933 Hosts.
934 * m68k-tdep.c (isi_skip_prologue): Delete function.
935 * news-xdep.c: Delete file.
936 * isi-xdep.c: Delete file.
937 * config/m68k/isi.mh: Delete file.
938 * config/m68k/isi.mt: Delete file.
939 * config/m68k/news.mh: Delete file.
940 * config/m68k/news.mt: Delete file.
941 * config/m68k/news1000.mh: Delete file.
942 * config/m68k/nm-news.h: Delete file.
943 * config/m68k/tm-isi.h: Delete file.
944 * config/m68k/tm-news.h: Delete file.
945 * config/m68k/xm-isi.h: Delete file.
946 * config/m68k/xm-news.h: Delete file.
947 * config/m68k/xm-news1000.h: Delete file.
948
ccb25a8a
AC
949 * kdb-start.c: Delete file.
950 * stuff.c: Delete file.
951
9b567150
AC
952 * NEWS: Note that a29k-nyu-sym1 and a29k-*-kern* were deleted.
953 * configure.host: Delete a29k-*-* host.
954 * configure.tgt: Delete a29k-*-kern* and a29k-*-sym1* targets.
955 * config/a29k/a29k-kern.mt: Delete file.
956 * config/a29k/nm-ultra3.h: Delete file.
957 * config/a29k/tm-ultra3.h: Delete file.
958 * config/a29k/ultra3.mh: Delete file.
959 * config/a29k/ultra3.mt: Delete file.
960 * config/a29k/xm-ultra3.h: Delete file.
961
7e24f0b1
AC
962 * NEWS: Note that i[3456]86-*-sunos* was deleted.
963 * Makefile.in (sun386-nat.o): Delete.
964 * configure.tgt: Delete i[3456]86-*-sunos* target.
965 * configure.host: Delete i[3456]86-*-sunos* host.
966 * sun386-nat.c: Delete.file.
967 * config/i386/nm-sun386.h: Delete file.
968 * config/i386/sun386.mh: Delete file.
969 * config/i386/sun386.mt: Delete file.
970 * config/i386/tm-sun386.h: Delete file.
971 * config/i386/xm-sun386.h: Delete file.
972
1406caf7
AC
973 * NEWS: Note that ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv*
974 and ns32k-utek-* were deleted.
975 * Makefile.in (ultra3-nat.o, ultra3-xdep.o): Delete.
976 (umax-xdep.o, ns32km3-nat.o): Delete.
977 * configure.tgt: Delete ns32k-*-mach3*, ns32k-utek-sysv* and
978 ns32k-utek-* targets.
979 * configure.host: Delete ns32k-*-mach3*, ns32k-umax-* and
980 ns32k-utek-sysv* hosts.
981 * ultra3-nat.c: Delete file.
982 * ultra3-xdep.c: Delete file.
983 * umax-xdep.o: Delete file.
984 * ns32km3-nat: Delete file.
985 * config/ns32k/merlin.mh: Delete file.
986 * config/ns32k/merlin.mt: Delete file.
987 * config/ns32k/nm-umax.h: Delete file.
988 * config/ns32k/ns32km3.mh: Delete file.
989 * config/ns32k/ns32km3.mt: Delete file.
990 * config/ns32k/tm-merlin.h: Delete file.
991 * config/ns32k/tm-ns32km3.h: Delete file.
992 * config/ns32k/umax.mh: Delete file.
993 * config/ns32k/umax.mt: Delete file.
994 * config/ns32k/xm-merlin.h: Delete file.
995 * config/ns32k/xm-ns32km3.h: Delete file.
996 * config/ns32k/xm-umax.h: Delete file.
997
5e734e1f
AC
998 * NEWS: Note that m88*-harris-cxux* was deleted.
999 * configure.host: Delete m88*-harris-cxux* host.
1000 * configure.tgt: Delete m88*-harris-cxux* target.
1001 * config/m88k/cxux.mh: Delete file.
1002 * config/m88k/cxux.mt: Delete file.
1003 * config/m88k/nm-cxux.h: Delete file.
1004 * config/m88k/tm-cxux.h: Delete file.
1005 * config/m88k/xm-cxux.h: Delete file.
1006
7768dd6c
AC
1007 * NEWS: Note that powerpc-*-netware*, powerpcle-*-cygwin* and
1008 powerpcle-*-solaris* were deleted.
1009 * configure.host: Delete powerpcle-*-cygwin* and
1010 powerpcle-*-solaris* hosts.
1011 * configure.tgt: Delete powerpc-*-netware*, powerpcle-*-cygwin*
1012 and powerpcle-*-solaris* targets.
1013 * config/powerpc/cygwin.mh: Delete file.
1014 * config/powerpc/cygwin.mt: Delete file.
1015 * config/powerpc/nm-solaris.h: Delete.file.
1016 * config/powerpc/ppc-nw.mt: Delete file.
1017 * config/powerpc/solaris.mh: Delete file.
1018 * config/powerpc/solaris.mt: Delete file.
1019 * config/powerpc/tm-cygwin.h: Delete file.
1020 * config/powerpc/tm-ppc-nw.h: Delete file.
1021 * config/powerpc/tm-solaris.h: Delete file.
1022 * config/powerpc/xm-cygwin.h: Delete file.
1023 * config/powerpc/xm-mpw.h: Delete file.
1024 * config/powerpc/xm-solaris.h: Delete file.
1025
7bc65f05
AC
1026 * NEWS, MAINTAINERS: Note that w65-*-* was deleted.
1027 * configure.tgt: Delete w65-*-*.
1028 * Makefile.in (w65-tdep.o): Delete.
1029 * config/w65/tm-w65.h: Delete file.
1030 * config/w65/w65.mt: Delete file.
1031 * w65-tdep.c: Delete file.
1032
e2caac18
AC
1033 * NEWS: Mention deleted tic80-*-*.
1034 * configure.tgt: Delete tic80-*-*.
1035 * Makefile.in (tic80-tdep.o): Delete.
1036 * config/tic80/tic80.mt: Delete.
1037 * config/tic80/tm-tic80.h: Delete.
1038 * tic80-tdep.c: Delete.
1039 * MAINTAINERS: Note that tic80 was deleted.
1040
6ded7999
KB
10412001-11-30 Kevin Buettner <kevinb@redhat.com>
1042
1043 * ppc-linux-tdep.c (solib-svr4.h): Include.
1044 (ppc_linux_svr4_fetch_link_map_offsets): New function.
1045 * ppc-tdep.h (ppc_linux_svr4_fetch_link_map_offsets): Declare.
1046 * rs6000-tdep.c (solib-svr4.h): Include.
1047 (rs6000_gdbarch_init): Set up ppc_linux_svr4_fetch_link_map_offsets()
1048 as the link map offsets fetcher.
1049
1050 * config/powerpc/aix.mt (TDEPFILES): Add solib-svr4.o.
1051 * config/powerpc/macos.mt (TDEPFILES): Likewise.
1052 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
1053 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
1054 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
1055 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
1056 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
1057 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
1058 * config/rs6000/aix4.mt (TDEPFILES): Likewise.
1059 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
1060 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
1061
a42dd537
KB
10622001-11-30 Kevin Buettner <kevinb@redhat.com>
1063
1064 From Louis Hamilton <hamilton@redhat.com>:
1065 * arm-tdep.c (solib-svr4.h): Include.
1066 (arm_linux_svr4_fetch_link_map_offsets): New function.
1067 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Define.
1068 (arm_linux_svr4_fetch_link_map_offsets): Declare.
1069
21cfb3b6
DJ
10702001-11-30 Daniel Jacobowitz <drow@mvista.com>
1071
1072 * values.c (value_primitive_field): Add embedded_offset to the
1073 address of structure members.
1074 * gnu-v3-abi.c (gnuv3_rtti_type): Cast to base type before
1075 attempting to access vtable pointer. Set using_enc_p if we cast.
1076 (gnuv3_virtual_fn_field): Call value_cast with structure rather than
1077 structure pointer. Cast to base type before attempting to access
1078 vtable pointer.
1079
16333c4f
EZ
10802001-11-29 Elena Zannoni <ezannoni@redhat.com>
1081
1082 * Makefile.in (ppc-linux-nat.o): Add dependency on ppc-tdep.h.
1083
1084 * ppc-tdep.h (PPC_GPLAST_REGNUM): Define.
1085
1086 * ppc-linux-nat.c: Include ppc-tdep.h.
1087 (ppc_register_u_addr): Don't use the static array regmap[],
1088 dynamically define the mapping instead.
1089 (supply_gregset): Ditto.
1090 (fill_gregset): Ditto.
1091 (COPY_REG): Delete macro defintion.
1092 (regmap): Delete array.
1093
aead120c
JB
10942001-11-29 Jim Blandy <jimb@redhat.com>
1095
c8f9d51c
JB
1096 Tighten up GDB's support for returning structs by value.
1097 * s390-tdep.c (s390_use_struct_convention): New function.
1098 (s390_gdbarch_init): Register it as the S/390's
1099 USE_STRUCT_CONVENTION method. Register
1100 generic_cannot_extract_struct_value_address as our
1101 EXTRACT_STRUCT_VALUE_ADDRESS method.
1102 * arch-utils.c (generic_cannot_extract_struct_value_address): New
1103 function.
1104 * arch-utils.h: Add corresponding prototype.
1105
aead120c
JB
1106 * values.c (value_being_returned): Make error message a proper
1107 sentence.
1108
a8329558 11092001-11-27 Keith Walker <keith.walker@arm.com>
aead120c 1110
a8329558
KW
1111 * dwarf2read.c (read_attribute_value): New function to handle
1112 DW_FORM_indirect
1113 (read_attribute): uses read_attribute_value
1114
d0ad30c9
JB
11152001-11-29 Jim Blandy <jimb@redhat.com>
1116
1117 * s390-tdep.c (s390_frame_saved_pc_nofix): If the prologue didn't
1118 save the return address register, assume that the return address
1119 is still in there.
1120
54c92070
AC
11212001-11-27 Andrew Cagney <ac131313@redhat.com>
1122
1123 * MAINTAINERS: Clarify obvious fix a little (as suggested by Eli
1124 Zaretskii).
1125
62f81eda
JB
11262001-11-25 Jim Blandy <jimb@redhat.com>
1127
1128 * mn10300-tdep.c (mn10300_analyze_prologue): Doc fixes.
1129
4ed90530
JB
11302001-11-27 Jim Blandy <jimb@redhat.com>
1131
5c3cf190
JB
1132 * s390-tdep.c: Get frame chains and saved pc values properly from
1133 dummy frames.
1134 (s390_frame_saved_pc_nofix): if `*fi' is a dummy frame, get the
1135 saved PC from the dummy frame's registers.
1136 (s390_frame_chain): Same for the saved SP.
1137 (s390_gdbarch_init): Register `generic_save_dummy_frame_tos' as
1138 the `SAVE_DUMMY_FRAME_TOS' method, so the dummy frame's `top' gets
1139 set correctly.
1140
31c4d430
JB
1141 * s390-tdep.c (s390_frame_chain): Remember that the SP's element
1142 of the frame's saved_regs array is special.
1143
4ed90530
JB
1144 * s390-tdep.c (register_names): Call the general-purpose registers
1145 `r0' -- `r15', and the floating-point registers `f0' -- `f15', to
1146 match the assembly language.
1147
97da3b20
CF
11482001-11-26 Pierre Muller <muller@ics.u-strasbg.fr>
1149
1150 * config/i386/tm-cygwin.h: Define HAVE_SSE_REGS if
1151 HAVE_CONTEXT_EXTENDED_REGISTERS is defined.
1152 * win32-nat.c: Define CONTEXT_DEBUGGER_DR that will also include
1153 extended registers if HAVE_SSE_REGS is defined.
1154 (mappings array): Add offset of extended registers.
1155 (thread_rec): Use new CONTEXT_DEBUGGER_DR macro.
1156
467d8519
TT
11572001-11-26 Tom Tromey <tromey@redhat.com>
1158
1159 * NEWS: Updated.
1160 * event-loop.c (start_event_loop): Call
1161 after_char_processing_hook.
1162 * event-top.h (after_char_processing_hook): Declare.
1163 * event-top.c (rl_callback_read_char_wrapper): Call
1164 after_char_processing_hook.
1165 (after_char_processing_hook): New global.
1166 * top.c (operate_saved_history): New global.
1167 (gdb_rl_operate_and_get_next): New function.
1168 (init_main): Add the operate-and-get-next defun.
1169 (gdb_rl_operate_and_get_next_completion): New function.
1170
c2a727fa
TT
11712001-11-26 Tom Tromey <tromey@redhat.com>
1172
1173 * NEWS: Update for --args.
1174 * infcmd.c (construct_inferior_arguments): Moved from ...
1175 * fork-child.c: ... here.
1176
b77b1eb7
JB
11772001-11-26 Jim Blandy <jimb@redhat.com>
1178
1179 * symtab.c (find_pc_sect_line): Revert change of 2001-11-13; add
1180 comment explaining that hand-written assembly code can have line
1181 number info but no debug info for an enclosing function.
1182
7d69eeec
JJ
11832001-11-26 Jakub Jelinek <jakub@redhat.com>
1184
1185 * sparc-nat.c (fetch_inferior_registers): Don't rely
1186 on CORE_ADDR being 32-bit.
1187 (store_inferior_registers): Likewise.
1188
1f5dc670
EZ
11892001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
1190
c64a2835
EZ
1191 * config/djgpp/config.sed: Fix an error in etc/ at "make install"
1192 time on non-LFN systems where standards*.inf* expands to nothing.
1193
1f5dc670
EZ
1194 * go32-nat.c (save_npx): Avoid a warning from GCC 3.x.
1195
d3ff4a77
CF
11962001-11-24 Pierre Muller <muller@ics.u-strasbg.fr>
1197 Christopher Faylor <cgf@redhat.com>
1198
1199 * win32-nat.c (struct so_stuff): Add objfile *objfile field needed to
1200 be able to remove the DLL when unloaded. Remove unused last field.
1201 (handle_unload_dll): New function to handle unloading of DLL.
1202 (solib_symbols_add): Change return type to struct objfile *.
1203 (get_child_debug_event): Call handle_unload_dll function.
1204
2a3d5645
CF
12052001-11-24 Christopher Faylor <cgf@redhat.com>
1206
1207 * win32-nat.c (_initialize_check_for_gdb_ini): New function.
1208 * config/i386/xm-cygwin.h: Remove obsolete handling of __CYGWIN32__.
1209 (GDBINIT_FILENAME): Remove.
1210
eb7cedd9
MK
12112001-11-23 Mark Kettenis <kettenis@gnu.org>
1212
1213 Add x86 OpenBSD native configuration.
1214 * config/i386/obsd.mt, config/i386/tm-obsd.h, config/i386/obsd.mh,
1215 config/i386/nm-obsd.h: New files.
1216 * configure.host (i[3456]86-*-openbsd*): New host.
1217 * configure.tgt (i[3456]86-*-openbsd*): New target.
1218 * NEWS: Update.
1219
172d914f
AC
12202001-11-21 GDB Administrator <gdbadmin@sourceware.cygnus.com>
1221
1222 * GDB 5.1 was released.
1223
552c04a7
TT
12242001-11-21 Tom Tromey <tromey@redhat.com>
1225
1226 Fix for PR gdb/209, PR gdb/156:
1227 * gdbarch.c, gdbarch.h: Rebuilt.
1228 * gdbarch.sh: Added `construct_inferior_arguments'.
1229 * cli/cli-decode.h (cmd_list_element): Added pre_show_hook.
1230 Typo fix.
1231 * cli/cli-setshow.c (do_setshow_command): Call the pre_show_hook.
1232 * infcmd.c (_initialize_infcmd): Set sfunc on `set args' command.
1233 (inferior_argc, inferior_argv): New globals.
1234 (notice_args_set): New function.
1235 (set_inferior_args): Clear inferior_argc and inferior_argv.
1236 (set_inferior_args_vector): New function.
1237 (get_inferior_args): Handle inferior argument vector.
1238 (run_command): Use get_inferior_args().
1239 (notice_args_read): New function.
1240 (_initialize_infcmd): Don't call set_inferior_args.
1241 * command.h: Typo fix.
1242 (cmd_list_element): Added pre_show_hook.
1243 * main.c (captured_main): Added --args option.
1244 (print_gdb_help): Document --args.
1245 * inferior.h (construct_inferior_arguments): Declare.
1246 (set_inferior_args_vector): Likewise.
1247 * fork-child.c (construct_inferior_arguments): New function.
1248
da9c7185
KB
12492001-11-21 Kevin Buettner <kevinb@redhat.com>
1250
1251 * lin-lwp.c (lin_lwp_attach_lwp): Make sure SIGCHLD is in set of
1252 blocked signals.
1253
1254 * lin-lwp.c (lin_lwp_attach_lwp): Mark main thread as stopped.
1255
98eedd63
JB
12562001-11-20 Jim Blandy <jimb@redhat.com>
1257
1258 * target.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT): Delete
1259 default definition; this is never used.
1260
5bbc1a8e
KS
12612001-11-20 Keith Seitz <keiths@redhat.com>
1262
1263 * varobj.c (c_value_of_child): Release memory for "name" when
1264 finshed using it.
1265 (c_type_of_child): Likewise.
1266 (cplus_value_of_child): Isolate the use of name_of_child to
1267 one case that needs it.
1268 Release memory for "name" when finished using it.
1269
1ad24239
KS
12702001-11-20 Keith Seitz <keiths@redhat.com>
1271
1272 * top.c (gdb_init): Call init_ui_hook before initializing
1273 the default UI.
1274
4cb0dbef
EZ
12752001-11-19 Elena Zannoni <ezannoni@redhat.com>
1276
1277 * config/powerpc/nm-linux.h (ppc_register_u_addr): Add extern
1278 declaration.
1279
f00d3753
EZ
12802001-11-19 Elena Zannoni <ezannoni@redhat.com>
1281
1282 * ppc-linux-nat.c (COPY_REG): Use regcache_collect instead of
1283 accessing registers[].
1284 (fill_fpregset): Ditto.
1285
8b6f1f3a
EZ
12862001-11-19 Elena Zannoni <ezannoni@redhat.com>
1287
1288 * infptrace.c (fetch_register): Dynamically allocate buffer for
1289 register.
1290 (store_register): Use regcache_collect, instead of accessing the
1291 register buffer directly.
1292
479412cd
DJ
12932001-11-19 Daniel Jacobowitz <drow@mvista.com>
1294
1295 * mips-tdep.c (find_proc_desc): Add cur_frame argument. Pass
1296 cur_frame to heuristic_proc_desc.
1297 (heuristic_proc_desc): Add cur_frame argument. Do not read SP
1298 if cur_frame == 0.
1299 (after_prologue): Pass cur_frame == 0 to find_proc_desc.
1300 (mips_frame_chain): Pass cur_frame == 1 to find_proc_desc.
1301 (mips_init_extra_frame_info): Likewise.
1302
ab290c52
AC
13032001-11-19 Andrew Cagney <ac131313@redhat.com>
1304
1305 * defs.h (return_to_top_level): Comment.
1306
22e04375
AC
1307Mon Nov 19 14:58:52 2001 Andrew Cagney <cagney@redhat.com>
1308
1309 * remote.c (remote_open_1, remote_async_open_1): Use ISO C string
1310 concatenation for error parameter.
1311 (remote_cisco_open): Ditto.
1312
30c6b1fb
KS
13132001-11-19 Keith Seitz <keiths@redhat.com>
1314
1315 * varobj.c (c_value_of_child): Use the wrapper function,
1316 gdb_value_struct_elt.
1317 (cplus_value_of_child): Likewise.
1318
bd1ef5d2
AC
13192001-11-18 Andrew Cagney <ac131313@redhat.com>
1320
1321 * i386-tdep.c (i386_gdbarch_init): Initialize num_regs.
1322 * config/i386/tm-i386.h (NUM_REGS): Delete.
1323
76fb44f4
KB
13242001-11-18 Kevin Buettner <kevinb@redhat.com>
1325
1326 * i386-linux-nat.c (fill_gregset): Fix botched regcache_collect()
1327 conversion for I386_LINUX_ORIG_EAX_REGNUM.
1328
ed909a0d
AC
13292001-11-18 Andrew Cagney <ac131313@redhat.com>
1330
1331 * config/i386/embed.mt (TM_FILE): Set to tm-i386.h.
1332 * config/i386/tm-embed.h: Delete.
1333
4edb848c
AC
13342001-11-17 Andrew Cagney <ac131313@redhat.com>
1335
1336 * Makefile.in (distclean): Explicitly delete Makefile et.al. in
1337 gdbserver sub directory.
1338
f87ece4d
AC
13392001-11-17 Andrew Cagney <ac131313@redhat.com>
1340
1341 * README: Mention need for alloca(). Mention problems with
1342 alpha-dec-osf4.0e. Clarify that comments refer to GDB 5.1.
1343
8a406745
KB
13442001-11-17 Kevin Buettner <kevinb@redhat.com>
1345
1346 * i386-linux-nat.c (fill_gregset): Use regcache_collect() instead
1347 of accessing registers[] directly.
1348
7dd945fa
KB
13492001-11-17 Kevin Buettner <kevinb@redhat.com>
1350
1351 * i386-linux-nat.c (fill_gregset): Don't invoke read_register_gen()
1352 when fetching ORIG_EAX.
1353
c2152441
DJ
13542001-11-17 Daniel Jacobowitz <drow@mvista.com>
1355
1356 * arm-linux-nat.c: Don't include <asm/ptrace.h>.
1357 (fetch_register): Use elf_gregset_t instead of struct pt_regs.
1358 (fetch_regs): Likewise.
1359 (store_register): Likewise.
1360 (store_regs): Likewise.
1361
b0677c2e
DJ
13622001-11-17 Daniel Jacobowitz <drow@mvista.com>
1363
1364 * sparc-linux-nat.c (fill_gregset): Replace read_register_gen
1365 with regcache_collect.
1366 (fill_fpregset): Likewise.
1367
d2b57b94
DJ
13682001-11-17 Daniel Jacobowitz <drow@mvista.com>
1369
1370 * Makefile.in: Add mips-linux-nat.c, mips-linux-tdep.c,
1371 and sparc-linux-nat.c to ALLDEPFILES. Add dependencies.
1372 * config/sparc/linux.mh: Add sparc-linux-nat.o to NATDEPFILES.
1373 * sparc-linux-nat.c: New file, from Mark Kettenis.
1374
4bdf3d34
JJ
13752001-11-16 Jakub Jelinek <jakub@redhat.com>
1376
1377 * dwarf2read.c (dwarf_str_buffer): New.
1378 (struct dwarf2_pinfo): Add dwarf_str_buffer and dwarf_str_size.
1379 (DWARF_STR_BUFFER, DWARF_STR_SIZE): Define.
1380 (dwarf2_has_info): Clear dwarf_str_offset.
1381 (dwarf2_build_psymtabs): Read .debug_str section if present.
1382 (dwarf2_build_psymtabs_hard): Save DWARF_STR_BUFFER and
1383 DWARF_STR_SIZE.
1384 (psymtab_to_symtab_1): Restore DWARF_STR_BUFFER and DWARF_STR_SIZE.
1385 (read_attribute): Handle DW_FORM_strp.
1386 (read_n_bytes, read_string): Remove HOST_CHAR_BIT != 8
1387 handling code.
1388 (read_indirect_string): New.
1389 (dump_die): Handle DW_FORM_strp.
1390
20a940cc
JB
13912001-11-16 Jim Blandy <jimb@redhat.com>
1392
1393 * s390-tdep.c: Tweak argument-passing to match GCC bugs.
1394 (is_float_singleton, is_struct_like, is_float_like): New
1395 functions, that isolate the weirdness.
1396 (is_double_or_float, is_simple_arg, pass_by_copy_ref,
1397 is_double_arg): Use is_struct_like and is_float_like, rather than
1398 testing the type codes ourselves.
1399 (s390_push_arguments): When passing args on the stack, align each
1400 on to a four-byte boundary, regardless of what the type itself
1401 needs.
1402
e5d63811
BH
14032001-11-16 Ben Harris <bjh21@netbsd.org>
1404
1405 * Makefile.in (os9kread.o): Replace $< with autoconf-approved
1406 $(srcdir)/....
1407 (procfs.o): Ditto.
1408 (z8k-tdep.o): Ditto.
1409
1005d5ef
BH
14102001-11-16 Ben Harris <bjh21@netbsd.org>
1411
1412 * MAINTAINERS (write-after-approval): Add self.
1413
a1677dfb
JB
14142001-11-15 Jim Blandy <jimb@redhat.com>
1415
1416 * s390-tdep.c (is_simple_arg): Structs and unions exactly eight
1417 bytes long should be handled as DOUBLE_ARGs; don't recognize them
1418 as SIMPLE_ARGs.
1419
ad10f812
AC
14202001-11-12 Andrew Cagney <ac131313@redhat.com>
1421
1422 * remote.c (struct packet_reg): Declare.
1423 (struct remote_state): Add fields sizeof_g_packet and g_packet.
1424 (init_remote_state): Initialize sizeof_g_packet and g_packet.
1425 (free_remote_state): Free g_packet.
1426 (packet_reg_from_pnum, packet_reg_by_regnum): New functions.
1427 (remote_wait): Use above instead of gdbarch methods
1428 REGISTER_RAW_SIZE and REGISTER_BYTES.
1429 (remote_async_wait): Ditto.
1430 (remote_fetch_registers, remote_store_registers): Ditto.
1431 (store_register_using_P): Ditto.
1432
9525aa90
AC
14332001-11-15 Andrew Cagney <ac131313@redhat.com>
1434
1435 * remote.c (_initialize_remote): Don't multi-arch swap tty_input.
1436 Second attempt.
1437
faf833ca
AC
14382001-11-15 Andrew Cagney <ac131313@redhat.com>
1439
1440 * utils.c (phex_nz): For default case, set str to phex_nz return
1441 value.
45a1e866 1442 (phex): Ditto.
faf833ca 1443
193cb69f
AC
14442001-11-15 Andrew Cagney <ac131313@redhat.com>
1445
1446 * TODO (register_buffer): Delete.
1447 * regcache.c (register_buffer): Make static.
1448 (regcache_collect): New function.
1449 * regcache.h (register_buffer): Delete declaration.
1450 (regcache_collect): Declare.
1451 * remote.c (store_register_using_P): Rewrite using
1452 regcache_collect.
1453 (remote_store_registers): Ditto.
1454 * go32-nat.c (store_register): Ditto.
1455
d01949b6
AC
14562001-11-14 Andrew Cagney <ac131313@redhat.com>
1457
1458 * remote.c (struct remote_state): Declare.
1459 (get_remote_state): New function.
1460 (init_remote_state): New function.
1461 (remote_gdbarch_data_handle): New global.
1462 (build_remote_packet_sizes): Delete function, moved to
1463 init_remote_state.
1464 (register_remote_packet_sizes): Delete function.
1465 (actual_register_packet_size, remote_packet_size): Moved to
1466 ``struct remote_state''.
1467 (PBUFSIZE): Delete. Replaced by rs->remote_packet_size.
1468 (free_remote_state): New function.
1469 (get_memory_packet_size, get_memory_read_packet_size)
1470 (set_thread, remote_unpack_thread_info_response)
1471 (remote_get_threadinfo, parse_threadlist_response)
1472 (remote_get_threadlist, remote_current_thread)
1473 (remote_threads_info, remote_threads_extra_info)
1474 (extended_remote_restart, get_offsets)
1475 (get_offsets, remote_check_symbols, remote_open_1)
1476 (remote_async_open_1, remote_detach, remote_async_detach)
1477 (remote_resume, remote_async_resume, remote_wait)
1478 (remote_async_wait, remote_fetch_registers)
1479 (store_register_using_P, remote_store_registers)
1480 (check_binary_download, putpkt_binary)
1481 (remote_insert_breakpoint, remote_remove_breakpoint)
1482 (remote_insert_watchpoint, remote_remove_watchpoint)
1483 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
1484 (compare_sections_command, remote_query)
1485 (remote_rcmd, remote_rcmd, packet_command)
1486 (remote_info_process): Update.
1487
1ff9c3d6
AC
14882001-11-14 Andrew Cagney <ac131313@redhat.com>
1489
1490 * remote.c: Include "gdb_assert.h".
1491 (tty_input): Wire buffer to 400 bytes.
1492 (readsocket): Check tty_input doesn't overflow.
1493 (build_remote_gdbarch_data, _initialize_remote): Don't multi-arch
1494 tty_input.
1495
86884b37
MS
14962001-11-14 Michael Snyder <msnyder@redhat.com>
1497
1498 * d10v-tdep.c (d10v_pointer_to_address): Use new type flag
1499 TYPE_FLAG_CODE_SPACE to recognize a pointer that has been cast
1500 into the instruction address space.
1501 * Makefile.in (doublest.o): Add dependency on gdbtypes.h.
1502
47663de5
MS
15032001-11-14 Michael Snyder <msnyder@redhat.com>
1504 Add address space identifiers to expression language for types.
1505 * c-exp.y (space_identifier, cv_with_space_id,
1506 const_or_volatile_or_space_identifier_noopt,
1507 const_or_volatile_or_space_identifier): New terminals.
1508 (ptype): Accept const_or_volatile_or_space_identifier.
1509 (typebase): Accept const_or_volatile_or_space_identifier.
1510 * c-typeprint.c (c_type_print_cv_qualifier): Rename to
1511 c_type_print_modifier. Handle address space modified types.
1512 * gdbtypes.h (TYPE_FLAG_CODE_SPACE, TYPE_FLAG_DATA_SPACE):
1513 New type flags.
1514 (struct type): Add new field as_type for addr-space qualified types.
1515 (TYPE_AS_TYPE): New macro, retrieves the chain of types that are
1516 identical to this one except for address-space qualification.
1517 * gdbtypes.c (alloc_type): Initialize new field 'as_type'.
1518 (address_space_name_to_int): New function.
1519 (address_space_int_to_name): New function.
1520 (make_type_with_address_space): New function.
1521 (make_cv_type): Handle as_type field of new struct type object.
1522 * parse.c (check_type_stack_depth): New function.
1523 (push_type_address_space): New function.
1524 (follow_types): Handle types with address-space qualifier.
1525 * parser-defs.h (enum type_pieces): Add enum tp_space_identifier.
1526
0d43edd1
JB
15272001-11-14 Jim Blandy <jimb@redhat.com>
1528
9a1befc9
JB
1529 * s390-tdep.c (s390_pop_frame_regular): On the S/390, the frame
1530 pointer and the SP are often the same, so we can't pop the frame
1531 by setting the SP to the FP; we need to get the old SP from
1532 saved_regs.
1533
f2c6cfba
JB
1534 * s390-tdep.c (s390_extract_return_value): Returned `float' values
1535 can simply be copied bitwise from the registers into the value
1536 object's buffer.
1537
09025237
JB
1538 * s390-tdep.c (s390_get_frame_info): Initialize SP's element of
1539 the frame's saved_regs array correctly.
1540
0d43edd1
JB
1541 * symfile.c (simple_read_overlay_table): Make sure we can find
1542 both `_novlys' and `_ovly_table' before we try anything else;
1543 print a helpful error message.
1544 (simple_overlay_update): No need to print error message here.
1545
befc81ac
MS
15462001-11-14 Michael Snyder <msnyder@redhat.com>
1547
1548 * Makefile.in (doublest.o): Add dependency on gdbtypes.h.
1549
032758dc
AC
15502001-11-10 Andrew Cagney <ac131313@redhat.com>
1551
1552 * arm-tdep.c (arm_register_type): New function.
1553 (arm_register_convertible): Delete.
1554 (arm_register_convert_to_virtual): Delete.
1555 (arm_register_convert_to_raw): Delete.
1556 * config/arm/tm-arm.h (REGISTER_CONVERTIBLE): Delete.
1557 (REGISTER_CONVERT_TO_VIRTUAL): Delete.
1558 (REGISTER_CONVERT_TO_RAW): Delete.
1559 (REGISTER_VIRTUAL_TYPE): Redefine as call to arm_register_type.
1560 (arm_register_type): Declare.
1561
8b982acf
EZ
15622001-11-13 Elena Zannoni <ezannoni@redhat.com>
1563
1564 From Andrew Cagney <cagney@redhat.com>:
1565 * gdbtypes.h (builtin_type_int128, builtin_type_uint128): Declare.
1566 * gdbtypes.c (_initialize_gdbtypes, build_gdbtypes): Initialize
1567 new builtin types.
1568
648f4f79
JB
15692001-11-13 Jim Blandy <jimb@redhat.com>
1570
78f8b424
JB
1571 * s390-tdep.c: Rewrite inferior function call code. This may
1572 break zSeries support; that should be fixed soon.
1573 #include "gdb_assert.h".
1574 (is_integer_like, is_pointer_like, is_simple_arg,
1575 pass_by_copy_ref, extend_simple_arg, is_double_arg, round_up,
1576 round_down, alignment_of): New functions.
1577 (s390_push_arguments): Rewritten to handle passing large arguments
1578 by value, and to make more readable.
1579
4c8287ac
JB
1580 * s390-tdep.c (s390_pop_frame): Call generic_pop_current_frame, to
1581 interact correctly with generic dummy frames.
1582 (s390_pop_frame_regular): Move the guts of the frame-popping code
1583 to here, to be called by generic_pop_current_frame. Use the
1584 frame's saved_regs array; this works for `return' as well as
1585 inferior function calls.
1586
0adb2aba
JB
1587 * s390-tdep.c (s390_gdbarch_init): Register the function
1588 `standard_coerce_float_to_double', since GCC for the S/390 follows
1589 the standard rules for passing floats.
1590
641225a4
JB
1591 * valops.c (default_coerce_float_to_double,
1592 standard_coerce_float_to_double): Doc fixes.
1593
648f4f79
JB
1594 Patch from Peter Schauer:
1595
1596 * symtab.c (find_pc_sect_line): If we can't find the function
1597 containing PC, we certainly won't have line number information for
1598 that location, so return zero immediately.
1599
0cb2e7c5
AC
16002001-11-10 Andrew Cagney <ac131313@redhat.com>
1601
1602 * config/i960/tm-nindy960.h (REGISTER_CONVERTIBLE)
1603 (REGISTER_CONVERT_TO_RAW, REGISTER_CONVERT_TO_VIRTUAL): Delete
1604 undef.
1605 * i960-tdep.c (i960_register_type): New function.
1606 * config/i960/tm-i960.h (REGISTER_CONVERTIBLE): Delete.
1607 (REGISTER_CONVERT_TO_VIRTUAL): Delete.
1608 (REGISTER_CONVERT_TO_RAW): Delete.
1609 (REGISTER_VIRTUAL_TYPE): Update. Call i960_register_type.
1610
2c10d744
AC
16112001-11-10 Andrew Cagney <ac131313@redhat.com>
1612
1613 * m88k-tdep.c (m88k_register_type): New function.
1614 * config/m88k/tm-m88k.h (REGISTER_CONVERTIBLE): Delete.
1615 (REGISTER_CONVERT_TO_VIRTUAL): Delete.
1616 (REGISTER_CONVERT_TO_RAW): Delete.
1617 (m88k_register_type): Declare.
1618 (REGISTER_VIRTUAL_TYPE): Update. Call m88k_register_type.
1619
226271d3
MK
16202001-11-11 Mark Kettenis <kettenis@elgar.my.domain>
1621
1622 * i386-tdep.h (FPU_REG_RAW_SIZE): Define unconditionally.
1623 * i387-nat.c, i387-tdep.c: Unconditionally include "i386-tdep.h".
1624 * config/i386/tm-i386.h (FPU_REG_RAW_SIZE): Removed.
1625 (SIZEOF_FPU_REGS): Don't use FPU_REG_RAW_SIZE here.
1626
c2636352
JB
16272001-11-12 Jim Blandy <jimb@redhat.com>
1628
1629 Patch from Andreas Schwab <schwab@suse.de>:
1630 * eval.c (evaluate_subexp_standard): Fix memory leak: use alloca
1631 instead of xmalloc.
1632
c26e4683
JB
16332001-11-12 Jim Blandy <jimb@redhat.com>
1634
1635 * corefile.c (write_memory_unsigned_integer,
1636 write_memory_signed_integer): New functions.
1637 (write_memory): Move to be with other write_memory_* functions.
1638 * gdbcore.h (write_memory_unsigned_integer,
1639 write_memory_signed_integer): New declarations.
1640
9aa1fe7e
GK
16412001-11-11 Geoffrey Keating <geoffk@redhat.com>
1642
1643 * dwarf2read.c (dwarf_decode_lines): Properly deal with
1644 unknown standard opcodes.
1645
5b582da3
AC
16462001-11-11 Andrew Cagney <ac131313@redhat.com>
1647
1648 * README (alpha-dec-osf5.1): Mention -DUSE_LDR_ROUTINES.
1649 (sparcv9-sun-solars2.8): Mention problem with 64 bit GCC 3.0.x.
1650 (i586-sco-sysv5uw7.1.1): Mention problem with threads.
1651
b18c45ed
AC
16522001-11-11 Andrew Cagney <ac131313@redhat.com>
1653
1654 From Mark Kettenis <kettenis@gnu.org>:
1655 * breakpoint.c (breakpoint_re_set_one): Don't discard SHLIB
1656 breakpoints when they fail.
1657
3d6d86c6
AC
16582001-11-10 Andrew Cagney <ac131313@redhat.com>
1659
1660 * printcmd.c, valprint.c, language.c, linespec.c, infcmd.c,
1661 gnu-nat.c, findvar.c, expprint.c, typeprint.c, stack.c, top.c:
1662 Replace value_ptr with struct value.
1663
6943961c
AC
16642001-11-10 Andrew Cagney <ac131313@redhat.com>
1665
1666 * c-valprint.c, ch-lang.c, ch-valprint.c, cp-valprint.c,
1667 p-valprint.c, scm-exp.c, scm-lang.c, scm-valprint.c: Replace
1668 value_ptr with struct value.
1669
61051030
AC
16702001-11-10 Andrew Cagney <ac131313@redhat.com>
1671
1672 * eval.c: Replace most occurances of value_ptr with struct value.
1673
f312f057
JB
16742001-11-09 Jim Blandy <jimb@redhat.com>
1675
d4d0c21e
JB
1676 * s390-tdep.c: Don't use a call dummy.
1677 (s390_fix_call_dummy, s390_pc_in_call_dummy): Delete.
1678 (s390_push_return_address): Put the address of the inferior call
1679 breakpoint in r14.
1680 (s390_gdbarch_init):
1681 - Provide trivial definition of s390_call_dummy_words; register it
1682 with the gdbarch appropriately.
1683 - Delete S390x_call_dummy_words.
1684 - Gather inferior-call-related settings into a group.
1685 - Use generic dummy frames.
1686 - Put the inferior call breakpoint at the entry point.
1687 - Use generic gdbarch methods: pc_in_call_dummy_at_entry_point,
1688 generic_push_dummy_frame, generic_fix_call_dummy.
1689 - There is a call dummy breakpoint offset; it's zero.
1690
f7aaef7d 1691 * s390-tdep.c: (s390_push_arguments): Write a back chain pointer
01c464e9
JB
1692 into the dummy frame, to help us get backtraces.
1693
f312f057
JB
1694 * values.c (value_as_address): If VAL is a function or method,
1695 just return its address; don't let COERCE_ARRAY convert its
1696 address to a pointer, and then have unpack_long convert it back to
1697 an address.
1698
5598ce11
PM
16992001-11-06 Pierre Muller <muller@ics.u-strasbg.fr>
1700
1701 * p-lang.c (is_pascal_string_type): New function to determine if a
1702 type is a string type.
1703 * p-lang.h: Add prototype for is_pascal_string_type.
1704 * p-valprint.c (pascal_val_print) : Use is_pascal_string_type function
1705 to display strings nicely.
1706
94a716bf
PM
17072001-11-06 Pierre Muller <muller@ics.u-strasbg.fr>
1708
1709 * p-exp.y (yylex): Only change case of expression if symbol is found.
1710 Also check for GPC standard name form.
1711
f6a9480e
AC
17122001-11-08 Andrew Cagney <ac131313@redhat.com>
1713
1714 * gdb_indent.sh: New file.
1715
64f9bb98
JB
17162001-11-08 Jim Blandy <jimb@redhat.com>
1717
1718 * s390-tdep.c (s390_get_frame_info): Initialize got_load_addr and
1719 got_load_len, to placate compiler.
1720
cd3c07fc
MK
17212001-11-08 Mark Kettenis <kettenis@gnu.org>
1722
1723 * i386-tdep.c (i386_gdbarch_init): Fix typo.
1724
4c801202
JB
17252001-11-08 Jim Blandy <jimb@redhat.com>
1726
8001d1e4
JB
1727 * s390-tdep.c (s390_gdbarch_init): Use func_frame_chain_valid, not
1728 file_frame_chain_valid.
1729
8ac0e65a
JB
1730 * s390-tdep.c (s390_get_frame_info): If the prologue loads r12
1731 from the constant pool, but doesn't add in the constant pool's
1732 address to it, then this function probably isn't using r12 as a
1733 GOT pointer, and that load probably wasn't part of the prologue.
1734
4c801202
JB
1735 * s390-tdep.c (s390_gdbarch_init): Use the default
1736 prepare_to_proceed function established by config/nm-linux.h;
1737 don't try to set it to linuxthreads_prepare_to_proceed.
1738
a62cc96e
AC
1739Wed Nov 7 20:38:14 2001 Andrew Cagney <cagney@redhat.com>
1740
1741 * i386-tdep.c: Include "i386-tdep.h".
1742 (XMALLOC): Define.
1743 (i386_gdbarch_init): New function.
1744 (_initialize_i386_tdep): Register bfd_arch_i386.
1745 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Define as
1746 GDB_MULTI_ARCH_PARTIAL.
1747 * i386-tdep.h: When partially multi-arch, conditionally define
1748 all macros.
1749
8ea43c6d
AC
1750Wed Nov 7 20:45:32 2001 Andrew Cagney <cagney@redhat.com>
1751
1752 * i386-tdep.c (set_disassembly_flavor): Delete function.
1753 (set_disassembly_flavor_sfunc): Delete function.
1754
6a34fd2f
EZ
17552001-11-07 Elena Zannoni <ezannoni@redhat.com>
1756
1757 * dbxread.c (set_namestring): New function, replacing the
1758 SET_NAMESTRING macro.
1759 (SET_NAMESTRING, CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE,
1760 CUR_SYMBOL_STRX, DBXREAD_ONLY, START_PSYMTAB, END_PSYMTAB): Delete
1761 definitions.
1762 (read_dbx_symtab): Don't include partial-stab.h any more. Don't
1763 reuse code in partial-stab.h, include the code directly, instead.
1764
1765 * Makefile.in (dbxread.o): Remove dependency on partial-stab.h.
1766 (HFILES_NO_SRCDIR): Remove partial-stab.h.
1767
1768 * partial-stab.h: Remove file.
1769
a72293e2
AC
17702001-11-07 Andrew Cagney <ac131313@redhat.com>
1771
1772 * gdbarch.sh: For multi-arch functions, check there is a
1773 predefault and use it as the static default.
1774 * gdbarch.c: Re-generate.
1775
8cf03c4c
MK
17762001-11-08 Mark Kettenis <kettenis@gnu.org>
1777
1778 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Define in
1779 terms of NUM_GREGS, NUM_FREGS and NUM_SSE_REGS instead of
1780 hardcoding the register number.
1781
56f12751
AC
17822001-11-07 Andrew Cagney <ac131313@redhat.com>
1783
1784 * gdbarch.sh (USE_STRUCT_CONVENTION): Default to
1785 generic_use_struct_convention.
1786 * gdbarch.h, gdbarch.c: Regenerate.
1787 * values.c (USE_STRUCT_CONVENTION): Delete definition, moved to
1788 gdbarch.h.
1789
a4a7d16f
AC
17902001-11-06 Andrew Cagney <ac131313@redhat.com>
1791
1792 * gdbarch.sh (PC_IN_CALL_DUMMY): Require a value.
1793 * gdbarch.c: Regenerate.
1794
4dc13854
FF
17952001-11-06 Fred Fish <fnf@redhat.com>
1796
1797 * complaints.c (info_verbose): Remove unneeded decl, is in defs.h.
1798 * dbxread.c: Ditto
1799 * dwarf2read.c: Ditto.
1800 * dwarfread.c: Ditto.
1801 * exec.c: Ditto.
1802 * hpread.c: Ditto.
1803 * hpread.h: Ditto.
1804 * mdebugread.c: Ditto.
1805 * os9kread.c: Ditto.
1806 * stack.c: Ditto.
1807 * symfile.c: Ditto.
1808 * tracepoint.c: Ditto.
1809
7fe4d0d2
AC
18102001-11-06 Andrew Cagney <ac131313@redhat.com>
1811
1812 * MAINTAINERS: Update Andrew Cagney's responsibilities. Mention
1813 David Taylor and Nick Duffek in past maintainers.
1814
d3119d1e
EZ
18152001-11-06 Elena Zannoni <ezannoni@redhat.com>
1816
1817 * mdebugread.c (CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE, START_PSYMTAB,
1818 END_PSYMTAB, SET_NAMESTRING, HANDLE_RBRAC): Delete definitions.
1819 (parse_partial_symbols): Don't include partial-stab.h any
1820 more. Don't reuse code in partial-stab.h, include the code
1821 directly, instead. Simplify code from partial-stab.h eliminating
1822 ifdef DBXREAD_ONLY code.
1823
1824 * Makefile.in (mdebugread.o): Remove dependency on partial-stab.h.
1825
e2d46a8c
JB
18262001-11-06 Jim Blandy <jimb@redhat.com>
1827
3ecc0ae2
JB
1828 * s390-nat.c: #include "regcache.h", to get declaration for
1829 `supply_register'. (The last change already added the dependency
1830 of s390-nat.o on regcache.h. Oops.)
1831
e81b020b
JB
1832 * Makefile.in (ALLDEPFILES): Add s390-tdep.c and s390-nat.c.
1833 (s390-tdep.o, s390-nat.o): New rules.
1834
38937755 1835 * s390-nat.c (s390_register_u_addr): Pass proper arguments to
e2d46a8c
JB
1836 internal_error.
1837
a985cd41
AC
18382001-11-06 Andrew Cagney <ac131313@redhat.com>
1839
1840 * gdbarch.sh (CALL_DUMMY_LOCATION): Require a value.
1841 * gdbarch.c: Regenerate.
1842
e6b47f07
AC
18432001-11-06 Andrew Cagney <ac131313@redhat.com>
1844
1845 * blockframe.c (get_prev_frame): Replace #ifdef
1846 INIT_EXTRA_FRAME_INFO with run-time test.
1847
69a0d5f4
AC
18482001-11-05 Andrew Cagney <ac131313@redhat.com>
1849
1850 * gdbarch.sh (push_return_address): Change to a function with
1851 predicate.
1852 * gdbarch.h, gdbarch.c: Re-generate.
1853 * valops.c (hand_function_call): Replace #ifdef
1854 PUSH_RETURN_ADDRESS with run-time test of PUSH_RETURN_ADDRESS_P.
1855
c12260ac
CV
18562001-11-06 Corinna Vinschen <vinschen@redhat.com>
1857
1858 * arch-utils.c (generic_in_function_epilogue_p): New function.
1859 * arch-utils.h (generic_in_function_epilogue_p): Declare extern.
1860 * breakpoint.c (watchpoint_check): Add test whether the pc is
1861 currently in the epilogue of a function.
1862 * gdbarch.c: Autogenerated from gdbarch.sh.
1863 * gdbarch.h: Ditto.
1864 * gdbarch.sh (function_list): Add `in_function_epilogue_p' definition.
1865
c4620205
JB
18662001-11-05 Jim Blandy <jimb@redhat.com>
1867
8114216b
JB
1868 * config/s390/s390.mh (NATDEPFILES): Don't split this across
1869 several lines with backslashes; the `sed' command in
1870 configure.in's AC_OUTPUT clause that comments out the NATDEPFILES
1871 assignment doesn't handle lines extended with backslashes.
1872
c4620205
JB
1873 * configure.in (AC_OUTPUT): Handle assignments to NATDEPFILES
1874 using `+=' as well as `='.
1875 * configure: Regenerated.
1876
5fdff426
AC
18772001-11-05 Andrew Cagney <ac131313@redhat.com>
1878
1879 * gdbarch.sh (init_extra_frame_info): Change to a function with
69a0d5f4 1880 predicate.
5fdff426
AC
1881 * gdbarch.h, gdbarch.c: Re-generate.
1882 * blockframe.c (create_new_frame): Replace #ifdef
1883 INIT_EXTRA_FRAME_INFO with run-time test of
1884 INIT_EXTRA_FRAME_INFO_P.
1885
f16a1923
AC
18862001-11-05 Andrew Cagney <ac131313@redhat.com>
1887
1888 * gdbarch.sh (verify_gdbarch): Use a mem_file to accumulate all
1889 error messages. Print in a single batch.
1890 * gdbarch.c: Re-generate.
1891
0fc087fe
MK
18922001-11-04 Mark Kettenis <kettenis@gnu.org>
1893
3fb1c838
MK
1894 * i386-linux-nat.c (GETREGS_SUPPLIES, supply_gregset,
1895 fill_gregset): Add support for "orig_eax" register.
1896
6441c4a0
MK
1897 Add support for "orig_eax" pseudo register on Linux/x86.
1898 * i386-linux-tdep.c: Include "inferior.h".
1899 (i386_linux_register_name, i386_linux_register_byte,
1900 i386_linux_register_raw_size): New functions.
1901 (i386_linux_write_pc): New function.
1902 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): New define.
1903 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
1904 REGISTER_BYTE, REGISTER_RAW_SIZE): Define to deal with additional
1905 register.
1906 (i386_linux_register_name, i386_linux_register_byte,
1907 i386_linux_register_raw_size): New prototypes.
1908 (TARGET_WRITE_PC): New define.
1909 (i386_linux_write_pc): New prototype.
1910
1a11ba71
MK
1911 * i386-tdep.c (i386_register_offset): Renamed from
1912 i386_register_byte. Made static.
1913 (i386_register_size): Renamed from i386_register_raw_size. Made
1914 static.
1915 (i386_register_virtual_size): Removed.
1916 (i386_register_byte, i386_register_raw_size,
1917 i386_register_virtual_size): New functions.
1918 (_initialize_i386_tdep): Initialize i386_register_offset instead
1919 of i386_register_byte. Remove code to initialize
1920 i386_register_virtual_size.
1921 * config/i386/tm-i386.h (REGISTER_BYTE): Redefine to use
1922 i386_register_byte function.
1923 (REGISTER_RAW_SIZE): Redefine to use i386_register_raw_size
1924 function.
1925 (REGISTER_VIRTUAL_SIZE): Redefine to use
1926 i386_register_virtual_size function.
1927 (i386_register_byte, i386_register_raw_size,
1928 i386_register_virtual_size): New functions.
1929
0fc087fe
MK
1930 * Makefile.in (ALLDEPFILES): Add i387-nat.c.
1931 (i387-nat.o): Add dependencies.
1932
1396e6f1
AC
19332001-11-02 Andrew Cagney <ac131313@redhat.com>
1934
1935 * README: Mention problem with alpha-dec-osf5.1.
1936
5c7dd748
AC
19372001-11-02 Andrew Cagney <ac131313@redhat.com>
1938
1939 * utils.c (internal_verror): Restore calls to abort().
1940 Fix PR gdb/219.
1941
3559696c
MC
19422001-11-02 Michael Chastain <mec@shout.net>
1943
1944 * MAINTAINERS: Update my entry.
1945
53e8ad3d
MS
19462001-11-01 Michael Snyder <msnyder@redhat.com>
1947
1948 * symtab.c (operator_chars): Allow '*' and '[' to be quoted in
1949 operator names, to avoid regexp expansion.
1950 (search_symbols): Alloca buffer is too small, may get clobbered.
1951
990f9fe3
FF
19522001-11-01 Fred Fish <fnf@redhat.com>
1953
1954 * coff-solib.c (coff_solib_add): Add new readsyms arg.
1955 * irix5-nat.c (solib_add): Ditto.
1956 * osfsolib.c (solib_add): Ditto.
1957 * pa64solib.c (pa64_solib_add): Ditto.
1958 * pa64solib.c (add_to_solist): Ditto.
1959 * pa64solib.c (read_dld_descriptor): Ditto.
1960 * solib.c (solib_add): Ditto.
1961 * somsolib.c (som_solib_add): Ditto.
1962 * win32-nat.c (child_solib_add): Ditto.
1963 * xcoffsolib.c (solib_add): Ditto.
1964
1965 * coff-solib.h (coff_solib_add): Add new readsyms arg to prototype.
1966 * pa64solib.c (add_to_solist): Ditto.
1967 * pa64solib.c (read_dld_descriptor): Ditto.
1968 * pa64solib.h (pa64_solib_add): Ditto.
1969 * solib.h (solib_add): Ditto.
1970 * somsolib.h (som_solib_add): Ditto.
1971 * config/i386/tm-cygwin.h (child_solib_add): Ditto.
1972
1973 * coff-solib.c (coff_solib_add): If readsyms is zero don't read
1974 symbols but do any other needed work for shared libs.
1975 * irix5-nat.c: Ditto.
1976 * osfsolib.c (solib_add): Ditto.
1977 * solib.c (solib_add): Ditto.
1978 * win32-nat.c (child_solib_add): Ditto.
1979 * xcoffsolib.c (solib_add): Ditto.
1980
1981 * irix5-nat.c (sharedlibrary_command): Pass 1 as readsyms to
1982 solib_add to force reading of shared library symbols.
1983 * osfsolib.c (sharedlibrary_command;): Ditto.
1984 * pa64solib.c (pa64_solib_sharedlibrary_command): Ditto.
1985 * solib.c (sharedlibrary_command): Ditto.
1986 * somsolib.c (som_solib_sharedlibrary_command): Ditto.
1987 * xcoffsolib.c (sharedlibrary_command): Ditto.
1988
1989 * coff-solib.c (coff_solib_create_inferior_hook): Call solib_add
1990 unconditionally with auto_solib_add.
1991 * irix5-nat.c (solib_create_inferior_hook): Ditto.
1992 * osfsolib.c (solib_create_inferior_hook): Ditto.
1993 * solib.c (solib_create_inferior_hook): Ditto.
1994 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
1995 * solib-svr4.c (enable_break): Ditto.
1996 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
1997
1998 * corelow.c (solib_add_stub): Add auto_solib_add to args passed
1999 via SOLIB_ADD.
2000 * sol-thread.c (sol_thread_attach): Ditto.
2001 * config/rs6000/nm-rs6000.h (SOLIB_ADD): Ditto.
2002
2003 * infcmd.c (attach_command): Remove auto_solib_add decl.
2004 Call SOLIB_ADD directly with auto_solib_add.
2005 * infrun.c (handle_inferior_event): Ditto.
2006
2007 * coff-solib.h (SOLIB_ADD): Add readsyms arg.
2008 * pa64solib.h (SOLIB_ADD): Ditto.
2009 * solib.h (SOLIB_ADD): Ditto.
2010 * somsolib.h (SOLIB_ADD): Ditto.
2011 * config/i386/tm-cygwin.h (SOLIB_ADD): Ditto.
2012
2013 * fork-child.c (clone_and_follow_inferior): Remove unused
2014 auto_solib_add decl.
2015
2016 * pa64solib.c (pa64_solib_add): Call add_to_solist with readsyms.
2017 (read_dld_descriptor): Ditto.
2018 (pa64_solib_add): Call read_dld_descriptor with readsyms.
2019 (pa64_solib_in_dynamic_linker): Ditto.
2020
2021 * corelow.c (symfile.h): Need this for auto_solib_add declaration.
2022 * sol-thread.c (symfile.h): Ditto.
2023
1de2edba
AC
20242001-10-31 Andrew Cagney <ac131313@redhat.com>
2025
2026 * s390-nat.c (s390_remove_watchpoint): Use xfree.
2027 (s390_insert_watchpoint): Use xmalloc.
2028
30b28db1
AC
20292001-10-31 Andrew Cagney <ac131313@redhat.com>
2030
2031 * varobj.c: Replace value_ptr with ``struct value *''.
2032
72330bd6
AC
20332001-10-31 Andrew Cagney <ac131313@redhat.com>
2034
2035 * varobj.c: Re-indent.
2036
d45fc520
AC
20372001-10-31 Andrew Cagney <ac131313@redhat.com>
2038
2039 * x86-64-tdep.c (value_push, x86_64_push_arguments): Replace
2040 ``value_ptr'' with ``struct value *''.
2041 * s390-tdep.c (s390_push_arguments): Ditto.
2042
3a1c5313
AC
20432001-10-30 Andrew Cagney <ac131313@redhat.com>
2044
2045 * ppc-tdep.h: Add #ifndef wrapper. Replace value_ptr with
2046 ``struct value *''.
2047 (struct frame_info, struct value): Add opaque declarations.
2048
68e9cc94
CV
20492001-10-31 Corinna Vinschen <vinschen@redhat.com>
2050
2051 * arch-utils.c (generic_in_solib_call_trampoline): New function.
2052 * arch-utils.h (generic_in_solib_call_trampoline): Extern declaration.
2053 * gdbarch.c: Regenerated from gdbarch.sh.
2054 * gdbarch.h: Ditto.
2055 * gdbarch.sh (function_list): Add `IN_SOLIB_CALL_TRAMPOLINE' definition.
2056 * infrun.c (IN_SOLIB_CALL_TRAMPOLINE): Remove macro.
2057
60e6cc42
AC
20582001-10-31 Andrew Cagney <ac131313@redhat.com>
2059
2060 From DJ Barrow.
2061 * s390-tdep.c: (s390_gdbarch_init): Don't initialize
2062 find_solib_trampoline_target.
2063
61387159
AC
20642001-10-31 Andrew Cagney <ac131313@redhat.com>
2065
2066 * remote-vx.c (net_wait): Fix typo from PIDGET change.
2067
fc633446
MK
20682001-10-31 Mark Kettenis <kettenis@gnu.org>
2069
2070 * config/i386/tm-i386.h (REGISTER_NAMES): Remove.
2071 (REGISTER_NAME): New define.
2072 (i386_register_name): New prototype.
2073 * i386-tdep.c (i386_register_names): New variable.
2074 (i386_register_name): New function.
2075 * config/i386/tm-i386os9k.h, config/i386/tm-ptx.h,
2076 config/i386/tm-symmetry.h: Undefine REGISTER_NAME instead of
2077 REGISTER_NAMES.
2078
3f8ad85b
CF
20792001-10-31 Christopher Faylor <cgf@redhat.com>
2080
2081 * win32-nat.c (register_loaded_dll): Attempt to ensure that the case of
2082 the loaded DLL matches the on-disk case since the debugging API does
2083 not seem to ensure this. Calculate max name length here.
2084 (handle_load_dll): Move max name length calculation to
2085 register_loaded_dll.
2086
433144fb
DJ
20872001-10-31 Daniel Jacobowitz <drow@mvista.com>
2088
2089 * arm-linux-nat.c: Include <asm/ptrace.h> explicitly.
2090
ddc54292
KS
20912001-10-30 Keith Seitz <keiths@redhat.com>
2092
2093 * wrapper.h (gdb_value_struct_elt): New function.
2094 * wrapper.c (gdb_value_struct_elt): Ditto.
2095 (do_captured_value_struct_elt): Ditto.
2096
34f47bc4
AC
20972001-10-30 Andrew Cagney <ac131313@redhat.com>
2098
2099 * README, NEWS: Update for 5.1.
2100
4536bbc6
AC
21012001-10-30 Andrew Cagney <ac131313@redhat.com>
2102
2103 * configure.in (WERROR_CFLAGS): Use AC_TRY_COMPILE to test the
2104 -W... flags.
2105 * configure: Re-generate.
2106
c3c057c8
FF
21072001-10-30 Fred Fish <fnf@redhat.com>
2108
2109 * somsolib.c (som_solib_add): A megabyte is 1024*1024 bytes.
2110 * pa64solib.c (add_to_solist): Ditto.
2111 * win32-nat.c (_initialize_inftarg): Remove unnecessary
2112 initialization of auto_solib_add, it defaults to 1.
2113
b7209cb4
FF
21142001-10-27 Fred Fish <fnf@redhat.com>
2115
2116 * symfile.c (auto_solib_add): Update comment to note that
2117 this variable is now just used as a boolean to control shlib
2118 autoloading, and clarify when it is used.
2119 * symfile.h (auto_solib_add): Ditto.
2120
2121 * symfile.c (auto_solib_limit): New variable that holds the
2122 autoloading threshold instead of overloading auto_solib_add.
2123 * symfile.h (auto_solib_limit): Ditto.
2124
2125 * irix5-nat.c (_initialize_solib): Change auto-solib-add
2126 variable from var_zinteger to var_boolean and update help.
2127 * osfsolib.c (_initialize_solib): Ditto.
2128 * pa64solib.c (_initialize_pa64_solib): Ditto.
2129 * solib.c (_initialize_solib): Ditto.
2130 * somsolib.c (_initialize_som_solib): Ditto.
2131 * xcoffsolib.c (_initialize_solib): Ditto.
2132
2133 * pa64solib.c (pa64_solib_total_st_size): Update comment to
2134 note that the new auto_solib_limit variable is used instead
2135 of overloading auto_solib_add variable.
2136 (_initialize_pa64_solib): Ditto.
2137 * somsolib.c (som_solib_total_st_size): Ditto.
2138 (_initialize_som_solib): Ditto.
2139
2140 * pa64solib.c (_initialize_pa64_solib): Add new set/show
2141 commands for auto-solib-limit variable.
2142 * somsolib.c (_initialize_som_solib): Ditto
2143
2144 * pa64solib.c (add_to_solist): Check that auto_solib_add is
2145 set and use auto_solib_limit as the threshold size instead
2146 of auto_solib_add.
2147 * somsolib.c (som_solib_add): Ditto, and also change warning
2148 text about size threshold exceeded.
2149
dec66fe5
MK
21502001-10-21 Mark Kettenis <kettenis@gnu.org>
2151
2152 * config/i386/tm-i386v.h: Don't include "regcache.h".
2153 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, FRAME_CHAIN,
2154 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_NUM_ARGS):
2155 Remove macros. The versions from "tm-i386.h" should work fine
2156 (and in most cases even better).
2157
c6ba6f0d
MK
21582001-10-30 Mark Kettenis <kettenis@gnu.org>
2159
2160 * i386-tdep.c (i386_extract_return_value): Use
2161 convert_typed_floating to extract floating-point value from
2162 register buffer.
2163 (i386_store_return_value): Use convert_typed_floating to store
2164 floating-point return balue in register buffer
2165 (i386_register_virtual_type): Change type of floating-point
2166 registers to builtin_type_i387_ext.
2167 (i386_register_convert_to_virtual): Use convert_typed_floating to
2168 do the conversion.
2169 (i386_register_convert_to_raw): Likewise.
2170
43686d64
MK
21712001-10-29 Mark Kettenis <kettenis@gnu.org>
2172
2173 * doublest.h (convert_typed_floating): New prototype.
2174 * doublest.c (convert_typed_floating): New function.
2175
87ffba60
MK
21762001-10-28 Mark Kettenis <kettenis@gnu.org>
2177
2178 * doublest.c: Improve comments a bit.
2179 (floatformat_from_length): New function.
2180 (NAN): Define to 0.0 if not already defined.
2181 (extract_floating): Rewrite to use floatformat_from_length. Warn
2182 instead of error if LEN doesn't match a known floating-point type,
2183 and return NaN (or 0.0 if NaN isn't available) in that case.
2184 (store_floating): Likewise, but zero out the target byte-stream if
2185 LEN doesn't match a known floating-point type.
2186 (extract_typed_floating): Reformat a bit.
2187 (store_typed_floating): Reformat a bit. Add comment about zeroing
2188 out padding in the target buffer.
2189 * doublest.h (extract_floating, store_floating): Fix comment about
2190 deprecation of these functions. Add parameter names to prototypes.
2191
e371b258
MK
21922001-10-28 Mark Kettenis <kettenis@gnu.org>
2193
4583280c
MK
2194 * i387-tdep.c (print_i387_value): Use extract_typed_floating to
2195 convert RAW to a DOUBLEST instead of extract_floating.
2196
e371b258
MK
2197 * gdbtypes.c (_initialize_gdbtypes): Set floating-point type for
2198 builtin_type_i387_ext to floatformat_i387_ext.
2199
17fd1ad9
DJ
22002001-10-24 Daniel Jacobowitz <drow@mvista.com>
2201
2202 * arm-linux-nat.c (fill_gregset): Do not check register_valid[].
2203 (fill_fpregset): Likewise.
2204
fa4e4598
OF
22052001-10-26 Orjan Friberg <orjanf@axis.com>
2206
2207 * cris-tdep.c (constraint): Loop through the whole cris_spec_regs
2208 struct, not just the NUM_SPECREGS first entries.
2209 (bdap_prefix): Read PC before autoincrement.
2210
02cc9f49
CV
22112001-10-24 Corinna Vinschen <vinschen@redhat.com>
2212
2213 * win32-nat.c (DebugSetProcessKillOnExit): New static function
2214 pointer to Windows' DebugSetProcessKillOnExit() function.
2215 (DebugActiveProcessStop): Ditto for DebugActiveProcessStop().
2216 (has_detach_ability): New function.
2217 (child_attach): If system has detach ability, enable it.
2218 (child_detach): If system has detach ability, actually
2219 detach from process.
2220 Change tty output to Linux format.
2221
3973eadd
JB
22222001-10-23 Jim Blandy <jimb@redhat.com>
2223
2224 Isolate STABS readers' use of the `textlow' and `texthigh' fields
2225 of `struct partial_symtab' to only a few locations. This change
2226 is not supposed to affect the way the values are computed, only
2227 where they live.
2228
2229 * dbxread.c (struct symloc): Add `textlow' and `texthigh' fields
2230 to the reader-specific structure.
2231 * mdebugread.c (struct symloc): Same.
2232 * dbxread.c (TEXTLOW, TEXTHIGH): New accessor macros.
2233 * mdebugread.c (TEXTLOW, TEXTHIGH): Same.
2234 * dbxread.c (dbx_symfile_read): After we've built all our partial
2235 symbol tables, set each partial symtab's `textlow' and `texthigh'
2236 fields from our reader-specific structure.
2237 * mdebugread.c (mdebug_build_psymtabs): Same.
2238 * dbxread.c (start_psymtab): Initialize the reader-specific
2239 structure's `textlow' and `texthigh' from the new psymtab's.
2240 * mdebugread.c (parse_partial_symbols, new_psymtab): Same.
2241 * dbxread.c (read_dbx_symtab, end_psymtab, read_ofile_symtab): Use
2242 the reader-specific `textlow' and `texthigh', not the generic
2243 psymtab fields.
2244 * mdebugread.c (parse_lines, parse_partial_symbols,
2245 psymtab_to_symtab_1): Same.
2246 * partial-stab.h: Same.
2247
ce414844
AC
2248Tue Oct 23 18:59:42 2001 Andrew Cagney <cagney@redhat.com>
2249
2250 * hp-psymtab-read.c, hppah-nat.c, hppa-tdep.c: Fix -Wformat
2251 problems.
2252
8f236061
AC
2253Tue Oct 23 14:16:10 2001 Andrew Cagney <cagney@redhat.com>
2254
2255 * somsolib.c (som_solib_add): Use core_addr_to_host_pointer.
2256 (som_solib_desire_dynamic_linker_symbols): Compare integers with
2257 zero not NULL.
2258 * hp-psymtab-read.c (hpread_call_pxdb): Make parameter constant.
2259
d20bf2e8
AC
22602001-10-21 Andrew Cagney <ac131313@redhat.com>
2261
2262 * top.c (print_gdb_version): Do not print ``(MI_OUT)''. MI
2263 interface is always enabled.
2264
17732724
AC
22652001-10-21 Andrew Cagney <ac131313@redhat.com>
2266
2267 * Makefile.in: Replace top.h with $(top_h). Replace expression.h
2268 with $(expression_h). Replace command.h with $(command_h).
2269 (language_h): Define. Replace language.h with $(language_h).
2270 Replace call-cmds.h with $(call_cmds_h). Replace varobj.h with
2271 $(varobj_h).
2272 (wrapper_h, valprint_h, objfiles_h, complaints_h): Ditto.
2273 (serial_h, hpread_h, buildsym_h, stabsread_h): Ditto.
2274 (xcoffsolib_h, gdb_stabs_h, linespec_h): Ditto.
2275 (bcache_h, gdb_events_h, monitor_h): Ditto.
2276 (ser_unix_h, source_h): Ditto.
2277 (varobj_h): Update list.
2278
2279 * call-cmds.h: Add CALL_CMDS_H macro wrapper.
2280 * solist.h: Add SOLIST_H macro wrapper.
2281 * monitor.h: Add MONITOR_H macro wrapper.
2282 * typeprint.h: Add TYPEPRINT_H macro wrapper.
2283 * xcoffsolib.h: Add XCOFFSOLIB_H macro wrapper.
2284 * valprint.h: Add VALPRINT_H macro wrapper.
2285 * top.h: Add TOP_H macro wrapper.
2286
fd0407d6
AC
22872001-10-21 Andrew Cagney <ac131313@redhat.com>
2288
2289 * config/a29k/tm-vx29k.h, i386-tdep.c: Include "value.h".
2290 * arm-tdep.c, exec.c, ia64-tdep.c, infrun.c: Ditto.
2291 * ppc-linux-tdep.c, remote-es.c, remote.c: Ditto.
2292 * rs6000-tdep.c, s390-tdep.c, x86-64-tdep.c: Ditto.
2293 * Makefile.in (arm-tdep.o, exec.o, i386-tdep.o, ia64-tdep.o)
2294 (infrun.o, ppc-linux-tdep.o, remote.o, rs6000-tdep.o)
2295 (x86-64-tdep.o): Update dependencies.
2296 * gdbarch.sh [!GDB_MULTI_ARCH]: Include "value.h".
2297 * gdbarch.h, gdbarch.c: Re-generate.
2298
3c2fb7bd
MK
22992001-10-21 Mark Kettenis <kettenis@gnu.org>
2300
2301 * infptrace.c (child_xfer_memory): Fix a few coding standards
2302 violations.
2303
c4282e67
EZ
23042001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2305
2306 * config/djgpp/README: Fix a typo and tweak for GDB 5.1.
2307
c9847381
AC
23082001-10-20 Andrew Cagney <ac131313@redhat.com>
2309
75c9979e
AC
2310 * jv-lang.h: Add #ifndef JV_LANG_H wrapper.
2311 (struct value): Add opaque declaration. Replace value_ptr with
2312 ``struct value *''.
2313 * jv-valprint.c, jv-lang.c: Replace value_ptr with equivalent
2314 struct.
2315
c9847381
AC
2316 * wrapper.h (struct value): Add opaque declaration. Replace
2317 value_ptr with ``struct value *''.
2318 * wrapper.c: Replace value_ptr with ``struct value *''.
278cd55f 2319 * breakpoint.h, breakpoint.c: Ditto.
e933e538 2320 * cp-abi.h, hpacc-abi.c, gnu-v2-abi.c, cp-abi.c: Ditto.
c9847381 2321
f1e3ec29
AC
23222001-10-20 Andrew Cagney <ac131313@redhat.com>
2323
2324 * alpha-nat.c: Include <alpha/coreregs.h> instead of
2325 <machine/reg.h>.
2326 (fetch_osf_core_registers): Define core_reg_mapping in a way that
2327 works on OSF5 as well as previous OSF versions.
2328
83413c55
CF
23292001-10-20 Christopher Faylor <cgf@redhat.com>
2330
2331 * win32-nat.c (handle_load_dll): Avoid strlwr'ing loaded DLLs or cygwin
2332 may not be able to read them in certain situations.
2333
457174f6
AC
23342001-10-18 Andrew Cagney <ac131313@redhat.com>
2335
2336 * config/powerpc/nbsd.mt (SIM_OBS, SIM): Define.
2337 * config/powerpc/linux.mt (SIM, SIM_OBS): Ditto
2338
4bb5d567
AC
23392001-10-18 Andrew Cagney <ac131313@redhat.com>
2340
2341 * README: Mention problems with HP/UX.
2342
03dd37c3
AC
23432001-10-16 Andrew Cagney <ac131313@redhat.com>
2344
2345 Based on code by John Moore <jmore@redhat.com>:
2346
2347 * utils.c (core_addr_to_string): New function for conversion of
2348 CORE_ADDR to string.
2349 (string_to_core_addr): New function to convert from string to
2350 CORE_ADDR.
2351 * defs.h: Added extern statements for the above.
2352
1ba7c32c
JM
23532001-10-17 Jason Molenda (jason-cl@molenda.com)
2354
2355 * symtab.c (lookup_block_symbol): Break out of linear search
2356 if we're past the range of possible matches.
2357
7470a420
CF
23582001-10-16 Christopher Faylor <cgf@redhat.com>
2359
2360 * win32-nat.c (safe_symbol_file_add_stub): Improve logic for avoiding
2361 load of already loaded DLL.
2362 (register_loaded_dll): Convert loaded DLL name to "posix" format or it
2363 will confuse subsequent opening of the filename due to dos paths.
2364 (dll_symbol_command): Pass from_tty parameter to safe_symbol_file_add.
2365
8cc1c882
EZ
23662001-10-15 Elena Zannoni <ezannoni@redhat.com>
2367
2368 * symtab.c (lookup_block_symbol): Update comment.
2369
1aa20aa8
AC
23702001-10-15 Andrew Cagney <ac131313@redhat.com>
2371
2372 * value.h (value_as_address): Rename value_as_pointer.
2373 * eval.c, findvar.c, gnu-v2-abi.c, gnu-v3-abi.c, jv-lang.c,
2374 jv-valprint.c, printcmd.c, stack.c, top.c, valarith.c, valops.c,
2375 values.c: Update.
2376
dbbd9c57
AC
2377202001-10-15 Jim Ingham <jingham@inghji.apple.com>
2378
2379 * valarith.c (value_sub): Don't pass a raw type to
2380 value_from_pointer, it has to go through check_typedef first.
2381
73d3c16e
AC
23822001-10-15 Andrew Cagney <ac131313@redhat.com>
2383
2384 * gdbarch.sh (fallbackdefault): Set to one when predefault is
2385 empty.
2386 * gdbarch.h: Regenerate.
2387
fc0c74b1
AC
23882001-10-15 Andrew Cagney <ac131313@redhat.com>
2389
2390 * mips-tdep.c (mips_integer_to_address): New function.
2391 (mips_gdbarch_init): Initialize pointer_to_address,
2392 address_to_pointer and integer_to_address.
2393
2394 * config/mips/tm-mips.h (POINTER_TO_ADDRESS): Delete
2395 (ADDRESS_TO_POINTER): Delete.
2396
2397 * d10v-tdep.c (d10v_integer_to_address): New function.
2398 (d10v_gdbarch_init): Initialize integer_to_address.
2399
2400 * values.c (value_as_pointer): Use INTEGER_TO_ADDRESS when
2401 available.
2402
2403 * gdbarch.sh (INTEGER_TO_ADDRESS): New predicate and function.
2404 * gdbarch.h, gdbarch.c: Regenerate.
2405
cacab7c4
MK
24062001-10-14 Mark Kettenis <kettenis@gnu.org>
2407
39024782
MK
2408 * config/s390/nm-linux.h: Don't include <signal.h>.
2409 (lin_lwp_attach_lwp, ATTACH_LWP, lin_thread_get_thread_signals,
2410 GET_THREAD_SIGNAL): Remove.
2411
dc17571d
MK
2412 * config/nm-linux.h (struct objfile): Remove forward declaration.
2413 (linuxthreads_new_objfile): Remove prototype.
2414 (linuxthreads_pid_to_str): Remove prototype.
2415 (PREPARE_TO_PROCEED): Redefine in terms of
2416 lin_lwp_prepare_to_proceed.
2417 (struct target_waitstatus): Forward declaration.
2418 (child_wait): New prototype.
2419 (CHILD_WAIT): Define.
2420 (lin_lwp_attach_lwp, ATTACH_LWP, lin_thread_get_thread_signals,
2421 GET_THREAD_SIGNAL): Moved here from arch-specific files.
2422 * config/alpha/nm-linux.h, config/arm/nm-linux.h,
2423 config/ia64/nm-linux.h, config/mips/nm-linux.h,
2424 config/powerpc/nm-linux.h: Don't include <signal.h>.
2425 (lin_lwp_attach_lwp, ATTACH_LWP, lin_thread_get_thread_signals,
2426 GET_THREAD_SIGNAL): Remove.
2427 * config/i386/nm-linux.h: Likewise.
2428 (struct target_waitstatus, child_wait, CHILD_WAIT): Remove.
2429 * config/m68k/linux.mh, config/sparc/linux.mh (NATDEPFILES):
2430 Remove linux-thread.o. Add proc-service.o, thread-db.o and
2431 lin-lwp.o.
2432 (LOADLIBES): New variable.
2433
8e4d17db
MK
2434 * sparc-nat.c (fetch_core_registers): Remove redundant prototype.
2435
c987d8c0
MK
2436 * proc-service.c (BUILD_LWP): Redefine in terms of ptid_build.
2437
cacab7c4
MK
2438 Fix attaching to cloned processes. This fixes PR gdb/61.
2439 * lin-lwp.c (struct lwp_info): Add new member `cloned'.
2440 (is_cloned) Removed.
2441 (lin_lwp_attach_lwp): Don't call stop_wait_callback. Instead call
2442 waitpid explicitly. Mark the LWP as cloned if waitpid fails and
2443 retry with __WCLONE flag.
2444 (lin_lwp_attach): Likewise. Warn if attaching to a cloned process.
2445 (detach_callback): Replace use of is_cloned with explicit check on
2446 LWP id and process id.
2447 (stop_wait_callback): Replace use of is_cloned with check if LWP
2448 is marked as cloned.
2449 [CHILD_WAIT] (child_wait): New function.
2450 (lin_lwp_wait): Replace use of is_cloned with check if LWP is
2451 marked as cloned. Mark newly detected LWPs as cloned if detected
2452 by waitpid with __WCLONE flag.
2453 (kill_wait_callback): Replace use of is_cloned with check if LWP
2454 is marked as cloned.
2455 * config/i386/nm-linux.h (struct target_waitstatus): Add forward
2456 declaration.
2457 (child_wait): Add prototype.
2458 (CHILD_WAIT): Define.
2459
5769d3cd
AC
24602001-10-13 Andrew Cagney <ac131313@redhat.com>
2461
2462 S/390 31 & 64 bit target and GNU/Linux native support.
2463 Contributed by D.J. Barrow <djbarrow@de.ibm.com> of IBM.
2464 * s390-nat.c, s390-tdep.c: New file.
2465 * config/s390/nm-linux.h, config/s390/s390.mh: New file.
2466 * config/s390/s390.mt, config/s390/s390x.mt: New file.
2467 * config/s390/tm-linux.h, config/s390/tm-s390.h: New file.
2468 * config/s390/xm-linux.h: New file.
2469 * NEWS: Update.
2470 * MAINTAINERS: Update.
2471
83e6b173
AC
24722001-10-13 Andrew Cagney <ac131313@redhat.com>
2473
2474 From 2001-07-09 D.J. Barrow <djbarrow@de.ibm.com>:
2475 * gdbarch.sh: Fixed CALL_DUMMY_BREAKPOINT_OFFSET to check
2476 CALL_DUMMY_BREAKPOINT_OFFSET_P.
2477 * gdbarch.c: Regenerate.
2478
21bf60fe
MK
24792001-10-13 Mark Kettenis <kettenis@gnu.org>
2480
2481 * thread-db.c: Fix a few formatting mistakes.
2482
fefd0a37
CF
24832001-10-12 Christopher Faylor <cgf@redhat.com>
2484
2485 * win32-nat.c (safe_symbol_file_add_stub): Properly initialize linked
2486 list pointer to beginning rather than one beyond beginning.
2487
e88c90f2
DJ
24882001-10-12 Daniel Jacobowitz <drow@mvista.com>
2489
2490 * symtab.h (struct block): (ALL_BLOCK_SYMBOLS): New macro.
2491
2492 * symtab.c (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
2493 (make_symbol_completion_list): Likewise.
2494 (make_symbol_overload_list): Likewise.
2495 * buildsym.c (finish_block): Likewise.
2496 * breakpoint.c (get_catch_sals): Likewise.
2497 * mdebugread.c (mylookup_symbol): Likewise.
2498 * objfiles.c (objfile_relocate): Likewise.
2499 * printcmd.c (print_frame_args): Likewise.
2500 * stack.c (print_block_frame_locals): Likewise.
2501 (print_block_frame_labels): Likewise.
2502 (print_frame_arg_vars): Likewise.
2503 * symmisc.c (dump_symtab): Likewise.
2504 * tracepoint.c (add_local_symbols): Likewise.
2505 (scope_info): Likewise.
2506
375f3d86
DJ
25072001-10-12 Daniel Jacobowitz <drow@mvista.com>
2508
2509 * minsyms.c (msymbol_hash): Use better hash function.
2510 (msymbol_hash_iw): Likewise. Terminate loop at '(' properly.
2511
2512 * objfiles.h: Increase MINIMAL_SYMBOL_HASH_SIZE to match modern
2513 binaries.
2514
55159471
DJ
25152001-10-12 Daniel Jacobowitz <drow@mvista.com>
2516
2517 * printcmd.c (print_frame_args): Move symbol iteration explicitly
2518 inside the func != NULL block.
2519
30ef99d1
FN
25202001-10-12 Fernando Nasser <fnasser@redhat.com>
2521
2522 * MAINTAINERS (Misc): Add Ian Roxborough as tcl/, tk/ and itcl/
2523 maintainer.
2524
02e423b9
CF
25252001-10-12 Pierre Muller <muller@ics.u-strasbg.fr>
2526
d60dc82a 2527 * config/i386/tm-cygwin.h: Include tm-i386.h instead of tm-i386v.h.
02e423b9
CF
2528 This fixes errors in "long long" handling for 'finish' and 'return'
2529 commands.
2530
25312001-10-12 Christopher Faylor <cgf@redhat.com>
2532
2533 * win32-nat.c (safe_symbol_file_add_stub): Avoid adding a shared
2534 library if it has already been loaded.
2535 (safe_symbol_file_add_cleanup): Don't mess with stderr or we won't see
2536 any error messages.
2537 (safe_symbol_file_add): Ditto.
2538 (solib_symbols_add): Make static. Accept 'from_tty' parameter. Pass
2539 it to safe_symbol_file_add.
2540 (core_dll_symbols_add): Accomodate extra solib_symbols_add parameter.
2541 (child_solib_add): Ditto.
2542
2543 * win32-nat.c (handle_exception): Don't print "first chance"
2544 exceptions.
2545 (get_child_debug_event): Continue from exceptions if !handle_exception.
2546
1b15f1fa
TT
25472001-10-11 Tom Tromey <tromey@redhat.com>
2548
2549 * symtab.c (lookup_symtab): Removed.
2550 (lookup_symtab_1): Renamed to lookup_symtab.
2551
700b351b
CF
25522001-10-10 Christopher Faylor <cgf@redhat.com>
2553
2554 * win32-nat.c (get_child_debug_event): Close file handles created after
2555 process creation and DLL load.
2556 (child_create_inferior): Close unneeded process/thread handle after
2557 thread creation.
2558
4eab1e18
JB
25592001-10-10 Jim Blandy <jimb@redhat.com>
2560
2561 * mn10300-tdep.c (mn10300_analyze_prologue): Doc fixes.
2562
4abb499e
KS
25632001-10-10 Keith Seitz <keiths@redhat.com>
2564
2565 * varobj.c (cplus_value_of_child): Deal with a failure
2566 to dereference a pointer object.
2567
8b2797db
JB
25682001-10-08 J. Brobecker <brobecker@gnat.com>
2569
2570 * hpux-thread.c: rewrite find_active_thread() and find_tcb()
2571 to use ptid_t, instead of overloading the thread and the pid
2572 into the same 32-bit value. Make associated necessary adaptations.
2573 Also remove unused variable cached_active_thread.
2574
420effb8
ND
25752001-10-08 Nicholas Duffek <nsd@redhat.com>
2576
2577 * MAINTAINERS (powerpc, SCO/Unixware, Solaris/x86): Remove my
2578 entries.
2579
3eb970a8
MK
25802001-10-06 Mark Kettenis <kettenis@beast.freebsd.org>
2581
2582 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Define.
2583
78f49586
TT
25842001-10-04 Tom Tromey <tromey@redhat.com>
2585
2586 * main.c (enable_external_editor): Don't declare.
2587 (captured_main): Don't set enable_external_editor.
2588
ab31aa69
KB
25892001-10-02 Kevin Buettner <kevinb@redhat.com>
2590
2591 * Makefile.in (ALLDEPFILES): Add solib-svr4.c and solib-sunos.c
2592 to this list.
2593 (solib-sunos.o): Add dependencies.
2594 (solib-svr4.o): Revise dependencies.
2595 * solib-svr4.c: Remove SunOS shared library support.
2596 * solib-sunos.c: New file, created from solib-svr4.c, which still
2597 contains SunOS shared library support, but no SVR4 support.
2598
2599 * config/i386/nbsd.mh (NATDEPFILES): Remove solib-svr4.o and
2600 solib-legacy.o from this list. Add solib-sunos.o.
2601 * config/i386/sun386.mt (TDEPFILES): Likewise.
2602 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
2603 * config/m68k/sun2os4.mt (TDEPFILES): Likewise.
2604 * config/m68k/sun3os4.mt (TDEPFILES): Likewise.
2605 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
2606 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
2607 * config/sparc/sun4os4.mt (TDEPFILES): Likewise.
2608
39ae698d
EZ
26092001-10-01 Elena Zannoni <ezannoni@redhat.com>
2610
2611 * Makefile.in (mipsread.o): Remove old dependency on partial-stab.h.
2612
d5d0a62f
EZ
26132001-10-01 Elena Zannoni <ezannoni@redhat.com>
2614
2615 * xcoffread.c (N_UNDF, N_ABS, N_TEXT, N_DATA, N_BSS, N_COMM, N_FN,
2616 N_EXT, N_INDR, N_SETA, N_SETT, N_SETD, N_SETB, N_SETV,
2617 CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE, START_PSYMTAB, END_PSYMTAB,
2618 SET_NAMESTRING): Delete definitions.
2619 Don't include language.h any more.
2620 Don't include partial-stab.h any more.
2621 (scan_xcoff_symtab): Don't jump through hoops to reuse code in
2622 partial-stab.h, include the code directly, instead.
2623
2624 * Makefile.in (xcoffread.o): Remove dependency on partial-stab.h.
2625
447aa9a6
AC
26262001-10-01 Andrew Cagney <ac131313@redhat.com>
2627
2628 * infcmd.c (do_registers_info): Delete code dumping large
2629 registers. Handled by val_print.
2630
85de9627
AC
26312001-09-30 Andrew Cagney <ac131313@redhat.com>
2632
2633 * gdbarch.sh (gdbarch_alloc): Name the new architecture
2634 ``current_gdbarch'' so that it, and not the identically named
2635 global is refered to by macros.
2636 * gdbarch.c: Regenerate.
2637
f3796e26
AC
26382001-09-29 Andrew Cagney <ac131313@redhat.com>
2639
2640 * cli/cli-decode.c (add_set_boolean_cmd): Define.
2641 * cli/cli-decode.h (add_set_boolean_cmd): Declare.
2642 * command.h (add_set_boolean_cmd): Ditto.
2643 * remote.c (_initialize_remote): Use add_set_boolean_cmd for "set
2644 remotebreak"
2645
08e45a40
AC
26462001-09-29 Andrew Cagney <ac131313@redhat.com>
2647
2648 * gdbarch.sh (gdbarch_dump): Sort output.
2649 * gdbarch.c: Regenerate.
2650
e712c1cf
AC
26512001-09-29 Andrew Cagney <ac131313@redhat.com>
2652
2653 * rs6000-tdep.c (rs6000_gdbarch_init): Don't use the previous
2654 architecture to infer the wordsize. Previous architecture may not
2655 be a PowerPC.
2656
d68f31a9
JB
26572001-09-27 J. Brobecker <brobecker@gnat.com>
2658
2659 * infttrace.c (kill_inferior): Issue a TT_PROC_EXIT request rather
2660 than a TT_PROC_STOP request to kill the inferior and its child
2661 processes. Otherwise, the inferior is not killed on HPUX 11.0.
2662 Removed the code that detaches the child processes since we just
2663 killed them.
2664
e3abfe1d
AC
26652001-09-26 Andrew Cagney <ac131313@redhat.com>
2666
2667 * serial.c (serial_set_cmdlist, serial_show_cmdlist): New
2668 variables.
2669 (serial_set_cmd, serial_show_cmd): New functions.
2670 (_initialize_serial): Add "set/show serial" command.
2671
ff1da24e
AC
26722001-09-26 Andrew Cagney <ac131313@redhat.com>
2673
2674 * CONTRIBUTE: Update.
2675
e5e2b9ff
KB
26762001-09-26 Kevin Buettner <kevinb@redhat.com>
2677
2678 * solib-svr4.h (set_solib_svr4_fetch_link_map_offsets): Add
2679 argument ``gdbarch''.
2680 * solib-svr4.c (SVR4_FETCH_LINK_MAP_OFFSETS): Change default value.
2681 (default_svr4_fetch_link_map_offsets): Rename to
2682 legacy_fetch_link_map_offsets().
2683 (svr4_fetch_link_map_offsets): New function.
2684 (fetch_link_map_offsets, fetch_link_map_offsets_init): Deleted.
2685 (fetch_link_map_offsets_gdbarch_data): New static global.
2686 (set_solib_svr4_fetch_link_map_offsets): Add argument ``gdbarch''.
2687 Revise to invoke set_gdbarch_data().
2688 (init_fetch_link_map_offsets): Change return type and add an
2689 argument so that it may be used as a gdbarch_data initializer.
2690 (_initialize_svr4_solib): Eliminate use of gdbarch swap mechanism.
2691 Use gdbarch data mechanism instead.
2692
86ed34a9 26932001-09-25 Jiri Smid <smid@suse.cz>
c74ae012
JS
2694
2695 * x86-64-linux-tdep.c (LINUX_SIGINFO_SIZE): Add.
2696 (x86_64_linux_sigcontext_addr): Replace `sizeof (struct siginfo)'
2697 by LINUX_SIGINFO_SIZE.
2698
4f337972
AC
26992001-09-24 Andrew Cagney <ac131313@redhat.com>
2700
2701 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): New
2702 variables.
2703 (maintenance_set_profile_cmd): New function.
2704 (maintenance_show_cmd, maintenance_set_cmd): New functions.
2705 (_initialize_maint_cmds): Add "maintenance set" and "maintenance
2706 show" and, commented out, "maintenance set/show profile" commands.
2707
f76febae
AC
27082001-09-24 Andrew Cagney <ac131313@redhat.com>
2709
2710 * findvar.c (read_var_value): For LOC_INDIRECT and LOC_REF_ARG
2711 convert the pointer into a CORE_ADDRs.
2712
96d2f608
AC
27132001-09-24 Andrew Cagney <ac131313@redhat.com>
2714
2715 * doublest.h (store_floating, extract_floating): Add comment
2716 indicating these functions are deprecated.
2717 (extract_typed_floating, store_typed_floating): Declare.
2718 * doublest.c: Include "gdbtypes.h".
2719 (extract_typed_floating, store_typed_floating): Define.
2720
2721 * stabsread.c (define_symbol): Use store_typed_floating.
2722 * valarith.c (value_binop): Ditto.
2723 * values.c (unpack_long): Use extract_typed_floating.
2724 (unpack_double): Ditto.
2725
7ab98e9e
OF
27262001-09-24 Orjan Friberg <orjanf@axis.com>
2727
2728 * cris-tdep.c (reg_mode_add_sub_cmp_and_or_move_op): Fetch operand1
2729 from correct register.
2730
1dbeeb7b
MK
27312001-09-22 Mark Kettenis <kettenis@gnu.org>
2732
2733 * x86-64-linux-tdep.c (STRUCT_OFFSET): Removed.
2734
c4d82c96
JS
27352001-09-21 Jiri Smid <smid@suse.cz>
2736
2737 * config/i386/x86-64linux.mh: New file.
2738 * config/i386/x86-64linux.mt: New file.
2739 * config/i386/nm-x86_64.h: New file.
2740 * x86-64-linux-tdep.c: New file.
2741 * x86-64-linux-nat.c: New file.
2742 * x86-64-tdep.c: New file.
2743 * x86-64-tdep.h: New file.
2744 * i386-tdep.h: New file.
2745 * i387-nat.c: Include i386-tdep.h when multiarch.
2746 * i387-tdep.c: Ditto.
2747 * config/djgpp/fnchange.lst: Add entries for x86_64-linux-tdep.c
2748 and x86_64-linux-nat.c
2749 * Makefile.in: Add x86_64-linux-tdep.o, x86_64-tdep.o,
2750 x86_64-linux-tdep.o, x86_64-nat.o, update dependencies.
2751
cab16195
JS
27522001-09-21 Jiri Smid <smid@suse.cz>
2753
2754 * MAINTAINERS: Add myself to the write-after-approval list.
2755 * i386-nat.c (TARGET_HAS_DR_LEN_8, DR_LEN_8): Declare.
2756 (i386_length_and_rw_bits, i386_handle_nonaligned_watchpoint,
2757 i386_insert_watchpoint, i386_remove_watchpoint): Add support for
2758 8-byte wide watchpoints.
2759 (i386_show_dr): Debug message format string change.
2760
3e9986d2
MS
27612001-09-21 Michael Snyder <msnyder@redhat.com>
2762
2763 * c-exp.y (typebase): Accept (signed long long) as a type expr.
2764
56e2d25a
MS
27652001-09-20 Michael Snyder <msnyder@redhat.com>
2766 Changes by Daniel Berlin <dan@cgsoftware.com>, to support
2767 better parsing of const and volatile type expressions.
2768 * c-exp.y (const_and_volatile, const_or_volatile_noopt,
2769 const_or_volatile): New non-terminals.
2770 (ptype): Use new rule for const_or_volatile.
2771 (typebase): Use new rule for const_or_volatile_noopt.
2772 * parser-defs.h (enum type_pieces): New values tp_const, tp_volatile.
2773 * parse.c (follow_types): Handle tp_const and tp_volatile on the
2774 type stack: call make_cv_type to create new const/volatile type.
2775
1c4dcb57
KB
27762001-09-20 Kevin Buettner <kevinb@redhat.com>
2777
2778 * solib-svr4.c (fetch_link_map_offsets): Add comment.
2779 (fetch_link_map_offsets_init): New static global.
2780 (set_solib_svr4_fetch_link_map_offsets, init_fetch_link_map_offsets):
2781 Revise implementation to use ``fetch_link_map_offsets_init''
2782 instead of ``fetch_link_map_offsets''.
2783
3a42e9d0
AM
27842001-09-20 Alan Modra <amodra@bigpond.net.au>
2785
2786 * coffread.c: Replace all occurrences of bfd_read with bfd_bread.
2787 * dbxread.c: Likewise.
2788 * dwarf2read.c: Likewise.
2789 * dwarfread.c: Likewise.
2790 * somread.c: Likewise.
2791 * ultra3-nat.c: Likewise.
2792 * xcoffread.c: Likewise.
2793
e0441cf0
AC
27942001-09-19 Andrew Cagney <ac131313@redhat.com>
2795
8535cb38
AC
2796 * cris-tdep.c (cris_get_signed_offset): Change return type to an
2797 explicitly signed char.
2798
e0441cf0
AC
2799 * config/mcore/tm-mcore.h (mcore_virtual_frame_pointer): Update
2800 function signature to match recent tracepoint.c:encode_actions
2801 changes.
2802 * mcore-tdep.c (mcore_virtual_frame_pointer): Ditto.
2803
2b65245e
AC
28042001-09-18 Andrew Cagney <ac131313@redhat.com>
2805
2806 * thread.c (do_captured_thread_select): Add uiout parameter.
2807 (do_captured_list_thread_ids): Ditto.
2808 * breakpoint.c (do_captured_breakpoint_query): Ditto.
2809
2810 * breakpoint.c (gdb_breakpoint_query): Update. Use
2811 catch_exceptions.
2812 * thread.c (gdb_list_thread_ids): Ditto.
2813 (gdb_thread_select): Ditto.
2814 (thread_command): Pass uiout to gdb_thread_select.
2815
2816 * gdb.h (gdb_breakpoint_query): Add parameter ui_out.
2817 (gdb_thread_select, gdb_list_thread_ids): Ditto.
2818
2069d78d
KB
28192001-09-13 Kevin Buettner <kevinb@redhat.com>
2820
2821 From Ilya Golubev <gin@mo.msk.ru>:
2822 * solib.c (clear_solib): Call `remove_target_sections' to fix
2823 stale pointers in `struct target_ops'.
2824 * irix5-nat.c (clear_solib): Likewise.
2825 * osfsolib.c (clear_solib): Likewise.
2826
348d75a5
JB
28272001-09-13 Jim Blandy <jimb@redhat.com>
2828
e8816aac
JB
2829 * monitor.c (monitor_load): Don't delete symtab users, or reset
2830 inferior_ptid.
2831
348d75a5
JB
2832 * monitor.c (monitor_load): Fix indentation.
2833
28342001-09-11 Jim Blandy <jimb@redhat.com>
2835
2836 * printcmd.c (print_scalar_formatted): Compare the length of the
2837 value against the lengths of the target's floating-point types,
2838 not the host's. Add support for `long double'.
2839
2840 * printcmd.c (print_scalar_formatted): Fix indentation.
2841
a5666cc9
JB
28422001-09-10 Jim Blandy <jimb@redhat.com>
2843
2844 * rom68k-rom.c (init_rom68k_cmds): Set the flag indicating that
2845 programs running on the board can produce output.
2846
6d6b80e5
JM
28472001-09-10 Jason Molenda (jmolenda@apple.com)
2848
2849 * NEWS: "ANS/ISO C" -> "ISO C".
2850 * MAINTAINERS (write-after-approval): Update my entry.
2851
7fc73f38
MK
28522001-09-08 Mark Kettenis <kettenis@gnu.org>
2853
df5fdb3d
MK
2854 * config/xm-aix4.h (MEM_FNS_DECLARED): Removed.
2855
4ad318e6
MK
2856 * config/arm/xm-linux.h, config/ia64/xm-linux.h,
2857 config/m68k/xm-linux.h, config/mips/xm-linux.h,
2858 config/powerpc/xm-linux.h, config/sparc/xm-linux.h: Remove
2859 redundant inclusion of <unistd.h>.
2860
7fc73f38
MK
2861 * gdbtypes.h (struct block): Add forward declaration.
2862
f9c696d2
AC
28632001-09-07 Andrew Cagney <ac131313@redhat.com>
2864
2865 * defs.h (enum return_reason): Renumber so that all values are
2866 negative.
2867 (RETURN_MASK): Negate reason.
2868 (catch_exception_ftype): Declare.
2869 (catch_exceptions): Declare.
2870 * top.c (catcher): New function, based on catch_errors. Add in
2871 parameter func_uiout and out parameters func_val, func_caught and
2872 func_cleanup. Change type of func to catch_exceptions_ftype.
2873 Save/restore uiout.
2874 (struct catch_errors_args): Define.
2875 (do_catch_errors): New function.
2876 (catch_errors): Rewrite, use do_catch_errors and catcher.
2877 (catch_exceptions): New function, use catcher.
2878
a2e2dd80
JB
28792001-09-07 Jim Blandy <jimb@redhat.com>
2880
2881 Correctly parse register values provided by the monitor.
2882 * rom68k-rom.c: #include "value.h".
2883 (is_hex_digit, hex_digit_value, is_whitespace,
2884 rom68k_supply_one_register): New static functions.
2885 (rom68k_supply_register): Call rom68k_supply_one_register, instead
2886 of monitor_supply_register; the latter was incorrectly parsing
2887 the values.
2888 * Makefile.in (rom68k-rom.o): Note that this now #includes value.h.
2889
93befcf3
MK
28902001-09-07 Mark Kettenis <kettenis@gnu.org>
2891
2892 * config/rs6000/xm-rs6000.h (setpgrp): Remove macro. GDB defaults
2893 to using setpgid if available now.
2894
b381d62d
KS
28952001-09-06 Keith Seitz <keiths@redhat.com>
2896
2897 From Ian Roxborough <irox@redhat.com>
2898 * configure.in: Use ITCL_LIB_FULL_PATH and
2899 ITK_LIB_FULL_PATH to set Itcl and Itk dependancies
2900 for gdb.
2901 * configure: Regenerated.
2902
9a058a09
KB
29032001-09-06 Kevin Buettner <kevinb@redhat.com>
2904
2905 * dbxread.c (process_one_symbol): Don't use error result from
2906 find_stab_function_addr().
2907 * partial-stab.h (case 'F'): Likewise.
2908
2909 * partial-stab.h (case 'f'): Make SOFUN_ADDRESS_MAYBE_MISSING
2910 code match that used for case 'F'. This fixes the divergence
2911 that was introduced by my 1999-09-14 changes to partial-stab.h.
2912
2bf0cb65
EZ
29132001-09-05 Elena Zannoni <ezannoni@redhat.com>
2914
2915 * gdbarch.sh: Move include of dis-asm.h so it is generated earlier
2916 in gdbarch.h.
2917 (TARGET_PRINT_INSN): Multiarch.
2918 * gdbarch.h: Regenerate.
2919 * gdbarch.c: Regenerate.
2920
2921 * arch-utils.c (legacy_print_insn): New function.
2922 * arch-utils.h (legacy_print_insn): Export.
2923
2924 * cris-tdep.c (cris_delayed_get_disassembler): Use
2925 TARGET_PRINT_INSN, instead of tm_print_insn.
2926 * d10v-tdep.c (print_insn): Ditto.
2927 * d30v-tdep.c (print_insn): Ditto.
2928 * m32r-tdep.c (dump_insn): Ditto.
2929 * v850-tdep.c (v850_scan_prologue): Ditto.
2930 * mcore-tdep.c (mcore_dump_insn): Ditto.
2931 * sh-tdep.c (sh_gdbarch_init): Set print_insn gdbarch field.
2932
6369010f
JB
29332001-09-05 Jim Blandy <jimb@redhat.com>
2934
2935 * gdbtypes.h (struct type): Doc fix.
2936
d3d55eeb
EZ
29372001-09-04 Elena Zannoni <ezannoni@redhat.com>
2938
2939 From Daniel Jacobowitz <drow@mvista.com>
2940 * dbxread.c (free_header_files): Make global.
2941 (init_header_files): Likewise.
2942 * stabsread.h (free_header_files): Add prototype.
2943 (init_header_files): Likewise.
2944 * mdebugread.c (mdebug_build_psymtabs): Initialize
2945 properly before using the stabs debug reader.
2946
16db6055 29472001-09-04 Elena Zannoni <ezannoni@redhat.com>
ef96bde8
EZ
2948
2949 From Daniel Jacobowitz <drow@mvista.com>
2950 * dbxread.c (dbx_symfile_read): Only reinitialize
2951 the psymbol list if mainline or if both static
2952 and global lists are empty.
2953 * dwarf2read.c (dwarf2_build_psymtabs): Likewise.
2954 * dwarfread.c (dwarf_build_psymtabs): Likewise.
2955 * xcoffread.c (xcoff_initial_scan): Likewise.
2956 * os9kread.c (os9k_symfile_read): Likewise.
16db6055 2957
ef96bde8
EZ
29582001-09-04 Elena Zannoni <ezannoni@redhat.com>
2959
16db6055
EZ
2960 From Daniel Jacobowitz <drow@mvista.com>
2961 * mdebugread.c (psymtab_to_symtab_1): Handle N_SO stabs without
2962 a name specially.
2963
f77b92bf
MK
29642001-09-01 Mark Kettenis <kettenis@gnu.org>
2965
2966 Make GDB use libiberty regex implementation.
2967 * gdb_regex.h: Normalize protection against multiple inclusion.
2968 Include "xregex.h" instead of "gnu-regex.h".
2969 * cli/cli-cmds.c: Include "gdb_regex.h" instead of "gnu-regex.h".
2970 * cli/cli-decode.c: Likewise.
2971 * Makefile.in (REGEX): Remove.
2972 (GDB_CFLAGS): Remove reference to gnu-regex.h in comment.
2973 (ADD_FILES, ADD_DEPS): Remove $(REGEX).
2974 (POSSLIBS): Remove.
2975 (TAGFILES_NO_SRCDIR): Remove $(POSSLIBS).
2976 (irix5-nat.o, solib.o, solib-svr4.o, source.o, symtab.o,
2977 xcoffsolib.o, cli-decode.o, cli-cmd.o): Replace gnu-regex.h with
2978 gdb_regex.h in list of dependencies.
2979 (gnu-regex.o): Remove rule.
2980 * gnu-regex.c, gnu-regex.h: Remove files.
2981
a4f30b31
MS
29822001-08-31 Jason Molenda (jmolenda@apple.com)
2983
2984 * c-valprint.c (c_val_print): Second call to check_typedef ()
2985 is no longer necessary.
2986
902d7086
KB
29872001-08-31 Kevin Buettner <kevinb@redhat.com>
2988
2989 * ia64-tdep.c (examine_prologue): Don't let a branch unit nop
2990 terminate the prologue scan.
2991
2889e661
JB
29922001-08-30 Jim Blandy <jimb@redhat.com>
2993
9ec8e6a0
JB
2994 * symfile.c (sections_overlap): New function.
2995 (map_overlay_command): Call sections_overlap, instead of using
2996 incorrect logic to recognize overlapping sections.
2997
2889e661
JB
2998 * symfile.c (load_command): Invalidate the overlay cache.
2999
cd903d53
MK
30002001-08-30 Mark Kettenis <kettenis@gnu.org>
3001
3002 * config/i386/xm-i386.h (HOST_BYTE_ORDER): Removed.
3003
8ad2fcde
KB
30042001-08-29 Kevin Buettner <kevinb@redhat.com>
3005
3006 From 2001-08-07 Daniel Jacobowitz <drow@mvista.com>:
3007 * solib-svr4.c (enable_break): Check the inferior link map
3008 before assuming the inferior PC is at the start of the dynamic
3009 loader.
3010
e8759349
AC
30112001-08-28 Andrew Cagney <cagney@toribio.toronto.redhat.com>
3012
3013 * frame.h (struct frame_info): Fix documentation on fields
3014 saved_regs, next and prev.
3015
46711df8
MK
30162001-08-23 Mark Kettenis <kettenis@gnu.org>
3017
3018 * event-top.c (async_stop_sig) [HAVE_SIGPROCMASK]: Some
3019 gratuitious whitespace changes.
3020 [!HAVE_SIGPROCMASK]: Call sigsetmask if HAVE_SIGSETMASK is defined.
3021 * top.c: Remove redundant logic to define HAVE_SIGSETMASK.
3022 (sigsetmask) Don't define macro.
3023 (stop_sig) [HAVE_SIGPROCMASK]: Add bit of code snatched from
3024 async_stop_sig from event-top.c.
3025 [!HAVE_SIGPROCMASK]: Call sigsetmask if HAVE_SIGSETMASK is
3026 defined.
3027 * configure.in (AC_CHECK_FUNCS): Put functions in alphabetical
3028 order. Add sigsetmask.
3029 (AC_FUNC_VFORK, AC_FUNC_ALLOCA): Reorder such that they're in
3030 alphabetical order.
3031 * config/xm-aix4.h, config/alpha/xm-alphalinux.h,
3032 config/i386/xm-cygwin.h, config/rs6000/xm-rs6000.h
3033 (HAVE_SIGSETMASK): Remove.
964840f7 3034 * aclocal.m4, config.in, configure: Regenerated.
46711df8 3035
526eeb95
AC
30362001-08-26 Andrew Cagney <ac131313@redhat.com>
3037
3038 From 2001-06-29 Andrew Cagney <ac131313@redhat.com>:
3039 * config/powerpc/nbsd.mh (XM_FILE): Delete.
3040
c16ac28f
AC
30412001-08-21 Andrew Cagney <ac131313@redhat.com>
3042
3043 * doublest.h (HOST_FLOAT_FORMAT): Delete macro.
3044 (HOST_DOUBLE_FORMAT): Delete macro.
3045
ceacb162
MK
30462001-08-24 Mark Kettenis <kettenis@gnu.org>
3047
3048 * config/xm-lynx.h, config/xm-nbsd.h, config/xm-sysv4.h,
3049 config/i386/xm-i386aix.h, config/m68k/xm-dpx2.h: Remove redundant
3050 inclusion of <limits.h>.
3051
275f450c
AC
30522001-08-24 Andrew Cagney <ac131313@redhat.com>
3053
3054 * regcache.c (read_register_bytes): When REGISTER_NAME indicates
3055 that a register should be ignored, supply a value for the register
3056 from the raw registers[] buffer.
3057
12a498f3
AC
30582001-08-24 Andrew Cagney <ac131313@redhat.com>
3059
3060 * go32-nat.c (go32_create_inferior): Use xfree instead of free.
3061 * config/djgpp/fnchange.lst: Add entries for i386bsd-tdep.c and
3062 i386bsd-nat.c.
3063
598f52df
AC
30642001-08-21 Andrew Cagney <ac131313@redhat.com>
3065
3066 * gdbtypes.h (builtin_type_ieee_single_big)
3067 (builtin_type_ieee_single_little, builtin_type_ieee_double_big)
3068 (builtin_type_ieee_double_little)
3069 (builtin_type_ieee_double_littlebyte_bigword)
3070 (builtin_type_i387_ext, builtin_type_m68881_ext)
3071 (builtin_type_i960_ext, builtin_type_m88110_ext)
3072 (builtin_type_m88110_harris_ext, builtin_type_arm_ext_big)
3073 (builtin_type_arm_ext_littlebyte_bigword)
3074 (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
3075 (builtin_type_ia64_quad_big)
3076 (builtin_type_ia64_quad_little): Declare.
3077 * gdbtypes.c (builtin_type_ieee_single_big)
3078 (builtin_type_ieee_single_little, builtin_type_ieee_double_big)
3079 (builtin_type_ieee_double_little)
3080 (builtin_type_ieee_double_littlebyte_bigword)
3081 (builtin_type_i387_ext, builtin_type_m68881_ext)
3082 (builtin_type_i960_ext, builtin_type_m88110_ext)
3083 (builtin_type_m88110_harris_ext, builtin_type_arm_ext_big)
3084 (builtin_type_arm_ext_littlebyte_bigword)
3085 (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
3086 (builtin_type_ia64_quad_big)
3087 (builtin_type_ia64_quad_little): Define.
3088 (_initialize_gdbtypes): Initialize builtin floatformat types.
3089
1a6fae3c
MK
30902001-08-23 Mark Kettenis <kettenis@gnu.org>
3091
3092 * tracepoint.c (read_actions): Add FIXME for code depending on
3093 STOP_SIGNAL.
3094
7829b833
MH
30952001-08-23 Martin M. Hunt <hunt@redhat.com>
3096
3097 * remote-mips.c (pmon_load_fast): Add ui_load_progress_hook
3098 to download loop.
3099 (mips_load_srec): Ditto.
3100
701c159d
AC
31012001-08-22 Andrew Cagney <ac131313@redhat.com>
3102
3103 * gdbtypes.c (build_gdbtypes): Initialize TYPE_FLOATFORMAT field
3104 of builtin_type_float, builtin_type_double and
3105 builtin_type_long_double.
3106 (recursive_dump_type): Print the floatformat name.
3107 * gdbtypes.h (struct type): Add type_specific field floatformat.
3108 (TYPE_FLOATFORMAT): Define
3109
99a6d8ba
KS
31102001-08-21 Keith Seitz <keiths@redhat.com>
3111
3112 * printcmd.c (print_insn): Use the given stream for
3113 output.
3114
a37b3cc0
AC
31152001-07-24 Andrew Cagney <ac131313@redhat.com>
3116
3117 * arm-tdep.c (convert_from_extended, convert_to_extended): Delete
3118 assembler version of function.
3119 (convert_from_extended, convert_to_extended): Rewrite. Use
3120 floatformat_to_doublest, floatformat_from_doublest,
3121 floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword.
3122 (arm_push_arguments): Use extract_floating and store_floating to
3123 perform floating point conversions.
3124 (SWAP_TARGET_AND_HOST): Delete macro.
3125 * arm-linux-tdep.c (arm_linux_push_arguments): Use
3126 extract_floating and store_floating to perform floating point
3127 conversions.
3128
1c72f9b0
AC
31292001-08-20 Andrew Cagney <ac131313@redhat.com>
3130
3131 * gdbtypes.h (struct type): Clarify meaning of field ``length''.
3132
705da579
KS
31332001-08-17 Keith Seitz <keiths@redhat.com>
3134
3135 * varobj.c (varobj_update): Change first parameter to
3136 pointer to struct varobj*. This function can delete
3137 varobjs, so we need to give callers the new varobj
3138 when this happens.
3139 (value_of_root): Update "var", too, if "var_handle"
3140 changes.
3141 * varobj.h (varobj_update): Likewise.
3142
2bf63d86
KS
31432001-08-17 Keith Seitz <keiths@redhat.com>
3144
3145 * Makefile.in (varobj_h): Define.
3146 (mi-cmd-var.o): Depends on varobj_h.
3147 (gdbtk-varobj.o): Change varobj.h to $(varobj_h).
3148
d1c3b63a
KS
31492001-08-16 Keith Seitz <keiths@redhat.com>
3150
3151 * configure.in (GDBTK_SRC_DIR): We must have autoconf
3152 give us the absolute path to the source directory.
3153 * configure: Regenerated.
3154 * Makefile.in (GDBTK_SRC_DIR): Add variable so that
3155 autoconf can substitue it in for us.
3156 (gdbtk.o): Pass in GDBTK_SRC_DIR instead of srcdir. We
3157 really do need an absolute pathname.
3158
f0b743a9
KS
31592001-08-15 Keith Seitz <keiths@redhat.com>
3160
3161 * Makefile.in (GDBTK_VERSION): Set a version number.
3162 (GDBTK_LIBRARY): New variable to point to location where
3163 gdbtk will install its tcl library. Changed all refereneces
3164 to $(datadir)/insight1.0 to $(GDBTK_LIBRARY).
3165 (SUBDIR_GDBTK_ALL): Remove "all-gdbtk". No longer needed.
3166 (SUBDIR_GDBTK_CLEAN): Remove "clean-gdbtk". No longer needed.
3167 (all-gdbtk): Remove.
3168 (install-gdbtk): Remove.
3169 (gdbtk.o): Pass srcdir to file when compiling.
3170
31712001-08-15 Ian Roxborough <irox@redhat.com>
3172
3173 * Makefile.in: Changed all references to the install directory
3174 "gdbtcl" to read "insight1.0".
3175
bdcd319a
CV
31762001-08-15 Corinna Vinschen <vinschen@redhat.com>
3177
3178 * arch-utils.c (generic_skip_trampoline_code): New function.
3179 * arch-utils.h (generic_skip_trampoline_code): Declare external.
3180 * gdbarch.c: Regeberated from gdbarch.sh.
3181 * gdbarch.h: Ditto.
3182 * gdbarch.sh (SKIP_TRAMPOLINE_CODE): Multi-arch.
3183 * infrun.c: Remove default setting of SKIP_TRAMPOLINE_CODE macro.
3184
40b3352b
L
31852001-08-14 Daniel Jacobowitz <drow@mvista.com>
3186 H.J. Lu (hjl@gnu.org)
3187
3188 * partial-stab.h: valu should be a CORE_ADDR.
3189
31902001-08-14 H.J. Lu (hjl@gnu.org)
3191
3192 * dbxread.c (SWAP_SYMBOL): Removed.
3193 (INTERNALIZE_SYMBOL): Check sign extended vma.
3194
ae9d9b96
CF
31952001-08-13 Christopher Faylor <cgf@cygnus.com>
3196
3197 * top.c (SIGSETJMP): Protect env argument with parentheses.
3198 (SIGLONGJMP): Protect env argument with parentheses.
3199
6ca173e3
AC
32002001-08-11 Andrew Cagney <ac131313@redhat.com>
3201
3202 * config/mn10300/mn10300.mt (TM_FILE): Delete.
3203 * configure.tgt: Add mn10300 to list of mulit-arch targets.
3204 * config/mn10300/tm-mn10300.h: Delete file. Move contents ...
3205 * mn10300-tdep.c: To here.
3206
5ea92dfe
AC
32072001-08-11 Andrew Cagney <ac131313@redhat.com>
3208
3209 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_VIRTUAL): Make
3210 val a DOUBLEST. Use floatformat_to_doublest.
3211 (REGISTER_CONVERT_TO_RAW): Ditto. Use foatformat_from_doublest.
3212 * config/m88k/tm-m88k.h (REGISTER_CONVERT_TO_VIRTUAL): Ditto.
3213 (REGISTER_CONVERT_TO_RAW): Ditto.
3214
a15525c1
AC
32152001-08-11 Andrew Cagney <ac131313@redhat.com>
3216
3217 * config/mn10300/tm-mn10300.h (PC_REGNUM, SP_REGNUM): Delete.
3218 * mn10300-tdep.c (mn10300_gdbarch_init): Initialize pc_regnum and
3219 sp_regnum.
3220
c422e771
AC
32212001-08-11 Andrew Cagney <ac131313@redhat.com>
3222
3223 * doublest.c (convert_doublest_to_floatformat): Rename
3224 floatformat_from_doublest. Make static.
3225 (convert_floatformat_to_doublest): Rename floatformat_to_doublest.
3226 Make static.
3227 (floatformat_to_doublest): New function.
3228 (floatformat_from_doublest): New function.
3229 (host_float_format, host_double_format, host_long_double_format):
3230 New static variables.
3231 (store_floating, extract_floating): Always use
3232 floatformat_to_doublest and floatformat_from_doublest.
3233 * doublest.h (HOST_LONG_DOUBLE_FORMAT): Delete macro.
3234
f096a152
AC
32352001-08-11 Andrew Cagney <ac131313@redhat.com>
3236
3237 * config/mn10300/tm-mn10300.h (INIT_FRAME_PC): Delete.
3238 * mn10300-tdep.c (mn10300_gdbarch_init): Initialize init_frame_pc.
3239
39d4ef09
AC
32402001-08-07 Andrew Cagney <ac131313@redhat.com>
3241
3242 * target.h (TARGET_VIRTUAL_FRAME_POINTER): Delete, multi-arched.
3243 * gdbarch.sh (TARGET_VIRTUAL_FRAME_POINTER): Add.
3244 * gdbarch.h, gdbarch.c: Regenerate.
3245
3246 * arch-utils.h (legacy_virtual_frame_pointer): Declare.
3247 * arch-utils.c: Include "gdb_assert.h".
3248 (legacy_virtual_frame_pointer): Define.
3249 * Makefile.in (arch-utils.o): Depends on gdb_assert.h.
3250
3251 * tracepoint.c (encode_actions): Make frame_reg an int. Make
3252 frame_offset a LONGEST.
3253 * ax-gdb.c (gen_frame_args_address): Ditto.
3254 (gen_frame_locals_address): Ditto.
3255 * mn10300-tdep.c (mn10300_gdbarch_init): Initialize
3256 virtual_frame_pointer.
3257 (mn10300_virtual_frame_pointer): Make static. Update parameter
3258 list to match function signature.
3259 * config/mn10300/tm-mn10300.h (TARGET_VIRTUAL_FRAME_POINTER): Delete.
3260
67c2c32c
KS
32612001-08-10 Keith Seitz <keiths@redhat.com>
3262
3263 * gdb-events.sh: Add architecture_changed event.
3264 * gdbarch.sh: Include gdb-event.h.
3265 (gdbarch_update_p): Notify UIs when architecture changes.
3266 * gdb-events.h: Regenerated.
3267 * gdb-events.c: Regenerated.
3268 * gdbarch.c: Regenerated.
3269
1297a2f0
MS
32702001-08-10 Michael Snyder <msnyder@redhat.com>
3271
3272 * regcache.c (legacy_write_register_gen): Don't 'optimize out'
3273 a write_register to a pseudo-reg. Target_store_pseudo_register
3274 needs to get called, because these regs may be computed and may
3275 have side-effects.
3276
fd969be2
KS
32772001-08-10 Keith Seitz <keiths@redhat.com>
3278
3279 * gdb-events.sh: Deal with event notifications with no
3280 arguments.
3281
fb6e5c55
OF
32822001-08-10 Orjan Friberg <orjanf@axis.com>
3283
3284 * remote.c (read_frame): Correct off-by-one error in condition.
3285
a1bab801
DH
32862001-08-08 Don Howard <dhoward@redhat.com>
3287
3288 * stabsread.c (read_type): Add support for const and volatile
3289 modifiers.
3290
455ecc72
DJ
32912001-08-02 Daniel Jacobowitz <drow@mvista.com>
3292
3293 * core-regset.c (fetch_core_registers): Remove HAVE_GREGSET_T
3294 and HAVE_FPREGSET_T checks. Use gdb_gregset_t and gdb_fpregset_t.
3295
a5cedf2f
KS
32962001-08-02 Keith Seitz <keiths@redhat.com>
3297
3298 * defs.h (SLASH_STRING): If not defined, set
3299 to "/", regardless of _WIN32, __CYGWIN__, or
3300 whatnot.
3301
d7275149
MK
33022001-08-02 Mark Kettenis <kettenis@gnu.org>
3303
cc6dd2c0
MK
3304 * cli/cli-decode.h: Include "gdb_regex.h" instead of
3305 "gnu-regex.h".
3306
d7275149
MK
3307 * NEWS: Update.
3308
40cd916f
EZ
33092001-08-02 Eli Zaretskii <eliz@is.elta.co.il>
3310
3311 * config/i386/xm-go32.h: Include xm-i386.h.
3312 (HOST_BYTE_ORDER, HOST_LONG_DOUBLE_FORMAT): Remove definitions.
3313
b5de0fa7
EZ
33142001-08-02 Eli Zaretskii <eliz@is.elta.co.il>
3315
3316 The following changes avoid polluting global namespace with the
3317 `enable' and `disable' identifiers, because some platforms define
3318 in their system headers symbols with global scope that go by those
3319 names.
3320
3321 * breakpoint.h (enum enable_state): Rename from `enum enable'.
3322 Also rename all the enum members to have the "bp_" prefix.
3323 (struct breakpoint): Rename the `enable' member to `enable_state'.
3324 (enum bpdisp): Rename all members to have the "disp_" prefix.
3325
3326 * breakpoint.c: All users of `enum enable' and `enum bpdisp'
3327 changed.
3328 (args_for_catchpoint_enable): Rename the `enable' member to
3329 `enable_p'. All users changed.
3330
3331 * tracepoint.h (enum enable): Remove.
3332 (struct tracepoint): The member `enabled' is now `int enabled_p'.
3333
3334 * tracepoint.c: All users of the `enabled' member changed.
3335
3336 * printcmd.c (struct display): The `status' member is now an int.
3337
3338 * memattr.h (struct mem_region): Rename the `status' member to
3339 `enabled_p'.
3340 (enum enable): Remove.
3341
3342 * memattr.c: Change all users of the `status' member of struct
3343 mem_region to use `enabled_p' instead.
3344
3345 * infcmd.c (run_stack_dummy): Use disp_del instead of del.
3346
3347 * go32-nat.c: Remove the kludgey work-around for conflicts between
3348 <dos.h> and "breakpoint.h".
3349
ad4571f3
CV
33502001-08-02 Corinna Vinschen <vinschen@redhat.com>
3351
3352 * MAINTAINERS: Add myself to the write-after-approval list.
3353 * ser-tcp.c (tcp_open): Use `localhost' as default host if no
3354 hostname is given.
3355
64f6fcad
AC
33562001-08-01 Andrew Cagney <ac131313@redhat.com>
3357
3358 * doublest.h (store_floating, floatformat_to_doublest): Make IN
3359 paramter a const void pointer.
3360 (floatformat_from_doublest): Make IN const, Make OUT a void
3361 pointer.
3362 * doublest.c (floatformat_to_doublest): Update.
3363 (floatformat_from_doublest): Update.
3364 (extract_floating): Update.
3365
d16aafd8
AC
33662001-07-31 Andrew Cagney <ac131313@redhat.com>
3367
3368 * defs.h (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3369 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3370 (HOST_LONG_DOUBLE_FORMAT, DOUBLEST)
3371 (floatformat_to_doublest, floatformat_from_doublest)
3372 (floatformat_is_negative, floatformat_is_nan)
3373 (floatformat_mantissa, store_floating)
3374 (extract_floating): Move declaration from here.
3375 * doublest.h: To here. New file.
3376 * utils.c (get_field, floatformat_to_doublest, put_field)
3377 (ldfrexp, floatformat_from_doublest, floatformat_is_negative)
3378 (floatformat_is_nan, floatformat_mantissa)
3379 (FLOATFORMAT_CHAR_BIT): Move from here.
3380 * doublest.c: To here. New file.
3381 * findvar.c (store_floating, extract_floating): Move from here.
3382 * doublest.c: To here.
3383 * Makefile.in (SFILES): Add doublest.c.
3384 (COMMON_OBS): Add doublest.o.
3385 (doublest.o): Specify dependencies.
3386 (doublest_h): Define.
3387
3388 * config/m88k/tm-m88k.h: Include "doublest.h".
3389 * config/i960/tm-i960.h: Ditto.
3390 * config/i386/tm-symmetry.h: Ditto.
3391 * rs6000-tdep.c, valarith.c: Ditto.
3392 * valprint.c, stabsread.c, sh-tdep.c: Ditto.
3393 * ia64-tdep.c, i387-tdep.c, i386-tdep.c: Ditto.
3394 * values.c, arm-tdep.c, arm-linux-tdep.c: Ditto.
3395 * alpha-tdep.c, ax.h, expression.h: Ditto.
3396 * sh-tdep.c, parse.c, top.c, value.h: Ditto.
3397
3398 * Makefile.in (arm-tdep.o): Add $(doublest_h).
3399 (i386-tdep.o, i387-tdep.o, ia64-tdep.o): Ditto.
3400 (rs6000-tdep.o, stabsread.o, valarith.o): Ditto.
3401 (values.o, valprint.o, arm-linux-tdep.o): Ditto.
3402 (alpha-tdep.o, ax_h, parse.o, top.o, value_h): Ditto.
3403 (parser_defs_h): Ditto.
3404 (expression_h): Add $(doublest_h) and $(symtab_h).
3405
1b0cad1c
AC
34062001-08-01 Andrew Cagney <ac131313@redhat.com>
3407
3408 * Makefile.in: Sort header definitions.
3409 (parser_defs_h, dis_asm_h, annotate_h, gdbthread_h): Define.
3410 Replace parser-defs.h with $(parser_defs_h). Replace $(dis-asm_h)
3411 and $(dis-asm.h) with $(dis_asm_h). Replace annotate.h with
3412 $(annotate_h). Replace target.h with $(target_h). Replace
3413 gdbthread.h with $(gdb_thread_h). Replace symfile.h with $(symfile_h).
3414
1ca66634
MK
34152001-07-31 Mark Kettenis <kettenis@gnu.org>
3416
3417 * config/i386/xm-i386.h: New file.
3418 * config/i386/xm-fbsd.h: Removed.
3419 * config/i386/xm-linux.h: Removed.
3420 * config/i386/fbsd.mh: Reorganize a bit.
3421 (XM_FILE): Set to xm-i386.h instead of xm-fbsd.h.
3422 * config/i386/linux.mh (XM_FILE): Set to xm-i386.h insread of
3423 xm-linux.h.
3424
9e84cbde
JB
34252001-07-30 Jim Blandy <jimb@redhat.com>
3426
3427 * dwarf2read.c (dwarf2_build_psymtabs_hard): Doc fix.
3428
72473524
DJ
34292001-07-27 Daniel Jacobowitz <drow@mvista.com>
3430
3431 * configure.in: Only invoke AC_FUNC_SETPGRP if not cross-compiling.
3432 Check for SETPGRP_VOID separately if cross-compiling and ISO C
3433 headers are available.
3434
8d7f6b4a
MK
34352001-07-30 Mark Kettenis <kettenis@gnu.org>
3436
4b418e06
MK
3437 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Redefine to call
3438 i386_dwarf_reg_to_regnum.
3439
8d7f6b4a
MK
3440 * i386-tdep.c (i386_register_convert_to_virtual): Replace
3441 assertion with a warning if we're asked to convert towards a
3442 non-floating-point type. Zero out the the buffer where the data
3443 is supposed to be stored in that case.
3444
6c56c069
EZ
34452001-07-29 Eli Zaretskii <eliz@is.elta.co.il>
3446
f959bc41
EZ
3447 * config/djgpp/djconfig.sh: Unset CDPATH.
3448
a3b9cbb3
EZ
3449 * go32-nat.c (get_cr3): Temporary disable support for page tables
3450 in UMBs, as it is incomplete.
3451
6c56c069
EZ
3452 Support for stepping through longjmp in DJGPP programs:
3453
3454 * config/i386/tm-go32.h (JB_ELEMENT_SIZE, JB_PC): New macros.
3455 (GET_LONGJMP_TARGET): Define to call get_longjmp_target.
3456 (get_longjmp_target): Add prototype.
3457
de6ee558
AC
34582001-07-28 Andrew Cagney <ac131313@redhat.com>
3459
3460 Fix some PID/TPID fallout for HP/UX.
3461 From 2001-07-22 Rodney Brown <rbrown64@csc.com.au>:
3462 * infttrace.c (ptrace_wait): Match external declaration,
3463 and match target_post_wait declaration.
3464
93755ae6
AC
34652001-07-28 Andrew Cagney <ac131313@redhat.com>
3466
3467 * MAINTAINERS: Add Orjan Friberg as cris target maintainer.
158ff1e6 3468 (cris): Set --enable-gdb-build-warnings flag to -w.
93755ae6 3469
16f769f3
AC
34702001-07-28 Andrew Cagney <ac131313@redhat.com>
3471
3472 From 2001-07-23 Andreas Schwab <schwab@suse.de>:
3473 * config/m68k/tm-m68k.h (TARGET_LONG_DOUBLE_FORMAT): Define.
3474 (TARGET_LONG_DOUBLE_BIT): Define.
3475 (REGISTER_VIRTUAL_SIZE): Return 12 for floating point registers.
3476 (MAX_REGISTER_VIRTUAL_SIZE): Increase to 12.
3477 (REGISTER_VIRTUAL_TYPE): Return builtin_type_long_double for
3478 floating point registers.
3479 (REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL)
3480 (REGISTER_CONVERT_TO_RAW): Remove.
3481 * config/m68k/xm-linux.h (HOST_LONG_DOUBLE_FORMAT): Define.
3482
5b7f31a4
AC
34832001-07-26 Andrew Cagney <ac131313@redhat.com>
3484
3485 * thread.c, breakpoint.c: Include "gdb.h".
3486 * Makefile.in (gdb_h): Define.
3487 (HFILES_NO_SRCDIR): Add gdb.h.
3488 (mi-cmd-break.o, mi-main.o, thread.o)
3489 (breakpoint.o): Add dependency on $(gdb_h).
3490
3491 * defs.h (enum gdb_rc, gdb_breakpoint_query)
3492 (gdb_breakpoint, gdb_thread_select)
3493 (gdb_list_thread_ids): Move declaration from here ...
3494 * gdb.h: To here. New file.
3495
8aaf581c
SC
34962001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3497
3498 * Makefile.in (SUBDIR_TUI_OBS): Add tui-out.o, tui-hooks.o.
3499 (SUBDIR_TUI_SRCS): Add tui-out.c tui-hooks.c
3500 (SFILES): Likewise.
3501 (tui-out.o): Define dependencies.
3502 (tui-hooks.o): Likewise.
3503
f9e2d830
AC
35042001-07-28 Andrew Cagney <ac131313@redhat.com>
3505
3506 * MAINTAINERS: Update e-mail address of active @cygnus.com
3507 maintainers to @redhat.com.
3508
de6ed73f
AC
35092001-07-28 Andrew Cagney <ac131313@redhat.com>
3510
3511 * README (Known bugs): Delete section.
3512 (Kernel debugging): Delete section.
3513 (Languages other than C): Delete section.
3514 (Host/target specific installation notes) New section.
3515
3d261580
MK
35162001-07-28 Mark Kettenis <kettenis@gnu.org>
3517
85540d8c
MK
3518 * config/i386/tm-i386.h (STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
3519 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): New defines.
3520 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): New
3521 prototypes.
3522 * config/i386/tm-fbsd.h, config/i386/tm-i386gnu.h,
3523 config/i386/tm-linux.h (STAB_REG_TO_REGNUM): Redefine to call
3524 i386_dwarf_reg_to_regnum.
3525 * i386-tdep.c (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum):
3526 New functions.
3527
3d261580
MK
3528 * i386-tdep.c: Include "gdb_assert.h"
3529 (i386_register_convert_to_virtual): Fix such that it can handle
3530 conversion to any floating-point type. Assert that we are dealing
3531 with a floating-point first.
3532 (i386_register_convert_to_raw): Assert that TYPE is a
3533 floating-point type with length 12.
3534
2db5ca22
JM
35352001-07-27 John R. Moore <jmoore@redhat.com>
3536
3537 * configure.in: Added dependency of gdb on tcl/tk libraries.
3538 * Makefile.in: Likewise.
3539 * configure: Regenerated with the above using autoconf.
3540
88e04cc1
EZ
35412001-07-26 Elena Zannoni <ezannoni@redhat.com>
3542
3543 * sh-tdep.c (sh_gdbarch_init): Use SH_DEFAULT_NUM_REGS instead of
3544 NUM_REGS.
3545 (SH_DEFAULT_NUM_REGS): Define.
3546
2033c18a
EZ
35472001-07-26 Eli Zaretskii <eliz@is.elta.co.il>
3548
3549 * go32-nat.c (read_memory_region): Make sure the segment limit was
3550 indeed set, to work around a Windows 2000 bug.
3551
9f30d7f5
DJ
35522001-07-25 Daniel Jacobowitz <drow@mvista.com>
3553
3554 * infptrace.c (child_xfer_memory): Add cast to CORE_ADDR.
3555 * infttrace.c (child_xfer_memory): Likewise.
3556 * symm-nat.c (child_xfer_memory): Likewise.
3557 * gdbserver/low-hppabsd.c (read_inferior_memory): Likewise.
3558 (write_inferior_memory): Likewise.
3559 * gdbserver/low-linux.c (read_inferior_memory): Likewise.
3560 (write_inferior_memory): Likewise.
3561 * gdbserver/low-lynx.c (read_inferior_memory): Likewise.
3562 (write_inferior_memory): Likewise.
3563 * gdbserver/low-nbsd.c (read_inferior_memory): Likewise.
3564 (write_inferior_memory): Likewise.
3565 * gdbserver/low-sparc.c (read_inferior_memory): Likewise.
3566 (write_inferior_memory): Likewise.
3567 * gdbserver/low-sun3.c (read_inferior_memory): Likewise.
3568 (write_inferior_memory): Likewise.
3569
e23194cb
EZ
35702001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
3571
966beb0f
EZ
3572 * README: Mention how to make gdb.pdf.
3573
e23194cb
EZ
3574 * NEWS: Update.
3575
7c542009
SS
35762001-07-24 Stephen P. Smith <ischis2@home.com>
3577
a3f3e535
SS
3578 * MAINTAINERS (Stephen P. Smith): Added to write after approval
3579 list.
3580
675fb869
AC
35812001-07-23 Andrew Cagney <ac131313@redhat.com>
3582
3583 * mips-tdep.c (mips_push_arguments): Add comment explaining
3584 problem with LE o32 GCC.
3585
a7019e23
EZ
35862001-07-23 Elena Zannoni <ezannoni@redhat.com>
3587
3588 * config/powerpc/aix.mh (MH_LDFLAGS): Don't set these, the Gnu linker
3589 doesn't understand them.
3590
ab35b611
EZ
35912001-07-23 Elena Zannoni <ezannoni@redhat.com>
3592
3593 * memattr.c (mem_info_command): Reformat output to look more like
3594 'info break' output.
3595 (_initialize_mem): Improve help.
3596
0200359f
MK
35972001-07-23 Mark Kettenis <kettenis@gnu.org>
3598
3599 * configure.in (AC_CHECK_FUNCS): Add setpggrp.
3600 (AC_FUNC_SETPGRP): Add.
3601 * aclocal.m4, configure, config.in: Regenerated.
3602 * inflow.c (gdb_setpgid): Get rid of NEED_POSIX_SETPGID and
3603 SETPGRP_ARGS. Always use setpgid if it is available, fall back on
3604 setpgrp if it isn't. Use SETPGRP_VOID (defined by autoconf) to
3605 distinguish between the two setpgrp flavours.
3606 * config/xm-sysv4.h, config/arm/xm-linux.h,
3607 config/i386/xm-i386aix.h, config/i386/xm-sco.h,
3608 config/i386/xm-linux.h, config/i386/xm-ptx.h,
3609 config/m68k/xm-linux.h, config/powerpc/xm-linux.h,
3610 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h,
3611 config/ia64/xm-linux.h (NEED_POSIX_SETPGID): Remove.
3612 * config/rs6000/xm-rs6000.h (SETPGRP_ARGS): Remove.
3613
9f20bf26
EZ
36142001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
3615
3616 * go32-nat.c (read_memory_region): Set the granularity bit of the
3617 allocated segment according to its size, and adjust the limit to
3618 be page-aligned if the segment is page-granular.
3619
3620 * (get_cr3, get_pde, get_pte, display_ptable_entry, go32_pde)
3621 (display_page_table, go32_pte, go32_pte_for_address): New functions.
3622 (_initialize_go32_nat): Initialize and document them.
3623
383d750b
MK
36242001-07-22 Mark Kettenis <kettenis@gnu.org>
3625
3626 * i386gnu-nat.c: Include "i387-nat.h".
3627 (struct env387): Removed.
3628 (reg_offset): Fix comment.
3629 (fetch_fpregs): Use FCTRL_REGNUM and FOP_REGNUM instead of
3630 FIRST_FPU_CONTROL_REGNUM and LAST_FPU_CONTROL_REGNUM. Rewrite to
3631 use i387_supply_fsave.
3632 (gnu_fetch_registers): Remove spurious whitespace.
3633 (convert_to_env387): Remove.
3634 (store_fpregs): Add argument regno. Use i387_fill_fsave instead
3635 of convert_to_env387.
3636 (gnu_store_registers): Remove spurious whitespace. Pass REGNO to
3637 store_fpregs.
3638 * config/i386/i386gnu.mt (TDEPFILES): Add i387-tdep.o.
3639 * config/i386/i386gnu.mh (XDEPFILES): Remove i387-tdep.o.
3640 (NATDEPFILES): Add i387-nat.o.
3641
1a12f22f
SC
36422001-07-22 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3643
3644 * Makefile.in (ALLDEPFILES): Add m68hc11-tdep.c.
3645 (m68hc11-tdep.o): Define dependencies.
3646
7d32ba20
SC
36472001-07-22 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3648
3649 * m68hc11-tdep.c (m68hc11_gdbarch_init): Define int at 16-bits.
3650
5ecb1806
SC
36512001-07-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3652
3653 * utils.c (init_page_info): Use tui_get_command_dimension.
3654 * printcmd.c (disassemble_command): Simplify tui specific code,
3655 use tui_is_window_visible, tui_show_assembly.
3656
25630444
MK
36572001-07-21 Mark Kettenis <kettenis@gnu.org>
3658
3659 * i386bsd-nat.c: Do not include <sys/sysctl.h>.
3660 (_initialize_i386bsd_nat) [KERN_PS_STRINGS]: Move FreeBSD-specific
3661 code to ...
3662 * i386fbsd-nat.c: ... here. New file.
3663 * config/i386/fbsd.mh (NATDEPFILES): Add i386-fbsd.o.
3664 * config/i386/nm-fbsd.h (CHILD_RESUME): Define.
3665 * Makefile.in (ALLDEPFILES): Add i386fbsd-nat.c.
3666 (i386fbsd-nat.o): Add dependencies.
3667
0150732f
DJ
36682001-07-19 Daniel Jacobowitz <drow@mvista.com>
3669
3670 * signals.c: New file.
3671 * Makefile.in: Add signals.o.
3672 * target.c (struct signals, target_signal_to_name)
3673 (target_signal_from_name, target_signal_from_host)
3674 (do_target_signal_to_host, target_signal_to_host_p)
3675 (target_signal_to_host, target_signal_from_command): Move to
3676 signals.c.
3677 (initialize_targets): Move check of struct signals to...
3678 * signals.c (_initialize_signals): Here.
3679
e36118e7
AC
36802001-07-19 Andrew Cagney <ac131313@redhat.com>
3681
3682 * MAINTAINERS: Add Michael Chastain as C++ testsuite maintainer.
3683
b4fc7a30
AC
36842001-07-19 Andrew Cagney <ac131313@redhat.com>
3685
3686 From Stephen Smith:
3687 * configure.tgt (i*86-*-pe*): New target.
3688
4b048bc0
AC
36892001-07-19 Andrew Cagney <ac131313@redhat.com>
3690
3691 From 2001-07-16 Rodney Brown <rbrown64@csc.com.au>:
3692 * infttrace.c (child_thread_alive): Fix gdb_tid typo.
3693 * somsolib.c (no_shared_libraries): Provide stub.
3694 * xcoffsolib.c (no_shared_libraries): Provide stub.
3695
227288a0
SC
36962001-07-18 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3697
3698 * Makefile.in (COMMON_OBS): Remove tui-file.o.
3699 (SUBDIR_TUI_OBS): Add it here.
3700 (SUBDIR_TUI_SRCS): Move tui-file.c and tui-file.h here.
3701 (main.o): Remove dependency with tui-file.h.
3702
f9eb4b01
EZ
37032001-07-17 Elena Zannoni <ezannoni@redhat.com>
3704
3705 * Makefile.in (tui-file.o): Update dependencies.
3706
d0c8cdfb
EZ
37072001-07-17 Elena Zannoni <ezannoni@redhat.com>
3708
3709 * top.c (catch_errors): Convert PTR to void * in parameters list.
3710 (quit_cover): Ditto.
3711
063190b6
SC
37122001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3713
3714 * source.c (find_source_lines): Remove tui test, must be replaced
3715 by appropriate warning hook.
3716 (print_source_lines): Remove tui hacks, must be replaced by cli.
3717 (forward_search_command): Remove tui hacks, can be replaced by
3718 appropriate calls to identify_source_line when tui scrolls.
3719 (reverse_search_command): Likewise.
3720
cf759d3b
ND
37212001-07-16 Nick Duffek <nsd@redhat.com>
3722
3723 * remote.c (init_remote_ops, init_remote_cisco_ops,
3724 init_remote_async_ops): Set to_pid_to_str and
3725 to_extra_thread_info correctly and in the same order as declared
3726 in target.h.
3727
0caabb7e
AC
37282001-07-16 Andrew Cagney <ac131313@redhat.com>
3729
3730 * remote.c: Revert below. Included more than intended.
3731
943b3971
ND
37322001-07-16 Nick Duffek <nsd@redhat.com>
3733
3734 * remote.c (init_remote_ops, init_remote_cisco_ops,
3735 init_remote_async_ops): Set to_pid_to_str and
3736 to_extra_thread_info correctly and in the same order as declared
3737 in target.h.
3738
9ed10b08
ND
37392001-07-16 Nick Duffek <nsd@redhat.com>
3740
3741 * findvar.c (read_var_value): Apply value_as_pointer() to
3742 addresses retrieved from the target for LOC_BASEREG and
3743 LOC_BASEREG_ARG variables.
3744
24be5c34
OF
37452001-07-16 Orjan Friberg <orjanf@axis.com>
3746
3747 * NEWS: New target CRIS.
3748
314b6fb7
EZ
37492001-07-16 Elena Zannoni <ezannoni@redhat.com>
3750
3751 * top.c (show_commands): Remove extern decl of history_get, it's
3752 already in readline/history.h.
3753
210661e7
EZ
37542001-07-16 Elena Zannoni <ezannoni@redhat.com>
3755
3756 * top.c (is_complete_command, init_cmd_lists, init_cli_cmds,
3757 execute_user_command, do_setshow_command, get_prompt, init_proc,
3758 serial_log_command): Remove extern declarations. Include
3759 cli/cli-cmds.h, cli/cli-script.h, cli/cli-setshow.h, serial.h.
3760 * gdbcmd.h (execute_user_command): Remove declaration, it's already
3761 in cli/cli-script.h.
3762 * command.h (do_setshow_command): Remove declaration, it's already
3763 in cli/cli-setshow.h.
3764 * infrun.c: Include "cli/cli-script.h" for execute_user_command.
3765 * Makefile.in (infrun.o): Update dependencies.
3766 (top.o): Ditto.
3767 * cli/cli-setshow.h: Add comment for do_setshow_command.
3768
2584159e
EZ
37692001-07-16 Eli Zaretskii <eliz@is.elta.co.il>
3770
3771 * cli/cli-cmds.c (shell_escape) [GLOBAL_CURDIR]: Condition the
3772 call to chdir on this symbol rather than on __DJGPP__.
3773 (CANT_FORK) [__MSDOS__]: Move from here...
3774 * defs.h (CANT_FORK) [__MSDOS__]: ...to here.
3775 (GLOBAL_CURDIR) [__MSDOS__]: Define.
3776
cf54db79
OF
37772001-07-16 Orjan Friberg <orjanf@axis.com>
3778
3779 * configure.tgt: Recognise the CRIS architecture.
3780 * config/cris/cris.mt: New file for CRIS target.
3781 * cris-tdep.c: New file for CRIS target.
3782
64cdedad
EZ
37832001-07-15 Elena Zannoni <ezannoni@redhat.com>
3784
3785 * top.c (quit_cover, float_handler): Move definition up before use.
3786 (gdb_init): Move to end of file, to avoid calls to not yet defined
3787 functions.
3788 Delete prototypes.
3789
2cd58942
AC
37902001-07-14 Andrew Cagney <ac131313@redhat.com>
3791
3792 * serial.h (SERIAL_ASYNC): Delete.
3793 (DEPRECATED_SERIAL_FD): Delete.
3794 (SERIAL_DEBUG): Delete.
3795 (SERIAL_DEBUG_P): Delete.
3796 (SERIAL_DRAIN_OUTPUT): Delete.
3797 (SERIAL_FLUSH_OUTPUT): Delete.
3798 (SERIAL_FLUSH_INPUT): Delete.
3799 (SERIAL_SEND_BREAK): Delete.
3800 (SERIAL_RAW): Delete.
3801 (SERIAL_GET_TTY_STATE): Delete.
3802 (SERIAL_SET_TTY_STATE): Delete.
3803 (SERIAL_PRINT_TTY_STATE): Delete.
3804 (SERIAL_NOFLUSH_SET_TTY_STATE): Delete.
3805 (SERIAL_SETBAUDRATE): Delete.
3806 (SERIAL_SETSTOPBITS): Delete.
3807 (SERIAL_CAN_ASYNC_P): Delete.
3808 (SERIAL_IS_ASYNC_P): Delete.
3809 (SERIAL_UN_FDOPEN): Delete.
3810 (SERIAL_READCHAR): Delete.
3811 (SERIAL_CLOSE): Delete.
3812 (SERIAL_FDOPEN): Delete.
3813 (SERIAL_OPEN): Delete.
3814 * ser-unix.c: Update.
3815 * sparclet-rom.c: Update.
3816 * remote-bug.c: Update.
3817 * dsrec.c: Update.
3818 * xmodem.c: Update.
3819 * nindy-share/ttyflush.c: Update.
3820 * nindy-share/Onindy.c: Update.
3821 * utils.c: Update.
3822 * serial.c: Update.
3823 * remote-nindy.c: Update.
3824 * inflow.c: Update.
3825 * sparcl-tdep.c: Update.
3826 * sh3-rom.c: Update.
3827 * remote.c: Update.
3828 * remote-utils.c: Update.
3829 * remote-st.c: Update.
3830 * remote-sds.c: Update.
3831 * remote-rdp.c: Update.
3832 * remote-os9k.c: Update.
3833 * remote-nrom.c: Update.
3834 * remote-mips.c: Update.
3835 * remote-es.c: Update.
3836 * remote-e7000.c: Update.
3837 * remote-array.c: Update.
3838 * ocd.c: Update.
3839 * nindy-share/nindy.c: Update.
3840 * monitor.c: Update.
3841
ea7c478f
AC
38422001-07-14 Andrew Cagney <ac131313@redhat.com>
3843
3844 * mn10200-tdep.c: Replace value_ptr with ``struct value *''.
3845 * mcore-tdep.c: Ditto.
3846 * sparc-tdep.c: Ditto.
3847 * sh-tdep.c: Ditto.
3848 * rs6000-tdep.c: Ditto.
3849 * ppc-linux-tdep.c: Ditto.
3850 * m68hc11-tdep.c: Ditto.
3851 * ia64-tdep.c: Ditto.
3852 * i386-tdep.c: Ditto.
3853 * arm-linux-tdep.c: Ditto.
3854 * hppa-tdep.c: Ditto.
3855 * h8500-tdep.c: Ditto.
3856 * fr30-tdep.c: Ditto.
3857 * arm-tdep.c: Ditto.
3858 * alpha-tdep.c: Ditto.
3859 * d30v-tdep.c: Ditto.
3860 * d10v-tdep.c: Ditto.
3861 * m32r-tdep.c: Ditto.
3862 * mips-tdep.c: Ditto.
3863 * v850-tdep.c: Ditto.
3864
d75b5104
EZ
38652001-07-15 Elena Zannoni <ezannoni@redhat.com>
3866
3867 * top.c (readline_line_completion_function, noop_completer): Move
3868 from here...
3869 * completer.c (readline_line_completion_function, noop_completer):
3870 ...to here.
3871 * gdbcmd.h (readline_line_completion_function, noop_completer):
3872 Move declarations from here...
3873 * completer.h (readline_line_completion_function, noop_completer):
3874 ...to here.
3875 * corefile.c: Include completer.h.
3876 * source.c: Ditto.
3877 * symfile.c: Ditto.
3878 * Makefile.in: Update dependencies.
3879
150985e3
EZ
38802001-07-15 Eli Zaretskii <eliz@is.elta.co.il>
3881
3882 * go32-nat.c (go32_create_inferior): Support command lines longer
3883 than 126 characters.
3884
def90278
SC
38852001-07-14 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3886
3887 * NEWS: New target 68HC11/68HC12.
3888
37767e42
SC
38892001-07-14 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3890
3891 * utils.c (query): Remove tui hacks; tui must use the query_hook.
3892 * top.c (command_loop): Remove tui insert_mode hacks; don't call
3893 tuiCleanUp because this must be made with atexit by tui.
3894 * symfile.c (symbol_file_command): Remove call to TUIDO
3895 * stack.c (show_and_print_stack_frame_stub): Remove tui check;
3896 not necessary when using the selected frame hooks.
3897 (print_stack_frame_stub): Likewise.
3898 (print_frame_info_base): Likewise.
3899 (print_frame_info): Likewise.
3900 (up_silently_command): Likewise.
3901 (down_silently_command): Likewise.
3902 (show_stack_frame): Likewise for TUIDO.
3903 (select_frame): Likewise.
3904 (select_and_print_frame): Likewise.
3905 (stack_publish_stopped_with_no_frame): Remove.
3906 (select_and_maybe_print_frame): Remove.
3907 * main.c (captured_main): Remove tui_fileopen and tuiInit; tui
3908 must use the initialize ui hook.
3909 * infrun.c (normal_stop): Remove call to TUIDO; tui must use the
3910 selected frame hooks.
3911 * event-top.c (command_handler): Remove tui insert_mode hack.
3912 * defs.h: Remove TUIDO; Only include tui.h.
3913 * breakpoint.c (mention): Remove calls to TUIDO.
3914 (delete_breakpoint): Remove tui hacks; tui must install
3915 the breakpoint hooks.
3916
0123ceaf
MK
39172001-07-14 Mark Kettenis <kettenis@gnu.org>
3918
1fe7ac85
MK
3919 * config/i386/xm-linux.h (KERNEL_U_ADDR): Move from here...
3920 * config/i386/nm-linux.h: ...to here. Change comments about user
3921 area/struct a bit.
3922
d0f3ce3c
MK
3923 * config/i386/xm-linux.h (HAVE_TERMIOS): Really remove.
3924
0123ceaf
MK
3925 * Makefile.in (ALLDEPFILES): Add i386bsd-nat.c and i386bsd-tdep.c
3926 (i386bsd-tdep.o, i386bsd-nat.o): New targets.
3927
4902674b
EZ
39282001-07-13 Elena Zannoni <ezannoni@redhat.com>
3929
3930 * remote-e7000.c (fetch_regs_from_dump): If register set is null,
3931 generate an internal error.
3932 (e7000_fetch_registers): Initialize variable 'wanted'.
3933 (e7000_wait): Initialize variable 'wanted_nopc'.
3934 (e7000_store_register): Fix sprintf compiler warnings.
3935 (sub2_from_pc): Ditto.
3936 (e7000_open): Close the descriptor, not the name.
3937 (e7000_load): Fix compiler warnings.
3938 (sub2_from_pc): Ditto.
3939 * Makefile.in (remote-e7000.o): Can now compile with -Werror.
3940
b7247919
MK
39412001-07-13 Mark Kettenis <kettenis@gnu.org>
3942
3943 * i386bsd-nat.c: Include <signal.h>, <stddef.h> and
3944 <sys/sysctl.h>.
3945 (store_inferior_registers): Wrap long line.
3946 (i386bsd_dr_get_status): Fix typo in comment.
3947 (_initialize_i386bsd_nat): New function. * i386bsd-tdep.c: New
3948 file. * config/i386/tm-fbsd.h (IN_SIGTRAMP): New define.
3949 (i386bsd_in_sigtramp): New prototype.
3950 (SIGTRAMP_START, SIGTRAMP_END): Redefine in terms...
3951 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): ...these new
3952 (external) variables.
3953 (SIGCONTEXT_PC_OFFSET): Removed.
3954 (FRAME_SAVED_PC): New define.
3955 (i386bsd_frame_saved_pc): New function. * config/i386/fbsd.mt
3956 (TDEPFILES): Add i386bsd-tdep.o.
3957
d1bacddc
DJ
39582001-07-12 Daniel Jacobowitz <drow@mvista.com>
3959
3960 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Use ISO C
3961 definition.
3962
9a973a8f
MK
39632001-07-13 Mark Kettenis <kettenis@gnu.org>
3964
3965 * lin-lwp.c (lin_lwp_wait): Avoid check for resumed LWPs if there
3966 are no registered LWPs yet.
3967
6ef7fa21
DJ
39682001-07-12 Daniel Jacobowitz <drow@mvista.com>
3969
3970 * config/i386/nm-linux.h (CANNOT_FETCH_REGISTER): Call the right
3971 function.
3972 (CANNOT_STORE_REGISTER): Likewise.
3973
75e266ac
KS
39742001-07-12 Keith Seitz <keiths@redhat.com>
3975
3976 * remote-rdp.c: Include "serial.h"
3977
d0608e50
DJ
39782001-07-12 Daniel Jacobowitz <drow@mvista.com>
3979
3980 * gdbserver/remote-utils.c (remote_open): Set VMIN to 1
3981 in HAVE_TERMIO/HAVE_TERMIOS cases.
3982
1e4fac59
MK
39832001-07-12 Mark Kettenis <kettenis@gnu.org>
3984
de4ca854
MK
3985 * lin-lwp.c (stop_wait_callback): Add support for flushing
3986 signals. Use that in favour of the old code to get rid of
3987 superfluous SIGINTs.
3988 (lin_lwp_wait): Use the new support in stop_wait_callback to
3989 flush all but one SIGINT.
3990
635b0cc1
MK
3991 * i386-tdep.c (i386_extract_return_value): Undo 2001-07-11 changes
3992 to comment.
3993 (i386_store_return_value): Improve comments about storing
3994 floating-point return values.
3995
1e4fac59
MK
3996 * config/arm/xm-linux.h, config/i386/xm-linux.h,
3997 config/m68k/xm-linux.h, config/powerpc/xm-linux.h,
3998 config/sparc/xm-linux.h, config/ia64/xm-linux.h (HAVE_TERMIOS):
3999 Removed. Taken care of by autoconf and terminal.h.
4000
49e790b0
DJ
40012001-07-12 Daniel Jacobowitz <drow@mvista.com>
4002
4003 * mips-tdep.c (mips_type_needs_double_align): New function.
4004 (mips_push_arguments): Align o32 structs to even argument
4005 registers if necessary.
4006
e7df8212
DJ
40072001-07-11 Daniel Jacobowitz <drow@mvista.com>
4008
4009 * config/djgpp/fnchange.lst: Add entries for
4010 mips-linux-nat.c and mips-linux-tdep.c.
4011
2b2d558c
MK
40122001-07-12 Mark Kettenis <kettenis@gnu.org>
4013
9e158af1
MK
4014 * config/powerpc/xm-linux.h: Fix corrupted file.
4015
2b2d558c
MK
4016 * configure.in: Add check for sigsetjmp.
4017 * config/m68k/xm-linux.h (HAVE_SIGSETJMP): Removed.
4018 * config/xm-sysv4.h (HAVE_SIGSETJMP): Removed.
4019 * configure, config.in: Regenerated.
4020
3bbfbb92
EZ
40212001-07-11 Elena Zannoni <ezannoni@redhat.com>
4022
4023 * config/sh/tm-sh.h (struct gdbarch_tdep): Add
4024 FLOAT_ARGLAST_REGNUM, RETURN_REGNUM, ARG0_REGNUM, ARGLAST_REGNUM,
4025 PR_REGNUM fields.
4026
4027 * sh-tdep.c (sh_skip_prologue_hard_way): Rename from
4028 skip_prologue_hard_way().
4029 (skip_prologue_hard_way): Make it a function pointer.
4030 (sh_print_register): Use function pointer do_pseudo_register,
4031 instead of sh_do_pseudo_register.
4032 (sh_do_registers_info): Ditto.
4033 (sh_gdbarch_init): Initialize do_pseudo_register.
4034 (IS_MOV_TO_R14): Rename from IS_MOV_R14.
4035 (skip_prologue_hard_way): Update.
4036 (sh_gdbarch_init): Move setting of frame_chain,
4037 get_saved_register, init_extra_frame_info, push_arguments,
4038 extract_return_value, pop_frame, store_struct_return,
4039 extract_struct_value_address, use_struct_convention,
4040 init_extra_frame_info to before target specific settings.
4041 (sh_gdbarch_init): Initialize new tdep fields
4042 FLOAT_ARGLAST_REGNUM, RETURN_REGNUM, ARG0_REGNUM, ARGLAST_REGNUM,
4043 PR_REGNUM.
4044 (sh_push_arguments): Use new gdbarch_tdep fields
4045 {ARG0,ARGLAST}_REGNUM.
4046 (sh_saved_pc_after_call, sh_nofp_frame_init_saved_regs,
4047 sh_init_extra_frame_info, sh_push_return_address,
4048 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
4049 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs): Update to use
4050 gdbarch_tdep->PR_REGNUM.
4051 (dr_reg_base_num, fv_reg_base_num): Move to earlier in the file.
4052
e64c0717
DJ
40532001-07-11 Daniel Jacobowitz <drow@mvista.com>
4054
4055 * config/mips/tm-linux.h: Include "tm-linux.h" instead of copying
4056 from it. Move definitions of REALTIME_LO and REALTIME_HI above
4057 include.
4058
6c8e04b5
DJ
40592001-07-11 Daniel Jacobowitz <drow@mvista.com>
4060
4061 * MAINTAINERS: List myself for MIPS/Linux
4062 port.
4063
94dfea5d
DJ
40642001-07-11 Daniel Jacobowitz <drow@mvista.com>
4065
4066 * gdbserver/remote-utils.c (remote_open): Only
4067 check for F_SETOWN if we had F_SETFL and FASYNC.
4068
f175af98
DJ
40692001-07-11 Daniel Jacobowitz <drow@mvista.com>
4070
4071 From Michael Fedrowitz <michael.fedrowitz@informatik.uni-ulm.de>:
4072
4073 * config/m68k/linux.mh: Remove core-regset.o.
4074 * m68klinux-nat.c: Fix comment.
4075 (supply_gregset): Change argument to elf_gregset_t *.
4076 (supply_fpregset): Change argument to elf_fpregset_t *.
4077 (fetch_core_registers): New function.
4078 (linux_elf_core_fns): Define.
4079 (_initialize_m68k_linux_nat): New function.
4080
21624696
AC
40812001-07-11 Andrew Cagney <ac131313@redhat.com>
4082
4083 * configure.tgt: Mark d10v as pure multi-arch.
4084 * config/d10v/tm-d10v.h: Delete file.
4085 * config/d10v/d10v.mt (TM_FILE): Delete.
4086
819cc324
AC
40872001-07-10 Andrew Cagney <ac131313@redhat.com>
4088
4089 * serial.h (typedef serial_t): Delete. Replace all references to
4090 serial_t with `struct serial *'.
4091 * serial.c: Update.
4092 * nindy-share/ttyflush.c: Update.
4093 * nindy-share/ttyflush.c: Update.
4094 * nindy-share/Onindy.c: Update.
4095 * nindy-share/nindy.c: Update.
4096 * remote-rdp.c: Update.
4097 * remote-sds.c: Update.
4098 * remote-st.c: Update.
4099 * remote-nindy.c: Update.
4100 * remote-mips.c: Update.
4101 * remote-e7000.c: Update.
4102 * remote-os9k.c: Update.
4103 * remote-nrom.c: Update.
4104 * remote-es.c: Update.
4105 * remote-array.c: Update.
4106 * ocd.c: Update.
4107 * mon960-rom.c: Update.
4108 * dsrec.c: Update.
4109 * inflow.c: Update.
4110 * ser-e7kpc.c: Update.
4111 * sparclet-rom.c: Update.
4112 * srec.h: Update.
4113 * ser-tcp.c: Update.
4114 * ser-go32.c: Update.
4115 * sparcl-tdep.c: Update.
4116 * w89k-rom.c: Update.
4117 * utils.c: Update.
4118 * sh3-rom.c: Update.
4119 * remote.c: Update.
4120 * ser-pipe.c: Update.
4121 * ser-unix.c: Update.
4122 * ser-unix.h: Update.
4123 * xmodem.c: Update.
4124 * xmodem.h: Update.
4125
30120c46
AC
41262001-07-11 J.T. Conklin <jtc@redback.com>
4127
4128 From Greg McGary <greg@mcgary.org>:
cf30a8e1
C
4129 * gdbserver/remote-utils.c (remote_open): Set gdbserver as "owner"
4130 of SIGIO.
4131 (input_interrupt): Don't block on read, in case we got redundant
4132 SIGIO. Don't gripe about redundant SIGIO.
4133 * gdbserver/low-hppabsd.c (mywait): Use waitpid(). Enable SIGIO
4134 handler while waiting.
4135 * gdbserver/low-linux.c (mywait): Likewise.
4136 * gdbserver/low-nbsd.c (mywait): Likewise.
4137 * gdbserver/low-sparc.c (mywait): Likewise.
4138
84c6c83c
KS
41392001-07-11 Keith Seitz <keiths@redhat.com>
4140
4141 * infrun.c (print_stop_reason): Add missing uiout field
4142 "reason" for SIGNAL_RECEIVED case.
4143
e6da861e
MK
41442001-07-11 Mark Kettenis <kettenis@gnu.org>
4145
82de0203
MK
4146 * config/alpha/nm-linux.h (TARGET_ELF64, PSIGNAL_IN_SIGNAL_H):
4147 Remove unused macro's.
4148
e6da861e
MK
4149 * config/powerpc/nm-linux.h (NO_SYS_REG_H): Remove, it's no longer
4150 used.
4151
d8c852a1
EZ
41522001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4153
4154 * go32-nat.c (info_dos_cmdlist): New variable.
4155 (go32_info_dos_command): New function.
4156 (_initialize_go32_nat): Convert all DOS-specific commands into
4157 subcommands of "info dos". Suggested by Andrew Cagney
4158 <ac131313@redhat.com>.
4159
f8d13125
MK
41602001-07-11 Mark Kettenis <kettenis@gnu.org>
4161
11d18042
MK
4162 * config/nm-linux.h: Fix comments.
4163
936742ab
MK
4164 * thread-db.c (enable_thread_event_reporting): Correct warning
4165 message about getting thread death breakpoint.
4166 Reported by John S Kallal <jskallal@home.com>.
4167
ccb945b8
MK
4168 * i386-tdep.c (i386_extract_return_value): "Fix" comment.
4169 (i386_store_return_value): Frob FPU status and tag word to make
4170 sure the return value is the only value on the FPU stack.
4171
f8d13125
MK
4172 * config/tm-linux.h: Do not include <signal.h>. Instead provide
4173 reasonable defaults for REALTIME_LO and REALTIME_HI if they're not
4174 already defined.
4175 * config/nm-linux.h: Include <signal.h>.
4176 [__SIGRTMIN] (REALTIME_LO, REALTIME_HI): Define to __SIGRTMIN and
4177 (__SIGRTMAX + 1) respectively.
4178
56ff796a
AC
41792001-07-10 Andrew Cagney <ac131313@redhat.com>
4180
4181 * mcore-rom.c: Include "serial.h".
4182 * Makefile.in (mcore-rom.o): Depends on "serial.h".
4183
899ff3a2
AC
41842001-07-10 Andrew Cagney <ac131313@redhat.com>
4185
4186 * Makefile.in (remote-bug.o): Depends on serial.h.
4187 * remote-bug.c: Include "serial.h".
4188 * MAINTAINERS: Mark m88k target as buildable.
4189 * TODO: Update.
4190
2bf1f4a1
JB
41912001-07-10 Jim Blandy <jimb@redhat.com>
4192
75af7f68
JB
4193 Clean up the D10V port so that GDB and the target program no
4194 longer disagree on how big pointers are.
4195 * findvar.c (value_from_register): Remove special case code for D10V.
4196 * printcmd.c (print_frame_args): Same.
4197 * valops.c (value_at, value_fetch_lazy): Same.
4198 * values.c (unpack_long): Same.
4199 * gdbarch.sh: Changes to effect the following:
4200 * gdbarch.h (GDB_TARGET_IS_D10V, D10V_MAKE_DADDR,
4201 gdbarch_d10v_make_daddr_ftype, gdbarch_d10v_make_daddr,
4202 set_gdbarch_d10v_make_daddr, D10V_MAKE_IADDR,
4203 gdbarch_d10v_make_iaddr_ftype, gdbarch_d10v_make_iaddr,
4204 set_gdbarch_d10v_make_iaddr, D10V_DADDR_P,
4205 gdbarch_d10v_daddr_p_ftype, gdbarch_d10v_daddr_p,
4206 set_gdbarch_d10v_daddr_p, D10V_IADDR_P,
4207 gdbarch_d10v_iaddr_p_ftype, gdbarch_d10v_iaddr_p,
4208 set_gdbarch_d10v_iaddr_p, D10V_CONVERT_DADDR_TO_RAW,
4209 gdbarch_d10v_convert_daddr_to_raw_ftype,
4210 gdbarch_d10v_convert_daddr_to_raw,
4211 set_gdbarch_d10v_convert_daddr_to_raw, D10V_CONVERT_IADDR_TO_RAW,
4212 gdbarch_d10v_convert_iaddr_to_raw_ftype,
4213 gdbarch_d10v_convert_iaddr_to_raw,
4214 set_gdbarch_d10v_convert_iaddr_to_raw): Delete declarations.
4215 * gdbarch.c: Delete the corresponding definitions.
4216 (struct gdbarch): Delete members d10v_make_daddr,
4217 d10v_make_iaddr, d10v_daddr_p, d10v_iaddr_p,
4218 d10v_convert_daddr_to_raw, and d10v_convert_iaddr_to_raw.
4219 (startup_gdbarch): Remove initializers for the above.
4220 (verify_gdbarch, gdbarch_dump): Don't verify or dump them any
4221 more.
4222 * d10v-tdep.c (d10v_register_virtual_type): Rather that
4223 claiming the stack pointer and PC are 32 bits long (which they
4224 aren't), say that the stack pointer is an int16_t, and the
4225 program counter is a function pointer. This allows the rest
4226 of GDB to make the appropriate conversions between the code
4227 pointer format and real addresses.
4228 (d10v_register_convertible, d10v_register_convert_to_virtual,
4229 d10v_register_convert_to_raw): Delete function; no registers
4230 are convertible now, so we use
4231 generic_register_convertible_not instead.
4232 (d10v_address_to_pointer, d10v_pointer_to_address): New gdbarch
4233 methods.
4234 (d10v_push_arguments, d10v_extract_return_value): Remove special
4235 cases for code and data pointers.
4236 (d10v_gdbarch_init): Set gdbarch_ptr_bit to 16, so that GDB and
4237 the target agree on how large pointers are. Say that addresses
4238 are 32 bits long. Register the address_to_pointer and
4239 pointer_to_address conversion functions. Since no registers are
4240 convertible now, register generic_register_convertible_not as the
4241 gdbarch_register_convertible method instead of
4242 d10v_register_convertible. Remove registrations for
4243 d10v_register_convert_to_virtual,
4244 d10v_register_convert_to_raw, gdbarch_d10v_make_daddr,
4245 gdbarch_d10v_make_iaddr, gdbarch_d10v_daddr_p,
4246 gdbarch_d10v_iaddr_p, gdbarch_d10v_convert_daddr_to_raw, and
4247 gdbarch_d10v_convert_iaddr_to_raw.
4248
ef166cf4
JB
4249 * printcmd.c (print_scalar_formatted): If we are printing an
4250 address, remember that TARGET_ADDR_BIT is not always equal to
4251 TARGET_PTR_BIT.
4252
2bf1f4a1
JB
4253 * valops.c (value_cast): When casting a pointer to an integer,
4254 don't convert it to an address.
4255
ba3a8523
AC
42562001-07-10 Andrew Cagney <ac131313@redhat.com>
4257
4258 * remote-utils.h (struct serial): Declare as opaque. Remove
4259 include of "serial.h".
4260 * Makefile.in (remote_utils_h): Update.
4261
4262 * monitor.h (struct serial): Declare as opaque. Remove include of
4263 "serial.h".
4264 (struct monitor_ops): Replace serial_t with `struct serial *'.
4265 * monitor.c (monitor_desc): Ditto.
4266
2aa830e4
DJ
42672001-07-10 Daniel Jacobowitz <drow@mvista.com>
4268
4269 * mips-linux-tdep.c: New file.
4270 * mips-linux-nat.c: New file.
4271 * config/mips/linux.mh: New file.
4272 * config/mips/linux.mt: New file.
4273 * config/mips/xm-linux.h: New file.
4274 * config/mips/nm-linux.h: New file.
4275 * config/mips/tm-linux.h: New file.
4276 * configure.host: Recognize mips*-*-linux*.
4277 * configure.tgt: Likewise.
4278 * NEWS: Mention mips*-*-linux* port.
4279
65e2f740
AC
42802001-07-09 Andrew Cagney <ac131313@redhat.com>
4281
4282 * serial.h (struct serial): Rename `struct _serial_t'.
4283 * serial.c (XMALLOC): Define.
4284 (serial_open): Update. Use XMALLOC.
4285 (serial_fdopen): Ditto.
4286
090a2205
AC
42872001-07-07 Andrew Cagney <ac131313@redhat.com>
4288
4289 * gdbtypes.h (builtin_type_void_data_ptr): Rename
4290 builtin_type_ptr.
4291 * gdbtypes.c (builtin_type_void_data_ptr): Update.
4292 (build_gdbtypes): Update.
4293 (_initialize_gdbtypes): Update.
4294 * values.c (value_as_pointer): Update.
4295 * utils.c (host_pointer_to_address): Update.
4296 (address_to_host_pointer): Update.
4297
8059d5aa
AC
42982001-07-08 Andrew Cagney <ac131313@redhat.com>
4299
4300 * remote-udi.c (udi_wait): Make type, instead of name, of first
4301 parameter a ptid_t.
4302
cc61049c
AC
43032001-07-07 Andrew Cagney <ac131313@redhat.com>
4304
4305 * ser-mac.c: Make obsolete.
4306 * Makefile.in (ser-mac.o): Ditto.
4307
10ba702d
EZ
43082001-07-08 Eli Zaretskii <eliz@is.elta.co.il>
4309
4310 * go32-nat.c (go32_get_windows_version, print_mem, go32_sysinfo)
4311 (read_memory_region, get_descriptor, display_descriptor)
4312 (go32_sldt, go32_sgdt, go32_sidt): New functions.
4313 (top-level): Include ctype.h, utsname.h, dos.h, and go32.h. Ifdef
4314 away `disable' from dos.h, since breakpoint.h defines an enum
4315 member of the same name, and GCC 2.7.2 barfs.
4316 (_initialize_go32_nat): Provide new commands dos-sysinfo, dos-ldt,
4317 dos-gdt, and dos-idt, all of them in the "info" class
4318
44312dba
KB
43192001-07-07 Kevin Buettner <kevinb@redhat.com>
4320
4321 * procfs.c (create_procinfo): Allocate space for saved_entryset
4322 and saved_exitset.
4323 (destroy_one_procinfo): Free space allocated to saved_entryset
4324 and saved_exitset.
4325
5329c756
AC
43262001-07-07 Andrew Cagney <ac131313@redhat.com>
4327
4328 * TODO (5.1): Update.
4329
51cc5b07
AC
43302001-07-07 Andrew Cagney <ac131313@redhat.com>
4331
4332 * symtab.c (main_name): New function.
4333 (set_main_name): New function.
4334 * symtab.h: Declare.
4335 * TODO: Update
4336
4337 From 2000-03-05 Anthony Green <green@redhat.com>:
4338 * dbxread.c (process_one_symbol): Handle the N_MAIN stab by
4339 setting main_name.
4340 * blockframe.c (inside_main_func): Use main_name instead of
4341 "main".
4342 * symtab.c (find_main_psymtab): Ditto.
4343 * source.c (select_source_symtab): Ditto.
4344 * nlmread.c (nlm_symfile_read): Ditto.
4345 * rs6000-tdep.c (skip_prologue): Ditto.
4346
56ddd993
AC
43472001-07-07 Andrew Cagney <ac131313@redhat.com>
4348
4349 * TODO: Convert most items into PRs.
4350
58eeadba
MK
43512001-07-07 Mark Kettenis <kettenis@gnu.org>
4352
4353 * lin-lwp.c (status_to_str): New function.
4354 (lin_lwp_wait): Use it to print debug messages where appropriate.
4355
7f1659e6
MC
43562001-07-06 Michael Chastain <chastain@redhat.com>
4357
4358 * i387-tdep.c (print_i387_value): Fix pointer glitch.
4359
00d4fce6
MK
43602001-07-07 Mark Kettenis <kettenis@gnu.org>
4361
4362 * lin-lwp.c (count_events_callback): Fix formatting. Turn check
4363 commented with "paranoia" into gdb_assert.
4364 (select_event_lwp_callback): Likewise.
4365 (cancel_breakpoints_callback): Bail out early if LP is the event
4366 LWP. Add comment about backup up breakpoints. Fix formatting and
4367 debug message.
4368 (select_event_lwp): Make solely repsonsible for switching event
4369 LWP. Fix formatting and remove bogus "ERROR" debug message.
4370 Don't backup breakpoints from here.
4371 (lin_lwp_wait): Don't touch LP->status, let select_event_lwp
4372 handle that. Only call select_event_lwp if we're not waiting for
4373 a specific LWP, i.e. when PID == -1. Backup breakpoints from here.
4374
7de45904
MS
43752001-07-06 Michael Snyder <msnyder@redhat.com>
4376
4377 * procfs.c (procfs_resume): Silence noisy warning.
4378
b1aeb4c5
MS
43792001-06-12 Michael Snyder <msnyder@redhat.com>
4380
4381 * lin-lwp.c: Prevent thread starvation by using a monte carlo
4382 method to choose which of several event threads to handle next.
4383
4384 (stop_wait_callback): Defer pushback of breakpoint events until
4385 later; add SIGTRAP events to the queue of unhandled events.
4386 Keep calling waitpid until SIGSTOP retrieved. If more than one
4387 non-SIGSTOP event is retrieved, push them back onto the process
4388 queue using kill.
4389 (count_events_callback, select_singlestep_lwp_callback,
4390 select_event_lwp_callback, cancel_breakpoints_callback,
4391 select_event_lwp): New functions. Implement monte carlo method
4392 for selecting which of several SIGTRAP threads to handle next.
4393 Push back the breakpoint event for all threads other than the
4394 selected one.
4395 (lin_lwp_wait): Call select_event_lwp to decide which of several
4396 sigtrapped lwps to handle next.
4397 (resume_callback): Disable code that attempts to handle
4398 step_resume breakpoints. Let core gdb handle this.
4399
ee3a7b7f
JB
44002001-07-06 Jim Blandy <jimb@redhat.com>
4401
4402 * gdbtypes.h (builtin_type_void_func_ptr): New builtin type.
4403 * gdbtypes.c (builtin_type_void_func_ptr): Define the variable.
4404 (build_gdbtypes): Initialize it.
4405 (_initialize_gdbtypes): Swap it.
4406
e135b889 44072001-07-04 Daniel Jacobowitz <drow@mvista.com>
ee3a7b7f 4408
e135b889
DJ
4409 * mips-tdep.c (mips32_op): Correct offset.
4410 (itype_op): Likewise.
4411 (itype_rs): Fix formatting.
4412 (itype_immediate): Fix formatting.
4413 (jtype_op): Correct offset.
4414 (jtype_target): Fix formatting.
4415 (rtype_op): Correct offset.
4416 (rtype_rs): Fix formatting.
4417 (rtype_rt): Likewise.
4418 (rtype_rd): Likewise.
4419 (rtype_shamt): Likewise.
4420 (rtype_funct): Likewise.
4421
4422 (mips32_next_pc): Fix formatting and comments. Recognize
4423 coprocessor 1 branches. Check the correct field for BLT family
4424 branches. Use itype_rt instead of itype_rs for the second register
4425 of a BNE or BNEL branch. Move (unreachable) default case.
4426
9dc5e2a9
AC
44272001-07-04 Andrew Cagney <ac131313@redhat.com>
4428
4429 * ui-out.h (struct ui_out_impl): Add field is_mi_like_p.
4430 (ui_out_is_mi_like_p): Declare.
4431 * ui-out.c (ui_out_is_mi_like_p): Define.
4432 (default_ui_out_impl): Initialize is_mi_like_p to zero.
4433 * cli-out.c (cli_ui_out_impl): Ditto.
4434 * breakpoint.c (print_it_typical): Use ui_out_is_mi_like_p.
4435 (watchpoint_check, print_one_breakpoint, mention): Ditto.
4436 * infrun.c (print_stop_reason, normal_stop): Ditto.
4437
9022177c
DJ
44382001-07-05 Daniel Jacobowitz <drow@mvista.com>
4439
4440 * mips-tdep.c (mips_software_single_step): New function.
4441 * config/mips/tm-mips.h: Add prototype for
4442 mips_software_single_step.
4443
2ac44c70
DJ
44442001-07-05 Daniel Jacobowitz <drow@mvista.com>
4445
4446 * ppc-linux-nat.c (supply_gregset): Use elf_greg_t instead
4447 of greg_t.
4448 (fill_gregset): Likewise.
4449
bdda63b0
AC
44502001-07-05 Andrew Cagney <ac131313@redhat.com>
4451
4452 * objfiles.c (open_mapped_file): Use lbasename instead of
4453 basename.
4454
af703f96
JB
44552001-07-05 Jim Blandy <jimb@redhat.com>
4456
7b570125
JB
4457 * d10v-tdep.c (d10v_frame_chain, d10v_frame_init_saved_regs,
4458 show_regs, d10v_read_pc, d10v_write_pc, d10v_read_sp,
4459 d10v_write_sp, d10v_write_fp, d10v_read_fp,
4460 d10v_push_return_address): Call the functions d10v_make_daddr,
4461 d10v_make_iaddr, d10v_convert_iaddr_to_raw, and
4462 d10v_convert_daddr_to_raw, not the global macros D10V_MAKE_DADDR,
4463 D10V_MAKE_IADDR, D10V_CONVERT_IADDR_TO_RAW, and
4464 D10V_CONVERT_DADDR_TO_RAW.
4465
af703f96
JB
4466 * dwarf2read (dwarf2_build_psymtabs_hard): Doc fix.
4467
e087d0d6
MK
44682001-07-05 Mark Kettenis <kettenis@gnu.org>
4469
4470 * config/i386/xm-go32.h (HOST_I386): Removed.
4471 * config/i386/xm-linux.h (HOST_I386): Removed.
4472
c96646d0
MK
44732001-07-04 Mark Kettenis <kettenis@gnu.org>
4474
4475 * i387-tdep.c (print_i387_value): Add extra space after final full
4476 stop in comment.
4477
af6c57ea
AC
44782001-07-04 Andrew Cagney <ac131313@redhat.com>
4479
4480 * TODO (5.1): Update. Doco changes committed.
4481
9da8e4f8
AC
44822001-06-29 Andrew Cagney <ac131313@redhat.com>
4483
4484 * config/arm/tm-arm.h: Include "floatformat.h".
4485
d0df8472
AC
44862001-06-29 Andrew Cagney <ac131313@redhat.com>
4487
4488 * i387-tdep.c: Include "gdb_assert.h".
4489 (print_i387_value): Use extract_floating to extract the FP value
4490 from a zero padded local buffer.
4491
291903b1
AC
44922001-06-28 Andrew Cagney <ac131313@redhat.com>
4493
4494 * TODO: Delete all thread items. The thread code was overhauled.
4495
80629b1b
EZ
44962001-07-04 Elena Zannoni <ezannoni@redhat.com>
4497
2ed3d0b5
EZ
4498 * memattr.c (create_mem_region): Move n to next memory region,
4499 to avoid infinite loop.
4500
80629b1b
EZ
4501 * memattr.h: Add copyright statement.
4502 * memattr.c: Ditto.
4503
2541c7cf
JB
45042001-07-04 Jim Blandy <jimb@redhat.com>
4505
0b010bcc
JB
4506 * dwarf2read.c (struct partial_die_info): New member: has_pc_info.
4507 (read_partial_die): Delete fourth argument; we return this info in
4508 the struct partial_die_info object itself now.
4509 (dwarf2_build_psymtabs_hard, scan_partial_symbols): Use the
4510 has_pc_info field of the partial die struct, rather than passing a
4511 variable by reference to read_partial_die.
4512
2541c7cf 4513 * dwarf2read.c (dwarf2_build_psymtabs_hard): Remove extraneous
9faef8a7 4514 code in loop condition.
2541c7cf 4515
5d12882f
MS
45162001-07-03 Michael Snyder <msnyder@redhat.com>
4517
4518 * thread_db (find_new_threads_callback, thread_db_thread_alive,
4519 attach_thread): Update comments.
4520
00783ba9
MS
45212001-06-29 Ken Whaley <ken@believe.com>
4522
4523 * thread-db.c (attach_thread): Check for TD_THR_ZOMBIE in addition
4524 to TD_THR_UNKNOWN when looking for defunct zombie threads.
4525 (thread_db_thread_alive): Ditto.
4526 (find_new_threads_callback): Ditto.
4527
f7856c8f 45282001-07-02 Daniel Jacobowitz <drow@mvista.com>
2740bf6c
DJ
4529
4530 * MAINTAINERS: Add myself to the write-after-approval list.
4531
45322001-07-02 Daniel Jacobowitz <drow@mvista.com>
4533
f7856c8f
DJ
4534 * solib-svr4.c: Include "elf/mips.h".
4535 (elf_locate_base): Make DT_MIPS_RLD_MAP block unconditional.
4536
f9aca02d
JB
45372001-07-02 Jim Blandy <jimb@redhat.com>
4538
4539 * dwarf2read.c (read_comp_unit, sibling_die, dump_die,
4540 dump_die_list, store_in_ref_table, follow_die_ref): Make these
4541 static; they're private functions.
4542
42a076f0
EZ
45432001-07-01 Mark Elbrecht <snowball@bigfoot.com>
4544
4545 * coffread.c (coff_symfile_read): Parse DWARF2 info if present.
4546
77467810
EZ
45472001-06-28 Elena Zannoni <ezannoni@redhat.com>
4548
4549 * TODO: Add import of readline 4.2 as a gdb 5.2 task.
4550
85593179
AC
45512001-06-29 Andrew Cagney <ac131313@redhat.com>
4552
4553 * config/djgpp/fnchange.lst: Sort.
4554
cde2d0fb
AC
45552001-06-28 Andrew Cagney <ac131313@redhat.com>
4556
4557 * config/djgpp/fnchange.lst: Rename mi0-var-block.exp,
4558 mi0-var-cmd.exp, mi0-var-child.exp and mi0-var-display.exp.
4559
37965979
AJ
45602001-06-29 Andreas Jaeger <aj@suse.de>
4561
4562 * MAINTAINERS: Add myself to the write-after-approval list.
4563
a1337894
AC
45642001-06-28 Andrew Cagney <ac131313@redhat.com>
4565
4566 * remote-array.c (SWAP_TARGET_AND_HOST): Delete macro.
4567 (get_hex_word): Don't use HOST_BYTE_ORDER.
4568 (array_fetch_registers): Add variable ``reg''. Use
4569 store_unsigned_integer to byte-swap the register. Delete unused
4570 local ``regs''.
4571
aa8aac68
AC
45722001-06-28 Andrew Cagney <ac131313@redhat.com>
4573
4574 * MAINTAINERS: Add Per Bothner to Java maintainers.
4575
a8016339
AC
45762001-06-28 Andrew Cagney <ac131313@redhat.com>
4577
4578 * rdi-share/unixcomm.c (SERIAL_PREFIX): Always provide a default.
4579 * rdi-share/hostchan.h (__unix): Hack, provide a default value.
4580 * rdi-share/host.h (__unix): Hack, define when __NetBSD__.
4581 * TODO: Update.
4582 * MAINTAINERS: Update. arm-elf builds.
4583
f5e1cf12
JB
45842001-06-28 Jim Blandy <jimb@redhat.com>
4585
bf93dfed
JB
4586 * d10v-tdep.c (d10v_ts2_dmap_register): Doc fix.
4587
4588 * d10v-tdep.c (d10v_frame_chain_valid, d10v_use_struct_convention,
f5e1cf12
JB
4589 d10v_breakpoint_from_pc, d10v_register_byte,
4590 d10v_register_raw_size, d10v_register_virtual_size,
4591 d10v_register_virtual_type, d10v_register_convertible,
4592 d10v_register_convert_to_virtual, d10v_register_convert_to_raw,
4593 d10v_make_daddr, d10v_make_iaddr, d10v_daddr_p, d10v_iaddr_p,
4594 d10v_convert_iaddr_to_raw, d10v_convert_daddr_to_raw,
4595 d10v_store_struct_return, d10v_store_return_value,
4596 d10v_extract_struct_value_address, d10v_frame_saved_pc,
4597 d10v_saved_pc_after_call, d10v_pop_frame, d10v_skip_prologue,
4598 d10v_frame_chain, d10v_frame_init_saved_regs,
4599 d10v_init_extra_frame_info, d10v_read_pc, d10v_write_pc,
4600 d10v_read_sp, d10v_write_sp, d10v_write_fp, d10v_read_fp,
4601 d10v_push_return_address, d10v_push_arguments,
4602 d10v_extract_return_value): Make these functions static.
4603
100a02e1
AC
46042001-06-28 Andrew Cagney <ac131313@redhat.com>
4605
4606 From Fernando Nasser:
4607 * infrun.c (handle_inferior_event): Handle "nexti" inside function
4608 prologues.
4609
80b34fab
MS
46102001-06-28 Michael Snyder <msnyder@redhat.com>
4611
4612 * infrun.c (handle_inferior_event): Replace prev_pc test in all
4613 calls to bpstat_stop_status (removed in 1999-09-24). This test
4614 helps distinguish stepping over a breakpoint trap from stepping
4615 thru a jump to the instruction after a breakpoint trap.
4616 (handle_inferior_event): Don't bother writing the PC if
4617 DECR_PC_AFTER_BREAK is zero (optimization).
4618 * breakpoint.c (bpstat_stop_status): Add comment explaining the
4619 purpose and usage of the "not_a_breakpoint" argument in computing
4620 the breakpoint address.
4621
1456ad8e
AC
46222001-06-28 Andrew Cagney <ac131313@redhat.com>
4623
4624 From 2000-12-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
4625 * monitor.c (setmem_resp_delim_pattern): New regexp pattern.
4626 (setreg_resp_delim_pattern): Likewise.
4627 (setmem_resp_delim_fastmap): New buffer.
4628 (setreg_resp_delim_fastmap): Likewise.
4629 (monitor_open): Initialize above regexp if they are defined.
4630 (monitor_write_memory): Use regexp to check the result of write.
4631 (monitor_store_register): Likewise to check result of register set.
4632
399371f6
AC
46332001-06-28 Andrew Cagney <ac131313@redhat.com>
4634
4635 From 2000-06-14 John Marshall <john_w_marshall@palm.com>:
4636 * coff-solib.c: Include symfile.h and objfiles.h to make
4637 OBJF_SHARED visible.
4638
b0e2e90a
AC
46392001-06-28 Andrew Cagney <ac131313@redhat.com>
4640
4641 * configure.in (--enable-gdbmi): Enable by default.
4642 * configure: Regenerate.
4643 * TODO: Update.
4644 * NEWS: Update
4645
ad98fdaf
JB
46462001-06-28 Joel Brobecker <brobecker@act-europe.fr>
4647
4648 * solib-osf.c (osf_in_dynsym_resolve_code): Add a comment
4649 explaining the consequences of always returning zero. No code
4650 change.
4651
49dd83ba
AC
46522001-06-28 Andrew Cagney <ac131313@redhat.com>
4653
4654 From 2001-06-08 Daniel Jacobowitz <djacobowitz@mvista.com>:
4655 * defs.h (enum target_signal): Add TARGET_SIGNAL_REALTIME_65
4656 to TARGET_SIGNAL_REALTIME_127.
4657 * target.c (struct signals): Add SIG63 to SIG127.
4658 (target_signal_from_host): Handle up to 127 signals.
4659 (do_target_signal_to_host): Likewise.
4660
29372230
AC
46612001-06-27 Andrew Cagney <ac131313@redhat.com>
4662
4663 * remote-sds.c (sds_start_remote): Change type of ``c'' to int
4664 from possibly unsigned char.
4665
a196c81c
AC
46662001-06-27 Andrew Cagney <ac131313@redhat.com>
4667
4668 * ser-ocd.c: Delete file.
4669 * Makefile.in (ALLDEPFILES): Remove ser-ocd.c
4670 (ser-ocd.o): Delete target.
4671 * TODO: Update.
4672 * NEWS: Update.
4673
e7745bde
AC
46742001-06-27 Andrew Cagney <ac131313@redhat.com>
4675
4676 * MAINTAINERS (Write After Approval): Sort.
f4c100a7 4677 (Past Maintainers): Daniel Berlin stepped down as C++ maintainer.
e7745bde 4678
d7faa9e7
AC
46792001-06-26 Andrew Cagney <ac131313@redhat.com>
4680
4681 * breakpoint.c (breakpoint_1): Always output the breakpoint
4682 headings. Leave it to ui-out to decide which
4683
68c81b54
AC
46842001-06-25 Andrew Cagney <ac131313@redhat.com>
4685
4686 * stack.c (print_frame): For ui_out, output a list of arguments.
4687
834091c8
KB
46882001-06-25 Kevin Buettner <kevinb@redhat.com>
4689
4690 * MAINTAINERS (paper trail): Update.
4691
ef5cf84e
MS
46922001-06-25 Michael Snyder <msnyder@redhat.com>
4693
4694 * infrun.c: Eliminate the "thread_step_needed" state variable,
4695 and replace it with a relatively simple test in resume.
4696 (resume): Replace thread_step_needed logic with a test for
4697 stepping, breakpoint_here_p and breakpoints_inserted.
4698 Move CANNOT_STEP_BREAKPOINT logic to after thread_step logic.
4699 (proceed): Discard thread_step_needed logic.
4700 (wait_for_inferior, fetch_inferior_event, handle_inferior_event):
4701 Discard thread_step_needed logic.
4702
cb90e81a
FN
47032001-06-24 Fernando Nasser <fnasser@redhat.com>
4704
4705 * remote-rdi.c (arm_rdi_wait): Fix return type in prototype.
4706 * rdi-share/host.h: Add missing parenthesis in conditional.
4707
39812ceb
C
47082001-06-22 J.T. Conklin <jtc@redback.com>
4709
4710 * configure.in: include nlist.h when checking for member som_addr
4711 in struct so_map.
4712 * configure: regenerate.
4713
8d2139f3
KS
47142001-06-21 Keith Seitz <keiths@redhat.com>
4715
4716 * cli-out.c (cli_out_new): Initialize new structure member
4717 "suppress_output".
4718
b25959ec
AC
47192001-06-20 Andrew Cagney <ac131313@redhat.com>
4720
4721 * ui-out.h (ui_out_table_header): Add parameter ``col_name''.
4722 (table_header_ftype): Ditto.
4723 * cli-out.c (cli_table_header): Update.
4724 * ui-out.c (ui_out_table_header): Update.
4725 (uo_table_header): Update.
4726 (default_table_header): Update.
4727 (append_header_to_list): Update.
4728 (struct ui_out_header): Add field ``col_name''.
4729 (append_header_to_list): Use xstrdup. Initialize col_name.
4730 * breakpoint.c (breakpoint_1): Pass COL_NAME to
4731 ui_out_table_header.
4732
698384cd
AC
47332001-06-19 Andrew Cagney <ac131313@redhat.com>
4734
4735 * cli-out.c: Include "gdb_assert.h'.
4736 (struct ui_out_data): Add field ``suppress_output.
4737 (cli_table_begin): When NR_ROWS is zero, suppress_output.
4738 (cli_table_end): Clear suppress_output.
4739 (cli_table_body): Check suppress_output.
4740 (cli_table_header, cli_begin): Ditto.
4741 (cli_end, cli_field_int, cli_field_skip): Ditto.
4742 (cli_field_string, cli_field_fmt, cli_spaces): Ditto.
4743 (cli_text, cli_message, cli_wrap_hint): Ditto.
4744 * breakpoint.c (breakpoint_1): Close the ui_out table before
4745 printing the breakpoint not found message.
4746
d63f1d40
AC
47472001-06-18 Andrew Cagney <ac131313@redhat.com>
4748
4749 * ui-out.c (ui_out_table_begin): Add parameter ``nr_rows''.
4750 (default_table_begin): Ditto.
4751 (uo_table_begin): Ditto.
4752 * cli-out.c (cli_table_begin): Ditto.
4753 * ui-out.h (ui_out_table_begin): Update
4754 (table_begin_ftype): Update.
4755 * breakpoint.c (breakpoint_1): Pass nr_printable_breakpoints to
4756 ui_out_table_begin.
4757
7f3b0473
AC
47582001-06-16 Andrew Cagney <ac131313@redhat.com>
4759
4760 * breakpoint.c (breakpoint_1): Restructure. Compute the
4761 nr_printable_breakpoints. Move the header output to before the
4762 main print breakpoints loop.
4763 (user_settable_breakpoint): New function.
4764
b30bf9ee
AC
47652001-06-18 Andrew Cagney <ac131313@redhat.com>
4766
4767 * infrun.c, breakpoint.c: Use strncmp as the "mi" test. Allow,
4768 "mi", "mi0" and "mi1".
4769
83905903
AC
47702001-06-17 Andrew Cagney <ac131313@redhat.com>
4771
4772 * gdbarch.sh: Generate an error when conflicting macro
4773 definitions. Generate an error when both pure multi-arch and
4774 "tm.h".
4775 * gdbarch.h, gdbarch.c: Regenerate.
4776 * defs.h (GDB_MULTI_ARCH_TM): Rewrite definition.
4777
c2202abf
AC
47782001-06-17 Andrew Cagney <ac131313@redhat.com>
4779
4780 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Down grade to
4781 GDB_MULTI_ARCH_PARTIAL from two.
4782
0d70f41b
FN
47832001-06-17 Fernando Nasser <fnasser@redhat.com>
4784
4785 From 2001-06-15 Eirik Fuller <eirik@hackrat.com>
4786 * cli/cli-script.c (free_command_lines): Reset list pointer.
4787
7824d2f2
AC
47882001-06-16 Andrew Cagney <ac131313@redhat.com>
4789
4790 * arch-utils.c (init_frame_pc_default): New function
4791 * arch-utils.h (init_frame_pc_default): Declare.
4792 * gdbarch.sh (INIT_FRAME_PC): Default to init_frame_pc_default and
4793 not init_frame_pc_noop.
4794 * gdbarch.h, gdbarch.c: Re-generate.
4795 * blockframe.c (INIT_FRAME_PC): Delete macro definition.
4796 * mips-tdep.c (mips_gdbarch_init): Set init_frame_pc to
4797 init_frame_pc_noop.
4798
1622c8f7
AC
47992001-06-16 Andrew Cagney <ac131313@redhat.com>
4800
4801 * gdbarch.c: Regenerate. Out-of-sync with gdbarch.sh.
4802
01fb7433
AC
48032001-06-15 Andrew Cagney <ac131313@redhat.com>
4804
4805 * gdbarch.sh (CANNOT_FETCH_REGISTER): Multi-arch.
4806 (CANNOT_STORE_REGISTER): Ditto.
4807 * infptrace.c (CANNOT_FETCH_REGISTER): Delete definition.
4808 (CANNOT_STORE_REGISTER): Ditto.
4809 * regcache.c (CANNOT_STORE_REGISTER): Ditto.
4810 * lynx-nat.c (CANNOT_STORE_REGISTER): Ditto.
4811 * arch-utils.h (cannot_register_not): Define.
4812 * arch-utils.c (cannot_register_not): Declare.
4813
10312cc4
AC
48142001-06-15 Andrew Cagney <ac131313@redhat.com>
4815
4816 * gdbarch.sh: Clarify pre/post default
4817 (INIT_FRAME_PC_FIRST, INIT_FRAME_PC): Multiarch.
4818 * blockframe.c (get_prev_frame): Remove #ifdef from around
4819 INIT_FRAME_PC_FIRST call.
4820 * arch-utils.c (init_frame_pc_noop): Define.
4821 * arch-utils.h (init_frame_pc_noop): Declare.
4822 * config/mips/tm-mips.h (INIT_FRAME_PC_FIRST): Delete.
4823 (INIT_FRAME_PC, mips_init_frame_pc_first): Ditto.
4824 * mips-tdep.c (mips_init_frame_pc_first): Make static.
4825 (mips_gdbarch_init): Initialize init_frame_pc_first.
4826 (mips_dump_tdep): Update.
4827
dd80620e
MS
48282001-06-15 Michael Snyder <msnyder@redhat.com>
4829
4830 * infrun.c (context_switch): New function. Abstract the operation
4831 of saving and restoring infrun's state when switching threads.
4832 (handle_inferior_event): Normalize the handling of the 'thread hop'
4833 event (when the wrong thread hits a thread-specific breakpoint,
4834 and we need to solo-step that thread past the breakpoint).
4835 Call keep_going, instead of target_resume. Handle the subsequent
4836 singlestep-trap as a normal event instead of just resuming.
4837
875e1767
AC
48382001-06-15 Andrew Cagney <ac131313@redhat.com>
4839
4840 * arch-utils.c (core_addr_identity): New function. Rename
4841 default_convert_from_func_ptr_addr.
4842 * gdbarch.sh (CONVERT_FROM_FUNC_PTR_ADDR): Update.
4843 (ADDR_BITS_REMOVE): Define. Default to core_addr_identity.
4844 * defs.h (ADDR_BITS_REMOVE): Delete macro definition.
4845 * config/mips/tm-mips.h (ADDR_BITS_REMOVE): Delete definition.
4846 * mips-tdep.c (mips_addr_bits_remove): Make static.
4847 (mips_gdbarch_init): Initialize addr_bits_remove.
4848
4009c677
AC
48492001-06-15 Andrew Cagney <ac131313@redhat.com>
4850
4851 From 2001-02-26 D.J. Barrow <djbarrow@de.ibm.com>:
4852 * configure.tgt: Add S/390 31 & 64 bit target configuration.
4853 * configure.host: Ditto for host.
4854
d6dd581e
AC
48552001-06-15 Andrew Cagney <ac131313@redhat.com>
4856
4857 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS_P): Delete definition.
4858 (EXTRACT_STRUCT_VALUE_ADDRESS): Change to a function with
4859 predicate.
4860 * gdbarch.h, gdbarch.c: Regenerate.
4861 * values.c (value_being_returned): Change the reference to
4862 EXTRACT_STRUCT_VALUE_ADDRESS_P to a function call.
4863
09843d7f
JB
48642001-06-15 Joel Brobecker <brobecker@act-europe.fr>
4865
4866 * MAINTAINERS: Add Paul Hilfinger and Joel Brobecker to the
4867 Write After Approval list.
4868
dc8acb97
MS
48692001-06-14 Michael Snyder <msnyder@redhat.com>
4870
4871 * remote.c (show_remote_protocol_qSymbol_packet_cmd,
4872 set_remote_protocol_qSymbol_packet_cmd): New functions.
4873 (init_all_packet_configs, show_remote_cmd): Add qSymbol packet.
4874 (remote_check_symbols): New function. Implement qSymbol packet,
4875 allowing target to request symbol lookup service from gdb.
4876 (remote_open_1, remote_async_open_1): Call remote_check_symbols,
4877 allowing symbol lookup from exec_bfd on connection to target.
4878 (remote_new_objfile): New function. Catch new objfile notifications
4879 from shared library module, and call remote_check_symbols.
4880 (_initialize_remote): Hook remote_new_objfile into the shared
4881 library notification chain. Add "set remote symbol-lookup" command.
4882
578c1fe6
KS
48832001-06-14 Keith Seitz <keiths@redhat.com>
4884
4885 * tracepoint.c (trace_command): We now have tracepoint
4886 events. Get rid of those ugly hooks.
4887 (tracepoint_operation): Likewise.
4888 (trace_pass_command): Likewise.
4889
6c0d3f6a
MS
48902001-06-13 Michael Snyder <msnyder@redhat.com>
4891
4892 * gdbthread.h (struct thread_info): Add new fields:
4893 current_line, current_symtab, step_sp, for saved infrun state.
4894 * thread.c (save_infrun_state, load_infrun_state): Save and
4895 restore current_line, current_symtab, and step_sp.
4896 (add_thread): Rather than adding assignments to initialize
4897 the new fields, just use memset (tp, 0, sizeof (*tp).
4898 This way future new fields will not be overlooked.
4899 * infrun.c (handle_inferior_event): Save and restore save_sp,
4900 current_line, and current_symtab when switching threads.
4901
16075ace
EZ
49022001-06-13 Elena Zannoni <ezannoni@redhat.com>
4903
4904 * MAINTAINERS: Add Andrew Cagney as co-maintainer of
4905 testsuite/gdb.mi.
4906
31889e00
AC
49072001-06-11 Andrew Cagney <ac131313@redhat.com>
4908
4909 * symtab.c (lookup_symtab_1): Replace basename with lbasename.
4910 (lookup_partial_symtab, file_matches): Ditto.
4911 (make_source_files_completion_list): Ditto.
4912 (make_file_symbol_completion_list): Ditto. Make local char*
4913 variable ``tail'' constant.
4914 (make_source_files_completion_list): Ditto with ``base_name''.
4915 * source.c (open_source_file): Use lbasename. Make ``p'' const
4916 char *.
4917
4ac40b29
EZ
49182001-06-13 Eli Zaretskii <eliz@is.elta.co.il>
4919
4920 * config/i386/xm-go32.h (SLASH_P, ROOTED_P, SLASH_CHAR)
bfefb583 4921 (SLASH_STRING): Remove unused definitions.
4ac40b29
EZ
4922 * config/i386/xm-cygwin.h: Likewise.
4923
6b28c186
AC
49242001-06-12 Andrew Cagney <ac131313@redhat.com>
4925
4926 * ui-out.c (ui_out_list_begin): Add parameter ``id''.
4927 (make_cleanup_ui_out_list_begin_end): Ditto. Open the list.
4928 * ui-out.h: Update declarations.
4929
1f8cc6db
AC
4930Mon Jun 11 17:26:43 2001 Andrew Cagney <cagney@b1.cygnus.com>
4931
4932 * source.c (openp): Make parameters ``path'' and ``string''
4933 constant.
4934 (openp): Use alloca to safely duplicate ``string''. Make local
4935 variables ``p'' and ``p1'' constant. Delete char* casts.
4936 * defs.h: Update.
4937
4938 * symtab.c (lookup_symtab_1): Make parameter ``name'' constant.
4939 (lookup_symtab, lookup_partial_symtab): Ditto.
4940 * symtab.h (lookup_symtab, lookup_partial_symtab): Update.
4941
88379baf
AC
49422001-06-11 Andrew Cagney <ac131313@redhat.com>
4943
4944 * ui-out.h (ui_out_table_begin): Make char* parameters constant.
4945 (ui_out_table_header, ui_out_field_int): Ditto.
4946 (ui_out_field_core_addr, ui_out_field_string): Ditto.
4947 (ui_out_field_stream, ui_out_field_fmt): Ditto.
4948 (ui_out_field_skip, ui_out_text, ui_out_message): Ditto.
4949 * ui-out.c (ui_out_table_begin, ui_out_table_header): Update.
4950 (ui_out_field_core_addr, ui_out_field_stream): Update.
4951 (ui_out_field_string, ui_out_field_fmt): Update.
4952 (ui_out_text, ui_out_message): Update.
4953 (append_header_to_list): Make char* parameters constant.
4954 (uo_table_header, uo_table_begin): Ditto.
4955 (uo_field_int, uo_field_skip): Ditto.
4956 (uo_field_string, uo_field_fmt): Ditto.
4957 (uo_text, uo_message): Ditto.
4958
c94fdfd0
EZ
49592001-06-11 Eli Zaretskii <eliz@is.elta.co.il>
4960
4961 * completer.c (gdb_completer_loc_break_characters): New variable.
4962 (line_completion_function): If we are completing on locations,
4963 back up the start of word pointer past all characters which can
4964 appear in a location spec.
4965 (location_completer): New function.
4966
4967 * completer.h: Add prototype for location_completer.
4968
4969 * symtab.c (make_source_files_completion_list)
4970 (add_filename_to_list, not_interesting_fname): New functions.
4971 (filename_seen): New function, body extracted from
4972 output_source_filename.
4973 (output_source_filename): Call filename_seen to check if the file
4974 was already printed.
4975 (make_symbol_completion_list): If TEXT includes a
4976 double-quoted string, return an empty list, not NULL.
4977 (make_file_symbol_completion_list): New function, similar to
4978 make_symbol_completion_list but with an additional argument
4979 SRCFILE.
4980
4981 * symtab.h (make_file_symbol_completion_list)
4982 (make_source_files_completion_list): Add prototypes.
4983
4984 * breakpoint.c (_initialize_breakpoint): Make location_completer
4985 be the completion function for all commands which set breakpoints
4986 and watchpoints.
4987 (top-level): #include "completer.h".
4988
4989 * tracepoint.c (_initialize_tracepoint): Make location_completer
4990 be the completion function for the "trace" command.
4991 (top-level): #include "completer.h".
4992
4993 * printcmd.c (_initialize_printcmd): Make location_completer be
4994 the completion function for the "print", "inspect", "call", and
4995 "disassemble" commands.
4996 (top-level): #include "completer.h".
4997
4998 * infcmd.c (_initialize_infcmd): Make location_completer be the
4999 completion function for the "go", "jump", and "until" commands.
5000 (top-level): #include "completer.h".
5001
0b6a968e
CF
50022001-06-10 Christopher Faylor <cgf@redhat.com>
5003
5004 * gnu-regex.c: Eliminate obsolete check for _MSC_VER.
5005 * utils.c (notice_quit): Remove dummy function only used for _MSC_VER.
5006 * values.c (unpack_double): Remove obsolete check for _MSC_VER.
5007 * defs.h: Ditto.
5008 * m32r-rom.c: Ditto.
5009 * p-exp.y: Ditto.
5010 * ser-e7kpc.c: Ditto. Define WIN32_LEAN_AND_MEAN under _WIN32, for
5011 faster compilation.
5012 (get_ds_base): Remove _MSC_VER version of this function.
67bfdb89
CF
5013 * nindy-share/ttyflush.c: Ditto.
5014 * rdi-share/host.h: Ditto.
0b6a968e
CF
5015 * ser-go32.c (dos_readchar): Remove call to obsolete function.
5016 * remote-sim.c (gdb_os_poll_quit): Ditto.
5017 * remote-e7000.c (expect): Remove obsolete #if 0'ed code.
5018
5019 * main.c (captured_main): Eliminate special Cygwin checks.
5020 * ser-tcp.c: Remove unneeded __CYGWIN__ guard against system include.
5021
e2e11a41
AC
50222001-06-09 Andrew Cagney <ac131313@redhat.com>
5023
bf5efbab
AC
5024 * Makefile.in (gdbcmd_h): Add ui_out_h.
5025 (breakpoint.o, infcmd.o, main.o, printcmd.o, stack.o): Ditto.
5026 (thread.o, top.o): Ditto.
5027
e2e11a41
AC
5028 * ui-out.h (table_begin_ftype): Make string parameters constant.
5029 (table_header_ftype): Ditto.
5030 (field_int_ftype): Ditto.
5031 (field_skip_ftype): Ditto.
5032 (field_string_ftype): Ditto.
5033 (field_fmt_ftype): Ditto.
5034 (text_ftype): Ditto.
5035 (message_ftype): Ditto.
5036 * cli-out.c (cli_table_begin): Ditto.
5037 (cli_table_header): Ditto.
5038 (cli_field_int): Ditto.
5039 (cli_field_skip): Ditto.
5040 (cli_field_string): Ditto.
5041 (cli_field_fmt): Ditto.
5042 (cli_text): Ditto.
5043 (cli_message): Ditto.
5044 (out_field_fmt): Ditto.
5045 * ui-out.c (default_table_begin): Ditto.
5046 (default_table_header): Ditto.
5047 (default_field_int): Ditto.
5048 (default_field_skip): Ditto.
5049 (default_field_string): Ditto.
5050 (default_field_fmt): Ditto.
5051 (default_text): Ditto.
5052 (default_message): Ditto.
5053
2e663524
MS
50542001-06-08 Michael Snyder <msnyder@redhat.com>
5055
5056 * breakpoint.c (delete_breakpoint): Pass mark_inserted to
5057 remove_breakpoint, so that the subsequent test for
5058 bpt->inserted will succeed, and duplicates will be fixed up.
5059
bebd888e
PB
50602001-06-08 Per Bothner <per@bothner.com>
5061
5062 * dwarf2read.c (set_cu_language): Handle DW_LANG_Java.
5063
8f45b7fe
KS
50642001-06-07 Keith Seitz <keiths@redhat.com>
5065
5066 * tracepoint.c (tracepoint_opertation): Add ui event
5067 notifications.
5068 (trace_pass_command): Ditto.
5069
b76a2a57
AC
50702001-06-07 Andrew Cagney <ac131313@redhat.com>
5071
5072 * MAINTAINERS (Write After Approval): Note the entry criteria.
a4f1e24f 5073 (HP/PA): Jeff Law stepped down
b76a2a57 5074
72e74a21
JB
50752001-06-07 Jim Blandy <jimb@redhat.com>
5076
5077 * gdbarch.sh: Make sure that '[' doesn't interpret interesting
5078 variable values as operators.
5079
8c6ee715
KS
50802001-06-07 Keith Seitz <keiths@redhat.com>
5081
5082 * gdb-events.sh: Fix quote escaping which was obsoleted
5083 by last patch.
5084
9e791099
KS
50852001-06-07 Keith Seitz <keiths@redhat.com>
5086
5087 * gdb-events.sh: Make if statements and tests
5088 a little more portable.
5089 Don't use shell's echo command to put strings containing
5090 escaped characeters into a file -- different flavors of /bin/sh
5091 require differnt levels of escaping. Use cat <<EOF instead.
5092 Our internal field separator is a colon. Change all
5093 commands which assume it is a space.
5094
fce0e6e1
MK
50952001-06-06 Mark Kettenis <kettenis@gnu.org>
5096
5097 * lin-lwp.c (struct lwp_info): Add member `resumed'.
5098 (iterate_over_lwps): Make sure we can handle CALLBACK deleting the
5099 LWP it's called for.
5100 (lin_lwp_attach): Mark LWP as resumed to make sure the fake
5101 SIGSTOP is reported.
5102 (resume_clear_callback): New function.
5103 (resume_set_callback): New function.
5104 (lin_lwp_resume): Mark all LWP's that we're going to resume as
5105 resumed, and unmark all others.
5106 (status_callback): Only report a pending wait status if we pretend
5107 that LP has been resumed.
5108 (resumed_callback): New function.
5109 (lin_lwp_wait): Add assertions to check that LWP's are properly
5110 marked as resumed. Partially revert 2001-05-25 patch by Michael
5111 Snyder: do not resume all threads. Add comment explaining the
5112 problems associated with this bit of code.
5113
54403c59
KS
51142001-06-07 Keith Seitz <keiths@redhat.com>
5115
5116 * MAINTAINTERS: Syd Polk is stepping down from
5117 maintaining libgui. I am replacing him.
5118
1d06468c
EZ
51192001-06-07 Eli Zaretskii <elis@is.elta.co.il>
5120
5121 * config/mips/tm-irix6.h: New file.
5122
5123 * config/mips/irix6.mh: New file.
5124
5125 * config/mips/irix6.mt: New file.
5126
5127 * config/mips/xm-irix6.h: New file.
5128
5129 * config/mips/nm-irix6.h: New file.
5130
5131 * mips-tdep.c (mips_gdbarch_init) <MIPS_ABI_N32>: Set up the
5132 disassembler info in tm_print_insn_info as appropriate for the N32
5133 ABI. Force N32 ABI to be the default if the CPU is R8000 or
5134 R10000.
5135
5136 * configure.tgt (mips*-sgi-irix6*): Map to irix6.
5137
5138 * configure.host (mips*-sgi-irix6*): Ditto.
5139
3d499020
AC
51402001-06-07 Andrew Cagney <ac131313@redhat.com>
5141
5142 * gnu-v3-abi.c: Include "gdb_assert.h".
5143 (build_gdb_vtable_type): Replace abort() with gdb_assert().
5144
ceaa8edf
JB
51452001-06-06 Jim Blandy <jimb@redhat.com>
5146
c5f5341b
JB
5147 * cp-abi.h: Rearrange code to put documentation comments above the
5148 functions we export. The actual function table itself simply
5149 refers to those functions. Minor doc fixes.
5150
ceaa8edf
JB
5151 * gdbarch.sh: Changes to effect the following:
5152 * gdbarch.c (initialize_non_multiarch): New function.
5153 * gdbarch.h (initialize_non_multiarch): New declaration.
5154 * arch-utils.c (initialize_current_architecture): For
5155 non-multiarch configurations, call initialize_non_multiarch.
5156
0cd64fe2
AC
51572001-06-06 Andrew Cagney <ac131313@redhat.com>
5158
5159 * symfile.c (compare_psymbols): Replace PTR with void*. Delete
5160 declaration.
5161 (compare_symbols): Ditto.
5162
8849f47d
JL
51632001-06-06 Jonathan Larmour <jlarmour@redhat.com>
5164
5165 * arch-utils.c (generic_prepare_to_proceed): Allow for having
5166 stopped due to a Ctrl-C as well as breakpoints.
5167
5168 * hppa-tdep.c (hppa_prepare_to_proceed): Add FIXME as this may not
5169 support thread switches after Ctrl-C.
5170 * lin-lwp.c (lin_lwp_prepare_to_proceed): Ditto.
5171 * linux-thread.c (linuxthreads_prepare_to_proceed): Ditto.
5172 * m3-nat.c (mach3_prepare_to_proceed): Ditto.
5173
b3cc3077
JB
51742001-06-06 Jim Blandy <jimb@redhat.com>
5175
5176 * gdbarch.sh, gdbarch.c: Revert change of 2001-06-01; all
5177 per-architecture data should be registered at initialization time,
5178 before any gdbarch objects get used, so the generality is
5179 unnecessary.
5180
ba9fe036
KS
51812001-06-06 Keith Seitz <keiths@redhat.com>
5182
5183 * gdb-events.sh (function_list): Add tracepoint_create,
5184 tracepoint_delete, and tracepoint_modify events.
5185 * gdb-events.c: Regenerated.
5186 * gdb-events.h: Regenerated.
5187
e28f816a
KS
51882001-06-06 Keith Seitz <keiths@redhat.com>
5189
5190 * gdb-events.sh: Update copyrights.
5191 Change free to xfree.
5192 * gdb-events.c: Regenerated.
5193 * gdb-events.h: Regenerated.
5194
c3690141
EZ
51952001-06-06 Eli Zaretskii <eliz@is.elta.co.il>
5196
5197 * source.c (mod_path, openp): Use #ifdef HAVE_DOS_BASED_FILE_SYSTEM
5198 instead of #if HAVE_DOS_BASED_FILE_SYSTEM.
5199 * completer.c: Ditto.
5200 * cli/cli-cmds.c (cd_command): Ditto.
5201
37ba1196
EZ
52022001-06-04 Eli Zaretskii <eliz@is.elta.co.il>
5203
1012bd0e
EZ
5204 * mips-tdep.c (show_mipsfpu_command): Remove unused variable msg.
5205 (mips_set_processor_type_command): Remove unused variable j.
5206 (mips_breakpoint_from_pc): Declare breakpoint instruction
5207 sequences as unsigned char, to avoid compiler warnings.
5208
fe4e3eb8
EZ
5209 * source.c (mod_path, openp): Use HAVE_DOS_BASED_FILE_SYSTEM
5210 instead of system-specific define's like _WIN32 and __MSDOS__.
5211 Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH instead of SLASH_P and
5212 ROOTED_P.
5213 (top-level): #include "filenames.h".
5214
5215 * solib.c (solib_open): Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH
5216 instead of SLASH_CHAR, ROOTED_P and SLASH_P.
5217 (top-level): #include "filenames.h".
5218
5219 * defs.h (SLASH_P, SLASH_CHAR, ROOTED_P): Remove definitions.
5220 (SLASH_STRING): Define only for _WIN32.
5221
5222 * completer.c: Use HAVE_DOS_BASED_FILE_SYSTEM instead of
5223 __MSDOS_.
5224
5225 * cli/cli-cmds.c (cd_command): Use IS_DIR_SEPARATOR and
5226 IS_ABSOLUTE_PATH instead of SLASH_P and ROOTED_P. Replace
5227 system-specific ifdefs with HAVE_DOS_BASED_FILE_SYSTEM.
5228 (top-level): #include "filenames.h".
5229
37ba1196
EZ
5230 * go32-nat.c (go32_wait): Change the return value to ptid_t.
5231
5232 * config/djgpp/fnchange.lst: Add two new files in the
5233 gdb/testsuite/gdb.c++/ directory to the remapped names.
5234
5235 * config/djgpp/djconfig.sh (lt_cv_sys_max_cmd_len): Set to 12KB.
5236
3c875b6f
JB
52372001-06-01 Jim Blandy <jimb@redhat.com>
5238
5239 Expand the gdbarch per-architecture data vector as needed, rather
5240 than requiring that all per-architecture data be registered before
5241 the first gdbarch object is allocated.
5242 * gdbarch.sh: Changes to effect the following:
5243 * gdbarch.c (alloc_gdbarch_data, init_gdbarch_data): Delete
5244 declarations and definitions.
5245 (check_gdbarch_data): New function, and declaration.
5246 (gdbarch_alloc): Don't call alloc_gdbarch_data; leaving the fields
5247 zero is good enough.
5248 (free_gdbarch_data): Tolerate a null data pointer. Free only
5249 those data items gdbarch->data actually has allocated.
5250 (set_gdbarch_data, gdbarch_data): Call check_gdbarch_data.
5251 (gdbarch_update_p): No need to call init_gdbarch_data.
5252
98f96ba1
KB
52532001-06-01 Kevin Buettner <kevinb@redhat.com>
5254
5255 * ia64-tdep.c (is_float_or_hfa_type_recurse): Call check_typedef()
5256 on types that we wish to recurse on.
5257 (slot_alignment_is_next_even): New function.
5258 (ia64_push_arguments): Call slot_alignment_is_next_even() to
5259 examine the type in order to decide if it's necessary to skip
5260 an odd slot.
5261
c6ad9598
MS
52622001-06-01 Michael Snyder <msnyder@redhat.com>
5263
8601f500
MS
5264 * thread.c (delete_step_resume_breakpoint): New function.
5265 Maintain internal consistency of the thread list while deleting
5266 a step_resume_breakpoint.
5267 * gdbthread.h (delete_step_resume_breakpoint): Export.
5268 * breakpoint.c (bpstat_find_step_resume_breakpoint):
5269 Make thread-aware: don't return a step_resume_breakpoint
5270 for the wrong thread.
5271 * infrun.c (wait_for_inferior): Call delete_step_resume_breakpoint
5272 instead of delete_breakpoint_current_contents.
5273 (fetch_inferior_event): Ditto.
5274 (handle_inferior_event): Call delete_step_resume_breakpoint
5275 instead of delete_breakpoint.
c6ad9598
MS
5276 * infrun.c (handle_inferior_event): After singlestepping over a
5277 thread-specific breakpoint, use currently_stepping() to decide
5278 whether to step or continue.
5279
531017df
JB
52802001-06-01 Jim Blandy <jimb@redhat.com>
5281
b27b8843
JB
5282 * gnu-v3-abi.c (gnu_v3_abi_ops, vtable_type_gdbarch_data): Make
5283 these static --- there's no reason other files should use these.
5284
d0bbfec7
JB
5285 * partial-stab.h (case N_FUN: case 'f':, case N_FUN: case 'F':)
5286 Fix memory leak.
5287
531017df
JB
5288 * partial-stab.h: New complaint: function_outside_compilation_unit.
5289 (case N_FUN: case 'f':, case N_FUN: case 'F':): If pst is zero,
5290 complain, and don't try to set pst's start address.
5291
d469a809
KB
52922001-05-31 Kevin Buettner <kevinb@redhat.com>
5293
5294 * ia64-linux-tdep.c (IA64_LINUX_SIGCONTEXT_OFFSET): Revise to
5295 match the location at which the kernel is placing the sigcontext
5296 struct.
5297
58ab00f9
KB
5298 * ia64-tdep.c (max_skip_non_prologue_insns): New static global.
5299 (refine_prologue_limit): New function.
5300 (examine_prologue): Further limit number of instructions
5301 scanned by calling refine_prologue_limit(). Revise way in
5302 which the end of prologue address is computed for frameless
5303 functions.
5304
9fd7143a
CF
53052001-05-29 Christopher Faylor <cgf@redhat.com>
5306
5307 * partial-stab.h: Revert previous patch.
5308
34a7837a
CF
53092001-05-29 Christopher Faylor <cgf@redhat.com>
5310
5311 * partial-stab.h: Consistently guard against pst being NULL.
5312
ad53e288
AO
53132001-05-29 Alexandre Oliva <aoliva@redhat.com>
5314
5315 * symfile.c (compare_psymbols, compare_symbols): Declare using
5316 PTR, as in the definition.
09d011c5
AO
5317 * minsyms.c (compare_minimal_symbols): Likewise.
5318 * coffread.c (find_targ_sec): Likewise.
5319 * elfread.c (free_elfinfo, elf_locate_sections): Likewise.
5320 * mipsread.c (alphacoff_locate_sections): Likewise.
5321 * mdebugread.c (compare_blocks): Likewise.
ad53e288 5322
b41be06e
ND
53232001-05-25 Nick Duffek <nsd@redhat.com>
5324
5325 * solib.c (update_solib_list): Move target_resize_to_sections()
5326 into solib_map_sections() loop.
5327 (info_sharedlibrary_command): Try bfd_arch_bits_per_address() if
5328 bfd_get_arch_size() fails.
5329
a1cd1908
ND
53302001-05-25 Nick Duffek <nsd@redhat.com>
5331
5332 * Makefile.in (osfsolib.c, osfsolib.o): Rename to solib-osf.c and
5333 solib-osf.o.
5334 * config/alpha/alpha-osf1.mh (NATDEPFILES): Replace osfsolib.o
5335 with solib-osf.o and solib.o.
5336 * config/alpha/alpha-osf2.mh: Likewise.
5337 * config/alpha/alpha-osf3.mh: Likewise.
5338 * solib-osf.c: New file, renamed and largely rewritten from
5339 osfsolib.c.
5340
aa6c0017
MS
53412001-05-25 Michael Snyder <msnyder@redhat.com>
5342
c4365b19
MS
5343 * lin-lwp.c (lin_lwp_attach_lwp): Call stop_wait_callback,
5344 to consume the SIGSTOP generated by PTRACE_ATTACH.
5345 (stop_wait_callback): If a SIGTRAP or a SIGINT event is consumed,
5346 try again to get the SIGSTOP event.
5347 (lin_lwp_wait): Resume all threads when ignoring a signal.
5348 This will insure that newly attached threads get resumed.
5f885618 5349 * lin-lwp.c (stop_wait_callback): Discard redundant SIGINT events.
aa6c0017
MS
5350 * remote.c (remote_write_bytes): Update 'p' packet pointer.
5351
4b1fedf1
JB
53522001-05-25 Jim Blandy <jimb@redhat.com>
5353
5354 * gnu-v2-abi.c (gnuv2_virtual_fn_field): There's no need to clear
5355 VALUE_POINTED_TO_OFFSET here; if value_cast doesn't return a
5356 useful value, then we should fix that instead.
5357
fa3b51d2
ND
53582001-05-24 Nick Duffek <nsd@redhat.com>
5359
5360 * solist.h (struct so_list): Document the requirement that
5361 current_sos initialize some fields to 0.
5362
2747183e
MK
53632001-05-24 Mark Kettenis <kettenis@gnu.org>
5364
5365 * gnu-nat.c: Include <ctype.h>.
5366 (gnu_pid_to_exec_file): Add PID parameter.
5367 (set_sig_thread_cmd): Use PIDGET on return value from
5368 thread_id_to_pid.
5369 (proc_string): Use MERGEPID to construct argument to
5370 pid_to_thread_id.
5371
e4f237da
KB
53722001-05-22 Kevin Buettner <kevinb@redhat.com>
5373
5374 * breakpoint.c (breakpoint_address_is_meaningful): New function.
5375 (check_duplicates): Don't compare non-meaningful addresses.
5376
5fd913cc
MS
53772001-05-22 Michael Snyder <msnyder@redhat.com>
5378
5379 * thread-db.c: Allow for defunct zombie threads.
5380 (attach_thread): Do not attempt to attach zombie thread.
5381 (thread_db_thread_alive): Return false for defunct zombie thread.
5382 (find_new_threads_callback): Don't add defunct zombie thread to list.
5383
7ed49443
JB
53842001-05-22 Jim Blandy <jimb@redhat.com>
5385
5386 Add support for the GNU V3 C++ ABI.
5387 (Includes changes by Dan Berlin.)
5388
5389 * gnu-v3-abi.c: New file.
5390 * minsyms.c: #include "value.h" and "cp-abi.h".
5391 (install_minimal_symbols): Check the minimal symbol table for
5392 symbols that look mangled in the V3 style, and select the V3 ABI
5393 if we find any.
5394 * Makefile.in (SFILES): Add gnu-v3-abi.c.
5395 (COMMON_OBS): Add gnu-v3-abi.o.
5396 (gnu-v3-abi.o): Add new rule.
5397 (minsyms.o): Depend on $(cp_abi_h) and $(value_h).
5398
a44999d5
JB
53992001-05-21 Jim Blandy <jimb@redhat.com>
5400
8d65888a
JB
5401 * values.c (value_primitive_field): If we're extracting a base
5402 class, then the type of the result should be the base class being
5403 extracted, not the type of which it is a base class.
5404
a44999d5
JB
5405 * value.h (struct value): Doc fix, and rearrange members to place
5406 them near their explanations.
5407
6c3f2dbf
MS
54082001-05-21 Michael Snyder <msnyder@redhat.com>
5409
5410 * remote.c (remote_async_wait): Added new variable fieldsize.
5411 Add fieldsize (return value of hex2bin) to string pointer p.
5412
b4fa4770
SC
54132001-05-20 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5414
5415 * m68hc11-tdep.c (m68hc11_pop_frame): Fix stack pointer computation.
5416 (m68hc11_analyze_instruction): Update the pc correctly.
5417 (m68hc11_guess_from_prologue): Take into account the stack correction
5418 for the saving address.
5419
2b127877
DB
54202001-05-07 Daniel Berlin <dan@cgsoftware.com>
5421
5422 Changes by Jim Ingham:
5423
5424 * values.c (value_change_enclosing_type): New function. If the
5425 new enclosing type is larger than the old one, we need to allocate
5426 more space.
5427 * value.h: Add value_change_enclosing_type prototype.
5428 * valops.c (value_cast): Use it.
5429 (value_assign): Use it.
5430 (value_addr): Use it.
5431 (value_ind): Use it.
5432 (value_full_object): Use it.
5433
54342001-05-07 Daniel Berlin <dan@cgsoftware.com>
5435
984e377c
JB
5436 * values.c (value_static_field): Handle static fields that have a
5437 constant value.
2b127877 5438
736d0890
MS
54392001-05-17 Michael Snyder <msnyder@redhat.com>
5440
5441 * blockframe.c (create_new_frame): Zero all the fields via memset,
5442 rather than zeroing them one by one.
5443
a577b05c
EZ
54442001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5445
5446 * top.c (user_args): Remove unused declaration.
5447
b8adfa9f
MS
54482001-05-16 Michael Snyder <msnyder@redhat.com>
5449
5450 * infcmd.c (do_registers_info): Move alloca outside of loop.
5451
97345198
MS
54522001-05-15 John S Kallal <jskallal@home.com>
5453
5454 * remote.c (remote_wait): Added new variable fieldsize.
5455 Add fieldsize (return value of hex2bin) to string pointer p.
5456
aca21d9a
MK
54572001-05-15 Mark Kettenis <kettenis@gnu.org>
5458
5459 * sparc-tdep.c (sparc_gdbarch_init): Get the architecture from
5460 info.bfd_arch_info.
5461
b08cfdb6
KB
54622001-05-14 Kevin Buettner <kevinb@redhat.com>
5463
5464 * lin-lwp.c (detach_callback, lin_lwp_wait, lin_lwp_pid_to_str):
5465 Adjust format strings for printing LWPs to account for the fact
5466 that the type returned by GET_LWP() is now a long instead of an
5467 int.
5468
ca6724c1
KB
54692001-05-14 Kevin Buettner <kevinb@redhat.com>
5470
5471 * inferior.h (null_ptid, minus_one_ptid): New variable declarations.
5472 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
5473 (ptid_get_tid, ptid_equal): New function declarations.
5474 * infrun.c (null_ptid, minus_one_ptid): New variables.
5475 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
5476 (ptid_get_tid, ptid_equal): New functions.
5477 (_initialize_infrun): Initialize null_ptid, minus_one_ptid,
5478 inferior_ptid, and target_last_wait_ptid.
5479
5480 * defs.h (ptid_t): Redefine to be a struct rather than an int.
5481 (pid_to_ptid, null_ptid, ptid_equal): Delete these macros.
5482 (PIDGET, TIDGET, MERGEPID): Redefine these macros using the
5483 new ptid accessors and constructor.
5484
5485 * config/i386/tm-i386v42mp.h (PIDGET, TIDGET, LIDGET, MERGEPID,
5486 MKLID, MKTID, ISTID): Provide new definitions for these macros.
5487 The old macros are retained, but disabled via #if 0 in order
5488 to aid in future restructuring. See FIXME.
5489
5490 * arm-linux-nat.c (PIDGET, TIDGET): Delete macro definitions.
5491 * i386-linux-nat.c (PIDGET, TIDGET): Likewise.
5492 * infptrace.c (PIDGET, TIDGET): Likewise.
5493 * lin-lwp.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
5494 * lin-thread.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
5495 * proc-service.c (MERGEPID): Likewise.
5496 * procfs.c (PIDGET, TIDGET, MERGEPID): Likewise.
5497 * thread-db.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
5498 * config/nm-linux.h (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
5499 * config/i386/tm-i386sol2.h (PIDGET0, PIDGET, TIDGET, MERGEPID):
5500 Likewise.
5501 * config/sparc/tm-sun4sol2.h (PIDGET0, PIDGET, TIDGET, MERGEPID):
5502 Likewise.
5503
5504 * lin-lwp.c (THREAD_FLAG): Delete macro definition.
5505 (GET_LWP): Redefine in terms of ptid_get_lwp().
5506 (GET_PID): Redefine in terms of ptid_get_pid().
5507 (is_lwp): Redefine without the need for THREAD_FLAG.
5508 (BUILD_LWP): Redefine in terms of ptid_build().
5509 * lin-thread.c (THREAD_FLAG): Delete macro definition.
5510 (GET_LWP): Redefine in terms of ptid_get_lwp().
5511 (GET_PID): Redefine in terms of ptid_get_pid().
5512 (GET_THREAD): Redefine in terms of ptid_get_tid().
5513 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
5514 (is_lwp, is_thread): Redefine.
5515 (linux_child_wait, check_all_signal_numbers)
5516 (linuxthreads_discard_global_state, attach_thread): Declare these
5517 functions to squash warnings about missing declarations.
5518 * sol-thread.c (THREAD_FLAG): Delete macro definition.
5519 (GET_PID): Redefine in terms of ptid_get_pid().
5520 (GET_LWP): Redefine in terms of ptid_get_lwp().
5521 (GET_THREAD): Redefine in terms of ptid_get_tid().
5522 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
5523 (is_lwp, is_thread): Redefine.
5524 * thread-db.c (THREAD_FLAG): Delete macro definition.
5525 (GET_PID): Redefine in terms of ptid_get_pid().
5526 (GET_LWP): Redefine in terms of ptid_get_lwp().
5527 (GET_THREAD): Redefine in terms of ptid_get_tid().
5528 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
5529 (is_lwp, is_thread): Redefine.
5530
5531 * corelow.c (add_to_thread_list, get_core_register_section):
5532 Eliminate hacks needed to prevent regressions when inferior_ptid
5533 wasn't wide enough to hold the core file thread id in the pid
5534 component of inferior_ptid.
5535
234fa6d1
MS
55362001-05-14 Michael Snyder <msnyder@redhat.com>
5537
5538 * remote.c (hex2bin): Make first argument const.
5539 Require explicit count, don't accept null-terminated str.
5540 (remote_resume, remote_async_resume): White space fix-up.
5541 (remote_write_bytes): Set nr_bytes to return value of bin2hex.
5542
caadab2c
MK
55432001-05-13 Mark Kettenis <kettenis@gnu.org>
5544
5545 * symtab.c (lookup_symtab_1): Use lbasename (NAME) instead of
5546 basename (NAME). The FreeBSD basename returns a pointer to a
5547 static buffer, even if it's simply returning a string identical to
5548 its argument.
5549 (lookup_partial_symtab): Likewise.
5550
2644f393
MS
55512001-05-14 Michael Snyder <msnyder@redhat.com>
5552
cb0ba49e 5553 * solib.c, solib.h: Add comment for function no_shared_libraries.
2644f393 5554
183a2f1a
KB
55552001-05-14 Kevin Buettner <kevinb@redhat.com>
5556
5557 * solib.h (no_shared_libraries): Make declaration match definition
5558 in solib.c.
5559
1dd1751e
AC
55602001-05-14 Andrew Cagney <ac131313@redhat.com>
5561
5562 * remote.c (remote_write_bytes): Set nr_bytes before returning it.
5563 * solib.h (no_shared_libraries): Declare.
5564
b732d07d
AC
55652001-05-12 Andrew Cagney <ac131313@redhat.com>
5566
5567 * gdbarch.sh (struct gdbarch_info): Delete field bfd_architecture.
5568 (gdbarch_update_p): Rewrite logic filling in INFO struct. Use
5569 user specified values when available.
5570 * rs6000-tdep.c (rs6000_gdbarch_init): Update. Get the
5571 architecture from info.bfd_arch_info.
5572 * gdbarch.c, gdbarch.h: Regenerate.
5573
67dd5ca6
FN
55742001-05-12 Fernando Nasser <fnasser@redhat.com>
5575
5576 * remote-e7000.c (e7000_open): Check for bad baud rate.
5577 * remote-st.c (st2000_open): Ditto.
5578
529acb48
JB
55792001-05-11 Jim Blandy <jimb@redhat.com>
5580
f8e42d24
JB
5581 * thread.c (do_captured_list_thread_ids): Use ui_out_tuple_begin
5582 and ui_out_tuple_end instead of ui_out_list_begin and
5583 ui_out_list_end.
5584
529acb48
JB
5585 * Makefile.in (gnu-v2-abi.o): Add $(demangle_h) to list of
5586 dependencies. Reorder dependencies to match #includes in file,
5587 for easier verification.
5588
666547aa
AC
5589Fri May 11 13:32:50 2001 Andrew Cagney <cagney@b1.cygnus.com>
5590
5591 * breakpoint.c: Replace ui_out_list_begin, ui_out_list_end and
5592 make_cleanup_ui_out_list_end with ui_out_tuple_begin,
5593 ui_out_tuple_end and make_cleanup_ui_out_tuple_begin_end.
5594 * cli/cli-setshow.c: Ditto.
5595 * printcmd.c: Ditto.
5596 * stack.c: Ditto.
5597
5598 * ui-out.h (enum ui_out_type): Fix tipo - tupple -> tuple.
5599 * ui-out.c (ui_out_list_begin): Delete ``lstid'' parameter.
5600 (ui_out_tuple_begin): New function.
5601 (ui_out_tuple_end): New function.
5602 (ui_out_tuple_begin_end): New function.
5603 (make_cleanup_ui_out_list_begin_end): Replace
5604 make_cleanup_ui_out_list_end function.
5605 * ui-out.h (ui_out_list_begin): Update declaration.
5606 (make_cleanup_ui_out_list_begin_end): Replace
5607 make_cleanup_ui_out_list_end declaration.
5608 (ui_out_tuple_begin, ui_out_tuple_end): Declare.
5609 (ui_out_tuple_begin_end): Declare.
5610
30c98d84
JB
56112001-05-11 Jim Blandy <jimb@redhat.com>
5612
5613 * gnu-v2-abi.c: Don't #include "gdb_regex.h". We don't use it.
5614
1faa59a8
AC
56152001-05-11 Andrew Cagney <ac131313@redhat.com>
5616
5617 From 2001-03-26 Rodney Brown <RodneyBrown@mynd.com>
5618 * config/pa/tm-hppa.h: Remove trigraph.
5619 * hp-symtab-read.c (hpread_type_translate): Provide return value.
5620 (hpread_read_struct_type): Remove trigraph. Add parameter in
5621 `warning'.
5622 (hpread_read_array_type): Provide return value.
5623 (hpread_type_lookup): Avoid ambiguous `else'. Provide return
5624 value.
5625 * hppa-tdep.c (initialize_hp_cxx_exception_support): Remove
5626 trigraph.
5627
99567b1b
JB
56282001-05-11 Jim Blandy <jimb@redhat.com>
5629
5630 * mips-tdep.c (mips_store_return_value,
5631 mips_extract_return_value): Pass arguments to
5632 return_value_location in the proper order.
5633
d3814881
AC
56342001-05-11 Andrew Cagney <ac131313@redhat.com>
5635
5636 * Makefile.in (VERSION): Delete. Moved to file ``version.in''.
5637 (version.c): Depends on file ``version.in''. Extract version
5638 number from ``version.in'' file.
5639 (clean mostlyclean): Update.
5640 * version.in: New file.
5d6640b1 5641 * NEWS: Update.
d3814881 5642
4d28f7a8
KB
56432001-05-11 Kevin Buettner <kevinb@redhat.com>
5644
5645 * breakpoint.c (set_raw_breakpoint): Add new parameter
5646 representing the breakpoint's type. Adjust all callers.
5647 (create_longjmp_breakpoint, create_temp_exception_breakpoint)
5648 (create_thread_event_breakpoint): Don't test for zero return
5649 value from set_raw_breakpoint(). It can never be zero.
5650 (create_exception_catchpoint, watch_command_1): Move logic
5651 which calculates the breakpoint type prior to the call to
5652 set_raw_breakpoint().
5653
08b4f080
FN
56542001-05-11 Fernando Nasser <fnasser@redhat.com>
5655
5656 * ser-unix.c (rate_to_code): Issue warning if baud rate is invalid.
5657 (hardwire_setbaudrate): Set errno to EINVAL and return with error
5658 if the conversion of the baud rate to code fails.
5659
127431f9
AC
56602001-05-10 Andrew Cagney <ac131313@redhat.com>
5661
5662 * ui-out.h (make_cleanup_ui_out_begin_end): Declare.
5663 * ui-out.c (struct ui_out_end_cleanup_data): Define.
5664 (do_cleanup_end): New function. Replace do_list_end.
5665 (make_cleanup_ui_out_end): New function.
5666 (make_cleanup_ui_out_begin_end): New function.
5667 (make_cleanup_ui_out_list_end): Use make_cleanup_ui_out_end.
5668
5dbc5e5f
EZ
56692001-05-10 Elena Zannoni <ezannoni@redhat.com>
5670
5671 * MAINTAINERS: Declare xcoffread.c open to all maintainers,
5672 and make Kevin Buettner (kevinb@redhat.com) the reference person.
5673
8e40d292
EZ
56742001-05-10 Elena Zannoni <ezannoni@redhat.com>
5675
5676 * proc-api.c (ioctl_with_trace): Fix uninitialized variable.
5677
5a703563
FN
56782001-05-10 Fernando Nasser <fnasser@redhat.com>
5679
5680 * MAINTAINERS: Add testsuite subdirectory co-maintainers.
5681
6311b07d
AC
5682Thu May 10 16:26:47 2001 Andrew Cagney <cagney@b1.cygnus.com>
5683
5684 * Makefile.in (mi-main.o): Compile with -Werror.
5685
30559e10
MS
56862001-05-10 Michael Snyder <msnyder@redhat.com>
5687
f78f6cf1
MS
5688 * remote.c (remote_open_1): Call no_shared_libraries, so that
5689 symbols for shared libraries can be reloaded per session.
5690 (remote_async_open_1): Ditto.
30559e10
MS
5691 * remote.c (bin2hex, hex2bin): New functions. Factor out these
5692 two conversions which are coded for repeatedly in this module.
5693 (remote_threads_extra_info, remote_wait, remote_async_wait,
5694 store_register_using_P, remote_store_registers, remote_write_bytes,
5695 remote_read_bytes, remote_rcmd): Use bin2hex and hex2bin instead
5696 of coding the conversions inline.
5697 (fromhex): Not exported, change from extern to static.
5698
0a1d9791
AC
56992001-05-10 Andrew Cagney <ac131313@redhat.com>
5700
5701 * arch-utils.c (initialize_current_architecture): Delete obsolete
5702 ``info architecture'' command.
5703 (info_architecture): Delete function.
5704
ee055267
AC
57052001-05-10 Andrew Cagney <ac131313@redhat.com>
5706
5707 * TODO (5.1, 5.2): Update.
5708
85886af6
AC
57092001-05-09 Andrew Cagney <ac131313@redhat.com>
5710
5711 * MAINTAINERS: Jim Ingham is no longer maintaining Arm related
5712 stuff.
30559e10 5713
ecb9ce7e
KS
57142001-05-10 Keith Seitz <keiths@cygnus.com>
5715
5716 * Makefile.in (SUBDIR_GDBTK_OBS): Add gdbtk-bp.o, gdbtk-register.o
5717 and gdbtk-stack.o.
5718 (SUBDIR_GDBTK_SRCS): Ditto for the sources.
5719 (gdbtk-bp.o): New rule.
5720 (gdbtk-register.o): New rule.
5721 (gdbtk-stack.o): New rule.
5722 (gdbtk-cmds.o): Update dependencies.
5723 (gdbtk.o): Ditto.
5724 (gdbtk-hooks.o): Ditto.
5725 (gdbtk-varobj.o): Ditto.
5726
f7635dd9
FN
57272001-05-10 Fernando Nasser <fnasser@redhat.com>
5728
5729 * varobj.c (c_number_of_children): Fix memory leak. Delete unwanted old
5730 variables, not just unregister them.
5731
0755e6c1
FN
57322001-05-10 Fernando Nasser <fnasser@redhat.com>
5733
5734 * varobj.c (c_number_of_children): Check for target type of void*,
5735 not the target type name. Allow dereferencing char*.
5736
d7db6da9
FN
57372001-05-10 Fernando Nasser <fnasser@redhat.com>
5738
5739 * symfile.c (symbol_file_add_main_1): New static function.
5740 Passes the flags arguments to symbol_file_add() and takes care
5741 of any necessary reinitializations.
5742 (symbol_file_command): Call symbol_file_add_main_1() instead of
5743 symbol_file_add().
5744 (symbol_file_add_main): Ditto.
5745
3d6e28e2
KB
57462001-05-09 Kevin Buettner <kevinb@redhat.com>
5747
5748 * lin-lwp.c (lin_lwp_pid_to_str): Revert inadvertent format
5749 string change in 2001-05-03 changes.
5750 (lin_lwp_wait): Revert GET_LWP coercion introduced in 2001-05-03
5751 changes.
5752
01263b57
KB
57532001-05-09 Kevin Buettner <kevinb@redhat.com>
5754
5755 * lin-lwp.c (lin_lwp_attach): Use PIDGET() to fetch the pid
5756 component from inferior_ptid.
5757 (lin_lwp_detach): Use pid_to_ptid() to convert from a pid to a
5758 ptid.
5759
74a151fa
EZ
57602001-05-09 Elena Zannoni <ezannoni@redhat.com>
5761
5762 * sh3-rom.c (_initialize_sh3_rom): Get rid of specific _WINDOWS
5763 conditional for help with connections through parallel ports,
5764 given that the actual code for downloading through a parallel port
5765 is not conditionalized.
5766
5767 * sh-tdep.c: Remove WIN32_WCE conditional. The wince sh target is
5768 unmaintaned, and probably on its way to obsolescence.
5769
d7a0d72c
MK
57702001-05-09 Mark Kettenis <kettenis@gnu.org>
5771
0d17c81d
MK
5772 * i386-tdep.c (i386_frame_saved_pc): New function.
5773 * config/i386/tm-i386.h (FRAME_SAVED_PC): Redefine in terms of
5774 i386_frame_saved_pc.
5775 (i386_frame_saved_pc): New prototype.
5776
d7a0d72c
MK
5777 * i386-tdep.c (i386_register_virtual_type): New function.
5778 (i386_register_convertible): New function.
5779 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE): Redefine in terms
5780 of i386_register_virtual_type.
5781 (REGISTER_CONVERTIBLE): Redefine in terms of
5782 i386_register_convertible.
5783 (i386_register_virtual_type, i386_register_convertible): New
5784 prototypes.
5785
ad8fe2ce
JB
57862001-05-08 Jim Blandy <jimb@redhat.com>
5787
33757489
JB
5788 * Makefile.in (mn10300-tdep.o): New rule.
5789
5790 * Makefile.in (gdb_string_h): Define. Use it throughout.
5791 Some rules were already using this, even though it isn't defined.
5792
c2c197ae
JB
5793 * Makefile.in (obstack_h, target_h): Define; these are already
5794 used elsewhere, but have been expanding to the empty string.
5795 (memattr_h): Define; needed by target_h.
5796
c064f384
JB
5797 * mn10300-tdep.c (mn10300_extract_return_value): Mark this as
5798 static. (This was accidentally omitted from the earlier patch.)
5799
23436510
JB
5800 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): New function.
5801 (mn10300_gdbarch_init): Register it as the architecture's
5802 dwarf2_reg_to_regnum method.
5803
ae83b20d
JB
5804 Correct and expand handling of `movm' instruction, and register
5805 saves in general.
5806 * config/mn10300/tm-mn10300.h (D0_REGNUM, A0_REGNUM, MDRQ_REGNUM,
5807 MCRH_REGNUM, MCRL_REGNUM, MCVF_REGNUM): New definitions.
5808 (enum movm_register_bits): New enum.
5809 * mn10300-tdep.c (set_movm_offsets): Use symbolic names for the
5810 bits, not hex literals. Handle the `other', `exreg0', and
5811 `exother' bits. Correct handling of `exreg1': it saves r4, r5,
5812 r6, and r7, not r2, r3, r4, and r5.
5813 (saved_regs_size): New function.
5814 (mn10300_frame_chain, mn10300_frame_saved_pc): Use it, instead
5815 of computing the same thing inline, incorrectly.
5816
bf4b70a5
JB
5817 * mn10300-tdep.c (mn10300_gdbarch_init): We do have a
5818 dummy_breakpoint_offset; it's zero.
5819
ee9f9641
JB
5820 * mn10300-tdep.c (mn10300_pop_frame): Split the mn10300-specific
5821 stuff out into mn10300_pop_frame_regular, and use
5822 generic_pop_current_frame. This lets us share code, and also
5823 makes this function's prototype match that expected by gdbarch.
5824 Make this function static.
5825 (mn10300_pop_frame_regular): New function.
5826 (mn10300_gdbarch_init): Register mn10300_pop_frame as the
5827 gdbarch's pop_frame method.
5828 * config/mn10300/tm-mn10300.h (POP_FRAME): Delete definition.
5829 (mn10300_pop_frame): Delete declaration.
5830
2ac51b36
JB
5831 * mn10300-tdep.c (mn10300_saved_pc_after_call,
5832 mn10300_extract_return_value,
5833 mn10300_extract_struct_value_address, mn10300_store_return_value,
5834 mn10300_use_struct_convention, mn10300_breakpoint_from_pc,
5835 mn10300_frame_chain, mn10300_skip_prologue,
5836 mn10300_push_arguments, mn10300_push_return_address,
5837 mn10300_store_struct_return, mn10300_frame_saved_pc,
5838 mn10300_init_extra_frame_info, mn10300_frame_init_saved_regs):
5839 Make these functions static; they should only be visible to the
5840 outside world as gdbarch methods.
5841
af4e72e9
JB
5842 * config/mn10300/tm-mn10300.h (mn10300_find_callers_reg): Delete
5843 unused declaration.
5844
584f96a8
JB
5845 * mn10300-tdep.c (mn10300_gdbarch_init): Put the gdbarch methods
5846 in some rational order.
5847
82d983b6
JB
5848 * mn10300-tdep.c (mn10300_gdbarch_init): Rather than using
5849 generic_pc_in_call_dummy, use pc_in_call_dummy_at_entry_point.
5850
ad8fe2ce
JB
5851 Use gdbarch for most target parameters for the MN10300, rather
5852 than the tm-*.h file.
5853 * config/mn10300/tm-mn10300.h (MAX_REGISTER_VIRTUAL_SIZE,
5854 REGISTER_BYTES, FP_REGNUM, BREAKPOINT_FROM_PC,
5855 FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK, INNER_THAN,
5856 SAVED_PC_AFTER_CALL, INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS,
5857 FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC,
5858 EXTRACT_RETURN_VALUE, EXTRACT_STRUCT_VALUE_ADDRESS,
5859 STORE_RETURN_VALUE, STORE_STRUCT_RETURN, SKIP_PROLOGUE,
5860 FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
5861 FRAME_NUM_ARGS, POP_FRAME, USE_GENERIC_DUMMY_FRAMES, CALL_DUMMY,
5862 CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
5863 CALL_DUMMY_LOCATION, FIX_CALL_DUMMY, CALL_DUMMY_ADDRESS,
5864 TARGET_READ_FP, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
5865 SAVE_DUMMY_FRAME_TOS, PUSH_ARGUMENTS, PC_IN_CALL_DUMMY,
5866 REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER):
5867 Delete definitions. We register gdbarch methods for these now.
5868 (struct frame_info, struct type, struct value): Delete forward
5869 declarations of these types; they're no longer necessary, since we
5870 don't have function declarations here any more.
5871 * mn10300-tdep.c: #include "arch-utils.h", to get declarations for
5872 some default gdbarch methods.
5873 (mn10300_store_struct_return): Return void, as expected by
5874 gdbarch.
5875 (mn10300_init_extra_frame_info): Take initial `fromleaf' argument,
5876 as expected by gdbarch.
5877 (mn10300_frame_init_saved_regs): Provide dummy definition for
5878 this, as required by gdbarch.
5879 (mn10300_gdbarch_init): Add mn10300_call_dummy_words, as expected
5880 by gdbarch. Register gdbarch methods or values for all the stuff
5881 removed from tm-10300.h, listed above.
5882
631ec795
AC
58832001-05-08 Andrew Cagney <ac131313@redhat.com>
5884
5885 * cli-out.c (cli_begin, cli_end): Replace cli_list_begin and
5886 cli_list_end.
5887 (cli_ui_out_impl): Update.
5888
5889 * ui-out.c (default_begin, default_end): Replace
5890 default_list_begin and default_list_end.
5891 (default_ui_out_impl): Update.
5892 (uo_begin, uo_end): Replace ou_list_begin and uo_list_end.
5893 (ui_out_begin, ui_out_end): Replace ui_out_list_begin and
5894 ui_out_list_end.
5895 (ui_out_list_begin, ui_out_list_end): New. Compatibility
5896 functions.
5897 (struct ui_out_level): Add field type.
5898 (push_level, pop_level): Update. Add type parameter.
5899
5900 * ui-out.h (enum ui_out_type): Declare.
5901 (ui_out_begin, ui_out_end): Declare.
5902 (ui_out_begin_ftype, ui_out_end_ftype): Replace list_begin_ftype
5903 and list_end_ftype.
5904 (struct ui_out_impl): Update.
5905
80f49b30
AC
59062001-05-07 Andrew Cagney <ac131313@redhat.com>
5907
5908 * ui-out.h (list_begin_ftype, list_end_ftype): Rename argument
5909 ``list_flag'' to ``depth''.
5910 * ui-out.c (default_list_begin, default_list_end): Update.
5911 (uo_list_begin, uo_list_end): Update.
5912 (MAX_UI_OUT_LEVELS): Define.
5913 (struct ui_out_level): Define.
5914 (top-level): Include "gdb_assert.h".
5915 (struct ui_out): Add fields ``level'' and ``levels''. Delete
5916 fields ``list_flag'' and ``field_count''.
5917 (ui_out_new): Update.
5918 (verify_field_proper_position): Update.
5919 (current_level, push_level, pop_level): New functions.
5920 (ui_out_list_begin): Use push_level.
5921 (ui_out_list_end): Use pop_level.
5922 (ui_out_field_int): Use current_level.
5923 (ui_out_field_skip): Ditto.
5924 (ui_out_field_fmt): Ditto.
5925
7aedc9f8
MS
59262001-05-08 Michael Snyder <msnyder@redhat.com>
5927
5928 * language.c (longest_local_hex_string_custom): Strlen test is
5929 inverted -- reverse the sense of the test.
5930
c6ec85d6
MK
59312001-05-08 Mark Kettenis <kettenis@gnu.org>
5932
5933 * config/i386/tm-i386v.h (struct frame_info, struct
5934 frame_saved_regs): Remove declarations.
5935 (i386_frame_num_args): Remove prototype.
5936
f938fa6a
AC
59372001-05-07 Andrew Cagney <ac131313@redhat.com>
5938
5939 * MAINTAINERS: I'm no longer actively maintaining the mn10300
5940 target.
5941
fb106663
AC
59422001-05-04 Andrew Cagney <ac131313@redhat.com>
5943
5944 * main.c (captured_main): Delete #ifndef _WIN32 conditional for
5945 WinGDB.
5946
ce696e05
KB
59472001-05-06 Kevin Buettner <kevinb@redhat.com>
5948
5949 * inferior.h (save_inferior_ptid): Declare.
5950 * infrun.c (save_inferior_ptid, restore_inferior_ptid): Define.
5951
5952 * hpux-thread.c (save_inferior_ptid, restore_inferior_ptid):
5953 Delete these functions.
5954 * lin-lwp.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
5955 * lin-thread.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
5956 * linux-thread.c (save_inferior_ptid, restore_inferior_ptid):
5957 Likewise.
5958 * proc-service.c (save_inferior_ptid, restore_inferior_ptid):
5959 Likewise.
5960 * sol-thread.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
5961 * thread-db.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
5962
5963 * somsolib.c (reset_inferior_ptid): Delete.
5964 (som_solib_remove_inferior_hook): Use save_inferior_ptid() to
5965 build the cleanup struct.
5966
5967 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Use
5968 a cleanup to save/restore inferior_ptid.
5969
c194fbe1
MK
59702001-05-06 Mark Kettenis <kettenis@gnu.org>
5971
5972 Implement attach/detach for multi-threaded programs on Linux.
5973 * thread-db.c (keep_thread_db): Adjust comment.
5974 (deactivate_target): Removed.
5975 (thread_db_new_objfile): Don't call deactivate_target. Implement
5976 guts of deactivate_target inline instead.
5977 (attach_thread): Call ATTACH_LWP unconditionally if defined.
5978 (thread_db_attach): New function.
5979 (thread_db_detach): Don't call deactivate_target. Do necessary
5980 cleanup inline instead. Set inferior_ptid to LWP corresponding to
5981 the current user-level thread.
5982 (thread_db_kill): Set inferior_ptid to LWP corresponding to the
5983 current user-level thread.
5984 (thread_db_create_inferior): Deactivate target vector if
5985 KEEP_THREAD_DB is zero.
5986 (thread_db_mourn_inferior): Don't call deactivate_target. Do
5987 necessary cleanup inline instead.
5988 (init_thread_db_ops): Initialize to_attach field to
5989 thread_db_attach.
5990 * lin-lwp.c (lin_lwp_mourn_inferior): Remove prototype.
5991 (stop_wait_callback): Add prototype.
5992 (init_lwp_list): Add comment about when to re-initialize the LWP
5993 list.
5994 (lin_lwp_attach_lwp): Only call ptrace for cloned processes.
5995 Avoid adding publicates to the LWP list. Only mark an LWP as
5996 signalled if it doesn't correspond to a cloned process.
5997 (lin_lwp_attach): Add initial process to the LWP list. Make sure
5998 it's stopped and fake a SIGSTOP.
5999 (detach_callback): New function.
6000 (lin_lwp_detach): Implement.
6001 (lin_lwp_create_inferior): Don't re-initialize LWP list here.
6002 Call child_ops.to_create_inferior directly instead of via
6003 target_beneath local.
6004 (lin_lwp_mourn_inferior): Call child_ops.to_mourn_inferior
6005 directly instead of via target_beneath local.
6006
a7fdf62f
EZ
60072001-05-06 Eli Zaretskii <eliz@is.elta.co.il>
6008
6009 * symtab.c (lookup_symtab_1, lookup_partial_symtab): Use basename
6010 instead of non-portable search for `/'. Use FILENAME_CMP instead
6011 of STREQ, to account for case-insensitive filesystems.
6012 (top-level): #include "filenames.h".
6013
9f60f21b
JB
60142001-05-05 Jim Blandy <jimb@redhat.com>
6015
644a1fe1
JB
6016 * breakpoint.c (check_duplicates): Use the breakpoint's type, not
6017 its address, to decide whether it's a watchpoint or not. Zero
6018 is a valid code address.
6019 (update_breakpoints_after_exec): Admonishing comments.
6020 * breakpoint.h (struct breakpoint): Doc fixes.
6021
9f60f21b
JB
6022 * breakpoint.c (check_duplicates): Take a breakpoint object as an
6023 argument, rather than an address and section. All callers changed.
6024
39f77062
KB
60252001-05-03 Kevin Buettner <kevinb@redhat.com>
6026
6027 * defs.h (ptid_t): New typedef.
6028 (pid_to_ptid, null_ptid, minus_one_ptid, ptid_equal): New macros.
6029
6030 * a68v-nat.c, alphabsd-nat.c, arch-utils.c, arm-linux-nat.c,
6031 blockframe.c, breakpoint.c, breakpoint.h,
6032 config/i386/nm-i386sol2.h, config/i386/tm-i386sco5.h,
6033 config/ia64/nm-linux.h, config/m68k/nm-hp300bsd.h,
6034 config/mips/nm-irix4.h, config/mips/nm-irix5.h,
6035 config/pa/nm-hppah.h, config/pa/tm-hppa.h,
6036 config/rs6000/nm-rs6000.h, config/sparc/nm-sun4sol2.h,
6037 corelow.c, cxux-nat.c, d10v-tdep.c, dink32-rom.c,
6038 dve3900-rom.c, fork-child.c, frame.c, gnu-nat.c, go32-nat.c,
6039 hp300ux-nat.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c,
6040 hpux-thread.c, i386-linux-nat.c, i386aix-nat.c, i386b-nat.c,
6041 i386bsd-nat.c, i386gnu-nat.c, i386mach-nat.c, i386nbsd-nat.c,
6042 infcmd.c, inferior.h, inflow.c, infptrace.c, infrun.c,
6043 inftarg.c, infttrace.c, lin-lwp.c, lin-thread.c,
6044 linux-thread.c, lynx-nat.c, m3-nat.c, m32r-rom.c,
6045 m68knbsd-nat.c, m88k-nat.c, mac-nat.c, mips-nat.c,
6046 mon960-rom.c, monitor.c, ns32knbsd-nat.c, ocd.c, ppc-bdm.c,
6047 ppcnbsd-nat.c, proc-service.c, procfs.c, ptx4-nat.c,
6048 regcache.c, remote-adapt.c, remote-array.c, remote-bug.c,
6049 remote-e7000.c, remote-es.c, remote-mips.c, remote-mm.c,
6050 remote-nindy.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
6051 remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
6052 remote-vx.c, remote.c, rs6000-nat.c, sol-thread.c,
6053 solib-aix5.c, solib-svr4.c, somsolib.c, sparc-nat.c,
6054 standalone.c, sun3-nat.c, sun386-nat.c, symm-nat.c, target.c,
6055 target.h, thread-db.c, thread.c, top.c, ultra3-nat.c,
6056 uw-thread.c, v850ice.c, win32-nat.c, wince.c, xcoffsolib.c
6057 (inferior_pid): Rename to inferior_ptid everywhere - even in
6058 comments and obsolete ports. In cases where this variable
6059 really is supposed to be used as a process id, use PIDGET() to
6060 extract the process id component from inferior_ptid. The
6061 other cases, either involving other variables whose types had
6062 to be changed or functions whose signatures had to changed
6063 are listed separately below.
6064
6065 * arm-linux-nat.c (get_thread_id): Change type of argument
6066 representing a combined process/thread id from ``int'' to
6067 ``ptid_t''. Also change parameter name to ptid.
6068 * breakpoint.h, breakpoint.c (breakpoint_thread_match): Likewise.
6069 * corelow.c (core_file_thread_alive): Likewise.
6070 * d10v-tdep.c (d10v_read_pc, d10v_write_pc): Likewise.
6071 * defs.h (*target_wait_hook): Likewise.
6072 * gdbthread.h (thread_info, delete_thread, pid_to_thread_id)
6073 (find_thread_pid, save_infrun_state, load_infrun_state): Likewise.
6074 * gnu-nat.c (gnu_thread_alive, gnu_pid_to_str, gnu_wait)
6075 (gnu_resume): Likewise.
6076 * go32-nat.c (go32_wait, go32_resume): Likewise.
6077 * h8500-tdep.c (h8500_read_pc, h8500_write_pc): Likewise.
6078 * hppa-tdep.c (target_read_pc, target_write_pc): Likewise.
6079 * hppah-nat.c (child_pid_to_str, hppa_tid_to_str,
6080 (hppa_pid_or_tid_to_str, child_post_startup_inferior)
6081 (child_thread_alive): Likewise.
6082 * hpux-thread.c (hpux_thread_notice_signals, hpux_thread_alive)
6083 (hpux_pid_to_str, hpux_thread_wait, hpux_thread_resume): Likewise.
6084 * i386-linux-nat.c (child_resume): Likewise.
6085 * ia64-linux-nat.c (enable_watchpoints_in_psr, fetch_debug_register)
6086 (store_debug_register, fetch_debug_register_pair)
6087 (store_debug_register_pair, ia64_linux_insert_watchpoint)
6088 (ia64_linux_remove_watchpoint, ia64_linux_stopped_by_watchpoint):
6089 Likewise.
6090 * ia64-tdep.c (ia64_read_pc, ia64_write_pc): Likewise.
6091 * inferior.h (read_pc_pid, generic_target_read_pc, write_pc_pid)
6092 (generic_target_write_pc, ptrace_wait, child_resume)
6093 (get_last_target_status): Likewise.
6094 * infptrace.c (ptrace_wait, child_resume): Likewise.
6095 * inftarg.c (child_wait, child_post_wait, child_thread_live)
6096 (child_pid_to_str): Likewise.
6097 * infttrace.c (ptrace_wait, child_thread_alive, child_resume)
6098 (hppa_pid_or_tid_to_str, child_post_startup_inferior): Likewise.
6099 * lin-lwp.c (add_lwp, delete_lwp, find_lwp_pid, lin_lwp_attach_lwp)
6100 (lin_lwp_resume, lin_lwp_wait, lin_lwp_thread_alive)
6101 (lin_lwp_pid_to_str): Likewise.
6102 * lin-thread.c (thread_db_alive, thread_db_pid_to_str)
6103 (thread_db_resume, thread_db_wait): Likewise.
6104 * linux-thread.c (linuxthreads_thread_alive, linuxthreads_pid_to_str)
6105 (linuxthreads_resume, linuxthreads_wait): Likewise.
6106 * lynx-nat.c (child_wait, child_thread_alive, child_resume)
6107 (child_pid_to_str): Likewise.
6108 * m3-nat.c (mach_really_wait, m3_resume): Likewise.
6109 * mac-nat.c (child_wait, child_resume): Likewise.
6110 * mips-tdep.c (mips_read_pc): Likewise.
6111 * monitor.c (monitor_wait, monitor_resume): Likewise.
6112 * ocd.c, ocd.h (ocd_thread_alive, ocd_resume): Likewise.
6113 * ppc-bdm.c (bdm_ppc_wait): Likewise.
6114 * procfs.c (do_attach, procfs_wait, procfs_resume)
6115 (procfs_notice_signals, procfs_thread_alive, procfs_pid_to_str)
6116 (procfs_set_watchpoint, procfs_stopped_by_watchpoint)
6117 (procfs_find_LDT_entry): Likewise.
6118 * regcache.c (read_register_pid, read_signed_register_pid)
6119 (write_register_pid, generic_target_read_pc, read_pc_pid)
6120 (generic_target_write_pc, write_pc_pid): Likewise.
6121 * regcache.h (read_register_pid, read_signed_register_pid)
6122 (write_register_pid): Likewise.
6123 * remote-adapt.c (adapt_wait, adapt_resume): Likewise.
6124 * remote-array.c (array_wait, array_resume): Likewise.
6125 * remote-bug.c (bug_wait, bug_resume): Likewise.
6126 * remote-e7000.c (e7000_wait, e7000_resume): Likewise.
6127 * remote-eb.c (eb_wait, eb_resume): Likewise.
6128 * remote-es.c (es1800_wait, es1800_resume): Likewise.
6129 * remote-mips.c (mips_wait, mips_resume): Likewise.
6130 * remote-mm.c (mm_wait, mm_resume): Likewise.
6131 * remote-nindy.c (nindy_wait, nindy_resume): Likewise.
6132 * remote-os9k.c (rombug_wait, rombug_resume): Likewise.
6133 * remote-rdi.c (arm_rdi_wait, arm_rdi_resume): Likewise.
6134 * remote-rdp.c (remote_rdp_resume, remote_rdp_wait): Likewise.
6135 * remote-sds.c (sds_wait, sds_resume): Likewise.
6136 * remote-sim.c (gdbsim_wait, gdbsim_resume): Likewise.
6137 * remote-st.c (st2000_wait, st2000_resume): Likewise.
6138 * remote-udi.c (udi_wait, udi_resume): Likewise.
6139 * remote-vx.c (vx_wait, vx_resume): Likewise.
6140 * remote.c (remote_current_thread, remote_resume, remote_wait)
6141 (remote_async_resume, remote_async_wait, remote_cisco_wait)
6142 (remote_thread_alive): Likewise.
6143 * sol-thread.c (thread_to_lwp, lwp_to_thread, sol_thread_resume)
6144 (sol_thread_wait, sol_thread_notice_signals, sol_thread_alive)
6145 (solaris_pid_to_str): Likewise.
6146 * symm-nat.c (child_wait, child_resume): Likewise.
6147 * target.c (debug_to_resume, debug_to_wait, debug_to_post_wait)
6148 (debug_to_notice_signals, debug_to_thread_alive)
6149 (normal_target_post_startup_inferior, normal_pid_to_str)
6150 (debug_to_post_startup_inferior): Likewise.
6151 * target.h (to_resume, to_wait, to_post_wait)
6152 (to_post_startup_inferior, to_notice_signals, to_thread_alive)
6153 (to_pid_to_str [all in struct target_ops]): Likewise.
6154 (child_post_wait, child_thread_alive, normal_pid_to_str): Likewise.
6155 * thread-db.c (thread_from_lwp, lwp_from_thread, thread_db_wait)
6156 (attach_thread, detach_thread, thread_db_resume, check_event)
6157 (thread_db_post_startup_inferior, thread_db_thread_alive)
6158 (thread_db_pid_to_str): Likewise.
6159 * thread.c (add_thread, delete_thread, find_thread_pid)
6160 (pid_to_thread_id, in_thread_list, load_infrun_state)
6161 (save_infrun_state, switch_to_thread, restore_current_thread)
6162 (make_cleanup_restore_current_thread): Likewise.
6163 * top.c (target_wait_hook): Likewise.
6164 * uw-thread.c (dbgpid, thr_to_lwp, lwp_to_thr, add_thread_uw)
6165 (uw_thread_resume, libtrhead_stub, uw_thread_wait, uw_thread_alive)
6166 (uw_thread_pid_to_str): Likewise.
6167 * v850ice.c (v850ice_wait, v850ice_resume): Likewise.
6168 * win32-nat.c (child_wait, child_resume, win32_child_thread_alive)
6169 (cywin_pid_to_str): Likewise.
6170 * wince.c (child_wait, child_resume, win32_child_thread_alive):
6171 Likewise.
6172 * config/nm-linux.h (linuxthreads_pid_to_str): Likewise.
6173 * config/nm-lynx.h (child_wait, lynx_pid_to_str): Likewise.
6174 * config/alpha/nm-linux.h (lin_lwp_attach_lwp): Likewise.
6175 * config/arm/nm-linux.h (lin_lwp_attach_lwp): Likewise.
6176 * config/h8500/tm-h8500.h (h8500_read_pc, h8500_write_pc): Likewise.
6177 * config/i386/nm-i386sol2.h (procfs_stopped_by_watchpoint)
6178 (procfs_set_watchpoint): Likewise.
6179 * config/i386/nm-linux.h (lin_lwp_attach_lwp): Likewise.
6180 * config/i386/nm-ptx4.h (child_wait): Likewise.
6181 * config/i386/nm-symmetry.h (child_wait): Likewise.
6182 * config/i386/tm-cygwin.h (cygwin_pid_to_str): Likewise.
6183 * config/ia64/nm-linux.h (ia64_linux_stopped_by_watchpoint)
6184 (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint)
6185 (lin_lwp_attach_lwp): Likewise.
6186 * config/mips/nm-irix4.h, config/mips/nm-irix5.h
6187 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Likewise.
6188 * config/pa/nm-hppah.h (child_pid_to_str, hppa_tid_to_str)
6189 (hppa_pid_or_tid_to_str): Likewise.
6190 * config/pa/tm-hppa.h (target_read_pc, target_write_pc): Likewise.
6191 * config/powerpc/nm-linux.h (lin_lwp_attach_lwp): Likewise.
6192 * config/sparc/nm-sun4sol2.h (procfs_stopped_by_watchpoint)
6193 (procfs_set_watchpoint): Likewise.
6194
6195 * gdbthread.h (thread_id_to_pid): Change return type which
6196 represents a combined process/thread id from ``int'' to
6197 ``ptid_t''.
6198 * gnu-nat.c (gnu_wait): Likewise.
6199 * go32-nat.c (go32_wait): Likewise.
6200 * hpux-thread.c (hpux_thread_wait): Likewise.
6201 * inferior.h (procfs_first_available): Likewise.
6202 * inftarg.c (child_wait): Likewise.
6203 * infttrace.c (ptrace_wait): Likewise.
6204 * lin-lwp.c (lin_lwp_wait): Likewise.
6205 * lin-thread.c (thread_db_wait): Likewise.
6206 * linux-thread.c (linuxthreads_wait): Likewise.
6207 * lynx-nat.c (child_wait): Likewise.
6208 * m3-nat.c (mach_really_wait): Likewise.
6209 * mac-nat.c (child_wait): Likewise.
6210 * monitor.c (monitor_wait): Likewise.
6211 * ppc-bdm.c (bdm_ppc_wait): Likewise.
6212 * procfs.c (do_attach, procfs_wait, procfs_first_available): Likewise.
6213 * remote-adapt.c (adapt_wait): Likewise.
6214 * remote-array.c (array_wait): Likewise.
6215 * remote-bug.c (bug_wait): Likewise.
6216 * remote-e7000.c (e7000_wait): Likewise.
6217 * remote-eb.c (eb_wait): Likewise.
6218 * remote-es.c (es1800_wait): Likewise.
6219 * remote-mips.c (mips_wait): Likewise.
6220 * remote-mm.c (mm_wait): Likewise.
6221 * remote-nindy.c (nindy_wait): Likewise.
6222 * remote-os9k (rombug_wait): Likewise.
6223 * remote-rdi.c (arm_rdi_wait): Likewise.
6224 * remote-rdp.c (remote_rdp_wait): Likewise.
6225 * remote-sds.c (sds_wait): Likewise.
6226 * remote-sim.c (gdbsim_wait): Likewise.
6227 * remote-st.c (st2000_wait): Likewise.
6228 * remote-udi.c (udi_wait): Likewise.
6229 * remote-vx.c (vx_wait): Likewise.
6230 * remote.c (remote_wait, remote_async_wait, remote_current_thread)
6231 (remote_cisco_wait): Likewise.
6232 * sol-thread.c (thread_to_lwp, lwp_to_thread, sol_thread_wait):
6233 Likewise.
6234 * symm-nat.c (child_wait): Likewise.
6235 * target.c (debug_to_wait): Likewise.
6236 * target.h (to_wait [in struct target_ops]): Likewise.
6237 * thread.c (thread_id_to_pid): Likewise.
6238 * thread-db.c (thread_from_lwp, lwp_from_thread, thread_db_wait):
6239 Likewise.
6240 * top.c (*target_wait_hook): Likewise.
6241 * uw-thread.c (lwp_to_thr, uw_thread_wait): Likewise.
6242 * v850ice.c (v850ice_wait): Likewise.
6243 * win32-nat.c (child_wait): Likewise.
6244 * wince.c (child_wait): Likewise.
6245 * config/nm-lynx.h (child_wait): Likewise.
6246 * config/i386/nm-ptx4.h (child_wait): Likewise.
6247 * config/i386/nm-symmetry.h (child_wait): Likewise.
6248
6249 * arch-utils.c (generic_prepare_to_proceed): Rename wait_pid
6250 to wait_ptid and change its type from ``int'' to ``ptid_t''.
6251 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Likewise,
6252 but rename saved_inferior_pid to saved_inferior_ptid.
6253 * d10v-tdep.c (d10v_read_pc, d10_write_pc): Likewise, but rename
6254 save_pid to save_ptid.
6255 * gdbthread.h (struct thread_info): Likewise, but rename pid to ptid.
6256 * hppah-nat.c (child_pid_to_exec): Likewise, but rename
6257 saved_inferior_pid to saved_inferior_ptid.
6258 * hpux-thread.c (main_ptid): Likewise, but rename from main_pid.
6259 * infrun.c (previous_inferior_pid [static global]): Likewise,
6260 but rename to previous_inferior_ptid.
6261 (resume): Likewise, but rename resume_pid to resume_ptid.
6262 (struct execution_control_state): Likewise, but rename
6263 pid to ptid, saved_inferior_pid to saved_inferior_ptid,
6264 and waiton_pid to waiton_ptid.
6265 (target_last_wait_pid): Likewise, but rename to
6266 target_last_wait_ptid.
6267 * infttrace.c (saved_real_pid): Likewise, but rename to
6268 saved_real_ptid.
6269 (child_pid_to_exec_file): Likewise, but rename saved_inferior_pid
6270 to saved_inferior_ptid.
6271 * lin-lwp.c (struct lwp_info): Likewise, but rename pid to ptid.
6272 (trap_ptid): Likewise, but renamed from trap_pid.
6273 * lin-thread.c (handle_new_thread): Likewise, but rename gdb_pid
6274 to gdb_ptid.
6275 * linux-thread.c (detach_thread): Likewise, but rename pid to ptid.
6276 (thread_db_wait): Likewise, but rename ret_pid to retptid.
6277 * procfs.c (procfs_wait): Likewise, for retval whose name
6278 doesn't change. Also, ``temp'' becomes two separate variables,
6279 one named temp_tid (an int) and the other temp_ptid.
6280 (procfs_notice_thread): Likewise (type change) for gdb_threadid
6281 whose name does not change.
6282 * regcache.c (registers_ptid): Likewise, but renamed from
6283 registers_pid.
6284 (read_register_pid, read_signed_register_pid, write_register_pid):
6285 Likewise, but rename save_pid to save_ptid.
6286 (read_pc_pid, write_pc_pid): Likewise, but rename saved_inferior_pid
6287 to saved_inferior_ptid.
6288 * remote.c (remote_newthread_step): Likewise, but rename pid to ptid.
6289 * sol-thread.c (struct ps_prochandle): Likewise.
6290 (sol_thread_resume): Likewise, for save_pid which becomes save_ptid.
6291 (sol_thread_wait): Likewise, for rtnval whose name does not
6292 change, and for save_pid which becomes save_ptid.
6293 (solaris_pid_to_str): Likewise for lwp whose name does not change.
6294 (sol_find_new_threads_callback): Likewise, for pid which becomes
6295 ptid.
6296 * target.h (target_resume, target_wait, target_post_wait)
6297 (target_post_startup_inferior, target_notice_signals)
6298 (target_thread_alive): Likewise.
6299 * thread.c (info_threads_command): Likewise, but rename
6300 current_pid to current_ptid.
6301 (struct current_thread_cleanup): Likewise, but rename field
6302 inferior_pid to inferior_ptid.
6303 * thread-db.c (find_new_threads_callback): Likewise, but rename
6304 pid to ptid.
6305 * uw-thread.c (thr_to_lwp): Likewise for lid whose name does not
6306 change.
6307 (lwp_to_tr): Likewise fo tid whose name remains unchanged.
6308 (thr_infpid, lwp_infpid, notice_thread, libthread_stub): Likewise,
6309 but rename pid to ptid.
6310 * config/alpha/nm-linux.h (ATTACH_LWP): Likewise.
6311 * config/arm/nm-linux.h (ATTACH_LWP): Likewise.
6312 * config/i386/nm-linux.h (ATTACH_LWP): Likewise.
6313 * config/ia64/nm-linux.h (ATTACH_LWP): Likewise.
6314 * config/pa/nm-hppah.h (target_tid_to_str): Likewise.
6315 * config/powerpc/nm-linux.h (ATTACH_LWP): Likewise.
6316
6317 * arch-utils.c (generic_prepare_to_proceed): Test for the
6318 "zero" ptid by using ptid_equal() to test to see if variable
6319 in question is the same as null_ptid. This replaces a direct
6320 test against zero.
6321 * cxux-nat.c (add_shared_symbol_files): Likewise.
6322 * i386aix-nat.c, i386b-nat.c (i386_float_info): Likewise.
6323 * infcmd.c (run_command): Likewise.
6324 * inflow.c (kill_command): Likewise.
6325 * infttrace.c (call_ttrace): Likewise.
6326 * lin-lwp.c (lin_lwp_prepare_to_proceed): Likewise.
6327 * lin-thread.c (thread_db_kill): Likewise.
6328 * procfs.c (procfs_kill_inferior, procfs_mourn_inferior): Likewise.
6329 * remote-es.c (es1800_kill): Likewise.
6330 * sol-thread.c (sol_thread_create_inferior): Likewise.
6331 * solib.c (locate_base): Likewise.
6332 * target.c (nosupport_runtime): Likewise.
6333 * thread-db.c (thread_db_wait): Likewise.
6334 * top.c (quit_confirm, quit_force): Likewise.
6335 * uw-thread (lwp_infpid, uw_thread_resume): Likewise.
6336
6337 * infrun.c (handle_inferior_event, stop_stepping, normal_stop):
6338 Use ptid_equal to compare value of process/thread ids instead of
6339 ``=='' and ``!='' operators.
6340 lin-lwp.c (delete_lwp, lin_lwp_prepare_to_proceed)
6341 (stop_wait_callback, lin_lwp_wait): Likewise.
6342 * procfs.c (procfs_wait): Likewise.
6343 * regcache.c (read_register_bytes, read_register_gen)
6344 (write_register_gen, read_register, read_register_pid)
6345 (read_signed_register, read_signed_register_pid, write_register)
6346 (write_register_pid, supply_register): Likewise.
6347 * remote-vx.c (vx_resume): Likewise.
6348 * sol-thread.c (sol_thread_wait): Likewise.
6349 * symm-nat.c (kill_inferior): Likewise.
6350 * thread.c (delete_thread, find_thread_pid, pid_to_thread_id)
6351 (in_thread_list, info_threads_command, switch_to_thread)
6352 (restore_current_thread): Likewise.
6353 * uw-thread (libtread_stub): Likewise.
6354
6355 * arm-linux-nat.c (GET_THREAD_ID): Change PID to PTID.
6356
6357 * corelow.c (add_to_thread_list): Convert argument in add_thread()
6358 call to a ptid_t.
6359 * gnu-nat.c (inf_validate_procs): Likewise.
6360 * linux-thread.c (stop_thread, update_stop_threads): Likewise.
6361 * remote.c (record_currthread, remote_threads_info): Likewise.
6362 * win32-nat.c (child_add_thread): Likewise.
6363
6364 * hpux-thread.c (save_inferior_pid, restore_inferior_pid): Rename,
6365 respectively, to save_inferior_ptid() and restore_inferior_ptid().
6366 Adjust implementations to operate on ``ptid_t'' instead of ``int''.
6367 * lin-lwp.c (save_inferior_pid, restore_inferior_pid): Likewise.
6368 * lin-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
6369 * linux-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
6370 * proc-service.c (save_inferior_pid, restore_inferior_pid): Likewise.
6371 * sol-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
6372 * thread-db.c (save_inferior_pid, restore_inferior_pid): Likewise.
6373
6374 * infrun.c (RESUME_ALL): New macro representing the -1 ptid
6375 to be passed to target_resume() when all threads should resume.
6376 (resume): Set resume_ptid to RESUME_ALL rather than -1.
6377 (handle_inferior_event): Invoke target_resume() with RESUME_ALL
6378 instead of -1.
6379 * irix5-nat.c (solib_create_inferior_hook): Convert -1 to
6380 a ptid_t in target_resume() call.
6381 * osfsolib.c (solib_create_inferior_hook): Likewise.
6382 * solib-svr4.c (solib_create_inferior_hook): Likewise.
6383
6384 * lin-lwp.c (PIDGET, PIDGET0): Rename original PIDGET macro to
6385 PIDGET0. Define new PIDGET macro which uses PIDGET0, the only
6386 difference being that the 0xffff pattern will be interpreted
6387 as -1.
6388 * lin-thread.c (PIDGET, PIDGET0): Likewise.
6389 * thread-db.c (PIDGET, PIDGET0): Likewise.
6390 * config/nm-linux.h (PIDGET, PIDGET0): Likewise.
6391 * config/i386/tm-i386sol2.h (PIDGET, PIDGET0): Likewise.
6392 * config/i386/tm-i386v42mp.h (PIDGET, PIDGET0): Likewise.
6393 * config/sparc/tm-sun4sol2.h (PIDGET, PIDGET0): Likewise.
6394
6395 * m3-nat.c (init_m3_ops): Fix typo; initialize to_wait field to
6396 mach_really_wait rather than mach_really__wait.
6397 * lin-thread.c (check_for_thread_event): Fix warning; make function
6398 actually return a value.
6399
6400 * gdbarch.sh (TARGET_READ_PC, TARGET_WRITE_PC): Change type of
6401 ``pid'' arguments from ``int'' to ``ptid_t''. Also renamed
6402 pid to ptid.
6403 * gdbarch.h, gdbarch.c: Regenerated.
6404
31e28849
JL
64052001-05-03 Jonathan Larmour <jlarmour@redhat.com>
6406
6407 * rdi-share/devsw.c: Include <time.h> for struct tm
6408
8d341142
EZ
64092001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
6410
6411 * config/djgpp/fnchange.lst: Add mappings for the new
6412 opcodes/openrisc-* files.
6413
9572d2b6
MS
64142001-05-01 Michael Snyder <msnyder@redhat.com>
6415
9085700c 6416 * lin-lwp.c: Change printf to fprintf_unfiltered.
9572d2b6
MS
6417 * Makefile.in: Add rules for thread-db.o, lin-lwp.o, proc-service.o.
6418
977adac5
ND
64192001-05-01 Nicholas Duffek <nsd@redhat.com>
6420
6421 * config/rs6000/tm-rs6000.h (IN_SOLIB_RETURN_TRAMPOLINE): Define.
6422 (rs6000_in_solib_return_trampoline): Declare.
6423 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): New
6424 function.
6425 (rs6000_skip_trampoline_code): Skip bigtoc fixup code.
6426 * xcoffread.c (read_xcoff_symtab): Perform the ISFCN function
6427 check after the CSECT check rather than before it. Allocate
6428 separate symtabs for CSECTs whose names begin with '@'.
6429 (scan_xcoff_symtab): Don't ignore symbols beginning with '@'.
6430 Activate the misc_func_recorded mechanism for whose names begin
6431 with '@'.
6432
6d799331
C
64332001-04-30 J.T. Conklin <jtc@redback.com>
6434
6435 * ppcnbsd-nat.c (fetch_inferior_registers)
6436 (store_inferior_registers, fetch_core_registers): Changed to use
6437 fpreg[] instead of r_regs[] to access floating point registers.
6438
7f4dbe94
EZ
64392001-04-30 Elena Zannoni <ezannoni@redhat.com>
6440
6441 * sh-tdep.c: Get rid of the function prototypes.
6442 (sh_sh4_build_float_register_type): Move earlier in file.
6443 (fv_reg_base_num): Ditto.
6444 (dr_reg_base_num): Ditto.
6445
540af400
MS
64462001-04-30 Michael Snyder <msnyder@redhat.com>
6447
6448 * thread-db.c: Revert 2001-04-26 change for debugging output.
7ca673cd
MS
6449 * lin-lwp.c: Ditto.
6450 * lin-lwp.c: Add set/show debug lin-lwp command. Use this
6451 command to turn extra debugging output on / off.
540af400 6452
f5a6fc05
EZ
64532001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
6454
6455 * buildsym.c (start_subfile): Use FILENAME_CMP instead of STREQ.
6456 (top-level): #include filenames.h.
6457
6458 * dwarf2read.c (dwarf2_start_subfile): Use IS_ABSOLUTE_PATH and
6459 FILENAME_CMP, to DTRT on non-Posix platforms.
6460 (top-level): #include filenames.h.
6461
6462
502dcf4e
AC
64632001-04-27 Andrew Cagney <ac131313@redhat.com>
6464
6465 * gdbtypes.c (check_stub_method): Always initialize ``p''.
6466
cc3f9cbb
AC
64672001-04-27 Andrew Cagney <ac131313@redhat.com>
6468
6469 * configure.host: Delete romp host.
6470 * TODO: Update.
6471
ed9c5cf2
AC
64722001-04-27 Andrew Cagney <ac131313@redhat.com>
6473
6474 * TODO: Updates to 5.1. No more targets to obsolete.
6475
d1a310e7
DH
64762001-04-27 Don Howard <dhoward@redhat.com>
6477
128437e6
DH
6478 (Changes from Kevin Buettner, with minor update by Don Howard.)
6479
6480 * i387-nat.c (i387_supply_fxsave, i387_fill_fxsave, i387_tag): Fix
6481 typos in which hexadecimal constants were really intended to be
6482 binary constants.
6483 (i387_tag): Swap logic regarding zero vs non-zero exponents.
d1a310e7
DH
6484 * MAINTAINERS (Misc): Added myself to the write-after-approval
6485 list.
6486
015a42b4
JB
64872001-04-26 Jim Blandy <jimb@redhat.com>
6488
6489 (Changes from Daniel Berlin, with revisions by Jim Blandy.)
6490
6491 Abstract out operations specific to particular C++ ABI's, and
6492 invoke them through a function table. This removes the C++ ABI
6493 dependencies scattered throughout the code, and allows us to
6494 cleanly add support for new C++ ABI's.
6495 * cp-abi.h, cp-abi.h, gnu-v2-abi.c, hpacc-abi.c: New files.
6496 * c-typeprint.c, c-valprint.c, dbxread.c, eval.c, gdbtypes.c,
6497 jv-typeprint.c, linespec.c, symtab.c, typeprint.c, valops.c:
6498 #include "cp-abi.h". These files all use functions now declared
6499 there.
6500 * symtab.h (OPNAME_PREFIX_P, VTBL_PREFIX_P, DESTRUCTOR_PREFIX_P):
6501 Deleted. These services are now provided by functions declared in
6502 cp-abi.h.
6503 * value.h (value_rtti_type, value_virtual_fn_field): Same.
6504 * values.c (value_virtual_fn_field): Same, for this definition.
6505 * valops.c (value_rtti_type): Same.
6506 * c-typeprint.c (c_type_print_base): Use the functions from
6507 "cp-abi.h", instead of the old macros, or hard-coded ABI-specific
6508 tests.
6509 * dbxread.c (record_minimal_symbol): Same.
6510 * gdbtypes.c (get_destructor_fn_field, virtual_base_index,
6511 virtual_base_index_skip_primaries): Same.
6512 * jv-typeprint.c (java_type_print_base): Same.
6513 * linespec.c (find_methods, decode_line_1): Same.
6514 * symtab.c (gdb_mangle_name): Same.
6515 * Makefile.in (SFILES): Add the new .c files mentioned above.
6516 (cp_abi_h): New variable.
6517 (COMMON_OBS): Add gnu-v2-abi.o, hpacc-abi.o, and cp-abi.o.
6518 (cp-abi.o, gnu-v2-abi.o, hpacc-abi.o): New targets.
6519 (c-typeprint.o, c-valprint.o, dbxread.o, eval.o, gdbtypes.o,
6520 jv-typeprint.o, symtab.o, linespec.o, typeprint.o, valops.o): Add
6521 dependency on $(cp_abi_h).
6522
f3fb8c85
MS
65232001-04-26 Michael Snyder <msnyder@redhat.com>
6524
20b8570d
MS
6525 * thread-db.c (_initialize_thread_db): Add set/show command
6526 "debug-linux-threads" for debugging output.
6527 * lin-lwp.c (various): Use global "debug_linux_threads to
6528 turn on extra debugging output.
4c8de859 6529 * lin-lwp.c: Minor cleanups in comments.
f3fb8c85
MS
6530 * target.c (normal_pid_to_str): Get rid of an ancient hack.
6531 * remote.c (remote_pid_to_str): New function for remote target.
6532
7f0b5c30
JB
65332001-04-24 Jim Blandy <jimb@redhat.com>
6534
6535 * c-typeprint.c (c_type_print_cv_qualifier): Don't print `const'
6536 qualifier on C++ references; all references are innately const.
6537
0af5533d
MK
65382001-04-20 Mark Kettenis <kettenis@gnu.org>
6539
6540 * event-top.h: Fix formatting.
6541
d036b4d9
AC
65422001-04-17 Andrew Cagney <ac131313@redhat.com>
6543
6544 * source.c (openp): Obsolete #ifdef MPW code.
6545 (open_source_file): Ditto.
6546 * event-top.c (display_gdb_prompt): Ditto.
6547 * utils.c (query): Ditto.
6548 (init_page_info): Ditto.
6549 (init_page_info): Delete #ifndef MPW.
6550 * top.c (gdb_readline): Ditto.
6551 * mac-xdep.c: Obsolete.
6552 * mac-gdb.r: Obsolete.
6553 * config/powerpc/xm-mpw.h: Obsolete.
6554 * config/xm-mpw.h: Obsolete.
6555 * mpw-make.sed: Obsolete.
6556 * mpw-config.in: Obsolete.
6557 * TODO: Update
6558 * NEWS: Update
6559
539ffe0b
MK
65602001-04-19 Mark Kettenis <kettenis@gnu.org>
6561
6562 * i386-tdep.c (i386_frameless_function_invocation): New function.
6563 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION): Redefine
6564 in terms of i386_frameless_function_invocation. Adjust comment.
6565 (i386_frameless_function_invocation): New prototype.
6566
67e1e03a
MH
65672001-04-18 Martin M. Hunt <hunt@redhat.com>
6568
6569 * top.c (gdb_init): Don't call cli_out_new() to
6570 create global uiout if init_ui_hook is set. uiout will
6571 have to be initialized there.
6572
fbec36e2
AC
65732001-04-18 Andrew Cagney <ac131313@redhat.com>
6574
6575 * arch-utils.c: Include "regcache.h".
6576
ed84f6c1
MK
65772001-04-18 Mark Kettenis <kettenis@gnu.org>
6578
6579 * i386-tdep.c (i386_saved_pc_after_call): New function.
6580 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Redefine in terms
6581 of i386_saved_pc_after_call.
6582 (i386_saved_pc_after_call): New prototype.
6583
c60a7562
MS
65842001-04-17 Michael Snyder <msnyder@redhat.com>
6585
c9e030cf 6586 * i386-nat.c: Fix typo in comment.
c60a7562
MS
6587 * solib.c (no_shared_libraries): New function. Discard all symbols
6588 from shared libraries.
6589 (_initialize_solib): Add command "nosharedlibrary" as complement
6590 to the command "sharedlibrary". Unloads symbols for all solibs.
6591
514e603d
AC
65922001-04-16 Andrew Cagney <ac131313@redhat.com>
6593
6594 * configure.host (m68030-sony-*, m68*-isi-*, m68*-sony-*):
6595 * configure.tgt (m68*-rom68k-*, m68*-*bug-*, m68*-monitor-*)
6596 (m68*-est-*, m68*-sony-*, m68*-isi-*):
6597 * Makefile.in (xm-news1000.h, tm-news.h, xm-news.h): Obsolete..
6598 * config/m68k/xm-news.h: Obsolete.
6599 * config/m68k/tm-news.h:
6600 * config/m68k/xm-news1000.h: Obsolete.
6601 * config/m68k/news.mh: Obsolete.
6602 * config/m68k/news.mt: Obsolete.
6603 * config/m68k/nm-news.h: Obsolete.
6604 * config/m68k/news1000.mh: Obsolete.
6605 * news-xdep.c: Obsolete.
6606 * Makefile.in (isi-xdep.o): Obsolete.
6607 (ALLDEPFILES): Delete isi-xdep.c.
6608 (tm-isi.h): Obsolete.
6609 * m68k-tdep.c (altos_skip_prologue): Update comments.
6610 (isi_skip_prologue): Obsolete.
6611 * isi-xdep.c: Obsolete.
6612 * config/m68k/xm-isi.h: Obsolete.
6613 * config/m68k/isi.mh: Obsolete.
6614 * config/m68k/tm-isi.h: Obsolete.
6615 * config/m68k/isi.mt: Obsolete.
6616
6617 * TODO: Update.
6618 * NEWS: Update.
6619
6240bebf
MS
66202001-04-17 Michael Snyder <msnyder@redhat.com>
6621
6622 * remote.c (remote_open_1): On opening the remote target, activate
6623 the solib_create_inferior_hook, so that it can detect when the
6624 target loads shared libraries.
6625 (remote_async_open_1): Ditto.
6626
75ac9d7b
MS
66272001-04-17 Michael Snyder <msnyder@redhat.com>
6628
6629 * breakpoint.c (print_one_breakpoint): Handle 64-bit addresses.
6630 * tracepoint.c (tracepoints_info): Handle 64-bit addresses.
6631 * testsuite/gdb.trace/deltrace.exp: Allow for 64-bit addresses.
6632 * testsuite/gdb.trace/infotrace.exp: Ditto.
6633 * testsuite/gdb.trace/passcount.exp: Ditto.
6634 * testsuite/gdb.trace/while-stepping.exp: Ditto.
6635
b9569773
MS
66362001-04-17 Michael Snyder <msnyder@redhat.com>
6637
6638 * thread-db.c (check_thread_signals): When looping over all
6639 signals, ignore signal zero.
6640 (disable_thread_signals): Ditto.
6641
81490ea1
MS
66422001-04-17 Eirik Fuller <eirik@netapp.com>
6643
6644 * thread.c (do_captured_thread_select): Allow the argument to the
6645 thread command to be an expression rather than a literal integer.
6646
e5434c3d
MK
66472001-04-17 Mark Kettenis <kettenis@gnu.org>
6648
6649 * i386-linux-tdep.c (i386_linux_saved_pc_after_call): Use
6650 read_memory_unsigned_integer instead of read_memory_integer.
6651
00c7912d
KB
66522001-04-16 Kevin Buettner <kevinb@redhat.com>
6653
6654 * solib-aix5.c (map_index_vs_section_name_okay): New function.
6655 (aix5_relocate_main_executable): Don't use file offsets for
6656 determining corresponding sections and map file entries. Call
6657 map_index_vs_section_name_okay() to do this instead.
6658
4d1bcd09
KB
66592001-04-16 Kevin Buettner <kevinb@redhat.com>
6660
6661 * procfs.c (open_with_retry): New function.
6662 (open_procinfo_files, load_syscalls, proc_iterate_over_mappings)
6663 (proc_get_LDT_entry): Call open_with_retry() instead of open().
6664
097e5c0b 66652001-04-16 Kevin Buettner <kevinb@redhat.com>
1186f287
KB
6666
6667 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Adjust
6668 comparison against TRAP_HWBKPT constant yet again to account
6669 for the various values used by different kernel versions.
6670
9e0c176c
DB
66712001-04-16 Daniel Berlin <dan@cgsoftware.com>
6672
6673 * demangle.c (_initialize_demangler): Use xcalloc on the
6674 demangling_style_names, and make it a null terminated array of
6675 names, to avoid a crash.
6676
c833a37e
MK
66772001-04-16 Mark Kettenis <kettenis@gnu.org>
6678
6679 * i386-tdep.c (i386_frame_chain): New function.
6680 * config/i386/tm-i386.h (FRAME_CHAIN): Redefine in terms of
6681 i386_frame_chain.
6682 (i386_frame_chain): New prototype.
6683
46c6cdcf
C
66842001-04-14 J.T. Conklin <jtc@redback.com>
6685
6686 * target.h (target_ops): Removed to_core_file_to_sym_file vector
6687 function.
6688 * corelow.c (core_ops): Updated for above change.
6689 * gnu-nat.c (core_ops): Likewise.
6690 * inftarg.c (child_ops): Likewise.
6691 * monitor.c (monitor_ops): Likewise.
6692 * ppc-bdm.c (bdm_ppc_ops): Likewise.
6693 * remote-adapt.c (adapt_ops): Likewise.
6694 * remote-bug.c (bug_ops): Likewise.
6695 * remote-e7000.c (e7000_ops): Likewise.
6696 * remote-eb.c (eb_ops): Likewise.
6697 * remote-es.c (es1800_ops, es1800_child_ops): Likewise.
6698 * remote-mm.c (mm_ops): Likewise.
6699 * remote-nindy.c (nindy_ops): Likewise.
6700 * remote-nrom.c (nrom_ops): Likewise.
6701 * remote-os9k.c (rombug_ops): Likewise.
6702 * remote-rdp.c (remote_rdp_ops): Likewise.
6703 * remote-sim.c (gdbsim_ops): Likewise.
6704 * remote-st.c (st2000_ops): Likewise.
6705 * v850ice.c (v850ice_ops): Likewise.
6706 * target.c (cleanup_target): Likewise
6707 (update_current_target): Likewise.
6708 (setup_target_debug): Likewise
6709 (debug_to_core_file_to_sym_file): Removed.
6710
6711 * corefile.c (core_file_command) [HPUXHPPA]: Removed code that
6712 sets symbol file from information obtained from the core file.
6713 * corelow.c (core_file_to_sym_file): Removed.
6714
d1566ff5
FN
67152001-04-13 Fernando Nasser <fnasser@redhat.com>
6716
6717 From Adam Mirowski <Adam.Mirowski@Sun.COM>
6718 Fixed Insight on Solaris. It was not possible to debug a process
6719 because of EINTR "errors".
6720 * procfs.c: (procfs_wait): if proc_wait_for_stop() fails
6721 with EINTR, retry the call.
6722
6c98e688
KB
67232001-04-12 Kevin Buettner <kevinb@redhat.com>
6724
6725 * solib-aix5.c (enum maptype): Delete.
6726 (struct lm_info): Add new member ``nmappings''. Make ``mapping''
6727 member a pointer instead of a statically sized array.
6728 (build_so_list_from_mapfile): Dynamically allocate ``mapping''
6729 array.
6730 (aix5_relocate_main_executable, aix5_relocate_section_addresses,
6731 aix5_find_global_pointer): Search for correct mapping to use
6732 based on file offset instead of knowledge of whether the section
6733 is read-only or read/write.
6734 (aix5_find_gate_addresses): Use the first mapping instead of
6735 the (now defunct) MT_READONLY mapping.
6736
49282387
ND
67372001-04-12 Nicholas Duffek <nsd@redhat.com>
6738
6739 * xcoffread.c (scan_xcoff_symtab): Ignore symbols beginning with
6740 "@".
6741
7f6b83a5
KB
67422001-04-12 Kevin Buettner <kevinb@redhat.com>
6743
6744 * config/i386/fbsd.mh (NATDEPFILES): Add i386-nat.o.
6745
24f89b68
AC
67462001-04-09 Andrew Cagney <ac131313@redhat.com>
6747
6748 Obsolete i[3456]86-*-sunos* (aka Sun386) host and target.
6749 * config/i386/sun386.mh: Obsolete.
6750 * config/i386/sun386.mt: Obsolete.
6751 * config/i386/xm-sun386.h: Obsolete.
6752 * config/i386/tm-sun386.h: Obsolete.
6753 * config/i386/nm-sun386.h: Obsolete.
6754 * Makefile.in (ALLDEPFILES): Delete sun386-nat.c.
6755 (sun386-nat.o): Target is obsolete.
6756 * sun386-nat.c: Obsolete.
6757 * configure.tgt (i[3456]86-*-sunos*): Obsolete.
6758 * configure.host (i[3456]86-*-sunos*): Obsolete.
6759 * NEWS: Update.
6760 * TODO: Update.
6761
c114dcd5
C
67622001-04-10 J.T. Conklin <jtc@redback.com>
6763
6764 * maint.c: Fix typo in comment.
6765
6755f5ad
KS
67662001-04-09 Keith Seitz <keiths@cygnus.com>
6767
6768 * MAINTAINERS: Swap with Syd Polk as a gdbtk maintainer.
6769
7700434b
KB
67702001-04-08 Kevin Buettner <kevinb@redhat.com>
6771
6772 * fork-child.c (fork_inferior, clone_and_follow_inferior):
6773 Document fact that apparent call to vfork() might actually be
6774 a call to fork() instead.
6775 * ser-pipe.c (pipe_open): Likewise.
6776
d493eb33
KB
67772001-04-08 Kevin Buettner <kevinb@redhat.com>
6778
6779 * printcmd.c (print_frame_args): Use a cleanup to invoke
6780 ui_out_list_end() so that the list count nesting flag will
6781 be decremented properly when an error occurs.
6782 * stack.c (print_frame): Likewise.
6783
af471f3c
C
67842001-04-06 J.T. Conklin <jtc@redback.com>
6785
c839c4db
C
6786 * dcache.c (dcache_write_line): Fixed bugs where cache line was
6787 not written to target correctly.
6788
af471f3c
C
6789 * gdbserver/low-hppabsd.c (read_inferior_memory): Add explicit
6790 void return value;
6791 * gdbserver/low-nbsd.c: Likewise.
6792 * gdbserver/low-sparc.c: Likewise.
6793 * gdbserver/low-sun3.c: Likewise.
6794
d8e275b4
GK
67952001-04-06 Geoffrey Keating <geoffk@redhat.com>
6796
6797 * config/rs6000/nm-rs6000.h (PTRACE_ATTACH): Don't define.
6798 (PTRACE_DETACH): Don't define.
6799
e02bc4cc
DS
68002001-04-06 David Smith <dsmith@redhat.com>
6801
6802 * arch-utils.c (default_prepare_to_proceed)
6803 (generic_prepare_to_proceed): Added new functions.
6804 * arch-utils.h: New function declarations for
6805 default_prepare_to_proceed() and generic_prepare_to_proceed().
6806 * gdbarch.sh: Added PREPARE_TO_PROCEED.
6807 * gdbarch.c: Regenerated.
6808 * gdbarch.h: Regenerated.
6809 * inferior.h: Added get_last_target_status() declaration.
6810 * infrun.c (get_last_target_status): Added new function.
6811 (handle_inferior_event): Saves last pid and waitstatus, which will
6812 get returned by get_last_target_status().
6813
6814 * hppa-tdep.c (prepare_to_proceed): Added comment stating that
6815 prepare_to_proceed() is potentially redundant since
6816 default_prepare_to_proceed() has been added.
6817 * linux-thread.c (prepare_to_proceed): Ditto.
6818 * lin-lwp.c (prepare_to_proceed): Ditto.
6819 * m3-nat.c (prepare_to_proceed): Ditto.
6820
1b2b2c16
AC
68212001-04-05 Andrew Cagney <ac131313@redhat.com>
6822
6823 Obsolete powerpcle-*-cygwin* and powerpcle-*-solaris* platforms
6824 and powerpc-*-netware* target.
6825 * configure.host (powerpcle-*-cygwin*, powerpcle-*-solaris*):
6826 Obsolete.
6827 * configure.tgt (powerpc-*-netware*, powerpcle-*-cygwin*)
6828 (powerpcle-*-solaris*): Obsolete.
6829 * config/powerpc/tm-cygwin.h: Obsolete.
6830 * config/powerpc/cygwin.mt: Obsolete.
6831 * config/powerpc/xm-cygwin.h: Obsolete.
6832 * config/powerpc/cygwin.mh: Obsolete.
6833 * config/powerpc/nm-solaris.h: Obsolete.
6834 * config/powerpc/xm-solaris.h: Obsolete.
6835 * config/powerpc/tm-solaris.h: Obsolete.
6836 * config/powerpc/solaris.mt: Obsolete.
6837 * config/powerpc/tm-ppc-nw.h: Obsolete.
6838 * config/powerpc/ppc-nw.mt: Obsolete.
6839 * TODO: Update.
6840 * NEWS: Update.
6841
063fd668
FN
68422001-04-06 Fernando Nasser <fnasser@redhat.com>
6843
6844 * buildsym.c (record_line): Turn off unused addr bits.
6845
a250df2e
FN
68462001-04-06 Fernando Nasser <fnasser@redhat.com>
6847
6848 From David Deephanphongs <deephan@telocity.com>
6849 * inferior.h: Fix declarations of get_inferior_args and
6850 set_inferior_args, which were missing the trailing 's'.
6851
1fcef334
JH
68522001-04-05 Jeff Holcomb <jeffh@redhat.com>
6853
6854 * monitor.c (monitor_supply_register): Only report an error if we
6855 don't get a valid value.
6856
f032fb6e
EZ
68572001-04-05 Eli Zaretskii <eliz@is.elta.co.il>
6858
6859 * README: Don't mention gdba.el.
6860
0191bed7
EZ
68612001-04-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6862
6863 From Jimmy Guo <guo@cup.hp.com>
6864 * top.c (init_main): set prompt if annotation_level>1,
6865 this is necessary when annotation_level is set to 2 via
6866 --annotate=2 command line option.
6867
4a1968f4
AC
68682001-04-04 Andrew Cagney <ac131313@redhat.com>
6869
6870 Obsolete a29k-*-* host and a29k-*-sym1* and a29k-*-kern* targets.
6871 * configure.tgt (a29k-*-sym1*, a29k-*-kern*): Obsolete.
6872 * configure.host (a29k-*-*): Obsolete.
6873 * Makefile.in (ALLDEPFILES): Remove ultra3-nat.c and
6874 ultra3-xdep.c.
6875 (ultra3-nat.o, ultra3-xdep.o): Obsolete.
6876 * config/a29k/tm-ultra3.h: Obsolete.
6877 * config/a29k/ultra3.mt: Obsolete.
6878 * config/a29k/ultra3.mh: Obsolete.
6879 * config/a29k/nm-ultra3.h: Obsolete.
6880 * config/a29k/xm-ultra3.h: Obsolete.
6881 * ultra3-xdep.c: Obsolete.
6882 * ultra3-nat.c: Obsolete.
6883 * config/a29k/a29k-kern.mt: Obsolete.
6884 * NEWS: Update.
6885 * TODO: Update.
6886
608506ed
CF
6887Wed Apr 4 21:48:42 2001 Christopher Faylor <cgf@cygnus.com>
6888
6889 * main.c: Remove windows.h use.
6890 (gdbtk_test): Use PATH_MAX for home var calculation.
6891 * remote-e7000.c (e7000_parse_device): Accomodate Cygwin as well as
6892 Win32 in colon test.
6893 * ser-tcp.c: Use modern __CYGWIN__ conditional.
6894 * source.c (mod_path): Add __CYGWIN__ conditional to WIN32 test.
6895 (openp): Ditto.
6896 * symfile.c (symfile_bfd_open): Ditto.
608506ed 6897
6457bd47
MH
68982001-04-04 Martin M. Hunt <hunt@redhat.com>
6899
6900 * main.c (captured_main): For GDBtk, don't use tui_fileopen().
6901 Handle all stream setup in gdbtk_init
6902
3df1b9b4
MK
69032001-04-04 Mark Kettenis <kettenis@gnu.org>
6904
6905 * i386-tdep.c (i386_extract_return_value): Don't return the return
6906 value of a void function.
6907 (i386_store_return_value): Likewise.
6908
76f4ea53
AC
69092001-04-03 Andrew Cagney <ac131313@redhat.com>
6910
6911 Obsolete w65-*-* target.
6912 * configure.tgt (w65-*-*): Obsolete.
6913 * config/w65/w65.mt: Obsolete.
6914 * config/w65/tm-w65.h: Obsolete.
6915 * w65-tdep.c: Obsolete.
6916 * NEWS: Update. Fix TiC80 description.
6917 * TODO: Update.
6918
52071915
AC
69192001-04-03 Andrew Cagney <ac131313@redhat.com>
6920
6921 Obsolete tic80-*-* target.
6922 * configure.tgt (tic80-*-*): Obsolete.
6923 * config/tic80/tic80.mt: Obsolete.
6924 * config/tic80/tm-tic80.h: Obsolete.
6925 * tic80-tdep.c: Obsolete.
6926 * TODO: Update
6927 * NEWS: Update.
6928
44eaed12
C
69292001-04-02 J.T. Conklin <jtc@redback.com>
6930
ba79cc81
C
6931 * remote-mips.c (S_IROTH): Moved definition from here.
6932 * gdb_stat.h (S_IROTH): to here.
6933
44eaed12
C
6934 * remote.c (remote_protocol_e, remote_protocol_E): Define.
6935 (set_remote_protocol_e_packet_cmd)
6936 (set_remote_protocol_E_packet_cmd)
6937 (show_remote_protocol_e_packet_command)
6938 (show_remote_protocol_E_packet_command): New functions.
6939 (init_all_packet_configs): Initialize remote_protocol_e and
6940 remote_protocol_E.
6941 (remote_resume, remote_async_resume): Support e/E command
6942 packets.
6943 (show_remote_cmd): Show state of remote_protocol_e and
6944 remote_protocol_E.
6945 (_initialize_remote): Add "set remote step-over-range-packet"
6946 and "set remote step-over-range-w-signal-packet" to CLI.
6947
bb19ff3b
AC
69482001-04-01 Andrew Cagney <ac131313@redhat.com>
6949
6950 Obsolete ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv* and
6951 ns32k-utek-*.
6952 * Makefile.in (ALLDEPFILES): Delete umax-xdep.c and ns32km3-nat.c.
6953 (umax-xdep.o, ns32km3-nat.o): Obsolete.
6954 * configure.tgt (ns32k-*-mach3*, ns32k-utek-sysv*, ns32k-utek-*):
6955 Obsolete.
6956 * configure.host (ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv*):
6957 Obsolete.
6958 * config/ns32k/merlin.mh: Obsolete.
6959 * config/ns32k/merlin.mt: Obsolete.
6960 * config/ns32k/xm-merlin.h: Obsolete.
6961 * config/ns32k/tm-merlin.h: Obsolete.
6962 * config/ns32k/nm-umax.h: Obsolete.
6963 * config/ns32k/umax.mh: Obsolete.
6964 * config/ns32k/umax.mt: Obsolete.
6965 * config/ns32k/xm-umax.h: Obsolete.
6966 * umax-xdep.c: Obsolete.
6967 * config/ns32k/ns32km3.mh: Obsolete.
6968 * config/ns32k/ns32km3.mt: Obsolete.
6969 * config/ns32k/tm-ns32km3.h: Obsolete.
6970 * config/ns32k/xm-ns32km3.h: Obsolete.
6971 * ns32km3-nat.c: Obsolete.
6972 * ns32k-tdep.c (merlin_skip_prologue): Obsolete.
6973 (merlin_frame_num_args): Ditto.
6974 * NEWS: Update.
6975 * TODO: Update.
6976
d6259d75
EZ
69772001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
6978
6979 * config/djgpp/fnchange.lst: Tweak due to
6980 expect/example/chesslib.c.
6981
971ff545
KB
69822001-04-02 Kevin Buettner <kevinb@redhat.com>
6983
6984 * m88k-tdep.c (examine_prologue): Change type of ``insn'' from
6985 unsigned int to unsigned long. Also, fix format string.
6986 (pop_frame): Fix PC_IN_CALL_DUMMY() call so that it doesn't
6987 use an undeclared variable. Also, delete declaration and
6988 initialization of ``fp'' because it is otherwise unused.
6989 * remote-bug.c (sleep): Delete declaration.
6990 (bug_store_register, bug_write_memory, bug_read_memory)
6991 (bug_insert_breakpoint, bug_remove_breakpoint): Fix sprintf()
6992 format statements and cast certain sprintf() arguments to
6993 eliminate warnings.
6994 (bug_load): Likewise for call to printf_filtered().
6995 * config/m88k/tm-m88k.h (FIX_CALL_DUMMY): Eliminate
6996 assignment to ``pc''. The necessary assignment is done in
6997 hand_function_call() after the invocation of FIX_CALL_DUMMY().
6998
4e4f46a1
DB
69992001-03-20 Daniel Berlin <dberlin@redhat.com>
7000
7001 * symtab.c (completion_list_add_name): Remove duplicate string checks,
7002 readline already does this, and it's much faster at it, too.
7003
ba8629a9
EZ
70042001-04-01 Eli Zaretskii <eliz@is.elta.co.il>
7005
7006 * go32-nat.c: Minor tweaks, to pacify the ari script.
7007
7bf0983e
MK
70082001-04-01 Mark Kettenis <kettenis@gnu.org>
7009
f7af9647
MK
7010 * i386-tdep.c (i386_extract_struct_value_address): New function.
7011 * config/i386/tm-i386.h (EXTRACT_STRUCT_VALUE_ADDRESS): Redefine
7012 in terms of i386_extract_struct_value_address.
7013 (i386_extract_struct_value_address): New prototype.
7014
7bf0983e
MK
7015 * i386-linux-nat.c (i386_linux_dr_get): Change type of return
7016 value to `unsigned long'. Change type of `value' to `unsigned
7017 long'.
7018 (i386_linux_dr_set): Change type of second argument to `unsigned
7019 long'.
7020 (i386_linux_dr_set_control): Change type of first argument to
7021 `unsigned long'.
7022 (i386_linux_dr_get_status): Change type of return value to
7023 unsigned long.
7024 * config/i386/nm-linux.h (i386_linux_dr_set_control,
7025 i386_linux_dr_get_status): Adjust prototypes accordingly.
7026
6e4862ff
KB
70272001-03-31 Kevin Buettner <kevinb@redhat.com>
7028
7029 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Change
7030 TRAP_HWBKPT constant to match that in the kernel headers for
7031 Linux/IA-64.
521f1f96 7032
1e8d0a7b
MK
70332001-03-31 Mark Kettenis <kettenis@gnu.org>
7034
0afdd437
MK
7035 * i386bsd-nat.c: Include "gdb_assert.h".
7036 [HAVE_PT_GETDBREGS] (DBREG_DRX): Define if not
7037 already defined.
7038 [HAVE_PT_GETDBREGS] (i386bsd_dr_set, i386bsd_dr_set_control,
7039 i386bsd_dr_set_addr, i386bsd_dr_reset_addr,
7040 i386bsd_dr_get_status): New functions.
7041 * config/i386/nm-fbsd.h [HAVE_PT_GETDBREGS]
7042 (I386_USE_GENERIC_WATCHPOINTS): Define.
7043 Include "i386/nm-i386.h".
7044 (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
7045 I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
7046 (i386bsd_dr_set_control, i386bsd_dr_set_addr,
7047 i386bsd_dr_reset_addr, i386bsd_dr_get_status): New prototypes.
7048 * acconfig.h (HAVE_PT_GETDBREGS): New configure macro.
7049 * configure.in: Cleanup a few comments. Check for PT_GETDBREGS
7050 ptrace request.
7051 * config.in, configure: Regenerate.
7052
4bcc3944
MK
7053 * i386-nat.c (i386_insert_aligned_watchpoint): Set address
7054 register before enabling it by setting the control register.
7055 (i386_remove_aligned_watchpoint): Reset address register after
7056 disabling it by setting the control register.
7057
1e8d0a7b
MK
7058 * i386-tdep.c (i386_extract_return_value): If the type of the
7059 return value is TYPE_STRUCT and the number of fields is one, call
7060 ourselves with TYPE set tp the type of the first field.
7061 (i386_store_return_value): Likewise.
7062 This fixes a problem with returning structs consisting of a single
7063 `float' or `double' on *BSD.
7064
95a85621
MK
70652001-03-30 Mark Kettenis <kettenis@gnu.org>
7066
40564aca
MK
7067 * lin-lwp.c (lin_lwp_resume): Don't mark LWP as not stopped until
7068 we're absolutely sure we're going to resume it.
7069
95a85621
MK
7070 * thread-db.c (check_event): Don't report an error if we encounter
7071 a thread creation event for a thread that's already in the thread
7072 list, since that may legitemately happen. Instead only call
7073 attach_thread if it's not already in the thread list.
7074
2e94c453
AC
70752001-03-28 Andrew Cagney <ac131313@redhat.com>
7076
7077 * config/pa/xm-hppah.h (malloc): Really delete declaration
7078 (MALLOC_INCOMPATIBLE): Really delete macro.
7079 * cli/cli-cmds.c (apropos_command): Use xcalloc.
7080
93d56215
AC
70812001-03-28 Andrew Cagney <ac131313@redhat.com>
7082
7083 * configure.in (build_warnings): Add -Wuninitialized.
7084 * configure: Regenerate.
7085
7086 * v850-tdep.c (v850_scan_prologue): Initialize ``insn2''.
7087 * sparc-tdep.c (sparc64_push_arguments): Add default case to
7088 switch.
7089 * sh-tdep.c (sh_do_fp_register): Replace ``?:'' printf format
7090 expression with if statement.
7091 * mn10200-tdep.c (mn10200_analyze_prologue): Initialize
7092 ``stack_size''.
7093 * mips-tdep.c (show_mipsfpu_command): Add default case to switch.
7094 (mips_dump_tdep): Fix setting of ef_mips_arch.
7095 * mcore-tdep.c (mcore_analyze_prologue): Initialize ``fp_regnum''.
7096 * dsrec.c (make_srec): Always initialize ``binbuf''.
7097 * monitor.c (monitor_read_memory_single): Do not pass an
7098 uninitialized buffer to monitor_error. Make ``i'' more local.
7099
381bab78
AC
71002001-03-28 Andrew Cagney <ac131313@redhat.com>
7101
7102 * MAINTAINERS: Change ns32k target to ,-Werror.
7103
7104 * ns32k-tdep.c: Include "gdbcore.h"
7105 (flip_bytes): Change first argument to void*. Add forward
7106 declaration.
7107 (sign_extend): Add declaration.
7108 (merlin_frame_num_args): Add final else clause to if-else chain.
7109 (umax_frame_num_args): Ditto.
7110 * config/ns32k/tm-umax.h (ns32k_localcount): Declare.
7111 (flip_bytes): Ditto.
7112
b9511b9a
MK
71132001-03-28 Mark Kettenis <kettenis@gnu.org>
7114
b05f2432
MK
7115 * i386-linux-tdep.c (FRAMELESS_SIGNAL): Moved here from
7116 config/i386/nm-linux.h (including comment).
7117 (i386_linux_frame_chain): New function implementing guts of the
7118 former FRAME_CHAIN macro, but using read_memory_unsigned_integer
7119 instead of read_memory_integer.
7120 (i386_linux_frame_saved_pc): Removed doc pointing to
7121 i386/tm-linux.h for an explanation of FRAMELESS_SIGNAL since that
7122 now lives in this file.
7123 * config/i386/tm-linux.h (FRAMELESS_SIGNAL): Moved to
7124 i386-linux-tdep.c (including comment).
7125 (FRAME_CHAIN): Redefined in terms of i386_linux_frame_chain.
7126 (i386_linux_frame_chain): New prototype.
7127
0eebe06a
MK
7128 * gdbserver/low-linux.c [I386_GNULINUX_TARGET]: Cleanup code and
7129 make it work again.
7130 (NUM_FREGS): Redefine to 0.
7131 (NUM_REGS): Redefine as NUM_GREGS.
7132 (i386_register_byte, i386_register_raw_size): Update from
7133 i386-tdep.c. Add comment about their origin.
7134 (regmap, register_u_addr): Take these from i386-linux-nat.c.
7135 (i386_register_u_addr): Removed.
7136
b9511b9a
MK
7137 * i386-linux-nat.c (i386_linux_dr_get): Return 0 if ptrace call
7138 fails instead of calling perror_with_name. This should fix
7139 debugging remote i386 targets with a native Linux/x86 GDB. Add
7140 FIXME for this hack.
7141
3172dc30
C
71422001-03-19 J.T. Conklin <jtc@redback.com>
7143
7144 * arch-utils.c (#include "gdbthread.h"): Removed.
7145 (#include "symfile.h"): Removed.
7146 (XMALLOC): Removed unused macro.
7147 * breakpoint.c (tbreak_command): Removed local declaration.
7148 (awatch_command, do_enable_breakpoint, set_breakpoint_count):
7149 Remove duplicate declarations.
7150 (bpstat_should_step, bpstat_have_active_hw_watchpoints)
7151 (remove_solib_event_breakpoints): Fix indentation botch.
7152 * c-typeprint.c (#include "command.h"): Removed.
7153 (#include "gdbcmd.h"): Removed.
7154 * ch-exp.c (ch_terminal_match_float_literal, parse_expr)
7155 (parse_primval, parse_untyped_expr, parse_opt_untyped_expr):
7156 Removed duplicate declarations.
7157 * ch-typeprint.c (#include "command.h"): Removed.
7158 (#include "gdbcmd.h"): Removed.
7159 * corefile.c (#include "frame.h"): Removed
7160 (#include "symfile.h"): Removed.
7161 (#include "language.h"): Removed.
7162 * dbxread.c (#include "command.h"): Removed.
7163 * environ.c (#include "gdbcore.h"): Removed.
7164 * event-loop.c (#include "top.h"): Removed.
7165 * f-typeprint.c (#include "command.h"): Removed.
7166 (#include "gdbcmd.h"): Removed.
7167 (#include "language.h"): Removed.
7168 (#include "typeprint.h"): Removed.
7169 (#include "frame.h"): Removed.
7170 * gdbtypes.h (print_type_scalar): Removed declaration.
7171 * infcmd.c (#include "completer.h"): Removed.
7172 * language.c (#include "frame.h"): Removed.
7173 * m2-typeprint.c (#include "command.h"): Removed.
7174 (#include "gdbcmd.h"): Removed.
7175 (#include "language.h"): Removed.
7176 * m2-valprint.c (#include "valprint.h"): Removed.
7177 * p-typeprint.c (#include "command.h"): Removed.
7178 (#include "gdbcmd.h"): Removed.
7179 * p-valprint.c (#include "typeprint.h"): Removed.
7180 * parse.c (#include "linespec.h"): Removed.
7181 * regcache.c (#include "frame.h"): Removed.
7182 * remote.c (#include "frame.h"): Removed.
7183 (getpkt_sane): Make static.
7184 * source.c (#include "completer.h"): Removed.
7185 * stack.c (#include "symfile.h"): Removed.
7186 (#include "objfiles.h"): Removed.
7187 * symfile.c (#include "completer.h"): Removed.
7188 * tracepoint.c (#include "completer.h"): Removed.
7189 * values.c (#include "frame.h"): Removed.
7190 * varobj.c (#include "valprint.h"): Removed.
7191 * wrapper.c (#include "frame.h"): Removed.
7192
7193 * memattr.c (create_mem_region): Removed unused variable.
7194 * remote-nrom.c: Removed spurious semicolon after init_nrom_ops.
7195
397b41ad
NC
71962001-03-27 Nick Clifton <nickc@redhat.com>
7197
7198 * remote-rdp.c (rdp_set_command_line): Add missing double quote.
7199
ed817e68
KB
72002001-03-27 Kevin Buettner <kevinb@redhat.com>
7201
7202 * solib-aix5.c (build_so_lib_from_mapfile): Use xfree() instead
7203 of free().
7204
b75e0a6b
EZ
72052001-03-27 Eli Zaretskii <eliz@is.elta.co.il>
7206
7207 * TODO (Cleanups): Remove the item about converting docs to GFDL.
7208
2fc3ac7e
KB
72092001-03-26 Kevin Buettner <kevinb@redhat.com>
7210
7211 * ia64-tdep.c (slotN_contents, replace_slotN_contents): Change
7212 type of ``bundle'' from unsigned char * to char *.
7213 (ia64_get_saved_register): Use alloca() to allocate register
7214 buffers.
7215
224d8953
KB
7216 * solib-aix5.c (build_so_lib_from_mapfile): Fix xasprintf() usage.
7217
37de36c6
KB
72182001-03-26 Kevin Buettner <kevinb@redhat.com>
7219
7220 * proc-utils.h (procfs_ctl_t): New typedef.
7221 * proc-api.c (write_with_trace): Change type of ``opcode'' from
7222 long to procfs_ctl_t. Don't assume that the target has defined
7223 BREAKPOINT. Handle case in which PCRESET is the same as PCUNSET.
7224 * proc-events.c (sys/syscall.h, sys/fault.h): Include conditionally.
7225 * procfs.c (sys/fault.h, sys/syscall.h): Include conditionally.
7226 (gdb_sigset_t, gdb_sigaction_t, gdb_siginfo_t, gdb_premptysysset)
7227 (gdb_praddsysset, gdb_prdelsysset, gdb_pr_issyssetmember):
7228 Conditionally define as appropriate for AIX/non-AIX systems. Use
7229 these defines/typedefs as appropriate elsewhere in file.
7230 (struct procinfo): Change type of saved_sigset and saved_sighold
7231 from sigset_t to gdb_sigset_t. Make saved_exitset and
7232 saved_entryset pointer variables. Add two new fields, num_syscalls
7233 and syscall_names.
7234 (DYNAMIC_SYSCALLS): Define when HAVE_PRSYSENT_T is defined.
7235 (sysset_t_size, sysset_t_alloc): New functions.
7236 (load_syscalls, free_syscalls, find_syscall): New functions for
7237 platforms which define DYNAMIC_SYSCALLS.
7238 (create_procinfo): Call load_syscalls.
7239 (destroy_one_procinfo): Call free_syscalls.
7240 (GDBRESET): Don't define twice.
7241 (proc_modify_flag): Change type of operation code array `arg'
7242 from long to procfs_ctl_t.
7243 (proc_stop_process, proc_wait_for_stop, proc_run_process)
7244 (proc_set_traced_signals, proc_set_traced_faults)
7245 (proc_set_traced_sysentry, proc_set_traced_sysexit)
7246 (proc_set_held_signals, proc_clear_current_fault)
7247 (proc_set_current_signal, proc_clear_current_signal, proc_set_gregs)
7248 (proc_set_fpregs, proc_kill, proc_set_watchpoint): Likewise for `cmd'.
7249 (proc_set_traced_sysentry): Dynamically allocate variable sized
7250 struct gdb_proc_ctl_pcsentry. Also, free it at function exit.
7251 (proc_set_traced_sysexit): Dynamically allocate variable
7252 sized struct gdb_proc_ctl_pcsexit. Also, free it at
7253 function exit.
7254 (proc_get_traced_sysentry, proc_get_traced_sysexit): Add new code
7255 for reading the sysset_t struct on AIX5.
7256 (procfs_debug_inferior): Don't assume that SYS_exit will be
7257 defined. Add new code for finding certain syscalls on AIX5.
7258 (syscall_is_lwp_exit, syscall_is_exit, syscall_is_exec)
7259 (syscall_is_lwp_create): New functions.
7260 (procfs_wait): Restructured code which checks for certain
7261 system calls to use the new syscall_is_... functions.
7262 (procfs_notice_signals): Account for the fact that saved_entryset
7263 and saved_exitset in struct procinfo are now pointers.
7264
25d53da1
KB
72652001-03-26 Kevin Buettner <kevinb@redhat.com>
7266
7267 * symtab.c (find_pc_sect_line): Revise method used for finding
7268 the ending pc.
7269
50e27f84
MK
72702001-03-26 Mark Kettenis <kettenis@gnu.org>
7271
7272 * i386-linux-tdep.c (i386_linux_sigtramp_saved_pc,
7273 i386_linux_sigtramp_saved_sp): Make static.
7274 (i386_linux_frame_saved_pc): New function based on the old
7275 FRAME_SAVED_PC macro, but use read_memory_unsigned_integer instead
7276 of read_memory_integer.
7277 * config/i386/tm-linux.h (sigtramp_saved_pc): Remove definition.
7278 (i386_linux_sigtramp_saved_pc): Remove prototype.
7279 (FRAME_SAVED_PC): Redefine in terms of i386_linux_frame_saved_pc.
7280 (i386_linux_frame_saved_pc): New prototype.
7281
1a5cef06
AC
72822001-03-26 Andrew Cagney <ac131313@redhat.com>
7283
7284 * MAINTAINERS: Document m88k as a ``Known problem in 5.1''.
7285 * TODO (GDB 5.1 - Cleanups): Update.
7286
af802127
AC
72872001-03-26 Andrew Cagney <ac131313@redhat.com>
7288
7289 * fork-child.c (clone_and_follow_inferior): Delete #ifdef
7290 HAVE_VFORK.
7291
22f8ba57
MK
72922001-03-26 Mark Kettenis <kettenis@gnu.org>
7293
5b31405b
MK
7294 * config/i386/tm-symmetry.h (PUSH_ARGUMENTS): #undef.
7295
22f8ba57
MK
7296 * i386-tdep.c (i386_push_arguments, i386_store_struct_return): New
7297 functions.
7298 * config/i386/tm-i386.h (PUSH_ARGUMENTS): New macro.
7299 (STORE_STRUCT_RETURN): Redefine in terms of
7300 i386_store_struct_return.
7301 (i386_push_arguments, i386_store_struct_return): New prototypes.
7302 * config/i386/tm-i386v.h (STORE_STRUCT_RETURN): Remove. It's
7303 definition was identical to the definition in "i386/tm-i386.h" so
7304 the new definition should suffice too.
7305
49baf819 73062001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
4d277981 7307
b78a4f26
EZ
7308 * event-loop.c (toplevel) [!HAVE_POLL] [NO_FD_SET]: Remove unused
7309 definitions for SELECT, NBBY, FD_SETSIZE, NFDBITS, and MASK_SIZE.
7310
4d277981
EZ
7311 * config/djgpp/djconfig.sh: Add copyright notice.
7312
7313 * ser-go32.c (rawclock): Remove prototype; include time.h instead.
7314 (ISR, dos_hookirq, isr_t): Convert K&R definition to ANSI C.
7315 (top level) <string.h>: Include gdb_string.h instead.
7316 (dos_noop, dos_raw, dos_noflush_set_tty_state)
7317 (dos_print_tty_state, dos_info): Remove ATTRIBUTE_UNUSED.
7318
7319 * go32-nat.c (go32_create_inferior): Move the declaration of
7320 `environ' to here from the top level.
7321 (top level) <_initialize_go32_nat>: Remove redundant prototype.
7322 <gdb_string.h>: Include it instead of string.h.
7323 (store_register): Call register_buffer instead of accessing
7324 registers[] directly.
7325 (redir_cmdline_delete, redir_cmdline_parse, redir_to_debugger)
7326 (redir_to_debugger, redir_debug_init) [__DJGPP_MINOR__ < 3]: Put
7327 the function names at the start of the line.
7328 (go32_set_dr): Throw internal_error if the argument is not a valid
7329 debug register number.
7330 (go32_open, go32_close, go32_attach, go32_detach, go32_resume)
7331 (go32_wait, go32_xfer_memory, go32_files_info)
7332 (go32_terminal_info): Remove ATTRIBUTE_UNUSED.
7333
8f3ee2ae
JB
73342001-03-25 Jim Blandy <jimb@redhat.com>
7335
7336 * mips-tdep.c (mips_gdbarch_init): Tweak indentation.
7337
6ec4c4bd
EZ
73382001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7339
7340 From Andrew Cagney <ac131313@redhat.com>
7341
7342 * coffread.c: Include "gdb_assert.h".
7343 (coff_symtab_read): Cast the integer s_sclass to a long before
7344 casting it to a pointer.
7345
b9179dbc
EZ
73462001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7347
7348 From Andrew Cagney <ac131313@redhat.com>
7349
7350 * coffread.c (coff_symtab_read): Initialize
7351 ``fcn_first_line_addr''. Check that the ``.bf'' always preceeds
7352 the ``.ef'' info.
7353 * dbxread.c (find_text_range): Initialize ``start'' and ``end''.
7354
64c4637f
AC
73552001-03-23 Andrew Cagney <ac131313@redhat.com>
7356
7357 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade to
7358 GDB_MULTI_ARCH_PARTIAL from two. SOFTWARE_SINGLE_STEP is not
7359 multi-arch.
7360
7361 * gdbarch.sh (SOFTWARE_SINGLE_STEP): Add.
7362 * gdbarch.h, gdbarch.c: Re-generate.
7363
7364 * target.h (SOFTWARE_SINGLE_STEP_P)
7365 (SOFTWARE_SINGLE_STEP): Delete macro definitions.
7366
61a0eb5b
AC
73672001-03-23 Andrew Cagney <ac131313@redhat.com>
7368
7369 * gdbarch.sh (gdbarch_register_read, gdbarch_register_write): Add.
7370 * gdbarch.h, gdbarch.c: Regenerate.
7371
7372 * regcache.h (regcache_read, regcache_write): Declare.
7373 (registers, register_valid, register_buffer): Add note that these
7374 interfaces are deprecated.
7375
7376 * regcache.c: Include "gdb_assert.h".
7377 (legacy_write_register_gen): Rename write_register_gen.
7378 (legacy_read_register_gen): Rename read_register_gen.
7379 (regcache_read, regcache_write): New function.
7380 (read_register_gen, write_register_gen): New function.
7381 (write_register): Simplify. Use write_register_gen.
7382 (read_register): Ditto using read_register_gen.
7383 (read_signed_register): Ditto.
7384 (read_register_bytes): Ditto!!!!
7385 (supply_register): Add note that CLEANUP_REGISTER_VALUE is being
7386 replaced by gdbarch_register_read.
7387
7388 * TODO (GDB 5.2 - Cleanups): Add list of gdbarch methods to
7389 deprecate.
7390
c2bd2ed9
JB
73912001-03-23 Jim Blandy <jimb@redhat.com>
7392
f34754ee
JB
7393 Fix from Dan Berlin:
7394
c2bd2ed9
JB
7395 * stabsread.c (read_cpp_abbrev): Properly construct the names of
7396 virtual function table pointer fields.
7397
c0e61796
AC
73982001-03-19 Andrew Cagney <ac131313@redhat.com>
7399
7400 * defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree, xmmalloc,
7401 xmrealloc): Move existing declarations to the one place and
7402 re-order to be consistent.
7403 (xmcalloc, xmfree): Declare.
7404 (xmmalloc, xmrealoc): Assume ISO-C - use size_t and void* in
7405 declaration.
7406
7407 * utils.c (size_t): Delete #ifdef defining size_t.
7408 (mmalloc, mrealloc, mcalloc, mfree): Re-order.
7409 (mmalloc, mrealloc, mcalloc): Document as only calls in GDB
7410 corresponding malloc, realloc, calloc.
7411 (mfree): Call free directly.
7412 (xmmalloc, xmrealloc): Clean up. Assume ISO-C.
7413 (xmcalloc, xmfree): New functions. Copy old xcalloc and xfree
7414 function bodies to here.
7415 (xcalloc, xfree): Call xmcalloc and xmfree respectfully.
7416
c65ecaf3
AC
74172001-03-23 Andrew Cagney <ac131313@redhat.com>
7418
7419 * fork-child.c (fork_inferior): Make ``argv'', ``exec_file'' and
7420 ``shell_file'' static locals.
7421
7422 * jv-lang.c (java_link_class_type): Initialize ``field'' and
7423 ``method''.
7424
7425 * jv-valprint.c (java_value_print): Initialize ``next_element''.
7426
207e433e
MK
74272001-03-23 Mark Kettenis <kettenis@gnu.org>
7428
7429 * config/i386/nm-i386.h: Fix formatting and change reference to
7430 i386-tdep.c to i386-nat.c.
7431
6c5cfe5b
DS
74322001-03-23 David Smith <dsmith@redhat.com>
7433
7434 * configure.in: Corrected spelling errors.
7435 * configure: Regenerated.
7436
5300940c
AC
74372001-03-22 Andrew Cagney <ac131313@redhat.com>
7438
7439 * TODO (GDB 5.1 - Cleanups): Add more targets to obsolete.
7440
17e78a56
AC
74412001-03-22 Andrew Cagney <ac131313@redhat.com>
7442
7443 * Makefile.in (NTSSTART): Delete.
7444 (NTSOBS): Delete.
7445 (kdb): Delete target.
7446 * kdb-start.c, stuff.c: Mark as obsolete.
7447 * NEWS: Update.
7448
41899c04
AC
74492001-03-22 Andrew Cagney <ac131313@redhat.com>
7450
7451 * config/pa/xm-hppah.h (HPPA_COMPILER_BUG): Delete. GDB only
7452 compiles using an ISO-C compiler.
7453 (MALLOC_INCOMPATIBLE): Ditto.
7454 * linespec.c (decode_line_1): Delete hack to work around
7455 HPPA_COMPILER_BUG.
7456
88665544
AC
74572001-03-22 Andrew Cagney <ac131313@redhat.com>
7458
7459 * exec.c (xfer_memory): Always initialize section.
7460 * infrun.c (normal_stop): Always initialize source_flag.
7461
a2061976
AC
74622001-03-22 Andrew Cagney <ac131313@redhat.com>
7463
7464 * TODO (Remote Protocol Support): Review. Add notes about ``!'',
7465 non-use of a continue address and typical use of ``q'' packet.
7466
e24d4c64
EZ
74672001-03-22 Eli Zaretskii <eliz@is.elta.co.il>
7468
7469 Make DJGPP use the new unified support for hardware
7470 breakpoints and watchpoints on x86 targets:
7471
7472 * config/i386/nm-go32.h <top level>: Don't include nm-i386v.h,
7473 include nm-i386.h instead.
7474 (TARGET_HAS_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT)
7475 (TARGET_CAN_USE_HARDWARE_WATCHPOINT, STOPPED_BY_WATCHPOINT)
7476 (TARGET_REGION_OK_FOR_HW_WATCHPOINT, DECR_PC_AFTER_HW_BREAK)
7477 (target_stopped_data_address, target_insert_watchpoint)
7478 (target_remove_watchpoint, target_insert_hw_breakpoint)
7479 (target_remove_hw_breakpoint): Don't define.
7480 (I386_USE_GENERIC_WATCHPOINTS, I386_DR_LOW_SET_CONTROL)
7481 (I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR)
7482 (I386_DR_LOW_GET_STATUS): Define to call appropriate go32_*
7483 functions from go32-nat.c.
7484
7485 * config/i386/go32.mh (NATDEPFILES): Add i386-nat.o.
7486
7487 * go32-nat.c <top level>: Remove prototypes for watchpoint-
7488 related functions. Remove definitions of watchpoint-related
7489 macros.
7490 (go32_mourn_inferior): Call i386_cleanup_dregs instead of the
7491 private cleanup_dregs function.
7492 (cleanup_dregs, go32_insert_watchpoint)
7493 (go32_insert_aligned_watchpoint, go32_handle_nonaligned_watchpoint)
7494 (go32_remove_watchpoint, go32_remove_aligned_watchpoint)
7495 (go32_region_ok_for_watchpoint, go32_stopped_by_watchpoint)
7496 (go32_remove_hw_breakpoint, go32_insert_hw_breakpoint): Remove.
7497 (go32_set_dr, go32_set_dr7, go32_get_dr6): New functions.
7498
c26e1c2b
KB
74992001-03-21 Kevin Buettner <kevinb@redhat.com>
7500
7501 * ia64-tdep.c (fetch_instruction): Warn about slot numbers greater
7502 than two instead of generating an error.
7503
272ba48f
JB
75042001-03-21 Jim Blandy <jimb@redhat.com>
7505
7506 * cp-valprint.c: Reformat to bring into line with GNU coding
7507 standards.
7508
84346e11
MK
75092001-03-21 Mark Kettenis <kettenis@gnu.org>
7510
7511 Make Linux use the new unified support for hardware breakpoints
7512 and watchpoints on x86 targets.
7513 * i386-linux-nat.c: Doc fixes. Include "gdb_assert.h".
7514 [HAVE_SYS_DEBUGREG_H]: Include <sys/debugreg.h>.
7515 (DR_FIRSTADDR, DR_LASTADDR, DR_STATUS, DR_CONTROL): Define to
7516 appropriate value if not already defined.
7517 (register_u_addr): New function.
7518 (kernel_u_size): New function.
7519 (i386_linux_dr_get, i386_linux_dr_set): New functions.
7520 (i386_linux_dr_set_control, i386_linux_dr_set_addr,
7521 i386_linux_reset_addr, i386_linux_dr_get_status): New functions.
7522 * config/i386/nm-linux.h: Don't include "nm-i386v.h".
7523 (I386_USE_GENERIC_WATCHPOINTS): Define and include "nm-i386.h".
7524 (TARGET_HAS_HARDWARE_WATCHPOINTS,
7525 TARGET_CAN_USE_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT,
7526 STOPPED_BY_WATCHPOINT, target_insert_watchpoint,
7527 target_remove_watchpoint): Remove macros.
7528 (i386_stopped_by_watchpoint, i386_insert_watchpoint,
7529 i386_remove_watchpoint): Remove prototypes.
7530 (register_u_addr): New prototype.
7531 (REGISTER_U_ADDR): Define in terms of register_u_addr.
7532 (i386_linux_dr_set_control, i386_linux_dr_set_addr,
7533 i386_linux_reset_addr, i386_linux_dr_get_status): New prototypes.
7534 (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
7535 I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
7536 * config/i386/linux.mh (NATDEPFILES): Replace i386v-nat.o with
7537 i386-nat.o.
7538
13b57657
JB
75392001-03-21 Jim Blandy <jimb@redhat.com>
7540
f34754ee
JB
7541 Fix from Dan Berlin:
7542
13b57657
JB
7543 * linespec.c (find_methods): Whitespace differences aren't
7544 significant in *un*mangled method names. Use strcmp_iw to compare
f34754ee 7545 them, not STREQ.
13b57657 7546
eee30e78
AC
75472001-03-21 Andrew Cagney <ac131313@redhat.com>
7548
7549 * gdbarch.sh: Allow a non- multi-arch target to override a
7550 predicate.
7551 * gdbarch.h: Regenerate.
7552
b77be6cf
AC
75532001-03-21 Andrew Cagney <ac131313@redhat.com>
7554
7555 * gdbarch.sh: Avoid use of ``!''.
7556
379d08a1
AC
75572001-03-20 Andrew Cagney <ac131313@redhat.com>
7558
7559 * target.h (enum target_signal): Move definition from here.
7560 * defs.h (enum target_signal): To here.
7561
7562 * config/arc/tm-arc.h (arc_software_single_step): Change type of
7563 first parameter to enum target_signal.
7564 * config/rs6000/tm-rs6000.h (rs6000_software_single_step): Ditto.
7565 * config/sparc/tm-sparc.h (sparc_software_single_step): Ditto.
7566 * rs6000-tdep.c (rs6000_software_single_step): Update.
7567
64485362
AC
75682001-03-20 Andrew Cagney <ac131313@redhat.com>
7569
7570 * frame.h (SIZEOF_FRAME_SAVED_REGS): Report an error if macro
7571 already defined.
7572
7573 From 2000-08-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
7574 * stabsread.c (define_symbol): A parameter ('R'), a local ('r'),
7575 or a reference ('a') can be in a pseudo register.
7576 * infcmd.c (do_registers_info): Must take into account the pseudo
7577 registers to print their value.
7578 (registers_info): Likewise.
7579 * stack.c (frame_info): Likewise.
7580 * frame.h (SIZEOF_FRAME_SAVED_REGS): Save the pseudo registers.
7581
52b98211
EZ
75822001-03-21 Eli Zaretskii <eliz@is.elta.co.il>
7583
7584 Unified support for hardware breakpoints and watchpoints on
7585 x86 targets:
7586
7587 * config/i386/nm-i386.h: New file.
7588
7589 * config/i386/nm-i386.h: (i386_cleanup_dregs)
7590 (i386_insert_watchpoint, i386_remove_watchpoint)
7591 (i386_region_ok_for_watchpoint, i386_stopped_by_hwbp)
7592 (i386_stopped_data_address, i386_insert_hw_breakpoint)
7593 (i386_remove_hw_breakpoint): Declare prototypes.
7594 [I386_USE_GENERIC_WATCHPOINTS] (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
7595 Define if not already defined.
7596 (TARGET_REGION_OK_FOR_HW_WATCHPOINT, HAVE_CONTINUABLE_WATCHPOINT)
7597 (STOPPED_BY_WATCHPOINT, target_stopped_data_address)
7598 (target_insert_watchpoint, target_remove_watchpoint)
7599 (target_insert_hw_breakpoint, target_remove_hw_breakpoint): Define
7600 to call the appropriate i386_* functions.
7601
7602 * i386-nat.c: New file.
7603
7604 * i386-nat.c (I386_DR_CONTROL_MASK, I386_DR_LOCAL_ENABLE)
7605 (I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN)
7606 (I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): New macros.
7607 (dr_mirror, dr_status_mirror, dr_control_mirror, dr_ref_count)
7608 (maint_show_dr): New variables.
7609 (i386_cleanup_dregs, i386_show_dr, i386_length_and_rw_bits)
7610 (i386_insert_aligned_watchpoint, i386_remove_aligned_watchpoint)
7611 (i386_handle_nonaligned_watchpoint, i386_insert_watchpoint)
7612 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
7613 (i386_stopped_data_address, i386_stopped_by_hwbp)
7614 (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): New
7615 functions.
7616 (_initialize_i386_nat): New function.
7617 [I386_USE_GENERIC_WATCHPOINTS]: Add new maint command
7618 `show-debug-regs', sets maint_show_dr to non-zero value and
7619 activates debugging print-outs in functions which insert, remove,
7620 and test watchpoints and hardware breakpoints.
7621
7622 * Makefile.in (i386-nat.o): New target.
7623 (ALLDEPFILES): Add i386-nat.o.
7624
28e9e0f0
MK
76252001-03-21 Mark Kettenis <kettenis@gnu.org>
7626
7627 * i386-tdep.c: Add back _initialize_i386_tdep prototype with
7628 appropriate comment.
7629
e40eccb4
KB
76302001-03-20 Kevin Buettner <kevinb@redhat.com>
7631
7632 * config/alpha/alpha-linux.mh (NATDEPFILES): Use proc-service.o,
7633 thread-db.o, and lin-lwp.o for thread support instead of
7634 linux-thread.o and lin-thread.o.
7635 * config/alpha/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS)
7636 (ATTACH_LWP): Define to use the following lin-lwp.c functions...
7637 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals)
7638 (lin_lwp_attach_lwp): Declare.
7639
bea7bb93
JB
76402001-03-20 Jim Blandy <jimb@redhat.com>
7641
f34754ee
JB
7642 Fix from Dan Berlin:
7643
bea7bb93
JB
7644 * Makefile.in: Clean up dependencies on ../include/demangle.h.
7645 (demangle_h): New variable.
7646 (jv-typeprint.o, jv-valprint.o, linespec.o): Use it.
7647
b0ed3589
AC
76482001-03-20 Andrew Cagney <ac131313@redhat.com>
7649
7650 * target.h (SOFTWARE_SINGLE_STEP_P): Add empty parameter list.
7651 * breakpoint.c (bpstat_stop_status): Update.
7652 * infrun.c (handle_inferior_event): Ditto.
7653 * mips-tdep.c (mips_dump_tdep): Ditto.
7654 * infrun.c (resume): Ditto.
7655 * infptrace.c (child_resume): Ditto.
7656 * config/mips/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
7657 * config/sh/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
7658 * config/sparc/tm-sparc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
7659 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP_P): Ditto.
7660 * config/arm/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
7661 * config/arc/tm-arc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
7662 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
7663
df087c62
AC
76642001-03-20 Andrew Cagney <ac131313@redhat.com>
7665
7666 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Replace abort
7667 with internal_error.
7668
8bd1f2c6
JB
76692001-03-20 Jim Blandy <jimb@redhat.com>
7670
f34754ee
JB
7671 Fix from Dan Berlin:
7672
8bd1f2c6
JB
7673 * linespec.c (find_methods): Just call CHECK_TYPEDEF on t, rather
7674 than asking for sym_class's type; that's circuitous. Remove
7675 sym_class, since the last use of it is gone.
7676
c97fe386
EZ
76772001-03-20 Eli Zaretskii <eliz@is.elta.co.il>
7678
7679 * breakpoint.c (print_it_typical) <bp_access_watchpoint> [UI_OUT]:
7680 Correct the order of calls to ui_out_field_string and
7681 ui_out_list_begin when bs->old_val is NULL.
7682
486363b6
KB
76832001-03-19 Kevin Buettner <kevinb@redhat.com>
7684
7685 * configure.in (AC_CHECK_HEADERS): Check for existence of nlist.h.
7686 * configure: Regenerate.
7687 * config.in: Regenerate.
7688 * solib-legacy.c (nlist.h): Include if HAVE_NLIST_H is defined.
7689
087bb2e2
KB
76902001-03-19 Kevin Buettner <kevinb@redhat.com>
7691
7692 * config/i386/i386v42mp.mh (NATDEPFILES): List all files on
7693 same line to avoid problems with Unixware 7's make when building
7694 a cross debugger.
7695
3c37485b
AC
76962001-03-19 Andrew Cagney <ac131313@redhat.com>
7697
7698 * defs.h (malloc): Move declaration from here.
7699 * utils.c (malloc): To here.
7700 * config/pa/xm-hppah.h (malloc): Delete declaration.
7701
7702 * gnu-nat.c (make_proc): Use xmalloc instead of malloc.
7703 * hp-psymtab-read.c (hpread_call_pxdb): Ditto.
7704 (hpread_quick_traverse): Ditto.
7705 * infttrace.c (create_thread_info): Ditto.
7706 (kill_inferior): Ditto.
7707 * gnu-nat.c (make_inf): Ditto, and don't check return value.
7708 * procfs.c (proc_update_threads): Ditto.
7709 * valprint.c (print_decimal_chars): Ditto.
7710 * gdbtypes.c (cfront_mangle_name): Use xasprintf instead of
7711 malloc and sprintf.
7712 * remote-rdp.c (rdp_set_command_line): Ditto.
7713
0e52036f
AC
77142001-03-19 Andrew Cagney <ac131313@redhat.com>
7715
7716 * defs.h (realloc): Move declaration from here.
7717 * utils.c (realloc): To here.
7718 * config/pa/xm-hppah.h (realloc): Delete declaration.
7719 * lin-thread.c (insert_thread): Use xrealloc instead of realloc.
7720 * symfile.c (add_filename_language): Ditto.
7721 * event-loop.c (create_file_handler): Ditto.
7722
81b8eb80
AC
77232001-03-19 Andrew Cagney <ac131313@redhat.com>
7724
7725 * defs.h (free): Move declaration from here.
7726 * utils.c (free): To here.
7727 (xfree): Document as the only call to free().
7728 * config/pa/xm-hppah.h (free): Delete declaration.
7729
8cca004a
KB
77302001-03-19 Kevin Buettner <kevinb@redhat.com>
7731
7732 * config/ia64/linux.mh (NATDEPFILES): Add proc-service.o to
7733 this list.
7734
cf4eee44
AC
77352001-03-19 Andrew Cagney <ac131313@redhat.com>
7736
7737 * eval.c (evaluate_subexp): Remove #ifdef __STDC__ and ``inline''.
7738 * config/mips/xm-mips.h (offsetof): Define when !GNUC not !STDC.
7739 * cli/cli-cmds.c (init_cli_cmds): Remove #ifdef __STDC__
7740
1c5b31ef
AC
77412001-03-19 Andrew Cagney <ac131313@redhat.com>
7742
7743 * TODO: List known problems with TUI.
7744
3a0c66d4
AC
77452001-03-19 Andrew Cagney <ac131313@redhat.com>
7746
7747 * MAINTAINERS: Jimmy Guo stepped down as a maintiner (TUI,
7748 gdb.hp).
7749
ce359b09
AC
77502001-03-19 Andrew Cagney <ac131313@redhat.com>
7751
7752 * remote.c (remote_cisco_section_offsets): Do not cast result from
7753 bfd_get_section_name.
7754 (compare_sections_command): Ditto.
7755 (remote_cisco_section_offsets): Make ``p'' a const pointer.
7756 (compare_sections_command): Ditto for ``sectname''.
7757
0b3f98d3
AC
77582001-03-19 Andrew Cagney <ac131313@redhat.com>
7759
7760 From Mon Nov 20 13:59:29 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7761 * valops.c (hand_function_call): Simplify computation of the
7762 address of the pushed argument.
7763
7451d027
AC
77642001-03-17 Andrew Cagney <ac131313@redhat.com>
7765
7766 * p-exp.y (parse_number): Avoid shift overflow when ``long''.
7767 Code copied from c-exp.y.
7768
fb70ab0c
KB
77692001-03-18 Kevin Buettner <kevinb@redhat.com>
7770
7771 * acconfig.h (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
7772 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
7773 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New configure macros.
7774 * configure.in (HAVE_STRUCT_LINK_MAP32): Move this test out
7775 of the Solaris procfs testing section. Instead, group with...
7776 (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
7777 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
7778 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New <link.h> tests.
7779 * configure: Regenerate.
7780 * config.in: Regenerate.
7781
7782 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Use
7783 new configure macros to choose which (if any) code to
7784 compile in. Added code to explicitly handle *BSD systems;
7785 these systems were previously handled only through macro
7786 redefinition. Also, due to the way the autoconf tests are set
7787 up, this function will no longer return a non-zero value when
7788 GDB is configured as a cross debugger. I.e, cross debuggers
7789 will no longer be able to "accidentally" get the host system's
7790 link map offsets.
7791
8aa16b78
KB
77922001-03-18 Kevin Buettner <kevinb@redhat.com>
7793
7794 * config/i386/nbsd.mh (NATDEPFILES): List all files on the same
7795 line to avoid build problem on NetBSD 1.4.
7796
559e75c0
MC
77972001-03-17 Michael Chastain <chastain@redhat.com>
7798
7799 * win32-nat.c (child_attach): check args for NULL before passing
7800 to strtoul. This fixes PR gdb/43.
7801
fc338970
MK
78022001-03-17 Mark Kettenis <kettenis@gnu.org>
7803
7daede3b
MK
7804 * i387-nat.h: Doc Fix.
7805
fc338970
MK
7806 * i386-tdep.c: Fix formatting.
7807 (i386_get_frame_setup, i386_follow_jump, codestream_read,
7808 codestream_seek, codestream_fill, skip_trampoline_code,
7809 gdb_print_insn_i386, _initialize_i386_tdep): Remove redundant
7810 prototypoes.
7811
e3c6d36d
MK
78122001-03-17 Mark Kettenis <kettenis@gnu.org>
7813
7814 * config/i386/tm-linux.h (TARGET_ANALYZE_FLOATING): Remove. It's
7815 no longer used. Also remove associated FIXME.
7816
4a5c6a1d
AC
78172001-03-16 Andrew Cagney <ac131313@redhat.com>
7818
7819 * gdbarch.sh: Add classes ``m'' and ``M'' for pure multi-arch. Do
7820 not generate macro wrappers for multi-arch functions or
7821 predicates.
7822 (class_is_info_p, class_is_predicate_p): Update.
7823 (class_is_function_p, class_is_variable_p): Ditto.
7824 (class_is_multiarch_p): New class function.
7825
7256e1a5
C
78262001-03-16 J.T. Conklin <jtc@redback.com>
7827
7828 * config/h8300/tm-h8300.h (FRAME_ARGS_ADDRESS): Changed to use
7829 h8300_frame_args_address from frame_args_address.
7830 (FRAME_LOCALS_ADDRESS): Changed to use h8300_frame_locals_address
7831 from frame_locals_address.
7832 (PRINT_REGISTER_HOOK): Changed to use h8300_print_register_hook
7833 from print_register_hook.
7834 (h8300_frame_args_address): Declare.
7835 (h8300_frame_find_saved_regs): Declare.
7836 (h8300_frame_locals_address): Declare.
7837 (h8300_frame_saved_pc): Declare.
7838 (h8300_pop_frame): Declare.
7839 (h8300_print_register_hook): Declare.
7840 * h8300-tdep.c (h8300_frame_find_saved_regs): Removed declaration.
7841 (h8300_frame_args_address): Renamed from frame_args_address.
7842 (h8300_frame_locals_address): Renamed from frame_locals_address.
7843 (h8300_pop_frame): Renamed from pop_frame.
7844 (h8300_print_register_hook): Renamed from print_register_hook.
7845
435b259c
KB
78462001-03-16 Kevin Buettner <kevinb@redhat.com>
7847
7848 * solib-svr4.c (bfd_lookup_symbol): Change type of
7849 ``storage_needed'' from unsigned int to long in order to
7850 match return type of bfd_get_symtab_upper_bound() and
7851 bfd_get_dynamic_symtab_upper_bound().
7852 * solib-aix5.c (bfd_lookup_symbol): Likewise. Also, eliminate
7853 REASONABLE_LIMIT hack which had been added to work around this
7854 problem.
7855
80117be2
KB
78562001-03-15 Kevin Buettner <kevinb@redhat.com>
7857
7858 * solib-aix5.c (bfd_lookup_symbol, build_so_list_from_mapfile)
7859 (aix5_relocate_main_executable, aix5_clear_solib): Replace calls
7860 to free() with calls to xfree().
7861 (bfd_lookup_symbol): Eliminate use of PTR.
7862 (build_so_list_from_mapfile): Use xasprintf() instead of sprintf().
7863
77cd5909
MH
78642001-03-15 Martin Hunt <hunt@redhat.com>
7865
7866 * linespec.c (decode_line_1): Remove trailing quote
7867 when parsing double quotes.
7868
f7f5a202
KB
78692001-03-15 Kevin Buettner <kevinb@redhat.com>
7870
7871 * uw-thread.c (read_thr_debug, read_map, read_lwp, thread_iter)
7872 (libthread_stub, libthread_init): Pass NULL for the mem_attrib
7873 argument in the to_xfer_memory calls.
7874
0d35ddba
AC
78752001-03-15 Andrew Cagney <ac131313@redhat.com>
7876
7877 * MAINTAINERS: Fix typo - w65 not w64. Still doesn't build.
7878 * TODO (GDB 5.1 - Cleanups): Add status of targets being obsoleted.
7879
043780a1
AC
78802001-03-15 Andrew Cagney <ac131313@redhat.com>
7881
7882 * wince.c (child_xfer_memory): Add attrib parameter.
7883 * symm-nat.c (child_xfer_memory): Ditto.
7884 * mac-nat.c (child_xfer_memory): Ditto.
7885 * infttrace.c (child_xfer_memory): Ditto.
7886 * procfs.c (procfs_xfer_memory): Ditto.
7887 * lin-thread.c (thread_db_xfer_memory): Ditto.
7888 * gnu-nat.c (gnu_xfer_memory): Ditto.
7889
9b9c068d
AC
78902001-03-14 Andrew Cagney <ac131313@redhat.com>
7891
7892 * NEWS: Mention that Harris/CXUX m88k is obsolete.
7893
f88e2c52
AC
78942001-03-13 Andrew Cagney <ac131313@redhat.com>
7895
7896 * config/mips/tm-mips.h: Include "regcache.h" for macros refering
7897 to regcache functions.
7898 * config/m68k/tm-m68k.h: Ditto.
7899 * config/i386/tm-i386v.h: Ditto.
7900 * config/mcore/tm-mcore.h: Ditto.
7901 * config/m88k/tm-m88k.h: Ditto.
7902 * config/m68k/tm-news.h: Ditto.
7903 * config/m68k/tm-linux.h: Ditto.
7904 * config/m68k/tm-delta68.h: Ditto.
7905 * config/m68k/nm-sun3.h: Ditto.
7906 * config/m32r/tm-m32r.h: Ditto.
7907 * config/i386/tm-symmetry.h: Ditto.
7908 * config/i386/tm-sun386.h: Ditto.
7909 * config/i386/tm-i386.h: Ditto.
7910 * config/i386/nm-symmetry.h: Ditto.
7911 * config/i386/nm-sun386.h: Ditto.
7912 * config/i386/nm-ptx4.h: Ditto.
7913 * config/i386/nm-i386mach.h: Ditto.
7914 * config/h8500/tm-h8500.h: Ditto.
7915 * config/h8300/tm-h8300.h: Ditto.
7916 * config/fr30/tm-fr30.h: Ditto.
7917 * config/d30v/tm-d30v.h: Ditto.
7918 * config/arm/tm-arm.h: Ditto.
7919 * config/arc/tm-arc.h: Ditto.
7920 * config/alpha/tm-alpha.h: Ditto.
7921 * config/a29k/tm-vx29k.h: Ditto.
7922 * config/a29k/tm-a29k.h: Ditto.
7923 * config/w65/tm-w65.h: Ditto.
7924 * config/vax/tm-vax.h: Ditto.
7925 * config/v850/tm-v850.h: Ditto.
7926 * config/tic80/tm-tic80.h: Ditto.
7927 * config/sparc/tm-sparclite.h: Ditto.
7928 * config/sparc/tm-sparclet.h: Ditto.
7929 * config/sparc/tm-sparc.h: Ditto.
7930 * config/sparc/nm-sun4sol2.h: Ditto.
7931 * config/sparc/nm-sun4os4.h: Ditto.
7932 * config/sparc/nm-nbsd.h: Ditto.
7933 * config/powerpc/nm-solaris.h: Ditto.
7934 * config/pa/tm-hppao.h: Ditto.
7935 * config/pa/tm-hppa.h: Ditto.
7936 * config/pa/nm-hppab.h: Ditto.
7937 * config/ns32k/tm-umax.h: Ditto.
7938 * config/ns32k/tm-merlin.h: Ditto.
7939 * config/nm-m3.h: Ditto.
7940 * config/nm-gnu.h: Ditto.
7941
0981ead9
AC
79422001-03-14 Andrew Cagney <ac131313@redhat.com>
7943
7944 * MAINTAINERS: Update list of targets. Mark arm-* and v850-elf as
7945 broken. Mark sh-*, ia64-linux and ns32k-netbsd as buildable.
7946 Specify an m88k target. Include sample GAWK script to generate
7947 target list. Delete non-existant romp target.
7948 * TODO (GDB 5.1 - Cleanups): Update.
7949
91c1720e
KS
79502001-03-14 Keith Seitz <keiths@cygnus.com>
7951
7952 * linespec.c (decode_line_1): Skip argptr over a leading
7953 double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes.
7954
3cc122b3
KB
79552001-03-14 Kevin Buettner <kevinb@redhat.com>
7956
7957 * config/djgpp/fnchange.lst (ia64-aix-nat.c): Add entry.
7958
5bb367b1
AC
79592001-03-13 Andrew Cagney <ac131313@redhat.com>
7960
7961 * ui-out.h: Remove #if __STDC__, assume an ISO-C compiler.
7962 * m3-nat.c: Ditto.
7963 * p-lang.h: Ditto.
7964 * printcmd.c (printf_command): Ditto.
7965 * ch-exp.c (match_integer_literal): Ditto.
7966 * scm-tags.h: Ditto.
7967 * ser-go32.c: Ditto.
7968 * hppa-tdep.c (unwind_command): Ditto.
7969 * defs.h (volatile): Delete macro definition. Assume __STDC__.
7970 * remote-adapt.c (volatile): Ditto.
7971 * remote-eb.c (volatile): Ditto.
7972 * remote-mm.c (volatile): Ditto.
7973 * defs.h (alloca): Assume __STDC__, declare returning void *.
7974
a728f042
AC
79752001-03-08 Andrew Cagney <ac131313@redhat.com>
7976
7977 * inferior.h (ARCH_NUM_REGS): Delete definition.
7978 * stack.c (frame_info): Use NUM_REGS, not ARCH_NUM_REGS.
7979 * regcache.c (registers_changed): Ditto.
7980 (registers_fetched): Ditto.
7981 * infptrace.c (fetch_inferior_registers): Ditto.
7982 (store_inferior_registers): Ditto.
7983 * infcmd.c (do_registers_info): Ditto.
7984 (registers_info): Ditto.
7985 * i386-linux-nat.c (old_fetch_inferior_registers): Ditto.
7986 (old_store_inferior_registers): Ditto.
7987 * gdbserver/low-linux.c (register_addr): Ditto.
7988 * gdbserver/low-hppabsd.c (register_addr): Ditto.
7989 * core-aout.c: Don't include "inferior.h".
7990 (fetch_core_registers): Use NUM_REGS not ARCH_NUM_REGS.
7991 (register_addr): Ditto.
7992
f48ff60a
FN
79932001-03-13 Fernando Nasser <fnasser@redhat.com>
7994
7995 From Steven Johnson <sjohnson@neurizon.net>
7996 * cli/cli-script.c (define_command): Fix setting of post hooks.
7997
305d65ca
MK
79982001-03-13 Mark Kettenis <kettenis@gnu.org>
7999
8000 * i386-linux-tdep.c: Fix formatting and clarify comments.
8001 (i386_linux_svr4_fetch_link_map_offsets): Use NULL instead of 0
8002 where appropriate.
8003
bf62e5b4
AC
80042001-03-12 Andrew Cagney <ac131313@redhat.com>
8005
8006 * gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.
8007 (proc_update_sc): Use gdb_assert instead of assert.
8008 (proc_abort): Ditto.
8009 (inf_set_step_thread): Ditto.
8010 (gnu_wait): Ditto.
8011 (S_exception_raise_request): Ditto.
8012 (gnu_terminal_init_inferior): Ditto.
8013
21479ded
KB
80142001-03-09 Kevin Buettner <kevinb@redhat.com>
8015
8016 * Makefile.in (solib-svr4.o): Depend on solib-svr4.c, not solib.c.
8017 (solib-legacy.o): New makefile target.
8018 * solib-legacy.c: New file.
8019 * solib-svr4.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
8020 (default_svr4_fetch_link_map_offsets): Delete.
8021 (set_solib_svr4_fetch_link_map_offsets): Declare.
8022 (legacy_svr4_fetch_link_map_offsets_hook): Declare.
8023 * solib-svr4.c (elf/common.h): Include.
8024 (link.h): Only include for SunOS shared library support.
8025 (_SYSCALL32): Don't define.
8026 (SVR4_FETCH_LINK_MAP_OFFSETS): Define.
8027 (default_svr4_fetch_link_map_offsets): Made static; added forward
8028 declaration.
8029 (fetch_link_map_offsets): New static global.
8030 (legacy_svr4_fetch_link_map_offsets_hook): New global variable.
8031 (default_svr4_fetch_link_map_offsets): Rewritten. The guts
8032 of what used to be in this function now reside in
8033 legacy_svr4_fetch_link_map_offsets() in solib-legacy.c.
8034 (open_symbol_file_object): Fix declaration in SunOS section
8035 of the code.
8036 (set_solib_svr4_fetch_link_map_offsets): New extern function.
8037 (init_fetch_link_map_offsets): New static function.
8038 (_initialize_svr4_solib): Put static global fetch_link_map_offsets
8039 under multiarch control.
8040
8041 * config/alpha/alpha-linux.mt (TDEPFILES): Add solib-legacy.o to
8042 list.
8043 * config/alpha/fbsd.mh (NATDEPFILES): Likewise.
8044 * config/arm/linux.mt (TDEPFILES): Likewise.
8045 * config/i386/fbsd.mh (NATDEPFILES): Likewise.
8046 * config/i386/i386dgux.mh (NATDEPFILES): Likewise.
8047 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
8048 * config/i386/i386sco5.mh (NATDEPFILES): Likewise.
8049 * config/i386/i386sol2.mt (TDEPFILES): Likewise.
8050 * config/i386/i386v4.mh (NATDEPFILES): Likewise.
8051 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
8052 * config/i386/linux.mt (TDEPFILES): Likewise.
8053 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
8054 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8055 * config/i386/ncr3000.mt (TDEPFILES): Likewise.
8056 * config/i386/ptx4.mh (XDEPFILES): Likewise.
8057 * config/i386/sun386.mt (TDEPFILES): Likewise.
8058 * config/ia64/linux.mt (TDEPFILES): Likewise.
8059 * config/m68k/linux.mt (TDEPFILES): Likewise.
8060 * config/m68k/m68kv4.mh (NATDEPFILES): Likewise.
8061 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
8062 * config/m68k/sun2os4.mt (TDEPFILES): Likewise.
8063 * config/m68k/sun3os4.mt (TDEPFILES): Likewise.
8064 * config/m88k/delta88v4.mh (NATDEPFILES): Likewise.
8065 * config/mips/mipsv4.mh (NATDEPFILES): Likewise.
8066 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
8067 * config/powerpc/linux.mt (TDEPFILES): Likewise.
8068 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
8069 * config/powerpc/solaris.mh (NATDEPFILES): Likewise.
8070 * config/sh/linux.mt (TDEPFILES): Likewise.
8071 * config/sparc/linux.mt (TDEPFILES): Likewise.
8072 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
8073 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
8074 * config/sparc/sp64linux.mt (TDEPFILES): Likewise.
8075 * config/sparc/sun4os4.mt (TDEPFILES): Likewise.
8076 * config/sparc/sun4sol2.mh (NATDEPFILES): Likewise.
8077
d7fa9de0
KB
80782001-03-09 Kevin Buettner <kevinb@redhat.com>
8079
8080 * utils.c (xmrealloc, xcalloc): Return NULL for zero-sized requests.
8081
f8241bd1
AC
80822001-03-09 Andrew Cagney <ac131313@redhat.com>
8083
8084 * MAINTAINERS (Write After Approval): Update Philip Blundell.
8085
e6b4b0c2
KS
80862001-03-09 Keith Seitz <keiths@cygnus.com>
8087
8088 * MAINTAINERS: Add myself to write after approval list.
8089
96836138
MK
80902001-03-09 Mark Kettenis <kettenis@gnu.org>
8091
8092 * i387-tdep.c (print_i387_status_word): Fix printing of Stack
8093 fault flag. It is bit 6 of the x87 FPU status word, not bit 7.
8094
1b594327
AC
80952001-03-08 Andrew Cagney <ac131313@redhat.com>
8096
8097 * configure.host (m88*-harris-cxux*): Mark as obsolete.
8098 * configure.tgt: Ditto.
8099 * config/m88k/xm-cxux.h: Ditto.
8100 * config/m88k/tm-cxux.h: Ditto.
8101 * config/m88k/nm-cxux.h: Ditto.
8102 * config/m88k/cxux.mt: Ditto.
8103 * config/m88k/cxux.mh: Ditto.
8104
4a32a1e4
AC
81052001-03-08 Andrew Cagney <ac131313@redhat.com>
8106
8107 * Makefile.in: Delete rules for obsolete files.
8108
ec9a3449
DT
8109Thu Mar 8 15:43:40 2001 David Taylor <taylor@redhat.com>
8110
8111 * stack.c (parse_frame_specification): For one argument case,
8112 handle the situation where the argument is an integer, not an
8113 address -- arguably the most common case. This matters on
8114 targets where pointers and addresses are different.
8115
a50c34dc
AC
81162001-03-08 Andrew Cagney <ac131313@redhat.com>
8117
8118 * TODO: Revise 5.1 list. Delete PARAMS task. Add coding standard
8119 review. Clarify GNU/LINUX/sparc. Move other tasks to 5.2 or
8120 general.
8121
cfc046cf
AC
81222001-03-07 Andrew Cagney <ac131313@redhat.com>
8123
8124 * TODO (GDB 5.1 Known Problems): Document problem of building GDB
8125 with SID on Solaris 8.
8126
39424bef
MK
81272001-03-07 Mark Kettenis <kettenis@gnu.org>
8128
8129 * defs.h: Provide prototypes for floatformat_is_negative,
8130 floatformat_is_nan and floatformat_mantissa.
8131 * utils.c: Include "gdb_assert.h".
8132 (floatformat_is_negative): New function.
8133 (floatformat_is_nan): New function.
8134 (floatformat_mantissa): New function.
8135 * valprint.c: Include "floatformat.h".
8136 (print_floating): Get rid of the Linux-specific
8137 TARGET_ANALYZE_FLOATING macro and rewrite NaN detection with the
8138 help these new functions. Print NaN's in a format conforming to
8139 ISO C99.
8140
7a1bd56a
EZ
81412001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
8142
8143 * top.c (init_main): Make `set history file name' complete on file
8144 names.
8145
5565b556
C
81462001-03-06 J.T. Conklin <jtc@redback.com>
8147
21a12a30
C
8148 * Makefile.in (LINTFLAGS): Update to contain all of the macros
8149 which define include paths used when compiling.
8150
8151 * util.c (savestring, msavestring): Change type of length argument.
8152 * defs.h (savestring, msavestring): Update to match.
8153
5565b556
C
8154 * symtab.h (decode_line_1): Removed declaration.
8155
8156 * symfile.c (#include <assert.h>): Removed.
8157
8158 * arch-utils.c (#include <ctype.h>): Removed.
8159 * c-typeprint.c: Likewise.
8160 * dbxread.c: Likewise.
8161 * gdbtypes.c: Likewise.
8162 * target.c: Likewise.
8163 * os9kread.c: Likewise.
8164
8165 * c-valprint.c (#include "demangle.h"): Removed.
8166 * ch-typeprint.c: Likewise.
8167 * eval.c: Likewise.
8168 * f-typeprint.c: Likewise.
8169 * f-valprint.c: Likewise.
8170 * m2-typeprint.c: Likewise.
8171 * typeprint.c: Likewise.
8172 * p-typeprint.c: Likewise.
8173 * valarith.c: Likewise.
8174 * valprint.c: Likewise.
8175
8176 * m2-typeprint.c (#include "gdb_string.h"): Removed.
8177 * nlmread.c: Likewise.
8178
8179 * mdebugread.c (#include "gdb-stabs.h"): Removed.
8180 * minsyms.c: Likewise.
8181 * mipsread.c: Likewise.
8182 * nlmread.c: Likewise.
8183
8184 * m2-typeprint.c (#include "obstack.h"): Removed.
8185 * m2-valprint.c: Likewise.
8186
8187 * event-loop.c (#include <setjmp.h>): Removed.
8188
e8be95ae
SS
81892001-03-06 Stan Shebs <shebs@apple.com>
8190
8191 * MAINTAINERS: Remove self from specific maintenance domains
8192 (macos, gdbserver, documentation, testsuite).
8193
b6ba6518
KB
81942001-03-06 Kevin Buettner <kevinb@redhat.com>
8195
8196 * 29k-share/udi/udip2soc.c, Makefile.in, a29k-tdep.c,
8197 a68v-nat.c, abug-rom.c, aclocal.m4, alpha-nat.c, alpha-tdep.c,
8198 annotate.c, annotate.h, arc-tdep.c, arch-utils.c,
8199 arch-utils.h, arm-tdep.c, ax-gdb.c, ax-gdb.h, ax-general.c,
8200 ax.h, bcache.c, bcache.h, blockframe.c, breakpoint.c,
8201 breakpoint.h, buildsym.c, buildsym.h, c-exp.y, c-lang.c,
8202 c-lang.h, c-typeprint.c, c-valprint.c, call-cmds.h, ch-exp.c,
8203 ch-lang.c, ch-lang.h, ch-typeprint.c, ch-valprint.c,
8204 cli/cli-cmds.h, cli/cli-decode.c, cli/cli-decode.h,
8205 cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.h,
8206 cli/cli-utils.h, cli-out.c, cli-out.h, coff-solib.c,
8207 coff-solib.h, coffread.c, command.h, complaints.c,
8208 complaints.h, completer.c, completer.h,
8209 config/a29k/nm-ultra3.h, config/a29k/tm-a29k.h,
8210 config/a29k/tm-ultra3.h, config/a29k/tm-vx29k.h,
8211 config/a29k/xm-ultra3.h, config/alpha/nm-fbsd.h,
8212 config/alpha/nm-linux.h, config/alpha/nm-osf.h,
8213 config/alpha/nm-osf2.h, config/alpha/nm-osf3.h,
8214 config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h,
8215 config/alpha/xm-alphalinux.h, config/alpha/xm-alphaosf.h,
8216 config/alpha/xm-fbsd.h, config/arc/tm-arc.h,
8217 config/arm/nm-linux.h, config/arm/tm-arm.h,
8218 config/arm/tm-embed.h, config/d10v/tm-d10v.h,
8219 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
8220 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
8221 config/i386/nm-fbsd.h, config/i386/nm-gnu.h,
8222 config/i386/nm-i386bsd.h, config/i386/nm-i386mach.h,
8223 config/i386/nm-i386sco.h, config/i386/nm-i386sol2.h,
8224 config/i386/nm-i386v.h, config/i386/nm-i386v4.h,
8225 config/i386/nm-i386v42mp.h, config/i386/nm-linux.h,
8226 config/i386/nm-nbsd.h, config/i386/nm-nbsdelf.h,
8227 config/i386/nm-ptx4.h, config/i386/nm-sun386.h,
8228 config/i386/nm-symmetry.h, config/i386/tm-cygwin.h,
8229 config/i386/tm-fbsd.h, config/i386/tm-i386.h,
8230 config/i386/tm-i386aix.h, config/i386/tm-i386bsd.h,
8231 config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h,
8232 config/i386/tm-i386m3.h, config/i386/tm-i386mk.h,
8233 config/i386/tm-i386nw.h, config/i386/tm-i386os9k.h,
8234 config/i386/tm-i386sco5.h, config/i386/tm-i386sol2.h,
8235 config/i386/tm-i386v.h, config/i386/tm-i386v4.h,
8236 config/i386/tm-i386v42mp.h, config/i386/tm-linux.h,
8237 config/i386/tm-nbsd.h, config/i386/tm-ptx.h,
8238 config/i386/tm-ptx4.h, config/i386/tm-sun386.h,
8239 config/i386/tm-symmetry.h, config/i386/tm-vxworks.h,
8240 config/i386/xm-fbsd.h, config/i386/xm-i386bsd.h,
8241 config/i386/xm-i386gnu.h, config/i386/xm-i386m3.h,
8242 config/i386/xm-i386mach.h, config/i386/xm-i386mk.h,
8243 config/i386/xm-i386sco.h, config/i386/xm-i386v4.h,
8244 config/i386/xm-linux.h, config/i386/xm-nbsd.h,
8245 config/i386/xm-ptx.h, config/i386/xm-ptx4.h,
8246 config/i386/xm-sun386.h, config/i386/xm-symmetry.h,
8247 config/i960/tm-i960.h, config/i960/tm-mon960.h,
8248 config/i960/tm-nindy960.h, config/i960/tm-vx960.h,
8249 config/ia64/nm-aix.h, config/ia64/nm-linux.h,
8250 config/ia64/tm-aix.h, config/ia64/tm-ia64.h,
8251 config/ia64/tm-linux.h, config/ia64/xm-aix.h,
8252 config/ia64/xm-linux.h, config/m68k/nm-apollo68b.h,
8253 config/m68k/nm-delta68.h, config/m68k/nm-dpx2.h,
8254 config/m68k/nm-hp300bsd.h, config/m68k/nm-hp300hpux.h,
8255 config/m68k/nm-linux.h, config/m68k/nm-sun3.h,
8256 config/m68k/tm-apollo68b.h, config/m68k/tm-cisco.h,
8257 config/m68k/tm-dpx2.h, config/m68k/tm-es1800.h,
8258 config/m68k/tm-hp300bsd.h, config/m68k/tm-hp300hpux.h,
8259 config/m68k/tm-isi.h, config/m68k/tm-linux.h,
8260 config/m68k/tm-m68k.h, config/m68k/tm-m68kv4.h,
8261 config/m68k/tm-mac.h, config/m68k/tm-monitor.h,
8262 config/m68k/tm-nbsd.h, config/m68k/tm-news.h,
8263 config/m68k/tm-os68k.h, config/m68k/tm-sun3.h,
8264 config/m68k/tm-vx68.h, config/m68k/xm-3b1.h,
8265 config/m68k/xm-apollo68b.h, config/m68k/xm-dpx2.h,
8266 config/m68k/xm-hp300bsd.h, config/m68k/xm-hp300hpux.h,
8267 config/m68k/xm-linux.h, config/m68k/xm-m68kv4.h,
8268 config/m68k/xm-mpw.h, config/m68k/xm-news.h,
8269 config/m68k/xm-sun2.h, config/m68k/xm-sun3.h,
8270 config/m68k/xm-sun3os4.h, config/m88k/nm-delta88v4.h,
8271 config/m88k/tm-delta88.h, config/m88k/tm-delta88v4.h,
8272 config/m88k/tm-m88k.h, config/m88k/xm-cxux.h,
8273 config/m88k/xm-delta88.h, config/m88k/xm-delta88v4.h,
8274 config/m88k/xm-dgux.h, config/mcore/tm-mcore.h,
8275 config/mips/nm-irix3.h, config/mips/nm-irix4.h,
8276 config/mips/nm-irix5.h, config/mips/nm-mips.h,
8277 config/mips/nm-news-mips.h, config/mips/tm-bigmips.h,
8278 config/mips/tm-embed.h, config/mips/tm-embed64.h,
8279 config/mips/tm-embedl.h, config/mips/tm-embedl64.h,
8280 config/mips/tm-irix3.h, config/mips/tm-irix5.h,
8281 config/mips/tm-mips.h, config/mips/tm-mips64.h,
8282 config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h,
8283 config/mips/tm-tx39.h, config/mips/tm-tx39l.h,
8284 config/mips/tm-vr4100.h, config/mips/tm-vr4300.h,
8285 config/mips/tm-vr4300el.h, config/mips/tm-vr4xxx.h,
8286 config/mips/tm-vr4xxxel.h, config/mips/tm-vr5000.h,
8287 config/mips/tm-vr5000el.h, config/mips/xm-irix3.h,
8288 config/mips/xm-irix4.h, config/mips/xm-irix5.h,
8289 config/mips/xm-mips.h, config/mips/xm-mipsm3.h,
8290 config/mips/xm-mipsv4.h, config/mips/xm-news-mips.h,
8291 config/mips/xm-riscos.h, config/mn10200/tm-mn10200.h,
8292 config/mn10300/tm-mn10300.h, config/nm-gnu.h,
8293 config/nm-linux.h, config/nm-lynx.h, config/nm-m3.h,
8294 config/nm-sysv4.h, config/none/nm-none.h,
8295 config/none/tm-none.h, config/none/xm-none.h,
8296 config/ns32k/nm-nbsd.h, config/ns32k/nm-umax.h,
8297 config/ns32k/tm-merlin.h, config/ns32k/tm-nbsd.h,
8298 config/ns32k/tm-ns32km3.h, config/ns32k/tm-umax.h,
8299 config/ns32k/xm-merlin.h, config/ns32k/xm-ns32km3.h,
8300 config/pa/nm-hppab.h, config/pa/nm-hppah.h,
8301 config/pa/nm-hppao.h, config/pa/tm-hppa.h,
8302 config/pa/tm-hppa64.h, config/pa/tm-hppah.h,
8303 config/pa/xm-hppab.h, config/pa/xm-hppah.h,
8304 config/powerpc/nm-aix.h, config/powerpc/nm-linux.h,
8305 config/powerpc/nm-macos.h, config/powerpc/nm-nbsd.h,
8306 config/powerpc/tm-cygwin.h, config/powerpc/tm-linux.h,
8307 config/powerpc/tm-macos.h, config/powerpc/tm-ppc-aix.h,
8308 config/powerpc/tm-ppc-eabi.h, config/powerpc/tm-ppc-nw.h,
8309 config/powerpc/tm-ppcle-eabi.h, config/powerpc/tm-solaris.h,
8310 config/powerpc/xm-aix.h, config/powerpc/xm-linux.h,
8311 config/powerpc/xm-mpw.h, config/rs6000/nm-rs6000.h,
8312 config/rs6000/tm-rs6000.h, config/rs6000/tm-rs6000ly.h,
8313 config/rs6000/xm-aix4.h, config/rs6000/xm-rs6000.h,
8314 config/sh/tm-linux.h, config/sh/tm-sh.h, config/sh/tm-wince.h,
8315 config/sparc/nm-linux.h, config/sparc/nm-nbsd.h,
8316 config/sparc/nm-nbsdelf.h, config/sparc/nm-sparclynx.h,
8317 config/sparc/nm-sun4os4.h, config/sparc/nm-sun4sol2.h,
8318 config/sparc/tm-linux.h, config/sparc/tm-sp64.h,
8319 config/sparc/tm-sp64sim.h, config/sparc/tm-sparc.h,
8320 config/sparc/tm-sparclet.h, config/sparc/tm-sparclite.h,
8321 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
8322 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
8323 config/sparc/xm-sun4os4.h, config/sparc/xm-sun4sol2.h,
8324 config/tic80/tm-tic80.h, config/tm-linux.h, config/tm-lynx.h,
8325 config/tm-sysv4.h, config/v850/tm-v850.h, config/vax/tm-vax.h,
8326 config/w65/tm-w65.h, config/xm-aix4.h, config/xm-lynx.h,
8327 config/xm-mpw.h, config/xm-nbsd.h, config/xm-sysv4.h,
8328 config/z8k/tm-z8k.h, configure.in, core-aout.c, core-regset.c,
8329 core-sol2.c, corefile.c, corelow.c, cp-valprint.c,
8330 cpu32bug-rom.c, cxux-nat.c, d10v-tdep.c, d30v-tdep.c,
8331 dbug-rom.c, dbxread.c, dcache.c, dcache.h, defs.h,
8332 delta68-nat.c, demangle.c, dink32-rom.c, dpx2-nat.c, dsrec.c,
8333 dstread.c, dve3900-rom.c, dwarf2read.c, dwarfread.c,
8334 elfread.c, environ.c, environ.h, eval.c, event-loop.c,
8335 event-loop.h, event-top.c, exec.c, expprint.c, f-exp.y,
8336 f-lang.c, f-lang.h, f-typeprint.c, f-valprint.c, findvar.c,
8337 fork-child.c, fr30-tdep.c, frame.c, frame.h, gdb-events.c,
8338 gdb-events.h, gdb-events.sh, gdb-stabs.h, gdb.1, gdb_string.h,
8339 gdb_thread_db.h, gdbcmd.h, gdbcore.h, gdbserver/Makefile.in,
8340 gdbserver/gdbreplay.c, gdbserver/gdbserver.1,
8341 gdbserver/low-hppabsd.c, gdbserver/low-linux.c,
8342 gdbserver/low-lynx.c, gdbserver/low-nbsd.c,
8343 gdbserver/low-sim.c, gdbserver/low-sparc.c,
8344 gdbserver/low-sun3.c, gdbserver/remote-utils.c,
8345 gdbserver/server.c, gdbserver/server.h, gdbserver/utils.c,
8346 gdbthread.h, gdbtypes.c, gdbtypes.h, gnu-nat.c, gnu-nat.h,
8347 gnu-regex.c, gnu-regex.h, h8300-tdep.c, h8500-tdep.c,
8348 hp-psymtab-read.c, hp-symtab-read.c, hp300ux-nat.c,
8349 hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c, hpread.c,
8350 hpread.h, hpux-thread.c, i386-tdep.c, i386aix-nat.c,
8351 i386b-nat.c, i386gnu-nat.c, i386ly-tdep.c, i386m3-nat.c,
8352 i386mach-nat.c, i386nbsd-nat.c, i386nbsd-tdep.c, i386v-nat.c,
8353 i386v4-nat.c, i387-tdep.c, i960-tdep.c, infcmd.c, inferior.h,
8354 inflow.c, infptrace.c, infrun.c, inftarg.c, infttrace.c,
8355 irix4-nat.c, irix5-nat.c, isi-xdep.c, jv-exp.y, jv-lang.c,
8356 jv-lang.h, jv-typeprint.c, jv-valprint.c, kdb-start.c,
8357 kod-cisco.c, kod.c, language.c, language.h, lin-thread.c,
8358 linespec.c, linespec.h, linux-thread.c, lynx-nat.c, m2-exp.y,
8359 m2-lang.c, m2-lang.h, m2-typeprint.c, m2-valprint.c, m3-nat.c,
8360 m32r-rom.c, m32r-tdep.c, m68k-tdep.c, m68klinux-nat.c,
8361 m68knbsd-nat.c, m88k-nat.c, m88k-tdep.c, mac-nat.c,
8362 mac-xdep.c, main.c, maint.c, mcore-rom.c, mcore-tdep.c,
8363 mdebugread.c, mem-break.c, minimon.h, minsyms.c, mips-nat.c,
8364 mips-tdep.c, mipsm3-nat.c, mipsread.c, mipsv4-nat.c,
8365 mn10200-tdep.c, mn10300-tdep.c, mon960-rom.c, monitor.c,
8366 monitor.h, news-xdep.c, nindy-share/env.h, nindy-tdep.c,
8367 nlm/Makefile.in, nlmread.c, ns32k-tdep.c, ns32km3-nat.c,
8368 ns32knbsd-nat.c, objfiles.c, objfiles.h, ocd.c, ocd.h,
8369 op50-rom.c, os9kread.c, osfsolib.c, p-exp.y, pa64solib.c,
8370 pa64solib.h, parse.c, parser-defs.h, partial-stab.h,
8371 ppc-bdm.c, ppc-linux-nat.c, ppc-linux-tdep.c, ppcbug-rom.c,
8372 ppcnbsd-nat.c, printcmd.c, proc-api.c, proc-events.c,
8373 proc-flags.c, proc-utils.h, proc-why.c, procfs.c, ptx4-nat.c,
8374 rdi-share/Makefile.in, rdi-share/aclocal.m4, regcache.c,
8375 regcache.h, remote-adapt.c, remote-array.c, remote-bug.c,
8376 remote-e7000.c, remote-eb.c, remote-es.c, remote-est.c,
8377 remote-hms.c, remote-mips.c, remote-mm.c, remote-nindy.c,
8378 remote-nrom.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
8379 remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
8380 remote-utils.c, remote-utils.h, remote-vx.c, remote.c,
8381 remote.h, reply_mig_hack.awk, rom68k-rom.c, rs6000-nat.c,
8382 rs6000-tdep.c, scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h,
8383 scm-valprint.c, ser-e7kpc.c, ser-mac.c, ser-ocd.c, ser-pipe.c,
8384 ser-tcp.c, ser-unix.c, serial.c, serial.h, sh-tdep.c,
8385 sh3-rom.c, sol-thread.c, solib-aix5.c, solib-svr4.c, solib.c,
8386 solib.h, solist.h, somread.c, somsolib.c, somsolib.h,
8387 source.c, sparc-nat.c, sparc-tdep.c, sparcl-tdep.c,
8388 sparclet-rom.c, srec.h, stabsread.c, stabsread.h, stack.c,
8389 standalone.c, stop-gdb.c, stuff.c, sun3-nat.c, sun386-nat.c,
8390 symfile.c, symfile.h, symm-nat.c, symm-tdep.c, symmisc.c,
8391 symtab.c, symtab.h, target.c, target.h, terminal.h, thread.c,
8392 tic80-tdep.c, top.c, top.h, tracepoint.c, tracepoint.h,
8393 typeprint.c, ui-file.c, ui-file.h, ui-out.h, ultra3-nat.c,
8394 ultra3-xdep.c, umax-xdep.c, utils.c, v850-tdep.c, v850ice.c,
8395 valarith.c, valops.c, valprint.c, value.h, values.c, varobj.h,
8396 vax-tdep.c, version.h, vx-share/vxWorks.h, vx-share/xdr_ld.c,
8397 vx-share/xdr_ptrace.c, vx-share/xdr_ptrace.h,
8398 vx-share/xdr_rdb.c, w65-tdep.c, w89k-rom.c, win32-nat.c,
8399 wrapper.c, wrapper.h, xcoffread.c, xcoffsolib.c, xcoffsolib.h,
8400 xmodem.c, xmodem.h, z8k-tdep.c: Update/correct copyright
8401 notices.
8402
596c9d4b
KB
84032001-03-05 Kevin Buettner <kevinb@redhat.com>
8404
8405 * acconfig.h (HAVE_PRSYSENT_T, HAVE_PR_SIGSET_T,
8406 HAVE_PR_SIGACTION64_T, HAVE_PR_SIGINFO64_T): New configure
8407 macros.
8408 * configure.in (prsysent_t, pr_sigset_t, pr_sigaction64_t,
8409 pr_siginfo64_t): Test for these typedefs in <sys/procfs.h>.
8410 (sys/fault.h, sys/select.h): Test for presence of these
8411 header files.
8412 (ia64-*-aix*): Define NEW_PROC_API for this host.
8413 * configure: Regenerate.
8414 * config.in: Regenerate.
8415
8416 * configure.host (ia64-*-aix*): New host.
8417 * configure.tgt (ia64-*-aix*): New target.
8a5c92d3 8418
eccbb20d
AC
84192001-03-05 Andrew Cagney <ac131313@redhat.com>
8420
8421 * TODO (GDB 5.1 Known Problems): Document z8k as broken.
8422
9ff2efe5
CF
8423Mon Mar 5 11:56:09 2001 Christopher Faylor <cgf@cygnus.com>
8424
8425 * wince.c: Change realloc to xrealloc throughout.
61e2d1f3 8426 (handle_load_dll): Use void * rather than PTR in argument.
9ff2efe5 8427
58841d58
AC
84282001-03-04 Andrew Cagney <ac131313@redhat.com>
8429
8430 * ocd.h (ocd_xfer_memory): Add ``attrib'' parameter.
8431 * ocd.c (ocd_xfer_memory): Ditto.
8432 * ser-ocd.c (ocd_setstopbits): New function. Add to ocd_ops.
8433 * MAINTAINERS: Document powerpc-eabi and powerpcle-eabi as
8434 buildable with ,-Werror.
8435
8436 * Makefile.in (symfile_h): Define.
8437 (mcore-tdep.o): Add $(symfile_h), $(gdbcore_h) and $(inferior_h).
8438 * mcore-tdep.c: Include "symfile.h", "gdbcore.h" and "inferior.h".
8439 * MAINTAINERS: Document mcore-elf and mcore-pe as buildable with
8440 ,-Werror.
8441
8442 * dsrec.c (make_srec): Fix internal_error fmt arg.
8443 * MAINTAINERS: Document i960-coff as buildable with ,-Werror.
8444
3cad1ac9
KB
84452001-03-03 Kevin Buettner <kevinb@redhat.com>
8446
8447 * solib-aix5.c (aix5_relocate_main_executable): Don't use ANOFFSET
8448 as an lvalue.
8449
b9fa2e73
AC
84502001-03-02 Andrew Cagney <ac131313@redhat.com>
8451
130c39e6
AC
8452 * MAINTAINERS (paper trail): Update.
8453
b9fa2e73
AC
8454 * CONTRIBUTE: Update note on ``Fix PR gdb/4706'' convention.
8455
c53efe6e
AC
84562001-03-02 Andrew Cagney <ac131313@redhat.com>
8457
8458 From 2001-03-01 Tom Rix <trix@redhat.com>:
8459 * mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc''
8460 parameter to mn10200_analyze_prologue.
8461
8462 * config/mn10200/tm-mn10200.h: Include "regcache.h".
8463 * MAINTAINERS: Document that mn10200-elf target is buildable.
8464
52b5c2eb
KB
84652001-03-02 Kevin Buettner <kevinb@redhat.com>
8466
8467 * config/ia64/xm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): Move defines
8468 from here...
8469 * config/ia64/nm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): ...to here.
8470 (MONTEREY): Don't define.
8471 (AIX5): Define.
8472
2edb46b1
MH
84732001-03-02 Matt Hiller <hiller@redhat.com>
8474
8475 * config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15.
8476
92c71a3e
KB
84772001-03-02 Kevin Buettner <kevinb@redhat.com>
8478
82a2886f 8479 * sparc-nat.c (sparc-nat.c): Don't include self.
92c71a3e 8480
e2a4c6c1
C
84812001-03-01 J.T. Conklin <jtc@redback.com>
8482
3a644c8d
C
8483 * defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__
8484 if __CYGWIN32__ is set from here.
8485 * config/i386/xm-cygwin.h: To here.
8486 * config/powerpc/xm-cygwin.h: To here.
8487
e2a4c6c1
C
8488 * i386-stub.c (handle_exception): Use 'T' response packet.
8489
4b33390a
MS
84902001-03-01 Michael Snyder <msnyder@mvstp600e.cygnus.com>
8491
8492 * m32r-tdep.c: Fix cut and paste error in comment.
8493
84942001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
8495
8496 * symtab.c (print_msymbol_info): Print addresses by portable method
8497 longest_local_hex_string_custom. Allow for 64-bit addresses.
8498
ba41d549
C
84992001-03-01 J.T. Conklin <jtc@redback.com>
8500
8501 * gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration.
8502 (MAX_OF_TYPE): Wrap macro definition in parenthesis.
8503 (MIN_OF_TYPE): Likewise.
8504
8505 * memattr.h (mem_access_mode): Removed extraneous trailing comma.
8506
088d891f
AC
85072001-03-01 Andrew Cagney <ac131313@redhat.com>
8508
8509 * Makefile.in (os9kread.o): Do not compile with WERROR_CFLAGS.
8510 * os9kread.c (os9k_process_one_symbol): Add assert to detect
8511 ``loses if sizeof (char *) > sizeof (int)''.
8512
38266776
AC
85132001-03-01 Andrew Cagney <ac131313@redhat.com>
8514
8515 * gdb_assert.h: Document pragmatics behind gdb_assert's case.
8516
2ad43c4f
AC
85172001-03-01 Andrew Cagney <ac131313@redhat.com>
8518
8519 * Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency
8520 lists.
8521 (mi-main.o): Ditto.
8522
367e21d8
AC
85232001-03-01 Andrew Cagney <ac131313@redhat.com>
8524
8525 * Makefile.in (regcache_h): Define. Add $(regcache_h) to
8526 dependency lists.
8527
d85310f7
MS
85282001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
8529
c0d8fd9a
MS
8530 * printcmd.c (print_address_numeric): Update comments to refer
8531 to sizeof addr, not sizeof pointer.
8532 (x_command): Remove needless whitespace (shorten long line).
8533
d85310f7
MS
8534 * breakpoint.c (print_one_breakpoint): Formatting clean-up.
8535 (read_memory_nobpt): Ditto.
8536 (ep_is_catchpoint): Ditto.
8537 (ep_is_shlib_catchpoint): Ditto.
8538 (ep_is_exception_catchpoint): Ditto.
8539 (describe_other_breakpoints): Ditto.
8540
97900206
AC
8541Wed Feb 28 20:37:36 2001 Andrew Cagney <ac131313@redhat.com>
8542
8543 * regcache.h (register_valid): Fix comment documenting valid
8544 states.
8545
4e052eda
AC
8546Tue Feb 27 23:56:23 2001 Andrew Cagney <ac131313@redhat.com>
8547
8548 From Steven Johnson:
8549 * regcache.h: New file.
8550
8551 * value.h (read_register_bytes, read_register_gen)
8552 (write_register_gen, write_register_bytes)
8553 (read_register, read_register_pid)
8554 (read_signed_register, read_signed_register_pid)
8555 (write_register, write_register_pid)
8556 (register_cached, set_register_cached)
8557 (register_changed, register_buffer)
8558 (registers_changed, supply_register): Move declaration from here.
8559 * regcache.h: To here.
8560 * gdbcore.h (registers_fetched): Ditto.
8561 * inferior.h (registers, registers_valid): Ditto.
8562
8563 * regcache.c (generic_target_read_pc, read_pc_pid, read_pc,
8564 generic_target_write_pc, write_pc_pid, write_pc,
8565 generic_target_read_sp, read_sp, generic_target_write_sp,
8566 write_sp, generic_target_read_fp, read_fp,
8567 generic_target_write_fp, write_fp): Add note that these functions
8568 will be moved from this file.
8569
8570 * a29k-tdep.c: Include "regcache.h".
8571 * a68v-nat.c: Ditto.
8572 * abug-rom.c: Ditto.
8573 * alpha-nat.c: Ditto.
8574 * alpha-tdep.c: Ditto.
8575 * alphabsd-nat.c: Ditto.
8576 * arc-tdep.c: Ditto.
8577 * arm-linux-nat.c: Ditto.
8578 * arm-linux-tdep.c: Ditto.
8579 * arm-tdep.c: Ditto.
8580 * blockframe.c: Ditto.
8581 * core-aout.c: Ditto.
8582 * core-sol2.c: Ditto.
8583 * corelow.c: Ditto.
8584 * cpu32bug-rom.c: Ditto.
8585 * cxux-nat.c: Ditto.
8586 * d10v-tdep.c: Ditto.
8587 * d30v-tdep.c: Ditto.
8588 * dbug-rom.c: Ditto.
8589 * dink32-rom.c: Ditto.
8590 * dve3900-rom.c: Ditto.
8591 * findvar.c: Ditto.
8592 * fr30-tdep.c: Ditto.
8593 * frame.c: Ditto.
8594 * go32-nat.c: Ditto.
8595 * h8300-tdep.c: Ditto.
8596 * h8500-tdep.c: Ditto.
8597 * hp300ux-nat.c: Ditto.
8598 * hppa-tdep.c: Ditto.
8599 * hppab-nat.c: Ditto.
8600 * hppah-nat.c: Ditto.
8601 * hppam3-nat.c: Ditto.
8602 * hpux-thread.c: Ditto.
8603 * i386-linux-nat.c: Ditto.
8604 * i386-linux-tdep.c: Ditto.
8605 * i386-tdep.c: Ditto.
8606 * i386aix-nat.c: Ditto.
8607 * i386b-nat.c: Ditto.
8608 * i386bsd-nat.c: Ditto.
8609 * i386gnu-nat.c: Ditto.
8610 * i386ly-tdep.c: Ditto.
8611 * i386m3-nat.c: Ditto.
8612 * i386mach-nat.c: Ditto.
8613 * i386nbsd-nat.c: Ditto.
8614 * i386v4-nat.c: Ditto.
8615 * i387-nat.c: Ditto.
8616 * i387-tdep.c: Ditto.
8617 * i960-tdep.c: Ditto.
8618 * ia64-aix-nat.c: Ditto.
8619 * ia64-linux-nat.c: Ditto.
8620 * ia64-tdep.c: Ditto.
8621 * infptrace.c: Ditto.
8622 * infrun.c: Ditto.
8623 * irix4-nat.c: Ditto.
8624 * irix5-nat.c: Ditto.
8625 * lin-lwp.c: Ditto.
8626 * lin-thread.c: Ditto.
8627 * lynx-nat.c: Ditto.
8628 * m3-nat.c: Ditto.
8629 * m32r-rom.c: Ditto.
8630 * m32r-tdep.c: Ditto.
8631 * m68hc11-tdep.c: Ditto.
8632 * m68k-tdep.c: Ditto.
8633 * m68klinux-nat.c: Ditto.
8634 * m68knbsd-nat.c: Ditto.
8635 * m68knbsd-tdep.c: Ditto.
8636 * m88k-nat.c: Ditto.
8637 * m88k-tdep.c: Ditto.
8638 * mac-nat.c: Ditto.
8639 * mcore-rom.c: Ditto.
8640 * mcore-tdep.c: Ditto.
8641 * mi/mi-main.c: Ditto.
8642 * mips-nat.c: Ditto.
8643 * mips-tdep.c: Ditto.
8644 * mipsm3-nat.c: Ditto.
8645 * mipsv4-nat.c: Ditto.
8646 * mn10200-tdep.c: Ditto.
8647 * mn10300-tdep.c: Ditto.
8648 * monitor.c: Ditto.
8649 * ns32km3-nat.c: Ditto.
8650 * ns32knbsd-nat.c: Ditto.
8651 * ocd.c: Ditto.
8652 * pa64solib.c: Ditto.
8653 * ppc-bdm.c: Ditto.
8654 * ppc-linux-nat.c: Ditto.
8655 * ppc-linux-tdep.c: Ditto.
8656 * ppcbug-rom.c: Ditto.
8657 * ppcnbsd-nat.c: Ditto.
8658 * ptx4-nat.c: Ditto.
8659 * regcache.c: Ditto.
8660 * remote-adapt.c: Ditto.
8661 * remote-array.c: Ditto.
8662 * remote-bug.c: Ditto.
8663 * remote-e7000.c: Ditto.
8664 * remote-eb.c: Ditto.
8665 * remote-es.c: Ditto.
8666 * remote-est.c: Ditto.
8667 * remote-hms.c: Ditto.
8668 * remote-mips.c: Ditto.
8669 * remote-mm.c: Ditto.
8670 * remote-nindy.c: Ditto.
8671 * remote-os9k.c: Ditto.
8672 * remote-rdi.c: Ditto.
8673 * remote-rdp.c: Ditto.
8674 * remote-sds.c: Ditto.
8675 * remote-sim.c: Ditto.
8676 * remote-st.c: Ditto.
8677 * remote-udi.c: Ditto.
8678 * remote-utils.c: Ditto.
8679 * remote-vx.c: Ditto.
8680 * remote-vx29k.c: Ditto.
8681 * remote-vx68.c: Ditto.
8682 * remote-vx960.c: Ditto.
8683 * remote-vxmips.c: Ditto.
8684 * remote-vxsparc.c: Ditto.
8685 * remote.c: Ditto.
8686 * rom68k-rom.c: Ditto.
8687 * rs6000-nat.c: Ditto.
8688 * rs6000-tdep.c: Ditto.
8689 * sh-tdep.c: Ditto.
8690 * sh3-rom.c: Ditto.
8691 * sol-thread.c: Ditto.
8692 * solib-svr4.c: Ditto.
8693 * somsolib.c: Ditto.
8694 * sparc-nat.c: Ditto.
8695 * sparc-tdep.c: Ditto.
8696 * sparcl-tdep.c: Ditto.
8697 * sparclet-rom.c: Ditto.
8698 * sun3-nat.c: Ditto.
8699 * sun386-nat.c: Ditto.
8700 * symm-nat.c: Ditto.
8701 * target.c: Ditto.
8702 * thread-db.c: Ditto.
8703 * thread.c: Ditto.
8704 * tic80-tdep.c: Ditto.
8705 * tracepoint.c: Ditto.
8706 * ultra3-nat.c: Ditto.
8707 * umax-xdep.c: Ditto.
8708 * uw-thread.c: Ditto.
8709 * v850-tdep.c: Ditto.
8710 * v850ice.c: Ditto.
8711 * valops.c: Ditto.
8712 * w65-tdep.c: Ditto.
8713 * w89k-rom.c: Ditto.
8714 * win32-nat.c: Ditto.
8715 * wince.c: Ditto.
8716 * z8k-tdep.c: Ditto.
8717
07d48ebc
MH
87182001-02-28 Matt Hiller <hiller@redhat.com>
8719
8720 * MAINTAINERS: Add Matt Hiller to Write After Approval list.
8721
2edb46b1
MH
87222001-02-27 Matt Hiller <hiller@redhat.com>
8723
8724 * mn10300-tdep.c (mn10300_stab_reg_to_regnum): New function.
8725 (mn10300_gdbarch_init): Set appropriate elements of gdbarch to
8726 mn10300_stab_reg_to_regnum.
8727
993f3aa5
DT
8728Tue Feb 27 16:56:13 2001 David Taylor <taylor@redhat.com>
8729
8730 * symtab.c (search_symbols): Fix off by one error in test for
8731 error.
8732
86168def
AC
87332001-02-23 Andrew Cagney <ac131313@redhat.com>
8734
8735 * config/sparc/sp64linux.mt: New file.
8736 * configure.tgt: Recognize sparc64-*-linux* as a sp64linux target.
8737 * configure.host: Recognize sparc64-*-linux* as a linux host.
8738
8739 From 2000-03-17 Jakub Jelinek <jakub@redhat.com>:
8740 * config/sparc/tm-sp64linux.h: New file.
8741
e1e9e218
KB
87422001-02-24 Kevin Buettner <kevinb@redhat.com>
8743
8744 * buildsym.c (push_subfile, pop_subfile): Replace call to abort()
8745 with call to internal_error().
8746 * dbxread.c (process_one_symbol): Likewise.
8747 * exec.c (build_section_table, xfer_memory): Likewise.
8748 * h8500-tdep.c (h8500_register_size, h8500_register_virtual_type):
8749 Likewise.
8750 * hpread.c (hpread_type_translate, hpread_read_array_type)
8751 (hpread_type_lookup): Likewise.
8752 * i386-tdep.c (gdb_print_insn_i386): Likewise.
8753 * i960-tdep.c (mem): Likewise
8754 * inflow.c (set_sigio_trap, clear_sigio_trap): Likewise.
8755 * infptrace.c (child_resume): Likewise.
8756 * infttrace.c (_initialize_infttrace): Likewise.
8757 * language.c (binop_result_type, add_language): Likewise.
8758 * lynx-nat.c (store_inferior_registers): Likewise.
8759 * m3-nat.c (port_chain_insert, m3_trace_me): Likewise.
8760 * mdebugread.c (parse_partial_symbols): Likewise.
8761 * monitor.c (monitor_printf_noecho, monitor_printf)
8762 (monitor_dump_regs): Likewise.
8763 * ocd.c (stu_put_packet): Likewise.
8764 * printcmd.c (decode_format, print_scalar_formatted): Likewise.
8765 * remote-bug.c (bug_open): Likewise.
8766 * remote-e7000.c (fetch_regs_from_dump, e7000_wait): Likewise.
8767 * remote-es.c (es1800_read_bytes): Likewise.
8768 * remote-mips.c (common_breakpoint): Likewise.
8769 * remote-rdp.c (send_rdp): Likewise.
8770 * remote-sds.c (putmessage): Likewise.
8771 * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
8772 Likewise.
8773 * sparcl-tdep.c (sparclite_download): Likewise.
8774 * symtab.c (lookup_partial_symbol): Likewise.
8775 * target.c (push_target, pop_target, initialize_targets): Likewise.
8776 * utils.c (internal_verror, malloc_botch, wrap_here, decimal2str):
8777 Likewise.
8778 * valprint.c (print_decimal, print_longest, print_longest)
8779 (strcat_longest): Likewise.
8780 * w65-tdep.c (init_frame_pc, w65_push_dummy_frame): Likewise.
8781 * xmodem.c (xmodem_send_packet): Likewise.
8782 * z8k-tdep.c (init_frame_pc, z8k_push_dummy_frame): Likewise.
8783 * config/h8500/tm-h8500.h (STORE_STRUCT_RETURN): Likewise.
8784 * config/mn10200/tm-mn10200.h (EXTRACT_RETURN_VALUE)
8785 (STORE_RETURN_VALUE): Likewise.
8786 * config/ns32k/nm-umax.h (REGISTER_U_ADDR): Likewise.
8787 * config/ns32k/xm-merlin.h (REGISTER_U_ADDR): Likewise.
8788 * config/z8k/tm-z8k.h (STORE_STRUCT_RETURN, STORE_RETURN_VALUE):
8789 Likewise.
8790
17fceda3
AC
87912001-02-23 Andrew Cagney <ac131313@redhat.com>
8792
2126d5fb
AC
8793 * CONTRIBUTE: Document how to cite a problem report.
8794 * TODO: Note need to replace CONTRIBUTE with generated file.
8795
17fceda3
AC
8796 * CONTRIBUTE: Mention that patches do not need to include the
8797 generated files gdbarch.h and gdbarch.c.
8798
60edd51d
AC
87992001-02-21 Andrew Cagney <ac131313@redhat.com>
8800
8801 * value.h (get_saved_register): Move from here.
8802 * frame.h: To here.
8803
d7fa2ae2
KB
88042001-02-21 Kevin Buettner <kevinb@redhat.com>
8805
8806 * solib.h (in_svr4_dynsym_resolve_code): Delete declaration.
8807 (in_solib_dynsym_resolve_code): Add declaration.
8808 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Changed define to invoke
8809 in_solib_dynsym_resolve_code() rather than
8810 in_svr4_dynsym_resolve_code(). Also, removed the ifdefs
8811 which caused this macro to only be defined when
8812 SVR4_SHARED_LIBS is defined.
8813 * solib.c (in_solib_dynsym_resolve_code): New function.
8814 * solist.h (struct target_so_ops): Add new member
8815 in_dynsym_resolve_code.
8816 * solib-aix5.c (aix5_in_dynsym_resolve_code): Renamed from
8817 in_svr4_dynsym_resolve_code. Also, made static.
8818 (_initialize_aix5_solib): Initialize in_dynsym_resolve_code
8819 member in aix5_so_ops.
8820 * solib-svr4.c (svr4_in_dynsym_resolve_code): Renamed from
8821 in_svr4_dynsym_resolve_code. Also, added second version
8822 of this function which will be used when SVR4_SHARED_LIBS
8823 is not defined.
8824 (_initialize_svr4_solib): Initialize in_dynsym_resolve_code
8825 member in svr4_so_ops.
8826
8827 * ia64-aix-nat.c, ia64-aix-tdep.c, config/ia64/aix.mh,
8828 config/ia64/aix.mt, config/ia64/nm-aix.h, config/ia64/tm-aix.h,
8829 config/ia64/xm-aix.h: New files.
8830 * ia64-tdep.c (_initialize_ia64_tdep): Remove declaration.
8831 (ia64_aix_sigcontext_register_address): New declaration.
aacc1edd 8832 (ia64_gdbarch_init): Provide for initialization of
d7fa2ae2
KB
8833 sigcontext_register_address member of struct tdep when
8834 on target is detected to be running AIX.
8835 * config/ia64/linux.mt (TDEPFILES): Add ia64-aix-tdep.o to
8836 this list.
8837
fbad0893
KB
88382001-02-20 Kevin Buettner <kevinb@redhat.com>
8839
8840 * ia64-tdep.c (ia64_frameless_function_invocation): Implement.
8841 * config/ia64/linux.mh (NATDEPFILES): Use thread-db.o and lin-lwp.o
8842 for thread support instead of linux-thread.o and lin-thread.o.
8843 * config/ia64/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS,
8844 ATTACH_LWP): Define to use the following lin-lwp.c functions...
8845 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals,
8846 lin_lwp_attach_lwp): Declare.
8847
1adad886
AC
88482001-02-20 Andrew Cagney <ac131313@redhat.com>
8849
8850 * mips-tdep.c (do_fp_register_row, do_fp_register_row): Fix printf
8851 formatting.
8852
0579d647
KB
88532001-02-20 Kevin Buettner <kevinb@redhat.com>
8854
8855 * solib-aix5.c (solib-svr4.h): Remove include.
8856 (solib_break_names): Delete names which aren't actually
8857 used by AIX5.
8858 (bkpt_names): Remove.
8859 (aix5_relocate_main_executable, bfd_lookup_symbol): Replace calls
8860 to STREQ() with equivalent calls to strcmp().
8861 (in_svr4_dynsym_resolve_code, enable_break, bfd_lookup_symbol,
8862 aix5_solib_create_inferior_hook): Revise comments.
8863 (enable_break): Remove old ``bkpt_names'' code.
8864
d65fe839
AC
88652001-02-19 Andrew Cagney <ac131313@redhat.com>
8866
8867 * Makefile.in (SFILES): Add frame.c .
8868 (COMMON_OBS): Add frame.o .
8869 (frame.o): New target.
8870
8871 * frame.c (find_saved_register):
8872 (default_get_saved_register):
8873 (get_saved_register):
8874 (read_relative_register_raw_bytes_for_frame):
8875 (read_relative_register_raw_bytes): Moved to here.
8876 * regcache.c: From here.
8877
60cf7a85
KB
88782001-02-20 Kevin Buettner <kevinb@redhat.com>
8879
8880 * solib-aix5.c: New file.
8881
291b7e04
MH
88822001-02-20 Martin M. Hunt <hunt@redhat.com>
8883
a43ad351
MH
8884 * solib.c (info_sharedlibrary_command): Don't assume pointers
8885 are the same size of long, call longest_local_hex_string_custom().
8886
58bc91c9
MH
8887 * solib-svr4.c (LM_ADDR): LM_ADDR is a signed offset, so
8888 extract_signed_integer() should be called instead of
8889 extract_address().
8890
88912001-02-20 Martin M. Hunt <hunt@redhat.com>
8892
291b7e04
MH
8893 * MAINTAINERS: Add Martin Hunt to Write After Approval list.
8894
d02ee681
AC
88952001-02-19 Andrew Cagney <ac131313@redhat.com>
8896
8897 Frm 2001-02-09 Jim Kingdon <jkingdon@engr.sgi.com>:
8898 * mips-tdep.c (mips_register_raw_size): If FP_REGISTER_DOUBLE,
8899 then floating point registers are 8 bytes.
8900
a858089e
MS
89012001-02-19 Michael Snyder <msnyder@mvstp600e.cygnus.com>
8902
8903 * parse.c (write_exp_msymbol): Make the type CORE_ADDR, to
8904 accomodate 64-bit addresses.
8905
23cc649f
EZ
89062001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8907
8908 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>
8909 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux, not
8910 lookup_symbol, when trying to find a symbol with a mangled name,
8911 to avoid infinite recursion.
8912
0db23c95
AC
89132001-02-18 Andrew Cagney <ac131313@redhat.com>
8914
8915 * TODO (5.2): Mention G++ 3.0 ABI. General cleanups.
8916
911413e6
JL
89172001-02-19 Jonathan Larmour <jlarmour@redhat.com>
8918
8919 * arm-tdep.c (check_prologue_cache): Fix off by 1 error.
8920 (save_prologue_cache): Ditto.
8921
8d1de4b7
EZ
89222001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8923
8924 From: innadadadavida@yahoo.com:
8925 * partial-stab.h (switch): Check that pst is not null
8926 before dereferencing it.
8927
3017564a
EZ
89282001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8929
8930 From Andrew Cagney <cagney@b1.cygnus.com>:
8931 * symfile.c (add_symbol_file_command): Always initialize
8932 my_cleanup using a NULL cleanup.
8933
fa58ee11
EZ
89342001-02-19 Eli Zaretskii <eliz@is.elta.co.il>
8935
8936 * demangle.c (demangling_style_names): New variable.
8937 (_initialize_demangler): Fill demangling_style_names with the
8938 names of known demangling styles from libiberty_demanglers[]. Use
8939 add_set_enum_cmd instead of add_set_cmd, to get completion on
8940 demangling style names.
8941
8942 * proc-api.c (_initialize_proc_api): Make `procfs-file' use
8943 file-name completion.
8944
8945 * remote-rdi.c (_initialize_remote_rdi): Ditto for `rdilogfile'.
8946
8947 * solib.c (_initialize_solib): Ditto for `solib-search-path' and
8948 `solib-absolute-prefix'.
8949
8950 * tracepoint.c (_initialize_tracepoint): Ditto for
8951 `save-tracepoints'.
8952
8953 * win32-nat.c (_initialize_inftarg): Ditto for `dll-symbols'.
8954
8955 * cli/cli-cmds.c (init_cli_cmds): Make `shell' and `make' use
8956 file-name completion.
8957
8958 * infcmd.c (_initialize_infcmd): Make the following commands use
8959 the file-name completer: `tty', `args', `path', `paths', and
8960 `run'.
8961
7830cf6f
EZ
89622001-02-18 Eli Zaretskii <eliz@is.elta.co.il>
8963
89dea5aa
EZ
8964 * go32-nat.c: Include i387-nat.h.
8965 (fetch_register): New function, uses some of the guts of
8966 go32_fetch_registers and calls i387_supply_register.
8967 (go32_fetch_registers): Most of the code moved into
8968 fetch_register. Use i387_supply_fsave.
8969 (store_register): Use i387_fill_fsave instead of custom code.
8970 (go32_store_registers): Use i387_fill_fsave.
8971
8972 * Makefile.in (go32-nat.o): Depend on i387-nat.h.
8973
8974 * config/i386/go32.mh (NATDEPFILES): Add i387-nat.o.
8975
7830cf6f
EZ
8976 * completer.c (gdb_completer_file_name_break_characters): Remove
8977 slash from file-name break characters.
8978 [__MSDOS__]: Special definition for DOS/Windows file names.
8979 (line_completion_function): When completing on file names, bump
8980 `p' to the first file-name constituent character of `word', before
8981 invoking the completer.
8982
f31e928c
MK
89832001-02-17 Mark Kettenis <kettenis@gnu.org>
8984
8985 * i387-nat.c: Include "i387-nat.h". Use regnum instead of regno
8986 consistently for parameter names. Fix comments accordingly.
8987 (i387_supply_register): New function.
8988 (i387_supply_fsave): Implement using i387_supply_register.
8989 * i387-nat.h: Use regnum instead of regno consistently for
8990 parameter names. Fix comments accordingly.
8991 (i387_supply_register): New prototype.
8992
d696208f
MS
89932001-02-16 Michael Snyder <msnyder@mvstp600e.cygnus.com>
8994
8995 * remote.c (build_remote_gdbarch_data): Use new TARGET_ADDR_BIT
8996 instead of TARGET_PTR_BIT (to support Harvard architectures).
8997
971429b4
AC
89982001-02-16 Andrew Cagney <ac131313@redhat.com>
8999
9000 From 2001-02-11 Paul Hilfinger <hilfingr@lisbon.int.act-europe.fr>
9001 * hpux-thread.c (hpux_thread_xfer_memory): Add mem_attrib
9002 argument to parameter list and to call in order to conform to
9003 to_xfer_memory field of struct target_ops.
9004
9ca0e47c
MC
90052001-02-12 Michael Chastain <chastain@redhat.com>
9006
da7dd56f 9007 * somsolib.c (som_solib_add_solib_objfile): Do not use
9ca0e47c
MC
9008 section relocation feature of syms_from_objfile. Do my own
9009 section relocation, offsetting each section of the som by
9010 either text_addr - text_link_addr or data_start.
9011
7d65bd2d
AC
90122001-02-16 Andrew Cagney <ac131313@redhat.com>
9013
9014 * TODO (5.1): Move ``Hardware watchpint problems'' out of 5.1.
9015
e33e9692
AC
90162001-02-16 Andrew Cagney <ac131313@redhat.com>
9017
9018 * MAINTAINERS (paper trail): Update.
9019
17dee195
MK
90202001-02-16 Mark Kettenis <kettenis@gnu.org>
9021
9022 * target.h (target_fetch_registers): Fix comment.
9023
0f6e1ba6
AC
90242001-02-15 Andrew Cagney <ac131313@redhat.com>
9025
9026 * f-exp.y: Include <ctype.h>.
9027 (parse_number): Ensure that ``i'' is always initialized.
9028
9a069618
JK
90292001-02-14 Jim Kingdon <jkingdon@engr.sgi.com>
9030
9031 * MAINTAINERS: Add myself to paper trail section.
9032
fc24370e
MS
90332001-02-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9034
9035 * configure.in (AC_CHECK_HEADERS): Add sys/file.h.
9036 * configure, config.in: Regenerate.
9037 * corelow.c: Include <sys/file.h> if present.
9038
4b69c284
AC
90392001-02-14 Andrew Cagney <ac131313@redhat.com>
9040
9041 * inflow.c (terminal_ours_1): Initialize ``osigtou''. Only
9042 declare when have SIGTTOU.
9043
7904f322
EZ
90442001-02-14 Eli Zaretskii <eliz@is.elta.co.il>
9045
9046 * config/djgpp/fnchange.lst: Add entries for gdb/gdbtk/*/ChangeLog-*.
9047
9e798668
JK
90482001-02-12 Jim Kingdon <jkingdon@engr.sgi.com>
9049
9050 * MAINTAINERS: Update my email address.
9051
65d5a54a
EZ
90522001-02-11 Eli Zaretskii <eliz@is.elta.co.il>
9053
9054 * NEWS: Document that "info symbol" works with COFF debug info and
9055 its variants.
9056
9057 * minsyms.c (lookup_minimal_symbol_by_pc_section): Don't skip
9058 symbols whose SYMBOL_BFD_SECTION is NULL.
9059
0cff82d9 90602001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
a8079a9b
PS
9061
9062 Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.
9063 * xcoffsolib.c (xcoff_solib_address): Renamed from
9064 pc_load_segment_name. Return NULL if address is not in a shared
9065 library. Cleanup shared library name construction, using xasprintf.
9066 Format shared library member names consistent with format in exec.c.
9067 (solib_info): Format shared library member names consistent with
9068 format in exec.c.
9069 * config/rs6000/nm-rs6000.h: Replace PC_LOAD_SEGMENT with PC_SOLIB,
9070 using xcoff_solib_address for PC_SOLIB definition.
9071 * stack.c (print_frame): Remove PC_LOAD_SEGMENT code, no longer
9072 needed.
9073
0cff82d9 90742001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4b2e4867
PS
9075
9076 * mipsread.c (read_alphacoff_dynamic_symtab): Replace alloca calls
9077 with xmalloc calls and cleanups.
9078
0cff82d9 90792001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
d737ece6
PS
9080
9081 * rs6000-nat.c (child_xfer_memory): Add missing parameter
9082 'struct mem_attrib *' required by 2001-01-23 change.
9083
c5bb1243
JK
90842001-02-08 Jim Kingdon <jkingdon@engr.sgi.com>
9085
9086 Updates to "make TAGS":
9087 * Makefile.in (ALLDEPFILES): Remove altos-xdep.c arm-convert.s
9088 arm-xdep.c convex-tdep.c convex-xdep.c pyr-tdep.c pyr-xdep.c
9089 tahoe-tdep.c.
9090 (TAGFILES_NO_SRCDIR): Add $(SUBDIR_CLI_SRCS).
9091
c799ae7b
EZ
90922001-02-08 Eli Zaretskii <eliz@is.elta.co.il>
9093
9094 * config/djgpp/fnchange.lst: Remove extraneous "too many dots".
9095
12685e01
AC
9096Wed Feb 7 22:39:26 2001 Andrew Cagney <cagney@redhat.com>
9097
9098 From Dean Luick <luick@cray.com>:
9099 * defs.h (continuation): Remove unused global variable.
9100
7fcca85b
AC
9101Wed Feb 7 22:28:31 2001 Andrew Cagney <cagney@redhat.com>
9102
9103 * configure.tgt: Remove references to convex, pyramid, altos and
9104 tahoe.
9105 * configure.host: Ditto.
9106 * MAINTAINERS: Ditto.
9107 * NEWS: Update.
9108
9109 * tahoe-tdep.c: Delete obsolete file.
9110 * pyr-xdep.c: Ditto.
9111 * pyr-tdep.c: Ditto.
9112 * convex-tdep.c: Ditto.
9113 * convex-xdep.c: Ditto.
9114 * config/tahoe/xm-tahoe.h: Ditto.
9115 * config/tahoe/tm-tahoe.h: Ditto.
9116 * config/tahoe/tahoe.mt: Ditto.
9117 * config/tahoe/tahoe.mh: Ditto.
9118 * config/pyr/xm-pyr.h: Ditto.
9119 * config/pyr/tm-pyr.h: Ditto.
9120 * config/pyr/pyramid.mt: Ditto.
9121 * config/pyr/pyramid.mh: Ditto.
9122 * config/m68k/xm-altos.h: Ditto.
9123 * config/m68k/tm-altos.h: Ditto.
9124 * config/m68k/altos.mt: Ditto.
9125 * config/m68k/altos.mh: Ditto.
9126 * config/convex/xm-convex.h: Ditto.
9127 * config/convex/tm-convex.h: Ditto.
9128 * config/convex/convex.mt: Ditto.
9129 * config/convex/convex.mh: Ditto.
9130 * config/convex/Convex.notes: Ditto.
9131 * config/arm/xm-arm.h: Ditto.
9132 * config/arm/nm-arm.h: Ditto.
9133 * config/arm/arm.mt: Ditto.
9134 * config/arm/arm.mh: Ditto.
9135 * arm-convert.s: Ditto.
9136 * arm-xdep.c: Ditto.
9137 * altos-xdep.c: Ditto.
9138
8e65ff28
AC
9139Wed Feb 7 19:41:21 2001 Andrew Cagney <cagney@redhat.com>
9140
9141 * defs.h (internal_error, internal_verror): Add __FILE__ and
9142 __LINE__ parameter.
9143 * utils.c (internal_error, internal_verror): Update.
9144
9145 * v850-tdep.c: Update calls to internal_error.
9146 * utils.c: Ditto.
9147 * ui-out.c: Ditto.
9148 * ui-file.c: Ditto.
9149 * target.h: Ditto.
9150 * symtab.h: Ditto.
9151 * symm-nat.c: Ditto.
9152 * sparc-tdep.c: Ditto.
9153 * source.c: Ditto.
9154 * serial.c: Ditto.
9155 * rs6000-tdep.c: Ditto.
9156 * rs6000-nat.c: Ditto.
9157 * remote.c: Ditto.
9158 * remote-vx.c: Ditto.
9159 * remote-sim.c: Ditto.
9160 * remote-mips.c: Ditto.
9161 * regcache.c: Ditto.
9162 * objfiles.h: Ditto.
9163 * objfiles.c: Ditto.
9164 * mn10300-tdep.c: Ditto.
9165 * mips-tdep.c: Ditto.
9166 * maint.c: Ditto.
9167 * m68k-tdep.c: Ditto.
9168 * m3-nat.c: Ditto.
9169 * language.c: Ditto.
9170 * infptrace.c: Ditto.
9171 * inferior.h: Ditto.
9172 * infcmd.c: Ditto.
9173 * ia64-tdep.c: Ditto.
9174 * i386-tdep.c: Ditto.
9175 * i386-linux-nat.c: Ditto.
9176 * hppah-nat.c: Ditto.
9177 * go32-nat.c: Ditto.
9178 * findvar.c: Ditto.
9179 * f-lang.c: Ditto.
9180 * elfread.c: Ditto.
9181 * event-loop.c: Ditto.
9182 * dwarf2read.c: Ditto.
9183 * dsrec.c: Ditto.
9184 * d30v-tdep.c: Ditto.
9185 * d10v-tdep.c: Ditto.
9186 * cli/cli-setshow.c: Ditto.
9187 * cli/cli-script.c: Ditto.
9188 * ch-exp.c: Ditto.
9189 * breakpoint.c: Ditto.
9190 * ax-gdb.c: Ditto.
9191 * arch-utils.c: Ditto.
9192 * a29k-tdep.c: Ditto.
9193 * gdb_assert.h: Ditto.
9194 * gdbarch.sh: Ditto.
9195 * gdbarch.h, gdbarch.c: Re-generate.
9196
72290732
AC
91972001-02-07 Andrew Cagney <ac131313@redhat.com>
9198
9199 From Mark Kettenis <kettenis@gnu.org>:
9200 * event-top.h [!STOP_SIGNAL]: #include <signal.h>.
9201
a6da1910
AC
92022001-02-07 Andrew Cagney <ac131313@redhat.com>
9203
9204 * remote-sim.c (dump_mem): Cleanup printf format argument.
9205 * MAINTAINERS: Update, mn10300-elf now builds.
9206
153f9905
MK
92072001-02-07 Mark Kettenis <kettenis@gnu.org>
9208
9209 * event-top.c: Remove duplicate #include <signal.h>.
9210
f042532c
AC
92112001-02-06 Andrew Cagney <ac131313@redhat.com>
9212
9213 * sol-thread.c (restore_inferior_pid): Save the PID in a freshly
9214 allocated buffer.
9215 (save_inferior_pid): Restore the PID from that tempoary
9216 buffer. Delete the buffer.
9217 * utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD.
9218
58cfabe6
AC
92192001-02-06 Andrew Cagney <ac131313@redhat.com>
9220
9221 * MAINTAINERS: Add ``The Obvious Fix Rule''.
9222
ea8a41b8
AC
92232001-02-06 Andrew Cagney <ac131313@redhat.com>
9224
9225 * MAINTAINERS: Add Michael Snyder to Solaris/SPARC list.
9226
95160752
AC
92272001-02-06 Andrew Cagney <ac131313@cygnus.com>
9228
9229 * gdbarch.sh: Include "gdb_assert.h".
9230 (struct gdbarch): Change ``nr_data'' to unsigned.
9231 (alloc_gdbarch_data, free_gdbarch_data): New functions.
9232 (gdbarch_free): Free the data-pointer vector. Use xfree to delete
9233 architecture vector.
9234 (struct gdbarch_data, struct gdbarch_data_registration): Move init
9235 method to gdbarch_data. Add free method, make index unsigned.
9236 (struct gdbarch_data_registry): Make nr unsigned.
9237 (register_gdbarch_data): Add free parameter. Store in
9238 gdbarch_data.
9239 (init_gdbarch_data): Use set_gdbarch_data.
9240 (set_gdbarch_data): New function.
9241
9242 * gdbarch.h, gdbarch.c: Re-generate.
9243
64122a8b
MS
92442001-02-06 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9245
9246 * ser-unix.c (hardware_print_tty_state) [HAVE_SGTTY]: Call
9247 fprintf_filtered with correct arguments.
9248
e6cbd02a
MS
92492001-02-06 Michael Snyder <msnyder@makita.cygnus.com>
9250 Submitted by Paul Hilfinger (hilfingr@gnat.com)
9251 and Andrei Petrov (and@genesyslab.com).
9252 * findvar.c: Buffers of size MAX_REGISTER_RAW_SIZE or REGISTER_BYTES
9253 must be allocated dynamically, since these are no longer constants.
9254 * infcmd.c: Ditto.
9255 * regcache.c: Ditto.
9256 * remote.c: Ditto.
9257 * sol-thread.c: Ditto.
9258 * valops.c: Ditto.
9259 * config/sparc/sun4sol2.mh (MH_CFLAGS): Add -I/usr/include/v9, as a
9260 work-around for a missing Sun header file in solaris for sparc64.
9261
713f0374
PB
92622001-02-04 Philip Blundell <philb@gnu.org>
9263
9264 * config/arm/linux.mh (NATDEPFILES): Add proc-service.o,
9265 thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o.
9266 * config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP,
9267 GET_THREAD_SIGNALS): Define.
9268 * arm-linux-nat.c (fill_gregset): Correct type of argument.
9269 (supply_gregset): Likewise.
9270 (fill_fpregset): Likewise.
9271 (supply_fpregset): Likewise.
9272
4603e466
DT
9273Tue Feb 6 11:58:57 2001 David Taylor <taylor@redhat.com>
9274
9275 * valops.c (value_cast): If casting a scalar to a pointer, do not
9276 issue a message about truncation unless it exceeds the length of
9277 an address, not the length of a pointer. This is because what the
9278 user gives us is an address, not a pointer, and we will ultimately
9279 convert it (via ADDRESS_TO_POINTER) to a pointer, not truncate it
9280 to a pointer. This allows things like "print *(int *)0x01000234"
9281 to work without generating a misleading message on a target having
9282 two byte pointers and four byte addresses.
9283
554cb486
CF
92842001-02-05 Christopher Faylor <cgf@cygnus.com>
9285
9286 * win32-nat.c: Change PTR to void * throughout.
9287
042be3a9
C
92882001-02-05 J.T. Conklin <jtc@redback.com>
9289
9290 * signals.h: Removed.
9291 * event-top.c (#include <signal.h>): Changed from signals.h.
9292 * inflow.c: Likewise.
9293 * mac-xdep.c: Likewise.
9294 * ser-pipe.c: Likewise.
9295 * ser-tcp.c: Likewise.
9296 * standalone.c: Likewise.
9297 * top.c: Likewise.
9298 * utils.c: Likewise.
9299 * Makefile.in: Removed signals.h from dependencies.
9300
a4acd088
CF
93012001-02-05 Christopher Faylor <cgf@cygnus.com>
9302
9303 Change suggested by Dean Luick <luick@cray.com>
9304 * inferior.h (step_over_calls_kind): Remove trailing comma from
9305 last enum element.
9306 (step_over_calls): Declare as extern rather than global.
9307
3116c80a
EZ
93082001-02-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9309
9310 * sh-tdep.c: Update copyright.
9311 (sh_extract_return_value): Rewrite.
9312 (sh3e_sh4_extract_return_value): New function.
9313 (sh_gdbarch_init): Initialize gdbarch_extract-return_value to new
9314 version of the function for sh3e and sh4 CPUs.
9315
240be855
MC
93162001-02-05 Michael Chastain <chastain@redhat.com>
9317
9318 * hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
9319 to conform with interface change.
9320
a17b5c4e
EZ
93212001-02-04 Eli Zaretskii <eliz@is.elta.co.il>
9322
32fe0950
EZ
9323 * config/djgpp/fnchange.lst: Tweak to make consistent with the
9324 new files.
9325
619cbaf7
EZ
9326 * config/djgpp/djconfig.sh: Use explicit absolute file name when
9327 invoking `find'.
9328
cd42d3a8
EZ
9329 * ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only if
9330 UART_FIFO_WORKS is defined. Otherwise use outportb.
9331 From Francisco Pastor <fpastor.etra-id@etra.es>
9332
a17b5c4e
EZ
9333 * go32-nat.c (go32_xfer_memory): Make the argument list consistent
9334 with target.h's `to_xfer_memory' member.
9335
86ddecc5
C
93362001-02-02 J.T. Conklin <jtc@redback.com>
9337
9338 * ppc-bdm.c (#include <signal.h>): Removed.
9339 * remote-array.c: Likewise.
9340 * remote-bug.c: Likewise.
9341 * remote-e7000.c: Likewise.
9342 * remote-mips.c: Likewise.
9343 * remote-os9k.c: Likewise.
9344 * remote-st.c: Likewise.
9345 * remote-udi.c: Likewise.
9346 * remote-vx29k.c: Likewise.
9347 * remote-vx68.c: Likewise.
9348 * remote-vx960.c: Likewise.
9349 * remote-vxmips.c: Likewise.
9350 * remote-vxsparc.c: Likewise.
9351
338d7c5c
JM
93522001-02-02 John Moore <jmoore@redhat.com>
9353
9354 * remote-utils.h (sr_set_device): Changed free() to xfree() where
9355 appropriate. Also changed Copyright to include 2001.
9356 * symtab.h (obstack_chunk_free, SYMBOL_INIT_DEMANGLED_NAME): Likewise.
9357 * value.h (value_free): Likewise.
9358 * gdbarch.sh (gdbarch_free): Likewise.
9359 * gdbarch.c, gdbarch.h: Regenerated.
9360
2b5436af
JM
93612001-02-02 John Moore <jmoore@redhat.com>
9362
9363 * cli/cli-cmds.c (apropos_command): Changed occurance of free() to
338d7c5c 9364 xfree(). Also changed Copyright to include 2001.
2b5436af 9365
82467003
C
93662001-02-02 J.T. Conklin <jtc@redback.com>
9367
9368 * monitor.c (#include "gdb_wait.h"): Removed.
9369 * ocd.c: Likewise.
9370 * ppc-bdm.c: Likewise.
9371 * remote-adapt.c: Likewise.
9372 * remote-array.c: Likewise.
9373 * remote-bug.c: Likewise.
9374 * remote-e7000.c: Likewise.
9375 * remote-eb.c: Likewise.
9376 * remote-es.c: Likewise.
9377 * remote-mips.c: Likewise.
9378 * remote-mm.c: Likewise.
9379 * remote-nindy.c: Likewise.
9380 * remote-os9k.c: Likewise.
9381 * remote-rdi.c: Likewise.
9382 * remote-rdp.c: Likewise.
9383 * remote-sds.c: Likewise.
9384 * remote-sim.c: Likewise.
9385 * remote-st.c: Likewise.
9386 * remote-udi.c: Likewise.
9387 * remote-vx.c: Likewise.
9388 * remote-vx29k.c: Likewise.
9389 * remote-vx68.c: Likewise.
9390 * remote-vx960.c: Likewise.
9391 * remote-vxmips.c: Likewise.
9392 * remote-vxsparc.c: Likewise.
9393 * remote.c: Likewise.
9394 * ser-pipe.c: Likewise.
9395 * ser-unix.c: Likewise.
9396 * Makefile.in: Updated dependencies.
9397
27b82ed2
DS
93982001-01-31 David Smith <dsmith@redhat.com>
9399
9400 * event-loop.c: Change inclusion of string.h to gdb_string.h and
9401 updated the copyright notice.
9402 * ser-pipe.c: Ditto.
9403 * mi/mi-cmds.c: Ditto.
9404 * mi/mi-console.c: Ditto.
9405 * mi/mi-getopt.c: Ditto.
9406 * mi/mi-parse.c: Ditto.
9407
ab9cc815
DS
94082001-01-31 David Smith <dsmith@redhat.com>
9409
9410 * MAINTAINERS: Add David Smith to Write After Approval list.
9411
d1f4cff8
AC
9412Tue Jan 30 15:43:08 2001 Andrew Cagney <cagney@cygnus.com>
9413
9414 * cli/cli-utils.c (putchar_filtered): Move function from here.
9415 * utils.c (putchar_filtered): To here.
9416 * cli/cli-utils.h (putchar_filtered): Move declaration from here.
9417 * defs.h (putchar_filtered): To here.
9418
74c1b268
AC
9419Tue Jan 30 17:27:11 2001 Andrew Cagney <cagney@redhat.com>
9420
9421 * configure.in (AC_CHECK_FUNCS): Replace vfork test with
9422 AC_FUNC_VFORK macro.
9423 * config.in, configure: Re-generate.
9424
9425 * gdb_vfork.h: New file.
9426 * ser-pipe.c (pipe_open): Update. Include "gdb_vfork.h".
9427 * fork-child.c (fork_inferior): Ditto.
9428
4fcf66da
AC
9429Tue Jan 30 17:09:07 2001 Andrew Cagney <cagney@redhat.com>
9430
9431 * defs.h (strsave): Delete declaration.
9432 * utils.c (strsave): Delete definition.
9433 * TODO (strsave): Update
9434
9435 * mac-xdep.c (tilde_expand): Replace strsave with xstrdup.
9436 * sparcl-tdep.c (sparclite_open): Ditto.
9437 * mips-tdep.c (mips_set_processor_type_command): Ditto.
9438 (_initialize_mips_tdep): Ditto.
9439 * solib.c (solib_open): Ditto.
9440 * symfile.c (add_filename_language): Ditto.
9441 (set_ext_lang_command): Ditto.
9442 * source.c (init_source_path): Ditto.
9443 (mod_path): Ditto.
9444 * sh3-rom.c (sh3_open): Ditto.
9445 (sh3e_open): Ditto.
9446 * serial.c (serial_open): Ditto.
9447 * remote-mips.c (common_open): Ditto.
9448 * monitor.c (monitor_open): Ditto.
9449 * m32r-rom.c (m32r_upload_command): Ditto.
9450 * infcmd.c (path_command): Ditto.
9451 * f-exp.y (parse_number): Ditto.
9452 * breakpoint.c (create_longjmp_breakpoint): Ditto.
9453 (create_thread_event_breakpoint): Ditto.
9454 * arc-tdep.c (arc_set_cpu_type_command): Ditto.
9455 (_initialize_arc_tdep): Ditto.
9456
e191e0ab
AC
9457Tue Jan 30 15:14:26 2001 Andrew Cagney <cagney@skil>
9458
9459 * cli/cli-script.c (define_command): Check for a bad hook value in
9460 switch statement.
9461
10214f55
C
94622001-01-30 J.T. Conklin <jtc@redback.com>
9463
9464 * configure/sh/embed.mt: New file.
9465 * configure/sh/linux.mt: New file.
9466 * configure/sh/sh.mt: Removed.
9467 * configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets.
9468 (sh-*-*): Removed.
9469
c9049fc9
MC
94702001-01-29 Michael Chastain <chastain@redhat.com>
9471
a4f30b31 9472 * symtab.c (lookup_block_symbol): Use 'namespace' parameter in
c9049fc9
MC
9473 symbol comparisons in binary search.
9474
0cff82d9 94752001-01-27 Christopher Faylor <cgf@cygnus.com>
aea02b6b
CF
9476
9477 * win32-nat.c (child_xfer_memory): Add missing argument required by
9478 2001-01-23 change.
9479
e6e0bfab
MK
94802001-01-27 Mark Kettenis <kettenis@gnu.org>
9481
9482 * ui-out.c (do_list_end): New function.
9483 (make_cleanup_ui_out_list_end): New function.
9484 * ui-out.h: Provide prototype for make_cleanup_ui_out_list_end.
9485 * stack.c (print_frame) [UI_OUT]: Call
9486 make_cleanup_ui_out_list_end to make sure we mark the end of the
9487 list if we do a non-local exit. At the end of the function,
9488 instead of calling ui_out_list_end directly, let do_cleanups
9489 handle it.
9490
1adeb98a
FN
94912001-01-26 Fernando Nasser <fnasser@redhat.com>
9492
9493 Fix double parsing of filenames passed as command line arguments
9494 to GDB (causes weird handling of escape characters).
9495 Also, remove dependencies on the CLI from libgdb.
9496 * call-cmds.h: Remove declaration of exec_file_command().
9497 * gdbcore.h: Remove declaration of exec_file_command().
9498 Add declarations for exec_open() and exec_file_clear().
9499 * symfile.h: Add declarations for symbol_file_add_main() and
9500 symbol_file_clear().
9501 * exec.c (exec_open): New function. Implements to_open for exec
9502 targets.
9503 (exec_file_clear): New function. Makes GDB forget about a previously
9504 specified executable file.
9505 (exec_file_attach): Move parsing of arguments from here ...
9506 (exec_file_command): ... to here.
9507 (init_exec_ops): Use exec_open(), not exec_file_command() to
9508 implement to_open for exec targets.
9509 * symfile.c (symbol_file_add_main): New function. Call symbol_file_add()
9510 with default values. Used when the file name has already been parsed.
9511 (symbol_file_clear): New function. Makes GDB forget about previously
9512 read symbols.
9513 (symbol_file_command): Call the above function instead of inline code.
9514 * main.c: Include "symfile.h" and "gdbcore.h" instead of the deprecated
9515 "call-cmds.h".
9516 (captured_main): Call exec_file_attach() and symbol_file_add_main()
9517 instead of exec_file_command() and symbol_file_command().
9518 (captured_main): Add comment.
9519 * corefile.c: Include "symfile.h".
9520 (core_file_command): Call symbol_file_add_main() instead of
9521 symbol_file_command().
9522 (reopen_exec_file): Call exec_open() instead of exec_file_command().
9523 * infcmd.c: Include "symfile.h".
9524 (attach_command): Call symbol_file_add_main() instead of
9525 symbol_file_command().
9526 * infrun.c: Remove comment about the inclusion of "symfile.h",
9527 not any longer appropriate.
9528 (follow_exec): Call symbol_file_add_main() instead of
9529 symbol_file_command().
9530 * remote-es.c: Include "symfile.h".
9531 (es1800_load): Call symbol_file_add_main() instead of
9532 symbol_file_command().
9533 * remote-vx.c: Remove comment about the inclusion of "symfile.h",
9534 not any longer appropriate.
9535 (vx-wait): Call symbol_file_add_main() instead of
9536 symbol_file_command().
9537 * solib-svr4.c (open_symbol_file_object): Call symbol_file_add_main()
9538 instead of symbol_file_command().
9539 * v850ice.c (ice_file): Call exec_open(), exec_file_attach() and
9540 symbol_file_add_main() instead of exec_file_command() and
9541 symbol_file_command().
9542 * Makefile.in: Update dependencies.
9543
5b616ba1
JH
95442001-01-26 Jeff Holcomb <jeffh@redhat.com>
9545
9546 * remote-udi.c (udi_open): Change strdup to xstrdup.
9547 * thread.c (thread_apply_all_command): Change strdup to xstrdup.
9548 Update copyright message.
9549 * varobj.c (delete_variable_1): Likewise.
9550
9551 * gdb_string.h: Remove declaration of strdup. Update copyright
9552 message.
9553 * config/xm-mpw.h: Likewise.
9554 * config/i386/xm-i386mach.h: Likewise.
9555 * config/m68k/xm-apollo68b.h: Likewise.
9556 * config/m68k/xm-hp300bsd.h: Likewise.
9557 * config/rs6000/xm-rs6000.h: Likewise.
9558 * config/vax/xm-vaxult.h: Remove declaration of strdup.
9559 * config/vax/xm-vaxult2.h: Likewise.
9560
b91d87cf
JH
95612001-01-26 Jeff Holcomb <jeffh@redhat.com>
9562
9563 * MAINTAINERS: Add Jeff Holcomb to Write After Approval list.
9564
873406a6
C
95652001-01-25 J.T. Conklin <jtc@redback.com>
9566
9567 * target.c (target_xfer_memory_partial): Return -1 on failure due
9568 to invalid access mode attribute.
9569
0613c401
CF
95702001-01-25 Christopher Faylor <cgf@cygnus.com>
9571
9572 * win32-nat.c (_initialize_core_win32): Prototype correctly.
9573
efd59e3f
MK
95742001-01-25 Mark Kettenis <kettenis@gnu.org>
9575
9576 * config/alpha/tm-fbsd.h: Update copyright.
9577 (USE_STRUCT_CONVENTION): Define in terms of
9578 alphabsd_use_struct_convention.
9579 * config/alpha/fbsd.mt (TDEPFILES): Add alphafbsd-tdep.c.
9580 * alphafbsd-tdep.c: New file.
9581
388e1ff2
FN
95822001-01-24 Fernando Nasser <fnasser@redhat.com>
9583
9584 * top.c (print_gdb_version): Update Copyright year.
9585
f4d650ec
C
95862001-01-24 J.T. Conklin <jtc@redback.com>
9587
9588 * dcache.c (dcache_write_line): Fix typo.
9589
9590 * memattr.c (delete_mem_region): Replace free() with xfree().
9591 (mem_number): Add explicit type.
9592
9593 * sol-thread.c (sol_thread_xfer_memory): Add attrib argument.
9594 (rw_common): Likewise.
9595
07091751
FN
95962001-01-24 Fernando Nasser <fnasser@redhat.com>
9597
9598 * infcmd.c (get_inferior_args, set_inferior_args): Accessor functions
9599 for the inferior program arguments.
9600 (run_command, run_no_args_command, init_infcmd)): Use accessor
9601 functions to set the inferior program arguments.
9602 * inferior.h: Add definitions to the accessor functions above.
9603
090c42a4
JB
96042001-01-23 Jim Blandy <jimb@redhat.com>
9605
9606 * dwarf2read.c (read_tag_const_type, read_tag_volatile_type):
9607 Implement these correctly, using make_cv_type.
9608
f29d9b6d 96092001-01-23 J.T. Conklin <jtc@redback.com>
29e57380
C
9610
9611 * exec.c (xfer_memory): Add attrib argument.
9612 * infptrace.c (child_xfer_memory): Likewise.
e5da8f38 9613 * lin-lwp.c (lin_lwp_xfer_memory): Likewise.
29e57380
C
9614 * monitor.c (monitor_xfer_memory): Likewise.
9615 * remote-adapt.c (adapt_xfer_inferior_memory): Likewise.
9616 * remote-array.c (array_xfer_memory): Likewise.
9617 * remote-bug.c (bug_xfer_memory): Likewise.
9618 * remote-e7000.c (e7000_xfer_inferior_memory): Likewise.
9619 * remote-eb.c (eb_xfer_inferior_memory): Likewise.
9620 * remote-es.c (es1800_xfer_inferior_memory): Likewise.
9621 * remote-mips.c (mips_xfer_memory): Likewise.
9622 * remote-mm.c (mm_xfer_inferior_memory): Likewise.
9623 * remote-nindy.c (nindy_xfer_inferior_memory): Likewise.
9624 * remote-os9k.c (rombug_xfer_inferior_memory): Likewise.
9625 * remote-rdi.c (arm_rdi_xfer_memory): Likewise.
9626 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Likewise.
9627 * remote-sds.c (sds_xfer_memory): Likewise.
9628 * remote-sim.c (gdbsim_xfer_inferior_memory): Likewise.
9629 * remote-st.c (st2000_xfer_inferior_memory): Likewise.
9630 * remote-udi.c (udi_xfer_inferior_memory): Likewise.
9631 * remote-vx.c (vx_xfer_memory): Likewise.
9632 * remote.c (remote_xfer_memory): Likewise.
9633 * target.c (debug_to_xfer_memory, do_xfer_memory): Likewise.
9634 * target.h (child_xfer_memory, do_xfer_memory, xfer_memory): Likewise.
e5da8f38 9635 * thread-db.c (thread_db_xfer_memory): Likewise.
29e57380
C
9636
9637 * target.h (#include "memattr.h"): Added.
9638 (target_ops.to_xfer_memory): Add attrib argument.
9639
9640 * wince.c (_initialize_inftarg): Removed call to set_dcache_state.
9641 * dcache.h (set_dcache_state): Removed declaration.
9642 * dcache.c (set_dcache_state): Removed definition
9643
9644 * dcache.c: Update module comment, as dcache is now enabled and
9645 disabled with memory region attributes instead of by the global
9646 variable "remotecache". Add comment describing the interaction
9647 between dcache and memory region attributes.
9648 (dcache_xfer_memory): Add comment describing benefits of moving
9649 cache writeback to a higher level.
9650 (dcache_struct): Removed cache_has_stuff field. This was used to
9651 record whether the cache had been accessed in order to invalidate
9652 it when it was disabled. However, this is not needed because the
9653 cache is write through and the code that enables, disables, and
9654 deletes memory regions invalidate the cache. Add comment which
9655 suggests that we could be more selective and only invalidate those
9656 cache lines containing data from those memory regions.
9657 (dcache_invalidate): Updated.
9658 (dcache_xfer_memory): Updated.
f29d9b6d 9659
29e57380
C
9660 (dcache_alloc): Don't abort() if dcache_enabled_p is clear.
9661 (dcache_xfer_memory): Removed code that called do_xfer_memory() to
9662 perform a uncached transfer if dcache_enabled_p was clear. This
9663 function is now only called if caching is enabled for the memory
9664 region.
9665 (dcache_info): Always print cache info.
9666
9667 * target.c (do_xfer_memory): Add attrib argument.
9668 (target_xfer_memory, target_xfer_memory_partial): Break transfer
9669 into chunks defined by memory regions, pass region attributes to
9670 do_xfer_memory().
9671 * dcache.c (dcache_read_line, dcache_write_line): Likewise.
9672
9673 * Makefile.in (SFILES): Add memattr.c.
9674 (COMMON_OBS): Add memattr.o.
9675 (dcache.o): Add target.h to dependencies.
9676 * memattr.c: New file.
9677 * memattr.h: Likewise.
9678
f29d9b6d
C
9679 * config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a.
9680 * config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise.
9681 * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise.
9682 * gdbserver/low-sim.c (#include "defs.h"): Removed.
9683 (mygeneric_load): Rename from generic_load.
9684
9685 * gdbserver/low-hppabsd.c (#include "server.h"): Added.
9686 (#include "defs.h"): Removed.
9687 (inferior_pid, perror_with_name): Remove declarations.
9688 * gdbserver/low-linux.c: Likewise.
9689 * gdbserver/low-nbsd.c: Likewise.
9690 * gdbserver/low-sparc.c: Likewise.
9691 * gdbserver/low-sun3.c: Likewise.
9692
9693 * i386-stub.c: Re-indent.
9694 * m68k-stub.c: Re-indent.
9695
58d5518e
ND
96962001-01-22 Nicholas Duffek <nsd@redhat.com>
9697
9698 * gdbarch.sh (PARM_BOUNDARY): Define.
9699 * gdbarch.c: Regenerate.
9700 * gdbarch.h: Regenerate.
9701
f6427ade
C
97022001-01-22 J.T. Conklin <jtc@redback.com>
9703
9704 * ns32k-tdep.c: #include "frame.h"
9705 * config/ns32k/tm-umax.h (FRAME_FIND_SAVED_REGS): Restore. It
9706 appears to have been inadvertantly removed sometime in May 1999.
9707
9708 * Revert 2000-11-09 changes where shared library objects were
9709 moved from NATDEPFILES to TDEPFILES on NetBSD targets. While
9710 we'd like to be able to debug dynamically linked executables,
9711 this makes it impossible to build a cross debugger on a many
9712 hosts.
9713
9714 * config/i386/nbsd.mt: Remove solib.o, solib-svr4.o from TDEPFILES.
9715 * config/i386/nbsdelf.mt: Likewise.
9716 * config/m68k/nbsd.mt: Likewise.
9717 * config/ns32k/nbsd.mt: Likewise.
9718 * config/powerpc/nbsd.mt: Likewise.
9719 * config/sparc/nbsd.mt: Likewise.
9720 * config/sparc/nbsdelf.mt: Likewise.
9721 * config/i386/nbsd.mh: Add solib.o, solib-svr4.o to NATDEPFILES.
9722 * config/i386/nbsdelf.mh: Likewise.
9723 * config/m68k/nbsd.mh: Likewise.
9724 * config/ns32k/nbsd.mh: Likewise.
9725 * config/powerpc/nbsd.mh: Likewise.
9726 * config/sparc/nbsd.mh: Likewise.
9727
8052a17a
JM
97282001-01-19 Jason Merrill <jason@redhat.com>
9729
9730 * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++.
9731 (process_one_symbol): Likewise.
9732 * dwarfread.c (handle_producer): Likewise.
9733
21a6f6bb
AC
9734Thu Jan 18 12:08:57 2001 Andrew Cagney <cagney@b1.cygnus.com>
9735
9736 * configure.in (build_warnings): Disable -Wuninitialized until GDB
9737 compiles with -Wuninitialized,-Werror.
9738 * configure: Regenerate.
9739
9740 * MAINTAINERS: Add list of buildable targets.
9741
494b7ec9
AC
9742Thu Jan 18 12:48:04 2001 Andrew Cagney <cagney@b1.cygnus.com>
9743
9744 * defs.h (STRCMP): Delete macro.
9745
9746 * objfiles.c (objfile_relocate): Replace STRCMP with call to
9747 strcmp.
9748 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
9749 * symfile.c (compare_symbols): Ditto.
9750 * standalone.c (open): Ditto.
9751 * remote-es.c (verify_break): Ditto.
9752 * cli/cli-decode.c (add_cmd, add_show_from_set): Ditto.
9753
9754 * symfile.c (compare_psymbols): Delete comment refering to STRCMP.
9755
8038e1e2
AC
9756Thu Jan 18 12:25:06 2001 Andrew Cagney <cagney@b1.cygnus.com>
9757
9758 * varobj.c (FREEIF): Delete macro.
9759 (varobj_set_value, free_variable): Replace FREEIF with ``xfree''
9760 call.
9761
ea8d0b28
NC
97622001-01-18 Nick Clifton <nickc@redhat.com>
9763
9764 * arc-tdep.c (arc_cpu_type_table): Add new arc core numbers.
9765 (arc_print_insn): No bfd available, so pass NULL to
9766 arc_get_disassembler.
9767
5dbd9048
JB
97682001-01-09 James Ingham <jingham@inghji.apple.com>
9769
9770 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookup
9771 a mangled symbol rather than recursing into lookup_symbol, since
9772 this will just re-unmangle the name & call lookup_symbol_aux -
9773 leading to an infinite recursion.
9774
28ae27b1
MK
97752001-01-18 Mark Kettenis <kettenis@gnu.org>
9776
9777 * infcmd.c (print_return_value): Restore another space lost by
9778 switch to UIOUT. ``$NN='' should be ``$NN =''.
9779
6ab3a9c9
AC
9780Fri Jan 19 02:31:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
9781
9782 * target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
9783 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro
9784 definition in parenthesis.
9785
ad6525fc
AC
9786Fri Jan 19 02:13:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
9787
9788 From 2000-10-27 Mark Salter <msalter@redhat.com>:
9789 * remote.c (remote_remove_hw_breakpoint): Add 'len' field to Z
9790 packet.
9791 (remote_insert_hw_breakpoint): Ditto.
9792
6259c7e2
C
97932001-01-17 J.T. Conklin <jtc@redback.com>
9794
9795 * config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.
9c95b27f 9796 (BPT_VECTOR, REMOTE_BPT_VECTOR): Change to 0xf.
6259c7e2
C
9797 * config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o.
9798 * m68knbsd-tdep.c: New file.
9799
9800 * i386nbsd-tdep.c: Remove #if 0'd out #includes.
9801
9802 * m68knbsd-nat.c: #include gdbcore.h.
9803
abdcb2a5
AC
9804Wed Jan 17 09:41:58 2001 Andrew Cagney <cagney@b1.cygnus.com>
9805
9806 * MAINTAINERS: Add J.T. Conklin to Blanket Write Privs.
9807
e7a8479f
MS
98082001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>
9809
aaeb7efa
MS
9810 * procfs.c (procfs_stopped_by_watchpoint): Don't die if process
9811 goes away -- just return false (ie. not stopped by watchpoint).
e7a8479f
MS
9812 * source.c (openp): Fix typo in comment.
9813
7036d6ce
ND
98142001-01-12 Nicholas Duffek <nsd@redhat.com>
9815
9816 * blockframe.c (generic_get_saved_register): Spelling fix.
9817 * frame.h (FRAME_FP): Spelling fix.
9818
9549d9c1
AC
9819Fri Jan 12 18:29:46 2001 Andrew Cagney <cagney@b1.cygnus.com>
9820
9821 * infcmd.c (print_return_value): Restore space lost by switch to
9822 UIOUT. ``$NN='' should be ``$NN =''.
9823
7302a204
ND
98242001-01-08 Nicholas Duffek <nsd@redhat.com>
9825
9826 * regcache.c (set_register_cached, register_buffer,
9827 real_register, pseudo_register fetch_register, store_register):
9828 New functions.
9829 (register_changed, read_relative_register_raw_bytes_for_frame,
9830 registers_changed, registers_fetched, read_register_bytes,
9831 read_register_gen, write_register_gen, read_register,
9832 read_signed_register, write_register, supply_register): Replace
9833 register_valid[] with register_cached() and
9834 set_register_cached().
9835 (read_register_bytes, read_register_gen, write_register_gen,
9836 read_register, read_signed_register, write_register,
9837 supply_register): Replace registers[] with register_buffer().
9838 (read_register_bytes, read_register_gen, read_register,
9839 read_signed_register): Call fetch_register().
9840 (write_register_gen, write_register): Call real_register() and
9841 store_register().
9842 (write_register_bytes): Call store_register().
9843 * value.h (set_register_cached, register_buffer): Prototype.
9844 * remote.c (remote_fetch_registers): Allocate regs[] with a
9845 run-time size. Replace register_valid[] with
9846 set_register_cached().
9847 (store_register_using_P, remote_store_registers): Replace
9848 registers[] with register_buffer().
9849
5ebd2499
ND
98502001-01-08 Nicholas Duffek <nsd@redhat.com>
9851
9852 * regcache.c: Change "write-back" comment to "write-through".
9853 Change "regno" to "regnum".
9854 (read_register, read_signed_register): Remove "raw" from return
9855 value description.
9856 (supply_register): Spelling fix.
9857 * value.h: Change "regno" to "regnum".
9858
1302fd5e
FN
98592001-01-08 Fernando Nasser <fnasser@redhat.com>
9860
9861 * Makefile.in (install-gdbtk): Add .itcl files to the list of files
9862 to be installed.
9863
9dcb560c
MS
98642001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
9865
9866 * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
9867
0e2fb98e
ND
98682001-01-04 Nicholas Duffek <nsd@redhat.com>
9869
9870 * valops.c (VALUE_SUBSTRING_START): Delete.
9871
12cf3f1b
ND
98722001-01-04 Nicholas Duffek <nsd@redhat.com>
9873
9874 * Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
9875 (SUBDIR_CLI_SRCS): Add cli/cli-utils.c.
9876 (cli_utils_h): New variable.
9877 (cli/cli-utils.o): New rule.
9878 * cli/cli-utils.c: New file.
9879 * cli/cli-utils.h: New file.
9880
cc533b9d
ND
98812001-01-04 Nicholas Duffek <nsd@redhat.com>
9882
9883 * config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
9884 REGISTER_CONVERT_TO_RAW): Delete trailing semicolon.
9885
ad2a4d09
C
98862001-01-03 J.T. Conklin <jtc@redback.com>
9887
9888 * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in
9889 comment.
9890
8140e7ac
MS
98912001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
9892
3116c80a
EZ
9893 * sh-tdep.c (sh_default_store_return_value): Allow for small return type.
9894 (sh3e_sh4_store_return_value): Call sh_default_store_return_value for
d19b71be 9895 non-float types.
779e876b 9896 * sparc-tdep.c (sparc_frame_chain): Fix typo in comment.
72e22353
MS
9897 Update copyright notice.
9898
15f33b66 9899For older changes see ChangeLog-2000
c906108c
SS
9900\f
9901Local Variables:
9902mode: change-log
9903left-margin: 8
9904fill-column: 74
9905version-control: never
9906End:
This page took 0.663377 seconds and 4 git commands to generate.