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