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