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