* dwarf2read.c (read_attribute_value): New function to handle DW_FORM_indirect
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2001-11-27 Keith Walker <keith.walker@arm.com>
2 * dwarf2read.c (read_attribute_value): New function to handle
3 DW_FORM_indirect
4 (read_attribute): uses read_attribute_value
5
6 2001-11-29 Jim Blandy <jimb@redhat.com>
7
8 * s390-tdep.c (s390_frame_saved_pc_nofix): If the prologue didn't
9 save the return address register, assume that the return address
10 is still in there.
11
12 2001-11-27 Andrew Cagney <ac131313@redhat.com>
13
14 * MAINTAINERS: Clarify obvious fix a little (as suggested by Eli
15 Zaretskii).
16
17 2001-11-25 Jim Blandy <jimb@redhat.com>
18
19 * mn10300-tdep.c (mn10300_analyze_prologue): Doc fixes.
20
21 2001-11-27 Jim Blandy <jimb@redhat.com>
22
23 * s390-tdep.c: Get frame chains and saved pc values properly from
24 dummy frames.
25 (s390_frame_saved_pc_nofix): if `*fi' is a dummy frame, get the
26 saved PC from the dummy frame's registers.
27 (s390_frame_chain): Same for the saved SP.
28 (s390_gdbarch_init): Register `generic_save_dummy_frame_tos' as
29 the `SAVE_DUMMY_FRAME_TOS' method, so the dummy frame's `top' gets
30 set correctly.
31
32 * s390-tdep.c (s390_frame_chain): Remember that the SP's element
33 of the frame's saved_regs array is special.
34
35 * s390-tdep.c (register_names): Call the general-purpose registers
36 `r0' -- `r15', and the floating-point registers `f0' -- `f15', to
37 match the assembly language.
38
39 2001-11-26 Pierre Muller <muller@ics.u-strasbg.fr>
40
41 * config/i386/tm-cygwin.h: Define HAVE_SSE_REGS if
42 HAVE_CONTEXT_EXTENDED_REGISTERS is defined.
43 * win32-nat.c: Define CONTEXT_DEBUGGER_DR that will also include
44 extended registers if HAVE_SSE_REGS is defined.
45 (mappings array): Add offset of extended registers.
46 (thread_rec): Use new CONTEXT_DEBUGGER_DR macro.
47
48 2001-11-26 Tom Tromey <tromey@redhat.com>
49
50 * NEWS: Updated.
51 * event-loop.c (start_event_loop): Call
52 after_char_processing_hook.
53 * event-top.h (after_char_processing_hook): Declare.
54 * event-top.c (rl_callback_read_char_wrapper): Call
55 after_char_processing_hook.
56 (after_char_processing_hook): New global.
57 * top.c (operate_saved_history): New global.
58 (gdb_rl_operate_and_get_next): New function.
59 (init_main): Add the operate-and-get-next defun.
60 (gdb_rl_operate_and_get_next_completion): New function.
61
62 2001-11-26 Tom Tromey <tromey@redhat.com>
63
64 * NEWS: Update for --args.
65 * infcmd.c (construct_inferior_arguments): Moved from ...
66 * fork-child.c: ... here.
67
68 2001-11-26 Jim Blandy <jimb@redhat.com>
69
70 * symtab.c (find_pc_sect_line): Revert change of 2001-11-13; add
71 comment explaining that hand-written assembly code can have line
72 number info but no debug info for an enclosing function.
73
74 2001-11-26 Jakub Jelinek <jakub@redhat.com>
75
76 * sparc-nat.c (fetch_inferior_registers): Don't rely
77 on CORE_ADDR being 32-bit.
78 (store_inferior_registers): Likewise.
79
80 2001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
81
82 * config/djgpp/config.sed: Fix an error in etc/ at "make install"
83 time on non-LFN systems where standards*.inf* expands to nothing.
84
85 * go32-nat.c (save_npx): Avoid a warning from GCC 3.x.
86
87 2001-11-24 Pierre Muller <muller@ics.u-strasbg.fr>
88 Christopher Faylor <cgf@redhat.com>
89
90 * win32-nat.c (struct so_stuff): Add objfile *objfile field needed to
91 be able to remove the DLL when unloaded. Remove unused last field.
92 (handle_unload_dll): New function to handle unloading of DLL.
93 (solib_symbols_add): Change return type to struct objfile *.
94 (get_child_debug_event): Call handle_unload_dll function.
95
96 2001-11-24 Christopher Faylor <cgf@redhat.com>
97
98 * win32-nat.c (_initialize_check_for_gdb_ini): New function.
99 * config/i386/xm-cygwin.h: Remove obsolete handling of __CYGWIN32__.
100 (GDBINIT_FILENAME): Remove.
101
102 2001-11-23 Mark Kettenis <kettenis@gnu.org>
103
104 Add x86 OpenBSD native configuration.
105 * config/i386/obsd.mt, config/i386/tm-obsd.h, config/i386/obsd.mh,
106 config/i386/nm-obsd.h: New files.
107 * configure.host (i[3456]86-*-openbsd*): New host.
108 * configure.tgt (i[3456]86-*-openbsd*): New target.
109 * NEWS: Update.
110
111 2001-11-21 GDB Administrator <gdbadmin@sourceware.cygnus.com>
112
113 * GDB 5.1 was released.
114
115 2001-11-21 Tom Tromey <tromey@redhat.com>
116
117 Fix for PR gdb/209, PR gdb/156:
118 * gdbarch.c, gdbarch.h: Rebuilt.
119 * gdbarch.sh: Added `construct_inferior_arguments'.
120 * cli/cli-decode.h (cmd_list_element): Added pre_show_hook.
121 Typo fix.
122 * cli/cli-setshow.c (do_setshow_command): Call the pre_show_hook.
123 * infcmd.c (_initialize_infcmd): Set sfunc on `set args' command.
124 (inferior_argc, inferior_argv): New globals.
125 (notice_args_set): New function.
126 (set_inferior_args): Clear inferior_argc and inferior_argv.
127 (set_inferior_args_vector): New function.
128 (get_inferior_args): Handle inferior argument vector.
129 (run_command): Use get_inferior_args().
130 (notice_args_read): New function.
131 (_initialize_infcmd): Don't call set_inferior_args.
132 * command.h: Typo fix.
133 (cmd_list_element): Added pre_show_hook.
134 * main.c (captured_main): Added --args option.
135 (print_gdb_help): Document --args.
136 * inferior.h (construct_inferior_arguments): Declare.
137 (set_inferior_args_vector): Likewise.
138 * fork-child.c (construct_inferior_arguments): New function.
139
140 2001-11-21 Kevin Buettner <kevinb@redhat.com>
141
142 * lin-lwp.c (lin_lwp_attach_lwp): Make sure SIGCHLD is in set of
143 blocked signals.
144
145 * lin-lwp.c (lin_lwp_attach_lwp): Mark main thread as stopped.
146
147 2001-11-20 Jim Blandy <jimb@redhat.com>
148
149 * target.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT): Delete
150 default definition; this is never used.
151
152 2001-11-20 Keith Seitz <keiths@redhat.com>
153
154 * varobj.c (c_value_of_child): Release memory for "name" when
155 finshed using it.
156 (c_type_of_child): Likewise.
157 (cplus_value_of_child): Isolate the use of name_of_child to
158 one case that needs it.
159 Release memory for "name" when finished using it.
160
161 2001-11-20 Keith Seitz <keiths@redhat.com>
162
163 * top.c (gdb_init): Call init_ui_hook before initializing
164 the default UI.
165
166 2001-11-19 Elena Zannoni <ezannoni@redhat.com>
167
168 * config/powerpc/nm-linux.h (ppc_register_u_addr): Add extern
169 declaration.
170
171 2001-11-19 Elena Zannoni <ezannoni@redhat.com>
172
173 * ppc-linux-nat.c (COPY_REG): Use regcache_collect instead of
174 accessing registers[].
175 (fill_fpregset): Ditto.
176
177 2001-11-19 Elena Zannoni <ezannoni@redhat.com>
178
179 * infptrace.c (fetch_register): Dynamically allocate buffer for
180 register.
181 (store_register): Use regcache_collect, instead of accessing the
182 register buffer directly.
183
184 2001-11-19 Daniel Jacobowitz <drow@mvista.com>
185
186 * mips-tdep.c (find_proc_desc): Add cur_frame argument. Pass
187 cur_frame to heuristic_proc_desc.
188 (heuristic_proc_desc): Add cur_frame argument. Do not read SP
189 if cur_frame == 0.
190 (after_prologue): Pass cur_frame == 0 to find_proc_desc.
191 (mips_frame_chain): Pass cur_frame == 1 to find_proc_desc.
192 (mips_init_extra_frame_info): Likewise.
193
194 2001-11-19 Andrew Cagney <ac131313@redhat.com>
195
196 * defs.h (return_to_top_level): Comment.
197
198 Mon Nov 19 14:58:52 2001 Andrew Cagney <cagney@redhat.com>
199
200 * remote.c (remote_open_1, remote_async_open_1): Use ISO C string
201 concatenation for error parameter.
202 (remote_cisco_open): Ditto.
203
204 2001-11-19 Keith Seitz <keiths@redhat.com>
205
206 * varobj.c (c_value_of_child): Use the wrapper function,
207 gdb_value_struct_elt.
208 (cplus_value_of_child): Likewise.
209
210 2001-11-18 Andrew Cagney <ac131313@redhat.com>
211
212 * i386-tdep.c (i386_gdbarch_init): Initialize num_regs.
213 * config/i386/tm-i386.h (NUM_REGS): Delete.
214
215 2001-11-18 Kevin Buettner <kevinb@redhat.com>
216
217 * i386-linux-nat.c (fill_gregset): Fix botched regcache_collect()
218 conversion for I386_LINUX_ORIG_EAX_REGNUM.
219
220 2001-11-18 Andrew Cagney <ac131313@redhat.com>
221
222 * config/i386/embed.mt (TM_FILE): Set to tm-i386.h.
223 * config/i386/tm-embed.h: Delete.
224
225 2001-11-17 Andrew Cagney <ac131313@redhat.com>
226
227 * Makefile.in (distclean): Explicitly delete Makefile et.al. in
228 gdbserver sub directory.
229
230 2001-11-17 Andrew Cagney <ac131313@redhat.com>
231
232 * README: Mention need for alloca(). Mention problems with
233 alpha-dec-osf4.0e. Clarify that comments refer to GDB 5.1.
234
235 2001-11-17 Kevin Buettner <kevinb@redhat.com>
236
237 * i386-linux-nat.c (fill_gregset): Use regcache_collect() instead
238 of accessing registers[] directly.
239
240 2001-11-17 Kevin Buettner <kevinb@redhat.com>
241
242 * i386-linux-nat.c (fill_gregset): Don't invoke read_register_gen()
243 when fetching ORIG_EAX.
244
245 2001-11-17 Daniel Jacobowitz <drow@mvista.com>
246
247 * arm-linux-nat.c: Don't include <asm/ptrace.h>.
248 (fetch_register): Use elf_gregset_t instead of struct pt_regs.
249 (fetch_regs): Likewise.
250 (store_register): Likewise.
251 (store_regs): Likewise.
252
253 2001-11-17 Daniel Jacobowitz <drow@mvista.com>
254
255 * sparc-linux-nat.c (fill_gregset): Replace read_register_gen
256 with regcache_collect.
257 (fill_fpregset): Likewise.
258
259 2001-11-17 Daniel Jacobowitz <drow@mvista.com>
260
261 * Makefile.in: Add mips-linux-nat.c, mips-linux-tdep.c,
262 and sparc-linux-nat.c to ALLDEPFILES. Add dependencies.
263 * config/sparc/linux.mh: Add sparc-linux-nat.o to NATDEPFILES.
264 * sparc-linux-nat.c: New file, from Mark Kettenis.
265
266 2001-11-16 Jakub Jelinek <jakub@redhat.com>
267
268 * dwarf2read.c (dwarf_str_buffer): New.
269 (struct dwarf2_pinfo): Add dwarf_str_buffer and dwarf_str_size.
270 (DWARF_STR_BUFFER, DWARF_STR_SIZE): Define.
271 (dwarf2_has_info): Clear dwarf_str_offset.
272 (dwarf2_build_psymtabs): Read .debug_str section if present.
273 (dwarf2_build_psymtabs_hard): Save DWARF_STR_BUFFER and
274 DWARF_STR_SIZE.
275 (psymtab_to_symtab_1): Restore DWARF_STR_BUFFER and DWARF_STR_SIZE.
276 (read_attribute): Handle DW_FORM_strp.
277 (read_n_bytes, read_string): Remove HOST_CHAR_BIT != 8
278 handling code.
279 (read_indirect_string): New.
280 (dump_die): Handle DW_FORM_strp.
281
282 2001-11-16 Jim Blandy <jimb@redhat.com>
283
284 * s390-tdep.c: Tweak argument-passing to match GCC bugs.
285 (is_float_singleton, is_struct_like, is_float_like): New
286 functions, that isolate the weirdness.
287 (is_double_or_float, is_simple_arg, pass_by_copy_ref,
288 is_double_arg): Use is_struct_like and is_float_like, rather than
289 testing the type codes ourselves.
290 (s390_push_arguments): When passing args on the stack, align each
291 on to a four-byte boundary, regardless of what the type itself
292 needs.
293
294 2001-11-16 Ben Harris <bjh21@netbsd.org>
295
296 * Makefile.in (os9kread.o): Replace $< with autoconf-approved
297 $(srcdir)/....
298 (procfs.o): Ditto.
299 (z8k-tdep.o): Ditto.
300
301 2001-11-16 Ben Harris <bjh21@netbsd.org>
302
303 * MAINTAINERS (write-after-approval): Add self.
304
305 2001-11-15 Jim Blandy <jimb@redhat.com>
306
307 * s390-tdep.c (is_simple_arg): Structs and unions exactly eight
308 bytes long should be handled as DOUBLE_ARGs; don't recognize them
309 as SIMPLE_ARGs.
310
311 2001-11-12 Andrew Cagney <ac131313@redhat.com>
312
313 * remote.c (struct packet_reg): Declare.
314 (struct remote_state): Add fields sizeof_g_packet and g_packet.
315 (init_remote_state): Initialize sizeof_g_packet and g_packet.
316 (free_remote_state): Free g_packet.
317 (packet_reg_from_pnum, packet_reg_by_regnum): New functions.
318 (remote_wait): Use above instead of gdbarch methods
319 REGISTER_RAW_SIZE and REGISTER_BYTES.
320 (remote_async_wait): Ditto.
321 (remote_fetch_registers, remote_store_registers): Ditto.
322 (store_register_using_P): Ditto.
323
324 2001-11-15 Andrew Cagney <ac131313@redhat.com>
325
326 * remote.c (_initialize_remote): Don't multi-arch swap tty_input.
327 Second attempt.
328
329 2001-11-15 Andrew Cagney <ac131313@redhat.com>
330
331 * utils.c (phex_nz): For default case, set str to phex_nz return
332 value.
333 (phex): Ditto.
334
335 2001-11-15 Andrew Cagney <ac131313@redhat.com>
336
337 * TODO (register_buffer): Delete.
338 * regcache.c (register_buffer): Make static.
339 (regcache_collect): New function.
340 * regcache.h (register_buffer): Delete declaration.
341 (regcache_collect): Declare.
342 * remote.c (store_register_using_P): Rewrite using
343 regcache_collect.
344 (remote_store_registers): Ditto.
345 * go32-nat.c (store_register): Ditto.
346
347 2001-11-14 Andrew Cagney <ac131313@redhat.com>
348
349 * remote.c (struct remote_state): Declare.
350 (get_remote_state): New function.
351 (init_remote_state): New function.
352 (remote_gdbarch_data_handle): New global.
353 (build_remote_packet_sizes): Delete function, moved to
354 init_remote_state.
355 (register_remote_packet_sizes): Delete function.
356 (actual_register_packet_size, remote_packet_size): Moved to
357 ``struct remote_state''.
358 (PBUFSIZE): Delete. Replaced by rs->remote_packet_size.
359 (free_remote_state): New function.
360 (get_memory_packet_size, get_memory_read_packet_size)
361 (set_thread, remote_unpack_thread_info_response)
362 (remote_get_threadinfo, parse_threadlist_response)
363 (remote_get_threadlist, remote_current_thread)
364 (remote_threads_info, remote_threads_extra_info)
365 (extended_remote_restart, get_offsets)
366 (get_offsets, remote_check_symbols, remote_open_1)
367 (remote_async_open_1, remote_detach, remote_async_detach)
368 (remote_resume, remote_async_resume, remote_wait)
369 (remote_async_wait, remote_fetch_registers)
370 (store_register_using_P, remote_store_registers)
371 (check_binary_download, putpkt_binary)
372 (remote_insert_breakpoint, remote_remove_breakpoint)
373 (remote_insert_watchpoint, remote_remove_watchpoint)
374 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
375 (compare_sections_command, remote_query)
376 (remote_rcmd, remote_rcmd, packet_command)
377 (remote_info_process): Update.
378
379 2001-11-14 Andrew Cagney <ac131313@redhat.com>
380
381 * remote.c: Include "gdb_assert.h".
382 (tty_input): Wire buffer to 400 bytes.
383 (readsocket): Check tty_input doesn't overflow.
384 (build_remote_gdbarch_data, _initialize_remote): Don't multi-arch
385 tty_input.
386
387 2001-11-14 Michael Snyder <msnyder@redhat.com>
388
389 * d10v-tdep.c (d10v_pointer_to_address): Use new type flag
390 TYPE_FLAG_CODE_SPACE to recognize a pointer that has been cast
391 into the instruction address space.
392 * Makefile.in (doublest.o): Add dependency on gdbtypes.h.
393
394 2001-11-14 Michael Snyder <msnyder@redhat.com>
395 Add address space identifiers to expression language for types.
396 * c-exp.y (space_identifier, cv_with_space_id,
397 const_or_volatile_or_space_identifier_noopt,
398 const_or_volatile_or_space_identifier): New terminals.
399 (ptype): Accept const_or_volatile_or_space_identifier.
400 (typebase): Accept const_or_volatile_or_space_identifier.
401 * c-typeprint.c (c_type_print_cv_qualifier): Rename to
402 c_type_print_modifier. Handle address space modified types.
403 * gdbtypes.h (TYPE_FLAG_CODE_SPACE, TYPE_FLAG_DATA_SPACE):
404 New type flags.
405 (struct type): Add new field as_type for addr-space qualified types.
406 (TYPE_AS_TYPE): New macro, retrieves the chain of types that are
407 identical to this one except for address-space qualification.
408 * gdbtypes.c (alloc_type): Initialize new field 'as_type'.
409 (address_space_name_to_int): New function.
410 (address_space_int_to_name): New function.
411 (make_type_with_address_space): New function.
412 (make_cv_type): Handle as_type field of new struct type object.
413 * parse.c (check_type_stack_depth): New function.
414 (push_type_address_space): New function.
415 (follow_types): Handle types with address-space qualifier.
416 * parser-defs.h (enum type_pieces): Add enum tp_space_identifier.
417
418 2001-11-14 Jim Blandy <jimb@redhat.com>
419
420 * s390-tdep.c (s390_pop_frame_regular): On the S/390, the frame
421 pointer and the SP are often the same, so we can't pop the frame
422 by setting the SP to the FP; we need to get the old SP from
423 saved_regs.
424
425 * s390-tdep.c (s390_extract_return_value): Returned `float' values
426 can simply be copied bitwise from the registers into the value
427 object's buffer.
428
429 * s390-tdep.c (s390_get_frame_info): Initialize SP's element of
430 the frame's saved_regs array correctly.
431
432 * symfile.c (simple_read_overlay_table): Make sure we can find
433 both `_novlys' and `_ovly_table' before we try anything else;
434 print a helpful error message.
435 (simple_overlay_update): No need to print error message here.
436
437 2001-11-14 Michael Snyder <msnyder@redhat.com>
438
439 * Makefile.in (doublest.o): Add dependency on gdbtypes.h.
440
441 2001-11-10 Andrew Cagney <ac131313@redhat.com>
442
443 * arm-tdep.c (arm_register_type): New function.
444 (arm_register_convertible): Delete.
445 (arm_register_convert_to_virtual): Delete.
446 (arm_register_convert_to_raw): Delete.
447 * config/arm/tm-arm.h (REGISTER_CONVERTIBLE): Delete.
448 (REGISTER_CONVERT_TO_VIRTUAL): Delete.
449 (REGISTER_CONVERT_TO_RAW): Delete.
450 (REGISTER_VIRTUAL_TYPE): Redefine as call to arm_register_type.
451 (arm_register_type): Declare.
452
453 2001-11-13 Elena Zannoni <ezannoni@redhat.com>
454
455 From Andrew Cagney <cagney@redhat.com>:
456 * gdbtypes.h (builtin_type_int128, builtin_type_uint128): Declare.
457 * gdbtypes.c (_initialize_gdbtypes, build_gdbtypes): Initialize
458 new builtin types.
459
460 2001-11-13 Jim Blandy <jimb@redhat.com>
461
462 * s390-tdep.c: Rewrite inferior function call code. This may
463 break zSeries support; that should be fixed soon.
464 #include "gdb_assert.h".
465 (is_integer_like, is_pointer_like, is_simple_arg,
466 pass_by_copy_ref, extend_simple_arg, is_double_arg, round_up,
467 round_down, alignment_of): New functions.
468 (s390_push_arguments): Rewritten to handle passing large arguments
469 by value, and to make more readable.
470
471 * s390-tdep.c (s390_pop_frame): Call generic_pop_current_frame, to
472 interact correctly with generic dummy frames.
473 (s390_pop_frame_regular): Move the guts of the frame-popping code
474 to here, to be called by generic_pop_current_frame. Use the
475 frame's saved_regs array; this works for `return' as well as
476 inferior function calls.
477
478 * s390-tdep.c (s390_gdbarch_init): Register the function
479 `standard_coerce_float_to_double', since GCC for the S/390 follows
480 the standard rules for passing floats.
481
482 * valops.c (default_coerce_float_to_double,
483 standard_coerce_float_to_double): Doc fixes.
484
485 Patch from Peter Schauer:
486
487 * symtab.c (find_pc_sect_line): If we can't find the function
488 containing PC, we certainly won't have line number information for
489 that location, so return zero immediately.
490
491 2001-11-10 Andrew Cagney <ac131313@redhat.com>
492
493 * config/i960/tm-nindy960.h (REGISTER_CONVERTIBLE)
494 (REGISTER_CONVERT_TO_RAW, REGISTER_CONVERT_TO_VIRTUAL): Delete
495 undef.
496 * i960-tdep.c (i960_register_type): New function.
497 * config/i960/tm-i960.h (REGISTER_CONVERTIBLE): Delete.
498 (REGISTER_CONVERT_TO_VIRTUAL): Delete.
499 (REGISTER_CONVERT_TO_RAW): Delete.
500 (REGISTER_VIRTUAL_TYPE): Update. Call i960_register_type.
501
502 2001-11-10 Andrew Cagney <ac131313@redhat.com>
503
504 * m88k-tdep.c (m88k_register_type): New function.
505 * config/m88k/tm-m88k.h (REGISTER_CONVERTIBLE): Delete.
506 (REGISTER_CONVERT_TO_VIRTUAL): Delete.
507 (REGISTER_CONVERT_TO_RAW): Delete.
508 (m88k_register_type): Declare.
509 (REGISTER_VIRTUAL_TYPE): Update. Call m88k_register_type.
510
511 2001-11-11 Mark Kettenis <kettenis@elgar.my.domain>
512
513 * i386-tdep.h (FPU_REG_RAW_SIZE): Define unconditionally.
514 * i387-nat.c, i387-tdep.c: Unconditionally include "i386-tdep.h".
515 * config/i386/tm-i386.h (FPU_REG_RAW_SIZE): Removed.
516 (SIZEOF_FPU_REGS): Don't use FPU_REG_RAW_SIZE here.
517
518 2001-11-12 Jim Blandy <jimb@redhat.com>
519
520 Patch from Andreas Schwab <schwab@suse.de>:
521 * eval.c (evaluate_subexp_standard): Fix memory leak: use alloca
522 instead of xmalloc.
523
524 2001-11-12 Jim Blandy <jimb@redhat.com>
525
526 * corefile.c (write_memory_unsigned_integer,
527 write_memory_signed_integer): New functions.
528 (write_memory): Move to be with other write_memory_* functions.
529 * gdbcore.h (write_memory_unsigned_integer,
530 write_memory_signed_integer): New declarations.
531
532 2001-11-11 Geoffrey Keating <geoffk@redhat.com>
533
534 * dwarf2read.c (dwarf_decode_lines): Properly deal with
535 unknown standard opcodes.
536
537 2001-11-11 Andrew Cagney <ac131313@redhat.com>
538
539 * README (alpha-dec-osf5.1): Mention -DUSE_LDR_ROUTINES.
540 (sparcv9-sun-solars2.8): Mention problem with 64 bit GCC 3.0.x.
541 (i586-sco-sysv5uw7.1.1): Mention problem with threads.
542
543 2001-11-11 Andrew Cagney <ac131313@redhat.com>
544
545 From Mark Kettenis <kettenis@gnu.org>:
546 * breakpoint.c (breakpoint_re_set_one): Don't discard SHLIB
547 breakpoints when they fail.
548
549 2001-11-10 Andrew Cagney <ac131313@redhat.com>
550
551 * printcmd.c, valprint.c, language.c, linespec.c, infcmd.c,
552 gnu-nat.c, findvar.c, expprint.c, typeprint.c, stack.c, top.c:
553 Replace value_ptr with struct value.
554
555 2001-11-10 Andrew Cagney <ac131313@redhat.com>
556
557 * c-valprint.c, ch-lang.c, ch-valprint.c, cp-valprint.c,
558 p-valprint.c, scm-exp.c, scm-lang.c, scm-valprint.c: Replace
559 value_ptr with struct value.
560
561 2001-11-10 Andrew Cagney <ac131313@redhat.com>
562
563 * eval.c: Replace most occurances of value_ptr with struct value.
564
565 2001-11-09 Jim Blandy <jimb@redhat.com>
566
567 * s390-tdep.c: Don't use a call dummy.
568 (s390_fix_call_dummy, s390_pc_in_call_dummy): Delete.
569 (s390_push_return_address): Put the address of the inferior call
570 breakpoint in r14.
571 (s390_gdbarch_init):
572 - Provide trivial definition of s390_call_dummy_words; register it
573 with the gdbarch appropriately.
574 - Delete S390x_call_dummy_words.
575 - Gather inferior-call-related settings into a group.
576 - Use generic dummy frames.
577 - Put the inferior call breakpoint at the entry point.
578 - Use generic gdbarch methods: pc_in_call_dummy_at_entry_point,
579 generic_push_dummy_frame, generic_fix_call_dummy.
580 - There is a call dummy breakpoint offset; it's zero.
581
582 * s390-tdep.c: (s390_push_arguments): Write a back chain pointer
583 into the dummy frame, to help us get backtraces.
584
585 * values.c (value_as_address): If VAL is a function or method,
586 just return its address; don't let COERCE_ARRAY convert its
587 address to a pointer, and then have unpack_long convert it back to
588 an address.
589
590 2001-11-06 Pierre Muller <muller@ics.u-strasbg.fr>
591
592 * p-lang.c (is_pascal_string_type): New function to determine if a
593 type is a string type.
594 * p-lang.h: Add prototype for is_pascal_string_type.
595 * p-valprint.c (pascal_val_print) : Use is_pascal_string_type function
596 to display strings nicely.
597
598 2001-11-06 Pierre Muller <muller@ics.u-strasbg.fr>
599
600 * p-exp.y (yylex): Only change case of expression if symbol is found.
601 Also check for GPC standard name form.
602
603 2001-11-08 Andrew Cagney <ac131313@redhat.com>
604
605 * gdb_indent.sh: New file.
606
607 2001-11-08 Jim Blandy <jimb@redhat.com>
608
609 * s390-tdep.c (s390_get_frame_info): Initialize got_load_addr and
610 got_load_len, to placate compiler.
611
612 2001-11-08 Mark Kettenis <kettenis@gnu.org>
613
614 * i386-tdep.c (i386_gdbarch_init): Fix typo.
615
616 2001-11-08 Jim Blandy <jimb@redhat.com>
617
618 * s390-tdep.c (s390_gdbarch_init): Use func_frame_chain_valid, not
619 file_frame_chain_valid.
620
621 * s390-tdep.c (s390_get_frame_info): If the prologue loads r12
622 from the constant pool, but doesn't add in the constant pool's
623 address to it, then this function probably isn't using r12 as a
624 GOT pointer, and that load probably wasn't part of the prologue.
625
626 * s390-tdep.c (s390_gdbarch_init): Use the default
627 prepare_to_proceed function established by config/nm-linux.h;
628 don't try to set it to linuxthreads_prepare_to_proceed.
629
630 Wed Nov 7 20:38:14 2001 Andrew Cagney <cagney@redhat.com>
631
632 * i386-tdep.c: Include "i386-tdep.h".
633 (XMALLOC): Define.
634 (i386_gdbarch_init): New function.
635 (_initialize_i386_tdep): Register bfd_arch_i386.
636 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Define as
637 GDB_MULTI_ARCH_PARTIAL.
638 * i386-tdep.h: When partially multi-arch, conditionally define
639 all macros.
640
641 Wed Nov 7 20:45:32 2001 Andrew Cagney <cagney@redhat.com>
642
643 * i386-tdep.c (set_disassembly_flavor): Delete function.
644 (set_disassembly_flavor_sfunc): Delete function.
645
646 2001-11-07 Elena Zannoni <ezannoni@redhat.com>
647
648 * dbxread.c (set_namestring): New function, replacing the
649 SET_NAMESTRING macro.
650 (SET_NAMESTRING, CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE,
651 CUR_SYMBOL_STRX, DBXREAD_ONLY, START_PSYMTAB, END_PSYMTAB): Delete
652 definitions.
653 (read_dbx_symtab): Don't include partial-stab.h any more. Don't
654 reuse code in partial-stab.h, include the code directly, instead.
655
656 * Makefile.in (dbxread.o): Remove dependency on partial-stab.h.
657 (HFILES_NO_SRCDIR): Remove partial-stab.h.
658
659 * partial-stab.h: Remove file.
660
661 2001-11-07 Andrew Cagney <ac131313@redhat.com>
662
663 * gdbarch.sh: For multi-arch functions, check there is a
664 predefault and use it as the static default.
665 * gdbarch.c: Re-generate.
666
667 2001-11-08 Mark Kettenis <kettenis@gnu.org>
668
669 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Define in
670 terms of NUM_GREGS, NUM_FREGS and NUM_SSE_REGS instead of
671 hardcoding the register number.
672
673 2001-11-07 Andrew Cagney <ac131313@redhat.com>
674
675 * gdbarch.sh (USE_STRUCT_CONVENTION): Default to
676 generic_use_struct_convention.
677 * gdbarch.h, gdbarch.c: Regenerate.
678 * values.c (USE_STRUCT_CONVENTION): Delete definition, moved to
679 gdbarch.h.
680
681 2001-11-06 Andrew Cagney <ac131313@redhat.com>
682
683 * gdbarch.sh (PC_IN_CALL_DUMMY): Require a value.
684 * gdbarch.c: Regenerate.
685
686 2001-11-06 Fred Fish <fnf@redhat.com>
687
688 * complaints.c (info_verbose): Remove unneeded decl, is in defs.h.
689 * dbxread.c: Ditto
690 * dwarf2read.c: Ditto.
691 * dwarfread.c: Ditto.
692 * exec.c: Ditto.
693 * hpread.c: Ditto.
694 * hpread.h: Ditto.
695 * mdebugread.c: Ditto.
696 * os9kread.c: Ditto.
697 * stack.c: Ditto.
698 * symfile.c: Ditto.
699 * tracepoint.c: Ditto.
700
701 2001-11-06 Andrew Cagney <ac131313@redhat.com>
702
703 * MAINTAINERS: Update Andrew Cagney's responsibilities. Mention
704 David Taylor and Nick Duffek in past maintainers.
705
706 2001-11-06 Elena Zannoni <ezannoni@redhat.com>
707
708 * mdebugread.c (CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE, START_PSYMTAB,
709 END_PSYMTAB, SET_NAMESTRING, HANDLE_RBRAC): Delete definitions.
710 (parse_partial_symbols): Don't include partial-stab.h any
711 more. Don't reuse code in partial-stab.h, include the code
712 directly, instead. Simplify code from partial-stab.h eliminating
713 ifdef DBXREAD_ONLY code.
714
715 * Makefile.in (mdebugread.o): Remove dependency on partial-stab.h.
716
717 2001-11-06 Jim Blandy <jimb@redhat.com>
718
719 * s390-nat.c: #include "regcache.h", to get declaration for
720 `supply_register'. (The last change already added the dependency
721 of s390-nat.o on regcache.h. Oops.)
722
723 * Makefile.in (ALLDEPFILES): Add s390-tdep.c and s390-nat.c.
724 (s390-tdep.o, s390-nat.o): New rules.
725
726 * s390-nat.c (s390_register_u_addr): Pass proper arguments to
727 internal_error.
728
729 2001-11-06 Andrew Cagney <ac131313@redhat.com>
730
731 * gdbarch.sh (CALL_DUMMY_LOCATION): Require a value.
732 * gdbarch.c: Regenerate.
733
734 2001-11-06 Andrew Cagney <ac131313@redhat.com>
735
736 * blockframe.c (get_prev_frame): Replace #ifdef
737 INIT_EXTRA_FRAME_INFO with run-time test.
738
739 2001-11-05 Andrew Cagney <ac131313@redhat.com>
740
741 * gdbarch.sh (push_return_address): Change to a function with
742 predicate.
743 * gdbarch.h, gdbarch.c: Re-generate.
744 * valops.c (hand_function_call): Replace #ifdef
745 PUSH_RETURN_ADDRESS with run-time test of PUSH_RETURN_ADDRESS_P.
746
747 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
748
749 * arch-utils.c (generic_in_function_epilogue_p): New function.
750 * arch-utils.h (generic_in_function_epilogue_p): Declare extern.
751 * breakpoint.c (watchpoint_check): Add test whether the pc is
752 currently in the epilogue of a function.
753 * gdbarch.c: Autogenerated from gdbarch.sh.
754 * gdbarch.h: Ditto.
755 * gdbarch.sh (function_list): Add `in_function_epilogue_p' definition.
756
757 2001-11-05 Jim Blandy <jimb@redhat.com>
758
759 * config/s390/s390.mh (NATDEPFILES): Don't split this across
760 several lines with backslashes; the `sed' command in
761 configure.in's AC_OUTPUT clause that comments out the NATDEPFILES
762 assignment doesn't handle lines extended with backslashes.
763
764 * configure.in (AC_OUTPUT): Handle assignments to NATDEPFILES
765 using `+=' as well as `='.
766 * configure: Regenerated.
767
768 2001-11-05 Andrew Cagney <ac131313@redhat.com>
769
770 * gdbarch.sh (init_extra_frame_info): Change to a function with
771 predicate.
772 * gdbarch.h, gdbarch.c: Re-generate.
773 * blockframe.c (create_new_frame): Replace #ifdef
774 INIT_EXTRA_FRAME_INFO with run-time test of
775 INIT_EXTRA_FRAME_INFO_P.
776
777 2001-11-05 Andrew Cagney <ac131313@redhat.com>
778
779 * gdbarch.sh (verify_gdbarch): Use a mem_file to accumulate all
780 error messages. Print in a single batch.
781 * gdbarch.c: Re-generate.
782
783 2001-11-04 Mark Kettenis <kettenis@gnu.org>
784
785 * i386-linux-nat.c (GETREGS_SUPPLIES, supply_gregset,
786 fill_gregset): Add support for "orig_eax" register.
787
788 Add support for "orig_eax" pseudo register on Linux/x86.
789 * i386-linux-tdep.c: Include "inferior.h".
790 (i386_linux_register_name, i386_linux_register_byte,
791 i386_linux_register_raw_size): New functions.
792 (i386_linux_write_pc): New function.
793 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): New define.
794 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
795 REGISTER_BYTE, REGISTER_RAW_SIZE): Define to deal with additional
796 register.
797 (i386_linux_register_name, i386_linux_register_byte,
798 i386_linux_register_raw_size): New prototypes.
799 (TARGET_WRITE_PC): New define.
800 (i386_linux_write_pc): New prototype.
801
802 * i386-tdep.c (i386_register_offset): Renamed from
803 i386_register_byte. Made static.
804 (i386_register_size): Renamed from i386_register_raw_size. Made
805 static.
806 (i386_register_virtual_size): Removed.
807 (i386_register_byte, i386_register_raw_size,
808 i386_register_virtual_size): New functions.
809 (_initialize_i386_tdep): Initialize i386_register_offset instead
810 of i386_register_byte. Remove code to initialize
811 i386_register_virtual_size.
812 * config/i386/tm-i386.h (REGISTER_BYTE): Redefine to use
813 i386_register_byte function.
814 (REGISTER_RAW_SIZE): Redefine to use i386_register_raw_size
815 function.
816 (REGISTER_VIRTUAL_SIZE): Redefine to use
817 i386_register_virtual_size function.
818 (i386_register_byte, i386_register_raw_size,
819 i386_register_virtual_size): New functions.
820
821 * Makefile.in (ALLDEPFILES): Add i387-nat.c.
822 (i387-nat.o): Add dependencies.
823
824 2001-11-02 Andrew Cagney <ac131313@redhat.com>
825
826 * README: Mention problem with alpha-dec-osf5.1.
827
828 2001-11-02 Andrew Cagney <ac131313@redhat.com>
829
830 * utils.c (internal_verror): Restore calls to abort().
831 Fix PR gdb/219.
832
833 2001-11-02 Michael Chastain <mec@shout.net>
834
835 * MAINTAINERS: Update my entry.
836
837 2001-11-01 Michael Snyder <msnyder@redhat.com>
838
839 * symtab.c (operator_chars): Allow '*' and '[' to be quoted in
840 operator names, to avoid regexp expansion.
841 (search_symbols): Alloca buffer is too small, may get clobbered.
842
843 2001-11-01 Fred Fish <fnf@redhat.com>
844
845 * coff-solib.c (coff_solib_add): Add new readsyms arg.
846 * irix5-nat.c (solib_add): Ditto.
847 * osfsolib.c (solib_add): Ditto.
848 * pa64solib.c (pa64_solib_add): Ditto.
849 * pa64solib.c (add_to_solist): Ditto.
850 * pa64solib.c (read_dld_descriptor): Ditto.
851 * solib.c (solib_add): Ditto.
852 * somsolib.c (som_solib_add): Ditto.
853 * win32-nat.c (child_solib_add): Ditto.
854 * xcoffsolib.c (solib_add): Ditto.
855
856 * coff-solib.h (coff_solib_add): Add new readsyms arg to prototype.
857 * pa64solib.c (add_to_solist): Ditto.
858 * pa64solib.c (read_dld_descriptor): Ditto.
859 * pa64solib.h (pa64_solib_add): Ditto.
860 * solib.h (solib_add): Ditto.
861 * somsolib.h (som_solib_add): Ditto.
862 * config/i386/tm-cygwin.h (child_solib_add): Ditto.
863
864 * coff-solib.c (coff_solib_add): If readsyms is zero don't read
865 symbols but do any other needed work for shared libs.
866 * irix5-nat.c: Ditto.
867 * osfsolib.c (solib_add): Ditto.
868 * solib.c (solib_add): Ditto.
869 * win32-nat.c (child_solib_add): Ditto.
870 * xcoffsolib.c (solib_add): Ditto.
871
872 * irix5-nat.c (sharedlibrary_command): Pass 1 as readsyms to
873 solib_add to force reading of shared library symbols.
874 * osfsolib.c (sharedlibrary_command;): Ditto.
875 * pa64solib.c (pa64_solib_sharedlibrary_command): Ditto.
876 * solib.c (sharedlibrary_command): Ditto.
877 * somsolib.c (som_solib_sharedlibrary_command): Ditto.
878 * xcoffsolib.c (sharedlibrary_command): Ditto.
879
880 * coff-solib.c (coff_solib_create_inferior_hook): Call solib_add
881 unconditionally with auto_solib_add.
882 * irix5-nat.c (solib_create_inferior_hook): Ditto.
883 * osfsolib.c (solib_create_inferior_hook): Ditto.
884 * solib.c (solib_create_inferior_hook): Ditto.
885 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
886 * solib-svr4.c (enable_break): Ditto.
887 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
888
889 * corelow.c (solib_add_stub): Add auto_solib_add to args passed
890 via SOLIB_ADD.
891 * sol-thread.c (sol_thread_attach): Ditto.
892 * config/rs6000/nm-rs6000.h (SOLIB_ADD): Ditto.
893
894 * infcmd.c (attach_command): Remove auto_solib_add decl.
895 Call SOLIB_ADD directly with auto_solib_add.
896 * infrun.c (handle_inferior_event): Ditto.
897
898 * coff-solib.h (SOLIB_ADD): Add readsyms arg.
899 * pa64solib.h (SOLIB_ADD): Ditto.
900 * solib.h (SOLIB_ADD): Ditto.
901 * somsolib.h (SOLIB_ADD): Ditto.
902 * config/i386/tm-cygwin.h (SOLIB_ADD): Ditto.
903
904 * fork-child.c (clone_and_follow_inferior): Remove unused
905 auto_solib_add decl.
906
907 * pa64solib.c (pa64_solib_add): Call add_to_solist with readsyms.
908 (read_dld_descriptor): Ditto.
909 (pa64_solib_add): Call read_dld_descriptor with readsyms.
910 (pa64_solib_in_dynamic_linker): Ditto.
911
912 * corelow.c (symfile.h): Need this for auto_solib_add declaration.
913 * sol-thread.c (symfile.h): Ditto.
914
915 2001-10-31 Andrew Cagney <ac131313@redhat.com>
916
917 * s390-nat.c (s390_remove_watchpoint): Use xfree.
918 (s390_insert_watchpoint): Use xmalloc.
919
920 2001-10-31 Andrew Cagney <ac131313@redhat.com>
921
922 * varobj.c: Replace value_ptr with ``struct value *''.
923
924 2001-10-31 Andrew Cagney <ac131313@redhat.com>
925
926 * varobj.c: Re-indent.
927
928 2001-10-31 Andrew Cagney <ac131313@redhat.com>
929
930 * x86-64-tdep.c (value_push, x86_64_push_arguments): Replace
931 ``value_ptr'' with ``struct value *''.
932 * s390-tdep.c (s390_push_arguments): Ditto.
933
934 2001-10-30 Andrew Cagney <ac131313@redhat.com>
935
936 * ppc-tdep.h: Add #ifndef wrapper. Replace value_ptr with
937 ``struct value *''.
938 (struct frame_info, struct value): Add opaque declarations.
939
940 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
941
942 * arch-utils.c (generic_in_solib_call_trampoline): New function.
943 * arch-utils.h (generic_in_solib_call_trampoline): Extern declaration.
944 * gdbarch.c: Regenerated from gdbarch.sh.
945 * gdbarch.h: Ditto.
946 * gdbarch.sh (function_list): Add `IN_SOLIB_CALL_TRAMPOLINE' definition.
947 * infrun.c (IN_SOLIB_CALL_TRAMPOLINE): Remove macro.
948
949 2001-10-31 Andrew Cagney <ac131313@redhat.com>
950
951 From DJ Barrow.
952 * s390-tdep.c: (s390_gdbarch_init): Don't initialize
953 find_solib_trampoline_target.
954
955 2001-10-31 Andrew Cagney <ac131313@redhat.com>
956
957 * remote-vx.c (net_wait): Fix typo from PIDGET change.
958
959 2001-10-31 Mark Kettenis <kettenis@gnu.org>
960
961 * config/i386/tm-i386.h (REGISTER_NAMES): Remove.
962 (REGISTER_NAME): New define.
963 (i386_register_name): New prototype.
964 * i386-tdep.c (i386_register_names): New variable.
965 (i386_register_name): New function.
966 * config/i386/tm-i386os9k.h, config/i386/tm-ptx.h,
967 config/i386/tm-symmetry.h: Undefine REGISTER_NAME instead of
968 REGISTER_NAMES.
969
970 2001-10-31 Christopher Faylor <cgf@redhat.com>
971
972 * win32-nat.c (register_loaded_dll): Attempt to ensure that the case of
973 the loaded DLL matches the on-disk case since the debugging API does
974 not seem to ensure this. Calculate max name length here.
975 (handle_load_dll): Move max name length calculation to
976 register_loaded_dll.
977
978 2001-10-31 Daniel Jacobowitz <drow@mvista.com>
979
980 * arm-linux-nat.c: Include <asm/ptrace.h> explicitly.
981
982 2001-10-30 Keith Seitz <keiths@redhat.com>
983
984 * wrapper.h (gdb_value_struct_elt): New function.
985 * wrapper.c (gdb_value_struct_elt): Ditto.
986 (do_captured_value_struct_elt): Ditto.
987
988 2001-10-30 Andrew Cagney <ac131313@redhat.com>
989
990 * README, NEWS: Update for 5.1.
991
992 2001-10-30 Andrew Cagney <ac131313@redhat.com>
993
994 * configure.in (WERROR_CFLAGS): Use AC_TRY_COMPILE to test the
995 -W... flags.
996 * configure: Re-generate.
997
998 2001-10-30 Fred Fish <fnf@redhat.com>
999
1000 * somsolib.c (som_solib_add): A megabyte is 1024*1024 bytes.
1001 * pa64solib.c (add_to_solist): Ditto.
1002 * win32-nat.c (_initialize_inftarg): Remove unnecessary
1003 initialization of auto_solib_add, it defaults to 1.
1004
1005 2001-10-27 Fred Fish <fnf@redhat.com>
1006
1007 * symfile.c (auto_solib_add): Update comment to note that
1008 this variable is now just used as a boolean to control shlib
1009 autoloading, and clarify when it is used.
1010 * symfile.h (auto_solib_add): Ditto.
1011
1012 * symfile.c (auto_solib_limit): New variable that holds the
1013 autoloading threshold instead of overloading auto_solib_add.
1014 * symfile.h (auto_solib_limit): Ditto.
1015
1016 * irix5-nat.c (_initialize_solib): Change auto-solib-add
1017 variable from var_zinteger to var_boolean and update help.
1018 * osfsolib.c (_initialize_solib): Ditto.
1019 * pa64solib.c (_initialize_pa64_solib): Ditto.
1020 * solib.c (_initialize_solib): Ditto.
1021 * somsolib.c (_initialize_som_solib): Ditto.
1022 * xcoffsolib.c (_initialize_solib): Ditto.
1023
1024 * pa64solib.c (pa64_solib_total_st_size): Update comment to
1025 note that the new auto_solib_limit variable is used instead
1026 of overloading auto_solib_add variable.
1027 (_initialize_pa64_solib): Ditto.
1028 * somsolib.c (som_solib_total_st_size): Ditto.
1029 (_initialize_som_solib): Ditto.
1030
1031 * pa64solib.c (_initialize_pa64_solib): Add new set/show
1032 commands for auto-solib-limit variable.
1033 * somsolib.c (_initialize_som_solib): Ditto
1034
1035 * pa64solib.c (add_to_solist): Check that auto_solib_add is
1036 set and use auto_solib_limit as the threshold size instead
1037 of auto_solib_add.
1038 * somsolib.c (som_solib_add): Ditto, and also change warning
1039 text about size threshold exceeded.
1040
1041 2001-10-21 Mark Kettenis <kettenis@gnu.org>
1042
1043 * config/i386/tm-i386v.h: Don't include "regcache.h".
1044 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, FRAME_CHAIN,
1045 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_NUM_ARGS):
1046 Remove macros. The versions from "tm-i386.h" should work fine
1047 (and in most cases even better).
1048
1049 2001-10-30 Mark Kettenis <kettenis@gnu.org>
1050
1051 * i386-tdep.c (i386_extract_return_value): Use
1052 convert_typed_floating to extract floating-point value from
1053 register buffer.
1054 (i386_store_return_value): Use convert_typed_floating to store
1055 floating-point return balue in register buffer
1056 (i386_register_virtual_type): Change type of floating-point
1057 registers to builtin_type_i387_ext.
1058 (i386_register_convert_to_virtual): Use convert_typed_floating to
1059 do the conversion.
1060 (i386_register_convert_to_raw): Likewise.
1061
1062 2001-10-29 Mark Kettenis <kettenis@gnu.org>
1063
1064 * doublest.h (convert_typed_floating): New prototype.
1065 * doublest.c (convert_typed_floating): New function.
1066
1067 2001-10-28 Mark Kettenis <kettenis@gnu.org>
1068
1069 * doublest.c: Improve comments a bit.
1070 (floatformat_from_length): New function.
1071 (NAN): Define to 0.0 if not already defined.
1072 (extract_floating): Rewrite to use floatformat_from_length. Warn
1073 instead of error if LEN doesn't match a known floating-point type,
1074 and return NaN (or 0.0 if NaN isn't available) in that case.
1075 (store_floating): Likewise, but zero out the target byte-stream if
1076 LEN doesn't match a known floating-point type.
1077 (extract_typed_floating): Reformat a bit.
1078 (store_typed_floating): Reformat a bit. Add comment about zeroing
1079 out padding in the target buffer.
1080 * doublest.h (extract_floating, store_floating): Fix comment about
1081 deprecation of these functions. Add parameter names to prototypes.
1082
1083 2001-10-28 Mark Kettenis <kettenis@gnu.org>
1084
1085 * i387-tdep.c (print_i387_value): Use extract_typed_floating to
1086 convert RAW to a DOUBLEST instead of extract_floating.
1087
1088 * gdbtypes.c (_initialize_gdbtypes): Set floating-point type for
1089 builtin_type_i387_ext to floatformat_i387_ext.
1090
1091 2001-10-24 Daniel Jacobowitz <drow@mvista.com>
1092
1093 * arm-linux-nat.c (fill_gregset): Do not check register_valid[].
1094 (fill_fpregset): Likewise.
1095
1096 2001-10-26 Orjan Friberg <orjanf@axis.com>
1097
1098 * cris-tdep.c (constraint): Loop through the whole cris_spec_regs
1099 struct, not just the NUM_SPECREGS first entries.
1100 (bdap_prefix): Read PC before autoincrement.
1101
1102 2001-10-24 Corinna Vinschen <vinschen@redhat.com>
1103
1104 * win32-nat.c (DebugSetProcessKillOnExit): New static function
1105 pointer to Windows' DebugSetProcessKillOnExit() function.
1106 (DebugActiveProcessStop): Ditto for DebugActiveProcessStop().
1107 (has_detach_ability): New function.
1108 (child_attach): If system has detach ability, enable it.
1109 (child_detach): If system has detach ability, actually
1110 detach from process.
1111 Change tty output to Linux format.
1112
1113 2001-10-23 Jim Blandy <jimb@redhat.com>
1114
1115 Isolate STABS readers' use of the `textlow' and `texthigh' fields
1116 of `struct partial_symtab' to only a few locations. This change
1117 is not supposed to affect the way the values are computed, only
1118 where they live.
1119
1120 * dbxread.c (struct symloc): Add `textlow' and `texthigh' fields
1121 to the reader-specific structure.
1122 * mdebugread.c (struct symloc): Same.
1123 * dbxread.c (TEXTLOW, TEXTHIGH): New accessor macros.
1124 * mdebugread.c (TEXTLOW, TEXTHIGH): Same.
1125 * dbxread.c (dbx_symfile_read): After we've built all our partial
1126 symbol tables, set each partial symtab's `textlow' and `texthigh'
1127 fields from our reader-specific structure.
1128 * mdebugread.c (mdebug_build_psymtabs): Same.
1129 * dbxread.c (start_psymtab): Initialize the reader-specific
1130 structure's `textlow' and `texthigh' from the new psymtab's.
1131 * mdebugread.c (parse_partial_symbols, new_psymtab): Same.
1132 * dbxread.c (read_dbx_symtab, end_psymtab, read_ofile_symtab): Use
1133 the reader-specific `textlow' and `texthigh', not the generic
1134 psymtab fields.
1135 * mdebugread.c (parse_lines, parse_partial_symbols,
1136 psymtab_to_symtab_1): Same.
1137 * partial-stab.h: Same.
1138
1139 Tue Oct 23 18:59:42 2001 Andrew Cagney <cagney@redhat.com>
1140
1141 * hp-psymtab-read.c, hppah-nat.c, hppa-tdep.c: Fix -Wformat
1142 problems.
1143
1144 Tue Oct 23 14:16:10 2001 Andrew Cagney <cagney@redhat.com>
1145
1146 * somsolib.c (som_solib_add): Use core_addr_to_host_pointer.
1147 (som_solib_desire_dynamic_linker_symbols): Compare integers with
1148 zero not NULL.
1149 * hp-psymtab-read.c (hpread_call_pxdb): Make parameter constant.
1150
1151 2001-10-21 Andrew Cagney <ac131313@redhat.com>
1152
1153 * top.c (print_gdb_version): Do not print ``(MI_OUT)''. MI
1154 interface is always enabled.
1155
1156 2001-10-21 Andrew Cagney <ac131313@redhat.com>
1157
1158 * Makefile.in: Replace top.h with $(top_h). Replace expression.h
1159 with $(expression_h). Replace command.h with $(command_h).
1160 (language_h): Define. Replace language.h with $(language_h).
1161 Replace call-cmds.h with $(call_cmds_h). Replace varobj.h with
1162 $(varobj_h).
1163 (wrapper_h, valprint_h, objfiles_h, complaints_h): Ditto.
1164 (serial_h, hpread_h, buildsym_h, stabsread_h): Ditto.
1165 (xcoffsolib_h, gdb_stabs_h, linespec_h): Ditto.
1166 (bcache_h, gdb_events_h, monitor_h): Ditto.
1167 (ser_unix_h, source_h): Ditto.
1168 (varobj_h): Update list.
1169
1170 * call-cmds.h: Add CALL_CMDS_H macro wrapper.
1171 * solist.h: Add SOLIST_H macro wrapper.
1172 * monitor.h: Add MONITOR_H macro wrapper.
1173 * typeprint.h: Add TYPEPRINT_H macro wrapper.
1174 * xcoffsolib.h: Add XCOFFSOLIB_H macro wrapper.
1175 * valprint.h: Add VALPRINT_H macro wrapper.
1176 * top.h: Add TOP_H macro wrapper.
1177
1178 2001-10-21 Andrew Cagney <ac131313@redhat.com>
1179
1180 * config/a29k/tm-vx29k.h, i386-tdep.c: Include "value.h".
1181 * arm-tdep.c, exec.c, ia64-tdep.c, infrun.c: Ditto.
1182 * ppc-linux-tdep.c, remote-es.c, remote.c: Ditto.
1183 * rs6000-tdep.c, s390-tdep.c, x86-64-tdep.c: Ditto.
1184 * Makefile.in (arm-tdep.o, exec.o, i386-tdep.o, ia64-tdep.o)
1185 (infrun.o, ppc-linux-tdep.o, remote.o, rs6000-tdep.o)
1186 (x86-64-tdep.o): Update dependencies.
1187 * gdbarch.sh [!GDB_MULTI_ARCH]: Include "value.h".
1188 * gdbarch.h, gdbarch.c: Re-generate.
1189
1190 2001-10-21 Mark Kettenis <kettenis@gnu.org>
1191
1192 * infptrace.c (child_xfer_memory): Fix a few coding standards
1193 violations.
1194
1195 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1196
1197 * config/djgpp/README: Fix a typo and tweak for GDB 5.1.
1198
1199 2001-10-20 Andrew Cagney <ac131313@redhat.com>
1200
1201 * jv-lang.h: Add #ifndef JV_LANG_H wrapper.
1202 (struct value): Add opaque declaration. Replace value_ptr with
1203 ``struct value *''.
1204 * jv-valprint.c, jv-lang.c: Replace value_ptr with equivalent
1205 struct.
1206
1207 * wrapper.h (struct value): Add opaque declaration. Replace
1208 value_ptr with ``struct value *''.
1209 * wrapper.c: Replace value_ptr with ``struct value *''.
1210 * breakpoint.h, breakpoint.c: Ditto.
1211 * cp-abi.h, hpacc-abi.c, gnu-v2-abi.c, cp-abi.c: Ditto.
1212
1213 2001-10-20 Andrew Cagney <ac131313@redhat.com>
1214
1215 * alpha-nat.c: Include <alpha/coreregs.h> instead of
1216 <machine/reg.h>.
1217 (fetch_osf_core_registers): Define core_reg_mapping in a way that
1218 works on OSF5 as well as previous OSF versions.
1219
1220 2001-10-20 Christopher Faylor <cgf@redhat.com>
1221
1222 * win32-nat.c (handle_load_dll): Avoid strlwr'ing loaded DLLs or cygwin
1223 may not be able to read them in certain situations.
1224
1225 2001-10-18 Andrew Cagney <ac131313@redhat.com>
1226
1227 * config/powerpc/nbsd.mt (SIM_OBS, SIM): Define.
1228 * config/powerpc/linux.mt (SIM, SIM_OBS): Ditto
1229
1230 2001-10-18 Andrew Cagney <ac131313@redhat.com>
1231
1232 * README: Mention problems with HP/UX.
1233
1234 2001-10-16 Andrew Cagney <ac131313@redhat.com>
1235
1236 Based on code by John Moore <jmore@redhat.com>:
1237
1238 * utils.c (core_addr_to_string): New function for conversion of
1239 CORE_ADDR to string.
1240 (string_to_core_addr): New function to convert from string to
1241 CORE_ADDR.
1242 * defs.h: Added extern statements for the above.
1243
1244 2001-10-17 Jason Molenda (jason-cl@molenda.com)
1245
1246 * symtab.c (lookup_block_symbol): Break out of linear search
1247 if we're past the range of possible matches.
1248
1249 2001-10-16 Christopher Faylor <cgf@redhat.com>
1250
1251 * win32-nat.c (safe_symbol_file_add_stub): Improve logic for avoiding
1252 load of already loaded DLL.
1253 (register_loaded_dll): Convert loaded DLL name to "posix" format or it
1254 will confuse subsequent opening of the filename due to dos paths.
1255 (dll_symbol_command): Pass from_tty parameter to safe_symbol_file_add.
1256
1257 2001-10-15 Elena Zannoni <ezannoni@redhat.com>
1258
1259 * symtab.c (lookup_block_symbol): Update comment.
1260
1261 2001-10-15 Andrew Cagney <ac131313@redhat.com>
1262
1263 * value.h (value_as_address): Rename value_as_pointer.
1264 * eval.c, findvar.c, gnu-v2-abi.c, gnu-v3-abi.c, jv-lang.c,
1265 jv-valprint.c, printcmd.c, stack.c, top.c, valarith.c, valops.c,
1266 values.c: Update.
1267
1268 202001-10-15 Jim Ingham <jingham@inghji.apple.com>
1269
1270 * valarith.c (value_sub): Don't pass a raw type to
1271 value_from_pointer, it has to go through check_typedef first.
1272
1273 2001-10-15 Andrew Cagney <ac131313@redhat.com>
1274
1275 * gdbarch.sh (fallbackdefault): Set to one when predefault is
1276 empty.
1277 * gdbarch.h: Regenerate.
1278
1279 2001-10-15 Andrew Cagney <ac131313@redhat.com>
1280
1281 * mips-tdep.c (mips_integer_to_address): New function.
1282 (mips_gdbarch_init): Initialize pointer_to_address,
1283 address_to_pointer and integer_to_address.
1284
1285 * config/mips/tm-mips.h (POINTER_TO_ADDRESS): Delete
1286 (ADDRESS_TO_POINTER): Delete.
1287
1288 * d10v-tdep.c (d10v_integer_to_address): New function.
1289 (d10v_gdbarch_init): Initialize integer_to_address.
1290
1291 * values.c (value_as_pointer): Use INTEGER_TO_ADDRESS when
1292 available.
1293
1294 * gdbarch.sh (INTEGER_TO_ADDRESS): New predicate and function.
1295 * gdbarch.h, gdbarch.c: Regenerate.
1296
1297 2001-10-14 Mark Kettenis <kettenis@gnu.org>
1298
1299 * config/s390/nm-linux.h: Don't include <signal.h>.
1300 (lin_lwp_attach_lwp, ATTACH_LWP, lin_thread_get_thread_signals,
1301 GET_THREAD_SIGNAL): Remove.
1302
1303 * config/nm-linux.h (struct objfile): Remove forward declaration.
1304 (linuxthreads_new_objfile): Remove prototype.
1305 (linuxthreads_pid_to_str): Remove prototype.
1306 (PREPARE_TO_PROCEED): Redefine in terms of
1307 lin_lwp_prepare_to_proceed.
1308 (struct target_waitstatus): Forward declaration.
1309 (child_wait): New prototype.
1310 (CHILD_WAIT): Define.
1311 (lin_lwp_attach_lwp, ATTACH_LWP, lin_thread_get_thread_signals,
1312 GET_THREAD_SIGNAL): Moved here from arch-specific files.
1313 * config/alpha/nm-linux.h, config/arm/nm-linux.h,
1314 config/ia64/nm-linux.h, config/mips/nm-linux.h,
1315 config/powerpc/nm-linux.h: Don't include <signal.h>.
1316 (lin_lwp_attach_lwp, ATTACH_LWP, lin_thread_get_thread_signals,
1317 GET_THREAD_SIGNAL): Remove.
1318 * config/i386/nm-linux.h: Likewise.
1319 (struct target_waitstatus, child_wait, CHILD_WAIT): Remove.
1320 * config/m68k/linux.mh, config/sparc/linux.mh (NATDEPFILES):
1321 Remove linux-thread.o. Add proc-service.o, thread-db.o and
1322 lin-lwp.o.
1323 (LOADLIBES): New variable.
1324
1325 * sparc-nat.c (fetch_core_registers): Remove redundant prototype.
1326
1327 * proc-service.c (BUILD_LWP): Redefine in terms of ptid_build.
1328
1329 Fix attaching to cloned processes. This fixes PR gdb/61.
1330 * lin-lwp.c (struct lwp_info): Add new member `cloned'.
1331 (is_cloned) Removed.
1332 (lin_lwp_attach_lwp): Don't call stop_wait_callback. Instead call
1333 waitpid explicitly. Mark the LWP as cloned if waitpid fails and
1334 retry with __WCLONE flag.
1335 (lin_lwp_attach): Likewise. Warn if attaching to a cloned process.
1336 (detach_callback): Replace use of is_cloned with explicit check on
1337 LWP id and process id.
1338 (stop_wait_callback): Replace use of is_cloned with check if LWP
1339 is marked as cloned.
1340 [CHILD_WAIT] (child_wait): New function.
1341 (lin_lwp_wait): Replace use of is_cloned with check if LWP is
1342 marked as cloned. Mark newly detected LWPs as cloned if detected
1343 by waitpid with __WCLONE flag.
1344 (kill_wait_callback): Replace use of is_cloned with check if LWP
1345 is marked as cloned.
1346 * config/i386/nm-linux.h (struct target_waitstatus): Add forward
1347 declaration.
1348 (child_wait): Add prototype.
1349 (CHILD_WAIT): Define.
1350
1351 2001-10-13 Andrew Cagney <ac131313@redhat.com>
1352
1353 S/390 31 & 64 bit target and GNU/Linux native support.
1354 Contributed by D.J. Barrow <djbarrow@de.ibm.com> of IBM.
1355 * s390-nat.c, s390-tdep.c: New file.
1356 * config/s390/nm-linux.h, config/s390/s390.mh: New file.
1357 * config/s390/s390.mt, config/s390/s390x.mt: New file.
1358 * config/s390/tm-linux.h, config/s390/tm-s390.h: New file.
1359 * config/s390/xm-linux.h: New file.
1360 * NEWS: Update.
1361 * MAINTAINERS: Update.
1362
1363 2001-10-13 Andrew Cagney <ac131313@redhat.com>
1364
1365 From 2001-07-09 D.J. Barrow <djbarrow@de.ibm.com>:
1366 * gdbarch.sh: Fixed CALL_DUMMY_BREAKPOINT_OFFSET to check
1367 CALL_DUMMY_BREAKPOINT_OFFSET_P.
1368 * gdbarch.c: Regenerate.
1369
1370 2001-10-13 Mark Kettenis <kettenis@gnu.org>
1371
1372 * thread-db.c: Fix a few formatting mistakes.
1373
1374 2001-10-12 Christopher Faylor <cgf@redhat.com>
1375
1376 * win32-nat.c (safe_symbol_file_add_stub): Properly initialize linked
1377 list pointer to beginning rather than one beyond beginning.
1378
1379 2001-10-12 Daniel Jacobowitz <drow@mvista.com>
1380
1381 * symtab.h (struct block): (ALL_BLOCK_SYMBOLS): New macro.
1382
1383 * symtab.c (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
1384 (make_symbol_completion_list): Likewise.
1385 (make_symbol_overload_list): Likewise.
1386 * buildsym.c (finish_block): Likewise.
1387 * breakpoint.c (get_catch_sals): Likewise.
1388 * mdebugread.c (mylookup_symbol): Likewise.
1389 * objfiles.c (objfile_relocate): Likewise.
1390 * printcmd.c (print_frame_args): Likewise.
1391 * stack.c (print_block_frame_locals): Likewise.
1392 (print_block_frame_labels): Likewise.
1393 (print_frame_arg_vars): Likewise.
1394 * symmisc.c (dump_symtab): Likewise.
1395 * tracepoint.c (add_local_symbols): Likewise.
1396 (scope_info): Likewise.
1397
1398 2001-10-12 Daniel Jacobowitz <drow@mvista.com>
1399
1400 * minsyms.c (msymbol_hash): Use better hash function.
1401 (msymbol_hash_iw): Likewise. Terminate loop at '(' properly.
1402
1403 * objfiles.h: Increase MINIMAL_SYMBOL_HASH_SIZE to match modern
1404 binaries.
1405
1406 2001-10-12 Daniel Jacobowitz <drow@mvista.com>
1407
1408 * printcmd.c (print_frame_args): Move symbol iteration explicitly
1409 inside the func != NULL block.
1410
1411 2001-10-12 Fernando Nasser <fnasser@redhat.com>
1412
1413 * MAINTAINERS (Misc): Add Ian Roxborough as tcl/, tk/ and itcl/
1414 maintainer.
1415
1416 2001-10-12 Pierre Muller <muller@ics.u-strasbg.fr>
1417
1418 * config/i386/tm-cygwin.h: Include tm-i386.h instead of tm-i386v.h.
1419 This fixes errors in "long long" handling for 'finish' and 'return'
1420 commands.
1421
1422 2001-10-12 Christopher Faylor <cgf@redhat.com>
1423
1424 * win32-nat.c (safe_symbol_file_add_stub): Avoid adding a shared
1425 library if it has already been loaded.
1426 (safe_symbol_file_add_cleanup): Don't mess with stderr or we won't see
1427 any error messages.
1428 (safe_symbol_file_add): Ditto.
1429 (solib_symbols_add): Make static. Accept 'from_tty' parameter. Pass
1430 it to safe_symbol_file_add.
1431 (core_dll_symbols_add): Accomodate extra solib_symbols_add parameter.
1432 (child_solib_add): Ditto.
1433
1434 * win32-nat.c (handle_exception): Don't print "first chance"
1435 exceptions.
1436 (get_child_debug_event): Continue from exceptions if !handle_exception.
1437
1438 2001-10-11 Tom Tromey <tromey@redhat.com>
1439
1440 * symtab.c (lookup_symtab): Removed.
1441 (lookup_symtab_1): Renamed to lookup_symtab.
1442
1443 2001-10-10 Christopher Faylor <cgf@redhat.com>
1444
1445 * win32-nat.c (get_child_debug_event): Close file handles created after
1446 process creation and DLL load.
1447 (child_create_inferior): Close unneeded process/thread handle after
1448 thread creation.
1449
1450 2001-10-10 Jim Blandy <jimb@redhat.com>
1451
1452 * mn10300-tdep.c (mn10300_analyze_prologue): Doc fixes.
1453
1454 2001-10-10 Keith Seitz <keiths@redhat.com>
1455
1456 * varobj.c (cplus_value_of_child): Deal with a failure
1457 to dereference a pointer object.
1458
1459 2001-10-08 J. Brobecker <brobecker@gnat.com>
1460
1461 * hpux-thread.c: rewrite find_active_thread() and find_tcb()
1462 to use ptid_t, instead of overloading the thread and the pid
1463 into the same 32-bit value. Make associated necessary adaptations.
1464 Also remove unused variable cached_active_thread.
1465
1466 2001-10-08 Nicholas Duffek <nsd@redhat.com>
1467
1468 * MAINTAINERS (powerpc, SCO/Unixware, Solaris/x86): Remove my
1469 entries.
1470
1471 2001-10-06 Mark Kettenis <kettenis@beast.freebsd.org>
1472
1473 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Define.
1474
1475 2001-10-04 Tom Tromey <tromey@redhat.com>
1476
1477 * main.c (enable_external_editor): Don't declare.
1478 (captured_main): Don't set enable_external_editor.
1479
1480 2001-10-02 Kevin Buettner <kevinb@redhat.com>
1481
1482 * Makefile.in (ALLDEPFILES): Add solib-svr4.c and solib-sunos.c
1483 to this list.
1484 (solib-sunos.o): Add dependencies.
1485 (solib-svr4.o): Revise dependencies.
1486 * solib-svr4.c: Remove SunOS shared library support.
1487 * solib-sunos.c: New file, created from solib-svr4.c, which still
1488 contains SunOS shared library support, but no SVR4 support.
1489
1490 * config/i386/nbsd.mh (NATDEPFILES): Remove solib-svr4.o and
1491 solib-legacy.o from this list. Add solib-sunos.o.
1492 * config/i386/sun386.mt (TDEPFILES): Likewise.
1493 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
1494 * config/m68k/sun2os4.mt (TDEPFILES): Likewise.
1495 * config/m68k/sun3os4.mt (TDEPFILES): Likewise.
1496 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
1497 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
1498 * config/sparc/sun4os4.mt (TDEPFILES): Likewise.
1499
1500 2001-10-01 Elena Zannoni <ezannoni@redhat.com>
1501
1502 * Makefile.in (mipsread.o): Remove old dependency on partial-stab.h.
1503
1504 2001-10-01 Elena Zannoni <ezannoni@redhat.com>
1505
1506 * xcoffread.c (N_UNDF, N_ABS, N_TEXT, N_DATA, N_BSS, N_COMM, N_FN,
1507 N_EXT, N_INDR, N_SETA, N_SETT, N_SETD, N_SETB, N_SETV,
1508 CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE, START_PSYMTAB, END_PSYMTAB,
1509 SET_NAMESTRING): Delete definitions.
1510 Don't include language.h any more.
1511 Don't include partial-stab.h any more.
1512 (scan_xcoff_symtab): Don't jump through hoops to reuse code in
1513 partial-stab.h, include the code directly, instead.
1514
1515 * Makefile.in (xcoffread.o): Remove dependency on partial-stab.h.
1516
1517 2001-10-01 Andrew Cagney <ac131313@redhat.com>
1518
1519 * infcmd.c (do_registers_info): Delete code dumping large
1520 registers. Handled by val_print.
1521
1522 2001-09-30 Andrew Cagney <ac131313@redhat.com>
1523
1524 * gdbarch.sh (gdbarch_alloc): Name the new architecture
1525 ``current_gdbarch'' so that it, and not the identically named
1526 global is refered to by macros.
1527 * gdbarch.c: Regenerate.
1528
1529 2001-09-29 Andrew Cagney <ac131313@redhat.com>
1530
1531 * cli/cli-decode.c (add_set_boolean_cmd): Define.
1532 * cli/cli-decode.h (add_set_boolean_cmd): Declare.
1533 * command.h (add_set_boolean_cmd): Ditto.
1534 * remote.c (_initialize_remote): Use add_set_boolean_cmd for "set
1535 remotebreak"
1536
1537 2001-09-29 Andrew Cagney <ac131313@redhat.com>
1538
1539 * gdbarch.sh (gdbarch_dump): Sort output.
1540 * gdbarch.c: Regenerate.
1541
1542 2001-09-29 Andrew Cagney <ac131313@redhat.com>
1543
1544 * rs6000-tdep.c (rs6000_gdbarch_init): Don't use the previous
1545 architecture to infer the wordsize. Previous architecture may not
1546 be a PowerPC.
1547
1548 2001-09-27 J. Brobecker <brobecker@gnat.com>
1549
1550 * infttrace.c (kill_inferior): Issue a TT_PROC_EXIT request rather
1551 than a TT_PROC_STOP request to kill the inferior and its child
1552 processes. Otherwise, the inferior is not killed on HPUX 11.0.
1553 Removed the code that detaches the child processes since we just
1554 killed them.
1555
1556 2001-09-26 Andrew Cagney <ac131313@redhat.com>
1557
1558 * serial.c (serial_set_cmdlist, serial_show_cmdlist): New
1559 variables.
1560 (serial_set_cmd, serial_show_cmd): New functions.
1561 (_initialize_serial): Add "set/show serial" command.
1562
1563 2001-09-26 Andrew Cagney <ac131313@redhat.com>
1564
1565 * CONTRIBUTE: Update.
1566
1567 2001-09-26 Kevin Buettner <kevinb@redhat.com>
1568
1569 * solib-svr4.h (set_solib_svr4_fetch_link_map_offsets): Add
1570 argument ``gdbarch''.
1571 * solib-svr4.c (SVR4_FETCH_LINK_MAP_OFFSETS): Change default value.
1572 (default_svr4_fetch_link_map_offsets): Rename to
1573 legacy_fetch_link_map_offsets().
1574 (svr4_fetch_link_map_offsets): New function.
1575 (fetch_link_map_offsets, fetch_link_map_offsets_init): Deleted.
1576 (fetch_link_map_offsets_gdbarch_data): New static global.
1577 (set_solib_svr4_fetch_link_map_offsets): Add argument ``gdbarch''.
1578 Revise to invoke set_gdbarch_data().
1579 (init_fetch_link_map_offsets): Change return type and add an
1580 argument so that it may be used as a gdbarch_data initializer.
1581 (_initialize_svr4_solib): Eliminate use of gdbarch swap mechanism.
1582 Use gdbarch data mechanism instead.
1583
1584 2001-09-25 Jiri Smid <smid@suse.cz>
1585
1586 * x86-64-linux-tdep.c (LINUX_SIGINFO_SIZE): Add.
1587 (x86_64_linux_sigcontext_addr): Replace `sizeof (struct siginfo)'
1588 by LINUX_SIGINFO_SIZE.
1589
1590 2001-09-24 Andrew Cagney <ac131313@redhat.com>
1591
1592 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): New
1593 variables.
1594 (maintenance_set_profile_cmd): New function.
1595 (maintenance_show_cmd, maintenance_set_cmd): New functions.
1596 (_initialize_maint_cmds): Add "maintenance set" and "maintenance
1597 show" and, commented out, "maintenance set/show profile" commands.
1598
1599 2001-09-24 Andrew Cagney <ac131313@redhat.com>
1600
1601 * findvar.c (read_var_value): For LOC_INDIRECT and LOC_REF_ARG
1602 convert the pointer into a CORE_ADDRs.
1603
1604 2001-09-24 Andrew Cagney <ac131313@redhat.com>
1605
1606 * doublest.h (store_floating, extract_floating): Add comment
1607 indicating these functions are deprecated.
1608 (extract_typed_floating, store_typed_floating): Declare.
1609 * doublest.c: Include "gdbtypes.h".
1610 (extract_typed_floating, store_typed_floating): Define.
1611
1612 * stabsread.c (define_symbol): Use store_typed_floating.
1613 * valarith.c (value_binop): Ditto.
1614 * values.c (unpack_long): Use extract_typed_floating.
1615 (unpack_double): Ditto.
1616
1617 2001-09-24 Orjan Friberg <orjanf@axis.com>
1618
1619 * cris-tdep.c (reg_mode_add_sub_cmp_and_or_move_op): Fetch operand1
1620 from correct register.
1621
1622 2001-09-22 Mark Kettenis <kettenis@gnu.org>
1623
1624 * x86-64-linux-tdep.c (STRUCT_OFFSET): Removed.
1625
1626 2001-09-21 Jiri Smid <smid@suse.cz>
1627
1628 * config/i386/x86-64linux.mh: New file.
1629 * config/i386/x86-64linux.mt: New file.
1630 * config/i386/nm-x86_64.h: New file.
1631 * x86-64-linux-tdep.c: New file.
1632 * x86-64-linux-nat.c: New file.
1633 * x86-64-tdep.c: New file.
1634 * x86-64-tdep.h: New file.
1635 * i386-tdep.h: New file.
1636 * i387-nat.c: Include i386-tdep.h when multiarch.
1637 * i387-tdep.c: Ditto.
1638 * config/djgpp/fnchange.lst: Add entries for x86_64-linux-tdep.c
1639 and x86_64-linux-nat.c
1640 * Makefile.in: Add x86_64-linux-tdep.o, x86_64-tdep.o,
1641 x86_64-linux-tdep.o, x86_64-nat.o, update dependencies.
1642
1643 2001-09-21 Jiri Smid <smid@suse.cz>
1644
1645 * MAINTAINERS: Add myself to the write-after-approval list.
1646 * i386-nat.c (TARGET_HAS_DR_LEN_8, DR_LEN_8): Declare.
1647 (i386_length_and_rw_bits, i386_handle_nonaligned_watchpoint,
1648 i386_insert_watchpoint, i386_remove_watchpoint): Add support for
1649 8-byte wide watchpoints.
1650 (i386_show_dr): Debug message format string change.
1651
1652 2001-09-21 Michael Snyder <msnyder@redhat.com>
1653
1654 * c-exp.y (typebase): Accept (signed long long) as a type expr.
1655
1656 2001-09-20 Michael Snyder <msnyder@redhat.com>
1657 Changes by Daniel Berlin <dan@cgsoftware.com>, to support
1658 better parsing of const and volatile type expressions.
1659 * c-exp.y (const_and_volatile, const_or_volatile_noopt,
1660 const_or_volatile): New non-terminals.
1661 (ptype): Use new rule for const_or_volatile.
1662 (typebase): Use new rule for const_or_volatile_noopt.
1663 * parser-defs.h (enum type_pieces): New values tp_const, tp_volatile.
1664 * parse.c (follow_types): Handle tp_const and tp_volatile on the
1665 type stack: call make_cv_type to create new const/volatile type.
1666
1667 2001-09-20 Kevin Buettner <kevinb@redhat.com>
1668
1669 * solib-svr4.c (fetch_link_map_offsets): Add comment.
1670 (fetch_link_map_offsets_init): New static global.
1671 (set_solib_svr4_fetch_link_map_offsets, init_fetch_link_map_offsets):
1672 Revise implementation to use ``fetch_link_map_offsets_init''
1673 instead of ``fetch_link_map_offsets''.
1674
1675 2001-09-20 Alan Modra <amodra@bigpond.net.au>
1676
1677 * coffread.c: Replace all occurrences of bfd_read with bfd_bread.
1678 * dbxread.c: Likewise.
1679 * dwarf2read.c: Likewise.
1680 * dwarfread.c: Likewise.
1681 * somread.c: Likewise.
1682 * ultra3-nat.c: Likewise.
1683 * xcoffread.c: Likewise.
1684
1685 2001-09-19 Andrew Cagney <ac131313@redhat.com>
1686
1687 * cris-tdep.c (cris_get_signed_offset): Change return type to an
1688 explicitly signed char.
1689
1690 * config/mcore/tm-mcore.h (mcore_virtual_frame_pointer): Update
1691 function signature to match recent tracepoint.c:encode_actions
1692 changes.
1693 * mcore-tdep.c (mcore_virtual_frame_pointer): Ditto.
1694
1695 2001-09-18 Andrew Cagney <ac131313@redhat.com>
1696
1697 * thread.c (do_captured_thread_select): Add uiout parameter.
1698 (do_captured_list_thread_ids): Ditto.
1699 * breakpoint.c (do_captured_breakpoint_query): Ditto.
1700
1701 * breakpoint.c (gdb_breakpoint_query): Update. Use
1702 catch_exceptions.
1703 * thread.c (gdb_list_thread_ids): Ditto.
1704 (gdb_thread_select): Ditto.
1705 (thread_command): Pass uiout to gdb_thread_select.
1706
1707 * gdb.h (gdb_breakpoint_query): Add parameter ui_out.
1708 (gdb_thread_select, gdb_list_thread_ids): Ditto.
1709
1710 2001-09-13 Kevin Buettner <kevinb@redhat.com>
1711
1712 From Ilya Golubev <gin@mo.msk.ru>:
1713 * solib.c (clear_solib): Call `remove_target_sections' to fix
1714 stale pointers in `struct target_ops'.
1715 * irix5-nat.c (clear_solib): Likewise.
1716 * osfsolib.c (clear_solib): Likewise.
1717
1718 2001-09-13 Jim Blandy <jimb@redhat.com>
1719
1720 * monitor.c (monitor_load): Don't delete symtab users, or reset
1721 inferior_ptid.
1722
1723 * monitor.c (monitor_load): Fix indentation.
1724
1725 2001-09-11 Jim Blandy <jimb@redhat.com>
1726
1727 * printcmd.c (print_scalar_formatted): Compare the length of the
1728 value against the lengths of the target's floating-point types,
1729 not the host's. Add support for `long double'.
1730
1731 * printcmd.c (print_scalar_formatted): Fix indentation.
1732
1733 2001-09-10 Jim Blandy <jimb@redhat.com>
1734
1735 * rom68k-rom.c (init_rom68k_cmds): Set the flag indicating that
1736 programs running on the board can produce output.
1737
1738 2001-09-10 Jason Molenda (jmolenda@apple.com)
1739
1740 * NEWS: "ANS/ISO C" -> "ISO C".
1741 * MAINTAINERS (write-after-approval): Update my entry.
1742
1743 2001-09-08 Mark Kettenis <kettenis@gnu.org>
1744
1745 * config/xm-aix4.h (MEM_FNS_DECLARED): Removed.
1746
1747 * config/arm/xm-linux.h, config/ia64/xm-linux.h,
1748 config/m68k/xm-linux.h, config/mips/xm-linux.h,
1749 config/powerpc/xm-linux.h, config/sparc/xm-linux.h: Remove
1750 redundant inclusion of <unistd.h>.
1751
1752 * gdbtypes.h (struct block): Add forward declaration.
1753
1754 2001-09-07 Andrew Cagney <ac131313@redhat.com>
1755
1756 * defs.h (enum return_reason): Renumber so that all values are
1757 negative.
1758 (RETURN_MASK): Negate reason.
1759 (catch_exception_ftype): Declare.
1760 (catch_exceptions): Declare.
1761 * top.c (catcher): New function, based on catch_errors. Add in
1762 parameter func_uiout and out parameters func_val, func_caught and
1763 func_cleanup. Change type of func to catch_exceptions_ftype.
1764 Save/restore uiout.
1765 (struct catch_errors_args): Define.
1766 (do_catch_errors): New function.
1767 (catch_errors): Rewrite, use do_catch_errors and catcher.
1768 (catch_exceptions): New function, use catcher.
1769
1770 2001-09-07 Jim Blandy <jimb@redhat.com>
1771
1772 Correctly parse register values provided by the monitor.
1773 * rom68k-rom.c: #include "value.h".
1774 (is_hex_digit, hex_digit_value, is_whitespace,
1775 rom68k_supply_one_register): New static functions.
1776 (rom68k_supply_register): Call rom68k_supply_one_register, instead
1777 of monitor_supply_register; the latter was incorrectly parsing
1778 the values.
1779 * Makefile.in (rom68k-rom.o): Note that this now #includes value.h.
1780
1781 2001-09-07 Mark Kettenis <kettenis@gnu.org>
1782
1783 * config/rs6000/xm-rs6000.h (setpgrp): Remove macro. GDB defaults
1784 to using setpgid if available now.
1785
1786 2001-09-06 Keith Seitz <keiths@redhat.com>
1787
1788 From Ian Roxborough <irox@redhat.com>
1789 * configure.in: Use ITCL_LIB_FULL_PATH and
1790 ITK_LIB_FULL_PATH to set Itcl and Itk dependancies
1791 for gdb.
1792 * configure: Regenerated.
1793
1794 2001-09-06 Kevin Buettner <kevinb@redhat.com>
1795
1796 * dbxread.c (process_one_symbol): Don't use error result from
1797 find_stab_function_addr().
1798 * partial-stab.h (case 'F'): Likewise.
1799
1800 * partial-stab.h (case 'f'): Make SOFUN_ADDRESS_MAYBE_MISSING
1801 code match that used for case 'F'. This fixes the divergence
1802 that was introduced by my 1999-09-14 changes to partial-stab.h.
1803
1804 2001-09-05 Elena Zannoni <ezannoni@redhat.com>
1805
1806 * gdbarch.sh: Move include of dis-asm.h so it is generated earlier
1807 in gdbarch.h.
1808 (TARGET_PRINT_INSN): Multiarch.
1809 * gdbarch.h: Regenerate.
1810 * gdbarch.c: Regenerate.
1811
1812 * arch-utils.c (legacy_print_insn): New function.
1813 * arch-utils.h (legacy_print_insn): Export.
1814
1815 * cris-tdep.c (cris_delayed_get_disassembler): Use
1816 TARGET_PRINT_INSN, instead of tm_print_insn.
1817 * d10v-tdep.c (print_insn): Ditto.
1818 * d30v-tdep.c (print_insn): Ditto.
1819 * m32r-tdep.c (dump_insn): Ditto.
1820 * v850-tdep.c (v850_scan_prologue): Ditto.
1821 * mcore-tdep.c (mcore_dump_insn): Ditto.
1822 * sh-tdep.c (sh_gdbarch_init): Set print_insn gdbarch field.
1823
1824 2001-09-05 Jim Blandy <jimb@redhat.com>
1825
1826 * gdbtypes.h (struct type): Doc fix.
1827
1828 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
1829
1830 From Daniel Jacobowitz <drow@mvista.com>
1831 * dbxread.c (free_header_files): Make global.
1832 (init_header_files): Likewise.
1833 * stabsread.h (free_header_files): Add prototype.
1834 (init_header_files): Likewise.
1835 * mdebugread.c (mdebug_build_psymtabs): Initialize
1836 properly before using the stabs debug reader.
1837
1838 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
1839
1840 From Daniel Jacobowitz <drow@mvista.com>
1841 * dbxread.c (dbx_symfile_read): Only reinitialize
1842 the psymbol list if mainline or if both static
1843 and global lists are empty.
1844 * dwarf2read.c (dwarf2_build_psymtabs): Likewise.
1845 * dwarfread.c (dwarf_build_psymtabs): Likewise.
1846 * xcoffread.c (xcoff_initial_scan): Likewise.
1847 * os9kread.c (os9k_symfile_read): Likewise.
1848
1849 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
1850
1851 From Daniel Jacobowitz <drow@mvista.com>
1852 * mdebugread.c (psymtab_to_symtab_1): Handle N_SO stabs without
1853 a name specially.
1854
1855 2001-09-01 Mark Kettenis <kettenis@gnu.org>
1856
1857 Make GDB use libiberty regex implementation.
1858 * gdb_regex.h: Normalize protection against multiple inclusion.
1859 Include "xregex.h" instead of "gnu-regex.h".
1860 * cli/cli-cmds.c: Include "gdb_regex.h" instead of "gnu-regex.h".
1861 * cli/cli-decode.c: Likewise.
1862 * Makefile.in (REGEX): Remove.
1863 (GDB_CFLAGS): Remove reference to gnu-regex.h in comment.
1864 (ADD_FILES, ADD_DEPS): Remove $(REGEX).
1865 (POSSLIBS): Remove.
1866 (TAGFILES_NO_SRCDIR): Remove $(POSSLIBS).
1867 (irix5-nat.o, solib.o, solib-svr4.o, source.o, symtab.o,
1868 xcoffsolib.o, cli-decode.o, cli-cmd.o): Replace gnu-regex.h with
1869 gdb_regex.h in list of dependencies.
1870 (gnu-regex.o): Remove rule.
1871 * gnu-regex.c, gnu-regex.h: Remove files.
1872
1873 2001-08-31 Jason Molenda (jmolenda@apple.com)
1874
1875 * c-valprint.c (c_val_print): Second call to check_typedef ()
1876 is no longer necessary.
1877
1878 2001-08-31 Kevin Buettner <kevinb@redhat.com>
1879
1880 * ia64-tdep.c (examine_prologue): Don't let a branch unit nop
1881 terminate the prologue scan.
1882
1883 2001-08-30 Jim Blandy <jimb@redhat.com>
1884
1885 * symfile.c (sections_overlap): New function.
1886 (map_overlay_command): Call sections_overlap, instead of using
1887 incorrect logic to recognize overlapping sections.
1888
1889 * symfile.c (load_command): Invalidate the overlay cache.
1890
1891 2001-08-30 Mark Kettenis <kettenis@gnu.org>
1892
1893 * config/i386/xm-i386.h (HOST_BYTE_ORDER): Removed.
1894
1895 2001-08-29 Kevin Buettner <kevinb@redhat.com>
1896
1897 From 2001-08-07 Daniel Jacobowitz <drow@mvista.com>:
1898 * solib-svr4.c (enable_break): Check the inferior link map
1899 before assuming the inferior PC is at the start of the dynamic
1900 loader.
1901
1902 2001-08-28 Andrew Cagney <cagney@toribio.toronto.redhat.com>
1903
1904 * frame.h (struct frame_info): Fix documentation on fields
1905 saved_regs, next and prev.
1906
1907 2001-08-23 Mark Kettenis <kettenis@gnu.org>
1908
1909 * event-top.c (async_stop_sig) [HAVE_SIGPROCMASK]: Some
1910 gratuitious whitespace changes.
1911 [!HAVE_SIGPROCMASK]: Call sigsetmask if HAVE_SIGSETMASK is defined.
1912 * top.c: Remove redundant logic to define HAVE_SIGSETMASK.
1913 (sigsetmask) Don't define macro.
1914 (stop_sig) [HAVE_SIGPROCMASK]: Add bit of code snatched from
1915 async_stop_sig from event-top.c.
1916 [!HAVE_SIGPROCMASK]: Call sigsetmask if HAVE_SIGSETMASK is
1917 defined.
1918 * configure.in (AC_CHECK_FUNCS): Put functions in alphabetical
1919 order. Add sigsetmask.
1920 (AC_FUNC_VFORK, AC_FUNC_ALLOCA): Reorder such that they're in
1921 alphabetical order.
1922 * config/xm-aix4.h, config/alpha/xm-alphalinux.h,
1923 config/i386/xm-cygwin.h, config/rs6000/xm-rs6000.h
1924 (HAVE_SIGSETMASK): Remove.
1925 * aclocal.m4, config.in, configure: Regenerated.
1926
1927 2001-08-26 Andrew Cagney <ac131313@redhat.com>
1928
1929 From 2001-06-29 Andrew Cagney <ac131313@redhat.com>:
1930 * config/powerpc/nbsd.mh (XM_FILE): Delete.
1931
1932 2001-08-21 Andrew Cagney <ac131313@redhat.com>
1933
1934 * doublest.h (HOST_FLOAT_FORMAT): Delete macro.
1935 (HOST_DOUBLE_FORMAT): Delete macro.
1936
1937 2001-08-24 Mark Kettenis <kettenis@gnu.org>
1938
1939 * config/xm-lynx.h, config/xm-nbsd.h, config/xm-sysv4.h,
1940 config/i386/xm-i386aix.h, config/m68k/xm-dpx2.h: Remove redundant
1941 inclusion of <limits.h>.
1942
1943 2001-08-24 Andrew Cagney <ac131313@redhat.com>
1944
1945 * regcache.c (read_register_bytes): When REGISTER_NAME indicates
1946 that a register should be ignored, supply a value for the register
1947 from the raw registers[] buffer.
1948
1949 2001-08-24 Andrew Cagney <ac131313@redhat.com>
1950
1951 * go32-nat.c (go32_create_inferior): Use xfree instead of free.
1952 * config/djgpp/fnchange.lst: Add entries for i386bsd-tdep.c and
1953 i386bsd-nat.c.
1954
1955 2001-08-21 Andrew Cagney <ac131313@redhat.com>
1956
1957 * gdbtypes.h (builtin_type_ieee_single_big)
1958 (builtin_type_ieee_single_little, builtin_type_ieee_double_big)
1959 (builtin_type_ieee_double_little)
1960 (builtin_type_ieee_double_littlebyte_bigword)
1961 (builtin_type_i387_ext, builtin_type_m68881_ext)
1962 (builtin_type_i960_ext, builtin_type_m88110_ext)
1963 (builtin_type_m88110_harris_ext, builtin_type_arm_ext_big)
1964 (builtin_type_arm_ext_littlebyte_bigword)
1965 (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
1966 (builtin_type_ia64_quad_big)
1967 (builtin_type_ia64_quad_little): Declare.
1968 * gdbtypes.c (builtin_type_ieee_single_big)
1969 (builtin_type_ieee_single_little, builtin_type_ieee_double_big)
1970 (builtin_type_ieee_double_little)
1971 (builtin_type_ieee_double_littlebyte_bigword)
1972 (builtin_type_i387_ext, builtin_type_m68881_ext)
1973 (builtin_type_i960_ext, builtin_type_m88110_ext)
1974 (builtin_type_m88110_harris_ext, builtin_type_arm_ext_big)
1975 (builtin_type_arm_ext_littlebyte_bigword)
1976 (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
1977 (builtin_type_ia64_quad_big)
1978 (builtin_type_ia64_quad_little): Define.
1979 (_initialize_gdbtypes): Initialize builtin floatformat types.
1980
1981 2001-08-23 Mark Kettenis <kettenis@gnu.org>
1982
1983 * tracepoint.c (read_actions): Add FIXME for code depending on
1984 STOP_SIGNAL.
1985
1986 2001-08-23 Martin M. Hunt <hunt@redhat.com>
1987
1988 * remote-mips.c (pmon_load_fast): Add ui_load_progress_hook
1989 to download loop.
1990 (mips_load_srec): Ditto.
1991
1992 2001-08-22 Andrew Cagney <ac131313@redhat.com>
1993
1994 * gdbtypes.c (build_gdbtypes): Initialize TYPE_FLOATFORMAT field
1995 of builtin_type_float, builtin_type_double and
1996 builtin_type_long_double.
1997 (recursive_dump_type): Print the floatformat name.
1998 * gdbtypes.h (struct type): Add type_specific field floatformat.
1999 (TYPE_FLOATFORMAT): Define
2000
2001 2001-08-21 Keith Seitz <keiths@redhat.com>
2002
2003 * printcmd.c (print_insn): Use the given stream for
2004 output.
2005
2006 2001-07-24 Andrew Cagney <ac131313@redhat.com>
2007
2008 * arm-tdep.c (convert_from_extended, convert_to_extended): Delete
2009 assembler version of function.
2010 (convert_from_extended, convert_to_extended): Rewrite. Use
2011 floatformat_to_doublest, floatformat_from_doublest,
2012 floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword.
2013 (arm_push_arguments): Use extract_floating and store_floating to
2014 perform floating point conversions.
2015 (SWAP_TARGET_AND_HOST): Delete macro.
2016 * arm-linux-tdep.c (arm_linux_push_arguments): Use
2017 extract_floating and store_floating to perform floating point
2018 conversions.
2019
2020 2001-08-20 Andrew Cagney <ac131313@redhat.com>
2021
2022 * gdbtypes.h (struct type): Clarify meaning of field ``length''.
2023
2024 2001-08-17 Keith Seitz <keiths@redhat.com>
2025
2026 * varobj.c (varobj_update): Change first parameter to
2027 pointer to struct varobj*. This function can delete
2028 varobjs, so we need to give callers the new varobj
2029 when this happens.
2030 (value_of_root): Update "var", too, if "var_handle"
2031 changes.
2032 * varobj.h (varobj_update): Likewise.
2033
2034 2001-08-17 Keith Seitz <keiths@redhat.com>
2035
2036 * Makefile.in (varobj_h): Define.
2037 (mi-cmd-var.o): Depends on varobj_h.
2038 (gdbtk-varobj.o): Change varobj.h to $(varobj_h).
2039
2040 2001-08-16 Keith Seitz <keiths@redhat.com>
2041
2042 * configure.in (GDBTK_SRC_DIR): We must have autoconf
2043 give us the absolute path to the source directory.
2044 * configure: Regenerated.
2045 * Makefile.in (GDBTK_SRC_DIR): Add variable so that
2046 autoconf can substitue it in for us.
2047 (gdbtk.o): Pass in GDBTK_SRC_DIR instead of srcdir. We
2048 really do need an absolute pathname.
2049
2050 2001-08-15 Keith Seitz <keiths@redhat.com>
2051
2052 * Makefile.in (GDBTK_VERSION): Set a version number.
2053 (GDBTK_LIBRARY): New variable to point to location where
2054 gdbtk will install its tcl library. Changed all refereneces
2055 to $(datadir)/insight1.0 to $(GDBTK_LIBRARY).
2056 (SUBDIR_GDBTK_ALL): Remove "all-gdbtk". No longer needed.
2057 (SUBDIR_GDBTK_CLEAN): Remove "clean-gdbtk". No longer needed.
2058 (all-gdbtk): Remove.
2059 (install-gdbtk): Remove.
2060 (gdbtk.o): Pass srcdir to file when compiling.
2061
2062 2001-08-15 Ian Roxborough <irox@redhat.com>
2063
2064 * Makefile.in: Changed all references to the install directory
2065 "gdbtcl" to read "insight1.0".
2066
2067 2001-08-15 Corinna Vinschen <vinschen@redhat.com>
2068
2069 * arch-utils.c (generic_skip_trampoline_code): New function.
2070 * arch-utils.h (generic_skip_trampoline_code): Declare external.
2071 * gdbarch.c: Regeberated from gdbarch.sh.
2072 * gdbarch.h: Ditto.
2073 * gdbarch.sh (SKIP_TRAMPOLINE_CODE): Multi-arch.
2074 * infrun.c: Remove default setting of SKIP_TRAMPOLINE_CODE macro.
2075
2076 2001-08-14 Daniel Jacobowitz <drow@mvista.com>
2077 H.J. Lu (hjl@gnu.org)
2078
2079 * partial-stab.h: valu should be a CORE_ADDR.
2080
2081 2001-08-14 H.J. Lu (hjl@gnu.org)
2082
2083 * dbxread.c (SWAP_SYMBOL): Removed.
2084 (INTERNALIZE_SYMBOL): Check sign extended vma.
2085
2086 2001-08-13 Christopher Faylor <cgf@cygnus.com>
2087
2088 * top.c (SIGSETJMP): Protect env argument with parentheses.
2089 (SIGLONGJMP): Protect env argument with parentheses.
2090
2091 2001-08-11 Andrew Cagney <ac131313@redhat.com>
2092
2093 * config/mn10300/mn10300.mt (TM_FILE): Delete.
2094 * configure.tgt: Add mn10300 to list of mulit-arch targets.
2095 * config/mn10300/tm-mn10300.h: Delete file. Move contents ...
2096 * mn10300-tdep.c: To here.
2097
2098 2001-08-11 Andrew Cagney <ac131313@redhat.com>
2099
2100 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_VIRTUAL): Make
2101 val a DOUBLEST. Use floatformat_to_doublest.
2102 (REGISTER_CONVERT_TO_RAW): Ditto. Use foatformat_from_doublest.
2103 * config/m88k/tm-m88k.h (REGISTER_CONVERT_TO_VIRTUAL): Ditto.
2104 (REGISTER_CONVERT_TO_RAW): Ditto.
2105
2106 2001-08-11 Andrew Cagney <ac131313@redhat.com>
2107
2108 * config/mn10300/tm-mn10300.h (PC_REGNUM, SP_REGNUM): Delete.
2109 * mn10300-tdep.c (mn10300_gdbarch_init): Initialize pc_regnum and
2110 sp_regnum.
2111
2112 2001-08-11 Andrew Cagney <ac131313@redhat.com>
2113
2114 * doublest.c (convert_doublest_to_floatformat): Rename
2115 floatformat_from_doublest. Make static.
2116 (convert_floatformat_to_doublest): Rename floatformat_to_doublest.
2117 Make static.
2118 (floatformat_to_doublest): New function.
2119 (floatformat_from_doublest): New function.
2120 (host_float_format, host_double_format, host_long_double_format):
2121 New static variables.
2122 (store_floating, extract_floating): Always use
2123 floatformat_to_doublest and floatformat_from_doublest.
2124 * doublest.h (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2125
2126 2001-08-11 Andrew Cagney <ac131313@redhat.com>
2127
2128 * config/mn10300/tm-mn10300.h (INIT_FRAME_PC): Delete.
2129 * mn10300-tdep.c (mn10300_gdbarch_init): Initialize init_frame_pc.
2130
2131 2001-08-07 Andrew Cagney <ac131313@redhat.com>
2132
2133 * target.h (TARGET_VIRTUAL_FRAME_POINTER): Delete, multi-arched.
2134 * gdbarch.sh (TARGET_VIRTUAL_FRAME_POINTER): Add.
2135 * gdbarch.h, gdbarch.c: Regenerate.
2136
2137 * arch-utils.h (legacy_virtual_frame_pointer): Declare.
2138 * arch-utils.c: Include "gdb_assert.h".
2139 (legacy_virtual_frame_pointer): Define.
2140 * Makefile.in (arch-utils.o): Depends on gdb_assert.h.
2141
2142 * tracepoint.c (encode_actions): Make frame_reg an int. Make
2143 frame_offset a LONGEST.
2144 * ax-gdb.c (gen_frame_args_address): Ditto.
2145 (gen_frame_locals_address): Ditto.
2146 * mn10300-tdep.c (mn10300_gdbarch_init): Initialize
2147 virtual_frame_pointer.
2148 (mn10300_virtual_frame_pointer): Make static. Update parameter
2149 list to match function signature.
2150 * config/mn10300/tm-mn10300.h (TARGET_VIRTUAL_FRAME_POINTER): Delete.
2151
2152 2001-08-10 Keith Seitz <keiths@redhat.com>
2153
2154 * gdb-events.sh: Add architecture_changed event.
2155 * gdbarch.sh: Include gdb-event.h.
2156 (gdbarch_update_p): Notify UIs when architecture changes.
2157 * gdb-events.h: Regenerated.
2158 * gdb-events.c: Regenerated.
2159 * gdbarch.c: Regenerated.
2160
2161 2001-08-10 Michael Snyder <msnyder@redhat.com>
2162
2163 * regcache.c (legacy_write_register_gen): Don't 'optimize out'
2164 a write_register to a pseudo-reg. Target_store_pseudo_register
2165 needs to get called, because these regs may be computed and may
2166 have side-effects.
2167
2168 2001-08-10 Keith Seitz <keiths@redhat.com>
2169
2170 * gdb-events.sh: Deal with event notifications with no
2171 arguments.
2172
2173 2001-08-10 Orjan Friberg <orjanf@axis.com>
2174
2175 * remote.c (read_frame): Correct off-by-one error in condition.
2176
2177 2001-08-08 Don Howard <dhoward@redhat.com>
2178
2179 * stabsread.c (read_type): Add support for const and volatile
2180 modifiers.
2181
2182 2001-08-02 Daniel Jacobowitz <drow@mvista.com>
2183
2184 * core-regset.c (fetch_core_registers): Remove HAVE_GREGSET_T
2185 and HAVE_FPREGSET_T checks. Use gdb_gregset_t and gdb_fpregset_t.
2186
2187 2001-08-02 Keith Seitz <keiths@redhat.com>
2188
2189 * defs.h (SLASH_STRING): If not defined, set
2190 to "/", regardless of _WIN32, __CYGWIN__, or
2191 whatnot.
2192
2193 2001-08-02 Mark Kettenis <kettenis@gnu.org>
2194
2195 * cli/cli-decode.h: Include "gdb_regex.h" instead of
2196 "gnu-regex.h".
2197
2198 * NEWS: Update.
2199
2200 2001-08-02 Eli Zaretskii <eliz@is.elta.co.il>
2201
2202 * config/i386/xm-go32.h: Include xm-i386.h.
2203 (HOST_BYTE_ORDER, HOST_LONG_DOUBLE_FORMAT): Remove definitions.
2204
2205 2001-08-02 Eli Zaretskii <eliz@is.elta.co.il>
2206
2207 The following changes avoid polluting global namespace with the
2208 `enable' and `disable' identifiers, because some platforms define
2209 in their system headers symbols with global scope that go by those
2210 names.
2211
2212 * breakpoint.h (enum enable_state): Rename from `enum enable'.
2213 Also rename all the enum members to have the "bp_" prefix.
2214 (struct breakpoint): Rename the `enable' member to `enable_state'.
2215 (enum bpdisp): Rename all members to have the "disp_" prefix.
2216
2217 * breakpoint.c: All users of `enum enable' and `enum bpdisp'
2218 changed.
2219 (args_for_catchpoint_enable): Rename the `enable' member to
2220 `enable_p'. All users changed.
2221
2222 * tracepoint.h (enum enable): Remove.
2223 (struct tracepoint): The member `enabled' is now `int enabled_p'.
2224
2225 * tracepoint.c: All users of the `enabled' member changed.
2226
2227 * printcmd.c (struct display): The `status' member is now an int.
2228
2229 * memattr.h (struct mem_region): Rename the `status' member to
2230 `enabled_p'.
2231 (enum enable): Remove.
2232
2233 * memattr.c: Change all users of the `status' member of struct
2234 mem_region to use `enabled_p' instead.
2235
2236 * infcmd.c (run_stack_dummy): Use disp_del instead of del.
2237
2238 * go32-nat.c: Remove the kludgey work-around for conflicts between
2239 <dos.h> and "breakpoint.h".
2240
2241 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
2242
2243 * MAINTAINERS: Add myself to the write-after-approval list.
2244 * ser-tcp.c (tcp_open): Use `localhost' as default host if no
2245 hostname is given.
2246
2247 2001-08-01 Andrew Cagney <ac131313@redhat.com>
2248
2249 * doublest.h (store_floating, floatformat_to_doublest): Make IN
2250 paramter a const void pointer.
2251 (floatformat_from_doublest): Make IN const, Make OUT a void
2252 pointer.
2253 * doublest.c (floatformat_to_doublest): Update.
2254 (floatformat_from_doublest): Update.
2255 (extract_floating): Update.
2256
2257 2001-07-31 Andrew Cagney <ac131313@redhat.com>
2258
2259 * defs.h (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2260 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2261 (HOST_LONG_DOUBLE_FORMAT, DOUBLEST)
2262 (floatformat_to_doublest, floatformat_from_doublest)
2263 (floatformat_is_negative, floatformat_is_nan)
2264 (floatformat_mantissa, store_floating)
2265 (extract_floating): Move declaration from here.
2266 * doublest.h: To here. New file.
2267 * utils.c (get_field, floatformat_to_doublest, put_field)
2268 (ldfrexp, floatformat_from_doublest, floatformat_is_negative)
2269 (floatformat_is_nan, floatformat_mantissa)
2270 (FLOATFORMAT_CHAR_BIT): Move from here.
2271 * doublest.c: To here. New file.
2272 * findvar.c (store_floating, extract_floating): Move from here.
2273 * doublest.c: To here.
2274 * Makefile.in (SFILES): Add doublest.c.
2275 (COMMON_OBS): Add doublest.o.
2276 (doublest.o): Specify dependencies.
2277 (doublest_h): Define.
2278
2279 * config/m88k/tm-m88k.h: Include "doublest.h".
2280 * config/i960/tm-i960.h: Ditto.
2281 * config/i386/tm-symmetry.h: Ditto.
2282 * rs6000-tdep.c, valarith.c: Ditto.
2283 * valprint.c, stabsread.c, sh-tdep.c: Ditto.
2284 * ia64-tdep.c, i387-tdep.c, i386-tdep.c: Ditto.
2285 * values.c, arm-tdep.c, arm-linux-tdep.c: Ditto.
2286 * alpha-tdep.c, ax.h, expression.h: Ditto.
2287 * sh-tdep.c, parse.c, top.c, value.h: Ditto.
2288
2289 * Makefile.in (arm-tdep.o): Add $(doublest_h).
2290 (i386-tdep.o, i387-tdep.o, ia64-tdep.o): Ditto.
2291 (rs6000-tdep.o, stabsread.o, valarith.o): Ditto.
2292 (values.o, valprint.o, arm-linux-tdep.o): Ditto.
2293 (alpha-tdep.o, ax_h, parse.o, top.o, value_h): Ditto.
2294 (parser_defs_h): Ditto.
2295 (expression_h): Add $(doublest_h) and $(symtab_h).
2296
2297 2001-08-01 Andrew Cagney <ac131313@redhat.com>
2298
2299 * Makefile.in: Sort header definitions.
2300 (parser_defs_h, dis_asm_h, annotate_h, gdbthread_h): Define.
2301 Replace parser-defs.h with $(parser_defs_h). Replace $(dis-asm_h)
2302 and $(dis-asm.h) with $(dis_asm_h). Replace annotate.h with
2303 $(annotate_h). Replace target.h with $(target_h). Replace
2304 gdbthread.h with $(gdb_thread_h). Replace symfile.h with $(symfile_h).
2305
2306 2001-07-31 Mark Kettenis <kettenis@gnu.org>
2307
2308 * config/i386/xm-i386.h: New file.
2309 * config/i386/xm-fbsd.h: Removed.
2310 * config/i386/xm-linux.h: Removed.
2311 * config/i386/fbsd.mh: Reorganize a bit.
2312 (XM_FILE): Set to xm-i386.h instead of xm-fbsd.h.
2313 * config/i386/linux.mh (XM_FILE): Set to xm-i386.h insread of
2314 xm-linux.h.
2315
2316 2001-07-30 Jim Blandy <jimb@redhat.com>
2317
2318 * dwarf2read.c (dwarf2_build_psymtabs_hard): Doc fix.
2319
2320 2001-07-27 Daniel Jacobowitz <drow@mvista.com>
2321
2322 * configure.in: Only invoke AC_FUNC_SETPGRP if not cross-compiling.
2323 Check for SETPGRP_VOID separately if cross-compiling and ISO C
2324 headers are available.
2325
2326 2001-07-30 Mark Kettenis <kettenis@gnu.org>
2327
2328 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Redefine to call
2329 i386_dwarf_reg_to_regnum.
2330
2331 * i386-tdep.c (i386_register_convert_to_virtual): Replace
2332 assertion with a warning if we're asked to convert towards a
2333 non-floating-point type. Zero out the the buffer where the data
2334 is supposed to be stored in that case.
2335
2336 2001-07-29 Eli Zaretskii <eliz@is.elta.co.il>
2337
2338 * config/djgpp/djconfig.sh: Unset CDPATH.
2339
2340 * go32-nat.c (get_cr3): Temporary disable support for page tables
2341 in UMBs, as it is incomplete.
2342
2343 Support for stepping through longjmp in DJGPP programs:
2344
2345 * config/i386/tm-go32.h (JB_ELEMENT_SIZE, JB_PC): New macros.
2346 (GET_LONGJMP_TARGET): Define to call get_longjmp_target.
2347 (get_longjmp_target): Add prototype.
2348
2349 2001-07-28 Andrew Cagney <ac131313@redhat.com>
2350
2351 Fix some PID/TPID fallout for HP/UX.
2352 From 2001-07-22 Rodney Brown <rbrown64@csc.com.au>:
2353 * infttrace.c (ptrace_wait): Match external declaration,
2354 and match target_post_wait declaration.
2355
2356 2001-07-28 Andrew Cagney <ac131313@redhat.com>
2357
2358 * MAINTAINERS: Add Orjan Friberg as cris target maintainer.
2359 (cris): Set --enable-gdb-build-warnings flag to -w.
2360
2361 2001-07-28 Andrew Cagney <ac131313@redhat.com>
2362
2363 From 2001-07-23 Andreas Schwab <schwab@suse.de>:
2364 * config/m68k/tm-m68k.h (TARGET_LONG_DOUBLE_FORMAT): Define.
2365 (TARGET_LONG_DOUBLE_BIT): Define.
2366 (REGISTER_VIRTUAL_SIZE): Return 12 for floating point registers.
2367 (MAX_REGISTER_VIRTUAL_SIZE): Increase to 12.
2368 (REGISTER_VIRTUAL_TYPE): Return builtin_type_long_double for
2369 floating point registers.
2370 (REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL)
2371 (REGISTER_CONVERT_TO_RAW): Remove.
2372 * config/m68k/xm-linux.h (HOST_LONG_DOUBLE_FORMAT): Define.
2373
2374 2001-07-26 Andrew Cagney <ac131313@redhat.com>
2375
2376 * thread.c, breakpoint.c: Include "gdb.h".
2377 * Makefile.in (gdb_h): Define.
2378 (HFILES_NO_SRCDIR): Add gdb.h.
2379 (mi-cmd-break.o, mi-main.o, thread.o)
2380 (breakpoint.o): Add dependency on $(gdb_h).
2381
2382 * defs.h (enum gdb_rc, gdb_breakpoint_query)
2383 (gdb_breakpoint, gdb_thread_select)
2384 (gdb_list_thread_ids): Move declaration from here ...
2385 * gdb.h: To here. New file.
2386
2387 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2388
2389 * Makefile.in (SUBDIR_TUI_OBS): Add tui-out.o, tui-hooks.o.
2390 (SUBDIR_TUI_SRCS): Add tui-out.c tui-hooks.c
2391 (SFILES): Likewise.
2392 (tui-out.o): Define dependencies.
2393 (tui-hooks.o): Likewise.
2394
2395 2001-07-28 Andrew Cagney <ac131313@redhat.com>
2396
2397 * MAINTAINERS: Update e-mail address of active @cygnus.com
2398 maintainers to @redhat.com.
2399
2400 2001-07-28 Andrew Cagney <ac131313@redhat.com>
2401
2402 * README (Known bugs): Delete section.
2403 (Kernel debugging): Delete section.
2404 (Languages other than C): Delete section.
2405 (Host/target specific installation notes) New section.
2406
2407 2001-07-28 Mark Kettenis <kettenis@gnu.org>
2408
2409 * config/i386/tm-i386.h (STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
2410 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): New defines.
2411 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): New
2412 prototypes.
2413 * config/i386/tm-fbsd.h, config/i386/tm-i386gnu.h,
2414 config/i386/tm-linux.h (STAB_REG_TO_REGNUM): Redefine to call
2415 i386_dwarf_reg_to_regnum.
2416 * i386-tdep.c (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum):
2417 New functions.
2418
2419 * i386-tdep.c: Include "gdb_assert.h"
2420 (i386_register_convert_to_virtual): Fix such that it can handle
2421 conversion to any floating-point type. Assert that we are dealing
2422 with a floating-point first.
2423 (i386_register_convert_to_raw): Assert that TYPE is a
2424 floating-point type with length 12.
2425
2426 2001-07-27 John R. Moore <jmoore@redhat.com>
2427
2428 * configure.in: Added dependency of gdb on tcl/tk libraries.
2429 * Makefile.in: Likewise.
2430 * configure: Regenerated with the above using autoconf.
2431
2432 2001-07-26 Elena Zannoni <ezannoni@redhat.com>
2433
2434 * sh-tdep.c (sh_gdbarch_init): Use SH_DEFAULT_NUM_REGS instead of
2435 NUM_REGS.
2436 (SH_DEFAULT_NUM_REGS): Define.
2437
2438 2001-07-26 Eli Zaretskii <eliz@is.elta.co.il>
2439
2440 * go32-nat.c (read_memory_region): Make sure the segment limit was
2441 indeed set, to work around a Windows 2000 bug.
2442
2443 2001-07-25 Daniel Jacobowitz <drow@mvista.com>
2444
2445 * infptrace.c (child_xfer_memory): Add cast to CORE_ADDR.
2446 * infttrace.c (child_xfer_memory): Likewise.
2447 * symm-nat.c (child_xfer_memory): Likewise.
2448 * gdbserver/low-hppabsd.c (read_inferior_memory): Likewise.
2449 (write_inferior_memory): Likewise.
2450 * gdbserver/low-linux.c (read_inferior_memory): Likewise.
2451 (write_inferior_memory): Likewise.
2452 * gdbserver/low-lynx.c (read_inferior_memory): Likewise.
2453 (write_inferior_memory): Likewise.
2454 * gdbserver/low-nbsd.c (read_inferior_memory): Likewise.
2455 (write_inferior_memory): Likewise.
2456 * gdbserver/low-sparc.c (read_inferior_memory): Likewise.
2457 (write_inferior_memory): Likewise.
2458 * gdbserver/low-sun3.c (read_inferior_memory): Likewise.
2459 (write_inferior_memory): Likewise.
2460
2461 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
2462
2463 * README: Mention how to make gdb.pdf.
2464
2465 * NEWS: Update.
2466
2467 2001-07-24 Stephen P. Smith <ischis2@home.com>
2468
2469 * MAINTAINERS (Stephen P. Smith): Added to write after approval
2470 list.
2471
2472 2001-07-23 Andrew Cagney <ac131313@redhat.com>
2473
2474 * mips-tdep.c (mips_push_arguments): Add comment explaining
2475 problem with LE o32 GCC.
2476
2477 2001-07-23 Elena Zannoni <ezannoni@redhat.com>
2478
2479 * config/powerpc/aix.mh (MH_LDFLAGS): Don't set these, the Gnu linker
2480 doesn't understand them.
2481
2482 2001-07-23 Elena Zannoni <ezannoni@redhat.com>
2483
2484 * memattr.c (mem_info_command): Reformat output to look more like
2485 'info break' output.
2486 (_initialize_mem): Improve help.
2487
2488 2001-07-23 Mark Kettenis <kettenis@gnu.org>
2489
2490 * configure.in (AC_CHECK_FUNCS): Add setpggrp.
2491 (AC_FUNC_SETPGRP): Add.
2492 * aclocal.m4, configure, config.in: Regenerated.
2493 * inflow.c (gdb_setpgid): Get rid of NEED_POSIX_SETPGID and
2494 SETPGRP_ARGS. Always use setpgid if it is available, fall back on
2495 setpgrp if it isn't. Use SETPGRP_VOID (defined by autoconf) to
2496 distinguish between the two setpgrp flavours.
2497 * config/xm-sysv4.h, config/arm/xm-linux.h,
2498 config/i386/xm-i386aix.h, config/i386/xm-sco.h,
2499 config/i386/xm-linux.h, config/i386/xm-ptx.h,
2500 config/m68k/xm-linux.h, config/powerpc/xm-linux.h,
2501 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h,
2502 config/ia64/xm-linux.h (NEED_POSIX_SETPGID): Remove.
2503 * config/rs6000/xm-rs6000.h (SETPGRP_ARGS): Remove.
2504
2505 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
2506
2507 * go32-nat.c (read_memory_region): Set the granularity bit of the
2508 allocated segment according to its size, and adjust the limit to
2509 be page-aligned if the segment is page-granular.
2510
2511 * (get_cr3, get_pde, get_pte, display_ptable_entry, go32_pde)
2512 (display_page_table, go32_pte, go32_pte_for_address): New functions.
2513 (_initialize_go32_nat): Initialize and document them.
2514
2515 2001-07-22 Mark Kettenis <kettenis@gnu.org>
2516
2517 * i386gnu-nat.c: Include "i387-nat.h".
2518 (struct env387): Removed.
2519 (reg_offset): Fix comment.
2520 (fetch_fpregs): Use FCTRL_REGNUM and FOP_REGNUM instead of
2521 FIRST_FPU_CONTROL_REGNUM and LAST_FPU_CONTROL_REGNUM. Rewrite to
2522 use i387_supply_fsave.
2523 (gnu_fetch_registers): Remove spurious whitespace.
2524 (convert_to_env387): Remove.
2525 (store_fpregs): Add argument regno. Use i387_fill_fsave instead
2526 of convert_to_env387.
2527 (gnu_store_registers): Remove spurious whitespace. Pass REGNO to
2528 store_fpregs.
2529 * config/i386/i386gnu.mt (TDEPFILES): Add i387-tdep.o.
2530 * config/i386/i386gnu.mh (XDEPFILES): Remove i387-tdep.o.
2531 (NATDEPFILES): Add i387-nat.o.
2532
2533 2001-07-22 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2534
2535 * Makefile.in (ALLDEPFILES): Add m68hc11-tdep.c.
2536 (m68hc11-tdep.o): Define dependencies.
2537
2538 2001-07-22 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2539
2540 * m68hc11-tdep.c (m68hc11_gdbarch_init): Define int at 16-bits.
2541
2542 2001-07-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2543
2544 * utils.c (init_page_info): Use tui_get_command_dimension.
2545 * printcmd.c (disassemble_command): Simplify tui specific code,
2546 use tui_is_window_visible, tui_show_assembly.
2547
2548 2001-07-21 Mark Kettenis <kettenis@gnu.org>
2549
2550 * i386bsd-nat.c: Do not include <sys/sysctl.h>.
2551 (_initialize_i386bsd_nat) [KERN_PS_STRINGS]: Move FreeBSD-specific
2552 code to ...
2553 * i386fbsd-nat.c: ... here. New file.
2554 * config/i386/fbsd.mh (NATDEPFILES): Add i386-fbsd.o.
2555 * config/i386/nm-fbsd.h (CHILD_RESUME): Define.
2556 * Makefile.in (ALLDEPFILES): Add i386fbsd-nat.c.
2557 (i386fbsd-nat.o): Add dependencies.
2558
2559 2001-07-19 Daniel Jacobowitz <drow@mvista.com>
2560
2561 * signals.c: New file.
2562 * Makefile.in: Add signals.o.
2563 * target.c (struct signals, target_signal_to_name)
2564 (target_signal_from_name, target_signal_from_host)
2565 (do_target_signal_to_host, target_signal_to_host_p)
2566 (target_signal_to_host, target_signal_from_command): Move to
2567 signals.c.
2568 (initialize_targets): Move check of struct signals to...
2569 * signals.c (_initialize_signals): Here.
2570
2571 2001-07-19 Andrew Cagney <ac131313@redhat.com>
2572
2573 * MAINTAINERS: Add Michael Chastain as C++ testsuite maintainer.
2574
2575 2001-07-19 Andrew Cagney <ac131313@redhat.com>
2576
2577 From Stephen Smith:
2578 * configure.tgt (i*86-*-pe*): New target.
2579
2580 2001-07-19 Andrew Cagney <ac131313@redhat.com>
2581
2582 From 2001-07-16 Rodney Brown <rbrown64@csc.com.au>:
2583 * infttrace.c (child_thread_alive): Fix gdb_tid typo.
2584 * somsolib.c (no_shared_libraries): Provide stub.
2585 * xcoffsolib.c (no_shared_libraries): Provide stub.
2586
2587 2001-07-18 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2588
2589 * Makefile.in (COMMON_OBS): Remove tui-file.o.
2590 (SUBDIR_TUI_OBS): Add it here.
2591 (SUBDIR_TUI_SRCS): Move tui-file.c and tui-file.h here.
2592 (main.o): Remove dependency with tui-file.h.
2593
2594 2001-07-17 Elena Zannoni <ezannoni@redhat.com>
2595
2596 * Makefile.in (tui-file.o): Update dependencies.
2597
2598 2001-07-17 Elena Zannoni <ezannoni@redhat.com>
2599
2600 * top.c (catch_errors): Convert PTR to void * in parameters list.
2601 (quit_cover): Ditto.
2602
2603 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2604
2605 * source.c (find_source_lines): Remove tui test, must be replaced
2606 by appropriate warning hook.
2607 (print_source_lines): Remove tui hacks, must be replaced by cli.
2608 (forward_search_command): Remove tui hacks, can be replaced by
2609 appropriate calls to identify_source_line when tui scrolls.
2610 (reverse_search_command): Likewise.
2611
2612 2001-07-16 Nick Duffek <nsd@redhat.com>
2613
2614 * remote.c (init_remote_ops, init_remote_cisco_ops,
2615 init_remote_async_ops): Set to_pid_to_str and
2616 to_extra_thread_info correctly and in the same order as declared
2617 in target.h.
2618
2619 2001-07-16 Andrew Cagney <ac131313@redhat.com>
2620
2621 * remote.c: Revert below. Included more than intended.
2622
2623 2001-07-16 Nick Duffek <nsd@redhat.com>
2624
2625 * remote.c (init_remote_ops, init_remote_cisco_ops,
2626 init_remote_async_ops): Set to_pid_to_str and
2627 to_extra_thread_info correctly and in the same order as declared
2628 in target.h.
2629
2630 2001-07-16 Nick Duffek <nsd@redhat.com>
2631
2632 * findvar.c (read_var_value): Apply value_as_pointer() to
2633 addresses retrieved from the target for LOC_BASEREG and
2634 LOC_BASEREG_ARG variables.
2635
2636 2001-07-16 Orjan Friberg <orjanf@axis.com>
2637
2638 * NEWS: New target CRIS.
2639
2640 2001-07-16 Elena Zannoni <ezannoni@redhat.com>
2641
2642 * top.c (show_commands): Remove extern decl of history_get, it's
2643 already in readline/history.h.
2644
2645 2001-07-16 Elena Zannoni <ezannoni@redhat.com>
2646
2647 * top.c (is_complete_command, init_cmd_lists, init_cli_cmds,
2648 execute_user_command, do_setshow_command, get_prompt, init_proc,
2649 serial_log_command): Remove extern declarations. Include
2650 cli/cli-cmds.h, cli/cli-script.h, cli/cli-setshow.h, serial.h.
2651 * gdbcmd.h (execute_user_command): Remove declaration, it's already
2652 in cli/cli-script.h.
2653 * command.h (do_setshow_command): Remove declaration, it's already
2654 in cli/cli-setshow.h.
2655 * infrun.c: Include "cli/cli-script.h" for execute_user_command.
2656 * Makefile.in (infrun.o): Update dependencies.
2657 (top.o): Ditto.
2658 * cli/cli-setshow.h: Add comment for do_setshow_command.
2659
2660 2001-07-16 Eli Zaretskii <eliz@is.elta.co.il>
2661
2662 * cli/cli-cmds.c (shell_escape) [GLOBAL_CURDIR]: Condition the
2663 call to chdir on this symbol rather than on __DJGPP__.
2664 (CANT_FORK) [__MSDOS__]: Move from here...
2665 * defs.h (CANT_FORK) [__MSDOS__]: ...to here.
2666 (GLOBAL_CURDIR) [__MSDOS__]: Define.
2667
2668 2001-07-16 Orjan Friberg <orjanf@axis.com>
2669
2670 * configure.tgt: Recognise the CRIS architecture.
2671 * config/cris/cris.mt: New file for CRIS target.
2672 * cris-tdep.c: New file for CRIS target.
2673
2674 2001-07-15 Elena Zannoni <ezannoni@redhat.com>
2675
2676 * top.c (quit_cover, float_handler): Move definition up before use.
2677 (gdb_init): Move to end of file, to avoid calls to not yet defined
2678 functions.
2679 Delete prototypes.
2680
2681 2001-07-14 Andrew Cagney <ac131313@redhat.com>
2682
2683 * serial.h (SERIAL_ASYNC): Delete.
2684 (DEPRECATED_SERIAL_FD): Delete.
2685 (SERIAL_DEBUG): Delete.
2686 (SERIAL_DEBUG_P): Delete.
2687 (SERIAL_DRAIN_OUTPUT): Delete.
2688 (SERIAL_FLUSH_OUTPUT): Delete.
2689 (SERIAL_FLUSH_INPUT): Delete.
2690 (SERIAL_SEND_BREAK): Delete.
2691 (SERIAL_RAW): Delete.
2692 (SERIAL_GET_TTY_STATE): Delete.
2693 (SERIAL_SET_TTY_STATE): Delete.
2694 (SERIAL_PRINT_TTY_STATE): Delete.
2695 (SERIAL_NOFLUSH_SET_TTY_STATE): Delete.
2696 (SERIAL_SETBAUDRATE): Delete.
2697 (SERIAL_SETSTOPBITS): Delete.
2698 (SERIAL_CAN_ASYNC_P): Delete.
2699 (SERIAL_IS_ASYNC_P): Delete.
2700 (SERIAL_UN_FDOPEN): Delete.
2701 (SERIAL_READCHAR): Delete.
2702 (SERIAL_CLOSE): Delete.
2703 (SERIAL_FDOPEN): Delete.
2704 (SERIAL_OPEN): Delete.
2705 * ser-unix.c: Update.
2706 * sparclet-rom.c: Update.
2707 * remote-bug.c: Update.
2708 * dsrec.c: Update.
2709 * xmodem.c: Update.
2710 * nindy-share/ttyflush.c: Update.
2711 * nindy-share/Onindy.c: Update.
2712 * utils.c: Update.
2713 * serial.c: Update.
2714 * remote-nindy.c: Update.
2715 * inflow.c: Update.
2716 * sparcl-tdep.c: Update.
2717 * sh3-rom.c: Update.
2718 * remote.c: Update.
2719 * remote-utils.c: Update.
2720 * remote-st.c: Update.
2721 * remote-sds.c: Update.
2722 * remote-rdp.c: Update.
2723 * remote-os9k.c: Update.
2724 * remote-nrom.c: Update.
2725 * remote-mips.c: Update.
2726 * remote-es.c: Update.
2727 * remote-e7000.c: Update.
2728 * remote-array.c: Update.
2729 * ocd.c: Update.
2730 * nindy-share/nindy.c: Update.
2731 * monitor.c: Update.
2732
2733 2001-07-14 Andrew Cagney <ac131313@redhat.com>
2734
2735 * mn10200-tdep.c: Replace value_ptr with ``struct value *''.
2736 * mcore-tdep.c: Ditto.
2737 * sparc-tdep.c: Ditto.
2738 * sh-tdep.c: Ditto.
2739 * rs6000-tdep.c: Ditto.
2740 * ppc-linux-tdep.c: Ditto.
2741 * m68hc11-tdep.c: Ditto.
2742 * ia64-tdep.c: Ditto.
2743 * i386-tdep.c: Ditto.
2744 * arm-linux-tdep.c: Ditto.
2745 * hppa-tdep.c: Ditto.
2746 * h8500-tdep.c: Ditto.
2747 * fr30-tdep.c: Ditto.
2748 * arm-tdep.c: Ditto.
2749 * alpha-tdep.c: Ditto.
2750 * d30v-tdep.c: Ditto.
2751 * d10v-tdep.c: Ditto.
2752 * m32r-tdep.c: Ditto.
2753 * mips-tdep.c: Ditto.
2754 * v850-tdep.c: Ditto.
2755
2756 2001-07-15 Elena Zannoni <ezannoni@redhat.com>
2757
2758 * top.c (readline_line_completion_function, noop_completer): Move
2759 from here...
2760 * completer.c (readline_line_completion_function, noop_completer):
2761 ...to here.
2762 * gdbcmd.h (readline_line_completion_function, noop_completer):
2763 Move declarations from here...
2764 * completer.h (readline_line_completion_function, noop_completer):
2765 ...to here.
2766 * corefile.c: Include completer.h.
2767 * source.c: Ditto.
2768 * symfile.c: Ditto.
2769 * Makefile.in: Update dependencies.
2770
2771 2001-07-15 Eli Zaretskii <eliz@is.elta.co.il>
2772
2773 * go32-nat.c (go32_create_inferior): Support command lines longer
2774 than 126 characters.
2775
2776 2001-07-14 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2777
2778 * NEWS: New target 68HC11/68HC12.
2779
2780 2001-07-14 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2781
2782 * utils.c (query): Remove tui hacks; tui must use the query_hook.
2783 * top.c (command_loop): Remove tui insert_mode hacks; don't call
2784 tuiCleanUp because this must be made with atexit by tui.
2785 * symfile.c (symbol_file_command): Remove call to TUIDO
2786 * stack.c (show_and_print_stack_frame_stub): Remove tui check;
2787 not necessary when using the selected frame hooks.
2788 (print_stack_frame_stub): Likewise.
2789 (print_frame_info_base): Likewise.
2790 (print_frame_info): Likewise.
2791 (up_silently_command): Likewise.
2792 (down_silently_command): Likewise.
2793 (show_stack_frame): Likewise for TUIDO.
2794 (select_frame): Likewise.
2795 (select_and_print_frame): Likewise.
2796 (stack_publish_stopped_with_no_frame): Remove.
2797 (select_and_maybe_print_frame): Remove.
2798 * main.c (captured_main): Remove tui_fileopen and tuiInit; tui
2799 must use the initialize ui hook.
2800 * infrun.c (normal_stop): Remove call to TUIDO; tui must use the
2801 selected frame hooks.
2802 * event-top.c (command_handler): Remove tui insert_mode hack.
2803 * defs.h: Remove TUIDO; Only include tui.h.
2804 * breakpoint.c (mention): Remove calls to TUIDO.
2805 (delete_breakpoint): Remove tui hacks; tui must install
2806 the breakpoint hooks.
2807
2808 2001-07-14 Mark Kettenis <kettenis@gnu.org>
2809
2810 * config/i386/xm-linux.h (KERNEL_U_ADDR): Move from here...
2811 * config/i386/nm-linux.h: ...to here. Change comments about user
2812 area/struct a bit.
2813
2814 * config/i386/xm-linux.h (HAVE_TERMIOS): Really remove.
2815
2816 * Makefile.in (ALLDEPFILES): Add i386bsd-nat.c and i386bsd-tdep.c
2817 (i386bsd-tdep.o, i386bsd-nat.o): New targets.
2818
2819 2001-07-13 Elena Zannoni <ezannoni@redhat.com>
2820
2821 * remote-e7000.c (fetch_regs_from_dump): If register set is null,
2822 generate an internal error.
2823 (e7000_fetch_registers): Initialize variable 'wanted'.
2824 (e7000_wait): Initialize variable 'wanted_nopc'.
2825 (e7000_store_register): Fix sprintf compiler warnings.
2826 (sub2_from_pc): Ditto.
2827 (e7000_open): Close the descriptor, not the name.
2828 (e7000_load): Fix compiler warnings.
2829 (sub2_from_pc): Ditto.
2830 * Makefile.in (remote-e7000.o): Can now compile with -Werror.
2831
2832 2001-07-13 Mark Kettenis <kettenis@gnu.org>
2833
2834 * i386bsd-nat.c: Include <signal.h>, <stddef.h> and
2835 <sys/sysctl.h>.
2836 (store_inferior_registers): Wrap long line.
2837 (i386bsd_dr_get_status): Fix typo in comment.
2838 (_initialize_i386bsd_nat): New function. * i386bsd-tdep.c: New
2839 file. * config/i386/tm-fbsd.h (IN_SIGTRAMP): New define.
2840 (i386bsd_in_sigtramp): New prototype.
2841 (SIGTRAMP_START, SIGTRAMP_END): Redefine in terms...
2842 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): ...these new
2843 (external) variables.
2844 (SIGCONTEXT_PC_OFFSET): Removed.
2845 (FRAME_SAVED_PC): New define.
2846 (i386bsd_frame_saved_pc): New function. * config/i386/fbsd.mt
2847 (TDEPFILES): Add i386bsd-tdep.o.
2848
2849 2001-07-12 Daniel Jacobowitz <drow@mvista.com>
2850
2851 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Use ISO C
2852 definition.
2853
2854 2001-07-13 Mark Kettenis <kettenis@gnu.org>
2855
2856 * lin-lwp.c (lin_lwp_wait): Avoid check for resumed LWPs if there
2857 are no registered LWPs yet.
2858
2859 2001-07-12 Daniel Jacobowitz <drow@mvista.com>
2860
2861 * config/i386/nm-linux.h (CANNOT_FETCH_REGISTER): Call the right
2862 function.
2863 (CANNOT_STORE_REGISTER): Likewise.
2864
2865 2001-07-12 Keith Seitz <keiths@redhat.com>
2866
2867 * remote-rdp.c: Include "serial.h"
2868
2869 2001-07-12 Daniel Jacobowitz <drow@mvista.com>
2870
2871 * gdbserver/remote-utils.c (remote_open): Set VMIN to 1
2872 in HAVE_TERMIO/HAVE_TERMIOS cases.
2873
2874 2001-07-12 Mark Kettenis <kettenis@gnu.org>
2875
2876 * lin-lwp.c (stop_wait_callback): Add support for flushing
2877 signals. Use that in favour of the old code to get rid of
2878 superfluous SIGINTs.
2879 (lin_lwp_wait): Use the new support in stop_wait_callback to
2880 flush all but one SIGINT.
2881
2882 * i386-tdep.c (i386_extract_return_value): Undo 2001-07-11 changes
2883 to comment.
2884 (i386_store_return_value): Improve comments about storing
2885 floating-point return values.
2886
2887 * config/arm/xm-linux.h, config/i386/xm-linux.h,
2888 config/m68k/xm-linux.h, config/powerpc/xm-linux.h,
2889 config/sparc/xm-linux.h, config/ia64/xm-linux.h (HAVE_TERMIOS):
2890 Removed. Taken care of by autoconf and terminal.h.
2891
2892 2001-07-12 Daniel Jacobowitz <drow@mvista.com>
2893
2894 * mips-tdep.c (mips_type_needs_double_align): New function.
2895 (mips_push_arguments): Align o32 structs to even argument
2896 registers if necessary.
2897
2898 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
2899
2900 * config/djgpp/fnchange.lst: Add entries for
2901 mips-linux-nat.c and mips-linux-tdep.c.
2902
2903 2001-07-12 Mark Kettenis <kettenis@gnu.org>
2904
2905 * config/powerpc/xm-linux.h: Fix corrupted file.
2906
2907 * configure.in: Add check for sigsetjmp.
2908 * config/m68k/xm-linux.h (HAVE_SIGSETJMP): Removed.
2909 * config/xm-sysv4.h (HAVE_SIGSETJMP): Removed.
2910 * configure, config.in: Regenerated.
2911
2912 2001-07-11 Elena Zannoni <ezannoni@redhat.com>
2913
2914 * config/sh/tm-sh.h (struct gdbarch_tdep): Add
2915 FLOAT_ARGLAST_REGNUM, RETURN_REGNUM, ARG0_REGNUM, ARGLAST_REGNUM,
2916 PR_REGNUM fields.
2917
2918 * sh-tdep.c (sh_skip_prologue_hard_way): Rename from
2919 skip_prologue_hard_way().
2920 (skip_prologue_hard_way): Make it a function pointer.
2921 (sh_print_register): Use function pointer do_pseudo_register,
2922 instead of sh_do_pseudo_register.
2923 (sh_do_registers_info): Ditto.
2924 (sh_gdbarch_init): Initialize do_pseudo_register.
2925 (IS_MOV_TO_R14): Rename from IS_MOV_R14.
2926 (skip_prologue_hard_way): Update.
2927 (sh_gdbarch_init): Move setting of frame_chain,
2928 get_saved_register, init_extra_frame_info, push_arguments,
2929 extract_return_value, pop_frame, store_struct_return,
2930 extract_struct_value_address, use_struct_convention,
2931 init_extra_frame_info to before target specific settings.
2932 (sh_gdbarch_init): Initialize new tdep fields
2933 FLOAT_ARGLAST_REGNUM, RETURN_REGNUM, ARG0_REGNUM, ARGLAST_REGNUM,
2934 PR_REGNUM.
2935 (sh_push_arguments): Use new gdbarch_tdep fields
2936 {ARG0,ARGLAST}_REGNUM.
2937 (sh_saved_pc_after_call, sh_nofp_frame_init_saved_regs,
2938 sh_init_extra_frame_info, sh_push_return_address,
2939 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
2940 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs): Update to use
2941 gdbarch_tdep->PR_REGNUM.
2942 (dr_reg_base_num, fv_reg_base_num): Move to earlier in the file.
2943
2944 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
2945
2946 * config/mips/tm-linux.h: Include "tm-linux.h" instead of copying
2947 from it. Move definitions of REALTIME_LO and REALTIME_HI above
2948 include.
2949
2950 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
2951
2952 * MAINTAINERS: List myself for MIPS/Linux
2953 port.
2954
2955 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
2956
2957 * gdbserver/remote-utils.c (remote_open): Only
2958 check for F_SETOWN if we had F_SETFL and FASYNC.
2959
2960 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
2961
2962 From Michael Fedrowitz <michael.fedrowitz@informatik.uni-ulm.de>:
2963
2964 * config/m68k/linux.mh: Remove core-regset.o.
2965 * m68klinux-nat.c: Fix comment.
2966 (supply_gregset): Change argument to elf_gregset_t *.
2967 (supply_fpregset): Change argument to elf_fpregset_t *.
2968 (fetch_core_registers): New function.
2969 (linux_elf_core_fns): Define.
2970 (_initialize_m68k_linux_nat): New function.
2971
2972 2001-07-11 Andrew Cagney <ac131313@redhat.com>
2973
2974 * configure.tgt: Mark d10v as pure multi-arch.
2975 * config/d10v/tm-d10v.h: Delete file.
2976 * config/d10v/d10v.mt (TM_FILE): Delete.
2977
2978 2001-07-10 Andrew Cagney <ac131313@redhat.com>
2979
2980 * serial.h (typedef serial_t): Delete. Replace all references to
2981 serial_t with `struct serial *'.
2982 * serial.c: Update.
2983 * nindy-share/ttyflush.c: Update.
2984 * nindy-share/ttyflush.c: Update.
2985 * nindy-share/Onindy.c: Update.
2986 * nindy-share/nindy.c: Update.
2987 * remote-rdp.c: Update.
2988 * remote-sds.c: Update.
2989 * remote-st.c: Update.
2990 * remote-nindy.c: Update.
2991 * remote-mips.c: Update.
2992 * remote-e7000.c: Update.
2993 * remote-os9k.c: Update.
2994 * remote-nrom.c: Update.
2995 * remote-es.c: Update.
2996 * remote-array.c: Update.
2997 * ocd.c: Update.
2998 * mon960-rom.c: Update.
2999 * dsrec.c: Update.
3000 * inflow.c: Update.
3001 * ser-e7kpc.c: Update.
3002 * sparclet-rom.c: Update.
3003 * srec.h: Update.
3004 * ser-tcp.c: Update.
3005 * ser-go32.c: Update.
3006 * sparcl-tdep.c: Update.
3007 * w89k-rom.c: Update.
3008 * utils.c: Update.
3009 * sh3-rom.c: Update.
3010 * remote.c: Update.
3011 * ser-pipe.c: Update.
3012 * ser-unix.c: Update.
3013 * ser-unix.h: Update.
3014 * xmodem.c: Update.
3015 * xmodem.h: Update.
3016
3017 2001-07-11 J.T. Conklin <jtc@redback.com>
3018
3019 From Greg McGary <greg@mcgary.org>:
3020 * gdbserver/remote-utils.c (remote_open): Set gdbserver as "owner"
3021 of SIGIO.
3022 (input_interrupt): Don't block on read, in case we got redundant
3023 SIGIO. Don't gripe about redundant SIGIO.
3024 * gdbserver/low-hppabsd.c (mywait): Use waitpid(). Enable SIGIO
3025 handler while waiting.
3026 * gdbserver/low-linux.c (mywait): Likewise.
3027 * gdbserver/low-nbsd.c (mywait): Likewise.
3028 * gdbserver/low-sparc.c (mywait): Likewise.
3029
3030 2001-07-11 Keith Seitz <keiths@redhat.com>
3031
3032 * infrun.c (print_stop_reason): Add missing uiout field
3033 "reason" for SIGNAL_RECEIVED case.
3034
3035 2001-07-11 Mark Kettenis <kettenis@gnu.org>
3036
3037 * config/alpha/nm-linux.h (TARGET_ELF64, PSIGNAL_IN_SIGNAL_H):
3038 Remove unused macro's.
3039
3040 * config/powerpc/nm-linux.h (NO_SYS_REG_H): Remove, it's no longer
3041 used.
3042
3043 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
3044
3045 * go32-nat.c (info_dos_cmdlist): New variable.
3046 (go32_info_dos_command): New function.
3047 (_initialize_go32_nat): Convert all DOS-specific commands into
3048 subcommands of "info dos". Suggested by Andrew Cagney
3049 <ac131313@redhat.com>.
3050
3051 2001-07-11 Mark Kettenis <kettenis@gnu.org>
3052
3053 * config/nm-linux.h: Fix comments.
3054
3055 * thread-db.c (enable_thread_event_reporting): Correct warning
3056 message about getting thread death breakpoint.
3057 Reported by John S Kallal <jskallal@home.com>.
3058
3059 * i386-tdep.c (i386_extract_return_value): "Fix" comment.
3060 (i386_store_return_value): Frob FPU status and tag word to make
3061 sure the return value is the only value on the FPU stack.
3062
3063 * config/tm-linux.h: Do not include <signal.h>. Instead provide
3064 reasonable defaults for REALTIME_LO and REALTIME_HI if they're not
3065 already defined.
3066 * config/nm-linux.h: Include <signal.h>.
3067 [__SIGRTMIN] (REALTIME_LO, REALTIME_HI): Define to __SIGRTMIN and
3068 (__SIGRTMAX + 1) respectively.
3069
3070 2001-07-10 Andrew Cagney <ac131313@redhat.com>
3071
3072 * mcore-rom.c: Include "serial.h".
3073 * Makefile.in (mcore-rom.o): Depends on "serial.h".
3074
3075 2001-07-10 Andrew Cagney <ac131313@redhat.com>
3076
3077 * Makefile.in (remote-bug.o): Depends on serial.h.
3078 * remote-bug.c: Include "serial.h".
3079 * MAINTAINERS: Mark m88k target as buildable.
3080 * TODO: Update.
3081
3082 2001-07-10 Jim Blandy <jimb@redhat.com>
3083
3084 Clean up the D10V port so that GDB and the target program no
3085 longer disagree on how big pointers are.
3086 * findvar.c (value_from_register): Remove special case code for D10V.
3087 * printcmd.c (print_frame_args): Same.
3088 * valops.c (value_at, value_fetch_lazy): Same.
3089 * values.c (unpack_long): Same.
3090 * gdbarch.sh: Changes to effect the following:
3091 * gdbarch.h (GDB_TARGET_IS_D10V, D10V_MAKE_DADDR,
3092 gdbarch_d10v_make_daddr_ftype, gdbarch_d10v_make_daddr,
3093 set_gdbarch_d10v_make_daddr, D10V_MAKE_IADDR,
3094 gdbarch_d10v_make_iaddr_ftype, gdbarch_d10v_make_iaddr,
3095 set_gdbarch_d10v_make_iaddr, D10V_DADDR_P,
3096 gdbarch_d10v_daddr_p_ftype, gdbarch_d10v_daddr_p,
3097 set_gdbarch_d10v_daddr_p, D10V_IADDR_P,
3098 gdbarch_d10v_iaddr_p_ftype, gdbarch_d10v_iaddr_p,
3099 set_gdbarch_d10v_iaddr_p, D10V_CONVERT_DADDR_TO_RAW,
3100 gdbarch_d10v_convert_daddr_to_raw_ftype,
3101 gdbarch_d10v_convert_daddr_to_raw,
3102 set_gdbarch_d10v_convert_daddr_to_raw, D10V_CONVERT_IADDR_TO_RAW,
3103 gdbarch_d10v_convert_iaddr_to_raw_ftype,
3104 gdbarch_d10v_convert_iaddr_to_raw,
3105 set_gdbarch_d10v_convert_iaddr_to_raw): Delete declarations.
3106 * gdbarch.c: Delete the corresponding definitions.
3107 (struct gdbarch): Delete members d10v_make_daddr,
3108 d10v_make_iaddr, d10v_daddr_p, d10v_iaddr_p,
3109 d10v_convert_daddr_to_raw, and d10v_convert_iaddr_to_raw.
3110 (startup_gdbarch): Remove initializers for the above.
3111 (verify_gdbarch, gdbarch_dump): Don't verify or dump them any
3112 more.
3113 * d10v-tdep.c (d10v_register_virtual_type): Rather that
3114 claiming the stack pointer and PC are 32 bits long (which they
3115 aren't), say that the stack pointer is an int16_t, and the
3116 program counter is a function pointer. This allows the rest
3117 of GDB to make the appropriate conversions between the code
3118 pointer format and real addresses.
3119 (d10v_register_convertible, d10v_register_convert_to_virtual,
3120 d10v_register_convert_to_raw): Delete function; no registers
3121 are convertible now, so we use
3122 generic_register_convertible_not instead.
3123 (d10v_address_to_pointer, d10v_pointer_to_address): New gdbarch
3124 methods.
3125 (d10v_push_arguments, d10v_extract_return_value): Remove special
3126 cases for code and data pointers.
3127 (d10v_gdbarch_init): Set gdbarch_ptr_bit to 16, so that GDB and
3128 the target agree on how large pointers are. Say that addresses
3129 are 32 bits long. Register the address_to_pointer and
3130 pointer_to_address conversion functions. Since no registers are
3131 convertible now, register generic_register_convertible_not as the
3132 gdbarch_register_convertible method instead of
3133 d10v_register_convertible. Remove registrations for
3134 d10v_register_convert_to_virtual,
3135 d10v_register_convert_to_raw, gdbarch_d10v_make_daddr,
3136 gdbarch_d10v_make_iaddr, gdbarch_d10v_daddr_p,
3137 gdbarch_d10v_iaddr_p, gdbarch_d10v_convert_daddr_to_raw, and
3138 gdbarch_d10v_convert_iaddr_to_raw.
3139
3140 * printcmd.c (print_scalar_formatted): If we are printing an
3141 address, remember that TARGET_ADDR_BIT is not always equal to
3142 TARGET_PTR_BIT.
3143
3144 * valops.c (value_cast): When casting a pointer to an integer,
3145 don't convert it to an address.
3146
3147 2001-07-10 Andrew Cagney <ac131313@redhat.com>
3148
3149 * remote-utils.h (struct serial): Declare as opaque. Remove
3150 include of "serial.h".
3151 * Makefile.in (remote_utils_h): Update.
3152
3153 * monitor.h (struct serial): Declare as opaque. Remove include of
3154 "serial.h".
3155 (struct monitor_ops): Replace serial_t with `struct serial *'.
3156 * monitor.c (monitor_desc): Ditto.
3157
3158 2001-07-10 Daniel Jacobowitz <drow@mvista.com>
3159
3160 * mips-linux-tdep.c: New file.
3161 * mips-linux-nat.c: New file.
3162 * config/mips/linux.mh: New file.
3163 * config/mips/linux.mt: New file.
3164 * config/mips/xm-linux.h: New file.
3165 * config/mips/nm-linux.h: New file.
3166 * config/mips/tm-linux.h: New file.
3167 * configure.host: Recognize mips*-*-linux*.
3168 * configure.tgt: Likewise.
3169 * NEWS: Mention mips*-*-linux* port.
3170
3171 2001-07-09 Andrew Cagney <ac131313@redhat.com>
3172
3173 * serial.h (struct serial): Rename `struct _serial_t'.
3174 * serial.c (XMALLOC): Define.
3175 (serial_open): Update. Use XMALLOC.
3176 (serial_fdopen): Ditto.
3177
3178 2001-07-07 Andrew Cagney <ac131313@redhat.com>
3179
3180 * gdbtypes.h (builtin_type_void_data_ptr): Rename
3181 builtin_type_ptr.
3182 * gdbtypes.c (builtin_type_void_data_ptr): Update.
3183 (build_gdbtypes): Update.
3184 (_initialize_gdbtypes): Update.
3185 * values.c (value_as_pointer): Update.
3186 * utils.c (host_pointer_to_address): Update.
3187 (address_to_host_pointer): Update.
3188
3189 2001-07-08 Andrew Cagney <ac131313@redhat.com>
3190
3191 * remote-udi.c (udi_wait): Make type, instead of name, of first
3192 parameter a ptid_t.
3193
3194 2001-07-07 Andrew Cagney <ac131313@redhat.com>
3195
3196 * ser-mac.c: Make obsolete.
3197 * Makefile.in (ser-mac.o): Ditto.
3198
3199 2001-07-08 Eli Zaretskii <eliz@is.elta.co.il>
3200
3201 * go32-nat.c (go32_get_windows_version, print_mem, go32_sysinfo)
3202 (read_memory_region, get_descriptor, display_descriptor)
3203 (go32_sldt, go32_sgdt, go32_sidt): New functions.
3204 (top-level): Include ctype.h, utsname.h, dos.h, and go32.h. Ifdef
3205 away `disable' from dos.h, since breakpoint.h defines an enum
3206 member of the same name, and GCC 2.7.2 barfs.
3207 (_initialize_go32_nat): Provide new commands dos-sysinfo, dos-ldt,
3208 dos-gdt, and dos-idt, all of them in the "info" class
3209
3210 2001-07-07 Kevin Buettner <kevinb@redhat.com>
3211
3212 * procfs.c (create_procinfo): Allocate space for saved_entryset
3213 and saved_exitset.
3214 (destroy_one_procinfo): Free space allocated to saved_entryset
3215 and saved_exitset.
3216
3217 2001-07-07 Andrew Cagney <ac131313@redhat.com>
3218
3219 * TODO (5.1): Update.
3220
3221 2001-07-07 Andrew Cagney <ac131313@redhat.com>
3222
3223 * symtab.c (main_name): New function.
3224 (set_main_name): New function.
3225 * symtab.h: Declare.
3226 * TODO: Update
3227
3228 From 2000-03-05 Anthony Green <green@redhat.com>:
3229 * dbxread.c (process_one_symbol): Handle the N_MAIN stab by
3230 setting main_name.
3231 * blockframe.c (inside_main_func): Use main_name instead of
3232 "main".
3233 * symtab.c (find_main_psymtab): Ditto.
3234 * source.c (select_source_symtab): Ditto.
3235 * nlmread.c (nlm_symfile_read): Ditto.
3236 * rs6000-tdep.c (skip_prologue): Ditto.
3237
3238 2001-07-07 Andrew Cagney <ac131313@redhat.com>
3239
3240 * TODO: Convert most items into PRs.
3241
3242 2001-07-07 Mark Kettenis <kettenis@gnu.org>
3243
3244 * lin-lwp.c (status_to_str): New function.
3245 (lin_lwp_wait): Use it to print debug messages where appropriate.
3246
3247 2001-07-06 Michael Chastain <chastain@redhat.com>
3248
3249 * i387-tdep.c (print_i387_value): Fix pointer glitch.
3250
3251 2001-07-07 Mark Kettenis <kettenis@gnu.org>
3252
3253 * lin-lwp.c (count_events_callback): Fix formatting. Turn check
3254 commented with "paranoia" into gdb_assert.
3255 (select_event_lwp_callback): Likewise.
3256 (cancel_breakpoints_callback): Bail out early if LP is the event
3257 LWP. Add comment about backup up breakpoints. Fix formatting and
3258 debug message.
3259 (select_event_lwp): Make solely repsonsible for switching event
3260 LWP. Fix formatting and remove bogus "ERROR" debug message.
3261 Don't backup breakpoints from here.
3262 (lin_lwp_wait): Don't touch LP->status, let select_event_lwp
3263 handle that. Only call select_event_lwp if we're not waiting for
3264 a specific LWP, i.e. when PID == -1. Backup breakpoints from here.
3265
3266 2001-07-06 Michael Snyder <msnyder@redhat.com>
3267
3268 * procfs.c (procfs_resume): Silence noisy warning.
3269
3270 2001-06-12 Michael Snyder <msnyder@redhat.com>
3271
3272 * lin-lwp.c: Prevent thread starvation by using a monte carlo
3273 method to choose which of several event threads to handle next.
3274
3275 (stop_wait_callback): Defer pushback of breakpoint events until
3276 later; add SIGTRAP events to the queue of unhandled events.
3277 Keep calling waitpid until SIGSTOP retrieved. If more than one
3278 non-SIGSTOP event is retrieved, push them back onto the process
3279 queue using kill.
3280 (count_events_callback, select_singlestep_lwp_callback,
3281 select_event_lwp_callback, cancel_breakpoints_callback,
3282 select_event_lwp): New functions. Implement monte carlo method
3283 for selecting which of several SIGTRAP threads to handle next.
3284 Push back the breakpoint event for all threads other than the
3285 selected one.
3286 (lin_lwp_wait): Call select_event_lwp to decide which of several
3287 sigtrapped lwps to handle next.
3288 (resume_callback): Disable code that attempts to handle
3289 step_resume breakpoints. Let core gdb handle this.
3290
3291 2001-07-06 Jim Blandy <jimb@redhat.com>
3292
3293 * gdbtypes.h (builtin_type_void_func_ptr): New builtin type.
3294 * gdbtypes.c (builtin_type_void_func_ptr): Define the variable.
3295 (build_gdbtypes): Initialize it.
3296 (_initialize_gdbtypes): Swap it.
3297
3298 2001-07-04 Daniel Jacobowitz <drow@mvista.com>
3299
3300 * mips-tdep.c (mips32_op): Correct offset.
3301 (itype_op): Likewise.
3302 (itype_rs): Fix formatting.
3303 (itype_immediate): Fix formatting.
3304 (jtype_op): Correct offset.
3305 (jtype_target): Fix formatting.
3306 (rtype_op): Correct offset.
3307 (rtype_rs): Fix formatting.
3308 (rtype_rt): Likewise.
3309 (rtype_rd): Likewise.
3310 (rtype_shamt): Likewise.
3311 (rtype_funct): Likewise.
3312
3313 (mips32_next_pc): Fix formatting and comments. Recognize
3314 coprocessor 1 branches. Check the correct field for BLT family
3315 branches. Use itype_rt instead of itype_rs for the second register
3316 of a BNE or BNEL branch. Move (unreachable) default case.
3317
3318 2001-07-04 Andrew Cagney <ac131313@redhat.com>
3319
3320 * ui-out.h (struct ui_out_impl): Add field is_mi_like_p.
3321 (ui_out_is_mi_like_p): Declare.
3322 * ui-out.c (ui_out_is_mi_like_p): Define.
3323 (default_ui_out_impl): Initialize is_mi_like_p to zero.
3324 * cli-out.c (cli_ui_out_impl): Ditto.
3325 * breakpoint.c (print_it_typical): Use ui_out_is_mi_like_p.
3326 (watchpoint_check, print_one_breakpoint, mention): Ditto.
3327 * infrun.c (print_stop_reason, normal_stop): Ditto.
3328
3329 2001-07-05 Daniel Jacobowitz <drow@mvista.com>
3330
3331 * mips-tdep.c (mips_software_single_step): New function.
3332 * config/mips/tm-mips.h: Add prototype for
3333 mips_software_single_step.
3334
3335 2001-07-05 Daniel Jacobowitz <drow@mvista.com>
3336
3337 * ppc-linux-nat.c (supply_gregset): Use elf_greg_t instead
3338 of greg_t.
3339 (fill_gregset): Likewise.
3340
3341 2001-07-05 Andrew Cagney <ac131313@redhat.com>
3342
3343 * objfiles.c (open_mapped_file): Use lbasename instead of
3344 basename.
3345
3346 2001-07-05 Jim Blandy <jimb@redhat.com>
3347
3348 * d10v-tdep.c (d10v_frame_chain, d10v_frame_init_saved_regs,
3349 show_regs, d10v_read_pc, d10v_write_pc, d10v_read_sp,
3350 d10v_write_sp, d10v_write_fp, d10v_read_fp,
3351 d10v_push_return_address): Call the functions d10v_make_daddr,
3352 d10v_make_iaddr, d10v_convert_iaddr_to_raw, and
3353 d10v_convert_daddr_to_raw, not the global macros D10V_MAKE_DADDR,
3354 D10V_MAKE_IADDR, D10V_CONVERT_IADDR_TO_RAW, and
3355 D10V_CONVERT_DADDR_TO_RAW.
3356
3357 * dwarf2read (dwarf2_build_psymtabs_hard): Doc fix.
3358
3359 2001-07-05 Mark Kettenis <kettenis@gnu.org>
3360
3361 * config/i386/xm-go32.h (HOST_I386): Removed.
3362 * config/i386/xm-linux.h (HOST_I386): Removed.
3363
3364 2001-07-04 Mark Kettenis <kettenis@gnu.org>
3365
3366 * i387-tdep.c (print_i387_value): Add extra space after final full
3367 stop in comment.
3368
3369 2001-07-04 Andrew Cagney <ac131313@redhat.com>
3370
3371 * TODO (5.1): Update. Doco changes committed.
3372
3373 2001-06-29 Andrew Cagney <ac131313@redhat.com>
3374
3375 * config/arm/tm-arm.h: Include "floatformat.h".
3376
3377 2001-06-29 Andrew Cagney <ac131313@redhat.com>
3378
3379 * i387-tdep.c: Include "gdb_assert.h".
3380 (print_i387_value): Use extract_floating to extract the FP value
3381 from a zero padded local buffer.
3382
3383 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3384
3385 * TODO: Delete all thread items. The thread code was overhauled.
3386
3387 2001-07-04 Elena Zannoni <ezannoni@redhat.com>
3388
3389 * memattr.c (create_mem_region): Move n to next memory region,
3390 to avoid infinite loop.
3391
3392 * memattr.h: Add copyright statement.
3393 * memattr.c: Ditto.
3394
3395 2001-07-04 Jim Blandy <jimb@redhat.com>
3396
3397 * dwarf2read.c (struct partial_die_info): New member: has_pc_info.
3398 (read_partial_die): Delete fourth argument; we return this info in
3399 the struct partial_die_info object itself now.
3400 (dwarf2_build_psymtabs_hard, scan_partial_symbols): Use the
3401 has_pc_info field of the partial die struct, rather than passing a
3402 variable by reference to read_partial_die.
3403
3404 * dwarf2read.c (dwarf2_build_psymtabs_hard): Remove extraneous
3405 code in loop condition.
3406
3407 2001-07-03 Michael Snyder <msnyder@redhat.com>
3408
3409 * thread_db (find_new_threads_callback, thread_db_thread_alive,
3410 attach_thread): Update comments.
3411
3412 2001-06-29 Ken Whaley <ken@believe.com>
3413
3414 * thread-db.c (attach_thread): Check for TD_THR_ZOMBIE in addition
3415 to TD_THR_UNKNOWN when looking for defunct zombie threads.
3416 (thread_db_thread_alive): Ditto.
3417 (find_new_threads_callback): Ditto.
3418
3419 2001-07-02 Daniel Jacobowitz <drow@mvista.com>
3420
3421 * MAINTAINERS: Add myself to the write-after-approval list.
3422
3423 2001-07-02 Daniel Jacobowitz <drow@mvista.com>
3424
3425 * solib-svr4.c: Include "elf/mips.h".
3426 (elf_locate_base): Make DT_MIPS_RLD_MAP block unconditional.
3427
3428 2001-07-02 Jim Blandy <jimb@redhat.com>
3429
3430 * dwarf2read.c (read_comp_unit, sibling_die, dump_die,
3431 dump_die_list, store_in_ref_table, follow_die_ref): Make these
3432 static; they're private functions.
3433
3434 2001-07-01 Mark Elbrecht <snowball@bigfoot.com>
3435
3436 * coffread.c (coff_symfile_read): Parse DWARF2 info if present.
3437
3438 2001-06-28 Elena Zannoni <ezannoni@redhat.com>
3439
3440 * TODO: Add import of readline 4.2 as a gdb 5.2 task.
3441
3442 2001-06-29 Andrew Cagney <ac131313@redhat.com>
3443
3444 * config/djgpp/fnchange.lst: Sort.
3445
3446 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3447
3448 * config/djgpp/fnchange.lst: Rename mi0-var-block.exp,
3449 mi0-var-cmd.exp, mi0-var-child.exp and mi0-var-display.exp.
3450
3451 2001-06-29 Andreas Jaeger <aj@suse.de>
3452
3453 * MAINTAINERS: Add myself to the write-after-approval list.
3454
3455 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3456
3457 * remote-array.c (SWAP_TARGET_AND_HOST): Delete macro.
3458 (get_hex_word): Don't use HOST_BYTE_ORDER.
3459 (array_fetch_registers): Add variable ``reg''. Use
3460 store_unsigned_integer to byte-swap the register. Delete unused
3461 local ``regs''.
3462
3463 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3464
3465 * MAINTAINERS: Add Per Bothner to Java maintainers.
3466
3467 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3468
3469 * rdi-share/unixcomm.c (SERIAL_PREFIX): Always provide a default.
3470 * rdi-share/hostchan.h (__unix): Hack, provide a default value.
3471 * rdi-share/host.h (__unix): Hack, define when __NetBSD__.
3472 * TODO: Update.
3473 * MAINTAINERS: Update. arm-elf builds.
3474
3475 2001-06-28 Jim Blandy <jimb@redhat.com>
3476
3477 * d10v-tdep.c (d10v_ts2_dmap_register): Doc fix.
3478
3479 * d10v-tdep.c (d10v_frame_chain_valid, d10v_use_struct_convention,
3480 d10v_breakpoint_from_pc, d10v_register_byte,
3481 d10v_register_raw_size, d10v_register_virtual_size,
3482 d10v_register_virtual_type, d10v_register_convertible,
3483 d10v_register_convert_to_virtual, d10v_register_convert_to_raw,
3484 d10v_make_daddr, d10v_make_iaddr, d10v_daddr_p, d10v_iaddr_p,
3485 d10v_convert_iaddr_to_raw, d10v_convert_daddr_to_raw,
3486 d10v_store_struct_return, d10v_store_return_value,
3487 d10v_extract_struct_value_address, d10v_frame_saved_pc,
3488 d10v_saved_pc_after_call, d10v_pop_frame, d10v_skip_prologue,
3489 d10v_frame_chain, d10v_frame_init_saved_regs,
3490 d10v_init_extra_frame_info, d10v_read_pc, d10v_write_pc,
3491 d10v_read_sp, d10v_write_sp, d10v_write_fp, d10v_read_fp,
3492 d10v_push_return_address, d10v_push_arguments,
3493 d10v_extract_return_value): Make these functions static.
3494
3495 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3496
3497 From Fernando Nasser:
3498 * infrun.c (handle_inferior_event): Handle "nexti" inside function
3499 prologues.
3500
3501 2001-06-28 Michael Snyder <msnyder@redhat.com>
3502
3503 * infrun.c (handle_inferior_event): Replace prev_pc test in all
3504 calls to bpstat_stop_status (removed in 1999-09-24). This test
3505 helps distinguish stepping over a breakpoint trap from stepping
3506 thru a jump to the instruction after a breakpoint trap.
3507 (handle_inferior_event): Don't bother writing the PC if
3508 DECR_PC_AFTER_BREAK is zero (optimization).
3509 * breakpoint.c (bpstat_stop_status): Add comment explaining the
3510 purpose and usage of the "not_a_breakpoint" argument in computing
3511 the breakpoint address.
3512
3513 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3514
3515 From 2000-12-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
3516 * monitor.c (setmem_resp_delim_pattern): New regexp pattern.
3517 (setreg_resp_delim_pattern): Likewise.
3518 (setmem_resp_delim_fastmap): New buffer.
3519 (setreg_resp_delim_fastmap): Likewise.
3520 (monitor_open): Initialize above regexp if they are defined.
3521 (monitor_write_memory): Use regexp to check the result of write.
3522 (monitor_store_register): Likewise to check result of register set.
3523
3524 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3525
3526 From 2000-06-14 John Marshall <john_w_marshall@palm.com>:
3527 * coff-solib.c: Include symfile.h and objfiles.h to make
3528 OBJF_SHARED visible.
3529
3530 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3531
3532 * configure.in (--enable-gdbmi): Enable by default.
3533 * configure: Regenerate.
3534 * TODO: Update.
3535 * NEWS: Update
3536
3537 2001-06-28 Joel Brobecker <brobecker@act-europe.fr>
3538
3539 * solib-osf.c (osf_in_dynsym_resolve_code): Add a comment
3540 explaining the consequences of always returning zero. No code
3541 change.
3542
3543 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3544
3545 From 2001-06-08 Daniel Jacobowitz <djacobowitz@mvista.com>:
3546 * defs.h (enum target_signal): Add TARGET_SIGNAL_REALTIME_65
3547 to TARGET_SIGNAL_REALTIME_127.
3548 * target.c (struct signals): Add SIG63 to SIG127.
3549 (target_signal_from_host): Handle up to 127 signals.
3550 (do_target_signal_to_host): Likewise.
3551
3552 2001-06-27 Andrew Cagney <ac131313@redhat.com>
3553
3554 * remote-sds.c (sds_start_remote): Change type of ``c'' to int
3555 from possibly unsigned char.
3556
3557 2001-06-27 Andrew Cagney <ac131313@redhat.com>
3558
3559 * ser-ocd.c: Delete file.
3560 * Makefile.in (ALLDEPFILES): Remove ser-ocd.c
3561 (ser-ocd.o): Delete target.
3562 * TODO: Update.
3563 * NEWS: Update.
3564
3565 2001-06-27 Andrew Cagney <ac131313@redhat.com>
3566
3567 * MAINTAINERS (Write After Approval): Sort.
3568 (Past Maintainers): Daniel Berlin stepped down as C++ maintainer.
3569
3570 2001-06-26 Andrew Cagney <ac131313@redhat.com>
3571
3572 * breakpoint.c (breakpoint_1): Always output the breakpoint
3573 headings. Leave it to ui-out to decide which
3574
3575 2001-06-25 Andrew Cagney <ac131313@redhat.com>
3576
3577 * stack.c (print_frame): For ui_out, output a list of arguments.
3578
3579 2001-06-25 Kevin Buettner <kevinb@redhat.com>
3580
3581 * MAINTAINERS (paper trail): Update.
3582
3583 2001-06-25 Michael Snyder <msnyder@redhat.com>
3584
3585 * infrun.c: Eliminate the "thread_step_needed" state variable,
3586 and replace it with a relatively simple test in resume.
3587 (resume): Replace thread_step_needed logic with a test for
3588 stepping, breakpoint_here_p and breakpoints_inserted.
3589 Move CANNOT_STEP_BREAKPOINT logic to after thread_step logic.
3590 (proceed): Discard thread_step_needed logic.
3591 (wait_for_inferior, fetch_inferior_event, handle_inferior_event):
3592 Discard thread_step_needed logic.
3593
3594 2001-06-24 Fernando Nasser <fnasser@redhat.com>
3595
3596 * remote-rdi.c (arm_rdi_wait): Fix return type in prototype.
3597 * rdi-share/host.h: Add missing parenthesis in conditional.
3598
3599 2001-06-22 J.T. Conklin <jtc@redback.com>
3600
3601 * configure.in: include nlist.h when checking for member som_addr
3602 in struct so_map.
3603 * configure: regenerate.
3604
3605 2001-06-21 Keith Seitz <keiths@redhat.com>
3606
3607 * cli-out.c (cli_out_new): Initialize new structure member
3608 "suppress_output".
3609
3610 2001-06-20 Andrew Cagney <ac131313@redhat.com>
3611
3612 * ui-out.h (ui_out_table_header): Add parameter ``col_name''.
3613 (table_header_ftype): Ditto.
3614 * cli-out.c (cli_table_header): Update.
3615 * ui-out.c (ui_out_table_header): Update.
3616 (uo_table_header): Update.
3617 (default_table_header): Update.
3618 (append_header_to_list): Update.
3619 (struct ui_out_header): Add field ``col_name''.
3620 (append_header_to_list): Use xstrdup. Initialize col_name.
3621 * breakpoint.c (breakpoint_1): Pass COL_NAME to
3622 ui_out_table_header.
3623
3624 2001-06-19 Andrew Cagney <ac131313@redhat.com>
3625
3626 * cli-out.c: Include "gdb_assert.h'.
3627 (struct ui_out_data): Add field ``suppress_output.
3628 (cli_table_begin): When NR_ROWS is zero, suppress_output.
3629 (cli_table_end): Clear suppress_output.
3630 (cli_table_body): Check suppress_output.
3631 (cli_table_header, cli_begin): Ditto.
3632 (cli_end, cli_field_int, cli_field_skip): Ditto.
3633 (cli_field_string, cli_field_fmt, cli_spaces): Ditto.
3634 (cli_text, cli_message, cli_wrap_hint): Ditto.
3635 * breakpoint.c (breakpoint_1): Close the ui_out table before
3636 printing the breakpoint not found message.
3637
3638 2001-06-18 Andrew Cagney <ac131313@redhat.com>
3639
3640 * ui-out.c (ui_out_table_begin): Add parameter ``nr_rows''.
3641 (default_table_begin): Ditto.
3642 (uo_table_begin): Ditto.
3643 * cli-out.c (cli_table_begin): Ditto.
3644 * ui-out.h (ui_out_table_begin): Update
3645 (table_begin_ftype): Update.
3646 * breakpoint.c (breakpoint_1): Pass nr_printable_breakpoints to
3647 ui_out_table_begin.
3648
3649 2001-06-16 Andrew Cagney <ac131313@redhat.com>
3650
3651 * breakpoint.c (breakpoint_1): Restructure. Compute the
3652 nr_printable_breakpoints. Move the header output to before the
3653 main print breakpoints loop.
3654 (user_settable_breakpoint): New function.
3655
3656 2001-06-18 Andrew Cagney <ac131313@redhat.com>
3657
3658 * infrun.c, breakpoint.c: Use strncmp as the "mi" test. Allow,
3659 "mi", "mi0" and "mi1".
3660
3661 2001-06-17 Andrew Cagney <ac131313@redhat.com>
3662
3663 * gdbarch.sh: Generate an error when conflicting macro
3664 definitions. Generate an error when both pure multi-arch and
3665 "tm.h".
3666 * gdbarch.h, gdbarch.c: Regenerate.
3667 * defs.h (GDB_MULTI_ARCH_TM): Rewrite definition.
3668
3669 2001-06-17 Andrew Cagney <ac131313@redhat.com>
3670
3671 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Down grade to
3672 GDB_MULTI_ARCH_PARTIAL from two.
3673
3674 2001-06-17 Fernando Nasser <fnasser@redhat.com>
3675
3676 From 2001-06-15 Eirik Fuller <eirik@hackrat.com>
3677 * cli/cli-script.c (free_command_lines): Reset list pointer.
3678
3679 2001-06-16 Andrew Cagney <ac131313@redhat.com>
3680
3681 * arch-utils.c (init_frame_pc_default): New function
3682 * arch-utils.h (init_frame_pc_default): Declare.
3683 * gdbarch.sh (INIT_FRAME_PC): Default to init_frame_pc_default and
3684 not init_frame_pc_noop.
3685 * gdbarch.h, gdbarch.c: Re-generate.
3686 * blockframe.c (INIT_FRAME_PC): Delete macro definition.
3687 * mips-tdep.c (mips_gdbarch_init): Set init_frame_pc to
3688 init_frame_pc_noop.
3689
3690 2001-06-16 Andrew Cagney <ac131313@redhat.com>
3691
3692 * gdbarch.c: Regenerate. Out-of-sync with gdbarch.sh.
3693
3694 2001-06-15 Andrew Cagney <ac131313@redhat.com>
3695
3696 * gdbarch.sh (CANNOT_FETCH_REGISTER): Multi-arch.
3697 (CANNOT_STORE_REGISTER): Ditto.
3698 * infptrace.c (CANNOT_FETCH_REGISTER): Delete definition.
3699 (CANNOT_STORE_REGISTER): Ditto.
3700 * regcache.c (CANNOT_STORE_REGISTER): Ditto.
3701 * lynx-nat.c (CANNOT_STORE_REGISTER): Ditto.
3702 * arch-utils.h (cannot_register_not): Define.
3703 * arch-utils.c (cannot_register_not): Declare.
3704
3705 2001-06-15 Andrew Cagney <ac131313@redhat.com>
3706
3707 * gdbarch.sh: Clarify pre/post default
3708 (INIT_FRAME_PC_FIRST, INIT_FRAME_PC): Multiarch.
3709 * blockframe.c (get_prev_frame): Remove #ifdef from around
3710 INIT_FRAME_PC_FIRST call.
3711 * arch-utils.c (init_frame_pc_noop): Define.
3712 * arch-utils.h (init_frame_pc_noop): Declare.
3713 * config/mips/tm-mips.h (INIT_FRAME_PC_FIRST): Delete.
3714 (INIT_FRAME_PC, mips_init_frame_pc_first): Ditto.
3715 * mips-tdep.c (mips_init_frame_pc_first): Make static.
3716 (mips_gdbarch_init): Initialize init_frame_pc_first.
3717 (mips_dump_tdep): Update.
3718
3719 2001-06-15 Michael Snyder <msnyder@redhat.com>
3720
3721 * infrun.c (context_switch): New function. Abstract the operation
3722 of saving and restoring infrun's state when switching threads.
3723 (handle_inferior_event): Normalize the handling of the 'thread hop'
3724 event (when the wrong thread hits a thread-specific breakpoint,
3725 and we need to solo-step that thread past the breakpoint).
3726 Call keep_going, instead of target_resume. Handle the subsequent
3727 singlestep-trap as a normal event instead of just resuming.
3728
3729 2001-06-15 Andrew Cagney <ac131313@redhat.com>
3730
3731 * arch-utils.c (core_addr_identity): New function. Rename
3732 default_convert_from_func_ptr_addr.
3733 * gdbarch.sh (CONVERT_FROM_FUNC_PTR_ADDR): Update.
3734 (ADDR_BITS_REMOVE): Define. Default to core_addr_identity.
3735 * defs.h (ADDR_BITS_REMOVE): Delete macro definition.
3736 * config/mips/tm-mips.h (ADDR_BITS_REMOVE): Delete definition.
3737 * mips-tdep.c (mips_addr_bits_remove): Make static.
3738 (mips_gdbarch_init): Initialize addr_bits_remove.
3739
3740 2001-06-15 Andrew Cagney <ac131313@redhat.com>
3741
3742 From 2001-02-26 D.J. Barrow <djbarrow@de.ibm.com>:
3743 * configure.tgt: Add S/390 31 & 64 bit target configuration.
3744 * configure.host: Ditto for host.
3745
3746 2001-06-15 Andrew Cagney <ac131313@redhat.com>
3747
3748 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS_P): Delete definition.
3749 (EXTRACT_STRUCT_VALUE_ADDRESS): Change to a function with
3750 predicate.
3751 * gdbarch.h, gdbarch.c: Regenerate.
3752 * values.c (value_being_returned): Change the reference to
3753 EXTRACT_STRUCT_VALUE_ADDRESS_P to a function call.
3754
3755 2001-06-15 Joel Brobecker <brobecker@act-europe.fr>
3756
3757 * MAINTAINERS: Add Paul Hilfinger and Joel Brobecker to the
3758 Write After Approval list.
3759
3760 2001-06-14 Michael Snyder <msnyder@redhat.com>
3761
3762 * remote.c (show_remote_protocol_qSymbol_packet_cmd,
3763 set_remote_protocol_qSymbol_packet_cmd): New functions.
3764 (init_all_packet_configs, show_remote_cmd): Add qSymbol packet.
3765 (remote_check_symbols): New function. Implement qSymbol packet,
3766 allowing target to request symbol lookup service from gdb.
3767 (remote_open_1, remote_async_open_1): Call remote_check_symbols,
3768 allowing symbol lookup from exec_bfd on connection to target.
3769 (remote_new_objfile): New function. Catch new objfile notifications
3770 from shared library module, and call remote_check_symbols.
3771 (_initialize_remote): Hook remote_new_objfile into the shared
3772 library notification chain. Add "set remote symbol-lookup" command.
3773
3774 2001-06-14 Keith Seitz <keiths@redhat.com>
3775
3776 * tracepoint.c (trace_command): We now have tracepoint
3777 events. Get rid of those ugly hooks.
3778 (tracepoint_operation): Likewise.
3779 (trace_pass_command): Likewise.
3780
3781 2001-06-13 Michael Snyder <msnyder@redhat.com>
3782
3783 * gdbthread.h (struct thread_info): Add new fields:
3784 current_line, current_symtab, step_sp, for saved infrun state.
3785 * thread.c (save_infrun_state, load_infrun_state): Save and
3786 restore current_line, current_symtab, and step_sp.
3787 (add_thread): Rather than adding assignments to initialize
3788 the new fields, just use memset (tp, 0, sizeof (*tp).
3789 This way future new fields will not be overlooked.
3790 * infrun.c (handle_inferior_event): Save and restore save_sp,
3791 current_line, and current_symtab when switching threads.
3792
3793 2001-06-13 Elena Zannoni <ezannoni@redhat.com>
3794
3795 * MAINTAINERS: Add Andrew Cagney as co-maintainer of
3796 testsuite/gdb.mi.
3797
3798 2001-06-11 Andrew Cagney <ac131313@redhat.com>
3799
3800 * symtab.c (lookup_symtab_1): Replace basename with lbasename.
3801 (lookup_partial_symtab, file_matches): Ditto.
3802 (make_source_files_completion_list): Ditto.
3803 (make_file_symbol_completion_list): Ditto. Make local char*
3804 variable ``tail'' constant.
3805 (make_source_files_completion_list): Ditto with ``base_name''.
3806 * source.c (open_source_file): Use lbasename. Make ``p'' const
3807 char *.
3808
3809 2001-06-13 Eli Zaretskii <eliz@is.elta.co.il>
3810
3811 * config/i386/xm-go32.h (SLASH_P, ROOTED_P, SLASH_CHAR)
3812 (SLASH_STRING): Remove unused definitions.
3813 * config/i386/xm-cygwin.h: Likewise.
3814
3815 2001-06-12 Andrew Cagney <ac131313@redhat.com>
3816
3817 * ui-out.c (ui_out_list_begin): Add parameter ``id''.
3818 (make_cleanup_ui_out_list_begin_end): Ditto. Open the list.
3819 * ui-out.h: Update declarations.
3820
3821 Mon Jun 11 17:26:43 2001 Andrew Cagney <cagney@b1.cygnus.com>
3822
3823 * source.c (openp): Make parameters ``path'' and ``string''
3824 constant.
3825 (openp): Use alloca to safely duplicate ``string''. Make local
3826 variables ``p'' and ``p1'' constant. Delete char* casts.
3827 * defs.h: Update.
3828
3829 * symtab.c (lookup_symtab_1): Make parameter ``name'' constant.
3830 (lookup_symtab, lookup_partial_symtab): Ditto.
3831 * symtab.h (lookup_symtab, lookup_partial_symtab): Update.
3832
3833 2001-06-11 Andrew Cagney <ac131313@redhat.com>
3834
3835 * ui-out.h (ui_out_table_begin): Make char* parameters constant.
3836 (ui_out_table_header, ui_out_field_int): Ditto.
3837 (ui_out_field_core_addr, ui_out_field_string): Ditto.
3838 (ui_out_field_stream, ui_out_field_fmt): Ditto.
3839 (ui_out_field_skip, ui_out_text, ui_out_message): Ditto.
3840 * ui-out.c (ui_out_table_begin, ui_out_table_header): Update.
3841 (ui_out_field_core_addr, ui_out_field_stream): Update.
3842 (ui_out_field_string, ui_out_field_fmt): Update.
3843 (ui_out_text, ui_out_message): Update.
3844 (append_header_to_list): Make char* parameters constant.
3845 (uo_table_header, uo_table_begin): Ditto.
3846 (uo_field_int, uo_field_skip): Ditto.
3847 (uo_field_string, uo_field_fmt): Ditto.
3848 (uo_text, uo_message): Ditto.
3849
3850 2001-06-11 Eli Zaretskii <eliz@is.elta.co.il>
3851
3852 * completer.c (gdb_completer_loc_break_characters): New variable.
3853 (line_completion_function): If we are completing on locations,
3854 back up the start of word pointer past all characters which can
3855 appear in a location spec.
3856 (location_completer): New function.
3857
3858 * completer.h: Add prototype for location_completer.
3859
3860 * symtab.c (make_source_files_completion_list)
3861 (add_filename_to_list, not_interesting_fname): New functions.
3862 (filename_seen): New function, body extracted from
3863 output_source_filename.
3864 (output_source_filename): Call filename_seen to check if the file
3865 was already printed.
3866 (make_symbol_completion_list): If TEXT includes a
3867 double-quoted string, return an empty list, not NULL.
3868 (make_file_symbol_completion_list): New function, similar to
3869 make_symbol_completion_list but with an additional argument
3870 SRCFILE.
3871
3872 * symtab.h (make_file_symbol_completion_list)
3873 (make_source_files_completion_list): Add prototypes.
3874
3875 * breakpoint.c (_initialize_breakpoint): Make location_completer
3876 be the completion function for all commands which set breakpoints
3877 and watchpoints.
3878 (top-level): #include "completer.h".
3879
3880 * tracepoint.c (_initialize_tracepoint): Make location_completer
3881 be the completion function for the "trace" command.
3882 (top-level): #include "completer.h".
3883
3884 * printcmd.c (_initialize_printcmd): Make location_completer be
3885 the completion function for the "print", "inspect", "call", and
3886 "disassemble" commands.
3887 (top-level): #include "completer.h".
3888
3889 * infcmd.c (_initialize_infcmd): Make location_completer be the
3890 completion function for the "go", "jump", and "until" commands.
3891 (top-level): #include "completer.h".
3892
3893 2001-06-10 Christopher Faylor <cgf@redhat.com>
3894
3895 * gnu-regex.c: Eliminate obsolete check for _MSC_VER.
3896 * utils.c (notice_quit): Remove dummy function only used for _MSC_VER.
3897 * values.c (unpack_double): Remove obsolete check for _MSC_VER.
3898 * defs.h: Ditto.
3899 * m32r-rom.c: Ditto.
3900 * p-exp.y: Ditto.
3901 * ser-e7kpc.c: Ditto. Define WIN32_LEAN_AND_MEAN under _WIN32, for
3902 faster compilation.
3903 (get_ds_base): Remove _MSC_VER version of this function.
3904 * nindy-share/ttyflush.c: Ditto.
3905 * rdi-share/host.h: Ditto.
3906 * ser-go32.c (dos_readchar): Remove call to obsolete function.
3907 * remote-sim.c (gdb_os_poll_quit): Ditto.
3908 * remote-e7000.c (expect): Remove obsolete #if 0'ed code.
3909
3910 * main.c (captured_main): Eliminate special Cygwin checks.
3911 * ser-tcp.c: Remove unneeded __CYGWIN__ guard against system include.
3912
3913 2001-06-09 Andrew Cagney <ac131313@redhat.com>
3914
3915 * Makefile.in (gdbcmd_h): Add ui_out_h.
3916 (breakpoint.o, infcmd.o, main.o, printcmd.o, stack.o): Ditto.
3917 (thread.o, top.o): Ditto.
3918
3919 * ui-out.h (table_begin_ftype): Make string parameters constant.
3920 (table_header_ftype): Ditto.
3921 (field_int_ftype): Ditto.
3922 (field_skip_ftype): Ditto.
3923 (field_string_ftype): Ditto.
3924 (field_fmt_ftype): Ditto.
3925 (text_ftype): Ditto.
3926 (message_ftype): Ditto.
3927 * cli-out.c (cli_table_begin): Ditto.
3928 (cli_table_header): Ditto.
3929 (cli_field_int): Ditto.
3930 (cli_field_skip): Ditto.
3931 (cli_field_string): Ditto.
3932 (cli_field_fmt): Ditto.
3933 (cli_text): Ditto.
3934 (cli_message): Ditto.
3935 (out_field_fmt): Ditto.
3936 * ui-out.c (default_table_begin): Ditto.
3937 (default_table_header): Ditto.
3938 (default_field_int): Ditto.
3939 (default_field_skip): Ditto.
3940 (default_field_string): Ditto.
3941 (default_field_fmt): Ditto.
3942 (default_text): Ditto.
3943 (default_message): Ditto.
3944
3945 2001-06-08 Michael Snyder <msnyder@redhat.com>
3946
3947 * breakpoint.c (delete_breakpoint): Pass mark_inserted to
3948 remove_breakpoint, so that the subsequent test for
3949 bpt->inserted will succeed, and duplicates will be fixed up.
3950
3951 2001-06-08 Per Bothner <per@bothner.com>
3952
3953 * dwarf2read.c (set_cu_language): Handle DW_LANG_Java.
3954
3955 2001-06-07 Keith Seitz <keiths@redhat.com>
3956
3957 * tracepoint.c (tracepoint_opertation): Add ui event
3958 notifications.
3959 (trace_pass_command): Ditto.
3960
3961 2001-06-07 Andrew Cagney <ac131313@redhat.com>
3962
3963 * MAINTAINERS (Write After Approval): Note the entry criteria.
3964 (HP/PA): Jeff Law stepped down
3965
3966 2001-06-07 Jim Blandy <jimb@redhat.com>
3967
3968 * gdbarch.sh: Make sure that '[' doesn't interpret interesting
3969 variable values as operators.
3970
3971 2001-06-07 Keith Seitz <keiths@redhat.com>
3972
3973 * gdb-events.sh: Fix quote escaping which was obsoleted
3974 by last patch.
3975
3976 2001-06-07 Keith Seitz <keiths@redhat.com>
3977
3978 * gdb-events.sh: Make if statements and tests
3979 a little more portable.
3980 Don't use shell's echo command to put strings containing
3981 escaped characeters into a file -- different flavors of /bin/sh
3982 require differnt levels of escaping. Use cat <<EOF instead.
3983 Our internal field separator is a colon. Change all
3984 commands which assume it is a space.
3985
3986 2001-06-06 Mark Kettenis <kettenis@gnu.org>
3987
3988 * lin-lwp.c (struct lwp_info): Add member `resumed'.
3989 (iterate_over_lwps): Make sure we can handle CALLBACK deleting the
3990 LWP it's called for.
3991 (lin_lwp_attach): Mark LWP as resumed to make sure the fake
3992 SIGSTOP is reported.
3993 (resume_clear_callback): New function.
3994 (resume_set_callback): New function.
3995 (lin_lwp_resume): Mark all LWP's that we're going to resume as
3996 resumed, and unmark all others.
3997 (status_callback): Only report a pending wait status if we pretend
3998 that LP has been resumed.
3999 (resumed_callback): New function.
4000 (lin_lwp_wait): Add assertions to check that LWP's are properly
4001 marked as resumed. Partially revert 2001-05-25 patch by Michael
4002 Snyder: do not resume all threads. Add comment explaining the
4003 problems associated with this bit of code.
4004
4005 2001-06-07 Keith Seitz <keiths@redhat.com>
4006
4007 * MAINTAINTERS: Syd Polk is stepping down from
4008 maintaining libgui. I am replacing him.
4009
4010 2001-06-07 Eli Zaretskii <elis@is.elta.co.il>
4011
4012 * config/mips/tm-irix6.h: New file.
4013
4014 * config/mips/irix6.mh: New file.
4015
4016 * config/mips/irix6.mt: New file.
4017
4018 * config/mips/xm-irix6.h: New file.
4019
4020 * config/mips/nm-irix6.h: New file.
4021
4022 * mips-tdep.c (mips_gdbarch_init) <MIPS_ABI_N32>: Set up the
4023 disassembler info in tm_print_insn_info as appropriate for the N32
4024 ABI. Force N32 ABI to be the default if the CPU is R8000 or
4025 R10000.
4026
4027 * configure.tgt (mips*-sgi-irix6*): Map to irix6.
4028
4029 * configure.host (mips*-sgi-irix6*): Ditto.
4030
4031 2001-06-07 Andrew Cagney <ac131313@redhat.com>
4032
4033 * gnu-v3-abi.c: Include "gdb_assert.h".
4034 (build_gdb_vtable_type): Replace abort() with gdb_assert().
4035
4036 2001-06-06 Jim Blandy <jimb@redhat.com>
4037
4038 * cp-abi.h: Rearrange code to put documentation comments above the
4039 functions we export. The actual function table itself simply
4040 refers to those functions. Minor doc fixes.
4041
4042 * gdbarch.sh: Changes to effect the following:
4043 * gdbarch.c (initialize_non_multiarch): New function.
4044 * gdbarch.h (initialize_non_multiarch): New declaration.
4045 * arch-utils.c (initialize_current_architecture): For
4046 non-multiarch configurations, call initialize_non_multiarch.
4047
4048 2001-06-06 Andrew Cagney <ac131313@redhat.com>
4049
4050 * symfile.c (compare_psymbols): Replace PTR with void*. Delete
4051 declaration.
4052 (compare_symbols): Ditto.
4053
4054 2001-06-06 Jonathan Larmour <jlarmour@redhat.com>
4055
4056 * arch-utils.c (generic_prepare_to_proceed): Allow for having
4057 stopped due to a Ctrl-C as well as breakpoints.
4058
4059 * hppa-tdep.c (hppa_prepare_to_proceed): Add FIXME as this may not
4060 support thread switches after Ctrl-C.
4061 * lin-lwp.c (lin_lwp_prepare_to_proceed): Ditto.
4062 * linux-thread.c (linuxthreads_prepare_to_proceed): Ditto.
4063 * m3-nat.c (mach3_prepare_to_proceed): Ditto.
4064
4065 2001-06-06 Jim Blandy <jimb@redhat.com>
4066
4067 * gdbarch.sh, gdbarch.c: Revert change of 2001-06-01; all
4068 per-architecture data should be registered at initialization time,
4069 before any gdbarch objects get used, so the generality is
4070 unnecessary.
4071
4072 2001-06-06 Keith Seitz <keiths@redhat.com>
4073
4074 * gdb-events.sh (function_list): Add tracepoint_create,
4075 tracepoint_delete, and tracepoint_modify events.
4076 * gdb-events.c: Regenerated.
4077 * gdb-events.h: Regenerated.
4078
4079 2001-06-06 Keith Seitz <keiths@redhat.com>
4080
4081 * gdb-events.sh: Update copyrights.
4082 Change free to xfree.
4083 * gdb-events.c: Regenerated.
4084 * gdb-events.h: Regenerated.
4085
4086 2001-06-06 Eli Zaretskii <eliz@is.elta.co.il>
4087
4088 * source.c (mod_path, openp): Use #ifdef HAVE_DOS_BASED_FILE_SYSTEM
4089 instead of #if HAVE_DOS_BASED_FILE_SYSTEM.
4090 * completer.c: Ditto.
4091 * cli/cli-cmds.c (cd_command): Ditto.
4092
4093 2001-06-04 Eli Zaretskii <eliz@is.elta.co.il>
4094
4095 * mips-tdep.c (show_mipsfpu_command): Remove unused variable msg.
4096 (mips_set_processor_type_command): Remove unused variable j.
4097 (mips_breakpoint_from_pc): Declare breakpoint instruction
4098 sequences as unsigned char, to avoid compiler warnings.
4099
4100 * source.c (mod_path, openp): Use HAVE_DOS_BASED_FILE_SYSTEM
4101 instead of system-specific define's like _WIN32 and __MSDOS__.
4102 Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH instead of SLASH_P and
4103 ROOTED_P.
4104 (top-level): #include "filenames.h".
4105
4106 * solib.c (solib_open): Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH
4107 instead of SLASH_CHAR, ROOTED_P and SLASH_P.
4108 (top-level): #include "filenames.h".
4109
4110 * defs.h (SLASH_P, SLASH_CHAR, ROOTED_P): Remove definitions.
4111 (SLASH_STRING): Define only for _WIN32.
4112
4113 * completer.c: Use HAVE_DOS_BASED_FILE_SYSTEM instead of
4114 __MSDOS_.
4115
4116 * cli/cli-cmds.c (cd_command): Use IS_DIR_SEPARATOR and
4117 IS_ABSOLUTE_PATH instead of SLASH_P and ROOTED_P. Replace
4118 system-specific ifdefs with HAVE_DOS_BASED_FILE_SYSTEM.
4119 (top-level): #include "filenames.h".
4120
4121 * go32-nat.c (go32_wait): Change the return value to ptid_t.
4122
4123 * config/djgpp/fnchange.lst: Add two new files in the
4124 gdb/testsuite/gdb.c++/ directory to the remapped names.
4125
4126 * config/djgpp/djconfig.sh (lt_cv_sys_max_cmd_len): Set to 12KB.
4127
4128 2001-06-01 Jim Blandy <jimb@redhat.com>
4129
4130 Expand the gdbarch per-architecture data vector as needed, rather
4131 than requiring that all per-architecture data be registered before
4132 the first gdbarch object is allocated.
4133 * gdbarch.sh: Changes to effect the following:
4134 * gdbarch.c (alloc_gdbarch_data, init_gdbarch_data): Delete
4135 declarations and definitions.
4136 (check_gdbarch_data): New function, and declaration.
4137 (gdbarch_alloc): Don't call alloc_gdbarch_data; leaving the fields
4138 zero is good enough.
4139 (free_gdbarch_data): Tolerate a null data pointer. Free only
4140 those data items gdbarch->data actually has allocated.
4141 (set_gdbarch_data, gdbarch_data): Call check_gdbarch_data.
4142 (gdbarch_update_p): No need to call init_gdbarch_data.
4143
4144 2001-06-01 Kevin Buettner <kevinb@redhat.com>
4145
4146 * ia64-tdep.c (is_float_or_hfa_type_recurse): Call check_typedef()
4147 on types that we wish to recurse on.
4148 (slot_alignment_is_next_even): New function.
4149 (ia64_push_arguments): Call slot_alignment_is_next_even() to
4150 examine the type in order to decide if it's necessary to skip
4151 an odd slot.
4152
4153 2001-06-01 Michael Snyder <msnyder@redhat.com>
4154
4155 * thread.c (delete_step_resume_breakpoint): New function.
4156 Maintain internal consistency of the thread list while deleting
4157 a step_resume_breakpoint.
4158 * gdbthread.h (delete_step_resume_breakpoint): Export.
4159 * breakpoint.c (bpstat_find_step_resume_breakpoint):
4160 Make thread-aware: don't return a step_resume_breakpoint
4161 for the wrong thread.
4162 * infrun.c (wait_for_inferior): Call delete_step_resume_breakpoint
4163 instead of delete_breakpoint_current_contents.
4164 (fetch_inferior_event): Ditto.
4165 (handle_inferior_event): Call delete_step_resume_breakpoint
4166 instead of delete_breakpoint.
4167 * infrun.c (handle_inferior_event): After singlestepping over a
4168 thread-specific breakpoint, use currently_stepping() to decide
4169 whether to step or continue.
4170
4171 2001-06-01 Jim Blandy <jimb@redhat.com>
4172
4173 * gnu-v3-abi.c (gnu_v3_abi_ops, vtable_type_gdbarch_data): Make
4174 these static --- there's no reason other files should use these.
4175
4176 * partial-stab.h (case N_FUN: case 'f':, case N_FUN: case 'F':)
4177 Fix memory leak.
4178
4179 * partial-stab.h: New complaint: function_outside_compilation_unit.
4180 (case N_FUN: case 'f':, case N_FUN: case 'F':): If pst is zero,
4181 complain, and don't try to set pst's start address.
4182
4183 2001-05-31 Kevin Buettner <kevinb@redhat.com>
4184
4185 * ia64-linux-tdep.c (IA64_LINUX_SIGCONTEXT_OFFSET): Revise to
4186 match the location at which the kernel is placing the sigcontext
4187 struct.
4188
4189 * ia64-tdep.c (max_skip_non_prologue_insns): New static global.
4190 (refine_prologue_limit): New function.
4191 (examine_prologue): Further limit number of instructions
4192 scanned by calling refine_prologue_limit(). Revise way in
4193 which the end of prologue address is computed for frameless
4194 functions.
4195
4196 2001-05-29 Christopher Faylor <cgf@redhat.com>
4197
4198 * partial-stab.h: Revert previous patch.
4199
4200 2001-05-29 Christopher Faylor <cgf@redhat.com>
4201
4202 * partial-stab.h: Consistently guard against pst being NULL.
4203
4204 2001-05-29 Alexandre Oliva <aoliva@redhat.com>
4205
4206 * symfile.c (compare_psymbols, compare_symbols): Declare using
4207 PTR, as in the definition.
4208 * minsyms.c (compare_minimal_symbols): Likewise.
4209 * coffread.c (find_targ_sec): Likewise.
4210 * elfread.c (free_elfinfo, elf_locate_sections): Likewise.
4211 * mipsread.c (alphacoff_locate_sections): Likewise.
4212 * mdebugread.c (compare_blocks): Likewise.
4213
4214 2001-05-25 Nick Duffek <nsd@redhat.com>
4215
4216 * solib.c (update_solib_list): Move target_resize_to_sections()
4217 into solib_map_sections() loop.
4218 (info_sharedlibrary_command): Try bfd_arch_bits_per_address() if
4219 bfd_get_arch_size() fails.
4220
4221 2001-05-25 Nick Duffek <nsd@redhat.com>
4222
4223 * Makefile.in (osfsolib.c, osfsolib.o): Rename to solib-osf.c and
4224 solib-osf.o.
4225 * config/alpha/alpha-osf1.mh (NATDEPFILES): Replace osfsolib.o
4226 with solib-osf.o and solib.o.
4227 * config/alpha/alpha-osf2.mh: Likewise.
4228 * config/alpha/alpha-osf3.mh: Likewise.
4229 * solib-osf.c: New file, renamed and largely rewritten from
4230 osfsolib.c.
4231
4232 2001-05-25 Michael Snyder <msnyder@redhat.com>
4233
4234 * lin-lwp.c (lin_lwp_attach_lwp): Call stop_wait_callback,
4235 to consume the SIGSTOP generated by PTRACE_ATTACH.
4236 (stop_wait_callback): If a SIGTRAP or a SIGINT event is consumed,
4237 try again to get the SIGSTOP event.
4238 (lin_lwp_wait): Resume all threads when ignoring a signal.
4239 This will insure that newly attached threads get resumed.
4240 * lin-lwp.c (stop_wait_callback): Discard redundant SIGINT events.
4241 * remote.c (remote_write_bytes): Update 'p' packet pointer.
4242
4243 2001-05-25 Jim Blandy <jimb@redhat.com>
4244
4245 * gnu-v2-abi.c (gnuv2_virtual_fn_field): There's no need to clear
4246 VALUE_POINTED_TO_OFFSET here; if value_cast doesn't return a
4247 useful value, then we should fix that instead.
4248
4249 2001-05-24 Nick Duffek <nsd@redhat.com>
4250
4251 * solist.h (struct so_list): Document the requirement that
4252 current_sos initialize some fields to 0.
4253
4254 2001-05-24 Mark Kettenis <kettenis@gnu.org>
4255
4256 * gnu-nat.c: Include <ctype.h>.
4257 (gnu_pid_to_exec_file): Add PID parameter.
4258 (set_sig_thread_cmd): Use PIDGET on return value from
4259 thread_id_to_pid.
4260 (proc_string): Use MERGEPID to construct argument to
4261 pid_to_thread_id.
4262
4263 2001-05-22 Kevin Buettner <kevinb@redhat.com>
4264
4265 * breakpoint.c (breakpoint_address_is_meaningful): New function.
4266 (check_duplicates): Don't compare non-meaningful addresses.
4267
4268 2001-05-22 Michael Snyder <msnyder@redhat.com>
4269
4270 * thread-db.c: Allow for defunct zombie threads.
4271 (attach_thread): Do not attempt to attach zombie thread.
4272 (thread_db_thread_alive): Return false for defunct zombie thread.
4273 (find_new_threads_callback): Don't add defunct zombie thread to list.
4274
4275 2001-05-22 Jim Blandy <jimb@redhat.com>
4276
4277 Add support for the GNU V3 C++ ABI.
4278 (Includes changes by Dan Berlin.)
4279
4280 * gnu-v3-abi.c: New file.
4281 * minsyms.c: #include "value.h" and "cp-abi.h".
4282 (install_minimal_symbols): Check the minimal symbol table for
4283 symbols that look mangled in the V3 style, and select the V3 ABI
4284 if we find any.
4285 * Makefile.in (SFILES): Add gnu-v3-abi.c.
4286 (COMMON_OBS): Add gnu-v3-abi.o.
4287 (gnu-v3-abi.o): Add new rule.
4288 (minsyms.o): Depend on $(cp_abi_h) and $(value_h).
4289
4290 2001-05-21 Jim Blandy <jimb@redhat.com>
4291
4292 * values.c (value_primitive_field): If we're extracting a base
4293 class, then the type of the result should be the base class being
4294 extracted, not the type of which it is a base class.
4295
4296 * value.h (struct value): Doc fix, and rearrange members to place
4297 them near their explanations.
4298
4299 2001-05-21 Michael Snyder <msnyder@redhat.com>
4300
4301 * remote.c (remote_async_wait): Added new variable fieldsize.
4302 Add fieldsize (return value of hex2bin) to string pointer p.
4303
4304 2001-05-20 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4305
4306 * m68hc11-tdep.c (m68hc11_pop_frame): Fix stack pointer computation.
4307 (m68hc11_analyze_instruction): Update the pc correctly.
4308 (m68hc11_guess_from_prologue): Take into account the stack correction
4309 for the saving address.
4310
4311 2001-05-07 Daniel Berlin <dan@cgsoftware.com>
4312
4313 Changes by Jim Ingham:
4314
4315 * values.c (value_change_enclosing_type): New function. If the
4316 new enclosing type is larger than the old one, we need to allocate
4317 more space.
4318 * value.h: Add value_change_enclosing_type prototype.
4319 * valops.c (value_cast): Use it.
4320 (value_assign): Use it.
4321 (value_addr): Use it.
4322 (value_ind): Use it.
4323 (value_full_object): Use it.
4324
4325 2001-05-07 Daniel Berlin <dan@cgsoftware.com>
4326
4327 * values.c (value_static_field): Handle static fields that have a
4328 constant value.
4329
4330 2001-05-17 Michael Snyder <msnyder@redhat.com>
4331
4332 * blockframe.c (create_new_frame): Zero all the fields via memset,
4333 rather than zeroing them one by one.
4334
4335 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
4336
4337 * top.c (user_args): Remove unused declaration.
4338
4339 2001-05-16 Michael Snyder <msnyder@redhat.com>
4340
4341 * infcmd.c (do_registers_info): Move alloca outside of loop.
4342
4343 2001-05-15 John S Kallal <jskallal@home.com>
4344
4345 * remote.c (remote_wait): Added new variable fieldsize.
4346 Add fieldsize (return value of hex2bin) to string pointer p.
4347
4348 2001-05-15 Mark Kettenis <kettenis@gnu.org>
4349
4350 * sparc-tdep.c (sparc_gdbarch_init): Get the architecture from
4351 info.bfd_arch_info.
4352
4353 2001-05-14 Kevin Buettner <kevinb@redhat.com>
4354
4355 * lin-lwp.c (detach_callback, lin_lwp_wait, lin_lwp_pid_to_str):
4356 Adjust format strings for printing LWPs to account for the fact
4357 that the type returned by GET_LWP() is now a long instead of an
4358 int.
4359
4360 2001-05-14 Kevin Buettner <kevinb@redhat.com>
4361
4362 * inferior.h (null_ptid, minus_one_ptid): New variable declarations.
4363 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
4364 (ptid_get_tid, ptid_equal): New function declarations.
4365 * infrun.c (null_ptid, minus_one_ptid): New variables.
4366 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
4367 (ptid_get_tid, ptid_equal): New functions.
4368 (_initialize_infrun): Initialize null_ptid, minus_one_ptid,
4369 inferior_ptid, and target_last_wait_ptid.
4370
4371 * defs.h (ptid_t): Redefine to be a struct rather than an int.
4372 (pid_to_ptid, null_ptid, ptid_equal): Delete these macros.
4373 (PIDGET, TIDGET, MERGEPID): Redefine these macros using the
4374 new ptid accessors and constructor.
4375
4376 * config/i386/tm-i386v42mp.h (PIDGET, TIDGET, LIDGET, MERGEPID,
4377 MKLID, MKTID, ISTID): Provide new definitions for these macros.
4378 The old macros are retained, but disabled via #if 0 in order
4379 to aid in future restructuring. See FIXME.
4380
4381 * arm-linux-nat.c (PIDGET, TIDGET): Delete macro definitions.
4382 * i386-linux-nat.c (PIDGET, TIDGET): Likewise.
4383 * infptrace.c (PIDGET, TIDGET): Likewise.
4384 * lin-lwp.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
4385 * lin-thread.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
4386 * proc-service.c (MERGEPID): Likewise.
4387 * procfs.c (PIDGET, TIDGET, MERGEPID): Likewise.
4388 * thread-db.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
4389 * config/nm-linux.h (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
4390 * config/i386/tm-i386sol2.h (PIDGET0, PIDGET, TIDGET, MERGEPID):
4391 Likewise.
4392 * config/sparc/tm-sun4sol2.h (PIDGET0, PIDGET, TIDGET, MERGEPID):
4393 Likewise.
4394
4395 * lin-lwp.c (THREAD_FLAG): Delete macro definition.
4396 (GET_LWP): Redefine in terms of ptid_get_lwp().
4397 (GET_PID): Redefine in terms of ptid_get_pid().
4398 (is_lwp): Redefine without the need for THREAD_FLAG.
4399 (BUILD_LWP): Redefine in terms of ptid_build().
4400 * lin-thread.c (THREAD_FLAG): Delete macro definition.
4401 (GET_LWP): Redefine in terms of ptid_get_lwp().
4402 (GET_PID): Redefine in terms of ptid_get_pid().
4403 (GET_THREAD): Redefine in terms of ptid_get_tid().
4404 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
4405 (is_lwp, is_thread): Redefine.
4406 (linux_child_wait, check_all_signal_numbers)
4407 (linuxthreads_discard_global_state, attach_thread): Declare these
4408 functions to squash warnings about missing declarations.
4409 * sol-thread.c (THREAD_FLAG): Delete macro definition.
4410 (GET_PID): Redefine in terms of ptid_get_pid().
4411 (GET_LWP): Redefine in terms of ptid_get_lwp().
4412 (GET_THREAD): Redefine in terms of ptid_get_tid().
4413 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
4414 (is_lwp, is_thread): Redefine.
4415 * thread-db.c (THREAD_FLAG): Delete macro definition.
4416 (GET_PID): Redefine in terms of ptid_get_pid().
4417 (GET_LWP): Redefine in terms of ptid_get_lwp().
4418 (GET_THREAD): Redefine in terms of ptid_get_tid().
4419 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
4420 (is_lwp, is_thread): Redefine.
4421
4422 * corelow.c (add_to_thread_list, get_core_register_section):
4423 Eliminate hacks needed to prevent regressions when inferior_ptid
4424 wasn't wide enough to hold the core file thread id in the pid
4425 component of inferior_ptid.
4426
4427 2001-05-14 Michael Snyder <msnyder@redhat.com>
4428
4429 * remote.c (hex2bin): Make first argument const.
4430 Require explicit count, don't accept null-terminated str.
4431 (remote_resume, remote_async_resume): White space fix-up.
4432 (remote_write_bytes): Set nr_bytes to return value of bin2hex.
4433
4434 2001-05-13 Mark Kettenis <kettenis@gnu.org>
4435
4436 * symtab.c (lookup_symtab_1): Use lbasename (NAME) instead of
4437 basename (NAME). The FreeBSD basename returns a pointer to a
4438 static buffer, even if it's simply returning a string identical to
4439 its argument.
4440 (lookup_partial_symtab): Likewise.
4441
4442 2001-05-14 Michael Snyder <msnyder@redhat.com>
4443
4444 * solib.c, solib.h: Add comment for function no_shared_libraries.
4445
4446 2001-05-14 Kevin Buettner <kevinb@redhat.com>
4447
4448 * solib.h (no_shared_libraries): Make declaration match definition
4449 in solib.c.
4450
4451 2001-05-14 Andrew Cagney <ac131313@redhat.com>
4452
4453 * remote.c (remote_write_bytes): Set nr_bytes before returning it.
4454 * solib.h (no_shared_libraries): Declare.
4455
4456 2001-05-12 Andrew Cagney <ac131313@redhat.com>
4457
4458 * gdbarch.sh (struct gdbarch_info): Delete field bfd_architecture.
4459 (gdbarch_update_p): Rewrite logic filling in INFO struct. Use
4460 user specified values when available.
4461 * rs6000-tdep.c (rs6000_gdbarch_init): Update. Get the
4462 architecture from info.bfd_arch_info.
4463 * gdbarch.c, gdbarch.h: Regenerate.
4464
4465 2001-05-12 Fernando Nasser <fnasser@redhat.com>
4466
4467 * remote-e7000.c (e7000_open): Check for bad baud rate.
4468 * remote-st.c (st2000_open): Ditto.
4469
4470 2001-05-11 Jim Blandy <jimb@redhat.com>
4471
4472 * thread.c (do_captured_list_thread_ids): Use ui_out_tuple_begin
4473 and ui_out_tuple_end instead of ui_out_list_begin and
4474 ui_out_list_end.
4475
4476 * Makefile.in (gnu-v2-abi.o): Add $(demangle_h) to list of
4477 dependencies. Reorder dependencies to match #includes in file,
4478 for easier verification.
4479
4480 Fri May 11 13:32:50 2001 Andrew Cagney <cagney@b1.cygnus.com>
4481
4482 * breakpoint.c: Replace ui_out_list_begin, ui_out_list_end and
4483 make_cleanup_ui_out_list_end with ui_out_tuple_begin,
4484 ui_out_tuple_end and make_cleanup_ui_out_tuple_begin_end.
4485 * cli/cli-setshow.c: Ditto.
4486 * printcmd.c: Ditto.
4487 * stack.c: Ditto.
4488
4489 * ui-out.h (enum ui_out_type): Fix tipo - tupple -> tuple.
4490 * ui-out.c (ui_out_list_begin): Delete ``lstid'' parameter.
4491 (ui_out_tuple_begin): New function.
4492 (ui_out_tuple_end): New function.
4493 (ui_out_tuple_begin_end): New function.
4494 (make_cleanup_ui_out_list_begin_end): Replace
4495 make_cleanup_ui_out_list_end function.
4496 * ui-out.h (ui_out_list_begin): Update declaration.
4497 (make_cleanup_ui_out_list_begin_end): Replace
4498 make_cleanup_ui_out_list_end declaration.
4499 (ui_out_tuple_begin, ui_out_tuple_end): Declare.
4500 (ui_out_tuple_begin_end): Declare.
4501
4502 2001-05-11 Jim Blandy <jimb@redhat.com>
4503
4504 * gnu-v2-abi.c: Don't #include "gdb_regex.h". We don't use it.
4505
4506 2001-05-11 Andrew Cagney <ac131313@redhat.com>
4507
4508 From 2001-03-26 Rodney Brown <RodneyBrown@mynd.com>
4509 * config/pa/tm-hppa.h: Remove trigraph.
4510 * hp-symtab-read.c (hpread_type_translate): Provide return value.
4511 (hpread_read_struct_type): Remove trigraph. Add parameter in
4512 `warning'.
4513 (hpread_read_array_type): Provide return value.
4514 (hpread_type_lookup): Avoid ambiguous `else'. Provide return
4515 value.
4516 * hppa-tdep.c (initialize_hp_cxx_exception_support): Remove
4517 trigraph.
4518
4519 2001-05-11 Jim Blandy <jimb@redhat.com>
4520
4521 * mips-tdep.c (mips_store_return_value,
4522 mips_extract_return_value): Pass arguments to
4523 return_value_location in the proper order.
4524
4525 2001-05-11 Andrew Cagney <ac131313@redhat.com>
4526
4527 * Makefile.in (VERSION): Delete. Moved to file ``version.in''.
4528 (version.c): Depends on file ``version.in''. Extract version
4529 number from ``version.in'' file.
4530 (clean mostlyclean): Update.
4531 * version.in: New file.
4532 * NEWS: Update.
4533
4534 2001-05-11 Kevin Buettner <kevinb@redhat.com>
4535
4536 * breakpoint.c (set_raw_breakpoint): Add new parameter
4537 representing the breakpoint's type. Adjust all callers.
4538 (create_longjmp_breakpoint, create_temp_exception_breakpoint)
4539 (create_thread_event_breakpoint): Don't test for zero return
4540 value from set_raw_breakpoint(). It can never be zero.
4541 (create_exception_catchpoint, watch_command_1): Move logic
4542 which calculates the breakpoint type prior to the call to
4543 set_raw_breakpoint().
4544
4545 2001-05-11 Fernando Nasser <fnasser@redhat.com>
4546
4547 * ser-unix.c (rate_to_code): Issue warning if baud rate is invalid.
4548 (hardwire_setbaudrate): Set errno to EINVAL and return with error
4549 if the conversion of the baud rate to code fails.
4550
4551 2001-05-10 Andrew Cagney <ac131313@redhat.com>
4552
4553 * ui-out.h (make_cleanup_ui_out_begin_end): Declare.
4554 * ui-out.c (struct ui_out_end_cleanup_data): Define.
4555 (do_cleanup_end): New function. Replace do_list_end.
4556 (make_cleanup_ui_out_end): New function.
4557 (make_cleanup_ui_out_begin_end): New function.
4558 (make_cleanup_ui_out_list_end): Use make_cleanup_ui_out_end.
4559
4560 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
4561
4562 * MAINTAINERS: Declare xcoffread.c open to all maintainers,
4563 and make Kevin Buettner (kevinb@redhat.com) the reference person.
4564
4565 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
4566
4567 * proc-api.c (ioctl_with_trace): Fix uninitialized variable.
4568
4569 2001-05-10 Fernando Nasser <fnasser@redhat.com>
4570
4571 * MAINTAINERS: Add testsuite subdirectory co-maintainers.
4572
4573 Thu May 10 16:26:47 2001 Andrew Cagney <cagney@b1.cygnus.com>
4574
4575 * Makefile.in (mi-main.o): Compile with -Werror.
4576
4577 2001-05-10 Michael Snyder <msnyder@redhat.com>
4578
4579 * remote.c (remote_open_1): Call no_shared_libraries, so that
4580 symbols for shared libraries can be reloaded per session.
4581 (remote_async_open_1): Ditto.
4582 * remote.c (bin2hex, hex2bin): New functions. Factor out these
4583 two conversions which are coded for repeatedly in this module.
4584 (remote_threads_extra_info, remote_wait, remote_async_wait,
4585 store_register_using_P, remote_store_registers, remote_write_bytes,
4586 remote_read_bytes, remote_rcmd): Use bin2hex and hex2bin instead
4587 of coding the conversions inline.
4588 (fromhex): Not exported, change from extern to static.
4589
4590 2001-05-10 Andrew Cagney <ac131313@redhat.com>
4591
4592 * arch-utils.c (initialize_current_architecture): Delete obsolete
4593 ``info architecture'' command.
4594 (info_architecture): Delete function.
4595
4596 2001-05-10 Andrew Cagney <ac131313@redhat.com>
4597
4598 * TODO (5.1, 5.2): Update.
4599
4600 2001-05-09 Andrew Cagney <ac131313@redhat.com>
4601
4602 * MAINTAINERS: Jim Ingham is no longer maintaining Arm related
4603 stuff.
4604
4605 2001-05-10 Keith Seitz <keiths@cygnus.com>
4606
4607 * Makefile.in (SUBDIR_GDBTK_OBS): Add gdbtk-bp.o, gdbtk-register.o
4608 and gdbtk-stack.o.
4609 (SUBDIR_GDBTK_SRCS): Ditto for the sources.
4610 (gdbtk-bp.o): New rule.
4611 (gdbtk-register.o): New rule.
4612 (gdbtk-stack.o): New rule.
4613 (gdbtk-cmds.o): Update dependencies.
4614 (gdbtk.o): Ditto.
4615 (gdbtk-hooks.o): Ditto.
4616 (gdbtk-varobj.o): Ditto.
4617
4618 2001-05-10 Fernando Nasser <fnasser@redhat.com>
4619
4620 * varobj.c (c_number_of_children): Fix memory leak. Delete unwanted old
4621 variables, not just unregister them.
4622
4623 2001-05-10 Fernando Nasser <fnasser@redhat.com>
4624
4625 * varobj.c (c_number_of_children): Check for target type of void*,
4626 not the target type name. Allow dereferencing char*.
4627
4628 2001-05-10 Fernando Nasser <fnasser@redhat.com>
4629
4630 * symfile.c (symbol_file_add_main_1): New static function.
4631 Passes the flags arguments to symbol_file_add() and takes care
4632 of any necessary reinitializations.
4633 (symbol_file_command): Call symbol_file_add_main_1() instead of
4634 symbol_file_add().
4635 (symbol_file_add_main): Ditto.
4636
4637 2001-05-09 Kevin Buettner <kevinb@redhat.com>
4638
4639 * lin-lwp.c (lin_lwp_pid_to_str): Revert inadvertent format
4640 string change in 2001-05-03 changes.
4641 (lin_lwp_wait): Revert GET_LWP coercion introduced in 2001-05-03
4642 changes.
4643
4644 2001-05-09 Kevin Buettner <kevinb@redhat.com>
4645
4646 * lin-lwp.c (lin_lwp_attach): Use PIDGET() to fetch the pid
4647 component from inferior_ptid.
4648 (lin_lwp_detach): Use pid_to_ptid() to convert from a pid to a
4649 ptid.
4650
4651 2001-05-09 Elena Zannoni <ezannoni@redhat.com>
4652
4653 * sh3-rom.c (_initialize_sh3_rom): Get rid of specific _WINDOWS
4654 conditional for help with connections through parallel ports,
4655 given that the actual code for downloading through a parallel port
4656 is not conditionalized.
4657
4658 * sh-tdep.c: Remove WIN32_WCE conditional. The wince sh target is
4659 unmaintaned, and probably on its way to obsolescence.
4660
4661 2001-05-09 Mark Kettenis <kettenis@gnu.org>
4662
4663 * i386-tdep.c (i386_frame_saved_pc): New function.
4664 * config/i386/tm-i386.h (FRAME_SAVED_PC): Redefine in terms of
4665 i386_frame_saved_pc.
4666 (i386_frame_saved_pc): New prototype.
4667
4668 * i386-tdep.c (i386_register_virtual_type): New function.
4669 (i386_register_convertible): New function.
4670 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE): Redefine in terms
4671 of i386_register_virtual_type.
4672 (REGISTER_CONVERTIBLE): Redefine in terms of
4673 i386_register_convertible.
4674 (i386_register_virtual_type, i386_register_convertible): New
4675 prototypes.
4676
4677 2001-05-08 Jim Blandy <jimb@redhat.com>
4678
4679 * Makefile.in (mn10300-tdep.o): New rule.
4680
4681 * Makefile.in (gdb_string_h): Define. Use it throughout.
4682 Some rules were already using this, even though it isn't defined.
4683
4684 * Makefile.in (obstack_h, target_h): Define; these are already
4685 used elsewhere, but have been expanding to the empty string.
4686 (memattr_h): Define; needed by target_h.
4687
4688 * mn10300-tdep.c (mn10300_extract_return_value): Mark this as
4689 static. (This was accidentally omitted from the earlier patch.)
4690
4691 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): New function.
4692 (mn10300_gdbarch_init): Register it as the architecture's
4693 dwarf2_reg_to_regnum method.
4694
4695 Correct and expand handling of `movm' instruction, and register
4696 saves in general.
4697 * config/mn10300/tm-mn10300.h (D0_REGNUM, A0_REGNUM, MDRQ_REGNUM,
4698 MCRH_REGNUM, MCRL_REGNUM, MCVF_REGNUM): New definitions.
4699 (enum movm_register_bits): New enum.
4700 * mn10300-tdep.c (set_movm_offsets): Use symbolic names for the
4701 bits, not hex literals. Handle the `other', `exreg0', and
4702 `exother' bits. Correct handling of `exreg1': it saves r4, r5,
4703 r6, and r7, not r2, r3, r4, and r5.
4704 (saved_regs_size): New function.
4705 (mn10300_frame_chain, mn10300_frame_saved_pc): Use it, instead
4706 of computing the same thing inline, incorrectly.
4707
4708 * mn10300-tdep.c (mn10300_gdbarch_init): We do have a
4709 dummy_breakpoint_offset; it's zero.
4710
4711 * mn10300-tdep.c (mn10300_pop_frame): Split the mn10300-specific
4712 stuff out into mn10300_pop_frame_regular, and use
4713 generic_pop_current_frame. This lets us share code, and also
4714 makes this function's prototype match that expected by gdbarch.
4715 Make this function static.
4716 (mn10300_pop_frame_regular): New function.
4717 (mn10300_gdbarch_init): Register mn10300_pop_frame as the
4718 gdbarch's pop_frame method.
4719 * config/mn10300/tm-mn10300.h (POP_FRAME): Delete definition.
4720 (mn10300_pop_frame): Delete declaration.
4721
4722 * mn10300-tdep.c (mn10300_saved_pc_after_call,
4723 mn10300_extract_return_value,
4724 mn10300_extract_struct_value_address, mn10300_store_return_value,
4725 mn10300_use_struct_convention, mn10300_breakpoint_from_pc,
4726 mn10300_frame_chain, mn10300_skip_prologue,
4727 mn10300_push_arguments, mn10300_push_return_address,
4728 mn10300_store_struct_return, mn10300_frame_saved_pc,
4729 mn10300_init_extra_frame_info, mn10300_frame_init_saved_regs):
4730 Make these functions static; they should only be visible to the
4731 outside world as gdbarch methods.
4732
4733 * config/mn10300/tm-mn10300.h (mn10300_find_callers_reg): Delete
4734 unused declaration.
4735
4736 * mn10300-tdep.c (mn10300_gdbarch_init): Put the gdbarch methods
4737 in some rational order.
4738
4739 * mn10300-tdep.c (mn10300_gdbarch_init): Rather than using
4740 generic_pc_in_call_dummy, use pc_in_call_dummy_at_entry_point.
4741
4742 Use gdbarch for most target parameters for the MN10300, rather
4743 than the tm-*.h file.
4744 * config/mn10300/tm-mn10300.h (MAX_REGISTER_VIRTUAL_SIZE,
4745 REGISTER_BYTES, FP_REGNUM, BREAKPOINT_FROM_PC,
4746 FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK, INNER_THAN,
4747 SAVED_PC_AFTER_CALL, INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS,
4748 FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC,
4749 EXTRACT_RETURN_VALUE, EXTRACT_STRUCT_VALUE_ADDRESS,
4750 STORE_RETURN_VALUE, STORE_STRUCT_RETURN, SKIP_PROLOGUE,
4751 FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
4752 FRAME_NUM_ARGS, POP_FRAME, USE_GENERIC_DUMMY_FRAMES, CALL_DUMMY,
4753 CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
4754 CALL_DUMMY_LOCATION, FIX_CALL_DUMMY, CALL_DUMMY_ADDRESS,
4755 TARGET_READ_FP, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
4756 SAVE_DUMMY_FRAME_TOS, PUSH_ARGUMENTS, PC_IN_CALL_DUMMY,
4757 REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER):
4758 Delete definitions. We register gdbarch methods for these now.
4759 (struct frame_info, struct type, struct value): Delete forward
4760 declarations of these types; they're no longer necessary, since we
4761 don't have function declarations here any more.
4762 * mn10300-tdep.c: #include "arch-utils.h", to get declarations for
4763 some default gdbarch methods.
4764 (mn10300_store_struct_return): Return void, as expected by
4765 gdbarch.
4766 (mn10300_init_extra_frame_info): Take initial `fromleaf' argument,
4767 as expected by gdbarch.
4768 (mn10300_frame_init_saved_regs): Provide dummy definition for
4769 this, as required by gdbarch.
4770 (mn10300_gdbarch_init): Add mn10300_call_dummy_words, as expected
4771 by gdbarch. Register gdbarch methods or values for all the stuff
4772 removed from tm-10300.h, listed above.
4773
4774 2001-05-08 Andrew Cagney <ac131313@redhat.com>
4775
4776 * cli-out.c (cli_begin, cli_end): Replace cli_list_begin and
4777 cli_list_end.
4778 (cli_ui_out_impl): Update.
4779
4780 * ui-out.c (default_begin, default_end): Replace
4781 default_list_begin and default_list_end.
4782 (default_ui_out_impl): Update.
4783 (uo_begin, uo_end): Replace ou_list_begin and uo_list_end.
4784 (ui_out_begin, ui_out_end): Replace ui_out_list_begin and
4785 ui_out_list_end.
4786 (ui_out_list_begin, ui_out_list_end): New. Compatibility
4787 functions.
4788 (struct ui_out_level): Add field type.
4789 (push_level, pop_level): Update. Add type parameter.
4790
4791 * ui-out.h (enum ui_out_type): Declare.
4792 (ui_out_begin, ui_out_end): Declare.
4793 (ui_out_begin_ftype, ui_out_end_ftype): Replace list_begin_ftype
4794 and list_end_ftype.
4795 (struct ui_out_impl): Update.
4796
4797 2001-05-07 Andrew Cagney <ac131313@redhat.com>
4798
4799 * ui-out.h (list_begin_ftype, list_end_ftype): Rename argument
4800 ``list_flag'' to ``depth''.
4801 * ui-out.c (default_list_begin, default_list_end): Update.
4802 (uo_list_begin, uo_list_end): Update.
4803 (MAX_UI_OUT_LEVELS): Define.
4804 (struct ui_out_level): Define.
4805 (top-level): Include "gdb_assert.h".
4806 (struct ui_out): Add fields ``level'' and ``levels''. Delete
4807 fields ``list_flag'' and ``field_count''.
4808 (ui_out_new): Update.
4809 (verify_field_proper_position): Update.
4810 (current_level, push_level, pop_level): New functions.
4811 (ui_out_list_begin): Use push_level.
4812 (ui_out_list_end): Use pop_level.
4813 (ui_out_field_int): Use current_level.
4814 (ui_out_field_skip): Ditto.
4815 (ui_out_field_fmt): Ditto.
4816
4817 2001-05-08 Michael Snyder <msnyder@redhat.com>
4818
4819 * language.c (longest_local_hex_string_custom): Strlen test is
4820 inverted -- reverse the sense of the test.
4821
4822 2001-05-08 Mark Kettenis <kettenis@gnu.org>
4823
4824 * config/i386/tm-i386v.h (struct frame_info, struct
4825 frame_saved_regs): Remove declarations.
4826 (i386_frame_num_args): Remove prototype.
4827
4828 2001-05-07 Andrew Cagney <ac131313@redhat.com>
4829
4830 * MAINTAINERS: I'm no longer actively maintaining the mn10300
4831 target.
4832
4833 2001-05-04 Andrew Cagney <ac131313@redhat.com>
4834
4835 * main.c (captured_main): Delete #ifndef _WIN32 conditional for
4836 WinGDB.
4837
4838 2001-05-06 Kevin Buettner <kevinb@redhat.com>
4839
4840 * inferior.h (save_inferior_ptid): Declare.
4841 * infrun.c (save_inferior_ptid, restore_inferior_ptid): Define.
4842
4843 * hpux-thread.c (save_inferior_ptid, restore_inferior_ptid):
4844 Delete these functions.
4845 * lin-lwp.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
4846 * lin-thread.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
4847 * linux-thread.c (save_inferior_ptid, restore_inferior_ptid):
4848 Likewise.
4849 * proc-service.c (save_inferior_ptid, restore_inferior_ptid):
4850 Likewise.
4851 * sol-thread.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
4852 * thread-db.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
4853
4854 * somsolib.c (reset_inferior_ptid): Delete.
4855 (som_solib_remove_inferior_hook): Use save_inferior_ptid() to
4856 build the cleanup struct.
4857
4858 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Use
4859 a cleanup to save/restore inferior_ptid.
4860
4861 2001-05-06 Mark Kettenis <kettenis@gnu.org>
4862
4863 Implement attach/detach for multi-threaded programs on Linux.
4864 * thread-db.c (keep_thread_db): Adjust comment.
4865 (deactivate_target): Removed.
4866 (thread_db_new_objfile): Don't call deactivate_target. Implement
4867 guts of deactivate_target inline instead.
4868 (attach_thread): Call ATTACH_LWP unconditionally if defined.
4869 (thread_db_attach): New function.
4870 (thread_db_detach): Don't call deactivate_target. Do necessary
4871 cleanup inline instead. Set inferior_ptid to LWP corresponding to
4872 the current user-level thread.
4873 (thread_db_kill): Set inferior_ptid to LWP corresponding to the
4874 current user-level thread.
4875 (thread_db_create_inferior): Deactivate target vector if
4876 KEEP_THREAD_DB is zero.
4877 (thread_db_mourn_inferior): Don't call deactivate_target. Do
4878 necessary cleanup inline instead.
4879 (init_thread_db_ops): Initialize to_attach field to
4880 thread_db_attach.
4881 * lin-lwp.c (lin_lwp_mourn_inferior): Remove prototype.
4882 (stop_wait_callback): Add prototype.
4883 (init_lwp_list): Add comment about when to re-initialize the LWP
4884 list.
4885 (lin_lwp_attach_lwp): Only call ptrace for cloned processes.
4886 Avoid adding publicates to the LWP list. Only mark an LWP as
4887 signalled if it doesn't correspond to a cloned process.
4888 (lin_lwp_attach): Add initial process to the LWP list. Make sure
4889 it's stopped and fake a SIGSTOP.
4890 (detach_callback): New function.
4891 (lin_lwp_detach): Implement.
4892 (lin_lwp_create_inferior): Don't re-initialize LWP list here.
4893 Call child_ops.to_create_inferior directly instead of via
4894 target_beneath local.
4895 (lin_lwp_mourn_inferior): Call child_ops.to_mourn_inferior
4896 directly instead of via target_beneath local.
4897
4898 2001-05-06 Eli Zaretskii <eliz@is.elta.co.il>
4899
4900 * symtab.c (lookup_symtab_1, lookup_partial_symtab): Use basename
4901 instead of non-portable search for `/'. Use FILENAME_CMP instead
4902 of STREQ, to account for case-insensitive filesystems.
4903 (top-level): #include "filenames.h".
4904
4905 2001-05-05 Jim Blandy <jimb@redhat.com>
4906
4907 * breakpoint.c (check_duplicates): Use the breakpoint's type, not
4908 its address, to decide whether it's a watchpoint or not. Zero
4909 is a valid code address.
4910 (update_breakpoints_after_exec): Admonishing comments.
4911 * breakpoint.h (struct breakpoint): Doc fixes.
4912
4913 * breakpoint.c (check_duplicates): Take a breakpoint object as an
4914 argument, rather than an address and section. All callers changed.
4915
4916 2001-05-03 Kevin Buettner <kevinb@redhat.com>
4917
4918 * defs.h (ptid_t): New typedef.
4919 (pid_to_ptid, null_ptid, minus_one_ptid, ptid_equal): New macros.
4920
4921 * a68v-nat.c, alphabsd-nat.c, arch-utils.c, arm-linux-nat.c,
4922 blockframe.c, breakpoint.c, breakpoint.h,
4923 config/i386/nm-i386sol2.h, config/i386/tm-i386sco5.h,
4924 config/ia64/nm-linux.h, config/m68k/nm-hp300bsd.h,
4925 config/mips/nm-irix4.h, config/mips/nm-irix5.h,
4926 config/pa/nm-hppah.h, config/pa/tm-hppa.h,
4927 config/rs6000/nm-rs6000.h, config/sparc/nm-sun4sol2.h,
4928 corelow.c, cxux-nat.c, d10v-tdep.c, dink32-rom.c,
4929 dve3900-rom.c, fork-child.c, frame.c, gnu-nat.c, go32-nat.c,
4930 hp300ux-nat.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c,
4931 hpux-thread.c, i386-linux-nat.c, i386aix-nat.c, i386b-nat.c,
4932 i386bsd-nat.c, i386gnu-nat.c, i386mach-nat.c, i386nbsd-nat.c,
4933 infcmd.c, inferior.h, inflow.c, infptrace.c, infrun.c,
4934 inftarg.c, infttrace.c, lin-lwp.c, lin-thread.c,
4935 linux-thread.c, lynx-nat.c, m3-nat.c, m32r-rom.c,
4936 m68knbsd-nat.c, m88k-nat.c, mac-nat.c, mips-nat.c,
4937 mon960-rom.c, monitor.c, ns32knbsd-nat.c, ocd.c, ppc-bdm.c,
4938 ppcnbsd-nat.c, proc-service.c, procfs.c, ptx4-nat.c,
4939 regcache.c, remote-adapt.c, remote-array.c, remote-bug.c,
4940 remote-e7000.c, remote-es.c, remote-mips.c, remote-mm.c,
4941 remote-nindy.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
4942 remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
4943 remote-vx.c, remote.c, rs6000-nat.c, sol-thread.c,
4944 solib-aix5.c, solib-svr4.c, somsolib.c, sparc-nat.c,
4945 standalone.c, sun3-nat.c, sun386-nat.c, symm-nat.c, target.c,
4946 target.h, thread-db.c, thread.c, top.c, ultra3-nat.c,
4947 uw-thread.c, v850ice.c, win32-nat.c, wince.c, xcoffsolib.c
4948 (inferior_pid): Rename to inferior_ptid everywhere - even in
4949 comments and obsolete ports. In cases where this variable
4950 really is supposed to be used as a process id, use PIDGET() to
4951 extract the process id component from inferior_ptid. The
4952 other cases, either involving other variables whose types had
4953 to be changed or functions whose signatures had to changed
4954 are listed separately below.
4955
4956 * arm-linux-nat.c (get_thread_id): Change type of argument
4957 representing a combined process/thread id from ``int'' to
4958 ``ptid_t''. Also change parameter name to ptid.
4959 * breakpoint.h, breakpoint.c (breakpoint_thread_match): Likewise.
4960 * corelow.c (core_file_thread_alive): Likewise.
4961 * d10v-tdep.c (d10v_read_pc, d10v_write_pc): Likewise.
4962 * defs.h (*target_wait_hook): Likewise.
4963 * gdbthread.h (thread_info, delete_thread, pid_to_thread_id)
4964 (find_thread_pid, save_infrun_state, load_infrun_state): Likewise.
4965 * gnu-nat.c (gnu_thread_alive, gnu_pid_to_str, gnu_wait)
4966 (gnu_resume): Likewise.
4967 * go32-nat.c (go32_wait, go32_resume): Likewise.
4968 * h8500-tdep.c (h8500_read_pc, h8500_write_pc): Likewise.
4969 * hppa-tdep.c (target_read_pc, target_write_pc): Likewise.
4970 * hppah-nat.c (child_pid_to_str, hppa_tid_to_str,
4971 (hppa_pid_or_tid_to_str, child_post_startup_inferior)
4972 (child_thread_alive): Likewise.
4973 * hpux-thread.c (hpux_thread_notice_signals, hpux_thread_alive)
4974 (hpux_pid_to_str, hpux_thread_wait, hpux_thread_resume): Likewise.
4975 * i386-linux-nat.c (child_resume): Likewise.
4976 * ia64-linux-nat.c (enable_watchpoints_in_psr, fetch_debug_register)
4977 (store_debug_register, fetch_debug_register_pair)
4978 (store_debug_register_pair, ia64_linux_insert_watchpoint)
4979 (ia64_linux_remove_watchpoint, ia64_linux_stopped_by_watchpoint):
4980 Likewise.
4981 * ia64-tdep.c (ia64_read_pc, ia64_write_pc): Likewise.
4982 * inferior.h (read_pc_pid, generic_target_read_pc, write_pc_pid)
4983 (generic_target_write_pc, ptrace_wait, child_resume)
4984 (get_last_target_status): Likewise.
4985 * infptrace.c (ptrace_wait, child_resume): Likewise.
4986 * inftarg.c (child_wait, child_post_wait, child_thread_live)
4987 (child_pid_to_str): Likewise.
4988 * infttrace.c (ptrace_wait, child_thread_alive, child_resume)
4989 (hppa_pid_or_tid_to_str, child_post_startup_inferior): Likewise.
4990 * lin-lwp.c (add_lwp, delete_lwp, find_lwp_pid, lin_lwp_attach_lwp)
4991 (lin_lwp_resume, lin_lwp_wait, lin_lwp_thread_alive)
4992 (lin_lwp_pid_to_str): Likewise.
4993 * lin-thread.c (thread_db_alive, thread_db_pid_to_str)
4994 (thread_db_resume, thread_db_wait): Likewise.
4995 * linux-thread.c (linuxthreads_thread_alive, linuxthreads_pid_to_str)
4996 (linuxthreads_resume, linuxthreads_wait): Likewise.
4997 * lynx-nat.c (child_wait, child_thread_alive, child_resume)
4998 (child_pid_to_str): Likewise.
4999 * m3-nat.c (mach_really_wait, m3_resume): Likewise.
5000 * mac-nat.c (child_wait, child_resume): Likewise.
5001 * mips-tdep.c (mips_read_pc): Likewise.
5002 * monitor.c (monitor_wait, monitor_resume): Likewise.
5003 * ocd.c, ocd.h (ocd_thread_alive, ocd_resume): Likewise.
5004 * ppc-bdm.c (bdm_ppc_wait): Likewise.
5005 * procfs.c (do_attach, procfs_wait, procfs_resume)
5006 (procfs_notice_signals, procfs_thread_alive, procfs_pid_to_str)
5007 (procfs_set_watchpoint, procfs_stopped_by_watchpoint)
5008 (procfs_find_LDT_entry): Likewise.
5009 * regcache.c (read_register_pid, read_signed_register_pid)
5010 (write_register_pid, generic_target_read_pc, read_pc_pid)
5011 (generic_target_write_pc, write_pc_pid): Likewise.
5012 * regcache.h (read_register_pid, read_signed_register_pid)
5013 (write_register_pid): Likewise.
5014 * remote-adapt.c (adapt_wait, adapt_resume): Likewise.
5015 * remote-array.c (array_wait, array_resume): Likewise.
5016 * remote-bug.c (bug_wait, bug_resume): Likewise.
5017 * remote-e7000.c (e7000_wait, e7000_resume): Likewise.
5018 * remote-eb.c (eb_wait, eb_resume): Likewise.
5019 * remote-es.c (es1800_wait, es1800_resume): Likewise.
5020 * remote-mips.c (mips_wait, mips_resume): Likewise.
5021 * remote-mm.c (mm_wait, mm_resume): Likewise.
5022 * remote-nindy.c (nindy_wait, nindy_resume): Likewise.
5023 * remote-os9k.c (rombug_wait, rombug_resume): Likewise.
5024 * remote-rdi.c (arm_rdi_wait, arm_rdi_resume): Likewise.
5025 * remote-rdp.c (remote_rdp_resume, remote_rdp_wait): Likewise.
5026 * remote-sds.c (sds_wait, sds_resume): Likewise.
5027 * remote-sim.c (gdbsim_wait, gdbsim_resume): Likewise.
5028 * remote-st.c (st2000_wait, st2000_resume): Likewise.
5029 * remote-udi.c (udi_wait, udi_resume): Likewise.
5030 * remote-vx.c (vx_wait, vx_resume): Likewise.
5031 * remote.c (remote_current_thread, remote_resume, remote_wait)
5032 (remote_async_resume, remote_async_wait, remote_cisco_wait)
5033 (remote_thread_alive): Likewise.
5034 * sol-thread.c (thread_to_lwp, lwp_to_thread, sol_thread_resume)
5035 (sol_thread_wait, sol_thread_notice_signals, sol_thread_alive)
5036 (solaris_pid_to_str): Likewise.
5037 * symm-nat.c (child_wait, child_resume): Likewise.
5038 * target.c (debug_to_resume, debug_to_wait, debug_to_post_wait)
5039 (debug_to_notice_signals, debug_to_thread_alive)
5040 (normal_target_post_startup_inferior, normal_pid_to_str)
5041 (debug_to_post_startup_inferior): Likewise.
5042 * target.h (to_resume, to_wait, to_post_wait)
5043 (to_post_startup_inferior, to_notice_signals, to_thread_alive)
5044 (to_pid_to_str [all in struct target_ops]): Likewise.
5045 (child_post_wait, child_thread_alive, normal_pid_to_str): Likewise.
5046 * thread-db.c (thread_from_lwp, lwp_from_thread, thread_db_wait)
5047 (attach_thread, detach_thread, thread_db_resume, check_event)
5048 (thread_db_post_startup_inferior, thread_db_thread_alive)
5049 (thread_db_pid_to_str): Likewise.
5050 * thread.c (add_thread, delete_thread, find_thread_pid)
5051 (pid_to_thread_id, in_thread_list, load_infrun_state)
5052 (save_infrun_state, switch_to_thread, restore_current_thread)
5053 (make_cleanup_restore_current_thread): Likewise.
5054 * top.c (target_wait_hook): Likewise.
5055 * uw-thread.c (dbgpid, thr_to_lwp, lwp_to_thr, add_thread_uw)
5056 (uw_thread_resume, libtrhead_stub, uw_thread_wait, uw_thread_alive)
5057 (uw_thread_pid_to_str): Likewise.
5058 * v850ice.c (v850ice_wait, v850ice_resume): Likewise.
5059 * win32-nat.c (child_wait, child_resume, win32_child_thread_alive)
5060 (cywin_pid_to_str): Likewise.
5061 * wince.c (child_wait, child_resume, win32_child_thread_alive):
5062 Likewise.
5063 * config/nm-linux.h (linuxthreads_pid_to_str): Likewise.
5064 * config/nm-lynx.h (child_wait, lynx_pid_to_str): Likewise.
5065 * config/alpha/nm-linux.h (lin_lwp_attach_lwp): Likewise.
5066 * config/arm/nm-linux.h (lin_lwp_attach_lwp): Likewise.
5067 * config/h8500/tm-h8500.h (h8500_read_pc, h8500_write_pc): Likewise.
5068 * config/i386/nm-i386sol2.h (procfs_stopped_by_watchpoint)
5069 (procfs_set_watchpoint): Likewise.
5070 * config/i386/nm-linux.h (lin_lwp_attach_lwp): Likewise.
5071 * config/i386/nm-ptx4.h (child_wait): Likewise.
5072 * config/i386/nm-symmetry.h (child_wait): Likewise.
5073 * config/i386/tm-cygwin.h (cygwin_pid_to_str): Likewise.
5074 * config/ia64/nm-linux.h (ia64_linux_stopped_by_watchpoint)
5075 (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint)
5076 (lin_lwp_attach_lwp): Likewise.
5077 * config/mips/nm-irix4.h, config/mips/nm-irix5.h
5078 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Likewise.
5079 * config/pa/nm-hppah.h (child_pid_to_str, hppa_tid_to_str)
5080 (hppa_pid_or_tid_to_str): Likewise.
5081 * config/pa/tm-hppa.h (target_read_pc, target_write_pc): Likewise.
5082 * config/powerpc/nm-linux.h (lin_lwp_attach_lwp): Likewise.
5083 * config/sparc/nm-sun4sol2.h (procfs_stopped_by_watchpoint)
5084 (procfs_set_watchpoint): Likewise.
5085
5086 * gdbthread.h (thread_id_to_pid): Change return type which
5087 represents a combined process/thread id from ``int'' to
5088 ``ptid_t''.
5089 * gnu-nat.c (gnu_wait): Likewise.
5090 * go32-nat.c (go32_wait): Likewise.
5091 * hpux-thread.c (hpux_thread_wait): Likewise.
5092 * inferior.h (procfs_first_available): Likewise.
5093 * inftarg.c (child_wait): Likewise.
5094 * infttrace.c (ptrace_wait): Likewise.
5095 * lin-lwp.c (lin_lwp_wait): Likewise.
5096 * lin-thread.c (thread_db_wait): Likewise.
5097 * linux-thread.c (linuxthreads_wait): Likewise.
5098 * lynx-nat.c (child_wait): Likewise.
5099 * m3-nat.c (mach_really_wait): Likewise.
5100 * mac-nat.c (child_wait): Likewise.
5101 * monitor.c (monitor_wait): Likewise.
5102 * ppc-bdm.c (bdm_ppc_wait): Likewise.
5103 * procfs.c (do_attach, procfs_wait, procfs_first_available): Likewise.
5104 * remote-adapt.c (adapt_wait): Likewise.
5105 * remote-array.c (array_wait): Likewise.
5106 * remote-bug.c (bug_wait): Likewise.
5107 * remote-e7000.c (e7000_wait): Likewise.
5108 * remote-eb.c (eb_wait): Likewise.
5109 * remote-es.c (es1800_wait): Likewise.
5110 * remote-mips.c (mips_wait): Likewise.
5111 * remote-mm.c (mm_wait): Likewise.
5112 * remote-nindy.c (nindy_wait): Likewise.
5113 * remote-os9k (rombug_wait): Likewise.
5114 * remote-rdi.c (arm_rdi_wait): Likewise.
5115 * remote-rdp.c (remote_rdp_wait): Likewise.
5116 * remote-sds.c (sds_wait): Likewise.
5117 * remote-sim.c (gdbsim_wait): Likewise.
5118 * remote-st.c (st2000_wait): Likewise.
5119 * remote-udi.c (udi_wait): Likewise.
5120 * remote-vx.c (vx_wait): Likewise.
5121 * remote.c (remote_wait, remote_async_wait, remote_current_thread)
5122 (remote_cisco_wait): Likewise.
5123 * sol-thread.c (thread_to_lwp, lwp_to_thread, sol_thread_wait):
5124 Likewise.
5125 * symm-nat.c (child_wait): Likewise.
5126 * target.c (debug_to_wait): Likewise.
5127 * target.h (to_wait [in struct target_ops]): Likewise.
5128 * thread.c (thread_id_to_pid): Likewise.
5129 * thread-db.c (thread_from_lwp, lwp_from_thread, thread_db_wait):
5130 Likewise.
5131 * top.c (*target_wait_hook): Likewise.
5132 * uw-thread.c (lwp_to_thr, uw_thread_wait): Likewise.
5133 * v850ice.c (v850ice_wait): Likewise.
5134 * win32-nat.c (child_wait): Likewise.
5135 * wince.c (child_wait): Likewise.
5136 * config/nm-lynx.h (child_wait): Likewise.
5137 * config/i386/nm-ptx4.h (child_wait): Likewise.
5138 * config/i386/nm-symmetry.h (child_wait): Likewise.
5139
5140 * arch-utils.c (generic_prepare_to_proceed): Rename wait_pid
5141 to wait_ptid and change its type from ``int'' to ``ptid_t''.
5142 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Likewise,
5143 but rename saved_inferior_pid to saved_inferior_ptid.
5144 * d10v-tdep.c (d10v_read_pc, d10_write_pc): Likewise, but rename
5145 save_pid to save_ptid.
5146 * gdbthread.h (struct thread_info): Likewise, but rename pid to ptid.
5147 * hppah-nat.c (child_pid_to_exec): Likewise, but rename
5148 saved_inferior_pid to saved_inferior_ptid.
5149 * hpux-thread.c (main_ptid): Likewise, but rename from main_pid.
5150 * infrun.c (previous_inferior_pid [static global]): Likewise,
5151 but rename to previous_inferior_ptid.
5152 (resume): Likewise, but rename resume_pid to resume_ptid.
5153 (struct execution_control_state): Likewise, but rename
5154 pid to ptid, saved_inferior_pid to saved_inferior_ptid,
5155 and waiton_pid to waiton_ptid.
5156 (target_last_wait_pid): Likewise, but rename to
5157 target_last_wait_ptid.
5158 * infttrace.c (saved_real_pid): Likewise, but rename to
5159 saved_real_ptid.
5160 (child_pid_to_exec_file): Likewise, but rename saved_inferior_pid
5161 to saved_inferior_ptid.
5162 * lin-lwp.c (struct lwp_info): Likewise, but rename pid to ptid.
5163 (trap_ptid): Likewise, but renamed from trap_pid.
5164 * lin-thread.c (handle_new_thread): Likewise, but rename gdb_pid
5165 to gdb_ptid.
5166 * linux-thread.c (detach_thread): Likewise, but rename pid to ptid.
5167 (thread_db_wait): Likewise, but rename ret_pid to retptid.
5168 * procfs.c (procfs_wait): Likewise, for retval whose name
5169 doesn't change. Also, ``temp'' becomes two separate variables,
5170 one named temp_tid (an int) and the other temp_ptid.
5171 (procfs_notice_thread): Likewise (type change) for gdb_threadid
5172 whose name does not change.
5173 * regcache.c (registers_ptid): Likewise, but renamed from
5174 registers_pid.
5175 (read_register_pid, read_signed_register_pid, write_register_pid):
5176 Likewise, but rename save_pid to save_ptid.
5177 (read_pc_pid, write_pc_pid): Likewise, but rename saved_inferior_pid
5178 to saved_inferior_ptid.
5179 * remote.c (remote_newthread_step): Likewise, but rename pid to ptid.
5180 * sol-thread.c (struct ps_prochandle): Likewise.
5181 (sol_thread_resume): Likewise, for save_pid which becomes save_ptid.
5182 (sol_thread_wait): Likewise, for rtnval whose name does not
5183 change, and for save_pid which becomes save_ptid.
5184 (solaris_pid_to_str): Likewise for lwp whose name does not change.
5185 (sol_find_new_threads_callback): Likewise, for pid which becomes
5186 ptid.
5187 * target.h (target_resume, target_wait, target_post_wait)
5188 (target_post_startup_inferior, target_notice_signals)
5189 (target_thread_alive): Likewise.
5190 * thread.c (info_threads_command): Likewise, but rename
5191 current_pid to current_ptid.
5192 (struct current_thread_cleanup): Likewise, but rename field
5193 inferior_pid to inferior_ptid.
5194 * thread-db.c (find_new_threads_callback): Likewise, but rename
5195 pid to ptid.
5196 * uw-thread.c (thr_to_lwp): Likewise for lid whose name does not
5197 change.
5198 (lwp_to_tr): Likewise fo tid whose name remains unchanged.
5199 (thr_infpid, lwp_infpid, notice_thread, libthread_stub): Likewise,
5200 but rename pid to ptid.
5201 * config/alpha/nm-linux.h (ATTACH_LWP): Likewise.
5202 * config/arm/nm-linux.h (ATTACH_LWP): Likewise.
5203 * config/i386/nm-linux.h (ATTACH_LWP): Likewise.
5204 * config/ia64/nm-linux.h (ATTACH_LWP): Likewise.
5205 * config/pa/nm-hppah.h (target_tid_to_str): Likewise.
5206 * config/powerpc/nm-linux.h (ATTACH_LWP): Likewise.
5207
5208 * arch-utils.c (generic_prepare_to_proceed): Test for the
5209 "zero" ptid by using ptid_equal() to test to see if variable
5210 in question is the same as null_ptid. This replaces a direct
5211 test against zero.
5212 * cxux-nat.c (add_shared_symbol_files): Likewise.
5213 * i386aix-nat.c, i386b-nat.c (i386_float_info): Likewise.
5214 * infcmd.c (run_command): Likewise.
5215 * inflow.c (kill_command): Likewise.
5216 * infttrace.c (call_ttrace): Likewise.
5217 * lin-lwp.c (lin_lwp_prepare_to_proceed): Likewise.
5218 * lin-thread.c (thread_db_kill): Likewise.
5219 * procfs.c (procfs_kill_inferior, procfs_mourn_inferior): Likewise.
5220 * remote-es.c (es1800_kill): Likewise.
5221 * sol-thread.c (sol_thread_create_inferior): Likewise.
5222 * solib.c (locate_base): Likewise.
5223 * target.c (nosupport_runtime): Likewise.
5224 * thread-db.c (thread_db_wait): Likewise.
5225 * top.c (quit_confirm, quit_force): Likewise.
5226 * uw-thread (lwp_infpid, uw_thread_resume): Likewise.
5227
5228 * infrun.c (handle_inferior_event, stop_stepping, normal_stop):
5229 Use ptid_equal to compare value of process/thread ids instead of
5230 ``=='' and ``!='' operators.
5231 lin-lwp.c (delete_lwp, lin_lwp_prepare_to_proceed)
5232 (stop_wait_callback, lin_lwp_wait): Likewise.
5233 * procfs.c (procfs_wait): Likewise.
5234 * regcache.c (read_register_bytes, read_register_gen)
5235 (write_register_gen, read_register, read_register_pid)
5236 (read_signed_register, read_signed_register_pid, write_register)
5237 (write_register_pid, supply_register): Likewise.
5238 * remote-vx.c (vx_resume): Likewise.
5239 * sol-thread.c (sol_thread_wait): Likewise.
5240 * symm-nat.c (kill_inferior): Likewise.
5241 * thread.c (delete_thread, find_thread_pid, pid_to_thread_id)
5242 (in_thread_list, info_threads_command, switch_to_thread)
5243 (restore_current_thread): Likewise.
5244 * uw-thread (libtread_stub): Likewise.
5245
5246 * arm-linux-nat.c (GET_THREAD_ID): Change PID to PTID.
5247
5248 * corelow.c (add_to_thread_list): Convert argument in add_thread()
5249 call to a ptid_t.
5250 * gnu-nat.c (inf_validate_procs): Likewise.
5251 * linux-thread.c (stop_thread, update_stop_threads): Likewise.
5252 * remote.c (record_currthread, remote_threads_info): Likewise.
5253 * win32-nat.c (child_add_thread): Likewise.
5254
5255 * hpux-thread.c (save_inferior_pid, restore_inferior_pid): Rename,
5256 respectively, to save_inferior_ptid() and restore_inferior_ptid().
5257 Adjust implementations to operate on ``ptid_t'' instead of ``int''.
5258 * lin-lwp.c (save_inferior_pid, restore_inferior_pid): Likewise.
5259 * lin-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
5260 * linux-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
5261 * proc-service.c (save_inferior_pid, restore_inferior_pid): Likewise.
5262 * sol-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
5263 * thread-db.c (save_inferior_pid, restore_inferior_pid): Likewise.
5264
5265 * infrun.c (RESUME_ALL): New macro representing the -1 ptid
5266 to be passed to target_resume() when all threads should resume.
5267 (resume): Set resume_ptid to RESUME_ALL rather than -1.
5268 (handle_inferior_event): Invoke target_resume() with RESUME_ALL
5269 instead of -1.
5270 * irix5-nat.c (solib_create_inferior_hook): Convert -1 to
5271 a ptid_t in target_resume() call.
5272 * osfsolib.c (solib_create_inferior_hook): Likewise.
5273 * solib-svr4.c (solib_create_inferior_hook): Likewise.
5274
5275 * lin-lwp.c (PIDGET, PIDGET0): Rename original PIDGET macro to
5276 PIDGET0. Define new PIDGET macro which uses PIDGET0, the only
5277 difference being that the 0xffff pattern will be interpreted
5278 as -1.
5279 * lin-thread.c (PIDGET, PIDGET0): Likewise.
5280 * thread-db.c (PIDGET, PIDGET0): Likewise.
5281 * config/nm-linux.h (PIDGET, PIDGET0): Likewise.
5282 * config/i386/tm-i386sol2.h (PIDGET, PIDGET0): Likewise.
5283 * config/i386/tm-i386v42mp.h (PIDGET, PIDGET0): Likewise.
5284 * config/sparc/tm-sun4sol2.h (PIDGET, PIDGET0): Likewise.
5285
5286 * m3-nat.c (init_m3_ops): Fix typo; initialize to_wait field to
5287 mach_really_wait rather than mach_really__wait.
5288 * lin-thread.c (check_for_thread_event): Fix warning; make function
5289 actually return a value.
5290
5291 * gdbarch.sh (TARGET_READ_PC, TARGET_WRITE_PC): Change type of
5292 ``pid'' arguments from ``int'' to ``ptid_t''. Also renamed
5293 pid to ptid.
5294 * gdbarch.h, gdbarch.c: Regenerated.
5295
5296 2001-05-03 Jonathan Larmour <jlarmour@redhat.com>
5297
5298 * rdi-share/devsw.c: Include <time.h> for struct tm
5299
5300 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5301
5302 * config/djgpp/fnchange.lst: Add mappings for the new
5303 opcodes/openrisc-* files.
5304
5305 2001-05-01 Michael Snyder <msnyder@redhat.com>
5306
5307 * lin-lwp.c: Change printf to fprintf_unfiltered.
5308 * Makefile.in: Add rules for thread-db.o, lin-lwp.o, proc-service.o.
5309
5310 2001-05-01 Nicholas Duffek <nsd@redhat.com>
5311
5312 * config/rs6000/tm-rs6000.h (IN_SOLIB_RETURN_TRAMPOLINE): Define.
5313 (rs6000_in_solib_return_trampoline): Declare.
5314 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): New
5315 function.
5316 (rs6000_skip_trampoline_code): Skip bigtoc fixup code.
5317 * xcoffread.c (read_xcoff_symtab): Perform the ISFCN function
5318 check after the CSECT check rather than before it. Allocate
5319 separate symtabs for CSECTs whose names begin with '@'.
5320 (scan_xcoff_symtab): Don't ignore symbols beginning with '@'.
5321 Activate the misc_func_recorded mechanism for whose names begin
5322 with '@'.
5323
5324 2001-04-30 J.T. Conklin <jtc@redback.com>
5325
5326 * ppcnbsd-nat.c (fetch_inferior_registers)
5327 (store_inferior_registers, fetch_core_registers): Changed to use
5328 fpreg[] instead of r_regs[] to access floating point registers.
5329
5330 2001-04-30 Elena Zannoni <ezannoni@redhat.com>
5331
5332 * sh-tdep.c: Get rid of the function prototypes.
5333 (sh_sh4_build_float_register_type): Move earlier in file.
5334 (fv_reg_base_num): Ditto.
5335 (dr_reg_base_num): Ditto.
5336
5337 2001-04-30 Michael Snyder <msnyder@redhat.com>
5338
5339 * thread-db.c: Revert 2001-04-26 change for debugging output.
5340 * lin-lwp.c: Ditto.
5341 * lin-lwp.c: Add set/show debug lin-lwp command. Use this
5342 command to turn extra debugging output on / off.
5343
5344 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5345
5346 * buildsym.c (start_subfile): Use FILENAME_CMP instead of STREQ.
5347 (top-level): #include filenames.h.
5348
5349 * dwarf2read.c (dwarf2_start_subfile): Use IS_ABSOLUTE_PATH and
5350 FILENAME_CMP, to DTRT on non-Posix platforms.
5351 (top-level): #include filenames.h.
5352
5353
5354 2001-04-27 Andrew Cagney <ac131313@redhat.com>
5355
5356 * gdbtypes.c (check_stub_method): Always initialize ``p''.
5357
5358 2001-04-27 Andrew Cagney <ac131313@redhat.com>
5359
5360 * configure.host: Delete romp host.
5361 * TODO: Update.
5362
5363 2001-04-27 Andrew Cagney <ac131313@redhat.com>
5364
5365 * TODO: Updates to 5.1. No more targets to obsolete.
5366
5367 2001-04-27 Don Howard <dhoward@redhat.com>
5368
5369 (Changes from Kevin Buettner, with minor update by Don Howard.)
5370
5371 * i387-nat.c (i387_supply_fxsave, i387_fill_fxsave, i387_tag): Fix
5372 typos in which hexadecimal constants were really intended to be
5373 binary constants.
5374 (i387_tag): Swap logic regarding zero vs non-zero exponents.
5375 * MAINTAINERS (Misc): Added myself to the write-after-approval
5376 list.
5377
5378 2001-04-26 Jim Blandy <jimb@redhat.com>
5379
5380 (Changes from Daniel Berlin, with revisions by Jim Blandy.)
5381
5382 Abstract out operations specific to particular C++ ABI's, and
5383 invoke them through a function table. This removes the C++ ABI
5384 dependencies scattered throughout the code, and allows us to
5385 cleanly add support for new C++ ABI's.
5386 * cp-abi.h, cp-abi.h, gnu-v2-abi.c, hpacc-abi.c: New files.
5387 * c-typeprint.c, c-valprint.c, dbxread.c, eval.c, gdbtypes.c,
5388 jv-typeprint.c, linespec.c, symtab.c, typeprint.c, valops.c:
5389 #include "cp-abi.h". These files all use functions now declared
5390 there.
5391 * symtab.h (OPNAME_PREFIX_P, VTBL_PREFIX_P, DESTRUCTOR_PREFIX_P):
5392 Deleted. These services are now provided by functions declared in
5393 cp-abi.h.
5394 * value.h (value_rtti_type, value_virtual_fn_field): Same.
5395 * values.c (value_virtual_fn_field): Same, for this definition.
5396 * valops.c (value_rtti_type): Same.
5397 * c-typeprint.c (c_type_print_base): Use the functions from
5398 "cp-abi.h", instead of the old macros, or hard-coded ABI-specific
5399 tests.
5400 * dbxread.c (record_minimal_symbol): Same.
5401 * gdbtypes.c (get_destructor_fn_field, virtual_base_index,
5402 virtual_base_index_skip_primaries): Same.
5403 * jv-typeprint.c (java_type_print_base): Same.
5404 * linespec.c (find_methods, decode_line_1): Same.
5405 * symtab.c (gdb_mangle_name): Same.
5406 * Makefile.in (SFILES): Add the new .c files mentioned above.
5407 (cp_abi_h): New variable.
5408 (COMMON_OBS): Add gnu-v2-abi.o, hpacc-abi.o, and cp-abi.o.
5409 (cp-abi.o, gnu-v2-abi.o, hpacc-abi.o): New targets.
5410 (c-typeprint.o, c-valprint.o, dbxread.o, eval.o, gdbtypes.o,
5411 jv-typeprint.o, symtab.o, linespec.o, typeprint.o, valops.o): Add
5412 dependency on $(cp_abi_h).
5413
5414 2001-04-26 Michael Snyder <msnyder@redhat.com>
5415
5416 * thread-db.c (_initialize_thread_db): Add set/show command
5417 "debug-linux-threads" for debugging output.
5418 * lin-lwp.c (various): Use global "debug_linux_threads to
5419 turn on extra debugging output.
5420 * lin-lwp.c: Minor cleanups in comments.
5421 * target.c (normal_pid_to_str): Get rid of an ancient hack.
5422 * remote.c (remote_pid_to_str): New function for remote target.
5423
5424 2001-04-24 Jim Blandy <jimb@redhat.com>
5425
5426 * c-typeprint.c (c_type_print_cv_qualifier): Don't print `const'
5427 qualifier on C++ references; all references are innately const.
5428
5429 2001-04-20 Mark Kettenis <kettenis@gnu.org>
5430
5431 * event-top.h: Fix formatting.
5432
5433 2001-04-17 Andrew Cagney <ac131313@redhat.com>
5434
5435 * source.c (openp): Obsolete #ifdef MPW code.
5436 (open_source_file): Ditto.
5437 * event-top.c (display_gdb_prompt): Ditto.
5438 * utils.c (query): Ditto.
5439 (init_page_info): Ditto.
5440 (init_page_info): Delete #ifndef MPW.
5441 * top.c (gdb_readline): Ditto.
5442 * mac-xdep.c: Obsolete.
5443 * mac-gdb.r: Obsolete.
5444 * config/powerpc/xm-mpw.h: Obsolete.
5445 * config/xm-mpw.h: Obsolete.
5446 * mpw-make.sed: Obsolete.
5447 * mpw-config.in: Obsolete.
5448 * TODO: Update
5449 * NEWS: Update
5450
5451 2001-04-19 Mark Kettenis <kettenis@gnu.org>
5452
5453 * i386-tdep.c (i386_frameless_function_invocation): New function.
5454 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION): Redefine
5455 in terms of i386_frameless_function_invocation. Adjust comment.
5456 (i386_frameless_function_invocation): New prototype.
5457
5458 2001-04-18 Martin M. Hunt <hunt@redhat.com>
5459
5460 * top.c (gdb_init): Don't call cli_out_new() to
5461 create global uiout if init_ui_hook is set. uiout will
5462 have to be initialized there.
5463
5464 2001-04-18 Andrew Cagney <ac131313@redhat.com>
5465
5466 * arch-utils.c: Include "regcache.h".
5467
5468 2001-04-18 Mark Kettenis <kettenis@gnu.org>
5469
5470 * i386-tdep.c (i386_saved_pc_after_call): New function.
5471 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Redefine in terms
5472 of i386_saved_pc_after_call.
5473 (i386_saved_pc_after_call): New prototype.
5474
5475 2001-04-17 Michael Snyder <msnyder@redhat.com>
5476
5477 * i386-nat.c: Fix typo in comment.
5478 * solib.c (no_shared_libraries): New function. Discard all symbols
5479 from shared libraries.
5480 (_initialize_solib): Add command "nosharedlibrary" as complement
5481 to the command "sharedlibrary". Unloads symbols for all solibs.
5482
5483 2001-04-16 Andrew Cagney <ac131313@redhat.com>
5484
5485 * configure.host (m68030-sony-*, m68*-isi-*, m68*-sony-*):
5486 * configure.tgt (m68*-rom68k-*, m68*-*bug-*, m68*-monitor-*)
5487 (m68*-est-*, m68*-sony-*, m68*-isi-*):
5488 * Makefile.in (xm-news1000.h, tm-news.h, xm-news.h): Obsolete..
5489 * config/m68k/xm-news.h: Obsolete.
5490 * config/m68k/tm-news.h:
5491 * config/m68k/xm-news1000.h: Obsolete.
5492 * config/m68k/news.mh: Obsolete.
5493 * config/m68k/news.mt: Obsolete.
5494 * config/m68k/nm-news.h: Obsolete.
5495 * config/m68k/news1000.mh: Obsolete.
5496 * news-xdep.c: Obsolete.
5497 * Makefile.in (isi-xdep.o): Obsolete.
5498 (ALLDEPFILES): Delete isi-xdep.c.
5499 (tm-isi.h): Obsolete.
5500 * m68k-tdep.c (altos_skip_prologue): Update comments.
5501 (isi_skip_prologue): Obsolete.
5502 * isi-xdep.c: Obsolete.
5503 * config/m68k/xm-isi.h: Obsolete.
5504 * config/m68k/isi.mh: Obsolete.
5505 * config/m68k/tm-isi.h: Obsolete.
5506 * config/m68k/isi.mt: Obsolete.
5507
5508 * TODO: Update.
5509 * NEWS: Update.
5510
5511 2001-04-17 Michael Snyder <msnyder@redhat.com>
5512
5513 * remote.c (remote_open_1): On opening the remote target, activate
5514 the solib_create_inferior_hook, so that it can detect when the
5515 target loads shared libraries.
5516 (remote_async_open_1): Ditto.
5517
5518 2001-04-17 Michael Snyder <msnyder@redhat.com>
5519
5520 * breakpoint.c (print_one_breakpoint): Handle 64-bit addresses.
5521 * tracepoint.c (tracepoints_info): Handle 64-bit addresses.
5522 * testsuite/gdb.trace/deltrace.exp: Allow for 64-bit addresses.
5523 * testsuite/gdb.trace/infotrace.exp: Ditto.
5524 * testsuite/gdb.trace/passcount.exp: Ditto.
5525 * testsuite/gdb.trace/while-stepping.exp: Ditto.
5526
5527 2001-04-17 Michael Snyder <msnyder@redhat.com>
5528
5529 * thread-db.c (check_thread_signals): When looping over all
5530 signals, ignore signal zero.
5531 (disable_thread_signals): Ditto.
5532
5533 2001-04-17 Eirik Fuller <eirik@netapp.com>
5534
5535 * thread.c (do_captured_thread_select): Allow the argument to the
5536 thread command to be an expression rather than a literal integer.
5537
5538 2001-04-17 Mark Kettenis <kettenis@gnu.org>
5539
5540 * i386-linux-tdep.c (i386_linux_saved_pc_after_call): Use
5541 read_memory_unsigned_integer instead of read_memory_integer.
5542
5543 2001-04-16 Kevin Buettner <kevinb@redhat.com>
5544
5545 * solib-aix5.c (map_index_vs_section_name_okay): New function.
5546 (aix5_relocate_main_executable): Don't use file offsets for
5547 determining corresponding sections and map file entries. Call
5548 map_index_vs_section_name_okay() to do this instead.
5549
5550 2001-04-16 Kevin Buettner <kevinb@redhat.com>
5551
5552 * procfs.c (open_with_retry): New function.
5553 (open_procinfo_files, load_syscalls, proc_iterate_over_mappings)
5554 (proc_get_LDT_entry): Call open_with_retry() instead of open().
5555
5556 2001-04-16 Kevin Buettner <kevinb@redhat.com>
5557
5558 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Adjust
5559 comparison against TRAP_HWBKPT constant yet again to account
5560 for the various values used by different kernel versions.
5561
5562 2001-04-16 Daniel Berlin <dan@cgsoftware.com>
5563
5564 * demangle.c (_initialize_demangler): Use xcalloc on the
5565 demangling_style_names, and make it a null terminated array of
5566 names, to avoid a crash.
5567
5568 2001-04-16 Mark Kettenis <kettenis@gnu.org>
5569
5570 * i386-tdep.c (i386_frame_chain): New function.
5571 * config/i386/tm-i386.h (FRAME_CHAIN): Redefine in terms of
5572 i386_frame_chain.
5573 (i386_frame_chain): New prototype.
5574
5575 2001-04-14 J.T. Conklin <jtc@redback.com>
5576
5577 * target.h (target_ops): Removed to_core_file_to_sym_file vector
5578 function.
5579 * corelow.c (core_ops): Updated for above change.
5580 * gnu-nat.c (core_ops): Likewise.
5581 * inftarg.c (child_ops): Likewise.
5582 * monitor.c (monitor_ops): Likewise.
5583 * ppc-bdm.c (bdm_ppc_ops): Likewise.
5584 * remote-adapt.c (adapt_ops): Likewise.
5585 * remote-bug.c (bug_ops): Likewise.
5586 * remote-e7000.c (e7000_ops): Likewise.
5587 * remote-eb.c (eb_ops): Likewise.
5588 * remote-es.c (es1800_ops, es1800_child_ops): Likewise.
5589 * remote-mm.c (mm_ops): Likewise.
5590 * remote-nindy.c (nindy_ops): Likewise.
5591 * remote-nrom.c (nrom_ops): Likewise.
5592 * remote-os9k.c (rombug_ops): Likewise.
5593 * remote-rdp.c (remote_rdp_ops): Likewise.
5594 * remote-sim.c (gdbsim_ops): Likewise.
5595 * remote-st.c (st2000_ops): Likewise.
5596 * v850ice.c (v850ice_ops): Likewise.
5597 * target.c (cleanup_target): Likewise
5598 (update_current_target): Likewise.
5599 (setup_target_debug): Likewise
5600 (debug_to_core_file_to_sym_file): Removed.
5601
5602 * corefile.c (core_file_command) [HPUXHPPA]: Removed code that
5603 sets symbol file from information obtained from the core file.
5604 * corelow.c (core_file_to_sym_file): Removed.
5605
5606 2001-04-13 Fernando Nasser <fnasser@redhat.com>
5607
5608 From Adam Mirowski <Adam.Mirowski@Sun.COM>
5609 Fixed Insight on Solaris. It was not possible to debug a process
5610 because of EINTR "errors".
5611 * procfs.c: (procfs_wait): if proc_wait_for_stop() fails
5612 with EINTR, retry the call.
5613
5614 2001-04-12 Kevin Buettner <kevinb@redhat.com>
5615
5616 * solib-aix5.c (enum maptype): Delete.
5617 (struct lm_info): Add new member ``nmappings''. Make ``mapping''
5618 member a pointer instead of a statically sized array.
5619 (build_so_list_from_mapfile): Dynamically allocate ``mapping''
5620 array.
5621 (aix5_relocate_main_executable, aix5_relocate_section_addresses,
5622 aix5_find_global_pointer): Search for correct mapping to use
5623 based on file offset instead of knowledge of whether the section
5624 is read-only or read/write.
5625 (aix5_find_gate_addresses): Use the first mapping instead of
5626 the (now defunct) MT_READONLY mapping.
5627
5628 2001-04-12 Nicholas Duffek <nsd@redhat.com>
5629
5630 * xcoffread.c (scan_xcoff_symtab): Ignore symbols beginning with
5631 "@".
5632
5633 2001-04-12 Kevin Buettner <kevinb@redhat.com>
5634
5635 * config/i386/fbsd.mh (NATDEPFILES): Add i386-nat.o.
5636
5637 2001-04-09 Andrew Cagney <ac131313@redhat.com>
5638
5639 Obsolete i[3456]86-*-sunos* (aka Sun386) host and target.
5640 * config/i386/sun386.mh: Obsolete.
5641 * config/i386/sun386.mt: Obsolete.
5642 * config/i386/xm-sun386.h: Obsolete.
5643 * config/i386/tm-sun386.h: Obsolete.
5644 * config/i386/nm-sun386.h: Obsolete.
5645 * Makefile.in (ALLDEPFILES): Delete sun386-nat.c.
5646 (sun386-nat.o): Target is obsolete.
5647 * sun386-nat.c: Obsolete.
5648 * configure.tgt (i[3456]86-*-sunos*): Obsolete.
5649 * configure.host (i[3456]86-*-sunos*): Obsolete.
5650 * NEWS: Update.
5651 * TODO: Update.
5652
5653 2001-04-10 J.T. Conklin <jtc@redback.com>
5654
5655 * maint.c: Fix typo in comment.
5656
5657 2001-04-09 Keith Seitz <keiths@cygnus.com>
5658
5659 * MAINTAINERS: Swap with Syd Polk as a gdbtk maintainer.
5660
5661 2001-04-08 Kevin Buettner <kevinb@redhat.com>
5662
5663 * fork-child.c (fork_inferior, clone_and_follow_inferior):
5664 Document fact that apparent call to vfork() might actually be
5665 a call to fork() instead.
5666 * ser-pipe.c (pipe_open): Likewise.
5667
5668 2001-04-08 Kevin Buettner <kevinb@redhat.com>
5669
5670 * printcmd.c (print_frame_args): Use a cleanup to invoke
5671 ui_out_list_end() so that the list count nesting flag will
5672 be decremented properly when an error occurs.
5673 * stack.c (print_frame): Likewise.
5674
5675 2001-04-06 J.T. Conklin <jtc@redback.com>
5676
5677 * dcache.c (dcache_write_line): Fixed bugs where cache line was
5678 not written to target correctly.
5679
5680 * gdbserver/low-hppabsd.c (read_inferior_memory): Add explicit
5681 void return value;
5682 * gdbserver/low-nbsd.c: Likewise.
5683 * gdbserver/low-sparc.c: Likewise.
5684 * gdbserver/low-sun3.c: Likewise.
5685
5686 2001-04-06 Geoffrey Keating <geoffk@redhat.com>
5687
5688 * config/rs6000/nm-rs6000.h (PTRACE_ATTACH): Don't define.
5689 (PTRACE_DETACH): Don't define.
5690
5691 2001-04-06 David Smith <dsmith@redhat.com>
5692
5693 * arch-utils.c (default_prepare_to_proceed)
5694 (generic_prepare_to_proceed): Added new functions.
5695 * arch-utils.h: New function declarations for
5696 default_prepare_to_proceed() and generic_prepare_to_proceed().
5697 * gdbarch.sh: Added PREPARE_TO_PROCEED.
5698 * gdbarch.c: Regenerated.
5699 * gdbarch.h: Regenerated.
5700 * inferior.h: Added get_last_target_status() declaration.
5701 * infrun.c (get_last_target_status): Added new function.
5702 (handle_inferior_event): Saves last pid and waitstatus, which will
5703 get returned by get_last_target_status().
5704
5705 * hppa-tdep.c (prepare_to_proceed): Added comment stating that
5706 prepare_to_proceed() is potentially redundant since
5707 default_prepare_to_proceed() has been added.
5708 * linux-thread.c (prepare_to_proceed): Ditto.
5709 * lin-lwp.c (prepare_to_proceed): Ditto.
5710 * m3-nat.c (prepare_to_proceed): Ditto.
5711
5712 2001-04-05 Andrew Cagney <ac131313@redhat.com>
5713
5714 Obsolete powerpcle-*-cygwin* and powerpcle-*-solaris* platforms
5715 and powerpc-*-netware* target.
5716 * configure.host (powerpcle-*-cygwin*, powerpcle-*-solaris*):
5717 Obsolete.
5718 * configure.tgt (powerpc-*-netware*, powerpcle-*-cygwin*)
5719 (powerpcle-*-solaris*): Obsolete.
5720 * config/powerpc/tm-cygwin.h: Obsolete.
5721 * config/powerpc/cygwin.mt: Obsolete.
5722 * config/powerpc/xm-cygwin.h: Obsolete.
5723 * config/powerpc/cygwin.mh: Obsolete.
5724 * config/powerpc/nm-solaris.h: Obsolete.
5725 * config/powerpc/xm-solaris.h: Obsolete.
5726 * config/powerpc/tm-solaris.h: Obsolete.
5727 * config/powerpc/solaris.mt: Obsolete.
5728 * config/powerpc/tm-ppc-nw.h: Obsolete.
5729 * config/powerpc/ppc-nw.mt: Obsolete.
5730 * TODO: Update.
5731 * NEWS: Update.
5732
5733 2001-04-06 Fernando Nasser <fnasser@redhat.com>
5734
5735 * buildsym.c (record_line): Turn off unused addr bits.
5736
5737 2001-04-06 Fernando Nasser <fnasser@redhat.com>
5738
5739 From David Deephanphongs <deephan@telocity.com>
5740 * inferior.h: Fix declarations of get_inferior_args and
5741 set_inferior_args, which were missing the trailing 's'.
5742
5743 2001-04-05 Jeff Holcomb <jeffh@redhat.com>
5744
5745 * monitor.c (monitor_supply_register): Only report an error if we
5746 don't get a valid value.
5747
5748 2001-04-05 Eli Zaretskii <eliz@is.elta.co.il>
5749
5750 * README: Don't mention gdba.el.
5751
5752 2001-04-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5753
5754 From Jimmy Guo <guo@cup.hp.com>
5755 * top.c (init_main): set prompt if annotation_level>1,
5756 this is necessary when annotation_level is set to 2 via
5757 --annotate=2 command line option.
5758
5759 2001-04-04 Andrew Cagney <ac131313@redhat.com>
5760
5761 Obsolete a29k-*-* host and a29k-*-sym1* and a29k-*-kern* targets.
5762 * configure.tgt (a29k-*-sym1*, a29k-*-kern*): Obsolete.
5763 * configure.host (a29k-*-*): Obsolete.
5764 * Makefile.in (ALLDEPFILES): Remove ultra3-nat.c and
5765 ultra3-xdep.c.
5766 (ultra3-nat.o, ultra3-xdep.o): Obsolete.
5767 * config/a29k/tm-ultra3.h: Obsolete.
5768 * config/a29k/ultra3.mt: Obsolete.
5769 * config/a29k/ultra3.mh: Obsolete.
5770 * config/a29k/nm-ultra3.h: Obsolete.
5771 * config/a29k/xm-ultra3.h: Obsolete.
5772 * ultra3-xdep.c: Obsolete.
5773 * ultra3-nat.c: Obsolete.
5774 * config/a29k/a29k-kern.mt: Obsolete.
5775 * NEWS: Update.
5776 * TODO: Update.
5777
5778 Wed Apr 4 21:48:42 2001 Christopher Faylor <cgf@cygnus.com>
5779
5780 * main.c: Remove windows.h use.
5781 (gdbtk_test): Use PATH_MAX for home var calculation.
5782 * remote-e7000.c (e7000_parse_device): Accomodate Cygwin as well as
5783 Win32 in colon test.
5784 * ser-tcp.c: Use modern __CYGWIN__ conditional.
5785 * source.c (mod_path): Add __CYGWIN__ conditional to WIN32 test.
5786 (openp): Ditto.
5787 * symfile.c (symfile_bfd_open): Ditto.
5788
5789 2001-04-04 Martin M. Hunt <hunt@redhat.com>
5790
5791 * main.c (captured_main): For GDBtk, don't use tui_fileopen().
5792 Handle all stream setup in gdbtk_init
5793
5794 2001-04-04 Mark Kettenis <kettenis@gnu.org>
5795
5796 * i386-tdep.c (i386_extract_return_value): Don't return the return
5797 value of a void function.
5798 (i386_store_return_value): Likewise.
5799
5800 2001-04-03 Andrew Cagney <ac131313@redhat.com>
5801
5802 Obsolete w65-*-* target.
5803 * configure.tgt (w65-*-*): Obsolete.
5804 * config/w65/w65.mt: Obsolete.
5805 * config/w65/tm-w65.h: Obsolete.
5806 * w65-tdep.c: Obsolete.
5807 * NEWS: Update. Fix TiC80 description.
5808 * TODO: Update.
5809
5810 2001-04-03 Andrew Cagney <ac131313@redhat.com>
5811
5812 Obsolete tic80-*-* target.
5813 * configure.tgt (tic80-*-*): Obsolete.
5814 * config/tic80/tic80.mt: Obsolete.
5815 * config/tic80/tm-tic80.h: Obsolete.
5816 * tic80-tdep.c: Obsolete.
5817 * TODO: Update
5818 * NEWS: Update.
5819
5820 2001-04-02 J.T. Conklin <jtc@redback.com>
5821
5822 * remote-mips.c (S_IROTH): Moved definition from here.
5823 * gdb_stat.h (S_IROTH): to here.
5824
5825 * remote.c (remote_protocol_e, remote_protocol_E): Define.
5826 (set_remote_protocol_e_packet_cmd)
5827 (set_remote_protocol_E_packet_cmd)
5828 (show_remote_protocol_e_packet_command)
5829 (show_remote_protocol_E_packet_command): New functions.
5830 (init_all_packet_configs): Initialize remote_protocol_e and
5831 remote_protocol_E.
5832 (remote_resume, remote_async_resume): Support e/E command
5833 packets.
5834 (show_remote_cmd): Show state of remote_protocol_e and
5835 remote_protocol_E.
5836 (_initialize_remote): Add "set remote step-over-range-packet"
5837 and "set remote step-over-range-w-signal-packet" to CLI.
5838
5839 2001-04-01 Andrew Cagney <ac131313@redhat.com>
5840
5841 Obsolete ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv* and
5842 ns32k-utek-*.
5843 * Makefile.in (ALLDEPFILES): Delete umax-xdep.c and ns32km3-nat.c.
5844 (umax-xdep.o, ns32km3-nat.o): Obsolete.
5845 * configure.tgt (ns32k-*-mach3*, ns32k-utek-sysv*, ns32k-utek-*):
5846 Obsolete.
5847 * configure.host (ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv*):
5848 Obsolete.
5849 * config/ns32k/merlin.mh: Obsolete.
5850 * config/ns32k/merlin.mt: Obsolete.
5851 * config/ns32k/xm-merlin.h: Obsolete.
5852 * config/ns32k/tm-merlin.h: Obsolete.
5853 * config/ns32k/nm-umax.h: Obsolete.
5854 * config/ns32k/umax.mh: Obsolete.
5855 * config/ns32k/umax.mt: Obsolete.
5856 * config/ns32k/xm-umax.h: Obsolete.
5857 * umax-xdep.c: Obsolete.
5858 * config/ns32k/ns32km3.mh: Obsolete.
5859 * config/ns32k/ns32km3.mt: Obsolete.
5860 * config/ns32k/tm-ns32km3.h: Obsolete.
5861 * config/ns32k/xm-ns32km3.h: Obsolete.
5862 * ns32km3-nat.c: Obsolete.
5863 * ns32k-tdep.c (merlin_skip_prologue): Obsolete.
5864 (merlin_frame_num_args): Ditto.
5865 * NEWS: Update.
5866 * TODO: Update.
5867
5868 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
5869
5870 * config/djgpp/fnchange.lst: Tweak due to
5871 expect/example/chesslib.c.
5872
5873 2001-04-02 Kevin Buettner <kevinb@redhat.com>
5874
5875 * m88k-tdep.c (examine_prologue): Change type of ``insn'' from
5876 unsigned int to unsigned long. Also, fix format string.
5877 (pop_frame): Fix PC_IN_CALL_DUMMY() call so that it doesn't
5878 use an undeclared variable. Also, delete declaration and
5879 initialization of ``fp'' because it is otherwise unused.
5880 * remote-bug.c (sleep): Delete declaration.
5881 (bug_store_register, bug_write_memory, bug_read_memory)
5882 (bug_insert_breakpoint, bug_remove_breakpoint): Fix sprintf()
5883 format statements and cast certain sprintf() arguments to
5884 eliminate warnings.
5885 (bug_load): Likewise for call to printf_filtered().
5886 * config/m88k/tm-m88k.h (FIX_CALL_DUMMY): Eliminate
5887 assignment to ``pc''. The necessary assignment is done in
5888 hand_function_call() after the invocation of FIX_CALL_DUMMY().
5889
5890 2001-03-20 Daniel Berlin <dberlin@redhat.com>
5891
5892 * symtab.c (completion_list_add_name): Remove duplicate string checks,
5893 readline already does this, and it's much faster at it, too.
5894
5895 2001-04-01 Eli Zaretskii <eliz@is.elta.co.il>
5896
5897 * go32-nat.c: Minor tweaks, to pacify the ari script.
5898
5899 2001-04-01 Mark Kettenis <kettenis@gnu.org>
5900
5901 * i386-tdep.c (i386_extract_struct_value_address): New function.
5902 * config/i386/tm-i386.h (EXTRACT_STRUCT_VALUE_ADDRESS): Redefine
5903 in terms of i386_extract_struct_value_address.
5904 (i386_extract_struct_value_address): New prototype.
5905
5906 * i386-linux-nat.c (i386_linux_dr_get): Change type of return
5907 value to `unsigned long'. Change type of `value' to `unsigned
5908 long'.
5909 (i386_linux_dr_set): Change type of second argument to `unsigned
5910 long'.
5911 (i386_linux_dr_set_control): Change type of first argument to
5912 `unsigned long'.
5913 (i386_linux_dr_get_status): Change type of return value to
5914 unsigned long.
5915 * config/i386/nm-linux.h (i386_linux_dr_set_control,
5916 i386_linux_dr_get_status): Adjust prototypes accordingly.
5917
5918 2001-03-31 Kevin Buettner <kevinb@redhat.com>
5919
5920 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Change
5921 TRAP_HWBKPT constant to match that in the kernel headers for
5922 Linux/IA-64.
5923
5924 2001-03-31 Mark Kettenis <kettenis@gnu.org>
5925
5926 * i386bsd-nat.c: Include "gdb_assert.h".
5927 [HAVE_PT_GETDBREGS] (DBREG_DRX): Define if not
5928 already defined.
5929 [HAVE_PT_GETDBREGS] (i386bsd_dr_set, i386bsd_dr_set_control,
5930 i386bsd_dr_set_addr, i386bsd_dr_reset_addr,
5931 i386bsd_dr_get_status): New functions.
5932 * config/i386/nm-fbsd.h [HAVE_PT_GETDBREGS]
5933 (I386_USE_GENERIC_WATCHPOINTS): Define.
5934 Include "i386/nm-i386.h".
5935 (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
5936 I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
5937 (i386bsd_dr_set_control, i386bsd_dr_set_addr,
5938 i386bsd_dr_reset_addr, i386bsd_dr_get_status): New prototypes.
5939 * acconfig.h (HAVE_PT_GETDBREGS): New configure macro.
5940 * configure.in: Cleanup a few comments. Check for PT_GETDBREGS
5941 ptrace request.
5942 * config.in, configure: Regenerate.
5943
5944 * i386-nat.c (i386_insert_aligned_watchpoint): Set address
5945 register before enabling it by setting the control register.
5946 (i386_remove_aligned_watchpoint): Reset address register after
5947 disabling it by setting the control register.
5948
5949 * i386-tdep.c (i386_extract_return_value): If the type of the
5950 return value is TYPE_STRUCT and the number of fields is one, call
5951 ourselves with TYPE set tp the type of the first field.
5952 (i386_store_return_value): Likewise.
5953 This fixes a problem with returning structs consisting of a single
5954 `float' or `double' on *BSD.
5955
5956 2001-03-30 Mark Kettenis <kettenis@gnu.org>
5957
5958 * lin-lwp.c (lin_lwp_resume): Don't mark LWP as not stopped until
5959 we're absolutely sure we're going to resume it.
5960
5961 * thread-db.c (check_event): Don't report an error if we encounter
5962 a thread creation event for a thread that's already in the thread
5963 list, since that may legitemately happen. Instead only call
5964 attach_thread if it's not already in the thread list.
5965
5966 2001-03-28 Andrew Cagney <ac131313@redhat.com>
5967
5968 * config/pa/xm-hppah.h (malloc): Really delete declaration
5969 (MALLOC_INCOMPATIBLE): Really delete macro.
5970 * cli/cli-cmds.c (apropos_command): Use xcalloc.
5971
5972 2001-03-28 Andrew Cagney <ac131313@redhat.com>
5973
5974 * configure.in (build_warnings): Add -Wuninitialized.
5975 * configure: Regenerate.
5976
5977 * v850-tdep.c (v850_scan_prologue): Initialize ``insn2''.
5978 * sparc-tdep.c (sparc64_push_arguments): Add default case to
5979 switch.
5980 * sh-tdep.c (sh_do_fp_register): Replace ``?:'' printf format
5981 expression with if statement.
5982 * mn10200-tdep.c (mn10200_analyze_prologue): Initialize
5983 ``stack_size''.
5984 * mips-tdep.c (show_mipsfpu_command): Add default case to switch.
5985 (mips_dump_tdep): Fix setting of ef_mips_arch.
5986 * mcore-tdep.c (mcore_analyze_prologue): Initialize ``fp_regnum''.
5987 * dsrec.c (make_srec): Always initialize ``binbuf''.
5988 * monitor.c (monitor_read_memory_single): Do not pass an
5989 uninitialized buffer to monitor_error. Make ``i'' more local.
5990
5991 2001-03-28 Andrew Cagney <ac131313@redhat.com>
5992
5993 * MAINTAINERS: Change ns32k target to ,-Werror.
5994
5995 * ns32k-tdep.c: Include "gdbcore.h"
5996 (flip_bytes): Change first argument to void*. Add forward
5997 declaration.
5998 (sign_extend): Add declaration.
5999 (merlin_frame_num_args): Add final else clause to if-else chain.
6000 (umax_frame_num_args): Ditto.
6001 * config/ns32k/tm-umax.h (ns32k_localcount): Declare.
6002 (flip_bytes): Ditto.
6003
6004 2001-03-28 Mark Kettenis <kettenis@gnu.org>
6005
6006 * i386-linux-tdep.c (FRAMELESS_SIGNAL): Moved here from
6007 config/i386/nm-linux.h (including comment).
6008 (i386_linux_frame_chain): New function implementing guts of the
6009 former FRAME_CHAIN macro, but using read_memory_unsigned_integer
6010 instead of read_memory_integer.
6011 (i386_linux_frame_saved_pc): Removed doc pointing to
6012 i386/tm-linux.h for an explanation of FRAMELESS_SIGNAL since that
6013 now lives in this file.
6014 * config/i386/tm-linux.h (FRAMELESS_SIGNAL): Moved to
6015 i386-linux-tdep.c (including comment).
6016 (FRAME_CHAIN): Redefined in terms of i386_linux_frame_chain.
6017 (i386_linux_frame_chain): New prototype.
6018
6019 * gdbserver/low-linux.c [I386_GNULINUX_TARGET]: Cleanup code and
6020 make it work again.
6021 (NUM_FREGS): Redefine to 0.
6022 (NUM_REGS): Redefine as NUM_GREGS.
6023 (i386_register_byte, i386_register_raw_size): Update from
6024 i386-tdep.c. Add comment about their origin.
6025 (regmap, register_u_addr): Take these from i386-linux-nat.c.
6026 (i386_register_u_addr): Removed.
6027
6028 * i386-linux-nat.c (i386_linux_dr_get): Return 0 if ptrace call
6029 fails instead of calling perror_with_name. This should fix
6030 debugging remote i386 targets with a native Linux/x86 GDB. Add
6031 FIXME for this hack.
6032
6033 2001-03-19 J.T. Conklin <jtc@redback.com>
6034
6035 * arch-utils.c (#include "gdbthread.h"): Removed.
6036 (#include "symfile.h"): Removed.
6037 (XMALLOC): Removed unused macro.
6038 * breakpoint.c (tbreak_command): Removed local declaration.
6039 (awatch_command, do_enable_breakpoint, set_breakpoint_count):
6040 Remove duplicate declarations.
6041 (bpstat_should_step, bpstat_have_active_hw_watchpoints)
6042 (remove_solib_event_breakpoints): Fix indentation botch.
6043 * c-typeprint.c (#include "command.h"): Removed.
6044 (#include "gdbcmd.h"): Removed.
6045 * ch-exp.c (ch_terminal_match_float_literal, parse_expr)
6046 (parse_primval, parse_untyped_expr, parse_opt_untyped_expr):
6047 Removed duplicate declarations.
6048 * ch-typeprint.c (#include "command.h"): Removed.
6049 (#include "gdbcmd.h"): Removed.
6050 * corefile.c (#include "frame.h"): Removed
6051 (#include "symfile.h"): Removed.
6052 (#include "language.h"): Removed.
6053 * dbxread.c (#include "command.h"): Removed.
6054 * environ.c (#include "gdbcore.h"): Removed.
6055 * event-loop.c (#include "top.h"): Removed.
6056 * f-typeprint.c (#include "command.h"): Removed.
6057 (#include "gdbcmd.h"): Removed.
6058 (#include "language.h"): Removed.
6059 (#include "typeprint.h"): Removed.
6060 (#include "frame.h"): Removed.
6061 * gdbtypes.h (print_type_scalar): Removed declaration.
6062 * infcmd.c (#include "completer.h"): Removed.
6063 * language.c (#include "frame.h"): Removed.
6064 * m2-typeprint.c (#include "command.h"): Removed.
6065 (#include "gdbcmd.h"): Removed.
6066 (#include "language.h"): Removed.
6067 * m2-valprint.c (#include "valprint.h"): Removed.
6068 * p-typeprint.c (#include "command.h"): Removed.
6069 (#include "gdbcmd.h"): Removed.
6070 * p-valprint.c (#include "typeprint.h"): Removed.
6071 * parse.c (#include "linespec.h"): Removed.
6072 * regcache.c (#include "frame.h"): Removed.
6073 * remote.c (#include "frame.h"): Removed.
6074 (getpkt_sane): Make static.
6075 * source.c (#include "completer.h"): Removed.
6076 * stack.c (#include "symfile.h"): Removed.
6077 (#include "objfiles.h"): Removed.
6078 * symfile.c (#include "completer.h"): Removed.
6079 * tracepoint.c (#include "completer.h"): Removed.
6080 * values.c (#include "frame.h"): Removed.
6081 * varobj.c (#include "valprint.h"): Removed.
6082 * wrapper.c (#include "frame.h"): Removed.
6083
6084 * memattr.c (create_mem_region): Removed unused variable.
6085 * remote-nrom.c: Removed spurious semicolon after init_nrom_ops.
6086
6087 2001-03-27 Nick Clifton <nickc@redhat.com>
6088
6089 * remote-rdp.c (rdp_set_command_line): Add missing double quote.
6090
6091 2001-03-27 Kevin Buettner <kevinb@redhat.com>
6092
6093 * solib-aix5.c (build_so_lib_from_mapfile): Use xfree() instead
6094 of free().
6095
6096 2001-03-27 Eli Zaretskii <eliz@is.elta.co.il>
6097
6098 * TODO (Cleanups): Remove the item about converting docs to GFDL.
6099
6100 2001-03-26 Kevin Buettner <kevinb@redhat.com>
6101
6102 * ia64-tdep.c (slotN_contents, replace_slotN_contents): Change
6103 type of ``bundle'' from unsigned char * to char *.
6104 (ia64_get_saved_register): Use alloca() to allocate register
6105 buffers.
6106
6107 * solib-aix5.c (build_so_lib_from_mapfile): Fix xasprintf() usage.
6108
6109 2001-03-26 Kevin Buettner <kevinb@redhat.com>
6110
6111 * proc-utils.h (procfs_ctl_t): New typedef.
6112 * proc-api.c (write_with_trace): Change type of ``opcode'' from
6113 long to procfs_ctl_t. Don't assume that the target has defined
6114 BREAKPOINT. Handle case in which PCRESET is the same as PCUNSET.
6115 * proc-events.c (sys/syscall.h, sys/fault.h): Include conditionally.
6116 * procfs.c (sys/fault.h, sys/syscall.h): Include conditionally.
6117 (gdb_sigset_t, gdb_sigaction_t, gdb_siginfo_t, gdb_premptysysset)
6118 (gdb_praddsysset, gdb_prdelsysset, gdb_pr_issyssetmember):
6119 Conditionally define as appropriate for AIX/non-AIX systems. Use
6120 these defines/typedefs as appropriate elsewhere in file.
6121 (struct procinfo): Change type of saved_sigset and saved_sighold
6122 from sigset_t to gdb_sigset_t. Make saved_exitset and
6123 saved_entryset pointer variables. Add two new fields, num_syscalls
6124 and syscall_names.
6125 (DYNAMIC_SYSCALLS): Define when HAVE_PRSYSENT_T is defined.
6126 (sysset_t_size, sysset_t_alloc): New functions.
6127 (load_syscalls, free_syscalls, find_syscall): New functions for
6128 platforms which define DYNAMIC_SYSCALLS.
6129 (create_procinfo): Call load_syscalls.
6130 (destroy_one_procinfo): Call free_syscalls.
6131 (GDBRESET): Don't define twice.
6132 (proc_modify_flag): Change type of operation code array `arg'
6133 from long to procfs_ctl_t.
6134 (proc_stop_process, proc_wait_for_stop, proc_run_process)
6135 (proc_set_traced_signals, proc_set_traced_faults)
6136 (proc_set_traced_sysentry, proc_set_traced_sysexit)
6137 (proc_set_held_signals, proc_clear_current_fault)
6138 (proc_set_current_signal, proc_clear_current_signal, proc_set_gregs)
6139 (proc_set_fpregs, proc_kill, proc_set_watchpoint): Likewise for `cmd'.
6140 (proc_set_traced_sysentry): Dynamically allocate variable sized
6141 struct gdb_proc_ctl_pcsentry. Also, free it at function exit.
6142 (proc_set_traced_sysexit): Dynamically allocate variable
6143 sized struct gdb_proc_ctl_pcsexit. Also, free it at
6144 function exit.
6145 (proc_get_traced_sysentry, proc_get_traced_sysexit): Add new code
6146 for reading the sysset_t struct on AIX5.
6147 (procfs_debug_inferior): Don't assume that SYS_exit will be
6148 defined. Add new code for finding certain syscalls on AIX5.
6149 (syscall_is_lwp_exit, syscall_is_exit, syscall_is_exec)
6150 (syscall_is_lwp_create): New functions.
6151 (procfs_wait): Restructured code which checks for certain
6152 system calls to use the new syscall_is_... functions.
6153 (procfs_notice_signals): Account for the fact that saved_entryset
6154 and saved_exitset in struct procinfo are now pointers.
6155
6156 2001-03-26 Kevin Buettner <kevinb@redhat.com>
6157
6158 * symtab.c (find_pc_sect_line): Revise method used for finding
6159 the ending pc.
6160
6161 2001-03-26 Mark Kettenis <kettenis@gnu.org>
6162
6163 * i386-linux-tdep.c (i386_linux_sigtramp_saved_pc,
6164 i386_linux_sigtramp_saved_sp): Make static.
6165 (i386_linux_frame_saved_pc): New function based on the old
6166 FRAME_SAVED_PC macro, but use read_memory_unsigned_integer instead
6167 of read_memory_integer.
6168 * config/i386/tm-linux.h (sigtramp_saved_pc): Remove definition.
6169 (i386_linux_sigtramp_saved_pc): Remove prototype.
6170 (FRAME_SAVED_PC): Redefine in terms of i386_linux_frame_saved_pc.
6171 (i386_linux_frame_saved_pc): New prototype.
6172
6173 2001-03-26 Andrew Cagney <ac131313@redhat.com>
6174
6175 * MAINTAINERS: Document m88k as a ``Known problem in 5.1''.
6176 * TODO (GDB 5.1 - Cleanups): Update.
6177
6178 2001-03-26 Andrew Cagney <ac131313@redhat.com>
6179
6180 * fork-child.c (clone_and_follow_inferior): Delete #ifdef
6181 HAVE_VFORK.
6182
6183 2001-03-26 Mark Kettenis <kettenis@gnu.org>
6184
6185 * config/i386/tm-symmetry.h (PUSH_ARGUMENTS): #undef.
6186
6187 * i386-tdep.c (i386_push_arguments, i386_store_struct_return): New
6188 functions.
6189 * config/i386/tm-i386.h (PUSH_ARGUMENTS): New macro.
6190 (STORE_STRUCT_RETURN): Redefine in terms of
6191 i386_store_struct_return.
6192 (i386_push_arguments, i386_store_struct_return): New prototypes.
6193 * config/i386/tm-i386v.h (STORE_STRUCT_RETURN): Remove. It's
6194 definition was identical to the definition in "i386/tm-i386.h" so
6195 the new definition should suffice too.
6196
6197 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
6198
6199 * event-loop.c (toplevel) [!HAVE_POLL] [NO_FD_SET]: Remove unused
6200 definitions for SELECT, NBBY, FD_SETSIZE, NFDBITS, and MASK_SIZE.
6201
6202 * config/djgpp/djconfig.sh: Add copyright notice.
6203
6204 * ser-go32.c (rawclock): Remove prototype; include time.h instead.
6205 (ISR, dos_hookirq, isr_t): Convert K&R definition to ANSI C.
6206 (top level) <string.h>: Include gdb_string.h instead.
6207 (dos_noop, dos_raw, dos_noflush_set_tty_state)
6208 (dos_print_tty_state, dos_info): Remove ATTRIBUTE_UNUSED.
6209
6210 * go32-nat.c (go32_create_inferior): Move the declaration of
6211 `environ' to here from the top level.
6212 (top level) <_initialize_go32_nat>: Remove redundant prototype.
6213 <gdb_string.h>: Include it instead of string.h.
6214 (store_register): Call register_buffer instead of accessing
6215 registers[] directly.
6216 (redir_cmdline_delete, redir_cmdline_parse, redir_to_debugger)
6217 (redir_to_debugger, redir_debug_init) [__DJGPP_MINOR__ < 3]: Put
6218 the function names at the start of the line.
6219 (go32_set_dr): Throw internal_error if the argument is not a valid
6220 debug register number.
6221 (go32_open, go32_close, go32_attach, go32_detach, go32_resume)
6222 (go32_wait, go32_xfer_memory, go32_files_info)
6223 (go32_terminal_info): Remove ATTRIBUTE_UNUSED.
6224
6225 2001-03-25 Jim Blandy <jimb@redhat.com>
6226
6227 * mips-tdep.c (mips_gdbarch_init): Tweak indentation.
6228
6229 2001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6230
6231 From Andrew Cagney <ac131313@redhat.com>
6232
6233 * coffread.c: Include "gdb_assert.h".
6234 (coff_symtab_read): Cast the integer s_sclass to a long before
6235 casting it to a pointer.
6236
6237 2001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6238
6239 From Andrew Cagney <ac131313@redhat.com>
6240
6241 * coffread.c (coff_symtab_read): Initialize
6242 ``fcn_first_line_addr''. Check that the ``.bf'' always preceeds
6243 the ``.ef'' info.
6244 * dbxread.c (find_text_range): Initialize ``start'' and ``end''.
6245
6246 2001-03-23 Andrew Cagney <ac131313@redhat.com>
6247
6248 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade to
6249 GDB_MULTI_ARCH_PARTIAL from two. SOFTWARE_SINGLE_STEP is not
6250 multi-arch.
6251
6252 * gdbarch.sh (SOFTWARE_SINGLE_STEP): Add.
6253 * gdbarch.h, gdbarch.c: Re-generate.
6254
6255 * target.h (SOFTWARE_SINGLE_STEP_P)
6256 (SOFTWARE_SINGLE_STEP): Delete macro definitions.
6257
6258 2001-03-23 Andrew Cagney <ac131313@redhat.com>
6259
6260 * gdbarch.sh (gdbarch_register_read, gdbarch_register_write): Add.
6261 * gdbarch.h, gdbarch.c: Regenerate.
6262
6263 * regcache.h (regcache_read, regcache_write): Declare.
6264 (registers, register_valid, register_buffer): Add note that these
6265 interfaces are deprecated.
6266
6267 * regcache.c: Include "gdb_assert.h".
6268 (legacy_write_register_gen): Rename write_register_gen.
6269 (legacy_read_register_gen): Rename read_register_gen.
6270 (regcache_read, regcache_write): New function.
6271 (read_register_gen, write_register_gen): New function.
6272 (write_register): Simplify. Use write_register_gen.
6273 (read_register): Ditto using read_register_gen.
6274 (read_signed_register): Ditto.
6275 (read_register_bytes): Ditto!!!!
6276 (supply_register): Add note that CLEANUP_REGISTER_VALUE is being
6277 replaced by gdbarch_register_read.
6278
6279 * TODO (GDB 5.2 - Cleanups): Add list of gdbarch methods to
6280 deprecate.
6281
6282 2001-03-23 Jim Blandy <jimb@redhat.com>
6283
6284 Fix from Dan Berlin:
6285
6286 * stabsread.c (read_cpp_abbrev): Properly construct the names of
6287 virtual function table pointer fields.
6288
6289 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6290
6291 * defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree, xmmalloc,
6292 xmrealloc): Move existing declarations to the one place and
6293 re-order to be consistent.
6294 (xmcalloc, xmfree): Declare.
6295 (xmmalloc, xmrealoc): Assume ISO-C - use size_t and void* in
6296 declaration.
6297
6298 * utils.c (size_t): Delete #ifdef defining size_t.
6299 (mmalloc, mrealloc, mcalloc, mfree): Re-order.
6300 (mmalloc, mrealloc, mcalloc): Document as only calls in GDB
6301 corresponding malloc, realloc, calloc.
6302 (mfree): Call free directly.
6303 (xmmalloc, xmrealloc): Clean up. Assume ISO-C.
6304 (xmcalloc, xmfree): New functions. Copy old xcalloc and xfree
6305 function bodies to here.
6306 (xcalloc, xfree): Call xmcalloc and xmfree respectfully.
6307
6308 2001-03-23 Andrew Cagney <ac131313@redhat.com>
6309
6310 * fork-child.c (fork_inferior): Make ``argv'', ``exec_file'' and
6311 ``shell_file'' static locals.
6312
6313 * jv-lang.c (java_link_class_type): Initialize ``field'' and
6314 ``method''.
6315
6316 * jv-valprint.c (java_value_print): Initialize ``next_element''.
6317
6318 2001-03-23 Mark Kettenis <kettenis@gnu.org>
6319
6320 * config/i386/nm-i386.h: Fix formatting and change reference to
6321 i386-tdep.c to i386-nat.c.
6322
6323 2001-03-23 David Smith <dsmith@redhat.com>
6324
6325 * configure.in: Corrected spelling errors.
6326 * configure: Regenerated.
6327
6328 2001-03-22 Andrew Cagney <ac131313@redhat.com>
6329
6330 * TODO (GDB 5.1 - Cleanups): Add more targets to obsolete.
6331
6332 2001-03-22 Andrew Cagney <ac131313@redhat.com>
6333
6334 * Makefile.in (NTSSTART): Delete.
6335 (NTSOBS): Delete.
6336 (kdb): Delete target.
6337 * kdb-start.c, stuff.c: Mark as obsolete.
6338 * NEWS: Update.
6339
6340 2001-03-22 Andrew Cagney <ac131313@redhat.com>
6341
6342 * config/pa/xm-hppah.h (HPPA_COMPILER_BUG): Delete. GDB only
6343 compiles using an ISO-C compiler.
6344 (MALLOC_INCOMPATIBLE): Ditto.
6345 * linespec.c (decode_line_1): Delete hack to work around
6346 HPPA_COMPILER_BUG.
6347
6348 2001-03-22 Andrew Cagney <ac131313@redhat.com>
6349
6350 * exec.c (xfer_memory): Always initialize section.
6351 * infrun.c (normal_stop): Always initialize source_flag.
6352
6353 2001-03-22 Andrew Cagney <ac131313@redhat.com>
6354
6355 * TODO (Remote Protocol Support): Review. Add notes about ``!'',
6356 non-use of a continue address and typical use of ``q'' packet.
6357
6358 2001-03-22 Eli Zaretskii <eliz@is.elta.co.il>
6359
6360 Make DJGPP use the new unified support for hardware
6361 breakpoints and watchpoints on x86 targets:
6362
6363 * config/i386/nm-go32.h <top level>: Don't include nm-i386v.h,
6364 include nm-i386.h instead.
6365 (TARGET_HAS_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT)
6366 (TARGET_CAN_USE_HARDWARE_WATCHPOINT, STOPPED_BY_WATCHPOINT)
6367 (TARGET_REGION_OK_FOR_HW_WATCHPOINT, DECR_PC_AFTER_HW_BREAK)
6368 (target_stopped_data_address, target_insert_watchpoint)
6369 (target_remove_watchpoint, target_insert_hw_breakpoint)
6370 (target_remove_hw_breakpoint): Don't define.
6371 (I386_USE_GENERIC_WATCHPOINTS, I386_DR_LOW_SET_CONTROL)
6372 (I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR)
6373 (I386_DR_LOW_GET_STATUS): Define to call appropriate go32_*
6374 functions from go32-nat.c.
6375
6376 * config/i386/go32.mh (NATDEPFILES): Add i386-nat.o.
6377
6378 * go32-nat.c <top level>: Remove prototypes for watchpoint-
6379 related functions. Remove definitions of watchpoint-related
6380 macros.
6381 (go32_mourn_inferior): Call i386_cleanup_dregs instead of the
6382 private cleanup_dregs function.
6383 (cleanup_dregs, go32_insert_watchpoint)
6384 (go32_insert_aligned_watchpoint, go32_handle_nonaligned_watchpoint)
6385 (go32_remove_watchpoint, go32_remove_aligned_watchpoint)
6386 (go32_region_ok_for_watchpoint, go32_stopped_by_watchpoint)
6387 (go32_remove_hw_breakpoint, go32_insert_hw_breakpoint): Remove.
6388 (go32_set_dr, go32_set_dr7, go32_get_dr6): New functions.
6389
6390 2001-03-21 Kevin Buettner <kevinb@redhat.com>
6391
6392 * ia64-tdep.c (fetch_instruction): Warn about slot numbers greater
6393 than two instead of generating an error.
6394
6395 2001-03-21 Jim Blandy <jimb@redhat.com>
6396
6397 * cp-valprint.c: Reformat to bring into line with GNU coding
6398 standards.
6399
6400 2001-03-21 Mark Kettenis <kettenis@gnu.org>
6401
6402 Make Linux use the new unified support for hardware breakpoints
6403 and watchpoints on x86 targets.
6404 * i386-linux-nat.c: Doc fixes. Include "gdb_assert.h".
6405 [HAVE_SYS_DEBUGREG_H]: Include <sys/debugreg.h>.
6406 (DR_FIRSTADDR, DR_LASTADDR, DR_STATUS, DR_CONTROL): Define to
6407 appropriate value if not already defined.
6408 (register_u_addr): New function.
6409 (kernel_u_size): New function.
6410 (i386_linux_dr_get, i386_linux_dr_set): New functions.
6411 (i386_linux_dr_set_control, i386_linux_dr_set_addr,
6412 i386_linux_reset_addr, i386_linux_dr_get_status): New functions.
6413 * config/i386/nm-linux.h: Don't include "nm-i386v.h".
6414 (I386_USE_GENERIC_WATCHPOINTS): Define and include "nm-i386.h".
6415 (TARGET_HAS_HARDWARE_WATCHPOINTS,
6416 TARGET_CAN_USE_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT,
6417 STOPPED_BY_WATCHPOINT, target_insert_watchpoint,
6418 target_remove_watchpoint): Remove macros.
6419 (i386_stopped_by_watchpoint, i386_insert_watchpoint,
6420 i386_remove_watchpoint): Remove prototypes.
6421 (register_u_addr): New prototype.
6422 (REGISTER_U_ADDR): Define in terms of register_u_addr.
6423 (i386_linux_dr_set_control, i386_linux_dr_set_addr,
6424 i386_linux_reset_addr, i386_linux_dr_get_status): New prototypes.
6425 (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
6426 I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
6427 * config/i386/linux.mh (NATDEPFILES): Replace i386v-nat.o with
6428 i386-nat.o.
6429
6430 2001-03-21 Jim Blandy <jimb@redhat.com>
6431
6432 Fix from Dan Berlin:
6433
6434 * linespec.c (find_methods): Whitespace differences aren't
6435 significant in *un*mangled method names. Use strcmp_iw to compare
6436 them, not STREQ.
6437
6438 2001-03-21 Andrew Cagney <ac131313@redhat.com>
6439
6440 * gdbarch.sh: Allow a non- multi-arch target to override a
6441 predicate.
6442 * gdbarch.h: Regenerate.
6443
6444 2001-03-21 Andrew Cagney <ac131313@redhat.com>
6445
6446 * gdbarch.sh: Avoid use of ``!''.
6447
6448 2001-03-20 Andrew Cagney <ac131313@redhat.com>
6449
6450 * target.h (enum target_signal): Move definition from here.
6451 * defs.h (enum target_signal): To here.
6452
6453 * config/arc/tm-arc.h (arc_software_single_step): Change type of
6454 first parameter to enum target_signal.
6455 * config/rs6000/tm-rs6000.h (rs6000_software_single_step): Ditto.
6456 * config/sparc/tm-sparc.h (sparc_software_single_step): Ditto.
6457 * rs6000-tdep.c (rs6000_software_single_step): Update.
6458
6459 2001-03-20 Andrew Cagney <ac131313@redhat.com>
6460
6461 * frame.h (SIZEOF_FRAME_SAVED_REGS): Report an error if macro
6462 already defined.
6463
6464 From 2000-08-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
6465 * stabsread.c (define_symbol): A parameter ('R'), a local ('r'),
6466 or a reference ('a') can be in a pseudo register.
6467 * infcmd.c (do_registers_info): Must take into account the pseudo
6468 registers to print their value.
6469 (registers_info): Likewise.
6470 * stack.c (frame_info): Likewise.
6471 * frame.h (SIZEOF_FRAME_SAVED_REGS): Save the pseudo registers.
6472
6473 2001-03-21 Eli Zaretskii <eliz@is.elta.co.il>
6474
6475 Unified support for hardware breakpoints and watchpoints on
6476 x86 targets:
6477
6478 * config/i386/nm-i386.h: New file.
6479
6480 * config/i386/nm-i386.h: (i386_cleanup_dregs)
6481 (i386_insert_watchpoint, i386_remove_watchpoint)
6482 (i386_region_ok_for_watchpoint, i386_stopped_by_hwbp)
6483 (i386_stopped_data_address, i386_insert_hw_breakpoint)
6484 (i386_remove_hw_breakpoint): Declare prototypes.
6485 [I386_USE_GENERIC_WATCHPOINTS] (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
6486 Define if not already defined.
6487 (TARGET_REGION_OK_FOR_HW_WATCHPOINT, HAVE_CONTINUABLE_WATCHPOINT)
6488 (STOPPED_BY_WATCHPOINT, target_stopped_data_address)
6489 (target_insert_watchpoint, target_remove_watchpoint)
6490 (target_insert_hw_breakpoint, target_remove_hw_breakpoint): Define
6491 to call the appropriate i386_* functions.
6492
6493 * i386-nat.c: New file.
6494
6495 * i386-nat.c (I386_DR_CONTROL_MASK, I386_DR_LOCAL_ENABLE)
6496 (I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN)
6497 (I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): New macros.
6498 (dr_mirror, dr_status_mirror, dr_control_mirror, dr_ref_count)
6499 (maint_show_dr): New variables.
6500 (i386_cleanup_dregs, i386_show_dr, i386_length_and_rw_bits)
6501 (i386_insert_aligned_watchpoint, i386_remove_aligned_watchpoint)
6502 (i386_handle_nonaligned_watchpoint, i386_insert_watchpoint)
6503 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
6504 (i386_stopped_data_address, i386_stopped_by_hwbp)
6505 (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): New
6506 functions.
6507 (_initialize_i386_nat): New function.
6508 [I386_USE_GENERIC_WATCHPOINTS]: Add new maint command
6509 `show-debug-regs', sets maint_show_dr to non-zero value and
6510 activates debugging print-outs in functions which insert, remove,
6511 and test watchpoints and hardware breakpoints.
6512
6513 * Makefile.in (i386-nat.o): New target.
6514 (ALLDEPFILES): Add i386-nat.o.
6515
6516 2001-03-21 Mark Kettenis <kettenis@gnu.org>
6517
6518 * i386-tdep.c: Add back _initialize_i386_tdep prototype with
6519 appropriate comment.
6520
6521 2001-03-20 Kevin Buettner <kevinb@redhat.com>
6522
6523 * config/alpha/alpha-linux.mh (NATDEPFILES): Use proc-service.o,
6524 thread-db.o, and lin-lwp.o for thread support instead of
6525 linux-thread.o and lin-thread.o.
6526 * config/alpha/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS)
6527 (ATTACH_LWP): Define to use the following lin-lwp.c functions...
6528 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals)
6529 (lin_lwp_attach_lwp): Declare.
6530
6531 2001-03-20 Jim Blandy <jimb@redhat.com>
6532
6533 Fix from Dan Berlin:
6534
6535 * Makefile.in: Clean up dependencies on ../include/demangle.h.
6536 (demangle_h): New variable.
6537 (jv-typeprint.o, jv-valprint.o, linespec.o): Use it.
6538
6539 2001-03-20 Andrew Cagney <ac131313@redhat.com>
6540
6541 * target.h (SOFTWARE_SINGLE_STEP_P): Add empty parameter list.
6542 * breakpoint.c (bpstat_stop_status): Update.
6543 * infrun.c (handle_inferior_event): Ditto.
6544 * mips-tdep.c (mips_dump_tdep): Ditto.
6545 * infrun.c (resume): Ditto.
6546 * infptrace.c (child_resume): Ditto.
6547 * config/mips/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6548 * config/sh/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6549 * config/sparc/tm-sparc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6550 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6551 * config/arm/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6552 * config/arc/tm-arc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6553 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6554
6555 2001-03-20 Andrew Cagney <ac131313@redhat.com>
6556
6557 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Replace abort
6558 with internal_error.
6559
6560 2001-03-20 Jim Blandy <jimb@redhat.com>
6561
6562 Fix from Dan Berlin:
6563
6564 * linespec.c (find_methods): Just call CHECK_TYPEDEF on t, rather
6565 than asking for sym_class's type; that's circuitous. Remove
6566 sym_class, since the last use of it is gone.
6567
6568 2001-03-20 Eli Zaretskii <eliz@is.elta.co.il>
6569
6570 * breakpoint.c (print_it_typical) <bp_access_watchpoint> [UI_OUT]:
6571 Correct the order of calls to ui_out_field_string and
6572 ui_out_list_begin when bs->old_val is NULL.
6573
6574 2001-03-19 Kevin Buettner <kevinb@redhat.com>
6575
6576 * configure.in (AC_CHECK_HEADERS): Check for existence of nlist.h.
6577 * configure: Regenerate.
6578 * config.in: Regenerate.
6579 * solib-legacy.c (nlist.h): Include if HAVE_NLIST_H is defined.
6580
6581 2001-03-19 Kevin Buettner <kevinb@redhat.com>
6582
6583 * config/i386/i386v42mp.mh (NATDEPFILES): List all files on
6584 same line to avoid problems with Unixware 7's make when building
6585 a cross debugger.
6586
6587 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6588
6589 * defs.h (malloc): Move declaration from here.
6590 * utils.c (malloc): To here.
6591 * config/pa/xm-hppah.h (malloc): Delete declaration.
6592
6593 * gnu-nat.c (make_proc): Use xmalloc instead of malloc.
6594 * hp-psymtab-read.c (hpread_call_pxdb): Ditto.
6595 (hpread_quick_traverse): Ditto.
6596 * infttrace.c (create_thread_info): Ditto.
6597 (kill_inferior): Ditto.
6598 * gnu-nat.c (make_inf): Ditto, and don't check return value.
6599 * procfs.c (proc_update_threads): Ditto.
6600 * valprint.c (print_decimal_chars): Ditto.
6601 * gdbtypes.c (cfront_mangle_name): Use xasprintf instead of
6602 malloc and sprintf.
6603 * remote-rdp.c (rdp_set_command_line): Ditto.
6604
6605 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6606
6607 * defs.h (realloc): Move declaration from here.
6608 * utils.c (realloc): To here.
6609 * config/pa/xm-hppah.h (realloc): Delete declaration.
6610 * lin-thread.c (insert_thread): Use xrealloc instead of realloc.
6611 * symfile.c (add_filename_language): Ditto.
6612 * event-loop.c (create_file_handler): Ditto.
6613
6614 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6615
6616 * defs.h (free): Move declaration from here.
6617 * utils.c (free): To here.
6618 (xfree): Document as the only call to free().
6619 * config/pa/xm-hppah.h (free): Delete declaration.
6620
6621 2001-03-19 Kevin Buettner <kevinb@redhat.com>
6622
6623 * config/ia64/linux.mh (NATDEPFILES): Add proc-service.o to
6624 this list.
6625
6626 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6627
6628 * eval.c (evaluate_subexp): Remove #ifdef __STDC__ and ``inline''.
6629 * config/mips/xm-mips.h (offsetof): Define when !GNUC not !STDC.
6630 * cli/cli-cmds.c (init_cli_cmds): Remove #ifdef __STDC__
6631
6632 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6633
6634 * TODO: List known problems with TUI.
6635
6636 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6637
6638 * MAINTAINERS: Jimmy Guo stepped down as a maintiner (TUI,
6639 gdb.hp).
6640
6641 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6642
6643 * remote.c (remote_cisco_section_offsets): Do not cast result from
6644 bfd_get_section_name.
6645 (compare_sections_command): Ditto.
6646 (remote_cisco_section_offsets): Make ``p'' a const pointer.
6647 (compare_sections_command): Ditto for ``sectname''.
6648
6649 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6650
6651 From Mon Nov 20 13:59:29 2000 Andrew Cagney <cagney@b1.cygnus.com>:
6652 * valops.c (hand_function_call): Simplify computation of the
6653 address of the pushed argument.
6654
6655 2001-03-17 Andrew Cagney <ac131313@redhat.com>
6656
6657 * p-exp.y (parse_number): Avoid shift overflow when ``long''.
6658 Code copied from c-exp.y.
6659
6660 2001-03-18 Kevin Buettner <kevinb@redhat.com>
6661
6662 * acconfig.h (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
6663 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
6664 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New configure macros.
6665 * configure.in (HAVE_STRUCT_LINK_MAP32): Move this test out
6666 of the Solaris procfs testing section. Instead, group with...
6667 (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
6668 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
6669 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New <link.h> tests.
6670 * configure: Regenerate.
6671 * config.in: Regenerate.
6672
6673 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Use
6674 new configure macros to choose which (if any) code to
6675 compile in. Added code to explicitly handle *BSD systems;
6676 these systems were previously handled only through macro
6677 redefinition. Also, due to the way the autoconf tests are set
6678 up, this function will no longer return a non-zero value when
6679 GDB is configured as a cross debugger. I.e, cross debuggers
6680 will no longer be able to "accidentally" get the host system's
6681 link map offsets.
6682
6683 2001-03-18 Kevin Buettner <kevinb@redhat.com>
6684
6685 * config/i386/nbsd.mh (NATDEPFILES): List all files on the same
6686 line to avoid build problem on NetBSD 1.4.
6687
6688 2001-03-17 Michael Chastain <chastain@redhat.com>
6689
6690 * win32-nat.c (child_attach): check args for NULL before passing
6691 to strtoul. This fixes PR gdb/43.
6692
6693 2001-03-17 Mark Kettenis <kettenis@gnu.org>
6694
6695 * i387-nat.h: Doc Fix.
6696
6697 * i386-tdep.c: Fix formatting.
6698 (i386_get_frame_setup, i386_follow_jump, codestream_read,
6699 codestream_seek, codestream_fill, skip_trampoline_code,
6700 gdb_print_insn_i386, _initialize_i386_tdep): Remove redundant
6701 prototypoes.
6702
6703 2001-03-17 Mark Kettenis <kettenis@gnu.org>
6704
6705 * config/i386/tm-linux.h (TARGET_ANALYZE_FLOATING): Remove. It's
6706 no longer used. Also remove associated FIXME.
6707
6708 2001-03-16 Andrew Cagney <ac131313@redhat.com>
6709
6710 * gdbarch.sh: Add classes ``m'' and ``M'' for pure multi-arch. Do
6711 not generate macro wrappers for multi-arch functions or
6712 predicates.
6713 (class_is_info_p, class_is_predicate_p): Update.
6714 (class_is_function_p, class_is_variable_p): Ditto.
6715 (class_is_multiarch_p): New class function.
6716
6717 2001-03-16 J.T. Conklin <jtc@redback.com>
6718
6719 * config/h8300/tm-h8300.h (FRAME_ARGS_ADDRESS): Changed to use
6720 h8300_frame_args_address from frame_args_address.
6721 (FRAME_LOCALS_ADDRESS): Changed to use h8300_frame_locals_address
6722 from frame_locals_address.
6723 (PRINT_REGISTER_HOOK): Changed to use h8300_print_register_hook
6724 from print_register_hook.
6725 (h8300_frame_args_address): Declare.
6726 (h8300_frame_find_saved_regs): Declare.
6727 (h8300_frame_locals_address): Declare.
6728 (h8300_frame_saved_pc): Declare.
6729 (h8300_pop_frame): Declare.
6730 (h8300_print_register_hook): Declare.
6731 * h8300-tdep.c (h8300_frame_find_saved_regs): Removed declaration.
6732 (h8300_frame_args_address): Renamed from frame_args_address.
6733 (h8300_frame_locals_address): Renamed from frame_locals_address.
6734 (h8300_pop_frame): Renamed from pop_frame.
6735 (h8300_print_register_hook): Renamed from print_register_hook.
6736
6737 2001-03-16 Kevin Buettner <kevinb@redhat.com>
6738
6739 * solib-svr4.c (bfd_lookup_symbol): Change type of
6740 ``storage_needed'' from unsigned int to long in order to
6741 match return type of bfd_get_symtab_upper_bound() and
6742 bfd_get_dynamic_symtab_upper_bound().
6743 * solib-aix5.c (bfd_lookup_symbol): Likewise. Also, eliminate
6744 REASONABLE_LIMIT hack which had been added to work around this
6745 problem.
6746
6747 2001-03-15 Kevin Buettner <kevinb@redhat.com>
6748
6749 * solib-aix5.c (bfd_lookup_symbol, build_so_list_from_mapfile)
6750 (aix5_relocate_main_executable, aix5_clear_solib): Replace calls
6751 to free() with calls to xfree().
6752 (bfd_lookup_symbol): Eliminate use of PTR.
6753 (build_so_list_from_mapfile): Use xasprintf() instead of sprintf().
6754
6755 2001-03-15 Martin Hunt <hunt@redhat.com>
6756
6757 * linespec.c (decode_line_1): Remove trailing quote
6758 when parsing double quotes.
6759
6760 2001-03-15 Kevin Buettner <kevinb@redhat.com>
6761
6762 * uw-thread.c (read_thr_debug, read_map, read_lwp, thread_iter)
6763 (libthread_stub, libthread_init): Pass NULL for the mem_attrib
6764 argument in the to_xfer_memory calls.
6765
6766 2001-03-15 Andrew Cagney <ac131313@redhat.com>
6767
6768 * MAINTAINERS: Fix typo - w65 not w64. Still doesn't build.
6769 * TODO (GDB 5.1 - Cleanups): Add status of targets being obsoleted.
6770
6771 2001-03-15 Andrew Cagney <ac131313@redhat.com>
6772
6773 * wince.c (child_xfer_memory): Add attrib parameter.
6774 * symm-nat.c (child_xfer_memory): Ditto.
6775 * mac-nat.c (child_xfer_memory): Ditto.
6776 * infttrace.c (child_xfer_memory): Ditto.
6777 * procfs.c (procfs_xfer_memory): Ditto.
6778 * lin-thread.c (thread_db_xfer_memory): Ditto.
6779 * gnu-nat.c (gnu_xfer_memory): Ditto.
6780
6781 2001-03-14 Andrew Cagney <ac131313@redhat.com>
6782
6783 * NEWS: Mention that Harris/CXUX m88k is obsolete.
6784
6785 2001-03-13 Andrew Cagney <ac131313@redhat.com>
6786
6787 * config/mips/tm-mips.h: Include "regcache.h" for macros refering
6788 to regcache functions.
6789 * config/m68k/tm-m68k.h: Ditto.
6790 * config/i386/tm-i386v.h: Ditto.
6791 * config/mcore/tm-mcore.h: Ditto.
6792 * config/m88k/tm-m88k.h: Ditto.
6793 * config/m68k/tm-news.h: Ditto.
6794 * config/m68k/tm-linux.h: Ditto.
6795 * config/m68k/tm-delta68.h: Ditto.
6796 * config/m68k/nm-sun3.h: Ditto.
6797 * config/m32r/tm-m32r.h: Ditto.
6798 * config/i386/tm-symmetry.h: Ditto.
6799 * config/i386/tm-sun386.h: Ditto.
6800 * config/i386/tm-i386.h: Ditto.
6801 * config/i386/nm-symmetry.h: Ditto.
6802 * config/i386/nm-sun386.h: Ditto.
6803 * config/i386/nm-ptx4.h: Ditto.
6804 * config/i386/nm-i386mach.h: Ditto.
6805 * config/h8500/tm-h8500.h: Ditto.
6806 * config/h8300/tm-h8300.h: Ditto.
6807 * config/fr30/tm-fr30.h: Ditto.
6808 * config/d30v/tm-d30v.h: Ditto.
6809 * config/arm/tm-arm.h: Ditto.
6810 * config/arc/tm-arc.h: Ditto.
6811 * config/alpha/tm-alpha.h: Ditto.
6812 * config/a29k/tm-vx29k.h: Ditto.
6813 * config/a29k/tm-a29k.h: Ditto.
6814 * config/w65/tm-w65.h: Ditto.
6815 * config/vax/tm-vax.h: Ditto.
6816 * config/v850/tm-v850.h: Ditto.
6817 * config/tic80/tm-tic80.h: Ditto.
6818 * config/sparc/tm-sparclite.h: Ditto.
6819 * config/sparc/tm-sparclet.h: Ditto.
6820 * config/sparc/tm-sparc.h: Ditto.
6821 * config/sparc/nm-sun4sol2.h: Ditto.
6822 * config/sparc/nm-sun4os4.h: Ditto.
6823 * config/sparc/nm-nbsd.h: Ditto.
6824 * config/powerpc/nm-solaris.h: Ditto.
6825 * config/pa/tm-hppao.h: Ditto.
6826 * config/pa/tm-hppa.h: Ditto.
6827 * config/pa/nm-hppab.h: Ditto.
6828 * config/ns32k/tm-umax.h: Ditto.
6829 * config/ns32k/tm-merlin.h: Ditto.
6830 * config/nm-m3.h: Ditto.
6831 * config/nm-gnu.h: Ditto.
6832
6833 2001-03-14 Andrew Cagney <ac131313@redhat.com>
6834
6835 * MAINTAINERS: Update list of targets. Mark arm-* and v850-elf as
6836 broken. Mark sh-*, ia64-linux and ns32k-netbsd as buildable.
6837 Specify an m88k target. Include sample GAWK script to generate
6838 target list. Delete non-existant romp target.
6839 * TODO (GDB 5.1 - Cleanups): Update.
6840
6841 2001-03-14 Keith Seitz <keiths@cygnus.com>
6842
6843 * linespec.c (decode_line_1): Skip argptr over a leading
6844 double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes.
6845
6846 2001-03-14 Kevin Buettner <kevinb@redhat.com>
6847
6848 * config/djgpp/fnchange.lst (ia64-aix-nat.c): Add entry.
6849
6850 2001-03-13 Andrew Cagney <ac131313@redhat.com>
6851
6852 * ui-out.h: Remove #if __STDC__, assume an ISO-C compiler.
6853 * m3-nat.c: Ditto.
6854 * p-lang.h: Ditto.
6855 * printcmd.c (printf_command): Ditto.
6856 * ch-exp.c (match_integer_literal): Ditto.
6857 * scm-tags.h: Ditto.
6858 * ser-go32.c: Ditto.
6859 * hppa-tdep.c (unwind_command): Ditto.
6860 * defs.h (volatile): Delete macro definition. Assume __STDC__.
6861 * remote-adapt.c (volatile): Ditto.
6862 * remote-eb.c (volatile): Ditto.
6863 * remote-mm.c (volatile): Ditto.
6864 * defs.h (alloca): Assume __STDC__, declare returning void *.
6865
6866 2001-03-08 Andrew Cagney <ac131313@redhat.com>
6867
6868 * inferior.h (ARCH_NUM_REGS): Delete definition.
6869 * stack.c (frame_info): Use NUM_REGS, not ARCH_NUM_REGS.
6870 * regcache.c (registers_changed): Ditto.
6871 (registers_fetched): Ditto.
6872 * infptrace.c (fetch_inferior_registers): Ditto.
6873 (store_inferior_registers): Ditto.
6874 * infcmd.c (do_registers_info): Ditto.
6875 (registers_info): Ditto.
6876 * i386-linux-nat.c (old_fetch_inferior_registers): Ditto.
6877 (old_store_inferior_registers): Ditto.
6878 * gdbserver/low-linux.c (register_addr): Ditto.
6879 * gdbserver/low-hppabsd.c (register_addr): Ditto.
6880 * core-aout.c: Don't include "inferior.h".
6881 (fetch_core_registers): Use NUM_REGS not ARCH_NUM_REGS.
6882 (register_addr): Ditto.
6883
6884 2001-03-13 Fernando Nasser <fnasser@redhat.com>
6885
6886 From Steven Johnson <sjohnson@neurizon.net>
6887 * cli/cli-script.c (define_command): Fix setting of post hooks.
6888
6889 2001-03-13 Mark Kettenis <kettenis@gnu.org>
6890
6891 * i386-linux-tdep.c: Fix formatting and clarify comments.
6892 (i386_linux_svr4_fetch_link_map_offsets): Use NULL instead of 0
6893 where appropriate.
6894
6895 2001-03-12 Andrew Cagney <ac131313@redhat.com>
6896
6897 * gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.
6898 (proc_update_sc): Use gdb_assert instead of assert.
6899 (proc_abort): Ditto.
6900 (inf_set_step_thread): Ditto.
6901 (gnu_wait): Ditto.
6902 (S_exception_raise_request): Ditto.
6903 (gnu_terminal_init_inferior): Ditto.
6904
6905 2001-03-09 Kevin Buettner <kevinb@redhat.com>
6906
6907 * Makefile.in (solib-svr4.o): Depend on solib-svr4.c, not solib.c.
6908 (solib-legacy.o): New makefile target.
6909 * solib-legacy.c: New file.
6910 * solib-svr4.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
6911 (default_svr4_fetch_link_map_offsets): Delete.
6912 (set_solib_svr4_fetch_link_map_offsets): Declare.
6913 (legacy_svr4_fetch_link_map_offsets_hook): Declare.
6914 * solib-svr4.c (elf/common.h): Include.
6915 (link.h): Only include for SunOS shared library support.
6916 (_SYSCALL32): Don't define.
6917 (SVR4_FETCH_LINK_MAP_OFFSETS): Define.
6918 (default_svr4_fetch_link_map_offsets): Made static; added forward
6919 declaration.
6920 (fetch_link_map_offsets): New static global.
6921 (legacy_svr4_fetch_link_map_offsets_hook): New global variable.
6922 (default_svr4_fetch_link_map_offsets): Rewritten. The guts
6923 of what used to be in this function now reside in
6924 legacy_svr4_fetch_link_map_offsets() in solib-legacy.c.
6925 (open_symbol_file_object): Fix declaration in SunOS section
6926 of the code.
6927 (set_solib_svr4_fetch_link_map_offsets): New extern function.
6928 (init_fetch_link_map_offsets): New static function.
6929 (_initialize_svr4_solib): Put static global fetch_link_map_offsets
6930 under multiarch control.
6931
6932 * config/alpha/alpha-linux.mt (TDEPFILES): Add solib-legacy.o to
6933 list.
6934 * config/alpha/fbsd.mh (NATDEPFILES): Likewise.
6935 * config/arm/linux.mt (TDEPFILES): Likewise.
6936 * config/i386/fbsd.mh (NATDEPFILES): Likewise.
6937 * config/i386/i386dgux.mh (NATDEPFILES): Likewise.
6938 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
6939 * config/i386/i386sco5.mh (NATDEPFILES): Likewise.
6940 * config/i386/i386sol2.mt (TDEPFILES): Likewise.
6941 * config/i386/i386v4.mh (NATDEPFILES): Likewise.
6942 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
6943 * config/i386/linux.mt (TDEPFILES): Likewise.
6944 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
6945 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6946 * config/i386/ncr3000.mt (TDEPFILES): Likewise.
6947 * config/i386/ptx4.mh (XDEPFILES): Likewise.
6948 * config/i386/sun386.mt (TDEPFILES): Likewise.
6949 * config/ia64/linux.mt (TDEPFILES): Likewise.
6950 * config/m68k/linux.mt (TDEPFILES): Likewise.
6951 * config/m68k/m68kv4.mh (NATDEPFILES): Likewise.
6952 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6953 * config/m68k/sun2os4.mt (TDEPFILES): Likewise.
6954 * config/m68k/sun3os4.mt (TDEPFILES): Likewise.
6955 * config/m88k/delta88v4.mh (NATDEPFILES): Likewise.
6956 * config/mips/mipsv4.mh (NATDEPFILES): Likewise.
6957 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6958 * config/powerpc/linux.mt (TDEPFILES): Likewise.
6959 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6960 * config/powerpc/solaris.mh (NATDEPFILES): Likewise.
6961 * config/sh/linux.mt (TDEPFILES): Likewise.
6962 * config/sparc/linux.mt (TDEPFILES): Likewise.
6963 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6964 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6965 * config/sparc/sp64linux.mt (TDEPFILES): Likewise.
6966 * config/sparc/sun4os4.mt (TDEPFILES): Likewise.
6967 * config/sparc/sun4sol2.mh (NATDEPFILES): Likewise.
6968
6969 2001-03-09 Kevin Buettner <kevinb@redhat.com>
6970
6971 * utils.c (xmrealloc, xcalloc): Return NULL for zero-sized requests.
6972
6973 2001-03-09 Andrew Cagney <ac131313@redhat.com>
6974
6975 * MAINTAINERS (Write After Approval): Update Philip Blundell.
6976
6977 2001-03-09 Keith Seitz <keiths@cygnus.com>
6978
6979 * MAINTAINERS: Add myself to write after approval list.
6980
6981 2001-03-09 Mark Kettenis <kettenis@gnu.org>
6982
6983 * i387-tdep.c (print_i387_status_word): Fix printing of Stack
6984 fault flag. It is bit 6 of the x87 FPU status word, not bit 7.
6985
6986 2001-03-08 Andrew Cagney <ac131313@redhat.com>
6987
6988 * configure.host (m88*-harris-cxux*): Mark as obsolete.
6989 * configure.tgt: Ditto.
6990 * config/m88k/xm-cxux.h: Ditto.
6991 * config/m88k/tm-cxux.h: Ditto.
6992 * config/m88k/nm-cxux.h: Ditto.
6993 * config/m88k/cxux.mt: Ditto.
6994 * config/m88k/cxux.mh: Ditto.
6995
6996 2001-03-08 Andrew Cagney <ac131313@redhat.com>
6997
6998 * Makefile.in: Delete rules for obsolete files.
6999
7000 Thu Mar 8 15:43:40 2001 David Taylor <taylor@redhat.com>
7001
7002 * stack.c (parse_frame_specification): For one argument case,
7003 handle the situation where the argument is an integer, not an
7004 address -- arguably the most common case. This matters on
7005 targets where pointers and addresses are different.
7006
7007 2001-03-08 Andrew Cagney <ac131313@redhat.com>
7008
7009 * TODO: Revise 5.1 list. Delete PARAMS task. Add coding standard
7010 review. Clarify GNU/LINUX/sparc. Move other tasks to 5.2 or
7011 general.
7012
7013 2001-03-07 Andrew Cagney <ac131313@redhat.com>
7014
7015 * TODO (GDB 5.1 Known Problems): Document problem of building GDB
7016 with SID on Solaris 8.
7017
7018 2001-03-07 Mark Kettenis <kettenis@gnu.org>
7019
7020 * defs.h: Provide prototypes for floatformat_is_negative,
7021 floatformat_is_nan and floatformat_mantissa.
7022 * utils.c: Include "gdb_assert.h".
7023 (floatformat_is_negative): New function.
7024 (floatformat_is_nan): New function.
7025 (floatformat_mantissa): New function.
7026 * valprint.c: Include "floatformat.h".
7027 (print_floating): Get rid of the Linux-specific
7028 TARGET_ANALYZE_FLOATING macro and rewrite NaN detection with the
7029 help these new functions. Print NaN's in a format conforming to
7030 ISO C99.
7031
7032 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
7033
7034 * top.c (init_main): Make `set history file name' complete on file
7035 names.
7036
7037 2001-03-06 J.T. Conklin <jtc@redback.com>
7038
7039 * Makefile.in (LINTFLAGS): Update to contain all of the macros
7040 which define include paths used when compiling.
7041
7042 * util.c (savestring, msavestring): Change type of length argument.
7043 * defs.h (savestring, msavestring): Update to match.
7044
7045 * symtab.h (decode_line_1): Removed declaration.
7046
7047 * symfile.c (#include <assert.h>): Removed.
7048
7049 * arch-utils.c (#include <ctype.h>): Removed.
7050 * c-typeprint.c: Likewise.
7051 * dbxread.c: Likewise.
7052 * gdbtypes.c: Likewise.
7053 * target.c: Likewise.
7054 * os9kread.c: Likewise.
7055
7056 * c-valprint.c (#include "demangle.h"): Removed.
7057 * ch-typeprint.c: Likewise.
7058 * eval.c: Likewise.
7059 * f-typeprint.c: Likewise.
7060 * f-valprint.c: Likewise.
7061 * m2-typeprint.c: Likewise.
7062 * typeprint.c: Likewise.
7063 * p-typeprint.c: Likewise.
7064 * valarith.c: Likewise.
7065 * valprint.c: Likewise.
7066
7067 * m2-typeprint.c (#include "gdb_string.h"): Removed.
7068 * nlmread.c: Likewise.
7069
7070 * mdebugread.c (#include "gdb-stabs.h"): Removed.
7071 * minsyms.c: Likewise.
7072 * mipsread.c: Likewise.
7073 * nlmread.c: Likewise.
7074
7075 * m2-typeprint.c (#include "obstack.h"): Removed.
7076 * m2-valprint.c: Likewise.
7077
7078 * event-loop.c (#include <setjmp.h>): Removed.
7079
7080 2001-03-06 Stan Shebs <shebs@apple.com>
7081
7082 * MAINTAINERS: Remove self from specific maintenance domains
7083 (macos, gdbserver, documentation, testsuite).
7084
7085 2001-03-06 Kevin Buettner <kevinb@redhat.com>
7086
7087 * 29k-share/udi/udip2soc.c, Makefile.in, a29k-tdep.c,
7088 a68v-nat.c, abug-rom.c, aclocal.m4, alpha-nat.c, alpha-tdep.c,
7089 annotate.c, annotate.h, arc-tdep.c, arch-utils.c,
7090 arch-utils.h, arm-tdep.c, ax-gdb.c, ax-gdb.h, ax-general.c,
7091 ax.h, bcache.c, bcache.h, blockframe.c, breakpoint.c,
7092 breakpoint.h, buildsym.c, buildsym.h, c-exp.y, c-lang.c,
7093 c-lang.h, c-typeprint.c, c-valprint.c, call-cmds.h, ch-exp.c,
7094 ch-lang.c, ch-lang.h, ch-typeprint.c, ch-valprint.c,
7095 cli/cli-cmds.h, cli/cli-decode.c, cli/cli-decode.h,
7096 cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.h,
7097 cli/cli-utils.h, cli-out.c, cli-out.h, coff-solib.c,
7098 coff-solib.h, coffread.c, command.h, complaints.c,
7099 complaints.h, completer.c, completer.h,
7100 config/a29k/nm-ultra3.h, config/a29k/tm-a29k.h,
7101 config/a29k/tm-ultra3.h, config/a29k/tm-vx29k.h,
7102 config/a29k/xm-ultra3.h, config/alpha/nm-fbsd.h,
7103 config/alpha/nm-linux.h, config/alpha/nm-osf.h,
7104 config/alpha/nm-osf2.h, config/alpha/nm-osf3.h,
7105 config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h,
7106 config/alpha/xm-alphalinux.h, config/alpha/xm-alphaosf.h,
7107 config/alpha/xm-fbsd.h, config/arc/tm-arc.h,
7108 config/arm/nm-linux.h, config/arm/tm-arm.h,
7109 config/arm/tm-embed.h, config/d10v/tm-d10v.h,
7110 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
7111 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
7112 config/i386/nm-fbsd.h, config/i386/nm-gnu.h,
7113 config/i386/nm-i386bsd.h, config/i386/nm-i386mach.h,
7114 config/i386/nm-i386sco.h, config/i386/nm-i386sol2.h,
7115 config/i386/nm-i386v.h, config/i386/nm-i386v4.h,
7116 config/i386/nm-i386v42mp.h, config/i386/nm-linux.h,
7117 config/i386/nm-nbsd.h, config/i386/nm-nbsdelf.h,
7118 config/i386/nm-ptx4.h, config/i386/nm-sun386.h,
7119 config/i386/nm-symmetry.h, config/i386/tm-cygwin.h,
7120 config/i386/tm-fbsd.h, config/i386/tm-i386.h,
7121 config/i386/tm-i386aix.h, config/i386/tm-i386bsd.h,
7122 config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h,
7123 config/i386/tm-i386m3.h, config/i386/tm-i386mk.h,
7124 config/i386/tm-i386nw.h, config/i386/tm-i386os9k.h,
7125 config/i386/tm-i386sco5.h, config/i386/tm-i386sol2.h,
7126 config/i386/tm-i386v.h, config/i386/tm-i386v4.h,
7127 config/i386/tm-i386v42mp.h, config/i386/tm-linux.h,
7128 config/i386/tm-nbsd.h, config/i386/tm-ptx.h,
7129 config/i386/tm-ptx4.h, config/i386/tm-sun386.h,
7130 config/i386/tm-symmetry.h, config/i386/tm-vxworks.h,
7131 config/i386/xm-fbsd.h, config/i386/xm-i386bsd.h,
7132 config/i386/xm-i386gnu.h, config/i386/xm-i386m3.h,
7133 config/i386/xm-i386mach.h, config/i386/xm-i386mk.h,
7134 config/i386/xm-i386sco.h, config/i386/xm-i386v4.h,
7135 config/i386/xm-linux.h, config/i386/xm-nbsd.h,
7136 config/i386/xm-ptx.h, config/i386/xm-ptx4.h,
7137 config/i386/xm-sun386.h, config/i386/xm-symmetry.h,
7138 config/i960/tm-i960.h, config/i960/tm-mon960.h,
7139 config/i960/tm-nindy960.h, config/i960/tm-vx960.h,
7140 config/ia64/nm-aix.h, config/ia64/nm-linux.h,
7141 config/ia64/tm-aix.h, config/ia64/tm-ia64.h,
7142 config/ia64/tm-linux.h, config/ia64/xm-aix.h,
7143 config/ia64/xm-linux.h, config/m68k/nm-apollo68b.h,
7144 config/m68k/nm-delta68.h, config/m68k/nm-dpx2.h,
7145 config/m68k/nm-hp300bsd.h, config/m68k/nm-hp300hpux.h,
7146 config/m68k/nm-linux.h, config/m68k/nm-sun3.h,
7147 config/m68k/tm-apollo68b.h, config/m68k/tm-cisco.h,
7148 config/m68k/tm-dpx2.h, config/m68k/tm-es1800.h,
7149 config/m68k/tm-hp300bsd.h, config/m68k/tm-hp300hpux.h,
7150 config/m68k/tm-isi.h, config/m68k/tm-linux.h,
7151 config/m68k/tm-m68k.h, config/m68k/tm-m68kv4.h,
7152 config/m68k/tm-mac.h, config/m68k/tm-monitor.h,
7153 config/m68k/tm-nbsd.h, config/m68k/tm-news.h,
7154 config/m68k/tm-os68k.h, config/m68k/tm-sun3.h,
7155 config/m68k/tm-vx68.h, config/m68k/xm-3b1.h,
7156 config/m68k/xm-apollo68b.h, config/m68k/xm-dpx2.h,
7157 config/m68k/xm-hp300bsd.h, config/m68k/xm-hp300hpux.h,
7158 config/m68k/xm-linux.h, config/m68k/xm-m68kv4.h,
7159 config/m68k/xm-mpw.h, config/m68k/xm-news.h,
7160 config/m68k/xm-sun2.h, config/m68k/xm-sun3.h,
7161 config/m68k/xm-sun3os4.h, config/m88k/nm-delta88v4.h,
7162 config/m88k/tm-delta88.h, config/m88k/tm-delta88v4.h,
7163 config/m88k/tm-m88k.h, config/m88k/xm-cxux.h,
7164 config/m88k/xm-delta88.h, config/m88k/xm-delta88v4.h,
7165 config/m88k/xm-dgux.h, config/mcore/tm-mcore.h,
7166 config/mips/nm-irix3.h, config/mips/nm-irix4.h,
7167 config/mips/nm-irix5.h, config/mips/nm-mips.h,
7168 config/mips/nm-news-mips.h, config/mips/tm-bigmips.h,
7169 config/mips/tm-embed.h, config/mips/tm-embed64.h,
7170 config/mips/tm-embedl.h, config/mips/tm-embedl64.h,
7171 config/mips/tm-irix3.h, config/mips/tm-irix5.h,
7172 config/mips/tm-mips.h, config/mips/tm-mips64.h,
7173 config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h,
7174 config/mips/tm-tx39.h, config/mips/tm-tx39l.h,
7175 config/mips/tm-vr4100.h, config/mips/tm-vr4300.h,
7176 config/mips/tm-vr4300el.h, config/mips/tm-vr4xxx.h,
7177 config/mips/tm-vr4xxxel.h, config/mips/tm-vr5000.h,
7178 config/mips/tm-vr5000el.h, config/mips/xm-irix3.h,
7179 config/mips/xm-irix4.h, config/mips/xm-irix5.h,
7180 config/mips/xm-mips.h, config/mips/xm-mipsm3.h,
7181 config/mips/xm-mipsv4.h, config/mips/xm-news-mips.h,
7182 config/mips/xm-riscos.h, config/mn10200/tm-mn10200.h,
7183 config/mn10300/tm-mn10300.h, config/nm-gnu.h,
7184 config/nm-linux.h, config/nm-lynx.h, config/nm-m3.h,
7185 config/nm-sysv4.h, config/none/nm-none.h,
7186 config/none/tm-none.h, config/none/xm-none.h,
7187 config/ns32k/nm-nbsd.h, config/ns32k/nm-umax.h,
7188 config/ns32k/tm-merlin.h, config/ns32k/tm-nbsd.h,
7189 config/ns32k/tm-ns32km3.h, config/ns32k/tm-umax.h,
7190 config/ns32k/xm-merlin.h, config/ns32k/xm-ns32km3.h,
7191 config/pa/nm-hppab.h, config/pa/nm-hppah.h,
7192 config/pa/nm-hppao.h, config/pa/tm-hppa.h,
7193 config/pa/tm-hppa64.h, config/pa/tm-hppah.h,
7194 config/pa/xm-hppab.h, config/pa/xm-hppah.h,
7195 config/powerpc/nm-aix.h, config/powerpc/nm-linux.h,
7196 config/powerpc/nm-macos.h, config/powerpc/nm-nbsd.h,
7197 config/powerpc/tm-cygwin.h, config/powerpc/tm-linux.h,
7198 config/powerpc/tm-macos.h, config/powerpc/tm-ppc-aix.h,
7199 config/powerpc/tm-ppc-eabi.h, config/powerpc/tm-ppc-nw.h,
7200 config/powerpc/tm-ppcle-eabi.h, config/powerpc/tm-solaris.h,
7201 config/powerpc/xm-aix.h, config/powerpc/xm-linux.h,
7202 config/powerpc/xm-mpw.h, config/rs6000/nm-rs6000.h,
7203 config/rs6000/tm-rs6000.h, config/rs6000/tm-rs6000ly.h,
7204 config/rs6000/xm-aix4.h, config/rs6000/xm-rs6000.h,
7205 config/sh/tm-linux.h, config/sh/tm-sh.h, config/sh/tm-wince.h,
7206 config/sparc/nm-linux.h, config/sparc/nm-nbsd.h,
7207 config/sparc/nm-nbsdelf.h, config/sparc/nm-sparclynx.h,
7208 config/sparc/nm-sun4os4.h, config/sparc/nm-sun4sol2.h,
7209 config/sparc/tm-linux.h, config/sparc/tm-sp64.h,
7210 config/sparc/tm-sp64sim.h, config/sparc/tm-sparc.h,
7211 config/sparc/tm-sparclet.h, config/sparc/tm-sparclite.h,
7212 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
7213 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
7214 config/sparc/xm-sun4os4.h, config/sparc/xm-sun4sol2.h,
7215 config/tic80/tm-tic80.h, config/tm-linux.h, config/tm-lynx.h,
7216 config/tm-sysv4.h, config/v850/tm-v850.h, config/vax/tm-vax.h,
7217 config/w65/tm-w65.h, config/xm-aix4.h, config/xm-lynx.h,
7218 config/xm-mpw.h, config/xm-nbsd.h, config/xm-sysv4.h,
7219 config/z8k/tm-z8k.h, configure.in, core-aout.c, core-regset.c,
7220 core-sol2.c, corefile.c, corelow.c, cp-valprint.c,
7221 cpu32bug-rom.c, cxux-nat.c, d10v-tdep.c, d30v-tdep.c,
7222 dbug-rom.c, dbxread.c, dcache.c, dcache.h, defs.h,
7223 delta68-nat.c, demangle.c, dink32-rom.c, dpx2-nat.c, dsrec.c,
7224 dstread.c, dve3900-rom.c, dwarf2read.c, dwarfread.c,
7225 elfread.c, environ.c, environ.h, eval.c, event-loop.c,
7226 event-loop.h, event-top.c, exec.c, expprint.c, f-exp.y,
7227 f-lang.c, f-lang.h, f-typeprint.c, f-valprint.c, findvar.c,
7228 fork-child.c, fr30-tdep.c, frame.c, frame.h, gdb-events.c,
7229 gdb-events.h, gdb-events.sh, gdb-stabs.h, gdb.1, gdb_string.h,
7230 gdb_thread_db.h, gdbcmd.h, gdbcore.h, gdbserver/Makefile.in,
7231 gdbserver/gdbreplay.c, gdbserver/gdbserver.1,
7232 gdbserver/low-hppabsd.c, gdbserver/low-linux.c,
7233 gdbserver/low-lynx.c, gdbserver/low-nbsd.c,
7234 gdbserver/low-sim.c, gdbserver/low-sparc.c,
7235 gdbserver/low-sun3.c, gdbserver/remote-utils.c,
7236 gdbserver/server.c, gdbserver/server.h, gdbserver/utils.c,
7237 gdbthread.h, gdbtypes.c, gdbtypes.h, gnu-nat.c, gnu-nat.h,
7238 gnu-regex.c, gnu-regex.h, h8300-tdep.c, h8500-tdep.c,
7239 hp-psymtab-read.c, hp-symtab-read.c, hp300ux-nat.c,
7240 hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c, hpread.c,
7241 hpread.h, hpux-thread.c, i386-tdep.c, i386aix-nat.c,
7242 i386b-nat.c, i386gnu-nat.c, i386ly-tdep.c, i386m3-nat.c,
7243 i386mach-nat.c, i386nbsd-nat.c, i386nbsd-tdep.c, i386v-nat.c,
7244 i386v4-nat.c, i387-tdep.c, i960-tdep.c, infcmd.c, inferior.h,
7245 inflow.c, infptrace.c, infrun.c, inftarg.c, infttrace.c,
7246 irix4-nat.c, irix5-nat.c, isi-xdep.c, jv-exp.y, jv-lang.c,
7247 jv-lang.h, jv-typeprint.c, jv-valprint.c, kdb-start.c,
7248 kod-cisco.c, kod.c, language.c, language.h, lin-thread.c,
7249 linespec.c, linespec.h, linux-thread.c, lynx-nat.c, m2-exp.y,
7250 m2-lang.c, m2-lang.h, m2-typeprint.c, m2-valprint.c, m3-nat.c,
7251 m32r-rom.c, m32r-tdep.c, m68k-tdep.c, m68klinux-nat.c,
7252 m68knbsd-nat.c, m88k-nat.c, m88k-tdep.c, mac-nat.c,
7253 mac-xdep.c, main.c, maint.c, mcore-rom.c, mcore-tdep.c,
7254 mdebugread.c, mem-break.c, minimon.h, minsyms.c, mips-nat.c,
7255 mips-tdep.c, mipsm3-nat.c, mipsread.c, mipsv4-nat.c,
7256 mn10200-tdep.c, mn10300-tdep.c, mon960-rom.c, monitor.c,
7257 monitor.h, news-xdep.c, nindy-share/env.h, nindy-tdep.c,
7258 nlm/Makefile.in, nlmread.c, ns32k-tdep.c, ns32km3-nat.c,
7259 ns32knbsd-nat.c, objfiles.c, objfiles.h, ocd.c, ocd.h,
7260 op50-rom.c, os9kread.c, osfsolib.c, p-exp.y, pa64solib.c,
7261 pa64solib.h, parse.c, parser-defs.h, partial-stab.h,
7262 ppc-bdm.c, ppc-linux-nat.c, ppc-linux-tdep.c, ppcbug-rom.c,
7263 ppcnbsd-nat.c, printcmd.c, proc-api.c, proc-events.c,
7264 proc-flags.c, proc-utils.h, proc-why.c, procfs.c, ptx4-nat.c,
7265 rdi-share/Makefile.in, rdi-share/aclocal.m4, regcache.c,
7266 regcache.h, remote-adapt.c, remote-array.c, remote-bug.c,
7267 remote-e7000.c, remote-eb.c, remote-es.c, remote-est.c,
7268 remote-hms.c, remote-mips.c, remote-mm.c, remote-nindy.c,
7269 remote-nrom.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
7270 remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
7271 remote-utils.c, remote-utils.h, remote-vx.c, remote.c,
7272 remote.h, reply_mig_hack.awk, rom68k-rom.c, rs6000-nat.c,
7273 rs6000-tdep.c, scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h,
7274 scm-valprint.c, ser-e7kpc.c, ser-mac.c, ser-ocd.c, ser-pipe.c,
7275 ser-tcp.c, ser-unix.c, serial.c, serial.h, sh-tdep.c,
7276 sh3-rom.c, sol-thread.c, solib-aix5.c, solib-svr4.c, solib.c,
7277 solib.h, solist.h, somread.c, somsolib.c, somsolib.h,
7278 source.c, sparc-nat.c, sparc-tdep.c, sparcl-tdep.c,
7279 sparclet-rom.c, srec.h, stabsread.c, stabsread.h, stack.c,
7280 standalone.c, stop-gdb.c, stuff.c, sun3-nat.c, sun386-nat.c,
7281 symfile.c, symfile.h, symm-nat.c, symm-tdep.c, symmisc.c,
7282 symtab.c, symtab.h, target.c, target.h, terminal.h, thread.c,
7283 tic80-tdep.c, top.c, top.h, tracepoint.c, tracepoint.h,
7284 typeprint.c, ui-file.c, ui-file.h, ui-out.h, ultra3-nat.c,
7285 ultra3-xdep.c, umax-xdep.c, utils.c, v850-tdep.c, v850ice.c,
7286 valarith.c, valops.c, valprint.c, value.h, values.c, varobj.h,
7287 vax-tdep.c, version.h, vx-share/vxWorks.h, vx-share/xdr_ld.c,
7288 vx-share/xdr_ptrace.c, vx-share/xdr_ptrace.h,
7289 vx-share/xdr_rdb.c, w65-tdep.c, w89k-rom.c, win32-nat.c,
7290 wrapper.c, wrapper.h, xcoffread.c, xcoffsolib.c, xcoffsolib.h,
7291 xmodem.c, xmodem.h, z8k-tdep.c: Update/correct copyright
7292 notices.
7293
7294 2001-03-05 Kevin Buettner <kevinb@redhat.com>
7295
7296 * acconfig.h (HAVE_PRSYSENT_T, HAVE_PR_SIGSET_T,
7297 HAVE_PR_SIGACTION64_T, HAVE_PR_SIGINFO64_T): New configure
7298 macros.
7299 * configure.in (prsysent_t, pr_sigset_t, pr_sigaction64_t,
7300 pr_siginfo64_t): Test for these typedefs in <sys/procfs.h>.
7301 (sys/fault.h, sys/select.h): Test for presence of these
7302 header files.
7303 (ia64-*-aix*): Define NEW_PROC_API for this host.
7304 * configure: Regenerate.
7305 * config.in: Regenerate.
7306
7307 * configure.host (ia64-*-aix*): New host.
7308 * configure.tgt (ia64-*-aix*): New target.
7309
7310 2001-03-05 Andrew Cagney <ac131313@redhat.com>
7311
7312 * TODO (GDB 5.1 Known Problems): Document z8k as broken.
7313
7314 Mon Mar 5 11:56:09 2001 Christopher Faylor <cgf@cygnus.com>
7315
7316 * wince.c: Change realloc to xrealloc throughout.
7317 (handle_load_dll): Use void * rather than PTR in argument.
7318
7319 2001-03-04 Andrew Cagney <ac131313@redhat.com>
7320
7321 * ocd.h (ocd_xfer_memory): Add ``attrib'' parameter.
7322 * ocd.c (ocd_xfer_memory): Ditto.
7323 * ser-ocd.c (ocd_setstopbits): New function. Add to ocd_ops.
7324 * MAINTAINERS: Document powerpc-eabi and powerpcle-eabi as
7325 buildable with ,-Werror.
7326
7327 * Makefile.in (symfile_h): Define.
7328 (mcore-tdep.o): Add $(symfile_h), $(gdbcore_h) and $(inferior_h).
7329 * mcore-tdep.c: Include "symfile.h", "gdbcore.h" and "inferior.h".
7330 * MAINTAINERS: Document mcore-elf and mcore-pe as buildable with
7331 ,-Werror.
7332
7333 * dsrec.c (make_srec): Fix internal_error fmt arg.
7334 * MAINTAINERS: Document i960-coff as buildable with ,-Werror.
7335
7336 2001-03-03 Kevin Buettner <kevinb@redhat.com>
7337
7338 * solib-aix5.c (aix5_relocate_main_executable): Don't use ANOFFSET
7339 as an lvalue.
7340
7341 2001-03-02 Andrew Cagney <ac131313@redhat.com>
7342
7343 * MAINTAINERS (paper trail): Update.
7344
7345 * CONTRIBUTE: Update note on ``Fix PR gdb/4706'' convention.
7346
7347 2001-03-02 Andrew Cagney <ac131313@redhat.com>
7348
7349 From 2001-03-01 Tom Rix <trix@redhat.com>:
7350 * mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc''
7351 parameter to mn10200_analyze_prologue.
7352
7353 * config/mn10200/tm-mn10200.h: Include "regcache.h".
7354 * MAINTAINERS: Document that mn10200-elf target is buildable.
7355
7356 2001-03-02 Kevin Buettner <kevinb@redhat.com>
7357
7358 * config/ia64/xm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): Move defines
7359 from here...
7360 * config/ia64/nm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): ...to here.
7361 (MONTEREY): Don't define.
7362 (AIX5): Define.
7363
7364 2001-03-02 Matt Hiller <hiller@redhat.com>
7365
7366 * config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15.
7367
7368 2001-03-02 Kevin Buettner <kevinb@redhat.com>
7369
7370 * sparc-nat.c (sparc-nat.c): Don't include self.
7371
7372 2001-03-01 J.T. Conklin <jtc@redback.com>
7373
7374 * defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__
7375 if __CYGWIN32__ is set from here.
7376 * config/i386/xm-cygwin.h: To here.
7377 * config/powerpc/xm-cygwin.h: To here.
7378
7379 * i386-stub.c (handle_exception): Use 'T' response packet.
7380
7381 2001-03-01 Michael Snyder <msnyder@mvstp600e.cygnus.com>
7382
7383 * m32r-tdep.c: Fix cut and paste error in comment.
7384
7385 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
7386
7387 * symtab.c (print_msymbol_info): Print addresses by portable method
7388 longest_local_hex_string_custom. Allow for 64-bit addresses.
7389
7390 2001-03-01 J.T. Conklin <jtc@redback.com>
7391
7392 * gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration.
7393 (MAX_OF_TYPE): Wrap macro definition in parenthesis.
7394 (MIN_OF_TYPE): Likewise.
7395
7396 * memattr.h (mem_access_mode): Removed extraneous trailing comma.
7397
7398 2001-03-01 Andrew Cagney <ac131313@redhat.com>
7399
7400 * Makefile.in (os9kread.o): Do not compile with WERROR_CFLAGS.
7401 * os9kread.c (os9k_process_one_symbol): Add assert to detect
7402 ``loses if sizeof (char *) > sizeof (int)''.
7403
7404 2001-03-01 Andrew Cagney <ac131313@redhat.com>
7405
7406 * gdb_assert.h: Document pragmatics behind gdb_assert's case.
7407
7408 2001-03-01 Andrew Cagney <ac131313@redhat.com>
7409
7410 * Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency
7411 lists.
7412 (mi-main.o): Ditto.
7413
7414 2001-03-01 Andrew Cagney <ac131313@redhat.com>
7415
7416 * Makefile.in (regcache_h): Define. Add $(regcache_h) to
7417 dependency lists.
7418
7419 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
7420
7421 * printcmd.c (print_address_numeric): Update comments to refer
7422 to sizeof addr, not sizeof pointer.
7423 (x_command): Remove needless whitespace (shorten long line).
7424
7425 * breakpoint.c (print_one_breakpoint): Formatting clean-up.
7426 (read_memory_nobpt): Ditto.
7427 (ep_is_catchpoint): Ditto.
7428 (ep_is_shlib_catchpoint): Ditto.
7429 (ep_is_exception_catchpoint): Ditto.
7430 (describe_other_breakpoints): Ditto.
7431
7432 Wed Feb 28 20:37:36 2001 Andrew Cagney <ac131313@redhat.com>
7433
7434 * regcache.h (register_valid): Fix comment documenting valid
7435 states.
7436
7437 Tue Feb 27 23:56:23 2001 Andrew Cagney <ac131313@redhat.com>
7438
7439 From Steven Johnson:
7440 * regcache.h: New file.
7441
7442 * value.h (read_register_bytes, read_register_gen)
7443 (write_register_gen, write_register_bytes)
7444 (read_register, read_register_pid)
7445 (read_signed_register, read_signed_register_pid)
7446 (write_register, write_register_pid)
7447 (register_cached, set_register_cached)
7448 (register_changed, register_buffer)
7449 (registers_changed, supply_register): Move declaration from here.
7450 * regcache.h: To here.
7451 * gdbcore.h (registers_fetched): Ditto.
7452 * inferior.h (registers, registers_valid): Ditto.
7453
7454 * regcache.c (generic_target_read_pc, read_pc_pid, read_pc,
7455 generic_target_write_pc, write_pc_pid, write_pc,
7456 generic_target_read_sp, read_sp, generic_target_write_sp,
7457 write_sp, generic_target_read_fp, read_fp,
7458 generic_target_write_fp, write_fp): Add note that these functions
7459 will be moved from this file.
7460
7461 * a29k-tdep.c: Include "regcache.h".
7462 * a68v-nat.c: Ditto.
7463 * abug-rom.c: Ditto.
7464 * alpha-nat.c: Ditto.
7465 * alpha-tdep.c: Ditto.
7466 * alphabsd-nat.c: Ditto.
7467 * arc-tdep.c: Ditto.
7468 * arm-linux-nat.c: Ditto.
7469 * arm-linux-tdep.c: Ditto.
7470 * arm-tdep.c: Ditto.
7471 * blockframe.c: Ditto.
7472 * core-aout.c: Ditto.
7473 * core-sol2.c: Ditto.
7474 * corelow.c: Ditto.
7475 * cpu32bug-rom.c: Ditto.
7476 * cxux-nat.c: Ditto.
7477 * d10v-tdep.c: Ditto.
7478 * d30v-tdep.c: Ditto.
7479 * dbug-rom.c: Ditto.
7480 * dink32-rom.c: Ditto.
7481 * dve3900-rom.c: Ditto.
7482 * findvar.c: Ditto.
7483 * fr30-tdep.c: Ditto.
7484 * frame.c: Ditto.
7485 * go32-nat.c: Ditto.
7486 * h8300-tdep.c: Ditto.
7487 * h8500-tdep.c: Ditto.
7488 * hp300ux-nat.c: Ditto.
7489 * hppa-tdep.c: Ditto.
7490 * hppab-nat.c: Ditto.
7491 * hppah-nat.c: Ditto.
7492 * hppam3-nat.c: Ditto.
7493 * hpux-thread.c: Ditto.
7494 * i386-linux-nat.c: Ditto.
7495 * i386-linux-tdep.c: Ditto.
7496 * i386-tdep.c: Ditto.
7497 * i386aix-nat.c: Ditto.
7498 * i386b-nat.c: Ditto.
7499 * i386bsd-nat.c: Ditto.
7500 * i386gnu-nat.c: Ditto.
7501 * i386ly-tdep.c: Ditto.
7502 * i386m3-nat.c: Ditto.
7503 * i386mach-nat.c: Ditto.
7504 * i386nbsd-nat.c: Ditto.
7505 * i386v4-nat.c: Ditto.
7506 * i387-nat.c: Ditto.
7507 * i387-tdep.c: Ditto.
7508 * i960-tdep.c: Ditto.
7509 * ia64-aix-nat.c: Ditto.
7510 * ia64-linux-nat.c: Ditto.
7511 * ia64-tdep.c: Ditto.
7512 * infptrace.c: Ditto.
7513 * infrun.c: Ditto.
7514 * irix4-nat.c: Ditto.
7515 * irix5-nat.c: Ditto.
7516 * lin-lwp.c: Ditto.
7517 * lin-thread.c: Ditto.
7518 * lynx-nat.c: Ditto.
7519 * m3-nat.c: Ditto.
7520 * m32r-rom.c: Ditto.
7521 * m32r-tdep.c: Ditto.
7522 * m68hc11-tdep.c: Ditto.
7523 * m68k-tdep.c: Ditto.
7524 * m68klinux-nat.c: Ditto.
7525 * m68knbsd-nat.c: Ditto.
7526 * m68knbsd-tdep.c: Ditto.
7527 * m88k-nat.c: Ditto.
7528 * m88k-tdep.c: Ditto.
7529 * mac-nat.c: Ditto.
7530 * mcore-rom.c: Ditto.
7531 * mcore-tdep.c: Ditto.
7532 * mi/mi-main.c: Ditto.
7533 * mips-nat.c: Ditto.
7534 * mips-tdep.c: Ditto.
7535 * mipsm3-nat.c: Ditto.
7536 * mipsv4-nat.c: Ditto.
7537 * mn10200-tdep.c: Ditto.
7538 * mn10300-tdep.c: Ditto.
7539 * monitor.c: Ditto.
7540 * ns32km3-nat.c: Ditto.
7541 * ns32knbsd-nat.c: Ditto.
7542 * ocd.c: Ditto.
7543 * pa64solib.c: Ditto.
7544 * ppc-bdm.c: Ditto.
7545 * ppc-linux-nat.c: Ditto.
7546 * ppc-linux-tdep.c: Ditto.
7547 * ppcbug-rom.c: Ditto.
7548 * ppcnbsd-nat.c: Ditto.
7549 * ptx4-nat.c: Ditto.
7550 * regcache.c: Ditto.
7551 * remote-adapt.c: Ditto.
7552 * remote-array.c: Ditto.
7553 * remote-bug.c: Ditto.
7554 * remote-e7000.c: Ditto.
7555 * remote-eb.c: Ditto.
7556 * remote-es.c: Ditto.
7557 * remote-est.c: Ditto.
7558 * remote-hms.c: Ditto.
7559 * remote-mips.c: Ditto.
7560 * remote-mm.c: Ditto.
7561 * remote-nindy.c: Ditto.
7562 * remote-os9k.c: Ditto.
7563 * remote-rdi.c: Ditto.
7564 * remote-rdp.c: Ditto.
7565 * remote-sds.c: Ditto.
7566 * remote-sim.c: Ditto.
7567 * remote-st.c: Ditto.
7568 * remote-udi.c: Ditto.
7569 * remote-utils.c: Ditto.
7570 * remote-vx.c: Ditto.
7571 * remote-vx29k.c: Ditto.
7572 * remote-vx68.c: Ditto.
7573 * remote-vx960.c: Ditto.
7574 * remote-vxmips.c: Ditto.
7575 * remote-vxsparc.c: Ditto.
7576 * remote.c: Ditto.
7577 * rom68k-rom.c: Ditto.
7578 * rs6000-nat.c: Ditto.
7579 * rs6000-tdep.c: Ditto.
7580 * sh-tdep.c: Ditto.
7581 * sh3-rom.c: Ditto.
7582 * sol-thread.c: Ditto.
7583 * solib-svr4.c: Ditto.
7584 * somsolib.c: Ditto.
7585 * sparc-nat.c: Ditto.
7586 * sparc-tdep.c: Ditto.
7587 * sparcl-tdep.c: Ditto.
7588 * sparclet-rom.c: Ditto.
7589 * sun3-nat.c: Ditto.
7590 * sun386-nat.c: Ditto.
7591 * symm-nat.c: Ditto.
7592 * target.c: Ditto.
7593 * thread-db.c: Ditto.
7594 * thread.c: Ditto.
7595 * tic80-tdep.c: Ditto.
7596 * tracepoint.c: Ditto.
7597 * ultra3-nat.c: Ditto.
7598 * umax-xdep.c: Ditto.
7599 * uw-thread.c: Ditto.
7600 * v850-tdep.c: Ditto.
7601 * v850ice.c: Ditto.
7602 * valops.c: Ditto.
7603 * w65-tdep.c: Ditto.
7604 * w89k-rom.c: Ditto.
7605 * win32-nat.c: Ditto.
7606 * wince.c: Ditto.
7607 * z8k-tdep.c: Ditto.
7608
7609 2001-02-28 Matt Hiller <hiller@redhat.com>
7610
7611 * MAINTAINERS: Add Matt Hiller to Write After Approval list.
7612
7613 2001-02-27 Matt Hiller <hiller@redhat.com>
7614
7615 * mn10300-tdep.c (mn10300_stab_reg_to_regnum): New function.
7616 (mn10300_gdbarch_init): Set appropriate elements of gdbarch to
7617 mn10300_stab_reg_to_regnum.
7618
7619 Tue Feb 27 16:56:13 2001 David Taylor <taylor@redhat.com>
7620
7621 * symtab.c (search_symbols): Fix off by one error in test for
7622 error.
7623
7624 2001-02-23 Andrew Cagney <ac131313@redhat.com>
7625
7626 * config/sparc/sp64linux.mt: New file.
7627 * configure.tgt: Recognize sparc64-*-linux* as a sp64linux target.
7628 * configure.host: Recognize sparc64-*-linux* as a linux host.
7629
7630 From 2000-03-17 Jakub Jelinek <jakub@redhat.com>:
7631 * config/sparc/tm-sp64linux.h: New file.
7632
7633 2001-02-24 Kevin Buettner <kevinb@redhat.com>
7634
7635 * buildsym.c (push_subfile, pop_subfile): Replace call to abort()
7636 with call to internal_error().
7637 * dbxread.c (process_one_symbol): Likewise.
7638 * exec.c (build_section_table, xfer_memory): Likewise.
7639 * h8500-tdep.c (h8500_register_size, h8500_register_virtual_type):
7640 Likewise.
7641 * hpread.c (hpread_type_translate, hpread_read_array_type)
7642 (hpread_type_lookup): Likewise.
7643 * i386-tdep.c (gdb_print_insn_i386): Likewise.
7644 * i960-tdep.c (mem): Likewise
7645 * inflow.c (set_sigio_trap, clear_sigio_trap): Likewise.
7646 * infptrace.c (child_resume): Likewise.
7647 * infttrace.c (_initialize_infttrace): Likewise.
7648 * language.c (binop_result_type, add_language): Likewise.
7649 * lynx-nat.c (store_inferior_registers): Likewise.
7650 * m3-nat.c (port_chain_insert, m3_trace_me): Likewise.
7651 * mdebugread.c (parse_partial_symbols): Likewise.
7652 * monitor.c (monitor_printf_noecho, monitor_printf)
7653 (monitor_dump_regs): Likewise.
7654 * ocd.c (stu_put_packet): Likewise.
7655 * printcmd.c (decode_format, print_scalar_formatted): Likewise.
7656 * remote-bug.c (bug_open): Likewise.
7657 * remote-e7000.c (fetch_regs_from_dump, e7000_wait): Likewise.
7658 * remote-es.c (es1800_read_bytes): Likewise.
7659 * remote-mips.c (common_breakpoint): Likewise.
7660 * remote-rdp.c (send_rdp): Likewise.
7661 * remote-sds.c (putmessage): Likewise.
7662 * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
7663 Likewise.
7664 * sparcl-tdep.c (sparclite_download): Likewise.
7665 * symtab.c (lookup_partial_symbol): Likewise.
7666 * target.c (push_target, pop_target, initialize_targets): Likewise.
7667 * utils.c (internal_verror, malloc_botch, wrap_here, decimal2str):
7668 Likewise.
7669 * valprint.c (print_decimal, print_longest, print_longest)
7670 (strcat_longest): Likewise.
7671 * w65-tdep.c (init_frame_pc, w65_push_dummy_frame): Likewise.
7672 * xmodem.c (xmodem_send_packet): Likewise.
7673 * z8k-tdep.c (init_frame_pc, z8k_push_dummy_frame): Likewise.
7674 * config/h8500/tm-h8500.h (STORE_STRUCT_RETURN): Likewise.
7675 * config/mn10200/tm-mn10200.h (EXTRACT_RETURN_VALUE)
7676 (STORE_RETURN_VALUE): Likewise.
7677 * config/ns32k/nm-umax.h (REGISTER_U_ADDR): Likewise.
7678 * config/ns32k/xm-merlin.h (REGISTER_U_ADDR): Likewise.
7679 * config/z8k/tm-z8k.h (STORE_STRUCT_RETURN, STORE_RETURN_VALUE):
7680 Likewise.
7681
7682 2001-02-23 Andrew Cagney <ac131313@redhat.com>
7683
7684 * CONTRIBUTE: Document how to cite a problem report.
7685 * TODO: Note need to replace CONTRIBUTE with generated file.
7686
7687 * CONTRIBUTE: Mention that patches do not need to include the
7688 generated files gdbarch.h and gdbarch.c.
7689
7690 2001-02-21 Andrew Cagney <ac131313@redhat.com>
7691
7692 * value.h (get_saved_register): Move from here.
7693 * frame.h: To here.
7694
7695 2001-02-21 Kevin Buettner <kevinb@redhat.com>
7696
7697 * solib.h (in_svr4_dynsym_resolve_code): Delete declaration.
7698 (in_solib_dynsym_resolve_code): Add declaration.
7699 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Changed define to invoke
7700 in_solib_dynsym_resolve_code() rather than
7701 in_svr4_dynsym_resolve_code(). Also, removed the ifdefs
7702 which caused this macro to only be defined when
7703 SVR4_SHARED_LIBS is defined.
7704 * solib.c (in_solib_dynsym_resolve_code): New function.
7705 * solist.h (struct target_so_ops): Add new member
7706 in_dynsym_resolve_code.
7707 * solib-aix5.c (aix5_in_dynsym_resolve_code): Renamed from
7708 in_svr4_dynsym_resolve_code. Also, made static.
7709 (_initialize_aix5_solib): Initialize in_dynsym_resolve_code
7710 member in aix5_so_ops.
7711 * solib-svr4.c (svr4_in_dynsym_resolve_code): Renamed from
7712 in_svr4_dynsym_resolve_code. Also, added second version
7713 of this function which will be used when SVR4_SHARED_LIBS
7714 is not defined.
7715 (_initialize_svr4_solib): Initialize in_dynsym_resolve_code
7716 member in svr4_so_ops.
7717
7718 * ia64-aix-nat.c, ia64-aix-tdep.c, config/ia64/aix.mh,
7719 config/ia64/aix.mt, config/ia64/nm-aix.h, config/ia64/tm-aix.h,
7720 config/ia64/xm-aix.h: New files.
7721 * ia64-tdep.c (_initialize_ia64_tdep): Remove declaration.
7722 (ia64_aix_sigcontext_register_address): New declaration.
7723 (ia64_gdbarch_init): Provide for initialization of
7724 sigcontext_register_address member of struct tdep when
7725 on target is detected to be running AIX.
7726 * config/ia64/linux.mt (TDEPFILES): Add ia64-aix-tdep.o to
7727 this list.
7728
7729 2001-02-20 Kevin Buettner <kevinb@redhat.com>
7730
7731 * ia64-tdep.c (ia64_frameless_function_invocation): Implement.
7732 * config/ia64/linux.mh (NATDEPFILES): Use thread-db.o and lin-lwp.o
7733 for thread support instead of linux-thread.o and lin-thread.o.
7734 * config/ia64/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS,
7735 ATTACH_LWP): Define to use the following lin-lwp.c functions...
7736 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals,
7737 lin_lwp_attach_lwp): Declare.
7738
7739 2001-02-20 Andrew Cagney <ac131313@redhat.com>
7740
7741 * mips-tdep.c (do_fp_register_row, do_fp_register_row): Fix printf
7742 formatting.
7743
7744 2001-02-20 Kevin Buettner <kevinb@redhat.com>
7745
7746 * solib-aix5.c (solib-svr4.h): Remove include.
7747 (solib_break_names): Delete names which aren't actually
7748 used by AIX5.
7749 (bkpt_names): Remove.
7750 (aix5_relocate_main_executable, bfd_lookup_symbol): Replace calls
7751 to STREQ() with equivalent calls to strcmp().
7752 (in_svr4_dynsym_resolve_code, enable_break, bfd_lookup_symbol,
7753 aix5_solib_create_inferior_hook): Revise comments.
7754 (enable_break): Remove old ``bkpt_names'' code.
7755
7756 2001-02-19 Andrew Cagney <ac131313@redhat.com>
7757
7758 * Makefile.in (SFILES): Add frame.c .
7759 (COMMON_OBS): Add frame.o .
7760 (frame.o): New target.
7761
7762 * frame.c (find_saved_register):
7763 (default_get_saved_register):
7764 (get_saved_register):
7765 (read_relative_register_raw_bytes_for_frame):
7766 (read_relative_register_raw_bytes): Moved to here.
7767 * regcache.c: From here.
7768
7769 2001-02-20 Kevin Buettner <kevinb@redhat.com>
7770
7771 * solib-aix5.c: New file.
7772
7773 2001-02-20 Martin M. Hunt <hunt@redhat.com>
7774
7775 * solib.c (info_sharedlibrary_command): Don't assume pointers
7776 are the same size of long, call longest_local_hex_string_custom().
7777
7778 * solib-svr4.c (LM_ADDR): LM_ADDR is a signed offset, so
7779 extract_signed_integer() should be called instead of
7780 extract_address().
7781
7782 2001-02-20 Martin M. Hunt <hunt@redhat.com>
7783
7784 * MAINTAINERS: Add Martin Hunt to Write After Approval list.
7785
7786 2001-02-19 Andrew Cagney <ac131313@redhat.com>
7787
7788 Frm 2001-02-09 Jim Kingdon <jkingdon@engr.sgi.com>:
7789 * mips-tdep.c (mips_register_raw_size): If FP_REGISTER_DOUBLE,
7790 then floating point registers are 8 bytes.
7791
7792 2001-02-19 Michael Snyder <msnyder@mvstp600e.cygnus.com>
7793
7794 * parse.c (write_exp_msymbol): Make the type CORE_ADDR, to
7795 accomodate 64-bit addresses.
7796
7797 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7798
7799 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>
7800 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux, not
7801 lookup_symbol, when trying to find a symbol with a mangled name,
7802 to avoid infinite recursion.
7803
7804 2001-02-18 Andrew Cagney <ac131313@redhat.com>
7805
7806 * TODO (5.2): Mention G++ 3.0 ABI. General cleanups.
7807
7808 2001-02-19 Jonathan Larmour <jlarmour@redhat.com>
7809
7810 * arm-tdep.c (check_prologue_cache): Fix off by 1 error.
7811 (save_prologue_cache): Ditto.
7812
7813 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7814
7815 From: innadadadavida@yahoo.com:
7816 * partial-stab.h (switch): Check that pst is not null
7817 before dereferencing it.
7818
7819 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7820
7821 From Andrew Cagney <cagney@b1.cygnus.com>:
7822 * symfile.c (add_symbol_file_command): Always initialize
7823 my_cleanup using a NULL cleanup.
7824
7825 2001-02-19 Eli Zaretskii <eliz@is.elta.co.il>
7826
7827 * demangle.c (demangling_style_names): New variable.
7828 (_initialize_demangler): Fill demangling_style_names with the
7829 names of known demangling styles from libiberty_demanglers[]. Use
7830 add_set_enum_cmd instead of add_set_cmd, to get completion on
7831 demangling style names.
7832
7833 * proc-api.c (_initialize_proc_api): Make `procfs-file' use
7834 file-name completion.
7835
7836 * remote-rdi.c (_initialize_remote_rdi): Ditto for `rdilogfile'.
7837
7838 * solib.c (_initialize_solib): Ditto for `solib-search-path' and
7839 `solib-absolute-prefix'.
7840
7841 * tracepoint.c (_initialize_tracepoint): Ditto for
7842 `save-tracepoints'.
7843
7844 * win32-nat.c (_initialize_inftarg): Ditto for `dll-symbols'.
7845
7846 * cli/cli-cmds.c (init_cli_cmds): Make `shell' and `make' use
7847 file-name completion.
7848
7849 * infcmd.c (_initialize_infcmd): Make the following commands use
7850 the file-name completer: `tty', `args', `path', `paths', and
7851 `run'.
7852
7853 2001-02-18 Eli Zaretskii <eliz@is.elta.co.il>
7854
7855 * go32-nat.c: Include i387-nat.h.
7856 (fetch_register): New function, uses some of the guts of
7857 go32_fetch_registers and calls i387_supply_register.
7858 (go32_fetch_registers): Most of the code moved into
7859 fetch_register. Use i387_supply_fsave.
7860 (store_register): Use i387_fill_fsave instead of custom code.
7861 (go32_store_registers): Use i387_fill_fsave.
7862
7863 * Makefile.in (go32-nat.o): Depend on i387-nat.h.
7864
7865 * config/i386/go32.mh (NATDEPFILES): Add i387-nat.o.
7866
7867 * completer.c (gdb_completer_file_name_break_characters): Remove
7868 slash from file-name break characters.
7869 [__MSDOS__]: Special definition for DOS/Windows file names.
7870 (line_completion_function): When completing on file names, bump
7871 `p' to the first file-name constituent character of `word', before
7872 invoking the completer.
7873
7874 2001-02-17 Mark Kettenis <kettenis@gnu.org>
7875
7876 * i387-nat.c: Include "i387-nat.h". Use regnum instead of regno
7877 consistently for parameter names. Fix comments accordingly.
7878 (i387_supply_register): New function.
7879 (i387_supply_fsave): Implement using i387_supply_register.
7880 * i387-nat.h: Use regnum instead of regno consistently for
7881 parameter names. Fix comments accordingly.
7882 (i387_supply_register): New prototype.
7883
7884 2001-02-16 Michael Snyder <msnyder@mvstp600e.cygnus.com>
7885
7886 * remote.c (build_remote_gdbarch_data): Use new TARGET_ADDR_BIT
7887 instead of TARGET_PTR_BIT (to support Harvard architectures).
7888
7889 2001-02-16 Andrew Cagney <ac131313@redhat.com>
7890
7891 From 2001-02-11 Paul Hilfinger <hilfingr@lisbon.int.act-europe.fr>
7892 * hpux-thread.c (hpux_thread_xfer_memory): Add mem_attrib
7893 argument to parameter list and to call in order to conform to
7894 to_xfer_memory field of struct target_ops.
7895
7896 2001-02-12 Michael Chastain <chastain@redhat.com>
7897
7898 * somsolib.c (som_solib_add_solib_objfile): Do not use
7899 section relocation feature of syms_from_objfile. Do my own
7900 section relocation, offsetting each section of the som by
7901 either text_addr - text_link_addr or data_start.
7902
7903 2001-02-16 Andrew Cagney <ac131313@redhat.com>
7904
7905 * TODO (5.1): Move ``Hardware watchpint problems'' out of 5.1.
7906
7907 2001-02-16 Andrew Cagney <ac131313@redhat.com>
7908
7909 * MAINTAINERS (paper trail): Update.
7910
7911 2001-02-16 Mark Kettenis <kettenis@gnu.org>
7912
7913 * target.h (target_fetch_registers): Fix comment.
7914
7915 2001-02-15 Andrew Cagney <ac131313@redhat.com>
7916
7917 * f-exp.y: Include <ctype.h>.
7918 (parse_number): Ensure that ``i'' is always initialized.
7919
7920 2001-02-14 Jim Kingdon <jkingdon@engr.sgi.com>
7921
7922 * MAINTAINERS: Add myself to paper trail section.
7923
7924 2001-02-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7925
7926 * configure.in (AC_CHECK_HEADERS): Add sys/file.h.
7927 * configure, config.in: Regenerate.
7928 * corelow.c: Include <sys/file.h> if present.
7929
7930 2001-02-14 Andrew Cagney <ac131313@redhat.com>
7931
7932 * inflow.c (terminal_ours_1): Initialize ``osigtou''. Only
7933 declare when have SIGTTOU.
7934
7935 2001-02-14 Eli Zaretskii <eliz@is.elta.co.il>
7936
7937 * config/djgpp/fnchange.lst: Add entries for gdb/gdbtk/*/ChangeLog-*.
7938
7939 2001-02-12 Jim Kingdon <jkingdon@engr.sgi.com>
7940
7941 * MAINTAINERS: Update my email address.
7942
7943 2001-02-11 Eli Zaretskii <eliz@is.elta.co.il>
7944
7945 * NEWS: Document that "info symbol" works with COFF debug info and
7946 its variants.
7947
7948 * minsyms.c (lookup_minimal_symbol_by_pc_section): Don't skip
7949 symbols whose SYMBOL_BFD_SECTION is NULL.
7950
7951 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7952
7953 Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.
7954 * xcoffsolib.c (xcoff_solib_address): Renamed from
7955 pc_load_segment_name. Return NULL if address is not in a shared
7956 library. Cleanup shared library name construction, using xasprintf.
7957 Format shared library member names consistent with format in exec.c.
7958 (solib_info): Format shared library member names consistent with
7959 format in exec.c.
7960 * config/rs6000/nm-rs6000.h: Replace PC_LOAD_SEGMENT with PC_SOLIB,
7961 using xcoff_solib_address for PC_SOLIB definition.
7962 * stack.c (print_frame): Remove PC_LOAD_SEGMENT code, no longer
7963 needed.
7964
7965 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7966
7967 * mipsread.c (read_alphacoff_dynamic_symtab): Replace alloca calls
7968 with xmalloc calls and cleanups.
7969
7970 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7971
7972 * rs6000-nat.c (child_xfer_memory): Add missing parameter
7973 'struct mem_attrib *' required by 2001-01-23 change.
7974
7975 2001-02-08 Jim Kingdon <jkingdon@engr.sgi.com>
7976
7977 Updates to "make TAGS":
7978 * Makefile.in (ALLDEPFILES): Remove altos-xdep.c arm-convert.s
7979 arm-xdep.c convex-tdep.c convex-xdep.c pyr-tdep.c pyr-xdep.c
7980 tahoe-tdep.c.
7981 (TAGFILES_NO_SRCDIR): Add $(SUBDIR_CLI_SRCS).
7982
7983 2001-02-08 Eli Zaretskii <eliz@is.elta.co.il>
7984
7985 * config/djgpp/fnchange.lst: Remove extraneous "too many dots".
7986
7987 Wed Feb 7 22:39:26 2001 Andrew Cagney <cagney@redhat.com>
7988
7989 From Dean Luick <luick@cray.com>:
7990 * defs.h (continuation): Remove unused global variable.
7991
7992 Wed Feb 7 22:28:31 2001 Andrew Cagney <cagney@redhat.com>
7993
7994 * configure.tgt: Remove references to convex, pyramid, altos and
7995 tahoe.
7996 * configure.host: Ditto.
7997 * MAINTAINERS: Ditto.
7998 * NEWS: Update.
7999
8000 * tahoe-tdep.c: Delete obsolete file.
8001 * pyr-xdep.c: Ditto.
8002 * pyr-tdep.c: Ditto.
8003 * convex-tdep.c: Ditto.
8004 * convex-xdep.c: Ditto.
8005 * config/tahoe/xm-tahoe.h: Ditto.
8006 * config/tahoe/tm-tahoe.h: Ditto.
8007 * config/tahoe/tahoe.mt: Ditto.
8008 * config/tahoe/tahoe.mh: Ditto.
8009 * config/pyr/xm-pyr.h: Ditto.
8010 * config/pyr/tm-pyr.h: Ditto.
8011 * config/pyr/pyramid.mt: Ditto.
8012 * config/pyr/pyramid.mh: Ditto.
8013 * config/m68k/xm-altos.h: Ditto.
8014 * config/m68k/tm-altos.h: Ditto.
8015 * config/m68k/altos.mt: Ditto.
8016 * config/m68k/altos.mh: Ditto.
8017 * config/convex/xm-convex.h: Ditto.
8018 * config/convex/tm-convex.h: Ditto.
8019 * config/convex/convex.mt: Ditto.
8020 * config/convex/convex.mh: Ditto.
8021 * config/convex/Convex.notes: Ditto.
8022 * config/arm/xm-arm.h: Ditto.
8023 * config/arm/nm-arm.h: Ditto.
8024 * config/arm/arm.mt: Ditto.
8025 * config/arm/arm.mh: Ditto.
8026 * arm-convert.s: Ditto.
8027 * arm-xdep.c: Ditto.
8028 * altos-xdep.c: Ditto.
8029
8030 Wed Feb 7 19:41:21 2001 Andrew Cagney <cagney@redhat.com>
8031
8032 * defs.h (internal_error, internal_verror): Add __FILE__ and
8033 __LINE__ parameter.
8034 * utils.c (internal_error, internal_verror): Update.
8035
8036 * v850-tdep.c: Update calls to internal_error.
8037 * utils.c: Ditto.
8038 * ui-out.c: Ditto.
8039 * ui-file.c: Ditto.
8040 * target.h: Ditto.
8041 * symtab.h: Ditto.
8042 * symm-nat.c: Ditto.
8043 * sparc-tdep.c: Ditto.
8044 * source.c: Ditto.
8045 * serial.c: Ditto.
8046 * rs6000-tdep.c: Ditto.
8047 * rs6000-nat.c: Ditto.
8048 * remote.c: Ditto.
8049 * remote-vx.c: Ditto.
8050 * remote-sim.c: Ditto.
8051 * remote-mips.c: Ditto.
8052 * regcache.c: Ditto.
8053 * objfiles.h: Ditto.
8054 * objfiles.c: Ditto.
8055 * mn10300-tdep.c: Ditto.
8056 * mips-tdep.c: Ditto.
8057 * maint.c: Ditto.
8058 * m68k-tdep.c: Ditto.
8059 * m3-nat.c: Ditto.
8060 * language.c: Ditto.
8061 * infptrace.c: Ditto.
8062 * inferior.h: Ditto.
8063 * infcmd.c: Ditto.
8064 * ia64-tdep.c: Ditto.
8065 * i386-tdep.c: Ditto.
8066 * i386-linux-nat.c: Ditto.
8067 * hppah-nat.c: Ditto.
8068 * go32-nat.c: Ditto.
8069 * findvar.c: Ditto.
8070 * f-lang.c: Ditto.
8071 * elfread.c: Ditto.
8072 * event-loop.c: Ditto.
8073 * dwarf2read.c: Ditto.
8074 * dsrec.c: Ditto.
8075 * d30v-tdep.c: Ditto.
8076 * d10v-tdep.c: Ditto.
8077 * cli/cli-setshow.c: Ditto.
8078 * cli/cli-script.c: Ditto.
8079 * ch-exp.c: Ditto.
8080 * breakpoint.c: Ditto.
8081 * ax-gdb.c: Ditto.
8082 * arch-utils.c: Ditto.
8083 * a29k-tdep.c: Ditto.
8084 * gdb_assert.h: Ditto.
8085 * gdbarch.sh: Ditto.
8086 * gdbarch.h, gdbarch.c: Re-generate.
8087
8088 2001-02-07 Andrew Cagney <ac131313@redhat.com>
8089
8090 From Mark Kettenis <kettenis@gnu.org>:
8091 * event-top.h [!STOP_SIGNAL]: #include <signal.h>.
8092
8093 2001-02-07 Andrew Cagney <ac131313@redhat.com>
8094
8095 * remote-sim.c (dump_mem): Cleanup printf format argument.
8096 * MAINTAINERS: Update, mn10300-elf now builds.
8097
8098 2001-02-07 Mark Kettenis <kettenis@gnu.org>
8099
8100 * event-top.c: Remove duplicate #include <signal.h>.
8101
8102 2001-02-06 Andrew Cagney <ac131313@redhat.com>
8103
8104 * sol-thread.c (restore_inferior_pid): Save the PID in a freshly
8105 allocated buffer.
8106 (save_inferior_pid): Restore the PID from that tempoary
8107 buffer. Delete the buffer.
8108 * utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD.
8109
8110 2001-02-06 Andrew Cagney <ac131313@redhat.com>
8111
8112 * MAINTAINERS: Add ``The Obvious Fix Rule''.
8113
8114 2001-02-06 Andrew Cagney <ac131313@redhat.com>
8115
8116 * MAINTAINERS: Add Michael Snyder to Solaris/SPARC list.
8117
8118 2001-02-06 Andrew Cagney <ac131313@cygnus.com>
8119
8120 * gdbarch.sh: Include "gdb_assert.h".
8121 (struct gdbarch): Change ``nr_data'' to unsigned.
8122 (alloc_gdbarch_data, free_gdbarch_data): New functions.
8123 (gdbarch_free): Free the data-pointer vector. Use xfree to delete
8124 architecture vector.
8125 (struct gdbarch_data, struct gdbarch_data_registration): Move init
8126 method to gdbarch_data. Add free method, make index unsigned.
8127 (struct gdbarch_data_registry): Make nr unsigned.
8128 (register_gdbarch_data): Add free parameter. Store in
8129 gdbarch_data.
8130 (init_gdbarch_data): Use set_gdbarch_data.
8131 (set_gdbarch_data): New function.
8132
8133 * gdbarch.h, gdbarch.c: Re-generate.
8134
8135 2001-02-06 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8136
8137 * ser-unix.c (hardware_print_tty_state) [HAVE_SGTTY]: Call
8138 fprintf_filtered with correct arguments.
8139
8140 2001-02-06 Michael Snyder <msnyder@makita.cygnus.com>
8141 Submitted by Paul Hilfinger (hilfingr@gnat.com)
8142 and Andrei Petrov (and@genesyslab.com).
8143 * findvar.c: Buffers of size MAX_REGISTER_RAW_SIZE or REGISTER_BYTES
8144 must be allocated dynamically, since these are no longer constants.
8145 * infcmd.c: Ditto.
8146 * regcache.c: Ditto.
8147 * remote.c: Ditto.
8148 * sol-thread.c: Ditto.
8149 * valops.c: Ditto.
8150 * config/sparc/sun4sol2.mh (MH_CFLAGS): Add -I/usr/include/v9, as a
8151 work-around for a missing Sun header file in solaris for sparc64.
8152
8153 2001-02-04 Philip Blundell <philb@gnu.org>
8154
8155 * config/arm/linux.mh (NATDEPFILES): Add proc-service.o,
8156 thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o.
8157 * config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP,
8158 GET_THREAD_SIGNALS): Define.
8159 * arm-linux-nat.c (fill_gregset): Correct type of argument.
8160 (supply_gregset): Likewise.
8161 (fill_fpregset): Likewise.
8162 (supply_fpregset): Likewise.
8163
8164 Tue Feb 6 11:58:57 2001 David Taylor <taylor@redhat.com>
8165
8166 * valops.c (value_cast): If casting a scalar to a pointer, do not
8167 issue a message about truncation unless it exceeds the length of
8168 an address, not the length of a pointer. This is because what the
8169 user gives us is an address, not a pointer, and we will ultimately
8170 convert it (via ADDRESS_TO_POINTER) to a pointer, not truncate it
8171 to a pointer. This allows things like "print *(int *)0x01000234"
8172 to work without generating a misleading message on a target having
8173 two byte pointers and four byte addresses.
8174
8175 2001-02-05 Christopher Faylor <cgf@cygnus.com>
8176
8177 * win32-nat.c: Change PTR to void * throughout.
8178
8179 2001-02-05 J.T. Conklin <jtc@redback.com>
8180
8181 * signals.h: Removed.
8182 * event-top.c (#include <signal.h>): Changed from signals.h.
8183 * inflow.c: Likewise.
8184 * mac-xdep.c: Likewise.
8185 * ser-pipe.c: Likewise.
8186 * ser-tcp.c: Likewise.
8187 * standalone.c: Likewise.
8188 * top.c: Likewise.
8189 * utils.c: Likewise.
8190 * Makefile.in: Removed signals.h from dependencies.
8191
8192 2001-02-05 Christopher Faylor <cgf@cygnus.com>
8193
8194 Change suggested by Dean Luick <luick@cray.com>
8195 * inferior.h (step_over_calls_kind): Remove trailing comma from
8196 last enum element.
8197 (step_over_calls): Declare as extern rather than global.
8198
8199 2001-02-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8200
8201 * sh-tdep.c: Update copyright.
8202 (sh_extract_return_value): Rewrite.
8203 (sh3e_sh4_extract_return_value): New function.
8204 (sh_gdbarch_init): Initialize gdbarch_extract-return_value to new
8205 version of the function for sh3e and sh4 CPUs.
8206
8207 2001-02-05 Michael Chastain <chastain@redhat.com>
8208
8209 * hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
8210 to conform with interface change.
8211
8212 2001-02-04 Eli Zaretskii <eliz@is.elta.co.il>
8213
8214 * config/djgpp/fnchange.lst: Tweak to make consistent with the
8215 new files.
8216
8217 * config/djgpp/djconfig.sh: Use explicit absolute file name when
8218 invoking `find'.
8219
8220 * ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only if
8221 UART_FIFO_WORKS is defined. Otherwise use outportb.
8222 From Francisco Pastor <fpastor.etra-id@etra.es>
8223
8224 * go32-nat.c (go32_xfer_memory): Make the argument list consistent
8225 with target.h's `to_xfer_memory' member.
8226
8227 2001-02-02 J.T. Conklin <jtc@redback.com>
8228
8229 * ppc-bdm.c (#include <signal.h>): Removed.
8230 * remote-array.c: Likewise.
8231 * remote-bug.c: Likewise.
8232 * remote-e7000.c: Likewise.
8233 * remote-mips.c: Likewise.
8234 * remote-os9k.c: Likewise.
8235 * remote-st.c: Likewise.
8236 * remote-udi.c: Likewise.
8237 * remote-vx29k.c: Likewise.
8238 * remote-vx68.c: Likewise.
8239 * remote-vx960.c: Likewise.
8240 * remote-vxmips.c: Likewise.
8241 * remote-vxsparc.c: Likewise.
8242
8243 2001-02-02 John Moore <jmoore@redhat.com>
8244
8245 * remote-utils.h (sr_set_device): Changed free() to xfree() where
8246 appropriate. Also changed Copyright to include 2001.
8247 * symtab.h (obstack_chunk_free, SYMBOL_INIT_DEMANGLED_NAME): Likewise.
8248 * value.h (value_free): Likewise.
8249 * gdbarch.sh (gdbarch_free): Likewise.
8250 * gdbarch.c, gdbarch.h: Regenerated.
8251
8252 2001-02-02 John Moore <jmoore@redhat.com>
8253
8254 * cli/cli-cmds.c (apropos_command): Changed occurance of free() to
8255 xfree(). Also changed Copyright to include 2001.
8256
8257 2001-02-02 J.T. Conklin <jtc@redback.com>
8258
8259 * monitor.c (#include "gdb_wait.h"): Removed.
8260 * ocd.c: Likewise.
8261 * ppc-bdm.c: Likewise.
8262 * remote-adapt.c: Likewise.
8263 * remote-array.c: Likewise.
8264 * remote-bug.c: Likewise.
8265 * remote-e7000.c: Likewise.
8266 * remote-eb.c: Likewise.
8267 * remote-es.c: Likewise.
8268 * remote-mips.c: Likewise.
8269 * remote-mm.c: Likewise.
8270 * remote-nindy.c: Likewise.
8271 * remote-os9k.c: Likewise.
8272 * remote-rdi.c: Likewise.
8273 * remote-rdp.c: Likewise.
8274 * remote-sds.c: Likewise.
8275 * remote-sim.c: Likewise.
8276 * remote-st.c: Likewise.
8277 * remote-udi.c: Likewise.
8278 * remote-vx.c: Likewise.
8279 * remote-vx29k.c: Likewise.
8280 * remote-vx68.c: Likewise.
8281 * remote-vx960.c: Likewise.
8282 * remote-vxmips.c: Likewise.
8283 * remote-vxsparc.c: Likewise.
8284 * remote.c: Likewise.
8285 * ser-pipe.c: Likewise.
8286 * ser-unix.c: Likewise.
8287 * Makefile.in: Updated dependencies.
8288
8289 2001-01-31 David Smith <dsmith@redhat.com>
8290
8291 * event-loop.c: Change inclusion of string.h to gdb_string.h and
8292 updated the copyright notice.
8293 * ser-pipe.c: Ditto.
8294 * mi/mi-cmds.c: Ditto.
8295 * mi/mi-console.c: Ditto.
8296 * mi/mi-getopt.c: Ditto.
8297 * mi/mi-parse.c: Ditto.
8298
8299 2001-01-31 David Smith <dsmith@redhat.com>
8300
8301 * MAINTAINERS: Add David Smith to Write After Approval list.
8302
8303 Tue Jan 30 15:43:08 2001 Andrew Cagney <cagney@cygnus.com>
8304
8305 * cli/cli-utils.c (putchar_filtered): Move function from here.
8306 * utils.c (putchar_filtered): To here.
8307 * cli/cli-utils.h (putchar_filtered): Move declaration from here.
8308 * defs.h (putchar_filtered): To here.
8309
8310 Tue Jan 30 17:27:11 2001 Andrew Cagney <cagney@redhat.com>
8311
8312 * configure.in (AC_CHECK_FUNCS): Replace vfork test with
8313 AC_FUNC_VFORK macro.
8314 * config.in, configure: Re-generate.
8315
8316 * gdb_vfork.h: New file.
8317 * ser-pipe.c (pipe_open): Update. Include "gdb_vfork.h".
8318 * fork-child.c (fork_inferior): Ditto.
8319
8320 Tue Jan 30 17:09:07 2001 Andrew Cagney <cagney@redhat.com>
8321
8322 * defs.h (strsave): Delete declaration.
8323 * utils.c (strsave): Delete definition.
8324 * TODO (strsave): Update
8325
8326 * mac-xdep.c (tilde_expand): Replace strsave with xstrdup.
8327 * sparcl-tdep.c (sparclite_open): Ditto.
8328 * mips-tdep.c (mips_set_processor_type_command): Ditto.
8329 (_initialize_mips_tdep): Ditto.
8330 * solib.c (solib_open): Ditto.
8331 * symfile.c (add_filename_language): Ditto.
8332 (set_ext_lang_command): Ditto.
8333 * source.c (init_source_path): Ditto.
8334 (mod_path): Ditto.
8335 * sh3-rom.c (sh3_open): Ditto.
8336 (sh3e_open): Ditto.
8337 * serial.c (serial_open): Ditto.
8338 * remote-mips.c (common_open): Ditto.
8339 * monitor.c (monitor_open): Ditto.
8340 * m32r-rom.c (m32r_upload_command): Ditto.
8341 * infcmd.c (path_command): Ditto.
8342 * f-exp.y (parse_number): Ditto.
8343 * breakpoint.c (create_longjmp_breakpoint): Ditto.
8344 (create_thread_event_breakpoint): Ditto.
8345 * arc-tdep.c (arc_set_cpu_type_command): Ditto.
8346 (_initialize_arc_tdep): Ditto.
8347
8348 Tue Jan 30 15:14:26 2001 Andrew Cagney <cagney@skil>
8349
8350 * cli/cli-script.c (define_command): Check for a bad hook value in
8351 switch statement.
8352
8353 2001-01-30 J.T. Conklin <jtc@redback.com>
8354
8355 * configure/sh/embed.mt: New file.
8356 * configure/sh/linux.mt: New file.
8357 * configure/sh/sh.mt: Removed.
8358 * configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets.
8359 (sh-*-*): Removed.
8360
8361 2001-01-29 Michael Chastain <chastain@redhat.com>
8362
8363 * symtab.c (lookup_block_symbol): Use 'namespace' parameter in
8364 symbol comparisons in binary search.
8365
8366 2001-01-27 Christopher Faylor <cgf@cygnus.com>
8367
8368 * win32-nat.c (child_xfer_memory): Add missing argument required by
8369 2001-01-23 change.
8370
8371 2001-01-27 Mark Kettenis <kettenis@gnu.org>
8372
8373 * ui-out.c (do_list_end): New function.
8374 (make_cleanup_ui_out_list_end): New function.
8375 * ui-out.h: Provide prototype for make_cleanup_ui_out_list_end.
8376 * stack.c (print_frame) [UI_OUT]: Call
8377 make_cleanup_ui_out_list_end to make sure we mark the end of the
8378 list if we do a non-local exit. At the end of the function,
8379 instead of calling ui_out_list_end directly, let do_cleanups
8380 handle it.
8381
8382 2001-01-26 Fernando Nasser <fnasser@redhat.com>
8383
8384 Fix double parsing of filenames passed as command line arguments
8385 to GDB (causes weird handling of escape characters).
8386 Also, remove dependencies on the CLI from libgdb.
8387 * call-cmds.h: Remove declaration of exec_file_command().
8388 * gdbcore.h: Remove declaration of exec_file_command().
8389 Add declarations for exec_open() and exec_file_clear().
8390 * symfile.h: Add declarations for symbol_file_add_main() and
8391 symbol_file_clear().
8392 * exec.c (exec_open): New function. Implements to_open for exec
8393 targets.
8394 (exec_file_clear): New function. Makes GDB forget about a previously
8395 specified executable file.
8396 (exec_file_attach): Move parsing of arguments from here ...
8397 (exec_file_command): ... to here.
8398 (init_exec_ops): Use exec_open(), not exec_file_command() to
8399 implement to_open for exec targets.
8400 * symfile.c (symbol_file_add_main): New function. Call symbol_file_add()
8401 with default values. Used when the file name has already been parsed.
8402 (symbol_file_clear): New function. Makes GDB forget about previously
8403 read symbols.
8404 (symbol_file_command): Call the above function instead of inline code.
8405 * main.c: Include "symfile.h" and "gdbcore.h" instead of the deprecated
8406 "call-cmds.h".
8407 (captured_main): Call exec_file_attach() and symbol_file_add_main()
8408 instead of exec_file_command() and symbol_file_command().
8409 (captured_main): Add comment.
8410 * corefile.c: Include "symfile.h".
8411 (core_file_command): Call symbol_file_add_main() instead of
8412 symbol_file_command().
8413 (reopen_exec_file): Call exec_open() instead of exec_file_command().
8414 * infcmd.c: Include "symfile.h".
8415 (attach_command): Call symbol_file_add_main() instead of
8416 symbol_file_command().
8417 * infrun.c: Remove comment about the inclusion of "symfile.h",
8418 not any longer appropriate.
8419 (follow_exec): Call symbol_file_add_main() instead of
8420 symbol_file_command().
8421 * remote-es.c: Include "symfile.h".
8422 (es1800_load): Call symbol_file_add_main() instead of
8423 symbol_file_command().
8424 * remote-vx.c: Remove comment about the inclusion of "symfile.h",
8425 not any longer appropriate.
8426 (vx-wait): Call symbol_file_add_main() instead of
8427 symbol_file_command().
8428 * solib-svr4.c (open_symbol_file_object): Call symbol_file_add_main()
8429 instead of symbol_file_command().
8430 * v850ice.c (ice_file): Call exec_open(), exec_file_attach() and
8431 symbol_file_add_main() instead of exec_file_command() and
8432 symbol_file_command().
8433 * Makefile.in: Update dependencies.
8434
8435 2001-01-26 Jeff Holcomb <jeffh@redhat.com>
8436
8437 * remote-udi.c (udi_open): Change strdup to xstrdup.
8438 * thread.c (thread_apply_all_command): Change strdup to xstrdup.
8439 Update copyright message.
8440 * varobj.c (delete_variable_1): Likewise.
8441
8442 * gdb_string.h: Remove declaration of strdup. Update copyright
8443 message.
8444 * config/xm-mpw.h: Likewise.
8445 * config/i386/xm-i386mach.h: Likewise.
8446 * config/m68k/xm-apollo68b.h: Likewise.
8447 * config/m68k/xm-hp300bsd.h: Likewise.
8448 * config/rs6000/xm-rs6000.h: Likewise.
8449 * config/vax/xm-vaxult.h: Remove declaration of strdup.
8450 * config/vax/xm-vaxult2.h: Likewise.
8451
8452 2001-01-26 Jeff Holcomb <jeffh@redhat.com>
8453
8454 * MAINTAINERS: Add Jeff Holcomb to Write After Approval list.
8455
8456 2001-01-25 J.T. Conklin <jtc@redback.com>
8457
8458 * target.c (target_xfer_memory_partial): Return -1 on failure due
8459 to invalid access mode attribute.
8460
8461 2001-01-25 Christopher Faylor <cgf@cygnus.com>
8462
8463 * win32-nat.c (_initialize_core_win32): Prototype correctly.
8464
8465 2001-01-25 Mark Kettenis <kettenis@gnu.org>
8466
8467 * config/alpha/tm-fbsd.h: Update copyright.
8468 (USE_STRUCT_CONVENTION): Define in terms of
8469 alphabsd_use_struct_convention.
8470 * config/alpha/fbsd.mt (TDEPFILES): Add alphafbsd-tdep.c.
8471 * alphafbsd-tdep.c: New file.
8472
8473 2001-01-24 Fernando Nasser <fnasser@redhat.com>
8474
8475 * top.c (print_gdb_version): Update Copyright year.
8476
8477 2001-01-24 J.T. Conklin <jtc@redback.com>
8478
8479 * dcache.c (dcache_write_line): Fix typo.
8480
8481 * memattr.c (delete_mem_region): Replace free() with xfree().
8482 (mem_number): Add explicit type.
8483
8484 * sol-thread.c (sol_thread_xfer_memory): Add attrib argument.
8485 (rw_common): Likewise.
8486
8487 2001-01-24 Fernando Nasser <fnasser@redhat.com>
8488
8489 * infcmd.c (get_inferior_args, set_inferior_args): Accessor functions
8490 for the inferior program arguments.
8491 (run_command, run_no_args_command, init_infcmd)): Use accessor
8492 functions to set the inferior program arguments.
8493 * inferior.h: Add definitions to the accessor functions above.
8494
8495 2001-01-23 Jim Blandy <jimb@redhat.com>
8496
8497 * dwarf2read.c (read_tag_const_type, read_tag_volatile_type):
8498 Implement these correctly, using make_cv_type.
8499
8500 2001-01-23 J.T. Conklin <jtc@redback.com>
8501
8502 * exec.c (xfer_memory): Add attrib argument.
8503 * infptrace.c (child_xfer_memory): Likewise.
8504 * lin-lwp.c (lin_lwp_xfer_memory): Likewise.
8505 * monitor.c (monitor_xfer_memory): Likewise.
8506 * remote-adapt.c (adapt_xfer_inferior_memory): Likewise.
8507 * remote-array.c (array_xfer_memory): Likewise.
8508 * remote-bug.c (bug_xfer_memory): Likewise.
8509 * remote-e7000.c (e7000_xfer_inferior_memory): Likewise.
8510 * remote-eb.c (eb_xfer_inferior_memory): Likewise.
8511 * remote-es.c (es1800_xfer_inferior_memory): Likewise.
8512 * remote-mips.c (mips_xfer_memory): Likewise.
8513 * remote-mm.c (mm_xfer_inferior_memory): Likewise.
8514 * remote-nindy.c (nindy_xfer_inferior_memory): Likewise.
8515 * remote-os9k.c (rombug_xfer_inferior_memory): Likewise.
8516 * remote-rdi.c (arm_rdi_xfer_memory): Likewise.
8517 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Likewise.
8518 * remote-sds.c (sds_xfer_memory): Likewise.
8519 * remote-sim.c (gdbsim_xfer_inferior_memory): Likewise.
8520 * remote-st.c (st2000_xfer_inferior_memory): Likewise.
8521 * remote-udi.c (udi_xfer_inferior_memory): Likewise.
8522 * remote-vx.c (vx_xfer_memory): Likewise.
8523 * remote.c (remote_xfer_memory): Likewise.
8524 * target.c (debug_to_xfer_memory, do_xfer_memory): Likewise.
8525 * target.h (child_xfer_memory, do_xfer_memory, xfer_memory): Likewise.
8526 * thread-db.c (thread_db_xfer_memory): Likewise.
8527
8528 * target.h (#include "memattr.h"): Added.
8529 (target_ops.to_xfer_memory): Add attrib argument.
8530
8531 * wince.c (_initialize_inftarg): Removed call to set_dcache_state.
8532 * dcache.h (set_dcache_state): Removed declaration.
8533 * dcache.c (set_dcache_state): Removed definition
8534
8535 * dcache.c: Update module comment, as dcache is now enabled and
8536 disabled with memory region attributes instead of by the global
8537 variable "remotecache". Add comment describing the interaction
8538 between dcache and memory region attributes.
8539 (dcache_xfer_memory): Add comment describing benefits of moving
8540 cache writeback to a higher level.
8541 (dcache_struct): Removed cache_has_stuff field. This was used to
8542 record whether the cache had been accessed in order to invalidate
8543 it when it was disabled. However, this is not needed because the
8544 cache is write through and the code that enables, disables, and
8545 deletes memory regions invalidate the cache. Add comment which
8546 suggests that we could be more selective and only invalidate those
8547 cache lines containing data from those memory regions.
8548 (dcache_invalidate): Updated.
8549 (dcache_xfer_memory): Updated.
8550
8551 (dcache_alloc): Don't abort() if dcache_enabled_p is clear.
8552 (dcache_xfer_memory): Removed code that called do_xfer_memory() to
8553 perform a uncached transfer if dcache_enabled_p was clear. This
8554 function is now only called if caching is enabled for the memory
8555 region.
8556 (dcache_info): Always print cache info.
8557
8558 * target.c (do_xfer_memory): Add attrib argument.
8559 (target_xfer_memory, target_xfer_memory_partial): Break transfer
8560 into chunks defined by memory regions, pass region attributes to
8561 do_xfer_memory().
8562 * dcache.c (dcache_read_line, dcache_write_line): Likewise.
8563
8564 * Makefile.in (SFILES): Add memattr.c.
8565 (COMMON_OBS): Add memattr.o.
8566 (dcache.o): Add target.h to dependencies.
8567 * memattr.c: New file.
8568 * memattr.h: Likewise.
8569
8570 * config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a.
8571 * config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise.
8572 * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise.
8573 * gdbserver/low-sim.c (#include "defs.h"): Removed.
8574 (mygeneric_load): Rename from generic_load.
8575
8576 * gdbserver/low-hppabsd.c (#include "server.h"): Added.
8577 (#include "defs.h"): Removed.
8578 (inferior_pid, perror_with_name): Remove declarations.
8579 * gdbserver/low-linux.c: Likewise.
8580 * gdbserver/low-nbsd.c: Likewise.
8581 * gdbserver/low-sparc.c: Likewise.
8582 * gdbserver/low-sun3.c: Likewise.
8583
8584 * i386-stub.c: Re-indent.
8585 * m68k-stub.c: Re-indent.
8586
8587 2001-01-22 Nicholas Duffek <nsd@redhat.com>
8588
8589 * gdbarch.sh (PARM_BOUNDARY): Define.
8590 * gdbarch.c: Regenerate.
8591 * gdbarch.h: Regenerate.
8592
8593 2001-01-22 J.T. Conklin <jtc@redback.com>
8594
8595 * ns32k-tdep.c: #include "frame.h"
8596 * config/ns32k/tm-umax.h (FRAME_FIND_SAVED_REGS): Restore. It
8597 appears to have been inadvertantly removed sometime in May 1999.
8598
8599 * Revert 2000-11-09 changes where shared library objects were
8600 moved from NATDEPFILES to TDEPFILES on NetBSD targets. While
8601 we'd like to be able to debug dynamically linked executables,
8602 this makes it impossible to build a cross debugger on a many
8603 hosts.
8604
8605 * config/i386/nbsd.mt: Remove solib.o, solib-svr4.o from TDEPFILES.
8606 * config/i386/nbsdelf.mt: Likewise.
8607 * config/m68k/nbsd.mt: Likewise.
8608 * config/ns32k/nbsd.mt: Likewise.
8609 * config/powerpc/nbsd.mt: Likewise.
8610 * config/sparc/nbsd.mt: Likewise.
8611 * config/sparc/nbsdelf.mt: Likewise.
8612 * config/i386/nbsd.mh: Add solib.o, solib-svr4.o to NATDEPFILES.
8613 * config/i386/nbsdelf.mh: Likewise.
8614 * config/m68k/nbsd.mh: Likewise.
8615 * config/ns32k/nbsd.mh: Likewise.
8616 * config/powerpc/nbsd.mh: Likewise.
8617 * config/sparc/nbsd.mh: Likewise.
8618
8619 2001-01-19 Jason Merrill <jason@redhat.com>
8620
8621 * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++.
8622 (process_one_symbol): Likewise.
8623 * dwarfread.c (handle_producer): Likewise.
8624
8625 Thu Jan 18 12:08:57 2001 Andrew Cagney <cagney@b1.cygnus.com>
8626
8627 * configure.in (build_warnings): Disable -Wuninitialized until GDB
8628 compiles with -Wuninitialized,-Werror.
8629 * configure: Regenerate.
8630
8631 * MAINTAINERS: Add list of buildable targets.
8632
8633 Thu Jan 18 12:48:04 2001 Andrew Cagney <cagney@b1.cygnus.com>
8634
8635 * defs.h (STRCMP): Delete macro.
8636
8637 * objfiles.c (objfile_relocate): Replace STRCMP with call to
8638 strcmp.
8639 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
8640 * symfile.c (compare_symbols): Ditto.
8641 * standalone.c (open): Ditto.
8642 * remote-es.c (verify_break): Ditto.
8643 * cli/cli-decode.c (add_cmd, add_show_from_set): Ditto.
8644
8645 * symfile.c (compare_psymbols): Delete comment refering to STRCMP.
8646
8647 Thu Jan 18 12:25:06 2001 Andrew Cagney <cagney@b1.cygnus.com>
8648
8649 * varobj.c (FREEIF): Delete macro.
8650 (varobj_set_value, free_variable): Replace FREEIF with ``xfree''
8651 call.
8652
8653 2001-01-18 Nick Clifton <nickc@redhat.com>
8654
8655 * arc-tdep.c (arc_cpu_type_table): Add new arc core numbers.
8656 (arc_print_insn): No bfd available, so pass NULL to
8657 arc_get_disassembler.
8658
8659 2001-01-09 James Ingham <jingham@inghji.apple.com>
8660
8661 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookup
8662 a mangled symbol rather than recursing into lookup_symbol, since
8663 this will just re-unmangle the name & call lookup_symbol_aux -
8664 leading to an infinite recursion.
8665
8666 2001-01-18 Mark Kettenis <kettenis@gnu.org>
8667
8668 * infcmd.c (print_return_value): Restore another space lost by
8669 switch to UIOUT. ``$NN='' should be ``$NN =''.
8670
8671 Fri Jan 19 02:31:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
8672
8673 * target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
8674 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro
8675 definition in parenthesis.
8676
8677 Fri Jan 19 02:13:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
8678
8679 From 2000-10-27 Mark Salter <msalter@redhat.com>:
8680 * remote.c (remote_remove_hw_breakpoint): Add 'len' field to Z
8681 packet.
8682 (remote_insert_hw_breakpoint): Ditto.
8683
8684 2001-01-17 J.T. Conklin <jtc@redback.com>
8685
8686 * config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.
8687 (BPT_VECTOR, REMOTE_BPT_VECTOR): Change to 0xf.
8688 * config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o.
8689 * m68knbsd-tdep.c: New file.
8690
8691 * i386nbsd-tdep.c: Remove #if 0'd out #includes.
8692
8693 * m68knbsd-nat.c: #include gdbcore.h.
8694
8695 Wed Jan 17 09:41:58 2001 Andrew Cagney <cagney@b1.cygnus.com>
8696
8697 * MAINTAINERS: Add J.T. Conklin to Blanket Write Privs.
8698
8699 2001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>
8700
8701 * procfs.c (procfs_stopped_by_watchpoint): Don't die if process
8702 goes away -- just return false (ie. not stopped by watchpoint).
8703 * source.c (openp): Fix typo in comment.
8704
8705 2001-01-12 Nicholas Duffek <nsd@redhat.com>
8706
8707 * blockframe.c (generic_get_saved_register): Spelling fix.
8708 * frame.h (FRAME_FP): Spelling fix.
8709
8710 Fri Jan 12 18:29:46 2001 Andrew Cagney <cagney@b1.cygnus.com>
8711
8712 * infcmd.c (print_return_value): Restore space lost by switch to
8713 UIOUT. ``$NN='' should be ``$NN =''.
8714
8715 2001-01-08 Nicholas Duffek <nsd@redhat.com>
8716
8717 * regcache.c (set_register_cached, register_buffer,
8718 real_register, pseudo_register fetch_register, store_register):
8719 New functions.
8720 (register_changed, read_relative_register_raw_bytes_for_frame,
8721 registers_changed, registers_fetched, read_register_bytes,
8722 read_register_gen, write_register_gen, read_register,
8723 read_signed_register, write_register, supply_register): Replace
8724 register_valid[] with register_cached() and
8725 set_register_cached().
8726 (read_register_bytes, read_register_gen, write_register_gen,
8727 read_register, read_signed_register, write_register,
8728 supply_register): Replace registers[] with register_buffer().
8729 (read_register_bytes, read_register_gen, read_register,
8730 read_signed_register): Call fetch_register().
8731 (write_register_gen, write_register): Call real_register() and
8732 store_register().
8733 (write_register_bytes): Call store_register().
8734 * value.h (set_register_cached, register_buffer): Prototype.
8735 * remote.c (remote_fetch_registers): Allocate regs[] with a
8736 run-time size. Replace register_valid[] with
8737 set_register_cached().
8738 (store_register_using_P, remote_store_registers): Replace
8739 registers[] with register_buffer().
8740
8741 2001-01-08 Nicholas Duffek <nsd@redhat.com>
8742
8743 * regcache.c: Change "write-back" comment to "write-through".
8744 Change "regno" to "regnum".
8745 (read_register, read_signed_register): Remove "raw" from return
8746 value description.
8747 (supply_register): Spelling fix.
8748 * value.h: Change "regno" to "regnum".
8749
8750 2001-01-08 Fernando Nasser <fnasser@redhat.com>
8751
8752 * Makefile.in (install-gdbtk): Add .itcl files to the list of files
8753 to be installed.
8754
8755 2001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
8756
8757 * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
8758
8759 2001-01-04 Nicholas Duffek <nsd@redhat.com>
8760
8761 * valops.c (VALUE_SUBSTRING_START): Delete.
8762
8763 2001-01-04 Nicholas Duffek <nsd@redhat.com>
8764
8765 * Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
8766 (SUBDIR_CLI_SRCS): Add cli/cli-utils.c.
8767 (cli_utils_h): New variable.
8768 (cli/cli-utils.o): New rule.
8769 * cli/cli-utils.c: New file.
8770 * cli/cli-utils.h: New file.
8771
8772 2001-01-04 Nicholas Duffek <nsd@redhat.com>
8773
8774 * config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
8775 REGISTER_CONVERT_TO_RAW): Delete trailing semicolon.
8776
8777 2001-01-03 J.T. Conklin <jtc@redback.com>
8778
8779 * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in
8780 comment.
8781
8782 2001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
8783
8784 * sh-tdep.c (sh_default_store_return_value): Allow for small return type.
8785 (sh3e_sh4_store_return_value): Call sh_default_store_return_value for
8786 non-float types.
8787 * sparc-tdep.c (sparc_frame_chain): Fix typo in comment.
8788 Update copyright notice.
8789
8790 For older changes see ChangeLog-2000
8791 \f
8792 Local Variables:
8793 mode: change-log
8794 left-margin: 8
8795 fill-column: 74
8796 version-control: never
8797 End:
This page took 0.730858 seconds and 4 git commands to generate.