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