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