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