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