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