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