* tracepoint.c (trace_command): We now have tracepoint
[binutils-gdb.git] / gdb / ChangeLog
1 2001-06-14 Keith Seitz <keiths@redhat.com>
2
3 * tracepoint.c (trace_command): We now have tracepoint
4 events. Get rid of those ugly hooks.
5 (tracepoint_operation): Likewise.
6 (trace_pass_command): Likewise.
7
8 2001-06-13 Michael Snyder <msnyder@redhat.com>
9
10 * gdbthread.h (struct thread_info): Add new fields:
11 current_line, current_symtab, step_sp, for saved infrun state.
12 * thread.c (save_infrun_state, load_infrun_state): Save and
13 restore current_line, current_symtab, and step_sp.
14 (add_thread): Rather than adding assignments to initialize
15 the new fields, just use memset (tp, 0, sizeof (*tp).
16 This way future new fields will not be overlooked.
17 * infrun.c (handle_inferior_event): Save and restore save_sp,
18 current_line, and current_symtab when switching threads.
19
20 2001-06-13 Elena Zannoni <ezannoni@redhat.com>
21
22 * MAINTAINERS: Add Andrew Cagney as co-maintainer of
23 testsuite/gdb.mi.
24
25 2001-06-11 Andrew Cagney <ac131313@redhat.com>
26
27 * symtab.c (lookup_symtab_1): Replace basename with lbasename.
28 (lookup_partial_symtab, file_matches): Ditto.
29 (make_source_files_completion_list): Ditto.
30 (make_file_symbol_completion_list): Ditto. Make local char*
31 variable ``tail'' constant.
32 (make_source_files_completion_list): Ditto with ``base_name''.
33 * source.c (open_source_file): Use lbasename. Make ``p'' const
34 char *.
35
36 2001-06-13 Eli Zaretskii <eliz@is.elta.co.il>
37
38 * config/i386/xm-go32.h (SLASH_P, ROOTED_P, SLASH_CHAR)
39 (SLASH_STRING): Remove unised definitions.
40 * config/i386/xm-cygwin.h: Likewise.
41
42 2001-06-12 Andrew Cagney <ac131313@redhat.com>
43
44 * ui-out.c (ui_out_list_begin): Add parameter ``id''.
45 (make_cleanup_ui_out_list_begin_end): Ditto. Open the list.
46 * ui-out.h: Update declarations.
47
48 Mon Jun 11 17:26:43 2001 Andrew Cagney <cagney@b1.cygnus.com>
49
50 * source.c (openp): Make parameters ``path'' and ``string''
51 constant.
52 (openp): Use alloca to safely duplicate ``string''. Make local
53 variables ``p'' and ``p1'' constant. Delete char* casts.
54 * defs.h: Update.
55
56 * symtab.c (lookup_symtab_1): Make parameter ``name'' constant.
57 (lookup_symtab, lookup_partial_symtab): Ditto.
58 * symtab.h (lookup_symtab, lookup_partial_symtab): Update.
59
60 2001-06-11 Andrew Cagney <ac131313@redhat.com>
61
62 * ui-out.h (ui_out_table_begin): Make char* parameters constant.
63 (ui_out_table_header, ui_out_field_int): Ditto.
64 (ui_out_field_core_addr, ui_out_field_string): Ditto.
65 (ui_out_field_stream, ui_out_field_fmt): Ditto.
66 (ui_out_field_skip, ui_out_text, ui_out_message): Ditto.
67 * ui-out.c (ui_out_table_begin, ui_out_table_header): Update.
68 (ui_out_field_core_addr, ui_out_field_stream): Update.
69 (ui_out_field_string, ui_out_field_fmt): Update.
70 (ui_out_text, ui_out_message): Update.
71 (append_header_to_list): Make char* parameters constant.
72 (uo_table_header, uo_table_begin): Ditto.
73 (uo_field_int, uo_field_skip): Ditto.
74 (uo_field_string, uo_field_fmt): Ditto.
75 (uo_text, uo_message): Ditto.
76
77 2001-06-11 Eli Zaretskii <eliz@is.elta.co.il>
78
79 * completer.c (gdb_completer_loc_break_characters): New variable.
80 (line_completion_function): If we are completing on locations,
81 back up the start of word pointer past all characters which can
82 appear in a location spec.
83 (location_completer): New function.
84
85 * completer.h: Add prototype for location_completer.
86
87 * symtab.c (make_source_files_completion_list)
88 (add_filename_to_list, not_interesting_fname): New functions.
89 (filename_seen): New function, body extracted from
90 output_source_filename.
91 (output_source_filename): Call filename_seen to check if the file
92 was already printed.
93 (make_symbol_completion_list): If TEXT includes a
94 double-quoted string, return an empty list, not NULL.
95 (make_file_symbol_completion_list): New function, similar to
96 make_symbol_completion_list but with an additional argument
97 SRCFILE.
98
99 * symtab.h (make_file_symbol_completion_list)
100 (make_source_files_completion_list): Add prototypes.
101
102 * breakpoint.c (_initialize_breakpoint): Make location_completer
103 be the completion function for all commands which set breakpoints
104 and watchpoints.
105 (top-level): #include "completer.h".
106
107 * tracepoint.c (_initialize_tracepoint): Make location_completer
108 be the completion function for the "trace" command.
109 (top-level): #include "completer.h".
110
111 * printcmd.c (_initialize_printcmd): Make location_completer be
112 the completion function for the "print", "inspect", "call", and
113 "disassemble" commands.
114 (top-level): #include "completer.h".
115
116 * infcmd.c (_initialize_infcmd): Make location_completer be the
117 completion function for the "go", "jump", and "until" commands.
118 (top-level): #include "completer.h".
119
120 2001-06-10 Christopher Faylor <cgf@redhat.com>
121
122 * gnu-regex.c: Eliminate obsolete check for _MSC_VER.
123 * utils.c (notice_quit): Remove dummy function only used for _MSC_VER.
124 * values.c (unpack_double): Remove obsolete check for _MSC_VER.
125 * defs.h: Ditto.
126 * m32r-rom.c: Ditto.
127 * p-exp.y: Ditto.
128 * ser-e7kpc.c: Ditto. Define WIN32_LEAN_AND_MEAN under _WIN32, for
129 faster compilation.
130 (get_ds_base): Remove _MSC_VER version of this function.
131 * nindy-share/ttyflush.c: Ditto.
132 * rdi-share/host.h: Ditto.
133 * ser-go32.c (dos_readchar): Remove call to obsolete function.
134 * remote-sim.c (gdb_os_poll_quit): Ditto.
135 * remote-e7000.c (expect): Remove obsolete #if 0'ed code.
136
137 * main.c (captured_main): Eliminate special Cygwin checks.
138 * ser-tcp.c: Remove unneeded __CYGWIN__ guard against system include.
139
140 2001-06-09 Andrew Cagney <ac131313@redhat.com>
141
142 * Makefile.in (gdbcmd_h): Add ui_out_h.
143 (breakpoint.o, infcmd.o, main.o, printcmd.o, stack.o): Ditto.
144 (thread.o, top.o): Ditto.
145
146 * ui-out.h (table_begin_ftype): Make string parameters constant.
147 (table_header_ftype): Ditto.
148 (field_int_ftype): Ditto.
149 (field_skip_ftype): Ditto.
150 (field_string_ftype): Ditto.
151 (field_fmt_ftype): Ditto.
152 (text_ftype): Ditto.
153 (message_ftype): Ditto.
154 * cli-out.c (cli_table_begin): Ditto.
155 (cli_table_header): Ditto.
156 (cli_field_int): Ditto.
157 (cli_field_skip): Ditto.
158 (cli_field_string): Ditto.
159 (cli_field_fmt): Ditto.
160 (cli_text): Ditto.
161 (cli_message): Ditto.
162 (out_field_fmt): Ditto.
163 * ui-out.c (default_table_begin): Ditto.
164 (default_table_header): Ditto.
165 (default_field_int): Ditto.
166 (default_field_skip): Ditto.
167 (default_field_string): Ditto.
168 (default_field_fmt): Ditto.
169 (default_text): Ditto.
170 (default_message): Ditto.
171
172 2001-06-08 Michael Snyder <msnyder@redhat.com>
173
174 * breakpoint.c (delete_breakpoint): Pass mark_inserted to
175 remove_breakpoint, so that the subsequent test for
176 bpt->inserted will succeed, and duplicates will be fixed up.
177
178 2001-06-08 Per Bothner <per@bothner.com>
179
180 * dwarf2read.c (set_cu_language): Handle DW_LANG_Java.
181
182 2001-06-07 Keith Seitz <keiths@redhat.com>
183
184 * tracepoint.c (tracepoint_opertation): Add ui event
185 notifications.
186 (trace_pass_command): Ditto.
187
188 2001-06-07 Andrew Cagney <ac131313@redhat.com>
189
190 * MAINTAINERS (Write After Approval): Note the entry criteria.
191 (HP/PA): Jeff Law stepped down
192
193 2001-06-07 Jim Blandy <jimb@redhat.com>
194
195 * gdbarch.sh: Make sure that '[' doesn't interpret interesting
196 variable values as operators.
197
198 2001-06-07 Keith Seitz <keiths@redhat.com>
199
200 * gdb-events.sh: Fix quote escaping which was obsoleted
201 by last patch.
202
203 2001-06-07 Keith Seitz <keiths@redhat.com>
204
205 * gdb-events.sh: Make if statements and tests
206 a little more portable.
207 Don't use shell's echo command to put strings containing
208 escaped characeters into a file -- different flavors of /bin/sh
209 require differnt levels of escaping. Use cat <<EOF instead.
210 Our internal field separator is a colon. Change all
211 commands which assume it is a space.
212
213 2001-06-06 Mark Kettenis <kettenis@gnu.org>
214
215 * lin-lwp.c (struct lwp_info): Add member `resumed'.
216 (iterate_over_lwps): Make sure we can handle CALLBACK deleting the
217 LWP it's called for.
218 (lin_lwp_attach): Mark LWP as resumed to make sure the fake
219 SIGSTOP is reported.
220 (resume_clear_callback): New function.
221 (resume_set_callback): New function.
222 (lin_lwp_resume): Mark all LWP's that we're going to resume as
223 resumed, and unmark all others.
224 (status_callback): Only report a pending wait status if we pretend
225 that LP has been resumed.
226 (resumed_callback): New function.
227 (lin_lwp_wait): Add assertions to check that LWP's are properly
228 marked as resumed. Partially revert 2001-05-25 patch by Michael
229 Snyder: do not resume all threads. Add comment explaining the
230 problems associated with this bit of code.
231
232 2001-06-07 Keith Seitz <keiths@redhat.com>
233
234 * MAINTAINTERS: Syd Polk is stepping down from
235 maintaining libgui. I am replacing him.
236
237 2001-06-07 Eli Zaretskii <elis@is.elta.co.il>
238
239 * config/mips/tm-irix6.h: New file.
240
241 * config/mips/irix6.mh: New file.
242
243 * config/mips/irix6.mt: New file.
244
245 * config/mips/xm-irix6.h: New file.
246
247 * config/mips/nm-irix6.h: New file.
248
249 * mips-tdep.c (mips_gdbarch_init) <MIPS_ABI_N32>: Set up the
250 disassembler info in tm_print_insn_info as appropriate for the N32
251 ABI. Force N32 ABI to be the default if the CPU is R8000 or
252 R10000.
253
254 * configure.tgt (mips*-sgi-irix6*): Map to irix6.
255
256 * configure.host (mips*-sgi-irix6*): Ditto.
257
258 2001-06-07 Andrew Cagney <ac131313@redhat.com>
259
260 * gnu-v3-abi.c: Include "gdb_assert.h".
261 (build_gdb_vtable_type): Replace abort() with gdb_assert().
262
263 2001-06-06 Jim Blandy <jimb@redhat.com>
264
265 * cp-abi.h: Rearrange code to put documentation comments above the
266 functions we export. The actual function table itself simply
267 refers to those functions. Minor doc fixes.
268
269 * gdbarch.sh: Changes to effect the following:
270 * gdbarch.c (initialize_non_multiarch): New function.
271 * gdbarch.h (initialize_non_multiarch): New declaration.
272 * arch-utils.c (initialize_current_architecture): For
273 non-multiarch configurations, call initialize_non_multiarch.
274
275 2001-06-06 Andrew Cagney <ac131313@redhat.com>
276
277 * symfile.c (compare_psymbols): Replace PTR with void*. Delete
278 declaration.
279 (compare_symbols): Ditto.
280
281 2001-06-06 Jonathan Larmour <jlarmour@redhat.com>
282
283 * arch-utils.c (generic_prepare_to_proceed): Allow for having
284 stopped due to a Ctrl-C as well as breakpoints.
285
286 * hppa-tdep.c (hppa_prepare_to_proceed): Add FIXME as this may not
287 support thread switches after Ctrl-C.
288 * lin-lwp.c (lin_lwp_prepare_to_proceed): Ditto.
289 * linux-thread.c (linuxthreads_prepare_to_proceed): Ditto.
290 * m3-nat.c (mach3_prepare_to_proceed): Ditto.
291
292 2001-06-06 Jim Blandy <jimb@redhat.com>
293
294 * gdbarch.sh, gdbarch.c: Revert change of 2001-06-01; all
295 per-architecture data should be registered at initialization time,
296 before any gdbarch objects get used, so the generality is
297 unnecessary.
298
299 2001-06-06 Keith Seitz <keiths@redhat.com>
300
301 * gdb-events.sh (function_list): Add tracepoint_create,
302 tracepoint_delete, and tracepoint_modify events.
303 * gdb-events.c: Regenerated.
304 * gdb-events.h: Regenerated.
305
306 2001-06-06 Keith Seitz <keiths@redhat.com>
307
308 * gdb-events.sh: Update copyrights.
309 Change free to xfree.
310 * gdb-events.c: Regenerated.
311 * gdb-events.h: Regenerated.
312
313 2001-06-06 Eli Zaretskii <eliz@is.elta.co.il>
314
315 * source.c (mod_path, openp): Use #ifdef HAVE_DOS_BASED_FILE_SYSTEM
316 instead of #if HAVE_DOS_BASED_FILE_SYSTEM.
317 * completer.c: Ditto.
318 * cli/cli-cmds.c (cd_command): Ditto.
319
320 2001-06-04 Eli Zaretskii <eliz@is.elta.co.il>
321
322 * mips-tdep.c (show_mipsfpu_command): Remove unused variable msg.
323 (mips_set_processor_type_command): Remove unused variable j.
324 (mips_breakpoint_from_pc): Declare breakpoint instruction
325 sequences as unsigned char, to avoid compiler warnings.
326
327 * source.c (mod_path, openp): Use HAVE_DOS_BASED_FILE_SYSTEM
328 instead of system-specific define's like _WIN32 and __MSDOS__.
329 Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH instead of SLASH_P and
330 ROOTED_P.
331 (top-level): #include "filenames.h".
332
333 * solib.c (solib_open): Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH
334 instead of SLASH_CHAR, ROOTED_P and SLASH_P.
335 (top-level): #include "filenames.h".
336
337 * defs.h (SLASH_P, SLASH_CHAR, ROOTED_P): Remove definitions.
338 (SLASH_STRING): Define only for _WIN32.
339
340 * completer.c: Use HAVE_DOS_BASED_FILE_SYSTEM instead of
341 __MSDOS_.
342
343 * cli/cli-cmds.c (cd_command): Use IS_DIR_SEPARATOR and
344 IS_ABSOLUTE_PATH instead of SLASH_P and ROOTED_P. Replace
345 system-specific ifdefs with HAVE_DOS_BASED_FILE_SYSTEM.
346 (top-level): #include "filenames.h".
347
348 * go32-nat.c (go32_wait): Change the return value to ptid_t.
349
350 * config/djgpp/fnchange.lst: Add two new files in the
351 gdb/testsuite/gdb.c++/ directory to the remapped names.
352
353 * config/djgpp/djconfig.sh (lt_cv_sys_max_cmd_len): Set to 12KB.
354
355 2001-06-01 Jim Blandy <jimb@redhat.com>
356
357 Expand the gdbarch per-architecture data vector as needed, rather
358 than requiring that all per-architecture data be registered before
359 the first gdbarch object is allocated.
360 * gdbarch.sh: Changes to effect the following:
361 * gdbarch.c (alloc_gdbarch_data, init_gdbarch_data): Delete
362 declarations and definitions.
363 (check_gdbarch_data): New function, and declaration.
364 (gdbarch_alloc): Don't call alloc_gdbarch_data; leaving the fields
365 zero is good enough.
366 (free_gdbarch_data): Tolerate a null data pointer. Free only
367 those data items gdbarch->data actually has allocated.
368 (set_gdbarch_data, gdbarch_data): Call check_gdbarch_data.
369 (gdbarch_update_p): No need to call init_gdbarch_data.
370
371 2001-06-01 Kevin Buettner <kevinb@redhat.com>
372
373 * ia64-tdep.c (is_float_or_hfa_type_recurse): Call check_typedef()
374 on types that we wish to recurse on.
375 (slot_alignment_is_next_even): New function.
376 (ia64_push_arguments): Call slot_alignment_is_next_even() to
377 examine the type in order to decide if it's necessary to skip
378 an odd slot.
379
380 2001-06-01 Michael Snyder <msnyder@redhat.com>
381
382 * thread.c (delete_step_resume_breakpoint): New function.
383 Maintain internal consistency of the thread list while deleting
384 a step_resume_breakpoint.
385 * gdbthread.h (delete_step_resume_breakpoint): Export.
386 * breakpoint.c (bpstat_find_step_resume_breakpoint):
387 Make thread-aware: don't return a step_resume_breakpoint
388 for the wrong thread.
389 * infrun.c (wait_for_inferior): Call delete_step_resume_breakpoint
390 instead of delete_breakpoint_current_contents.
391 (fetch_inferior_event): Ditto.
392 (handle_inferior_event): Call delete_step_resume_breakpoint
393 instead of delete_breakpoint.
394 * infrun.c (handle_inferior_event): After singlestepping over a
395 thread-specific breakpoint, use currently_stepping() to decide
396 whether to step or continue.
397
398 2001-06-01 Jim Blandy <jimb@redhat.com>
399
400 * gnu-v3-abi.c (gnu_v3_abi_ops, vtable_type_gdbarch_data): Make
401 these static --- there's no reason other files should use these.
402
403 * partial-stab.h (case N_FUN: case 'f':, case N_FUN: case 'F':)
404 Fix memory leak.
405
406 * partial-stab.h: New complaint: function_outside_compilation_unit.
407 (case N_FUN: case 'f':, case N_FUN: case 'F':): If pst is zero,
408 complain, and don't try to set pst's start address.
409
410 2001-05-31 Kevin Buettner <kevinb@redhat.com>
411
412 * ia64-linux-tdep.c (IA64_LINUX_SIGCONTEXT_OFFSET): Revise to
413 match the location at which the kernel is placing the sigcontext
414 struct.
415
416 * ia64-tdep.c (max_skip_non_prologue_insns): New static global.
417 (refine_prologue_limit): New function.
418 (examine_prologue): Further limit number of instructions
419 scanned by calling refine_prologue_limit(). Revise way in
420 which the end of prologue address is computed for frameless
421 functions.
422
423 2001-05-29 Christopher Faylor <cgf@redhat.com>
424
425 * partial-stab.h: Revert previous patch.
426
427 2001-05-29 Christopher Faylor <cgf@redhat.com>
428
429 * partial-stab.h: Consistently guard against pst being NULL.
430
431 2001-05-29 Alexandre Oliva <aoliva@redhat.com>
432
433 * symfile.c (compare_psymbols, compare_symbols): Declare using
434 PTR, as in the definition.
435 * minsyms.c (compare_minimal_symbols): Likewise.
436 * coffread.c (find_targ_sec): Likewise.
437 * elfread.c (free_elfinfo, elf_locate_sections): Likewise.
438 * mipsread.c (alphacoff_locate_sections): Likewise.
439 * mdebugread.c (compare_blocks): Likewise.
440
441 2001-05-25 Nick Duffek <nsd@redhat.com>
442
443 * solib.c (update_solib_list): Move target_resize_to_sections()
444 into solib_map_sections() loop.
445 (info_sharedlibrary_command): Try bfd_arch_bits_per_address() if
446 bfd_get_arch_size() fails.
447
448 2001-05-25 Nick Duffek <nsd@redhat.com>
449
450 * Makefile.in (osfsolib.c, osfsolib.o): Rename to solib-osf.c and
451 solib-osf.o.
452 * config/alpha/alpha-osf1.mh (NATDEPFILES): Replace osfsolib.o
453 with solib-osf.o and solib.o.
454 * config/alpha/alpha-osf2.mh: Likewise.
455 * config/alpha/alpha-osf3.mh: Likewise.
456 * solib-osf.c: New file, renamed and largely rewritten from
457 osfsolib.c.
458
459 2001-05-25 Michael Snyder <msnyder@redhat.com>
460
461 * lin-lwp.c (lin_lwp_attach_lwp): Call stop_wait_callback,
462 to consume the SIGSTOP generated by PTRACE_ATTACH.
463 (stop_wait_callback): If a SIGTRAP or a SIGINT event is consumed,
464 try again to get the SIGSTOP event.
465 (lin_lwp_wait): Resume all threads when ignoring a signal.
466 This will insure that newly attached threads get resumed.
467 * lin-lwp.c (stop_wait_callback): Discard redundant SIGINT events.
468 * remote.c (remote_write_bytes): Update 'p' packet pointer.
469
470 2001-05-25 Jim Blandy <jimb@redhat.com>
471
472 * gnu-v2-abi.c (gnuv2_virtual_fn_field): There's no need to clear
473 VALUE_POINTED_TO_OFFSET here; if value_cast doesn't return a
474 useful value, then we should fix that instead.
475
476 2001-05-24 Nick Duffek <nsd@redhat.com>
477
478 * solist.h (struct so_list): Document the requirement that
479 current_sos initialize some fields to 0.
480
481 2001-05-24 Mark Kettenis <kettenis@gnu.org>
482
483 * gnu-nat.c: Include <ctype.h>.
484 (gnu_pid_to_exec_file): Add PID parameter.
485 (set_sig_thread_cmd): Use PIDGET on return value from
486 thread_id_to_pid.
487 (proc_string): Use MERGEPID to construct argument to
488 pid_to_thread_id.
489
490 2001-05-22 Kevin Buettner <kevinb@redhat.com>
491
492 * breakpoint.c (breakpoint_address_is_meaningful): New function.
493 (check_duplicates): Don't compare non-meaningful addresses.
494
495 2001-05-22 Michael Snyder <msnyder@redhat.com>
496
497 * thread-db.c: Allow for defunct zombie threads.
498 (attach_thread): Do not attempt to attach zombie thread.
499 (thread_db_thread_alive): Return false for defunct zombie thread.
500 (find_new_threads_callback): Don't add defunct zombie thread to list.
501
502 2001-05-22 Jim Blandy <jimb@redhat.com>
503
504 Add support for the GNU V3 C++ ABI.
505 (Includes changes by Dan Berlin.)
506
507 * gnu-v3-abi.c: New file.
508 * minsyms.c: #include "value.h" and "cp-abi.h".
509 (install_minimal_symbols): Check the minimal symbol table for
510 symbols that look mangled in the V3 style, and select the V3 ABI
511 if we find any.
512 * Makefile.in (SFILES): Add gnu-v3-abi.c.
513 (COMMON_OBS): Add gnu-v3-abi.o.
514 (gnu-v3-abi.o): Add new rule.
515 (minsyms.o): Depend on $(cp_abi_h) and $(value_h).
516
517 2001-05-21 Jim Blandy <jimb@redhat.com>
518
519 * values.c (value_primitive_field): If we're extracting a base
520 class, then the type of the result should be the base class being
521 extracted, not the type of which it is a base class.
522
523 * value.h (struct value): Doc fix, and rearrange members to place
524 them near their explanations.
525
526 2001-05-21 Michael Snyder <msnyder@redhat.com>
527
528 * remote.c (remote_async_wait): Added new variable fieldsize.
529 Add fieldsize (return value of hex2bin) to string pointer p.
530
531 2001-05-20 Stephane Carrez <Stephane.Carrez@worldnet.fr>
532
533 * m68hc11-tdep.c (m68hc11_pop_frame): Fix stack pointer computation.
534 (m68hc11_analyze_instruction): Update the pc correctly.
535 (m68hc11_guess_from_prologue): Take into account the stack correction
536 for the saving address.
537
538 2001-05-07 Daniel Berlin <dan@cgsoftware.com>
539
540 Changes by Jim Ingham:
541
542 * values.c (value_change_enclosing_type): New function. If the
543 new enclosing type is larger than the old one, we need to allocate
544 more space.
545 * value.h: Add value_change_enclosing_type prototype.
546 * valops.c (value_cast): Use it.
547 (value_assign): Use it.
548 (value_addr): Use it.
549 (value_ind): Use it.
550 (value_full_object): Use it.
551
552 2001-05-07 Daniel Berlin <dan@cgsoftware.com>
553
554 * values.c (value_static_field): Handle static fields that have a
555 constant value.
556
557 2001-05-17 Michael Snyder <msnyder@redhat.com>
558
559 * blockframe.c (create_new_frame): Zero all the fields via memset,
560 rather than zeroing them one by one.
561
562 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
563
564 * top.c (user_args): Remove unused declaration.
565
566 2001-05-16 Michael Snyder <msnyder@redhat.com>
567
568 * infcmd.c (do_registers_info): Move alloca outside of loop.
569
570 2001-05-15 John S Kallal <jskallal@home.com>
571
572 * remote.c (remote_wait): Added new variable fieldsize.
573 Add fieldsize (return value of hex2bin) to string pointer p.
574
575 2001-05-15 Mark Kettenis <kettenis@gnu.org>
576
577 * sparc-tdep.c (sparc_gdbarch_init): Get the architecture from
578 info.bfd_arch_info.
579
580 2001-05-14 Kevin Buettner <kevinb@redhat.com>
581
582 * lin-lwp.c (detach_callback, lin_lwp_wait, lin_lwp_pid_to_str):
583 Adjust format strings for printing LWPs to account for the fact
584 that the type returned by GET_LWP() is now a long instead of an
585 int.
586
587 2001-05-14 Kevin Buettner <kevinb@redhat.com>
588
589 * inferior.h (null_ptid, minus_one_ptid): New variable declarations.
590 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
591 (ptid_get_tid, ptid_equal): New function declarations.
592 * infrun.c (null_ptid, minus_one_ptid): New variables.
593 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
594 (ptid_get_tid, ptid_equal): New functions.
595 (_initialize_infrun): Initialize null_ptid, minus_one_ptid,
596 inferior_ptid, and target_last_wait_ptid.
597
598 * defs.h (ptid_t): Redefine to be a struct rather than an int.
599 (pid_to_ptid, null_ptid, ptid_equal): Delete these macros.
600 (PIDGET, TIDGET, MERGEPID): Redefine these macros using the
601 new ptid accessors and constructor.
602
603 * config/i386/tm-i386v42mp.h (PIDGET, TIDGET, LIDGET, MERGEPID,
604 MKLID, MKTID, ISTID): Provide new definitions for these macros.
605 The old macros are retained, but disabled via #if 0 in order
606 to aid in future restructuring. See FIXME.
607
608 * arm-linux-nat.c (PIDGET, TIDGET): Delete macro definitions.
609 * i386-linux-nat.c (PIDGET, TIDGET): Likewise.
610 * infptrace.c (PIDGET, TIDGET): Likewise.
611 * lin-lwp.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
612 * lin-thread.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
613 * proc-service.c (MERGEPID): Likewise.
614 * procfs.c (PIDGET, TIDGET, MERGEPID): Likewise.
615 * thread-db.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
616 * config/nm-linux.h (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
617 * config/i386/tm-i386sol2.h (PIDGET0, PIDGET, TIDGET, MERGEPID):
618 Likewise.
619 * config/sparc/tm-sun4sol2.h (PIDGET0, PIDGET, TIDGET, MERGEPID):
620 Likewise.
621
622 * lin-lwp.c (THREAD_FLAG): Delete macro definition.
623 (GET_LWP): Redefine in terms of ptid_get_lwp().
624 (GET_PID): Redefine in terms of ptid_get_pid().
625 (is_lwp): Redefine without the need for THREAD_FLAG.
626 (BUILD_LWP): Redefine in terms of ptid_build().
627 * lin-thread.c (THREAD_FLAG): Delete macro definition.
628 (GET_LWP): Redefine in terms of ptid_get_lwp().
629 (GET_PID): Redefine in terms of ptid_get_pid().
630 (GET_THREAD): Redefine in terms of ptid_get_tid().
631 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
632 (is_lwp, is_thread): Redefine.
633 (linux_child_wait, check_all_signal_numbers)
634 (linuxthreads_discard_global_state, attach_thread): Declare these
635 functions to squash warnings about missing declarations.
636 * sol-thread.c (THREAD_FLAG): Delete macro definition.
637 (GET_PID): Redefine in terms of ptid_get_pid().
638 (GET_LWP): Redefine in terms of ptid_get_lwp().
639 (GET_THREAD): Redefine in terms of ptid_get_tid().
640 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
641 (is_lwp, is_thread): Redefine.
642 * thread-db.c (THREAD_FLAG): Delete macro definition.
643 (GET_PID): Redefine in terms of ptid_get_pid().
644 (GET_LWP): Redefine in terms of ptid_get_lwp().
645 (GET_THREAD): Redefine in terms of ptid_get_tid().
646 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
647 (is_lwp, is_thread): Redefine.
648
649 * corelow.c (add_to_thread_list, get_core_register_section):
650 Eliminate hacks needed to prevent regressions when inferior_ptid
651 wasn't wide enough to hold the core file thread id in the pid
652 component of inferior_ptid.
653
654 2001-05-14 Michael Snyder <msnyder@redhat.com>
655
656 * remote.c (hex2bin): Make first argument const.
657 Require explicit count, don't accept null-terminated str.
658 (remote_resume, remote_async_resume): White space fix-up.
659 (remote_write_bytes): Set nr_bytes to return value of bin2hex.
660
661 2001-05-13 Mark Kettenis <kettenis@gnu.org>
662
663 * symtab.c (lookup_symtab_1): Use lbasename (NAME) instead of
664 basename (NAME). The FreeBSD basename returns a pointer to a
665 static buffer, even if it's simply returning a string identical to
666 its argument.
667 (lookup_partial_symtab): Likewise.
668
669 2001-05-14 Michael Snyder <msnyder@redhat.com>
670
671 * solib.c, solib.h: Add comment for function no_shared_libraries.
672
673 2001-05-14 Kevin Buettner <kevinb@redhat.com>
674
675 * solib.h (no_shared_libraries): Make declaration match definition
676 in solib.c.
677
678 2001-05-14 Andrew Cagney <ac131313@redhat.com>
679
680 * remote.c (remote_write_bytes): Set nr_bytes before returning it.
681 * solib.h (no_shared_libraries): Declare.
682
683 2001-05-12 Andrew Cagney <ac131313@redhat.com>
684
685 * gdbarch.sh (struct gdbarch_info): Delete field bfd_architecture.
686 (gdbarch_update_p): Rewrite logic filling in INFO struct. Use
687 user specified values when available.
688 * rs6000-tdep.c (rs6000_gdbarch_init): Update. Get the
689 architecture from info.bfd_arch_info.
690 * gdbarch.c, gdbarch.h: Regenerate.
691
692 2001-05-12 Fernando Nasser <fnasser@redhat.com>
693
694 * remote-e7000.c (e7000_open): Check for bad baud rate.
695 * remote-st.c (st2000_open): Ditto.
696
697 2001-05-11 Jim Blandy <jimb@redhat.com>
698
699 * thread.c (do_captured_list_thread_ids): Use ui_out_tuple_begin
700 and ui_out_tuple_end instead of ui_out_list_begin and
701 ui_out_list_end.
702
703 * Makefile.in (gnu-v2-abi.o): Add $(demangle_h) to list of
704 dependencies. Reorder dependencies to match #includes in file,
705 for easier verification.
706
707 Fri May 11 13:32:50 2001 Andrew Cagney <cagney@b1.cygnus.com>
708
709 * breakpoint.c: Replace ui_out_list_begin, ui_out_list_end and
710 make_cleanup_ui_out_list_end with ui_out_tuple_begin,
711 ui_out_tuple_end and make_cleanup_ui_out_tuple_begin_end.
712 * cli/cli-setshow.c: Ditto.
713 * printcmd.c: Ditto.
714 * stack.c: Ditto.
715
716 * ui-out.h (enum ui_out_type): Fix tipo - tupple -> tuple.
717 * ui-out.c (ui_out_list_begin): Delete ``lstid'' parameter.
718 (ui_out_tuple_begin): New function.
719 (ui_out_tuple_end): New function.
720 (ui_out_tuple_begin_end): New function.
721 (make_cleanup_ui_out_list_begin_end): Replace
722 make_cleanup_ui_out_list_end function.
723 * ui-out.h (ui_out_list_begin): Update declaration.
724 (make_cleanup_ui_out_list_begin_end): Replace
725 make_cleanup_ui_out_list_end declaration.
726 (ui_out_tuple_begin, ui_out_tuple_end): Declare.
727 (ui_out_tuple_begin_end): Declare.
728
729 2001-05-11 Jim Blandy <jimb@redhat.com>
730
731 * gnu-v2-abi.c: Don't #include "gdb_regex.h". We don't use it.
732
733 2001-05-11 Andrew Cagney <ac131313@redhat.com>
734
735 From 2001-03-26 Rodney Brown <RodneyBrown@mynd.com>
736 * config/pa/tm-hppa.h: Remove trigraph.
737 * hp-symtab-read.c (hpread_type_translate): Provide return value.
738 (hpread_read_struct_type): Remove trigraph. Add parameter in
739 `warning'.
740 (hpread_read_array_type): Provide return value.
741 (hpread_type_lookup): Avoid ambiguous `else'. Provide return
742 value.
743 * hppa-tdep.c (initialize_hp_cxx_exception_support): Remove
744 trigraph.
745
746 2001-05-11 Jim Blandy <jimb@redhat.com>
747
748 * mips-tdep.c (mips_store_return_value,
749 mips_extract_return_value): Pass arguments to
750 return_value_location in the proper order.
751
752 2001-05-11 Andrew Cagney <ac131313@redhat.com>
753
754 * Makefile.in (VERSION): Delete. Moved to file ``version.in''.
755 (version.c): Depends on file ``version.in''. Extract version
756 number from ``version.in'' file.
757 (clean mostlyclean): Update.
758 * version.in: New file.
759 * NEWS: Update.
760
761 2001-05-11 Kevin Buettner <kevinb@redhat.com>
762
763 * breakpoint.c (set_raw_breakpoint): Add new parameter
764 representing the breakpoint's type. Adjust all callers.
765 (create_longjmp_breakpoint, create_temp_exception_breakpoint)
766 (create_thread_event_breakpoint): Don't test for zero return
767 value from set_raw_breakpoint(). It can never be zero.
768 (create_exception_catchpoint, watch_command_1): Move logic
769 which calculates the breakpoint type prior to the call to
770 set_raw_breakpoint().
771
772 2001-05-11 Fernando Nasser <fnasser@redhat.com>
773
774 * ser-unix.c (rate_to_code): Issue warning if baud rate is invalid.
775 (hardwire_setbaudrate): Set errno to EINVAL and return with error
776 if the conversion of the baud rate to code fails.
777
778 2001-05-10 Andrew Cagney <ac131313@redhat.com>
779
780 * ui-out.h (make_cleanup_ui_out_begin_end): Declare.
781 * ui-out.c (struct ui_out_end_cleanup_data): Define.
782 (do_cleanup_end): New function. Replace do_list_end.
783 (make_cleanup_ui_out_end): New function.
784 (make_cleanup_ui_out_begin_end): New function.
785 (make_cleanup_ui_out_list_end): Use make_cleanup_ui_out_end.
786
787 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
788
789 * MAINTAINERS: Declare xcoffread.c open to all maintainers,
790 and make Kevin Buettner (kevinb@redhat.com) the reference person.
791
792 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
793
794 * proc-api.c (ioctl_with_trace): Fix uninitialized variable.
795
796 2001-05-10 Fernando Nasser <fnasser@redhat.com>
797
798 * MAINTAINERS: Add testsuite subdirectory co-maintainers.
799
800 Thu May 10 16:26:47 2001 Andrew Cagney <cagney@b1.cygnus.com>
801
802 * Makefile.in (mi-main.o): Compile with -Werror.
803
804 2001-05-10 Michael Snyder <msnyder@redhat.com>
805
806 * remote.c (remote_open_1): Call no_shared_libraries, so that
807 symbols for shared libraries can be reloaded per session.
808 (remote_async_open_1): Ditto.
809 * remote.c (bin2hex, hex2bin): New functions. Factor out these
810 two conversions which are coded for repeatedly in this module.
811 (remote_threads_extra_info, remote_wait, remote_async_wait,
812 store_register_using_P, remote_store_registers, remote_write_bytes,
813 remote_read_bytes, remote_rcmd): Use bin2hex and hex2bin instead
814 of coding the conversions inline.
815 (fromhex): Not exported, change from extern to static.
816
817 2001-05-10 Andrew Cagney <ac131313@redhat.com>
818
819 * arch-utils.c (initialize_current_architecture): Delete obsolete
820 ``info architecture'' command.
821 (info_architecture): Delete function.
822
823 2001-05-10 Andrew Cagney <ac131313@redhat.com>
824
825 * TODO (5.1, 5.2): Update.
826
827 2001-05-09 Andrew Cagney <ac131313@redhat.com>
828
829 * MAINTAINERS: Jim Ingham is no longer maintaining Arm related
830 stuff.
831
832 2001-05-10 Keith Seitz <keiths@cygnus.com>
833
834 * Makefile.in (SUBDIR_GDBTK_OBS): Add gdbtk-bp.o, gdbtk-register.o
835 and gdbtk-stack.o.
836 (SUBDIR_GDBTK_SRCS): Ditto for the sources.
837 (gdbtk-bp.o): New rule.
838 (gdbtk-register.o): New rule.
839 (gdbtk-stack.o): New rule.
840 (gdbtk-cmds.o): Update dependencies.
841 (gdbtk.o): Ditto.
842 (gdbtk-hooks.o): Ditto.
843 (gdbtk-varobj.o): Ditto.
844
845 2001-05-10 Fernando Nasser <fnasser@redhat.com>
846
847 * varobj.c (c_number_of_children): Fix memory leak. Delete unwanted old
848 variables, not just unregister them.
849
850 2001-05-10 Fernando Nasser <fnasser@redhat.com>
851
852 * varobj.c (c_number_of_children): Check for target type of void*,
853 not the target type name. Allow dereferencing char*.
854
855 2001-05-10 Fernando Nasser <fnasser@redhat.com>
856
857 * symfile.c (symbol_file_add_main_1): New static function.
858 Passes the flags arguments to symbol_file_add() and takes care
859 of any necessary reinitializations.
860 (symbol_file_command): Call symbol_file_add_main_1() instead of
861 symbol_file_add().
862 (symbol_file_add_main): Ditto.
863
864 2001-05-09 Kevin Buettner <kevinb@redhat.com>
865
866 * lin-lwp.c (lin_lwp_pid_to_str): Revert inadvertent format
867 string change in 2001-05-03 changes.
868 (lin_lwp_wait): Revert GET_LWP coercion introduced in 2001-05-03
869 changes.
870
871 2001-05-09 Kevin Buettner <kevinb@redhat.com>
872
873 * lin-lwp.c (lin_lwp_attach): Use PIDGET() to fetch the pid
874 component from inferior_ptid.
875 (lin_lwp_detach): Use pid_to_ptid() to convert from a pid to a
876 ptid.
877
878 2001-05-09 Elena Zannoni <ezannoni@redhat.com>
879
880 * sh3-rom.c (_initialize_sh3_rom): Get rid of specific _WINDOWS
881 conditional for help with connections through parallel ports,
882 given that the actual code for downloading through a parallel port
883 is not conditionalized.
884
885 * sh-tdep.c: Remove WIN32_WCE conditional. The wince sh target is
886 unmaintaned, and probably on its way to obsolescence.
887
888 2001-05-09 Mark Kettenis <kettenis@gnu.org>
889
890 * i386-tdep.c (i386_frame_saved_pc): New function.
891 * config/i386/tm-i386.h (FRAME_SAVED_PC): Redefine in terms of
892 i386_frame_saved_pc.
893 (i386_frame_saved_pc): New prototype.
894
895 * i386-tdep.c (i386_register_virtual_type): New function.
896 (i386_register_convertible): New function.
897 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE): Redefine in terms
898 of i386_register_virtual_type.
899 (REGISTER_CONVERTIBLE): Redefine in terms of
900 i386_register_convertible.
901 (i386_register_virtual_type, i386_register_convertible): New
902 prototypes.
903
904 2001-05-08 Jim Blandy <jimb@redhat.com>
905
906 * Makefile.in (mn10300-tdep.o): New rule.
907
908 * Makefile.in (gdb_string_h): Define. Use it throughout.
909 Some rules were already using this, even though it isn't defined.
910
911 * Makefile.in (obstack_h, target_h): Define; these are already
912 used elsewhere, but have been expanding to the empty string.
913 (memattr_h): Define; needed by target_h.
914
915 * mn10300-tdep.c (mn10300_extract_return_value): Mark this as
916 static. (This was accidentally omitted from the earlier patch.)
917
918 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): New function.
919 (mn10300_gdbarch_init): Register it as the architecture's
920 dwarf2_reg_to_regnum method.
921
922 Correct and expand handling of `movm' instruction, and register
923 saves in general.
924 * config/mn10300/tm-mn10300.h (D0_REGNUM, A0_REGNUM, MDRQ_REGNUM,
925 MCRH_REGNUM, MCRL_REGNUM, MCVF_REGNUM): New definitions.
926 (enum movm_register_bits): New enum.
927 * mn10300-tdep.c (set_movm_offsets): Use symbolic names for the
928 bits, not hex literals. Handle the `other', `exreg0', and
929 `exother' bits. Correct handling of `exreg1': it saves r4, r5,
930 r6, and r7, not r2, r3, r4, and r5.
931 (saved_regs_size): New function.
932 (mn10300_frame_chain, mn10300_frame_saved_pc): Use it, instead
933 of computing the same thing inline, incorrectly.
934
935 * mn10300-tdep.c (mn10300_gdbarch_init): We do have a
936 dummy_breakpoint_offset; it's zero.
937
938 * mn10300-tdep.c (mn10300_pop_frame): Split the mn10300-specific
939 stuff out into mn10300_pop_frame_regular, and use
940 generic_pop_current_frame. This lets us share code, and also
941 makes this function's prototype match that expected by gdbarch.
942 Make this function static.
943 (mn10300_pop_frame_regular): New function.
944 (mn10300_gdbarch_init): Register mn10300_pop_frame as the
945 gdbarch's pop_frame method.
946 * config/mn10300/tm-mn10300.h (POP_FRAME): Delete definition.
947 (mn10300_pop_frame): Delete declaration.
948
949 * mn10300-tdep.c (mn10300_saved_pc_after_call,
950 mn10300_extract_return_value,
951 mn10300_extract_struct_value_address, mn10300_store_return_value,
952 mn10300_use_struct_convention, mn10300_breakpoint_from_pc,
953 mn10300_frame_chain, mn10300_skip_prologue,
954 mn10300_push_arguments, mn10300_push_return_address,
955 mn10300_store_struct_return, mn10300_frame_saved_pc,
956 mn10300_init_extra_frame_info, mn10300_frame_init_saved_regs):
957 Make these functions static; they should only be visible to the
958 outside world as gdbarch methods.
959
960 * config/mn10300/tm-mn10300.h (mn10300_find_callers_reg): Delete
961 unused declaration.
962
963 * mn10300-tdep.c (mn10300_gdbarch_init): Put the gdbarch methods
964 in some rational order.
965
966 * mn10300-tdep.c (mn10300_gdbarch_init): Rather than using
967 generic_pc_in_call_dummy, use pc_in_call_dummy_at_entry_point.
968
969 Use gdbarch for most target parameters for the MN10300, rather
970 than the tm-*.h file.
971 * config/mn10300/tm-mn10300.h (MAX_REGISTER_VIRTUAL_SIZE,
972 REGISTER_BYTES, FP_REGNUM, BREAKPOINT_FROM_PC,
973 FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK, INNER_THAN,
974 SAVED_PC_AFTER_CALL, INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS,
975 FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC,
976 EXTRACT_RETURN_VALUE, EXTRACT_STRUCT_VALUE_ADDRESS,
977 STORE_RETURN_VALUE, STORE_STRUCT_RETURN, SKIP_PROLOGUE,
978 FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
979 FRAME_NUM_ARGS, POP_FRAME, USE_GENERIC_DUMMY_FRAMES, CALL_DUMMY,
980 CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
981 CALL_DUMMY_LOCATION, FIX_CALL_DUMMY, CALL_DUMMY_ADDRESS,
982 TARGET_READ_FP, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
983 SAVE_DUMMY_FRAME_TOS, PUSH_ARGUMENTS, PC_IN_CALL_DUMMY,
984 REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER):
985 Delete definitions. We register gdbarch methods for these now.
986 (struct frame_info, struct type, struct value): Delete forward
987 declarations of these types; they're no longer necessary, since we
988 don't have function declarations here any more.
989 * mn10300-tdep.c: #include "arch-utils.h", to get declarations for
990 some default gdbarch methods.
991 (mn10300_store_struct_return): Return void, as expected by
992 gdbarch.
993 (mn10300_init_extra_frame_info): Take initial `fromleaf' argument,
994 as expected by gdbarch.
995 (mn10300_frame_init_saved_regs): Provide dummy definition for
996 this, as required by gdbarch.
997 (mn10300_gdbarch_init): Add mn10300_call_dummy_words, as expected
998 by gdbarch. Register gdbarch methods or values for all the stuff
999 removed from tm-10300.h, listed above.
1000
1001 2001-05-08 Andrew Cagney <ac131313@redhat.com>
1002
1003 * cli-out.c (cli_begin, cli_end): Replace cli_list_begin and
1004 cli_list_end.
1005 (cli_ui_out_impl): Update.
1006
1007 * ui-out.c (default_begin, default_end): Replace
1008 default_list_begin and default_list_end.
1009 (default_ui_out_impl): Update.
1010 (uo_begin, uo_end): Replace ou_list_begin and uo_list_end.
1011 (ui_out_begin, ui_out_end): Replace ui_out_list_begin and
1012 ui_out_list_end.
1013 (ui_out_list_begin, ui_out_list_end): New. Compatibility
1014 functions.
1015 (struct ui_out_level): Add field type.
1016 (push_level, pop_level): Update. Add type parameter.
1017
1018 * ui-out.h (enum ui_out_type): Declare.
1019 (ui_out_begin, ui_out_end): Declare.
1020 (ui_out_begin_ftype, ui_out_end_ftype): Replace list_begin_ftype
1021 and list_end_ftype.
1022 (struct ui_out_impl): Update.
1023
1024 2001-05-07 Andrew Cagney <ac131313@redhat.com>
1025
1026 * ui-out.h (list_begin_ftype, list_end_ftype): Rename argument
1027 ``list_flag'' to ``depth''.
1028 * ui-out.c (default_list_begin, default_list_end): Update.
1029 (uo_list_begin, uo_list_end): Update.
1030 (MAX_UI_OUT_LEVELS): Define.
1031 (struct ui_out_level): Define.
1032 (top-level): Include "gdb_assert.h".
1033 (struct ui_out): Add fields ``level'' and ``levels''. Delete
1034 fields ``list_flag'' and ``field_count''.
1035 (ui_out_new): Update.
1036 (verify_field_proper_position): Update.
1037 (current_level, push_level, pop_level): New functions.
1038 (ui_out_list_begin): Use push_level.
1039 (ui_out_list_end): Use pop_level.
1040 (ui_out_field_int): Use current_level.
1041 (ui_out_field_skip): Ditto.
1042 (ui_out_field_fmt): Ditto.
1043
1044 2001-05-08 Michael Snyder <msnyder@redhat.com>
1045
1046 * language.c (longest_local_hex_string_custom): Strlen test is
1047 inverted -- reverse the sense of the test.
1048
1049 2001-05-08 Mark Kettenis <kettenis@gnu.org>
1050
1051 * config/i386/tm-i386v.h (struct frame_info, struct
1052 frame_saved_regs): Remove declarations.
1053 (i386_frame_num_args): Remove prototype.
1054
1055 2001-05-07 Andrew Cagney <ac131313@redhat.com>
1056
1057 * MAINTAINERS: I'm no longer actively maintaining the mn10300
1058 target.
1059
1060 2001-05-04 Andrew Cagney <ac131313@redhat.com>
1061
1062 * main.c (captured_main): Delete #ifndef _WIN32 conditional for
1063 WinGDB.
1064
1065 2001-05-06 Kevin Buettner <kevinb@redhat.com>
1066
1067 * inferior.h (save_inferior_ptid): Declare.
1068 * infrun.c (save_inferior_ptid, restore_inferior_ptid): Define.
1069
1070 * hpux-thread.c (save_inferior_ptid, restore_inferior_ptid):
1071 Delete these functions.
1072 * lin-lwp.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
1073 * lin-thread.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
1074 * linux-thread.c (save_inferior_ptid, restore_inferior_ptid):
1075 Likewise.
1076 * proc-service.c (save_inferior_ptid, restore_inferior_ptid):
1077 Likewise.
1078 * sol-thread.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
1079 * thread-db.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
1080
1081 * somsolib.c (reset_inferior_ptid): Delete.
1082 (som_solib_remove_inferior_hook): Use save_inferior_ptid() to
1083 build the cleanup struct.
1084
1085 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Use
1086 a cleanup to save/restore inferior_ptid.
1087
1088 2001-05-06 Mark Kettenis <kettenis@gnu.org>
1089
1090 Implement attach/detach for multi-threaded programs on Linux.
1091 * thread-db.c (keep_thread_db): Adjust comment.
1092 (deactivate_target): Removed.
1093 (thread_db_new_objfile): Don't call deactivate_target. Implement
1094 guts of deactivate_target inline instead.
1095 (attach_thread): Call ATTACH_LWP unconditionally if defined.
1096 (thread_db_attach): New function.
1097 (thread_db_detach): Don't call deactivate_target. Do necessary
1098 cleanup inline instead. Set inferior_ptid to LWP corresponding to
1099 the current user-level thread.
1100 (thread_db_kill): Set inferior_ptid to LWP corresponding to the
1101 current user-level thread.
1102 (thread_db_create_inferior): Deactivate target vector if
1103 KEEP_THREAD_DB is zero.
1104 (thread_db_mourn_inferior): Don't call deactivate_target. Do
1105 necessary cleanup inline instead.
1106 (init_thread_db_ops): Initialize to_attach field to
1107 thread_db_attach.
1108 * lin-lwp.c (lin_lwp_mourn_inferior): Remove prototype.
1109 (stop_wait_callback): Add prototype.
1110 (init_lwp_list): Add comment about when to re-initialize the LWP
1111 list.
1112 (lin_lwp_attach_lwp): Only call ptrace for cloned processes.
1113 Avoid adding publicates to the LWP list. Only mark an LWP as
1114 signalled if it doesn't correspond to a cloned process.
1115 (lin_lwp_attach): Add initial process to the LWP list. Make sure
1116 it's stopped and fake a SIGSTOP.
1117 (detach_callback): New function.
1118 (lin_lwp_detach): Implement.
1119 (lin_lwp_create_inferior): Don't re-initialize LWP list here.
1120 Call child_ops.to_create_inferior directly instead of via
1121 target_beneath local.
1122 (lin_lwp_mourn_inferior): Call child_ops.to_mourn_inferior
1123 directly instead of via target_beneath local.
1124
1125 2001-05-06 Eli Zaretskii <eliz@is.elta.co.il>
1126
1127 * symtab.c (lookup_symtab_1, lookup_partial_symtab): Use basename
1128 instead of non-portable search for `/'. Use FILENAME_CMP instead
1129 of STREQ, to account for case-insensitive filesystems.
1130 (top-level): #include "filenames.h".
1131
1132 2001-05-05 Jim Blandy <jimb@redhat.com>
1133
1134 * breakpoint.c (check_duplicates): Use the breakpoint's type, not
1135 its address, to decide whether it's a watchpoint or not. Zero
1136 is a valid code address.
1137 (update_breakpoints_after_exec): Admonishing comments.
1138 * breakpoint.h (struct breakpoint): Doc fixes.
1139
1140 * breakpoint.c (check_duplicates): Take a breakpoint object as an
1141 argument, rather than an address and section. All callers changed.
1142
1143 2001-05-03 Kevin Buettner <kevinb@redhat.com>
1144
1145 * defs.h (ptid_t): New typedef.
1146 (pid_to_ptid, null_ptid, minus_one_ptid, ptid_equal): New macros.
1147
1148 * a68v-nat.c, alphabsd-nat.c, arch-utils.c, arm-linux-nat.c,
1149 blockframe.c, breakpoint.c, breakpoint.h,
1150 config/i386/nm-i386sol2.h, config/i386/tm-i386sco5.h,
1151 config/ia64/nm-linux.h, config/m68k/nm-hp300bsd.h,
1152 config/mips/nm-irix4.h, config/mips/nm-irix5.h,
1153 config/pa/nm-hppah.h, config/pa/tm-hppa.h,
1154 config/rs6000/nm-rs6000.h, config/sparc/nm-sun4sol2.h,
1155 corelow.c, cxux-nat.c, d10v-tdep.c, dink32-rom.c,
1156 dve3900-rom.c, fork-child.c, frame.c, gnu-nat.c, go32-nat.c,
1157 hp300ux-nat.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c,
1158 hpux-thread.c, i386-linux-nat.c, i386aix-nat.c, i386b-nat.c,
1159 i386bsd-nat.c, i386gnu-nat.c, i386mach-nat.c, i386nbsd-nat.c,
1160 infcmd.c, inferior.h, inflow.c, infptrace.c, infrun.c,
1161 inftarg.c, infttrace.c, lin-lwp.c, lin-thread.c,
1162 linux-thread.c, lynx-nat.c, m3-nat.c, m32r-rom.c,
1163 m68knbsd-nat.c, m88k-nat.c, mac-nat.c, mips-nat.c,
1164 mon960-rom.c, monitor.c, ns32knbsd-nat.c, ocd.c, ppc-bdm.c,
1165 ppcnbsd-nat.c, proc-service.c, procfs.c, ptx4-nat.c,
1166 regcache.c, remote-adapt.c, remote-array.c, remote-bug.c,
1167 remote-e7000.c, remote-es.c, remote-mips.c, remote-mm.c,
1168 remote-nindy.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
1169 remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
1170 remote-vx.c, remote.c, rs6000-nat.c, sol-thread.c,
1171 solib-aix5.c, solib-svr4.c, somsolib.c, sparc-nat.c,
1172 standalone.c, sun3-nat.c, sun386-nat.c, symm-nat.c, target.c,
1173 target.h, thread-db.c, thread.c, top.c, ultra3-nat.c,
1174 uw-thread.c, v850ice.c, win32-nat.c, wince.c, xcoffsolib.c
1175 (inferior_pid): Rename to inferior_ptid everywhere - even in
1176 comments and obsolete ports. In cases where this variable
1177 really is supposed to be used as a process id, use PIDGET() to
1178 extract the process id component from inferior_ptid. The
1179 other cases, either involving other variables whose types had
1180 to be changed or functions whose signatures had to changed
1181 are listed separately below.
1182
1183 * arm-linux-nat.c (get_thread_id): Change type of argument
1184 representing a combined process/thread id from ``int'' to
1185 ``ptid_t''. Also change parameter name to ptid.
1186 * breakpoint.h, breakpoint.c (breakpoint_thread_match): Likewise.
1187 * corelow.c (core_file_thread_alive): Likewise.
1188 * d10v-tdep.c (d10v_read_pc, d10v_write_pc): Likewise.
1189 * defs.h (*target_wait_hook): Likewise.
1190 * gdbthread.h (thread_info, delete_thread, pid_to_thread_id)
1191 (find_thread_pid, save_infrun_state, load_infrun_state): Likewise.
1192 * gnu-nat.c (gnu_thread_alive, gnu_pid_to_str, gnu_wait)
1193 (gnu_resume): Likewise.
1194 * go32-nat.c (go32_wait, go32_resume): Likewise.
1195 * h8500-tdep.c (h8500_read_pc, h8500_write_pc): Likewise.
1196 * hppa-tdep.c (target_read_pc, target_write_pc): Likewise.
1197 * hppah-nat.c (child_pid_to_str, hppa_tid_to_str,
1198 (hppa_pid_or_tid_to_str, child_post_startup_inferior)
1199 (child_thread_alive): Likewise.
1200 * hpux-thread.c (hpux_thread_notice_signals, hpux_thread_alive)
1201 (hpux_pid_to_str, hpux_thread_wait, hpux_thread_resume): Likewise.
1202 * i386-linux-nat.c (child_resume): Likewise.
1203 * ia64-linux-nat.c (enable_watchpoints_in_psr, fetch_debug_register)
1204 (store_debug_register, fetch_debug_register_pair)
1205 (store_debug_register_pair, ia64_linux_insert_watchpoint)
1206 (ia64_linux_remove_watchpoint, ia64_linux_stopped_by_watchpoint):
1207 Likewise.
1208 * ia64-tdep.c (ia64_read_pc, ia64_write_pc): Likewise.
1209 * inferior.h (read_pc_pid, generic_target_read_pc, write_pc_pid)
1210 (generic_target_write_pc, ptrace_wait, child_resume)
1211 (get_last_target_status): Likewise.
1212 * infptrace.c (ptrace_wait, child_resume): Likewise.
1213 * inftarg.c (child_wait, child_post_wait, child_thread_live)
1214 (child_pid_to_str): Likewise.
1215 * infttrace.c (ptrace_wait, child_thread_alive, child_resume)
1216 (hppa_pid_or_tid_to_str, child_post_startup_inferior): Likewise.
1217 * lin-lwp.c (add_lwp, delete_lwp, find_lwp_pid, lin_lwp_attach_lwp)
1218 (lin_lwp_resume, lin_lwp_wait, lin_lwp_thread_alive)
1219 (lin_lwp_pid_to_str): Likewise.
1220 * lin-thread.c (thread_db_alive, thread_db_pid_to_str)
1221 (thread_db_resume, thread_db_wait): Likewise.
1222 * linux-thread.c (linuxthreads_thread_alive, linuxthreads_pid_to_str)
1223 (linuxthreads_resume, linuxthreads_wait): Likewise.
1224 * lynx-nat.c (child_wait, child_thread_alive, child_resume)
1225 (child_pid_to_str): Likewise.
1226 * m3-nat.c (mach_really_wait, m3_resume): Likewise.
1227 * mac-nat.c (child_wait, child_resume): Likewise.
1228 * mips-tdep.c (mips_read_pc): Likewise.
1229 * monitor.c (monitor_wait, monitor_resume): Likewise.
1230 * ocd.c, ocd.h (ocd_thread_alive, ocd_resume): Likewise.
1231 * ppc-bdm.c (bdm_ppc_wait): Likewise.
1232 * procfs.c (do_attach, procfs_wait, procfs_resume)
1233 (procfs_notice_signals, procfs_thread_alive, procfs_pid_to_str)
1234 (procfs_set_watchpoint, procfs_stopped_by_watchpoint)
1235 (procfs_find_LDT_entry): Likewise.
1236 * regcache.c (read_register_pid, read_signed_register_pid)
1237 (write_register_pid, generic_target_read_pc, read_pc_pid)
1238 (generic_target_write_pc, write_pc_pid): Likewise.
1239 * regcache.h (read_register_pid, read_signed_register_pid)
1240 (write_register_pid): Likewise.
1241 * remote-adapt.c (adapt_wait, adapt_resume): Likewise.
1242 * remote-array.c (array_wait, array_resume): Likewise.
1243 * remote-bug.c (bug_wait, bug_resume): Likewise.
1244 * remote-e7000.c (e7000_wait, e7000_resume): Likewise.
1245 * remote-eb.c (eb_wait, eb_resume): Likewise.
1246 * remote-es.c (es1800_wait, es1800_resume): Likewise.
1247 * remote-mips.c (mips_wait, mips_resume): Likewise.
1248 * remote-mm.c (mm_wait, mm_resume): Likewise.
1249 * remote-nindy.c (nindy_wait, nindy_resume): Likewise.
1250 * remote-os9k.c (rombug_wait, rombug_resume): Likewise.
1251 * remote-rdi.c (arm_rdi_wait, arm_rdi_resume): Likewise.
1252 * remote-rdp.c (remote_rdp_resume, remote_rdp_wait): Likewise.
1253 * remote-sds.c (sds_wait, sds_resume): Likewise.
1254 * remote-sim.c (gdbsim_wait, gdbsim_resume): Likewise.
1255 * remote-st.c (st2000_wait, st2000_resume): Likewise.
1256 * remote-udi.c (udi_wait, udi_resume): Likewise.
1257 * remote-vx.c (vx_wait, vx_resume): Likewise.
1258 * remote.c (remote_current_thread, remote_resume, remote_wait)
1259 (remote_async_resume, remote_async_wait, remote_cisco_wait)
1260 (remote_thread_alive): Likewise.
1261 * sol-thread.c (thread_to_lwp, lwp_to_thread, sol_thread_resume)
1262 (sol_thread_wait, sol_thread_notice_signals, sol_thread_alive)
1263 (solaris_pid_to_str): Likewise.
1264 * symm-nat.c (child_wait, child_resume): Likewise.
1265 * target.c (debug_to_resume, debug_to_wait, debug_to_post_wait)
1266 (debug_to_notice_signals, debug_to_thread_alive)
1267 (normal_target_post_startup_inferior, normal_pid_to_str)
1268 (debug_to_post_startup_inferior): Likewise.
1269 * target.h (to_resume, to_wait, to_post_wait)
1270 (to_post_startup_inferior, to_notice_signals, to_thread_alive)
1271 (to_pid_to_str [all in struct target_ops]): Likewise.
1272 (child_post_wait, child_thread_alive, normal_pid_to_str): Likewise.
1273 * thread-db.c (thread_from_lwp, lwp_from_thread, thread_db_wait)
1274 (attach_thread, detach_thread, thread_db_resume, check_event)
1275 (thread_db_post_startup_inferior, thread_db_thread_alive)
1276 (thread_db_pid_to_str): Likewise.
1277 * thread.c (add_thread, delete_thread, find_thread_pid)
1278 (pid_to_thread_id, in_thread_list, load_infrun_state)
1279 (save_infrun_state, switch_to_thread, restore_current_thread)
1280 (make_cleanup_restore_current_thread): Likewise.
1281 * top.c (target_wait_hook): Likewise.
1282 * uw-thread.c (dbgpid, thr_to_lwp, lwp_to_thr, add_thread_uw)
1283 (uw_thread_resume, libtrhead_stub, uw_thread_wait, uw_thread_alive)
1284 (uw_thread_pid_to_str): Likewise.
1285 * v850ice.c (v850ice_wait, v850ice_resume): Likewise.
1286 * win32-nat.c (child_wait, child_resume, win32_child_thread_alive)
1287 (cywin_pid_to_str): Likewise.
1288 * wince.c (child_wait, child_resume, win32_child_thread_alive):
1289 Likewise.
1290 * config/nm-linux.h (linuxthreads_pid_to_str): Likewise.
1291 * config/nm-lynx.h (child_wait, lynx_pid_to_str): Likewise.
1292 * config/alpha/nm-linux.h (lin_lwp_attach_lwp): Likewise.
1293 * config/arm/nm-linux.h (lin_lwp_attach_lwp): Likewise.
1294 * config/h8500/tm-h8500.h (h8500_read_pc, h8500_write_pc): Likewise.
1295 * config/i386/nm-i386sol2.h (procfs_stopped_by_watchpoint)
1296 (procfs_set_watchpoint): Likewise.
1297 * config/i386/nm-linux.h (lin_lwp_attach_lwp): Likewise.
1298 * config/i386/nm-ptx4.h (child_wait): Likewise.
1299 * config/i386/nm-symmetry.h (child_wait): Likewise.
1300 * config/i386/tm-cygwin.h (cygwin_pid_to_str): Likewise.
1301 * config/ia64/nm-linux.h (ia64_linux_stopped_by_watchpoint)
1302 (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint)
1303 (lin_lwp_attach_lwp): Likewise.
1304 * config/mips/nm-irix4.h, config/mips/nm-irix5.h
1305 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Likewise.
1306 * config/pa/nm-hppah.h (child_pid_to_str, hppa_tid_to_str)
1307 (hppa_pid_or_tid_to_str): Likewise.
1308 * config/pa/tm-hppa.h (target_read_pc, target_write_pc): Likewise.
1309 * config/powerpc/nm-linux.h (lin_lwp_attach_lwp): Likewise.
1310 * config/sparc/nm-sun4sol2.h (procfs_stopped_by_watchpoint)
1311 (procfs_set_watchpoint): Likewise.
1312
1313 * gdbthread.h (thread_id_to_pid): Change return type which
1314 represents a combined process/thread id from ``int'' to
1315 ``ptid_t''.
1316 * gnu-nat.c (gnu_wait): Likewise.
1317 * go32-nat.c (go32_wait): Likewise.
1318 * hpux-thread.c (hpux_thread_wait): Likewise.
1319 * inferior.h (procfs_first_available): Likewise.
1320 * inftarg.c (child_wait): Likewise.
1321 * infttrace.c (ptrace_wait): Likewise.
1322 * lin-lwp.c (lin_lwp_wait): Likewise.
1323 * lin-thread.c (thread_db_wait): Likewise.
1324 * linux-thread.c (linuxthreads_wait): Likewise.
1325 * lynx-nat.c (child_wait): Likewise.
1326 * m3-nat.c (mach_really_wait): Likewise.
1327 * mac-nat.c (child_wait): Likewise.
1328 * monitor.c (monitor_wait): Likewise.
1329 * ppc-bdm.c (bdm_ppc_wait): Likewise.
1330 * procfs.c (do_attach, procfs_wait, procfs_first_available): Likewise.
1331 * remote-adapt.c (adapt_wait): Likewise.
1332 * remote-array.c (array_wait): Likewise.
1333 * remote-bug.c (bug_wait): Likewise.
1334 * remote-e7000.c (e7000_wait): Likewise.
1335 * remote-eb.c (eb_wait): Likewise.
1336 * remote-es.c (es1800_wait): Likewise.
1337 * remote-mips.c (mips_wait): Likewise.
1338 * remote-mm.c (mm_wait): Likewise.
1339 * remote-nindy.c (nindy_wait): Likewise.
1340 * remote-os9k (rombug_wait): Likewise.
1341 * remote-rdi.c (arm_rdi_wait): Likewise.
1342 * remote-rdp.c (remote_rdp_wait): Likewise.
1343 * remote-sds.c (sds_wait): Likewise.
1344 * remote-sim.c (gdbsim_wait): Likewise.
1345 * remote-st.c (st2000_wait): Likewise.
1346 * remote-udi.c (udi_wait): Likewise.
1347 * remote-vx.c (vx_wait): Likewise.
1348 * remote.c (remote_wait, remote_async_wait, remote_current_thread)
1349 (remote_cisco_wait): Likewise.
1350 * sol-thread.c (thread_to_lwp, lwp_to_thread, sol_thread_wait):
1351 Likewise.
1352 * symm-nat.c (child_wait): Likewise.
1353 * target.c (debug_to_wait): Likewise.
1354 * target.h (to_wait [in struct target_ops]): Likewise.
1355 * thread.c (thread_id_to_pid): Likewise.
1356 * thread-db.c (thread_from_lwp, lwp_from_thread, thread_db_wait):
1357 Likewise.
1358 * top.c (*target_wait_hook): Likewise.
1359 * uw-thread.c (lwp_to_thr, uw_thread_wait): Likewise.
1360 * v850ice.c (v850ice_wait): Likewise.
1361 * win32-nat.c (child_wait): Likewise.
1362 * wince.c (child_wait): Likewise.
1363 * config/nm-lynx.h (child_wait): Likewise.
1364 * config/i386/nm-ptx4.h (child_wait): Likewise.
1365 * config/i386/nm-symmetry.h (child_wait): Likewise.
1366
1367 * arch-utils.c (generic_prepare_to_proceed): Rename wait_pid
1368 to wait_ptid and change its type from ``int'' to ``ptid_t''.
1369 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Likewise,
1370 but rename saved_inferior_pid to saved_inferior_ptid.
1371 * d10v-tdep.c (d10v_read_pc, d10_write_pc): Likewise, but rename
1372 save_pid to save_ptid.
1373 * gdbthread.h (struct thread_info): Likewise, but rename pid to ptid.
1374 * hppah-nat.c (child_pid_to_exec): Likewise, but rename
1375 saved_inferior_pid to saved_inferior_ptid.
1376 * hpux-thread.c (main_ptid): Likewise, but rename from main_pid.
1377 * infrun.c (previous_inferior_pid [static global]): Likewise,
1378 but rename to previous_inferior_ptid.
1379 (resume): Likewise, but rename resume_pid to resume_ptid.
1380 (struct execution_control_state): Likewise, but rename
1381 pid to ptid, saved_inferior_pid to saved_inferior_ptid,
1382 and waiton_pid to waiton_ptid.
1383 (target_last_wait_pid): Likewise, but rename to
1384 target_last_wait_ptid.
1385 * infttrace.c (saved_real_pid): Likewise, but rename to
1386 saved_real_ptid.
1387 (child_pid_to_exec_file): Likewise, but rename saved_inferior_pid
1388 to saved_inferior_ptid.
1389 * lin-lwp.c (struct lwp_info): Likewise, but rename pid to ptid.
1390 (trap_ptid): Likewise, but renamed from trap_pid.
1391 * lin-thread.c (handle_new_thread): Likewise, but rename gdb_pid
1392 to gdb_ptid.
1393 * linux-thread.c (detach_thread): Likewise, but rename pid to ptid.
1394 (thread_db_wait): Likewise, but rename ret_pid to retptid.
1395 * procfs.c (procfs_wait): Likewise, for retval whose name
1396 doesn't change. Also, ``temp'' becomes two separate variables,
1397 one named temp_tid (an int) and the other temp_ptid.
1398 (procfs_notice_thread): Likewise (type change) for gdb_threadid
1399 whose name does not change.
1400 * regcache.c (registers_ptid): Likewise, but renamed from
1401 registers_pid.
1402 (read_register_pid, read_signed_register_pid, write_register_pid):
1403 Likewise, but rename save_pid to save_ptid.
1404 (read_pc_pid, write_pc_pid): Likewise, but rename saved_inferior_pid
1405 to saved_inferior_ptid.
1406 * remote.c (remote_newthread_step): Likewise, but rename pid to ptid.
1407 * sol-thread.c (struct ps_prochandle): Likewise.
1408 (sol_thread_resume): Likewise, for save_pid which becomes save_ptid.
1409 (sol_thread_wait): Likewise, for rtnval whose name does not
1410 change, and for save_pid which becomes save_ptid.
1411 (solaris_pid_to_str): Likewise for lwp whose name does not change.
1412 (sol_find_new_threads_callback): Likewise, for pid which becomes
1413 ptid.
1414 * target.h (target_resume, target_wait, target_post_wait)
1415 (target_post_startup_inferior, target_notice_signals)
1416 (target_thread_alive): Likewise.
1417 * thread.c (info_threads_command): Likewise, but rename
1418 current_pid to current_ptid.
1419 (struct current_thread_cleanup): Likewise, but rename field
1420 inferior_pid to inferior_ptid.
1421 * thread-db.c (find_new_threads_callback): Likewise, but rename
1422 pid to ptid.
1423 * uw-thread.c (thr_to_lwp): Likewise for lid whose name does not
1424 change.
1425 (lwp_to_tr): Likewise fo tid whose name remains unchanged.
1426 (thr_infpid, lwp_infpid, notice_thread, libthread_stub): Likewise,
1427 but rename pid to ptid.
1428 * config/alpha/nm-linux.h (ATTACH_LWP): Likewise.
1429 * config/arm/nm-linux.h (ATTACH_LWP): Likewise.
1430 * config/i386/nm-linux.h (ATTACH_LWP): Likewise.
1431 * config/ia64/nm-linux.h (ATTACH_LWP): Likewise.
1432 * config/pa/nm-hppah.h (target_tid_to_str): Likewise.
1433 * config/powerpc/nm-linux.h (ATTACH_LWP): Likewise.
1434
1435 * arch-utils.c (generic_prepare_to_proceed): Test for the
1436 "zero" ptid by using ptid_equal() to test to see if variable
1437 in question is the same as null_ptid. This replaces a direct
1438 test against zero.
1439 * cxux-nat.c (add_shared_symbol_files): Likewise.
1440 * i386aix-nat.c, i386b-nat.c (i386_float_info): Likewise.
1441 * infcmd.c (run_command): Likewise.
1442 * inflow.c (kill_command): Likewise.
1443 * infttrace.c (call_ttrace): Likewise.
1444 * lin-lwp.c (lin_lwp_prepare_to_proceed): Likewise.
1445 * lin-thread.c (thread_db_kill): Likewise.
1446 * procfs.c (procfs_kill_inferior, procfs_mourn_inferior): Likewise.
1447 * remote-es.c (es1800_kill): Likewise.
1448 * sol-thread.c (sol_thread_create_inferior): Likewise.
1449 * solib.c (locate_base): Likewise.
1450 * target.c (nosupport_runtime): Likewise.
1451 * thread-db.c (thread_db_wait): Likewise.
1452 * top.c (quit_confirm, quit_force): Likewise.
1453 * uw-thread (lwp_infpid, uw_thread_resume): Likewise.
1454
1455 * infrun.c (handle_inferior_event, stop_stepping, normal_stop):
1456 Use ptid_equal to compare value of process/thread ids instead of
1457 ``=='' and ``!='' operators.
1458 lin-lwp.c (delete_lwp, lin_lwp_prepare_to_proceed)
1459 (stop_wait_callback, lin_lwp_wait): Likewise.
1460 * procfs.c (procfs_wait): Likewise.
1461 * regcache.c (read_register_bytes, read_register_gen)
1462 (write_register_gen, read_register, read_register_pid)
1463 (read_signed_register, read_signed_register_pid, write_register)
1464 (write_register_pid, supply_register): Likewise.
1465 * remote-vx.c (vx_resume): Likewise.
1466 * sol-thread.c (sol_thread_wait): Likewise.
1467 * symm-nat.c (kill_inferior): Likewise.
1468 * thread.c (delete_thread, find_thread_pid, pid_to_thread_id)
1469 (in_thread_list, info_threads_command, switch_to_thread)
1470 (restore_current_thread): Likewise.
1471 * uw-thread (libtread_stub): Likewise.
1472
1473 * arm-linux-nat.c (GET_THREAD_ID): Change PID to PTID.
1474
1475 * corelow.c (add_to_thread_list): Convert argument in add_thread()
1476 call to a ptid_t.
1477 * gnu-nat.c (inf_validate_procs): Likewise.
1478 * linux-thread.c (stop_thread, update_stop_threads): Likewise.
1479 * remote.c (record_currthread, remote_threads_info): Likewise.
1480 * win32-nat.c (child_add_thread): Likewise.
1481
1482 * hpux-thread.c (save_inferior_pid, restore_inferior_pid): Rename,
1483 respectively, to save_inferior_ptid() and restore_inferior_ptid().
1484 Adjust implementations to operate on ``ptid_t'' instead of ``int''.
1485 * lin-lwp.c (save_inferior_pid, restore_inferior_pid): Likewise.
1486 * lin-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
1487 * linux-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
1488 * proc-service.c (save_inferior_pid, restore_inferior_pid): Likewise.
1489 * sol-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
1490 * thread-db.c (save_inferior_pid, restore_inferior_pid): Likewise.
1491
1492 * infrun.c (RESUME_ALL): New macro representing the -1 ptid
1493 to be passed to target_resume() when all threads should resume.
1494 (resume): Set resume_ptid to RESUME_ALL rather than -1.
1495 (handle_inferior_event): Invoke target_resume() with RESUME_ALL
1496 instead of -1.
1497 * irix5-nat.c (solib_create_inferior_hook): Convert -1 to
1498 a ptid_t in target_resume() call.
1499 * osfsolib.c (solib_create_inferior_hook): Likewise.
1500 * solib-svr4.c (solib_create_inferior_hook): Likewise.
1501
1502 * lin-lwp.c (PIDGET, PIDGET0): Rename original PIDGET macro to
1503 PIDGET0. Define new PIDGET macro which uses PIDGET0, the only
1504 difference being that the 0xffff pattern will be interpreted
1505 as -1.
1506 * lin-thread.c (PIDGET, PIDGET0): Likewise.
1507 * thread-db.c (PIDGET, PIDGET0): Likewise.
1508 * config/nm-linux.h (PIDGET, PIDGET0): Likewise.
1509 * config/i386/tm-i386sol2.h (PIDGET, PIDGET0): Likewise.
1510 * config/i386/tm-i386v42mp.h (PIDGET, PIDGET0): Likewise.
1511 * config/sparc/tm-sun4sol2.h (PIDGET, PIDGET0): Likewise.
1512
1513 * m3-nat.c (init_m3_ops): Fix typo; initialize to_wait field to
1514 mach_really_wait rather than mach_really__wait.
1515 * lin-thread.c (check_for_thread_event): Fix warning; make function
1516 actually return a value.
1517
1518 * gdbarch.sh (TARGET_READ_PC, TARGET_WRITE_PC): Change type of
1519 ``pid'' arguments from ``int'' to ``ptid_t''. Also renamed
1520 pid to ptid.
1521 * gdbarch.h, gdbarch.c: Regenerated.
1522
1523 2001-05-03 Jonathan Larmour <jlarmour@redhat.com>
1524
1525 * rdi-share/devsw.c: Include <time.h> for struct tm
1526
1527 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
1528
1529 * config/djgpp/fnchange.lst: Add mappings for the new
1530 opcodes/openrisc-* files.
1531
1532 2001-05-01 Michael Snyder <msnyder@redhat.com>
1533
1534 * lin-lwp.c: Change printf to fprintf_unfiltered.
1535 * Makefile.in: Add rules for thread-db.o, lin-lwp.o, proc-service.o.
1536
1537 2001-05-01 Nicholas Duffek <nsd@redhat.com>
1538
1539 * config/rs6000/tm-rs6000.h (IN_SOLIB_RETURN_TRAMPOLINE): Define.
1540 (rs6000_in_solib_return_trampoline): Declare.
1541 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): New
1542 function.
1543 (rs6000_skip_trampoline_code): Skip bigtoc fixup code.
1544 * xcoffread.c (read_xcoff_symtab): Perform the ISFCN function
1545 check after the CSECT check rather than before it. Allocate
1546 separate symtabs for CSECTs whose names begin with '@'.
1547 (scan_xcoff_symtab): Don't ignore symbols beginning with '@'.
1548 Activate the misc_func_recorded mechanism for whose names begin
1549 with '@'.
1550
1551 2001-04-30 J.T. Conklin <jtc@redback.com>
1552
1553 * ppcnbsd-nat.c (fetch_inferior_registers)
1554 (store_inferior_registers, fetch_core_registers): Changed to use
1555 fpreg[] instead of r_regs[] to access floating point registers.
1556
1557 2001-04-30 Elena Zannoni <ezannoni@redhat.com>
1558
1559 * sh-tdep.c: Get rid of the function prototypes.
1560 (sh_sh4_build_float_register_type): Move earlier in file.
1561 (fv_reg_base_num): Ditto.
1562 (dr_reg_base_num): Ditto.
1563
1564 2001-04-30 Michael Snyder <msnyder@redhat.com>
1565
1566 * thread-db.c: Revert 2001-04-26 change for debugging output.
1567 * lin-lwp.c: Ditto.
1568 * lin-lwp.c: Add set/show debug lin-lwp command. Use this
1569 command to turn extra debugging output on / off.
1570
1571 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
1572
1573 * buildsym.c (start_subfile): Use FILENAME_CMP instead of STREQ.
1574 (top-level): #include filenames.h.
1575
1576 * dwarf2read.c (dwarf2_start_subfile): Use IS_ABSOLUTE_PATH and
1577 FILENAME_CMP, to DTRT on non-Posix platforms.
1578 (top-level): #include filenames.h.
1579
1580
1581 2001-04-27 Andrew Cagney <ac131313@redhat.com>
1582
1583 * gdbtypes.c (check_stub_method): Always initialize ``p''.
1584
1585 2001-04-27 Andrew Cagney <ac131313@redhat.com>
1586
1587 * configure.host: Delete romp host.
1588 * TODO: Update.
1589
1590 2001-04-27 Andrew Cagney <ac131313@redhat.com>
1591
1592 * TODO: Updates to 5.1. No more targets to obsolete.
1593
1594 2001-04-27 Don Howard <dhoward@redhat.com>
1595
1596 (Changes from Kevin Buettner, with minor update by Don Howard.)
1597
1598 * i387-nat.c (i387_supply_fxsave, i387_fill_fxsave, i387_tag): Fix
1599 typos in which hexadecimal constants were really intended to be
1600 binary constants.
1601 (i387_tag): Swap logic regarding zero vs non-zero exponents.
1602 * MAINTAINERS (Misc): Added myself to the write-after-approval
1603 list.
1604
1605 2001-04-26 Jim Blandy <jimb@redhat.com>
1606
1607 (Changes from Daniel Berlin, with revisions by Jim Blandy.)
1608
1609 Abstract out operations specific to particular C++ ABI's, and
1610 invoke them through a function table. This removes the C++ ABI
1611 dependencies scattered throughout the code, and allows us to
1612 cleanly add support for new C++ ABI's.
1613 * cp-abi.h, cp-abi.h, gnu-v2-abi.c, hpacc-abi.c: New files.
1614 * c-typeprint.c, c-valprint.c, dbxread.c, eval.c, gdbtypes.c,
1615 jv-typeprint.c, linespec.c, symtab.c, typeprint.c, valops.c:
1616 #include "cp-abi.h". These files all use functions now declared
1617 there.
1618 * symtab.h (OPNAME_PREFIX_P, VTBL_PREFIX_P, DESTRUCTOR_PREFIX_P):
1619 Deleted. These services are now provided by functions declared in
1620 cp-abi.h.
1621 * value.h (value_rtti_type, value_virtual_fn_field): Same.
1622 * values.c (value_virtual_fn_field): Same, for this definition.
1623 * valops.c (value_rtti_type): Same.
1624 * c-typeprint.c (c_type_print_base): Use the functions from
1625 "cp-abi.h", instead of the old macros, or hard-coded ABI-specific
1626 tests.
1627 * dbxread.c (record_minimal_symbol): Same.
1628 * gdbtypes.c (get_destructor_fn_field, virtual_base_index,
1629 virtual_base_index_skip_primaries): Same.
1630 * jv-typeprint.c (java_type_print_base): Same.
1631 * linespec.c (find_methods, decode_line_1): Same.
1632 * symtab.c (gdb_mangle_name): Same.
1633 * Makefile.in (SFILES): Add the new .c files mentioned above.
1634 (cp_abi_h): New variable.
1635 (COMMON_OBS): Add gnu-v2-abi.o, hpacc-abi.o, and cp-abi.o.
1636 (cp-abi.o, gnu-v2-abi.o, hpacc-abi.o): New targets.
1637 (c-typeprint.o, c-valprint.o, dbxread.o, eval.o, gdbtypes.o,
1638 jv-typeprint.o, symtab.o, linespec.o, typeprint.o, valops.o): Add
1639 dependency on $(cp_abi_h).
1640
1641 2001-04-26 Michael Snyder <msnyder@redhat.com>
1642
1643 * thread-db.c (_initialize_thread_db): Add set/show command
1644 "debug-linux-threads" for debugging output.
1645 * lin-lwp.c (various): Use global "debug_linux_threads to
1646 turn on extra debugging output.
1647 * lin-lwp.c: Minor cleanups in comments.
1648 * target.c (normal_pid_to_str): Get rid of an ancient hack.
1649 * remote.c (remote_pid_to_str): New function for remote target.
1650
1651 2001-04-24 Jim Blandy <jimb@redhat.com>
1652
1653 * c-typeprint.c (c_type_print_cv_qualifier): Don't print `const'
1654 qualifier on C++ references; all references are innately const.
1655
1656 2001-04-20 Mark Kettenis <kettenis@gnu.org>
1657
1658 * event-top.h: Fix formatting.
1659
1660 2001-04-17 Andrew Cagney <ac131313@redhat.com>
1661
1662 * source.c (openp): Obsolete #ifdef MPW code.
1663 (open_source_file): Ditto.
1664 * event-top.c (display_gdb_prompt): Ditto.
1665 * utils.c (query): Ditto.
1666 (init_page_info): Ditto.
1667 (init_page_info): Delete #ifndef MPW.
1668 * top.c (gdb_readline): Ditto.
1669 * mac-xdep.c: Obsolete.
1670 * mac-gdb.r: Obsolete.
1671 * config/powerpc/xm-mpw.h: Obsolete.
1672 * config/xm-mpw.h: Obsolete.
1673 * mpw-make.sed: Obsolete.
1674 * mpw-config.in: Obsolete.
1675 * TODO: Update
1676 * NEWS: Update
1677
1678 2001-04-19 Mark Kettenis <kettenis@gnu.org>
1679
1680 * i386-tdep.c (i386_frameless_function_invocation): New function.
1681 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION): Redefine
1682 in terms of i386_frameless_function_invocation. Adjust comment.
1683 (i386_frameless_function_invocation): New prototype.
1684
1685 2001-04-18 Martin M. Hunt <hunt@redhat.com>
1686
1687 * top.c (gdb_init): Don't call cli_out_new() to
1688 create global uiout if init_ui_hook is set. uiout will
1689 have to be initialized there.
1690
1691 2001-04-18 Andrew Cagney <ac131313@redhat.com>
1692
1693 * arch-utils.c: Include "regcache.h".
1694
1695 2001-04-18 Mark Kettenis <kettenis@gnu.org>
1696
1697 * i386-tdep.c (i386_saved_pc_after_call): New function.
1698 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Redefine in terms
1699 of i386_saved_pc_after_call.
1700 (i386_saved_pc_after_call): New prototype.
1701
1702 2001-04-17 Michael Snyder <msnyder@redhat.com>
1703
1704 * i386-nat.c: Fix typo in comment.
1705 * solib.c (no_shared_libraries): New function. Discard all symbols
1706 from shared libraries.
1707 (_initialize_solib): Add command "nosharedlibrary" as complement
1708 to the command "sharedlibrary". Unloads symbols for all solibs.
1709
1710 2001-04-16 Andrew Cagney <ac131313@redhat.com>
1711
1712 * configure.host (m68030-sony-*, m68*-isi-*, m68*-sony-*):
1713 * configure.tgt (m68*-rom68k-*, m68*-*bug-*, m68*-monitor-*)
1714 (m68*-est-*, m68*-sony-*, m68*-isi-*):
1715 * Makefile.in (xm-news1000.h, tm-news.h, xm-news.h): Obsolete..
1716 * config/m68k/xm-news.h: Obsolete.
1717 * config/m68k/tm-news.h:
1718 * config/m68k/xm-news1000.h: Obsolete.
1719 * config/m68k/news.mh: Obsolete.
1720 * config/m68k/news.mt: Obsolete.
1721 * config/m68k/nm-news.h: Obsolete.
1722 * config/m68k/news1000.mh: Obsolete.
1723 * news-xdep.c: Obsolete.
1724 * Makefile.in (isi-xdep.o): Obsolete.
1725 (ALLDEPFILES): Delete isi-xdep.c.
1726 (tm-isi.h): Obsolete.
1727 * m68k-tdep.c (altos_skip_prologue): Update comments.
1728 (isi_skip_prologue): Obsolete.
1729 * isi-xdep.c: Obsolete.
1730 * config/m68k/xm-isi.h: Obsolete.
1731 * config/m68k/isi.mh: Obsolete.
1732 * config/m68k/tm-isi.h: Obsolete.
1733 * config/m68k/isi.mt: Obsolete.
1734
1735 * TODO: Update.
1736 * NEWS: Update.
1737
1738 2001-04-17 Michael Snyder <msnyder@redhat.com>
1739
1740 * remote.c (remote_open_1): On opening the remote target, activate
1741 the solib_create_inferior_hook, so that it can detect when the
1742 target loads shared libraries.
1743 (remote_async_open_1): Ditto.
1744
1745 2001-04-17 Michael Snyder <msnyder@redhat.com>
1746
1747 * breakpoint.c (print_one_breakpoint): Handle 64-bit addresses.
1748 * tracepoint.c (tracepoints_info): Handle 64-bit addresses.
1749 * testsuite/gdb.trace/deltrace.exp: Allow for 64-bit addresses.
1750 * testsuite/gdb.trace/infotrace.exp: Ditto.
1751 * testsuite/gdb.trace/passcount.exp: Ditto.
1752 * testsuite/gdb.trace/while-stepping.exp: Ditto.
1753
1754 2001-04-17 Michael Snyder <msnyder@redhat.com>
1755
1756 * thread-db.c (check_thread_signals): When looping over all
1757 signals, ignore signal zero.
1758 (disable_thread_signals): Ditto.
1759
1760 2001-04-17 Eirik Fuller <eirik@netapp.com>
1761
1762 * thread.c (do_captured_thread_select): Allow the argument to the
1763 thread command to be an expression rather than a literal integer.
1764
1765 2001-04-17 Mark Kettenis <kettenis@gnu.org>
1766
1767 * i386-linux-tdep.c (i386_linux_saved_pc_after_call): Use
1768 read_memory_unsigned_integer instead of read_memory_integer.
1769
1770 2001-04-16 Kevin Buettner <kevinb@redhat.com>
1771
1772 * solib-aix5.c (map_index_vs_section_name_okay): New function.
1773 (aix5_relocate_main_executable): Don't use file offsets for
1774 determining corresponding sections and map file entries. Call
1775 map_index_vs_section_name_okay() to do this instead.
1776
1777 2001-04-16 Kevin Buettner <kevinb@redhat.com>
1778
1779 * procfs.c (open_with_retry): New function.
1780 (open_procinfo_files, load_syscalls, proc_iterate_over_mappings)
1781 (proc_get_LDT_entry): Call open_with_retry() instead of open().
1782
1783 2001-04-16 Kevin Buettner <kevinb@redhat.com>
1784
1785 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Adjust
1786 comparison against TRAP_HWBKPT constant yet again to account
1787 for the various values used by different kernel versions.
1788
1789 2001-04-16 Daniel Berlin <dan@cgsoftware.com>
1790
1791 * demangle.c (_initialize_demangler): Use xcalloc on the
1792 demangling_style_names, and make it a null terminated array of
1793 names, to avoid a crash.
1794
1795 2001-04-16 Mark Kettenis <kettenis@gnu.org>
1796
1797 * i386-tdep.c (i386_frame_chain): New function.
1798 * config/i386/tm-i386.h (FRAME_CHAIN): Redefine in terms of
1799 i386_frame_chain.
1800 (i386_frame_chain): New prototype.
1801
1802 2001-04-14 J.T. Conklin <jtc@redback.com>
1803
1804 * target.h (target_ops): Removed to_core_file_to_sym_file vector
1805 function.
1806 * corelow.c (core_ops): Updated for above change.
1807 * gnu-nat.c (core_ops): Likewise.
1808 * inftarg.c (child_ops): Likewise.
1809 * monitor.c (monitor_ops): Likewise.
1810 * ppc-bdm.c (bdm_ppc_ops): Likewise.
1811 * remote-adapt.c (adapt_ops): Likewise.
1812 * remote-bug.c (bug_ops): Likewise.
1813 * remote-e7000.c (e7000_ops): Likewise.
1814 * remote-eb.c (eb_ops): Likewise.
1815 * remote-es.c (es1800_ops, es1800_child_ops): Likewise.
1816 * remote-mm.c (mm_ops): Likewise.
1817 * remote-nindy.c (nindy_ops): Likewise.
1818 * remote-nrom.c (nrom_ops): Likewise.
1819 * remote-os9k.c (rombug_ops): Likewise.
1820 * remote-rdp.c (remote_rdp_ops): Likewise.
1821 * remote-sim.c (gdbsim_ops): Likewise.
1822 * remote-st.c (st2000_ops): Likewise.
1823 * v850ice.c (v850ice_ops): Likewise.
1824 * target.c (cleanup_target): Likewise
1825 (update_current_target): Likewise.
1826 (setup_target_debug): Likewise
1827 (debug_to_core_file_to_sym_file): Removed.
1828
1829 * corefile.c (core_file_command) [HPUXHPPA]: Removed code that
1830 sets symbol file from information obtained from the core file.
1831 * corelow.c (core_file_to_sym_file): Removed.
1832
1833 2001-04-13 Fernando Nasser <fnasser@redhat.com>
1834
1835 From Adam Mirowski <Adam.Mirowski@Sun.COM>
1836 Fixed Insight on Solaris. It was not possible to debug a process
1837 because of EINTR "errors".
1838 * procfs.c: (procfs_wait): if proc_wait_for_stop() fails
1839 with EINTR, retry the call.
1840
1841 2001-04-12 Kevin Buettner <kevinb@redhat.com>
1842
1843 * solib-aix5.c (enum maptype): Delete.
1844 (struct lm_info): Add new member ``nmappings''. Make ``mapping''
1845 member a pointer instead of a statically sized array.
1846 (build_so_list_from_mapfile): Dynamically allocate ``mapping''
1847 array.
1848 (aix5_relocate_main_executable, aix5_relocate_section_addresses,
1849 aix5_find_global_pointer): Search for correct mapping to use
1850 based on file offset instead of knowledge of whether the section
1851 is read-only or read/write.
1852 (aix5_find_gate_addresses): Use the first mapping instead of
1853 the (now defunct) MT_READONLY mapping.
1854
1855 2001-04-12 Nicholas Duffek <nsd@redhat.com>
1856
1857 * xcoffread.c (scan_xcoff_symtab): Ignore symbols beginning with
1858 "@".
1859
1860 2001-04-12 Kevin Buettner <kevinb@redhat.com>
1861
1862 * config/i386/fbsd.mh (NATDEPFILES): Add i386-nat.o.
1863
1864 2001-04-09 Andrew Cagney <ac131313@redhat.com>
1865
1866 Obsolete i[3456]86-*-sunos* (aka Sun386) host and target.
1867 * config/i386/sun386.mh: Obsolete.
1868 * config/i386/sun386.mt: Obsolete.
1869 * config/i386/xm-sun386.h: Obsolete.
1870 * config/i386/tm-sun386.h: Obsolete.
1871 * config/i386/nm-sun386.h: Obsolete.
1872 * Makefile.in (ALLDEPFILES): Delete sun386-nat.c.
1873 (sun386-nat.o): Target is obsolete.
1874 * sun386-nat.c: Obsolete.
1875 * configure.tgt (i[3456]86-*-sunos*): Obsolete.
1876 * configure.host (i[3456]86-*-sunos*): Obsolete.
1877 * NEWS: Update.
1878 * TODO: Update.
1879
1880 2001-04-10 J.T. Conklin <jtc@redback.com>
1881
1882 * maint.c: Fix typo in comment.
1883
1884 2001-04-09 Keith Seitz <keiths@cygnus.com>
1885
1886 * MAINTAINERS: Swap with Syd Polk as a gdbtk maintainer.
1887
1888 2001-04-08 Kevin Buettner <kevinb@redhat.com>
1889
1890 * fork-child.c (fork_inferior, clone_and_follow_inferior):
1891 Document fact that apparent call to vfork() might actually be
1892 a call to fork() instead.
1893 * ser-pipe.c (pipe_open): Likewise.
1894
1895 2001-04-08 Kevin Buettner <kevinb@redhat.com>
1896
1897 * printcmd.c (print_frame_args): Use a cleanup to invoke
1898 ui_out_list_end() so that the list count nesting flag will
1899 be decremented properly when an error occurs.
1900 * stack.c (print_frame): Likewise.
1901
1902 2001-04-06 J.T. Conklin <jtc@redback.com>
1903
1904 * dcache.c (dcache_write_line): Fixed bugs where cache line was
1905 not written to target correctly.
1906
1907 * gdbserver/low-hppabsd.c (read_inferior_memory): Add explicit
1908 void return value;
1909 * gdbserver/low-nbsd.c: Likewise.
1910 * gdbserver/low-sparc.c: Likewise.
1911 * gdbserver/low-sun3.c: Likewise.
1912
1913 2001-04-06 Geoffrey Keating <geoffk@redhat.com>
1914
1915 * config/rs6000/nm-rs6000.h (PTRACE_ATTACH): Don't define.
1916 (PTRACE_DETACH): Don't define.
1917
1918 2001-04-06 David Smith <dsmith@redhat.com>
1919
1920 * arch-utils.c (default_prepare_to_proceed)
1921 (generic_prepare_to_proceed): Added new functions.
1922 * arch-utils.h: New function declarations for
1923 default_prepare_to_proceed() and generic_prepare_to_proceed().
1924 * gdbarch.sh: Added PREPARE_TO_PROCEED.
1925 * gdbarch.c: Regenerated.
1926 * gdbarch.h: Regenerated.
1927 * inferior.h: Added get_last_target_status() declaration.
1928 * infrun.c (get_last_target_status): Added new function.
1929 (handle_inferior_event): Saves last pid and waitstatus, which will
1930 get returned by get_last_target_status().
1931
1932 * hppa-tdep.c (prepare_to_proceed): Added comment stating that
1933 prepare_to_proceed() is potentially redundant since
1934 default_prepare_to_proceed() has been added.
1935 * linux-thread.c (prepare_to_proceed): Ditto.
1936 * lin-lwp.c (prepare_to_proceed): Ditto.
1937 * m3-nat.c (prepare_to_proceed): Ditto.
1938
1939 2001-04-05 Andrew Cagney <ac131313@redhat.com>
1940
1941 Obsolete powerpcle-*-cygwin* and powerpcle-*-solaris* platforms
1942 and powerpc-*-netware* target.
1943 * configure.host (powerpcle-*-cygwin*, powerpcle-*-solaris*):
1944 Obsolete.
1945 * configure.tgt (powerpc-*-netware*, powerpcle-*-cygwin*)
1946 (powerpcle-*-solaris*): Obsolete.
1947 * config/powerpc/tm-cygwin.h: Obsolete.
1948 * config/powerpc/cygwin.mt: Obsolete.
1949 * config/powerpc/xm-cygwin.h: Obsolete.
1950 * config/powerpc/cygwin.mh: Obsolete.
1951 * config/powerpc/nm-solaris.h: Obsolete.
1952 * config/powerpc/xm-solaris.h: Obsolete.
1953 * config/powerpc/tm-solaris.h: Obsolete.
1954 * config/powerpc/solaris.mt: Obsolete.
1955 * config/powerpc/tm-ppc-nw.h: Obsolete.
1956 * config/powerpc/ppc-nw.mt: Obsolete.
1957 * TODO: Update.
1958 * NEWS: Update.
1959
1960 2001-04-06 Fernando Nasser <fnasser@redhat.com>
1961
1962 * buildsym.c (record_line): Turn off unused addr bits.
1963
1964 2001-04-06 Fernando Nasser <fnasser@redhat.com>
1965
1966 From David Deephanphongs <deephan@telocity.com>
1967 * inferior.h: Fix declarations of get_inferior_args and
1968 set_inferior_args, which were missing the trailing 's'.
1969
1970 2001-04-05 Jeff Holcomb <jeffh@redhat.com>
1971
1972 * monitor.c (monitor_supply_register): Only report an error if we
1973 don't get a valid value.
1974
1975 2001-04-05 Eli Zaretskii <eliz@is.elta.co.il>
1976
1977 * README: Don't mention gdba.el.
1978
1979 2001-04-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1980
1981 From Jimmy Guo <guo@cup.hp.com>
1982 * top.c (init_main): set prompt if annotation_level>1,
1983 this is necessary when annotation_level is set to 2 via
1984 --annotate=2 command line option.
1985
1986 2001-04-04 Andrew Cagney <ac131313@redhat.com>
1987
1988 Obsolete a29k-*-* host and a29k-*-sym1* and a29k-*-kern* targets.
1989 * configure.tgt (a29k-*-sym1*, a29k-*-kern*): Obsolete.
1990 * configure.host (a29k-*-*): Obsolete.
1991 * Makefile.in (ALLDEPFILES): Remove ultra3-nat.c and
1992 ultra3-xdep.c.
1993 (ultra3-nat.o, ultra3-xdep.o): Obsolete.
1994 * config/a29k/tm-ultra3.h: Obsolete.
1995 * config/a29k/ultra3.mt: Obsolete.
1996 * config/a29k/ultra3.mh: Obsolete.
1997 * config/a29k/nm-ultra3.h: Obsolete.
1998 * config/a29k/xm-ultra3.h: Obsolete.
1999 * ultra3-xdep.c: Obsolete.
2000 * ultra3-nat.c: Obsolete.
2001 * config/a29k/a29k-kern.mt: Obsolete.
2002 * NEWS: Update.
2003 * TODO: Update.
2004
2005 Wed Apr 4 21:48:42 2001 Christopher Faylor <cgf@cygnus.com>
2006
2007 * main.c: Remove windows.h use.
2008 (gdbtk_test): Use PATH_MAX for home var calculation.
2009 * remote-e7000.c (e7000_parse_device): Accomodate Cygwin as well as
2010 Win32 in colon test.
2011 * ser-tcp.c: Use modern __CYGWIN__ conditional.
2012 * source.c (mod_path): Add __CYGWIN__ conditional to WIN32 test.
2013 (openp): Ditto.
2014 * symfile.c (symfile_bfd_open): Ditto.
2015
2016 2001-04-04 Martin M. Hunt <hunt@redhat.com>
2017
2018 * main.c (captured_main): For GDBtk, don't use tui_fileopen().
2019 Handle all stream setup in gdbtk_init
2020
2021 2001-04-04 Mark Kettenis <kettenis@gnu.org>
2022
2023 * i386-tdep.c (i386_extract_return_value): Don't return the return
2024 value of a void function.
2025 (i386_store_return_value): Likewise.
2026
2027 2001-04-03 Andrew Cagney <ac131313@redhat.com>
2028
2029 Obsolete w65-*-* target.
2030 * configure.tgt (w65-*-*): Obsolete.
2031 * config/w65/w65.mt: Obsolete.
2032 * config/w65/tm-w65.h: Obsolete.
2033 * w65-tdep.c: Obsolete.
2034 * NEWS: Update. Fix TiC80 description.
2035 * TODO: Update.
2036
2037 2001-04-03 Andrew Cagney <ac131313@redhat.com>
2038
2039 Obsolete tic80-*-* target.
2040 * configure.tgt (tic80-*-*): Obsolete.
2041 * config/tic80/tic80.mt: Obsolete.
2042 * config/tic80/tm-tic80.h: Obsolete.
2043 * tic80-tdep.c: Obsolete.
2044 * TODO: Update
2045 * NEWS: Update.
2046
2047 2001-04-02 J.T. Conklin <jtc@redback.com>
2048
2049 * remote-mips.c (S_IROTH): Moved definition from here.
2050 * gdb_stat.h (S_IROTH): to here.
2051
2052 * remote.c (remote_protocol_e, remote_protocol_E): Define.
2053 (set_remote_protocol_e_packet_cmd)
2054 (set_remote_protocol_E_packet_cmd)
2055 (show_remote_protocol_e_packet_command)
2056 (show_remote_protocol_E_packet_command): New functions.
2057 (init_all_packet_configs): Initialize remote_protocol_e and
2058 remote_protocol_E.
2059 (remote_resume, remote_async_resume): Support e/E command
2060 packets.
2061 (show_remote_cmd): Show state of remote_protocol_e and
2062 remote_protocol_E.
2063 (_initialize_remote): Add "set remote step-over-range-packet"
2064 and "set remote step-over-range-w-signal-packet" to CLI.
2065
2066 2001-04-01 Andrew Cagney <ac131313@redhat.com>
2067
2068 Obsolete ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv* and
2069 ns32k-utek-*.
2070 * Makefile.in (ALLDEPFILES): Delete umax-xdep.c and ns32km3-nat.c.
2071 (umax-xdep.o, ns32km3-nat.o): Obsolete.
2072 * configure.tgt (ns32k-*-mach3*, ns32k-utek-sysv*, ns32k-utek-*):
2073 Obsolete.
2074 * configure.host (ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv*):
2075 Obsolete.
2076 * config/ns32k/merlin.mh: Obsolete.
2077 * config/ns32k/merlin.mt: Obsolete.
2078 * config/ns32k/xm-merlin.h: Obsolete.
2079 * config/ns32k/tm-merlin.h: Obsolete.
2080 * config/ns32k/nm-umax.h: Obsolete.
2081 * config/ns32k/umax.mh: Obsolete.
2082 * config/ns32k/umax.mt: Obsolete.
2083 * config/ns32k/xm-umax.h: Obsolete.
2084 * umax-xdep.c: Obsolete.
2085 * config/ns32k/ns32km3.mh: Obsolete.
2086 * config/ns32k/ns32km3.mt: Obsolete.
2087 * config/ns32k/tm-ns32km3.h: Obsolete.
2088 * config/ns32k/xm-ns32km3.h: Obsolete.
2089 * ns32km3-nat.c: Obsolete.
2090 * ns32k-tdep.c (merlin_skip_prologue): Obsolete.
2091 (merlin_frame_num_args): Ditto.
2092 * NEWS: Update.
2093 * TODO: Update.
2094
2095 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
2096
2097 * config/djgpp/fnchange.lst: Tweak due to
2098 expect/example/chesslib.c.
2099
2100 2001-04-02 Kevin Buettner <kevinb@redhat.com>
2101
2102 * m88k-tdep.c (examine_prologue): Change type of ``insn'' from
2103 unsigned int to unsigned long. Also, fix format string.
2104 (pop_frame): Fix PC_IN_CALL_DUMMY() call so that it doesn't
2105 use an undeclared variable. Also, delete declaration and
2106 initialization of ``fp'' because it is otherwise unused.
2107 * remote-bug.c (sleep): Delete declaration.
2108 (bug_store_register, bug_write_memory, bug_read_memory)
2109 (bug_insert_breakpoint, bug_remove_breakpoint): Fix sprintf()
2110 format statements and cast certain sprintf() arguments to
2111 eliminate warnings.
2112 (bug_load): Likewise for call to printf_filtered().
2113 * config/m88k/tm-m88k.h (FIX_CALL_DUMMY): Eliminate
2114 assignment to ``pc''. The necessary assignment is done in
2115 hand_function_call() after the invocation of FIX_CALL_DUMMY().
2116
2117 2001-03-20 Daniel Berlin <dberlin@redhat.com>
2118
2119 * symtab.c (completion_list_add_name): Remove duplicate string checks,
2120 readline already does this, and it's much faster at it, too.
2121
2122 2001-04-01 Eli Zaretskii <eliz@is.elta.co.il>
2123
2124 * go32-nat.c: Minor tweaks, to pacify the ari script.
2125
2126 2001-04-01 Mark Kettenis <kettenis@gnu.org>
2127
2128 * i386-tdep.c (i386_extract_struct_value_address): New function.
2129 * config/i386/tm-i386.h (EXTRACT_STRUCT_VALUE_ADDRESS): Redefine
2130 in terms of i386_extract_struct_value_address.
2131 (i386_extract_struct_value_address): New prototype.
2132
2133 * i386-linux-nat.c (i386_linux_dr_get): Change type of return
2134 value to `unsigned long'. Change type of `value' to `unsigned
2135 long'.
2136 (i386_linux_dr_set): Change type of second argument to `unsigned
2137 long'.
2138 (i386_linux_dr_set_control): Change type of first argument to
2139 `unsigned long'.
2140 (i386_linux_dr_get_status): Change type of return value to
2141 unsigned long.
2142 * config/i386/nm-linux.h (i386_linux_dr_set_control,
2143 i386_linux_dr_get_status): Adjust prototypes accordingly.
2144
2145 2001-03-31 Kevin Buettner <kevinb@redhat.com>
2146
2147 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Change
2148 TRAP_HWBKPT constant to match that in the kernel headers for
2149 Linux/IA-64.
2150
2151 2001-03-31 Mark Kettenis <kettenis@gnu.org>
2152
2153 * i386bsd-nat.c: Include "gdb_assert.h".
2154 [HAVE_PT_GETDBREGS] (DBREG_DRX): Define if not
2155 already defined.
2156 [HAVE_PT_GETDBREGS] (i386bsd_dr_set, i386bsd_dr_set_control,
2157 i386bsd_dr_set_addr, i386bsd_dr_reset_addr,
2158 i386bsd_dr_get_status): New functions.
2159 * config/i386/nm-fbsd.h [HAVE_PT_GETDBREGS]
2160 (I386_USE_GENERIC_WATCHPOINTS): Define.
2161 Include "i386/nm-i386.h".
2162 (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
2163 I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
2164 (i386bsd_dr_set_control, i386bsd_dr_set_addr,
2165 i386bsd_dr_reset_addr, i386bsd_dr_get_status): New prototypes.
2166 * acconfig.h (HAVE_PT_GETDBREGS): New configure macro.
2167 * configure.in: Cleanup a few comments. Check for PT_GETDBREGS
2168 ptrace request.
2169 * config.in, configure: Regenerate.
2170
2171 * i386-nat.c (i386_insert_aligned_watchpoint): Set address
2172 register before enabling it by setting the control register.
2173 (i386_remove_aligned_watchpoint): Reset address register after
2174 disabling it by setting the control register.
2175
2176 * i386-tdep.c (i386_extract_return_value): If the type of the
2177 return value is TYPE_STRUCT and the number of fields is one, call
2178 ourselves with TYPE set tp the type of the first field.
2179 (i386_store_return_value): Likewise.
2180 This fixes a problem with returning structs consisting of a single
2181 `float' or `double' on *BSD.
2182
2183 2001-03-30 Mark Kettenis <kettenis@gnu.org>
2184
2185 * lin-lwp.c (lin_lwp_resume): Don't mark LWP as not stopped until
2186 we're absolutely sure we're going to resume it.
2187
2188 * thread-db.c (check_event): Don't report an error if we encounter
2189 a thread creation event for a thread that's already in the thread
2190 list, since that may legitemately happen. Instead only call
2191 attach_thread if it's not already in the thread list.
2192
2193 2001-03-28 Andrew Cagney <ac131313@redhat.com>
2194
2195 * config/pa/xm-hppah.h (malloc): Really delete declaration
2196 (MALLOC_INCOMPATIBLE): Really delete macro.
2197 * cli/cli-cmds.c (apropos_command): Use xcalloc.
2198
2199 2001-03-28 Andrew Cagney <ac131313@redhat.com>
2200
2201 * configure.in (build_warnings): Add -Wuninitialized.
2202 * configure: Regenerate.
2203
2204 * v850-tdep.c (v850_scan_prologue): Initialize ``insn2''.
2205 * sparc-tdep.c (sparc64_push_arguments): Add default case to
2206 switch.
2207 * sh-tdep.c (sh_do_fp_register): Replace ``?:'' printf format
2208 expression with if statement.
2209 * mn10200-tdep.c (mn10200_analyze_prologue): Initialize
2210 ``stack_size''.
2211 * mips-tdep.c (show_mipsfpu_command): Add default case to switch.
2212 (mips_dump_tdep): Fix setting of ef_mips_arch.
2213 * mcore-tdep.c (mcore_analyze_prologue): Initialize ``fp_regnum''.
2214 * dsrec.c (make_srec): Always initialize ``binbuf''.
2215 * monitor.c (monitor_read_memory_single): Do not pass an
2216 uninitialized buffer to monitor_error. Make ``i'' more local.
2217
2218 2001-03-28 Andrew Cagney <ac131313@redhat.com>
2219
2220 * MAINTAINERS: Change ns32k target to ,-Werror.
2221
2222 * ns32k-tdep.c: Include "gdbcore.h"
2223 (flip_bytes): Change first argument to void*. Add forward
2224 declaration.
2225 (sign_extend): Add declaration.
2226 (merlin_frame_num_args): Add final else clause to if-else chain.
2227 (umax_frame_num_args): Ditto.
2228 * config/ns32k/tm-umax.h (ns32k_localcount): Declare.
2229 (flip_bytes): Ditto.
2230
2231 2001-03-28 Mark Kettenis <kettenis@gnu.org>
2232
2233 * i386-linux-tdep.c (FRAMELESS_SIGNAL): Moved here from
2234 config/i386/nm-linux.h (including comment).
2235 (i386_linux_frame_chain): New function implementing guts of the
2236 former FRAME_CHAIN macro, but using read_memory_unsigned_integer
2237 instead of read_memory_integer.
2238 (i386_linux_frame_saved_pc): Removed doc pointing to
2239 i386/tm-linux.h for an explanation of FRAMELESS_SIGNAL since that
2240 now lives in this file.
2241 * config/i386/tm-linux.h (FRAMELESS_SIGNAL): Moved to
2242 i386-linux-tdep.c (including comment).
2243 (FRAME_CHAIN): Redefined in terms of i386_linux_frame_chain.
2244 (i386_linux_frame_chain): New prototype.
2245
2246 * gdbserver/low-linux.c [I386_GNULINUX_TARGET]: Cleanup code and
2247 make it work again.
2248 (NUM_FREGS): Redefine to 0.
2249 (NUM_REGS): Redefine as NUM_GREGS.
2250 (i386_register_byte, i386_register_raw_size): Update from
2251 i386-tdep.c. Add comment about their origin.
2252 (regmap, register_u_addr): Take these from i386-linux-nat.c.
2253 (i386_register_u_addr): Removed.
2254
2255 * i386-linux-nat.c (i386_linux_dr_get): Return 0 if ptrace call
2256 fails instead of calling perror_with_name. This should fix
2257 debugging remote i386 targets with a native Linux/x86 GDB. Add
2258 FIXME for this hack.
2259
2260 2001-03-19 J.T. Conklin <jtc@redback.com>
2261
2262 * arch-utils.c (#include "gdbthread.h"): Removed.
2263 (#include "symfile.h"): Removed.
2264 (XMALLOC): Removed unused macro.
2265 * breakpoint.c (tbreak_command): Removed local declaration.
2266 (awatch_command, do_enable_breakpoint, set_breakpoint_count):
2267 Remove duplicate declarations.
2268 (bpstat_should_step, bpstat_have_active_hw_watchpoints)
2269 (remove_solib_event_breakpoints): Fix indentation botch.
2270 * c-typeprint.c (#include "command.h"): Removed.
2271 (#include "gdbcmd.h"): Removed.
2272 * ch-exp.c (ch_terminal_match_float_literal, parse_expr)
2273 (parse_primval, parse_untyped_expr, parse_opt_untyped_expr):
2274 Removed duplicate declarations.
2275 * ch-typeprint.c (#include "command.h"): Removed.
2276 (#include "gdbcmd.h"): Removed.
2277 * corefile.c (#include "frame.h"): Removed
2278 (#include "symfile.h"): Removed.
2279 (#include "language.h"): Removed.
2280 * dbxread.c (#include "command.h"): Removed.
2281 * environ.c (#include "gdbcore.h"): Removed.
2282 * event-loop.c (#include "top.h"): Removed.
2283 * f-typeprint.c (#include "command.h"): Removed.
2284 (#include "gdbcmd.h"): Removed.
2285 (#include "language.h"): Removed.
2286 (#include "typeprint.h"): Removed.
2287 (#include "frame.h"): Removed.
2288 * gdbtypes.h (print_type_scalar): Removed declaration.
2289 * infcmd.c (#include "completer.h"): Removed.
2290 * language.c (#include "frame.h"): Removed.
2291 * m2-typeprint.c (#include "command.h"): Removed.
2292 (#include "gdbcmd.h"): Removed.
2293 (#include "language.h"): Removed.
2294 * m2-valprint.c (#include "valprint.h"): Removed.
2295 * p-typeprint.c (#include "command.h"): Removed.
2296 (#include "gdbcmd.h"): Removed.
2297 * p-valprint.c (#include "typeprint.h"): Removed.
2298 * parse.c (#include "linespec.h"): Removed.
2299 * regcache.c (#include "frame.h"): Removed.
2300 * remote.c (#include "frame.h"): Removed.
2301 (getpkt_sane): Make static.
2302 * source.c (#include "completer.h"): Removed.
2303 * stack.c (#include "symfile.h"): Removed.
2304 (#include "objfiles.h"): Removed.
2305 * symfile.c (#include "completer.h"): Removed.
2306 * tracepoint.c (#include "completer.h"): Removed.
2307 * values.c (#include "frame.h"): Removed.
2308 * varobj.c (#include "valprint.h"): Removed.
2309 * wrapper.c (#include "frame.h"): Removed.
2310
2311 * memattr.c (create_mem_region): Removed unused variable.
2312 * remote-nrom.c: Removed spurious semicolon after init_nrom_ops.
2313
2314 2001-03-27 Nick Clifton <nickc@redhat.com>
2315
2316 * remote-rdp.c (rdp_set_command_line): Add missing double quote.
2317
2318 2001-03-27 Kevin Buettner <kevinb@redhat.com>
2319
2320 * solib-aix5.c (build_so_lib_from_mapfile): Use xfree() instead
2321 of free().
2322
2323 2001-03-27 Eli Zaretskii <eliz@is.elta.co.il>
2324
2325 * TODO (Cleanups): Remove the item about converting docs to GFDL.
2326
2327 2001-03-26 Kevin Buettner <kevinb@redhat.com>
2328
2329 * ia64-tdep.c (slotN_contents, replace_slotN_contents): Change
2330 type of ``bundle'' from unsigned char * to char *.
2331 (ia64_get_saved_register): Use alloca() to allocate register
2332 buffers.
2333
2334 * solib-aix5.c (build_so_lib_from_mapfile): Fix xasprintf() usage.
2335
2336 2001-03-26 Kevin Buettner <kevinb@redhat.com>
2337
2338 * proc-utils.h (procfs_ctl_t): New typedef.
2339 * proc-api.c (write_with_trace): Change type of ``opcode'' from
2340 long to procfs_ctl_t. Don't assume that the target has defined
2341 BREAKPOINT. Handle case in which PCRESET is the same as PCUNSET.
2342 * proc-events.c (sys/syscall.h, sys/fault.h): Include conditionally.
2343 * procfs.c (sys/fault.h, sys/syscall.h): Include conditionally.
2344 (gdb_sigset_t, gdb_sigaction_t, gdb_siginfo_t, gdb_premptysysset)
2345 (gdb_praddsysset, gdb_prdelsysset, gdb_pr_issyssetmember):
2346 Conditionally define as appropriate for AIX/non-AIX systems. Use
2347 these defines/typedefs as appropriate elsewhere in file.
2348 (struct procinfo): Change type of saved_sigset and saved_sighold
2349 from sigset_t to gdb_sigset_t. Make saved_exitset and
2350 saved_entryset pointer variables. Add two new fields, num_syscalls
2351 and syscall_names.
2352 (DYNAMIC_SYSCALLS): Define when HAVE_PRSYSENT_T is defined.
2353 (sysset_t_size, sysset_t_alloc): New functions.
2354 (load_syscalls, free_syscalls, find_syscall): New functions for
2355 platforms which define DYNAMIC_SYSCALLS.
2356 (create_procinfo): Call load_syscalls.
2357 (destroy_one_procinfo): Call free_syscalls.
2358 (GDBRESET): Don't define twice.
2359 (proc_modify_flag): Change type of operation code array `arg'
2360 from long to procfs_ctl_t.
2361 (proc_stop_process, proc_wait_for_stop, proc_run_process)
2362 (proc_set_traced_signals, proc_set_traced_faults)
2363 (proc_set_traced_sysentry, proc_set_traced_sysexit)
2364 (proc_set_held_signals, proc_clear_current_fault)
2365 (proc_set_current_signal, proc_clear_current_signal, proc_set_gregs)
2366 (proc_set_fpregs, proc_kill, proc_set_watchpoint): Likewise for `cmd'.
2367 (proc_set_traced_sysentry): Dynamically allocate variable sized
2368 struct gdb_proc_ctl_pcsentry. Also, free it at function exit.
2369 (proc_set_traced_sysexit): Dynamically allocate variable
2370 sized struct gdb_proc_ctl_pcsexit. Also, free it at
2371 function exit.
2372 (proc_get_traced_sysentry, proc_get_traced_sysexit): Add new code
2373 for reading the sysset_t struct on AIX5.
2374 (procfs_debug_inferior): Don't assume that SYS_exit will be
2375 defined. Add new code for finding certain syscalls on AIX5.
2376 (syscall_is_lwp_exit, syscall_is_exit, syscall_is_exec)
2377 (syscall_is_lwp_create): New functions.
2378 (procfs_wait): Restructured code which checks for certain
2379 system calls to use the new syscall_is_... functions.
2380 (procfs_notice_signals): Account for the fact that saved_entryset
2381 and saved_exitset in struct procinfo are now pointers.
2382
2383 2001-03-26 Kevin Buettner <kevinb@redhat.com>
2384
2385 * symtab.c (find_pc_sect_line): Revise method used for finding
2386 the ending pc.
2387
2388 2001-03-26 Mark Kettenis <kettenis@gnu.org>
2389
2390 * i386-linux-tdep.c (i386_linux_sigtramp_saved_pc,
2391 i386_linux_sigtramp_saved_sp): Make static.
2392 (i386_linux_frame_saved_pc): New function based on the old
2393 FRAME_SAVED_PC macro, but use read_memory_unsigned_integer instead
2394 of read_memory_integer.
2395 * config/i386/tm-linux.h (sigtramp_saved_pc): Remove definition.
2396 (i386_linux_sigtramp_saved_pc): Remove prototype.
2397 (FRAME_SAVED_PC): Redefine in terms of i386_linux_frame_saved_pc.
2398 (i386_linux_frame_saved_pc): New prototype.
2399
2400 2001-03-26 Andrew Cagney <ac131313@redhat.com>
2401
2402 * MAINTAINERS: Document m88k as a ``Known problem in 5.1''.
2403 * TODO (GDB 5.1 - Cleanups): Update.
2404
2405 2001-03-26 Andrew Cagney <ac131313@redhat.com>
2406
2407 * fork-child.c (clone_and_follow_inferior): Delete #ifdef
2408 HAVE_VFORK.
2409
2410 2001-03-26 Mark Kettenis <kettenis@gnu.org>
2411
2412 * config/i386/tm-symmetry.h (PUSH_ARGUMENTS): #undef.
2413
2414 * i386-tdep.c (i386_push_arguments, i386_store_struct_return): New
2415 functions.
2416 * config/i386/tm-i386.h (PUSH_ARGUMENTS): New macro.
2417 (STORE_STRUCT_RETURN): Redefine in terms of
2418 i386_store_struct_return.
2419 (i386_push_arguments, i386_store_struct_return): New prototypes.
2420 * config/i386/tm-i386v.h (STORE_STRUCT_RETURN): Remove. It's
2421 definition was identical to the definition in "i386/tm-i386.h" so
2422 the new definition should suffice too.
2423
2424 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
2425
2426 * event-loop.c (toplevel) [!HAVE_POLL] [NO_FD_SET]: Remove unused
2427 definitions for SELECT, NBBY, FD_SETSIZE, NFDBITS, and MASK_SIZE.
2428
2429 * config/djgpp/djconfig.sh: Add copyright notice.
2430
2431 * ser-go32.c (rawclock): Remove prototype; include time.h instead.
2432 (ISR, dos_hookirq, isr_t): Convert K&R definition to ANSI C.
2433 (top level) <string.h>: Include gdb_string.h instead.
2434 (dos_noop, dos_raw, dos_noflush_set_tty_state)
2435 (dos_print_tty_state, dos_info): Remove ATTRIBUTE_UNUSED.
2436
2437 * go32-nat.c (go32_create_inferior): Move the declaration of
2438 `environ' to here from the top level.
2439 (top level) <_initialize_go32_nat>: Remove redundant prototype.
2440 <gdb_string.h>: Include it instead of string.h.
2441 (store_register): Call register_buffer instead of accessing
2442 registers[] directly.
2443 (redir_cmdline_delete, redir_cmdline_parse, redir_to_debugger)
2444 (redir_to_debugger, redir_debug_init) [__DJGPP_MINOR__ < 3]: Put
2445 the function names at the start of the line.
2446 (go32_set_dr): Throw internal_error if the argument is not a valid
2447 debug register number.
2448 (go32_open, go32_close, go32_attach, go32_detach, go32_resume)
2449 (go32_wait, go32_xfer_memory, go32_files_info)
2450 (go32_terminal_info): Remove ATTRIBUTE_UNUSED.
2451
2452 2001-03-25 Jim Blandy <jimb@redhat.com>
2453
2454 * mips-tdep.c (mips_gdbarch_init): Tweak indentation.
2455
2456 2001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2457
2458 From Andrew Cagney <ac131313@redhat.com>
2459
2460 * coffread.c: Include "gdb_assert.h".
2461 (coff_symtab_read): Cast the integer s_sclass to a long before
2462 casting it to a pointer.
2463
2464 2001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2465
2466 From Andrew Cagney <ac131313@redhat.com>
2467
2468 * coffread.c (coff_symtab_read): Initialize
2469 ``fcn_first_line_addr''. Check that the ``.bf'' always preceeds
2470 the ``.ef'' info.
2471 * dbxread.c (find_text_range): Initialize ``start'' and ``end''.
2472
2473 2001-03-23 Andrew Cagney <ac131313@redhat.com>
2474
2475 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade to
2476 GDB_MULTI_ARCH_PARTIAL from two. SOFTWARE_SINGLE_STEP is not
2477 multi-arch.
2478
2479 * gdbarch.sh (SOFTWARE_SINGLE_STEP): Add.
2480 * gdbarch.h, gdbarch.c: Re-generate.
2481
2482 * target.h (SOFTWARE_SINGLE_STEP_P)
2483 (SOFTWARE_SINGLE_STEP): Delete macro definitions.
2484
2485 2001-03-23 Andrew Cagney <ac131313@redhat.com>
2486
2487 * gdbarch.sh (gdbarch_register_read, gdbarch_register_write): Add.
2488 * gdbarch.h, gdbarch.c: Regenerate.
2489
2490 * regcache.h (regcache_read, regcache_write): Declare.
2491 (registers, register_valid, register_buffer): Add note that these
2492 interfaces are deprecated.
2493
2494 * regcache.c: Include "gdb_assert.h".
2495 (legacy_write_register_gen): Rename write_register_gen.
2496 (legacy_read_register_gen): Rename read_register_gen.
2497 (regcache_read, regcache_write): New function.
2498 (read_register_gen, write_register_gen): New function.
2499 (write_register): Simplify. Use write_register_gen.
2500 (read_register): Ditto using read_register_gen.
2501 (read_signed_register): Ditto.
2502 (read_register_bytes): Ditto!!!!
2503 (supply_register): Add note that CLEANUP_REGISTER_VALUE is being
2504 replaced by gdbarch_register_read.
2505
2506 * TODO (GDB 5.2 - Cleanups): Add list of gdbarch methods to
2507 deprecate.
2508
2509 2001-03-23 Jim Blandy <jimb@redhat.com>
2510
2511 Fix from Dan Berlin:
2512
2513 * stabsread.c (read_cpp_abbrev): Properly construct the names of
2514 virtual function table pointer fields.
2515
2516 2001-03-19 Andrew Cagney <ac131313@redhat.com>
2517
2518 * defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree, xmmalloc,
2519 xmrealloc): Move existing declarations to the one place and
2520 re-order to be consistent.
2521 (xmcalloc, xmfree): Declare.
2522 (xmmalloc, xmrealoc): Assume ISO-C - use size_t and void* in
2523 declaration.
2524
2525 * utils.c (size_t): Delete #ifdef defining size_t.
2526 (mmalloc, mrealloc, mcalloc, mfree): Re-order.
2527 (mmalloc, mrealloc, mcalloc): Document as only calls in GDB
2528 corresponding malloc, realloc, calloc.
2529 (mfree): Call free directly.
2530 (xmmalloc, xmrealloc): Clean up. Assume ISO-C.
2531 (xmcalloc, xmfree): New functions. Copy old xcalloc and xfree
2532 function bodies to here.
2533 (xcalloc, xfree): Call xmcalloc and xmfree respectfully.
2534
2535 2001-03-23 Andrew Cagney <ac131313@redhat.com>
2536
2537 * fork-child.c (fork_inferior): Make ``argv'', ``exec_file'' and
2538 ``shell_file'' static locals.
2539
2540 * jv-lang.c (java_link_class_type): Initialize ``field'' and
2541 ``method''.
2542
2543 * jv-valprint.c (java_value_print): Initialize ``next_element''.
2544
2545 2001-03-23 Mark Kettenis <kettenis@gnu.org>
2546
2547 * config/i386/nm-i386.h: Fix formatting and change reference to
2548 i386-tdep.c to i386-nat.c.
2549
2550 2001-03-23 David Smith <dsmith@redhat.com>
2551
2552 * configure.in: Corrected spelling errors.
2553 * configure: Regenerated.
2554
2555 2001-03-22 Andrew Cagney <ac131313@redhat.com>
2556
2557 * TODO (GDB 5.1 - Cleanups): Add more targets to obsolete.
2558
2559 2001-03-22 Andrew Cagney <ac131313@redhat.com>
2560
2561 * Makefile.in (NTSSTART): Delete.
2562 (NTSOBS): Delete.
2563 (kdb): Delete target.
2564 * kdb-start.c, stuff.c: Mark as obsolete.
2565 * NEWS: Update.
2566
2567 2001-03-22 Andrew Cagney <ac131313@redhat.com>
2568
2569 * config/pa/xm-hppah.h (HPPA_COMPILER_BUG): Delete. GDB only
2570 compiles using an ISO-C compiler.
2571 (MALLOC_INCOMPATIBLE): Ditto.
2572 * linespec.c (decode_line_1): Delete hack to work around
2573 HPPA_COMPILER_BUG.
2574
2575 2001-03-22 Andrew Cagney <ac131313@redhat.com>
2576
2577 * exec.c (xfer_memory): Always initialize section.
2578 * infrun.c (normal_stop): Always initialize source_flag.
2579
2580 2001-03-22 Andrew Cagney <ac131313@redhat.com>
2581
2582 * TODO (Remote Protocol Support): Review. Add notes about ``!'',
2583 non-use of a continue address and typical use of ``q'' packet.
2584
2585 2001-03-22 Eli Zaretskii <eliz@is.elta.co.il>
2586
2587 Make DJGPP use the new unified support for hardware
2588 breakpoints and watchpoints on x86 targets:
2589
2590 * config/i386/nm-go32.h <top level>: Don't include nm-i386v.h,
2591 include nm-i386.h instead.
2592 (TARGET_HAS_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT)
2593 (TARGET_CAN_USE_HARDWARE_WATCHPOINT, STOPPED_BY_WATCHPOINT)
2594 (TARGET_REGION_OK_FOR_HW_WATCHPOINT, DECR_PC_AFTER_HW_BREAK)
2595 (target_stopped_data_address, target_insert_watchpoint)
2596 (target_remove_watchpoint, target_insert_hw_breakpoint)
2597 (target_remove_hw_breakpoint): Don't define.
2598 (I386_USE_GENERIC_WATCHPOINTS, I386_DR_LOW_SET_CONTROL)
2599 (I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR)
2600 (I386_DR_LOW_GET_STATUS): Define to call appropriate go32_*
2601 functions from go32-nat.c.
2602
2603 * config/i386/go32.mh (NATDEPFILES): Add i386-nat.o.
2604
2605 * go32-nat.c <top level>: Remove prototypes for watchpoint-
2606 related functions. Remove definitions of watchpoint-related
2607 macros.
2608 (go32_mourn_inferior): Call i386_cleanup_dregs instead of the
2609 private cleanup_dregs function.
2610 (cleanup_dregs, go32_insert_watchpoint)
2611 (go32_insert_aligned_watchpoint, go32_handle_nonaligned_watchpoint)
2612 (go32_remove_watchpoint, go32_remove_aligned_watchpoint)
2613 (go32_region_ok_for_watchpoint, go32_stopped_by_watchpoint)
2614 (go32_remove_hw_breakpoint, go32_insert_hw_breakpoint): Remove.
2615 (go32_set_dr, go32_set_dr7, go32_get_dr6): New functions.
2616
2617 2001-03-21 Kevin Buettner <kevinb@redhat.com>
2618
2619 * ia64-tdep.c (fetch_instruction): Warn about slot numbers greater
2620 than two instead of generating an error.
2621
2622 2001-03-21 Jim Blandy <jimb@redhat.com>
2623
2624 * cp-valprint.c: Reformat to bring into line with GNU coding
2625 standards.
2626
2627 2001-03-21 Mark Kettenis <kettenis@gnu.org>
2628
2629 Make Linux use the new unified support for hardware breakpoints
2630 and watchpoints on x86 targets.
2631 * i386-linux-nat.c: Doc fixes. Include "gdb_assert.h".
2632 [HAVE_SYS_DEBUGREG_H]: Include <sys/debugreg.h>.
2633 (DR_FIRSTADDR, DR_LASTADDR, DR_STATUS, DR_CONTROL): Define to
2634 appropriate value if not already defined.
2635 (register_u_addr): New function.
2636 (kernel_u_size): New function.
2637 (i386_linux_dr_get, i386_linux_dr_set): New functions.
2638 (i386_linux_dr_set_control, i386_linux_dr_set_addr,
2639 i386_linux_reset_addr, i386_linux_dr_get_status): New functions.
2640 * config/i386/nm-linux.h: Don't include "nm-i386v.h".
2641 (I386_USE_GENERIC_WATCHPOINTS): Define and include "nm-i386.h".
2642 (TARGET_HAS_HARDWARE_WATCHPOINTS,
2643 TARGET_CAN_USE_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT,
2644 STOPPED_BY_WATCHPOINT, target_insert_watchpoint,
2645 target_remove_watchpoint): Remove macros.
2646 (i386_stopped_by_watchpoint, i386_insert_watchpoint,
2647 i386_remove_watchpoint): Remove prototypes.
2648 (register_u_addr): New prototype.
2649 (REGISTER_U_ADDR): Define in terms of register_u_addr.
2650 (i386_linux_dr_set_control, i386_linux_dr_set_addr,
2651 i386_linux_reset_addr, i386_linux_dr_get_status): New prototypes.
2652 (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
2653 I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
2654 * config/i386/linux.mh (NATDEPFILES): Replace i386v-nat.o with
2655 i386-nat.o.
2656
2657 2001-03-21 Jim Blandy <jimb@redhat.com>
2658
2659 Fix from Dan Berlin:
2660
2661 * linespec.c (find_methods): Whitespace differences aren't
2662 significant in *un*mangled method names. Use strcmp_iw to compare
2663 them, not STREQ.
2664
2665 2001-03-21 Andrew Cagney <ac131313@redhat.com>
2666
2667 * gdbarch.sh: Allow a non- multi-arch target to override a
2668 predicate.
2669 * gdbarch.h: Regenerate.
2670
2671 2001-03-21 Andrew Cagney <ac131313@redhat.com>
2672
2673 * gdbarch.sh: Avoid use of ``!''.
2674
2675 2001-03-20 Andrew Cagney <ac131313@redhat.com>
2676
2677 * target.h (enum target_signal): Move definition from here.
2678 * defs.h (enum target_signal): To here.
2679
2680 * config/arc/tm-arc.h (arc_software_single_step): Change type of
2681 first parameter to enum target_signal.
2682 * config/rs6000/tm-rs6000.h (rs6000_software_single_step): Ditto.
2683 * config/sparc/tm-sparc.h (sparc_software_single_step): Ditto.
2684 * rs6000-tdep.c (rs6000_software_single_step): Update.
2685
2686 2001-03-20 Andrew Cagney <ac131313@redhat.com>
2687
2688 * frame.h (SIZEOF_FRAME_SAVED_REGS): Report an error if macro
2689 already defined.
2690
2691 From 2000-08-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
2692 * stabsread.c (define_symbol): A parameter ('R'), a local ('r'),
2693 or a reference ('a') can be in a pseudo register.
2694 * infcmd.c (do_registers_info): Must take into account the pseudo
2695 registers to print their value.
2696 (registers_info): Likewise.
2697 * stack.c (frame_info): Likewise.
2698 * frame.h (SIZEOF_FRAME_SAVED_REGS): Save the pseudo registers.
2699
2700 2001-03-21 Eli Zaretskii <eliz@is.elta.co.il>
2701
2702 Unified support for hardware breakpoints and watchpoints on
2703 x86 targets:
2704
2705 * config/i386/nm-i386.h: New file.
2706
2707 * config/i386/nm-i386.h: (i386_cleanup_dregs)
2708 (i386_insert_watchpoint, i386_remove_watchpoint)
2709 (i386_region_ok_for_watchpoint, i386_stopped_by_hwbp)
2710 (i386_stopped_data_address, i386_insert_hw_breakpoint)
2711 (i386_remove_hw_breakpoint): Declare prototypes.
2712 [I386_USE_GENERIC_WATCHPOINTS] (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2713 Define if not already defined.
2714 (TARGET_REGION_OK_FOR_HW_WATCHPOINT, HAVE_CONTINUABLE_WATCHPOINT)
2715 (STOPPED_BY_WATCHPOINT, target_stopped_data_address)
2716 (target_insert_watchpoint, target_remove_watchpoint)
2717 (target_insert_hw_breakpoint, target_remove_hw_breakpoint): Define
2718 to call the appropriate i386_* functions.
2719
2720 * i386-nat.c: New file.
2721
2722 * i386-nat.c (I386_DR_CONTROL_MASK, I386_DR_LOCAL_ENABLE)
2723 (I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN)
2724 (I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): New macros.
2725 (dr_mirror, dr_status_mirror, dr_control_mirror, dr_ref_count)
2726 (maint_show_dr): New variables.
2727 (i386_cleanup_dregs, i386_show_dr, i386_length_and_rw_bits)
2728 (i386_insert_aligned_watchpoint, i386_remove_aligned_watchpoint)
2729 (i386_handle_nonaligned_watchpoint, i386_insert_watchpoint)
2730 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
2731 (i386_stopped_data_address, i386_stopped_by_hwbp)
2732 (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): New
2733 functions.
2734 (_initialize_i386_nat): New function.
2735 [I386_USE_GENERIC_WATCHPOINTS]: Add new maint command
2736 `show-debug-regs', sets maint_show_dr to non-zero value and
2737 activates debugging print-outs in functions which insert, remove,
2738 and test watchpoints and hardware breakpoints.
2739
2740 * Makefile.in (i386-nat.o): New target.
2741 (ALLDEPFILES): Add i386-nat.o.
2742
2743 2001-03-21 Mark Kettenis <kettenis@gnu.org>
2744
2745 * i386-tdep.c: Add back _initialize_i386_tdep prototype with
2746 appropriate comment.
2747
2748 2001-03-20 Kevin Buettner <kevinb@redhat.com>
2749
2750 * config/alpha/alpha-linux.mh (NATDEPFILES): Use proc-service.o,
2751 thread-db.o, and lin-lwp.o for thread support instead of
2752 linux-thread.o and lin-thread.o.
2753 * config/alpha/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS)
2754 (ATTACH_LWP): Define to use the following lin-lwp.c functions...
2755 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals)
2756 (lin_lwp_attach_lwp): Declare.
2757
2758 2001-03-20 Jim Blandy <jimb@redhat.com>
2759
2760 Fix from Dan Berlin:
2761
2762 * Makefile.in: Clean up dependencies on ../include/demangle.h.
2763 (demangle_h): New variable.
2764 (jv-typeprint.o, jv-valprint.o, linespec.o): Use it.
2765
2766 2001-03-20 Andrew Cagney <ac131313@redhat.com>
2767
2768 * target.h (SOFTWARE_SINGLE_STEP_P): Add empty parameter list.
2769 * breakpoint.c (bpstat_stop_status): Update.
2770 * infrun.c (handle_inferior_event): Ditto.
2771 * mips-tdep.c (mips_dump_tdep): Ditto.
2772 * infrun.c (resume): Ditto.
2773 * infptrace.c (child_resume): Ditto.
2774 * config/mips/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
2775 * config/sh/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
2776 * config/sparc/tm-sparc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
2777 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP_P): Ditto.
2778 * config/arm/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
2779 * config/arc/tm-arc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
2780 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
2781
2782 2001-03-20 Andrew Cagney <ac131313@redhat.com>
2783
2784 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Replace abort
2785 with internal_error.
2786
2787 2001-03-20 Jim Blandy <jimb@redhat.com>
2788
2789 Fix from Dan Berlin:
2790
2791 * linespec.c (find_methods): Just call CHECK_TYPEDEF on t, rather
2792 than asking for sym_class's type; that's circuitous. Remove
2793 sym_class, since the last use of it is gone.
2794
2795 2001-03-20 Eli Zaretskii <eliz@is.elta.co.il>
2796
2797 * breakpoint.c (print_it_typical) <bp_access_watchpoint> [UI_OUT]:
2798 Correct the order of calls to ui_out_field_string and
2799 ui_out_list_begin when bs->old_val is NULL.
2800
2801 2001-03-19 Kevin Buettner <kevinb@redhat.com>
2802
2803 * configure.in (AC_CHECK_HEADERS): Check for existence of nlist.h.
2804 * configure: Regenerate.
2805 * config.in: Regenerate.
2806 * solib-legacy.c (nlist.h): Include if HAVE_NLIST_H is defined.
2807
2808 2001-03-19 Kevin Buettner <kevinb@redhat.com>
2809
2810 * config/i386/i386v42mp.mh (NATDEPFILES): List all files on
2811 same line to avoid problems with Unixware 7's make when building
2812 a cross debugger.
2813
2814 2001-03-19 Andrew Cagney <ac131313@redhat.com>
2815
2816 * defs.h (malloc): Move declaration from here.
2817 * utils.c (malloc): To here.
2818 * config/pa/xm-hppah.h (malloc): Delete declaration.
2819
2820 * gnu-nat.c (make_proc): Use xmalloc instead of malloc.
2821 * hp-psymtab-read.c (hpread_call_pxdb): Ditto.
2822 (hpread_quick_traverse): Ditto.
2823 * infttrace.c (create_thread_info): Ditto.
2824 (kill_inferior): Ditto.
2825 * gnu-nat.c (make_inf): Ditto, and don't check return value.
2826 * procfs.c (proc_update_threads): Ditto.
2827 * valprint.c (print_decimal_chars): Ditto.
2828 * gdbtypes.c (cfront_mangle_name): Use xasprintf instead of
2829 malloc and sprintf.
2830 * remote-rdp.c (rdp_set_command_line): Ditto.
2831
2832 2001-03-19 Andrew Cagney <ac131313@redhat.com>
2833
2834 * defs.h (realloc): Move declaration from here.
2835 * utils.c (realloc): To here.
2836 * config/pa/xm-hppah.h (realloc): Delete declaration.
2837 * lin-thread.c (insert_thread): Use xrealloc instead of realloc.
2838 * symfile.c (add_filename_language): Ditto.
2839 * event-loop.c (create_file_handler): Ditto.
2840
2841 2001-03-19 Andrew Cagney <ac131313@redhat.com>
2842
2843 * defs.h (free): Move declaration from here.
2844 * utils.c (free): To here.
2845 (xfree): Document as the only call to free().
2846 * config/pa/xm-hppah.h (free): Delete declaration.
2847
2848 2001-03-19 Kevin Buettner <kevinb@redhat.com>
2849
2850 * config/ia64/linux.mh (NATDEPFILES): Add proc-service.o to
2851 this list.
2852
2853 2001-03-19 Andrew Cagney <ac131313@redhat.com>
2854
2855 * eval.c (evaluate_subexp): Remove #ifdef __STDC__ and ``inline''.
2856 * config/mips/xm-mips.h (offsetof): Define when !GNUC not !STDC.
2857 * cli/cli-cmds.c (init_cli_cmds): Remove #ifdef __STDC__
2858
2859 2001-03-19 Andrew Cagney <ac131313@redhat.com>
2860
2861 * TODO: List known problems with TUI.
2862
2863 2001-03-19 Andrew Cagney <ac131313@redhat.com>
2864
2865 * MAINTAINERS: Jimmy Guo stepped down as a maintiner (TUI,
2866 gdb.hp).
2867
2868 2001-03-19 Andrew Cagney <ac131313@redhat.com>
2869
2870 * remote.c (remote_cisco_section_offsets): Do not cast result from
2871 bfd_get_section_name.
2872 (compare_sections_command): Ditto.
2873 (remote_cisco_section_offsets): Make ``p'' a const pointer.
2874 (compare_sections_command): Ditto for ``sectname''.
2875
2876 2001-03-19 Andrew Cagney <ac131313@redhat.com>
2877
2878 From Mon Nov 20 13:59:29 2000 Andrew Cagney <cagney@b1.cygnus.com>:
2879 * valops.c (hand_function_call): Simplify computation of the
2880 address of the pushed argument.
2881
2882 2001-03-17 Andrew Cagney <ac131313@redhat.com>
2883
2884 * p-exp.y (parse_number): Avoid shift overflow when ``long''.
2885 Code copied from c-exp.y.
2886
2887 2001-03-18 Kevin Buettner <kevinb@redhat.com>
2888
2889 * acconfig.h (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
2890 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
2891 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New configure macros.
2892 * configure.in (HAVE_STRUCT_LINK_MAP32): Move this test out
2893 of the Solaris procfs testing section. Instead, group with...
2894 (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
2895 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
2896 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New <link.h> tests.
2897 * configure: Regenerate.
2898 * config.in: Regenerate.
2899
2900 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Use
2901 new configure macros to choose which (if any) code to
2902 compile in. Added code to explicitly handle *BSD systems;
2903 these systems were previously handled only through macro
2904 redefinition. Also, due to the way the autoconf tests are set
2905 up, this function will no longer return a non-zero value when
2906 GDB is configured as a cross debugger. I.e, cross debuggers
2907 will no longer be able to "accidentally" get the host system's
2908 link map offsets.
2909
2910 2001-03-18 Kevin Buettner <kevinb@redhat.com>
2911
2912 * config/i386/nbsd.mh (NATDEPFILES): List all files on the same
2913 line to avoid build problem on NetBSD 1.4.
2914
2915 2001-03-17 Michael Chastain <chastain@redhat.com>
2916
2917 * win32-nat.c (child_attach): check args for NULL before passing
2918 to strtoul. This fixes PR gdb/43.
2919
2920 2001-03-17 Mark Kettenis <kettenis@gnu.org>
2921
2922 * i387-nat.h: Doc Fix.
2923
2924 * i386-tdep.c: Fix formatting.
2925 (i386_get_frame_setup, i386_follow_jump, codestream_read,
2926 codestream_seek, codestream_fill, skip_trampoline_code,
2927 gdb_print_insn_i386, _initialize_i386_tdep): Remove redundant
2928 prototypoes.
2929
2930 2001-03-17 Mark Kettenis <kettenis@gnu.org>
2931
2932 * config/i386/tm-linux.h (TARGET_ANALYZE_FLOATING): Remove. It's
2933 no longer used. Also remove associated FIXME.
2934
2935 2001-03-16 Andrew Cagney <ac131313@redhat.com>
2936
2937 * gdbarch.sh: Add classes ``m'' and ``M'' for pure multi-arch. Do
2938 not generate macro wrappers for multi-arch functions or
2939 predicates.
2940 (class_is_info_p, class_is_predicate_p): Update.
2941 (class_is_function_p, class_is_variable_p): Ditto.
2942 (class_is_multiarch_p): New class function.
2943
2944 2001-03-16 J.T. Conklin <jtc@redback.com>
2945
2946 * config/h8300/tm-h8300.h (FRAME_ARGS_ADDRESS): Changed to use
2947 h8300_frame_args_address from frame_args_address.
2948 (FRAME_LOCALS_ADDRESS): Changed to use h8300_frame_locals_address
2949 from frame_locals_address.
2950 (PRINT_REGISTER_HOOK): Changed to use h8300_print_register_hook
2951 from print_register_hook.
2952 (h8300_frame_args_address): Declare.
2953 (h8300_frame_find_saved_regs): Declare.
2954 (h8300_frame_locals_address): Declare.
2955 (h8300_frame_saved_pc): Declare.
2956 (h8300_pop_frame): Declare.
2957 (h8300_print_register_hook): Declare.
2958 * h8300-tdep.c (h8300_frame_find_saved_regs): Removed declaration.
2959 (h8300_frame_args_address): Renamed from frame_args_address.
2960 (h8300_frame_locals_address): Renamed from frame_locals_address.
2961 (h8300_pop_frame): Renamed from pop_frame.
2962 (h8300_print_register_hook): Renamed from print_register_hook.
2963
2964 2001-03-16 Kevin Buettner <kevinb@redhat.com>
2965
2966 * solib-svr4.c (bfd_lookup_symbol): Change type of
2967 ``storage_needed'' from unsigned int to long in order to
2968 match return type of bfd_get_symtab_upper_bound() and
2969 bfd_get_dynamic_symtab_upper_bound().
2970 * solib-aix5.c (bfd_lookup_symbol): Likewise. Also, eliminate
2971 REASONABLE_LIMIT hack which had been added to work around this
2972 problem.
2973
2974 2001-03-15 Kevin Buettner <kevinb@redhat.com>
2975
2976 * solib-aix5.c (bfd_lookup_symbol, build_so_list_from_mapfile)
2977 (aix5_relocate_main_executable, aix5_clear_solib): Replace calls
2978 to free() with calls to xfree().
2979 (bfd_lookup_symbol): Eliminate use of PTR.
2980 (build_so_list_from_mapfile): Use xasprintf() instead of sprintf().
2981
2982 2001-03-15 Martin Hunt <hunt@redhat.com>
2983
2984 * linespec.c (decode_line_1): Remove trailing quote
2985 when parsing double quotes.
2986
2987 2001-03-15 Kevin Buettner <kevinb@redhat.com>
2988
2989 * uw-thread.c (read_thr_debug, read_map, read_lwp, thread_iter)
2990 (libthread_stub, libthread_init): Pass NULL for the mem_attrib
2991 argument in the to_xfer_memory calls.
2992
2993 2001-03-15 Andrew Cagney <ac131313@redhat.com>
2994
2995 * MAINTAINERS: Fix typo - w65 not w64. Still doesn't build.
2996 * TODO (GDB 5.1 - Cleanups): Add status of targets being obsoleted.
2997
2998 2001-03-15 Andrew Cagney <ac131313@redhat.com>
2999
3000 * wince.c (child_xfer_memory): Add attrib parameter.
3001 * symm-nat.c (child_xfer_memory): Ditto.
3002 * mac-nat.c (child_xfer_memory): Ditto.
3003 * infttrace.c (child_xfer_memory): Ditto.
3004 * procfs.c (procfs_xfer_memory): Ditto.
3005 * lin-thread.c (thread_db_xfer_memory): Ditto.
3006 * gnu-nat.c (gnu_xfer_memory): Ditto.
3007
3008 2001-03-14 Andrew Cagney <ac131313@redhat.com>
3009
3010 * NEWS: Mention that Harris/CXUX m88k is obsolete.
3011
3012 2001-03-13 Andrew Cagney <ac131313@redhat.com>
3013
3014 * config/mips/tm-mips.h: Include "regcache.h" for macros refering
3015 to regcache functions.
3016 * config/m68k/tm-m68k.h: Ditto.
3017 * config/i386/tm-i386v.h: Ditto.
3018 * config/mcore/tm-mcore.h: Ditto.
3019 * config/m88k/tm-m88k.h: Ditto.
3020 * config/m68k/tm-news.h: Ditto.
3021 * config/m68k/tm-linux.h: Ditto.
3022 * config/m68k/tm-delta68.h: Ditto.
3023 * config/m68k/nm-sun3.h: Ditto.
3024 * config/m32r/tm-m32r.h: Ditto.
3025 * config/i386/tm-symmetry.h: Ditto.
3026 * config/i386/tm-sun386.h: Ditto.
3027 * config/i386/tm-i386.h: Ditto.
3028 * config/i386/nm-symmetry.h: Ditto.
3029 * config/i386/nm-sun386.h: Ditto.
3030 * config/i386/nm-ptx4.h: Ditto.
3031 * config/i386/nm-i386mach.h: Ditto.
3032 * config/h8500/tm-h8500.h: Ditto.
3033 * config/h8300/tm-h8300.h: Ditto.
3034 * config/fr30/tm-fr30.h: Ditto.
3035 * config/d30v/tm-d30v.h: Ditto.
3036 * config/arm/tm-arm.h: Ditto.
3037 * config/arc/tm-arc.h: Ditto.
3038 * config/alpha/tm-alpha.h: Ditto.
3039 * config/a29k/tm-vx29k.h: Ditto.
3040 * config/a29k/tm-a29k.h: Ditto.
3041 * config/w65/tm-w65.h: Ditto.
3042 * config/vax/tm-vax.h: Ditto.
3043 * config/v850/tm-v850.h: Ditto.
3044 * config/tic80/tm-tic80.h: Ditto.
3045 * config/sparc/tm-sparclite.h: Ditto.
3046 * config/sparc/tm-sparclet.h: Ditto.
3047 * config/sparc/tm-sparc.h: Ditto.
3048 * config/sparc/nm-sun4sol2.h: Ditto.
3049 * config/sparc/nm-sun4os4.h: Ditto.
3050 * config/sparc/nm-nbsd.h: Ditto.
3051 * config/powerpc/nm-solaris.h: Ditto.
3052 * config/pa/tm-hppao.h: Ditto.
3053 * config/pa/tm-hppa.h: Ditto.
3054 * config/pa/nm-hppab.h: Ditto.
3055 * config/ns32k/tm-umax.h: Ditto.
3056 * config/ns32k/tm-merlin.h: Ditto.
3057 * config/nm-m3.h: Ditto.
3058 * config/nm-gnu.h: Ditto.
3059
3060 2001-03-14 Andrew Cagney <ac131313@redhat.com>
3061
3062 * MAINTAINERS: Update list of targets. Mark arm-* and v850-elf as
3063 broken. Mark sh-*, ia64-linux and ns32k-netbsd as buildable.
3064 Specify an m88k target. Include sample GAWK script to generate
3065 target list. Delete non-existant romp target.
3066 * TODO (GDB 5.1 - Cleanups): Update.
3067
3068 2001-03-14 Keith Seitz <keiths@cygnus.com>
3069
3070 * linespec.c (decode_line_1): Skip argptr over a leading
3071 double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes.
3072
3073 2001-03-14 Kevin Buettner <kevinb@redhat.com>
3074
3075 * config/djgpp/fnchange.lst (ia64-aix-nat.c): Add entry.
3076
3077 2001-03-13 Andrew Cagney <ac131313@redhat.com>
3078
3079 * ui-out.h: Remove #if __STDC__, assume an ISO-C compiler.
3080 * m3-nat.c: Ditto.
3081 * p-lang.h: Ditto.
3082 * printcmd.c (printf_command): Ditto.
3083 * ch-exp.c (match_integer_literal): Ditto.
3084 * scm-tags.h: Ditto.
3085 * ser-go32.c: Ditto.
3086 * hppa-tdep.c (unwind_command): Ditto.
3087 * defs.h (volatile): Delete macro definition. Assume __STDC__.
3088 * remote-adapt.c (volatile): Ditto.
3089 * remote-eb.c (volatile): Ditto.
3090 * remote-mm.c (volatile): Ditto.
3091 * defs.h (alloca): Assume __STDC__, declare returning void *.
3092
3093 2001-03-08 Andrew Cagney <ac131313@redhat.com>
3094
3095 * inferior.h (ARCH_NUM_REGS): Delete definition.
3096 * stack.c (frame_info): Use NUM_REGS, not ARCH_NUM_REGS.
3097 * regcache.c (registers_changed): Ditto.
3098 (registers_fetched): Ditto.
3099 * infptrace.c (fetch_inferior_registers): Ditto.
3100 (store_inferior_registers): Ditto.
3101 * infcmd.c (do_registers_info): Ditto.
3102 (registers_info): Ditto.
3103 * i386-linux-nat.c (old_fetch_inferior_registers): Ditto.
3104 (old_store_inferior_registers): Ditto.
3105 * gdbserver/low-linux.c (register_addr): Ditto.
3106 * gdbserver/low-hppabsd.c (register_addr): Ditto.
3107 * core-aout.c: Don't include "inferior.h".
3108 (fetch_core_registers): Use NUM_REGS not ARCH_NUM_REGS.
3109 (register_addr): Ditto.
3110
3111 2001-03-13 Fernando Nasser <fnasser@redhat.com>
3112
3113 From Steven Johnson <sjohnson@neurizon.net>
3114 * cli/cli-script.c (define_command): Fix setting of post hooks.
3115
3116 2001-03-13 Mark Kettenis <kettenis@gnu.org>
3117
3118 * i386-linux-tdep.c: Fix formatting and clarify comments.
3119 (i386_linux_svr4_fetch_link_map_offsets): Use NULL instead of 0
3120 where appropriate.
3121
3122 2001-03-12 Andrew Cagney <ac131313@redhat.com>
3123
3124 * gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.
3125 (proc_update_sc): Use gdb_assert instead of assert.
3126 (proc_abort): Ditto.
3127 (inf_set_step_thread): Ditto.
3128 (gnu_wait): Ditto.
3129 (S_exception_raise_request): Ditto.
3130 (gnu_terminal_init_inferior): Ditto.
3131
3132 2001-03-09 Kevin Buettner <kevinb@redhat.com>
3133
3134 * Makefile.in (solib-svr4.o): Depend on solib-svr4.c, not solib.c.
3135 (solib-legacy.o): New makefile target.
3136 * solib-legacy.c: New file.
3137 * solib-svr4.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
3138 (default_svr4_fetch_link_map_offsets): Delete.
3139 (set_solib_svr4_fetch_link_map_offsets): Declare.
3140 (legacy_svr4_fetch_link_map_offsets_hook): Declare.
3141 * solib-svr4.c (elf/common.h): Include.
3142 (link.h): Only include for SunOS shared library support.
3143 (_SYSCALL32): Don't define.
3144 (SVR4_FETCH_LINK_MAP_OFFSETS): Define.
3145 (default_svr4_fetch_link_map_offsets): Made static; added forward
3146 declaration.
3147 (fetch_link_map_offsets): New static global.
3148 (legacy_svr4_fetch_link_map_offsets_hook): New global variable.
3149 (default_svr4_fetch_link_map_offsets): Rewritten. The guts
3150 of what used to be in this function now reside in
3151 legacy_svr4_fetch_link_map_offsets() in solib-legacy.c.
3152 (open_symbol_file_object): Fix declaration in SunOS section
3153 of the code.
3154 (set_solib_svr4_fetch_link_map_offsets): New extern function.
3155 (init_fetch_link_map_offsets): New static function.
3156 (_initialize_svr4_solib): Put static global fetch_link_map_offsets
3157 under multiarch control.
3158
3159 * config/alpha/alpha-linux.mt (TDEPFILES): Add solib-legacy.o to
3160 list.
3161 * config/alpha/fbsd.mh (NATDEPFILES): Likewise.
3162 * config/arm/linux.mt (TDEPFILES): Likewise.
3163 * config/i386/fbsd.mh (NATDEPFILES): Likewise.
3164 * config/i386/i386dgux.mh (NATDEPFILES): Likewise.
3165 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
3166 * config/i386/i386sco5.mh (NATDEPFILES): Likewise.
3167 * config/i386/i386sol2.mt (TDEPFILES): Likewise.
3168 * config/i386/i386v4.mh (NATDEPFILES): Likewise.
3169 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
3170 * config/i386/linux.mt (TDEPFILES): Likewise.
3171 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
3172 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
3173 * config/i386/ncr3000.mt (TDEPFILES): Likewise.
3174 * config/i386/ptx4.mh (XDEPFILES): Likewise.
3175 * config/i386/sun386.mt (TDEPFILES): Likewise.
3176 * config/ia64/linux.mt (TDEPFILES): Likewise.
3177 * config/m68k/linux.mt (TDEPFILES): Likewise.
3178 * config/m68k/m68kv4.mh (NATDEPFILES): Likewise.
3179 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
3180 * config/m68k/sun2os4.mt (TDEPFILES): Likewise.
3181 * config/m68k/sun3os4.mt (TDEPFILES): Likewise.
3182 * config/m88k/delta88v4.mh (NATDEPFILES): Likewise.
3183 * config/mips/mipsv4.mh (NATDEPFILES): Likewise.
3184 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
3185 * config/powerpc/linux.mt (TDEPFILES): Likewise.
3186 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
3187 * config/powerpc/solaris.mh (NATDEPFILES): Likewise.
3188 * config/sh/linux.mt (TDEPFILES): Likewise.
3189 * config/sparc/linux.mt (TDEPFILES): Likewise.
3190 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
3191 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
3192 * config/sparc/sp64linux.mt (TDEPFILES): Likewise.
3193 * config/sparc/sun4os4.mt (TDEPFILES): Likewise.
3194 * config/sparc/sun4sol2.mh (NATDEPFILES): Likewise.
3195
3196 2001-03-09 Kevin Buettner <kevinb@redhat.com>
3197
3198 * utils.c (xmrealloc, xcalloc): Return NULL for zero-sized requests.
3199
3200 2001-03-09 Andrew Cagney <ac131313@redhat.com>
3201
3202 * MAINTAINERS (Write After Approval): Update Philip Blundell.
3203
3204 2001-03-09 Keith Seitz <keiths@cygnus.com>
3205
3206 * MAINTAINERS: Add myself to write after approval list.
3207
3208 2001-03-09 Mark Kettenis <kettenis@gnu.org>
3209
3210 * i387-tdep.c (print_i387_status_word): Fix printing of Stack
3211 fault flag. It is bit 6 of the x87 FPU status word, not bit 7.
3212
3213 2001-03-08 Andrew Cagney <ac131313@redhat.com>
3214
3215 * configure.host (m88*-harris-cxux*): Mark as obsolete.
3216 * configure.tgt: Ditto.
3217 * config/m88k/xm-cxux.h: Ditto.
3218 * config/m88k/tm-cxux.h: Ditto.
3219 * config/m88k/nm-cxux.h: Ditto.
3220 * config/m88k/cxux.mt: Ditto.
3221 * config/m88k/cxux.mh: Ditto.
3222
3223 2001-03-08 Andrew Cagney <ac131313@redhat.com>
3224
3225 * Makefile.in: Delete rules for obsolete files.
3226
3227 Thu Mar 8 15:43:40 2001 David Taylor <taylor@redhat.com>
3228
3229 * stack.c (parse_frame_specification): For one argument case,
3230 handle the situation where the argument is an integer, not an
3231 address -- arguably the most common case. This matters on
3232 targets where pointers and addresses are different.
3233
3234 2001-03-08 Andrew Cagney <ac131313@redhat.com>
3235
3236 * TODO: Revise 5.1 list. Delete PARAMS task. Add coding standard
3237 review. Clarify GNU/LINUX/sparc. Move other tasks to 5.2 or
3238 general.
3239
3240 2001-03-07 Andrew Cagney <ac131313@redhat.com>
3241
3242 * TODO (GDB 5.1 Known Problems): Document problem of building GDB
3243 with SID on Solaris 8.
3244
3245 2001-03-07 Mark Kettenis <kettenis@gnu.org>
3246
3247 * defs.h: Provide prototypes for floatformat_is_negative,
3248 floatformat_is_nan and floatformat_mantissa.
3249 * utils.c: Include "gdb_assert.h".
3250 (floatformat_is_negative): New function.
3251 (floatformat_is_nan): New function.
3252 (floatformat_mantissa): New function.
3253 * valprint.c: Include "floatformat.h".
3254 (print_floating): Get rid of the Linux-specific
3255 TARGET_ANALYZE_FLOATING macro and rewrite NaN detection with the
3256 help these new functions. Print NaN's in a format conforming to
3257 ISO C99.
3258
3259 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
3260
3261 * top.c (init_main): Make `set history file name' complete on file
3262 names.
3263
3264 2001-03-06 J.T. Conklin <jtc@redback.com>
3265
3266 * Makefile.in (LINTFLAGS): Update to contain all of the macros
3267 which define include paths used when compiling.
3268
3269 * util.c (savestring, msavestring): Change type of length argument.
3270 * defs.h (savestring, msavestring): Update to match.
3271
3272 * symtab.h (decode_line_1): Removed declaration.
3273
3274 * symfile.c (#include <assert.h>): Removed.
3275
3276 * arch-utils.c (#include <ctype.h>): Removed.
3277 * c-typeprint.c: Likewise.
3278 * dbxread.c: Likewise.
3279 * gdbtypes.c: Likewise.
3280 * target.c: Likewise.
3281 * os9kread.c: Likewise.
3282
3283 * c-valprint.c (#include "demangle.h"): Removed.
3284 * ch-typeprint.c: Likewise.
3285 * eval.c: Likewise.
3286 * f-typeprint.c: Likewise.
3287 * f-valprint.c: Likewise.
3288 * m2-typeprint.c: Likewise.
3289 * typeprint.c: Likewise.
3290 * p-typeprint.c: Likewise.
3291 * valarith.c: Likewise.
3292 * valprint.c: Likewise.
3293
3294 * m2-typeprint.c (#include "gdb_string.h"): Removed.
3295 * nlmread.c: Likewise.
3296
3297 * mdebugread.c (#include "gdb-stabs.h"): Removed.
3298 * minsyms.c: Likewise.
3299 * mipsread.c: Likewise.
3300 * nlmread.c: Likewise.
3301
3302 * m2-typeprint.c (#include "obstack.h"): Removed.
3303 * m2-valprint.c: Likewise.
3304
3305 * event-loop.c (#include <setjmp.h>): Removed.
3306
3307 2001-03-06 Stan Shebs <shebs@apple.com>
3308
3309 * MAINTAINERS: Remove self from specific maintenance domains
3310 (macos, gdbserver, documentation, testsuite).
3311
3312 2001-03-06 Kevin Buettner <kevinb@redhat.com>
3313
3314 * 29k-share/udi/udip2soc.c, Makefile.in, a29k-tdep.c,
3315 a68v-nat.c, abug-rom.c, aclocal.m4, alpha-nat.c, alpha-tdep.c,
3316 annotate.c, annotate.h, arc-tdep.c, arch-utils.c,
3317 arch-utils.h, arm-tdep.c, ax-gdb.c, ax-gdb.h, ax-general.c,
3318 ax.h, bcache.c, bcache.h, blockframe.c, breakpoint.c,
3319 breakpoint.h, buildsym.c, buildsym.h, c-exp.y, c-lang.c,
3320 c-lang.h, c-typeprint.c, c-valprint.c, call-cmds.h, ch-exp.c,
3321 ch-lang.c, ch-lang.h, ch-typeprint.c, ch-valprint.c,
3322 cli/cli-cmds.h, cli/cli-decode.c, cli/cli-decode.h,
3323 cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.h,
3324 cli/cli-utils.h, cli-out.c, cli-out.h, coff-solib.c,
3325 coff-solib.h, coffread.c, command.h, complaints.c,
3326 complaints.h, completer.c, completer.h,
3327 config/a29k/nm-ultra3.h, config/a29k/tm-a29k.h,
3328 config/a29k/tm-ultra3.h, config/a29k/tm-vx29k.h,
3329 config/a29k/xm-ultra3.h, config/alpha/nm-fbsd.h,
3330 config/alpha/nm-linux.h, config/alpha/nm-osf.h,
3331 config/alpha/nm-osf2.h, config/alpha/nm-osf3.h,
3332 config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h,
3333 config/alpha/xm-alphalinux.h, config/alpha/xm-alphaosf.h,
3334 config/alpha/xm-fbsd.h, config/arc/tm-arc.h,
3335 config/arm/nm-linux.h, config/arm/tm-arm.h,
3336 config/arm/tm-embed.h, config/d10v/tm-d10v.h,
3337 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
3338 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
3339 config/i386/nm-fbsd.h, config/i386/nm-gnu.h,
3340 config/i386/nm-i386bsd.h, config/i386/nm-i386mach.h,
3341 config/i386/nm-i386sco.h, config/i386/nm-i386sol2.h,
3342 config/i386/nm-i386v.h, config/i386/nm-i386v4.h,
3343 config/i386/nm-i386v42mp.h, config/i386/nm-linux.h,
3344 config/i386/nm-nbsd.h, config/i386/nm-nbsdelf.h,
3345 config/i386/nm-ptx4.h, config/i386/nm-sun386.h,
3346 config/i386/nm-symmetry.h, config/i386/tm-cygwin.h,
3347 config/i386/tm-fbsd.h, config/i386/tm-i386.h,
3348 config/i386/tm-i386aix.h, config/i386/tm-i386bsd.h,
3349 config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h,
3350 config/i386/tm-i386m3.h, config/i386/tm-i386mk.h,
3351 config/i386/tm-i386nw.h, config/i386/tm-i386os9k.h,
3352 config/i386/tm-i386sco5.h, config/i386/tm-i386sol2.h,
3353 config/i386/tm-i386v.h, config/i386/tm-i386v4.h,
3354 config/i386/tm-i386v42mp.h, config/i386/tm-linux.h,
3355 config/i386/tm-nbsd.h, config/i386/tm-ptx.h,
3356 config/i386/tm-ptx4.h, config/i386/tm-sun386.h,
3357 config/i386/tm-symmetry.h, config/i386/tm-vxworks.h,
3358 config/i386/xm-fbsd.h, config/i386/xm-i386bsd.h,
3359 config/i386/xm-i386gnu.h, config/i386/xm-i386m3.h,
3360 config/i386/xm-i386mach.h, config/i386/xm-i386mk.h,
3361 config/i386/xm-i386sco.h, config/i386/xm-i386v4.h,
3362 config/i386/xm-linux.h, config/i386/xm-nbsd.h,
3363 config/i386/xm-ptx.h, config/i386/xm-ptx4.h,
3364 config/i386/xm-sun386.h, config/i386/xm-symmetry.h,
3365 config/i960/tm-i960.h, config/i960/tm-mon960.h,
3366 config/i960/tm-nindy960.h, config/i960/tm-vx960.h,
3367 config/ia64/nm-aix.h, config/ia64/nm-linux.h,
3368 config/ia64/tm-aix.h, config/ia64/tm-ia64.h,
3369 config/ia64/tm-linux.h, config/ia64/xm-aix.h,
3370 config/ia64/xm-linux.h, config/m68k/nm-apollo68b.h,
3371 config/m68k/nm-delta68.h, config/m68k/nm-dpx2.h,
3372 config/m68k/nm-hp300bsd.h, config/m68k/nm-hp300hpux.h,
3373 config/m68k/nm-linux.h, config/m68k/nm-sun3.h,
3374 config/m68k/tm-apollo68b.h, config/m68k/tm-cisco.h,
3375 config/m68k/tm-dpx2.h, config/m68k/tm-es1800.h,
3376 config/m68k/tm-hp300bsd.h, config/m68k/tm-hp300hpux.h,
3377 config/m68k/tm-isi.h, config/m68k/tm-linux.h,
3378 config/m68k/tm-m68k.h, config/m68k/tm-m68kv4.h,
3379 config/m68k/tm-mac.h, config/m68k/tm-monitor.h,
3380 config/m68k/tm-nbsd.h, config/m68k/tm-news.h,
3381 config/m68k/tm-os68k.h, config/m68k/tm-sun3.h,
3382 config/m68k/tm-vx68.h, config/m68k/xm-3b1.h,
3383 config/m68k/xm-apollo68b.h, config/m68k/xm-dpx2.h,
3384 config/m68k/xm-hp300bsd.h, config/m68k/xm-hp300hpux.h,
3385 config/m68k/xm-linux.h, config/m68k/xm-m68kv4.h,
3386 config/m68k/xm-mpw.h, config/m68k/xm-news.h,
3387 config/m68k/xm-sun2.h, config/m68k/xm-sun3.h,
3388 config/m68k/xm-sun3os4.h, config/m88k/nm-delta88v4.h,
3389 config/m88k/tm-delta88.h, config/m88k/tm-delta88v4.h,
3390 config/m88k/tm-m88k.h, config/m88k/xm-cxux.h,
3391 config/m88k/xm-delta88.h, config/m88k/xm-delta88v4.h,
3392 config/m88k/xm-dgux.h, config/mcore/tm-mcore.h,
3393 config/mips/nm-irix3.h, config/mips/nm-irix4.h,
3394 config/mips/nm-irix5.h, config/mips/nm-mips.h,
3395 config/mips/nm-news-mips.h, config/mips/tm-bigmips.h,
3396 config/mips/tm-embed.h, config/mips/tm-embed64.h,
3397 config/mips/tm-embedl.h, config/mips/tm-embedl64.h,
3398 config/mips/tm-irix3.h, config/mips/tm-irix5.h,
3399 config/mips/tm-mips.h, config/mips/tm-mips64.h,
3400 config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h,
3401 config/mips/tm-tx39.h, config/mips/tm-tx39l.h,
3402 config/mips/tm-vr4100.h, config/mips/tm-vr4300.h,
3403 config/mips/tm-vr4300el.h, config/mips/tm-vr4xxx.h,
3404 config/mips/tm-vr4xxxel.h, config/mips/tm-vr5000.h,
3405 config/mips/tm-vr5000el.h, config/mips/xm-irix3.h,
3406 config/mips/xm-irix4.h, config/mips/xm-irix5.h,
3407 config/mips/xm-mips.h, config/mips/xm-mipsm3.h,
3408 config/mips/xm-mipsv4.h, config/mips/xm-news-mips.h,
3409 config/mips/xm-riscos.h, config/mn10200/tm-mn10200.h,
3410 config/mn10300/tm-mn10300.h, config/nm-gnu.h,
3411 config/nm-linux.h, config/nm-lynx.h, config/nm-m3.h,
3412 config/nm-sysv4.h, config/none/nm-none.h,
3413 config/none/tm-none.h, config/none/xm-none.h,
3414 config/ns32k/nm-nbsd.h, config/ns32k/nm-umax.h,
3415 config/ns32k/tm-merlin.h, config/ns32k/tm-nbsd.h,
3416 config/ns32k/tm-ns32km3.h, config/ns32k/tm-umax.h,
3417 config/ns32k/xm-merlin.h, config/ns32k/xm-ns32km3.h,
3418 config/pa/nm-hppab.h, config/pa/nm-hppah.h,
3419 config/pa/nm-hppao.h, config/pa/tm-hppa.h,
3420 config/pa/tm-hppa64.h, config/pa/tm-hppah.h,
3421 config/pa/xm-hppab.h, config/pa/xm-hppah.h,
3422 config/powerpc/nm-aix.h, config/powerpc/nm-linux.h,
3423 config/powerpc/nm-macos.h, config/powerpc/nm-nbsd.h,
3424 config/powerpc/tm-cygwin.h, config/powerpc/tm-linux.h,
3425 config/powerpc/tm-macos.h, config/powerpc/tm-ppc-aix.h,
3426 config/powerpc/tm-ppc-eabi.h, config/powerpc/tm-ppc-nw.h,
3427 config/powerpc/tm-ppcle-eabi.h, config/powerpc/tm-solaris.h,
3428 config/powerpc/xm-aix.h, config/powerpc/xm-linux.h,
3429 config/powerpc/xm-mpw.h, config/rs6000/nm-rs6000.h,
3430 config/rs6000/tm-rs6000.h, config/rs6000/tm-rs6000ly.h,
3431 config/rs6000/xm-aix4.h, config/rs6000/xm-rs6000.h,
3432 config/sh/tm-linux.h, config/sh/tm-sh.h, config/sh/tm-wince.h,
3433 config/sparc/nm-linux.h, config/sparc/nm-nbsd.h,
3434 config/sparc/nm-nbsdelf.h, config/sparc/nm-sparclynx.h,
3435 config/sparc/nm-sun4os4.h, config/sparc/nm-sun4sol2.h,
3436 config/sparc/tm-linux.h, config/sparc/tm-sp64.h,
3437 config/sparc/tm-sp64sim.h, config/sparc/tm-sparc.h,
3438 config/sparc/tm-sparclet.h, config/sparc/tm-sparclite.h,
3439 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
3440 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
3441 config/sparc/xm-sun4os4.h, config/sparc/xm-sun4sol2.h,
3442 config/tic80/tm-tic80.h, config/tm-linux.h, config/tm-lynx.h,
3443 config/tm-sysv4.h, config/v850/tm-v850.h, config/vax/tm-vax.h,
3444 config/w65/tm-w65.h, config/xm-aix4.h, config/xm-lynx.h,
3445 config/xm-mpw.h, config/xm-nbsd.h, config/xm-sysv4.h,
3446 config/z8k/tm-z8k.h, configure.in, core-aout.c, core-regset.c,
3447 core-sol2.c, corefile.c, corelow.c, cp-valprint.c,
3448 cpu32bug-rom.c, cxux-nat.c, d10v-tdep.c, d30v-tdep.c,
3449 dbug-rom.c, dbxread.c, dcache.c, dcache.h, defs.h,
3450 delta68-nat.c, demangle.c, dink32-rom.c, dpx2-nat.c, dsrec.c,
3451 dstread.c, dve3900-rom.c, dwarf2read.c, dwarfread.c,
3452 elfread.c, environ.c, environ.h, eval.c, event-loop.c,
3453 event-loop.h, event-top.c, exec.c, expprint.c, f-exp.y,
3454 f-lang.c, f-lang.h, f-typeprint.c, f-valprint.c, findvar.c,
3455 fork-child.c, fr30-tdep.c, frame.c, frame.h, gdb-events.c,
3456 gdb-events.h, gdb-events.sh, gdb-stabs.h, gdb.1, gdb_string.h,
3457 gdb_thread_db.h, gdbcmd.h, gdbcore.h, gdbserver/Makefile.in,
3458 gdbserver/gdbreplay.c, gdbserver/gdbserver.1,
3459 gdbserver/low-hppabsd.c, gdbserver/low-linux.c,
3460 gdbserver/low-lynx.c, gdbserver/low-nbsd.c,
3461 gdbserver/low-sim.c, gdbserver/low-sparc.c,
3462 gdbserver/low-sun3.c, gdbserver/remote-utils.c,
3463 gdbserver/server.c, gdbserver/server.h, gdbserver/utils.c,
3464 gdbthread.h, gdbtypes.c, gdbtypes.h, gnu-nat.c, gnu-nat.h,
3465 gnu-regex.c, gnu-regex.h, h8300-tdep.c, h8500-tdep.c,
3466 hp-psymtab-read.c, hp-symtab-read.c, hp300ux-nat.c,
3467 hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c, hpread.c,
3468 hpread.h, hpux-thread.c, i386-tdep.c, i386aix-nat.c,
3469 i386b-nat.c, i386gnu-nat.c, i386ly-tdep.c, i386m3-nat.c,
3470 i386mach-nat.c, i386nbsd-nat.c, i386nbsd-tdep.c, i386v-nat.c,
3471 i386v4-nat.c, i387-tdep.c, i960-tdep.c, infcmd.c, inferior.h,
3472 inflow.c, infptrace.c, infrun.c, inftarg.c, infttrace.c,
3473 irix4-nat.c, irix5-nat.c, isi-xdep.c, jv-exp.y, jv-lang.c,
3474 jv-lang.h, jv-typeprint.c, jv-valprint.c, kdb-start.c,
3475 kod-cisco.c, kod.c, language.c, language.h, lin-thread.c,
3476 linespec.c, linespec.h, linux-thread.c, lynx-nat.c, m2-exp.y,
3477 m2-lang.c, m2-lang.h, m2-typeprint.c, m2-valprint.c, m3-nat.c,
3478 m32r-rom.c, m32r-tdep.c, m68k-tdep.c, m68klinux-nat.c,
3479 m68knbsd-nat.c, m88k-nat.c, m88k-tdep.c, mac-nat.c,
3480 mac-xdep.c, main.c, maint.c, mcore-rom.c, mcore-tdep.c,
3481 mdebugread.c, mem-break.c, minimon.h, minsyms.c, mips-nat.c,
3482 mips-tdep.c, mipsm3-nat.c, mipsread.c, mipsv4-nat.c,
3483 mn10200-tdep.c, mn10300-tdep.c, mon960-rom.c, monitor.c,
3484 monitor.h, news-xdep.c, nindy-share/env.h, nindy-tdep.c,
3485 nlm/Makefile.in, nlmread.c, ns32k-tdep.c, ns32km3-nat.c,
3486 ns32knbsd-nat.c, objfiles.c, objfiles.h, ocd.c, ocd.h,
3487 op50-rom.c, os9kread.c, osfsolib.c, p-exp.y, pa64solib.c,
3488 pa64solib.h, parse.c, parser-defs.h, partial-stab.h,
3489 ppc-bdm.c, ppc-linux-nat.c, ppc-linux-tdep.c, ppcbug-rom.c,
3490 ppcnbsd-nat.c, printcmd.c, proc-api.c, proc-events.c,
3491 proc-flags.c, proc-utils.h, proc-why.c, procfs.c, ptx4-nat.c,
3492 rdi-share/Makefile.in, rdi-share/aclocal.m4, regcache.c,
3493 regcache.h, remote-adapt.c, remote-array.c, remote-bug.c,
3494 remote-e7000.c, remote-eb.c, remote-es.c, remote-est.c,
3495 remote-hms.c, remote-mips.c, remote-mm.c, remote-nindy.c,
3496 remote-nrom.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
3497 remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
3498 remote-utils.c, remote-utils.h, remote-vx.c, remote.c,
3499 remote.h, reply_mig_hack.awk, rom68k-rom.c, rs6000-nat.c,
3500 rs6000-tdep.c, scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h,
3501 scm-valprint.c, ser-e7kpc.c, ser-mac.c, ser-ocd.c, ser-pipe.c,
3502 ser-tcp.c, ser-unix.c, serial.c, serial.h, sh-tdep.c,
3503 sh3-rom.c, sol-thread.c, solib-aix5.c, solib-svr4.c, solib.c,
3504 solib.h, solist.h, somread.c, somsolib.c, somsolib.h,
3505 source.c, sparc-nat.c, sparc-tdep.c, sparcl-tdep.c,
3506 sparclet-rom.c, srec.h, stabsread.c, stabsread.h, stack.c,
3507 standalone.c, stop-gdb.c, stuff.c, sun3-nat.c, sun386-nat.c,
3508 symfile.c, symfile.h, symm-nat.c, symm-tdep.c, symmisc.c,
3509 symtab.c, symtab.h, target.c, target.h, terminal.h, thread.c,
3510 tic80-tdep.c, top.c, top.h, tracepoint.c, tracepoint.h,
3511 typeprint.c, ui-file.c, ui-file.h, ui-out.h, ultra3-nat.c,
3512 ultra3-xdep.c, umax-xdep.c, utils.c, v850-tdep.c, v850ice.c,
3513 valarith.c, valops.c, valprint.c, value.h, values.c, varobj.h,
3514 vax-tdep.c, version.h, vx-share/vxWorks.h, vx-share/xdr_ld.c,
3515 vx-share/xdr_ptrace.c, vx-share/xdr_ptrace.h,
3516 vx-share/xdr_rdb.c, w65-tdep.c, w89k-rom.c, win32-nat.c,
3517 wrapper.c, wrapper.h, xcoffread.c, xcoffsolib.c, xcoffsolib.h,
3518 xmodem.c, xmodem.h, z8k-tdep.c: Update/correct copyright
3519 notices.
3520
3521 2001-03-05 Kevin Buettner <kevinb@redhat.com>
3522
3523 * acconfig.h (HAVE_PRSYSENT_T, HAVE_PR_SIGSET_T,
3524 HAVE_PR_SIGACTION64_T, HAVE_PR_SIGINFO64_T): New configure
3525 macros.
3526 * configure.in (prsysent_t, pr_sigset_t, pr_sigaction64_t,
3527 pr_siginfo64_t): Test for these typedefs in <sys/procfs.h>.
3528 (sys/fault.h, sys/select.h): Test for presence of these
3529 header files.
3530 (ia64-*-aix*): Define NEW_PROC_API for this host.
3531 * configure: Regenerate.
3532 * config.in: Regenerate.
3533
3534 * configure.host (ia64-*-aix*): New host.
3535 * configure.tgt (ia64-*-aix*): New target.
3536
3537 2001-03-05 Andrew Cagney <ac131313@redhat.com>
3538
3539 * TODO (GDB 5.1 Known Problems): Document z8k as broken.
3540
3541 Mon Mar 5 11:56:09 2001 Christopher Faylor <cgf@cygnus.com>
3542
3543 * wince.c: Change realloc to xrealloc throughout.
3544 (handle_load_dll): Use void * rather than PTR in argument.
3545
3546 2001-03-04 Andrew Cagney <ac131313@redhat.com>
3547
3548 * ocd.h (ocd_xfer_memory): Add ``attrib'' parameter.
3549 * ocd.c (ocd_xfer_memory): Ditto.
3550 * ser-ocd.c (ocd_setstopbits): New function. Add to ocd_ops.
3551 * MAINTAINERS: Document powerpc-eabi and powerpcle-eabi as
3552 buildable with ,-Werror.
3553
3554 * Makefile.in (symfile_h): Define.
3555 (mcore-tdep.o): Add $(symfile_h), $(gdbcore_h) and $(inferior_h).
3556 * mcore-tdep.c: Include "symfile.h", "gdbcore.h" and "inferior.h".
3557 * MAINTAINERS: Document mcore-elf and mcore-pe as buildable with
3558 ,-Werror.
3559
3560 * dsrec.c (make_srec): Fix internal_error fmt arg.
3561 * MAINTAINERS: Document i960-coff as buildable with ,-Werror.
3562
3563 2001-03-03 Kevin Buettner <kevinb@redhat.com>
3564
3565 * solib-aix5.c (aix5_relocate_main_executable): Don't use ANOFFSET
3566 as an lvalue.
3567
3568 2001-03-02 Andrew Cagney <ac131313@redhat.com>
3569
3570 * MAINTAINERS (paper trail): Update.
3571
3572 * CONTRIBUTE: Update note on ``Fix PR gdb/4706'' convention.
3573
3574 2001-03-02 Andrew Cagney <ac131313@redhat.com>
3575
3576 From 2001-03-01 Tom Rix <trix@redhat.com>:
3577 * mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc''
3578 parameter to mn10200_analyze_prologue.
3579
3580 * config/mn10200/tm-mn10200.h: Include "regcache.h".
3581 * MAINTAINERS: Document that mn10200-elf target is buildable.
3582
3583 2001-03-02 Kevin Buettner <kevinb@redhat.com>
3584
3585 * config/ia64/xm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): Move defines
3586 from here...
3587 * config/ia64/nm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): ...to here.
3588 (MONTEREY): Don't define.
3589 (AIX5): Define.
3590
3591 2001-03-02 Matt Hiller <hiller@redhat.com>
3592
3593 * config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15.
3594
3595 2001-03-02 Kevin Buettner <kevinb@redhat.com>
3596
3597 * sparc-nat.c (sparc-nat.c): Don't include self.
3598
3599 2001-03-01 J.T. Conklin <jtc@redback.com>
3600
3601 * defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__
3602 if __CYGWIN32__ is set from here.
3603 * config/i386/xm-cygwin.h: To here.
3604 * config/powerpc/xm-cygwin.h: To here.
3605
3606 * i386-stub.c (handle_exception): Use 'T' response packet.
3607
3608 2001-03-01 Michael Snyder <msnyder@mvstp600e.cygnus.com>
3609
3610 * m32r-tdep.c: Fix cut and paste error in comment.
3611
3612 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
3613
3614 * symtab.c (print_msymbol_info): Print addresses by portable method
3615 longest_local_hex_string_custom. Allow for 64-bit addresses.
3616
3617 2001-03-01 J.T. Conklin <jtc@redback.com>
3618
3619 * gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration.
3620 (MAX_OF_TYPE): Wrap macro definition in parenthesis.
3621 (MIN_OF_TYPE): Likewise.
3622
3623 * memattr.h (mem_access_mode): Removed extraneous trailing comma.
3624
3625 2001-03-01 Andrew Cagney <ac131313@redhat.com>
3626
3627 * Makefile.in (os9kread.o): Do not compile with WERROR_CFLAGS.
3628 * os9kread.c (os9k_process_one_symbol): Add assert to detect
3629 ``loses if sizeof (char *) > sizeof (int)''.
3630
3631 2001-03-01 Andrew Cagney <ac131313@redhat.com>
3632
3633 * gdb_assert.h: Document pragmatics behind gdb_assert's case.
3634
3635 2001-03-01 Andrew Cagney <ac131313@redhat.com>
3636
3637 * Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency
3638 lists.
3639 (mi-main.o): Ditto.
3640
3641 2001-03-01 Andrew Cagney <ac131313@redhat.com>
3642
3643 * Makefile.in (regcache_h): Define. Add $(regcache_h) to
3644 dependency lists.
3645
3646 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
3647
3648 * printcmd.c (print_address_numeric): Update comments to refer
3649 to sizeof addr, not sizeof pointer.
3650 (x_command): Remove needless whitespace (shorten long line).
3651
3652 * breakpoint.c (print_one_breakpoint): Formatting clean-up.
3653 (read_memory_nobpt): Ditto.
3654 (ep_is_catchpoint): Ditto.
3655 (ep_is_shlib_catchpoint): Ditto.
3656 (ep_is_exception_catchpoint): Ditto.
3657 (describe_other_breakpoints): Ditto.
3658
3659 Wed Feb 28 20:37:36 2001 Andrew Cagney <ac131313@redhat.com>
3660
3661 * regcache.h (register_valid): Fix comment documenting valid
3662 states.
3663
3664 Tue Feb 27 23:56:23 2001 Andrew Cagney <ac131313@redhat.com>
3665
3666 From Steven Johnson:
3667 * regcache.h: New file.
3668
3669 * value.h (read_register_bytes, read_register_gen)
3670 (write_register_gen, write_register_bytes)
3671 (read_register, read_register_pid)
3672 (read_signed_register, read_signed_register_pid)
3673 (write_register, write_register_pid)
3674 (register_cached, set_register_cached)
3675 (register_changed, register_buffer)
3676 (registers_changed, supply_register): Move declaration from here.
3677 * regcache.h: To here.
3678 * gdbcore.h (registers_fetched): Ditto.
3679 * inferior.h (registers, registers_valid): Ditto.
3680
3681 * regcache.c (generic_target_read_pc, read_pc_pid, read_pc,
3682 generic_target_write_pc, write_pc_pid, write_pc,
3683 generic_target_read_sp, read_sp, generic_target_write_sp,
3684 write_sp, generic_target_read_fp, read_fp,
3685 generic_target_write_fp, write_fp): Add note that these functions
3686 will be moved from this file.
3687
3688 * a29k-tdep.c: Include "regcache.h".
3689 * a68v-nat.c: Ditto.
3690 * abug-rom.c: Ditto.
3691 * alpha-nat.c: Ditto.
3692 * alpha-tdep.c: Ditto.
3693 * alphabsd-nat.c: Ditto.
3694 * arc-tdep.c: Ditto.
3695 * arm-linux-nat.c: Ditto.
3696 * arm-linux-tdep.c: Ditto.
3697 * arm-tdep.c: Ditto.
3698 * blockframe.c: Ditto.
3699 * core-aout.c: Ditto.
3700 * core-sol2.c: Ditto.
3701 * corelow.c: Ditto.
3702 * cpu32bug-rom.c: Ditto.
3703 * cxux-nat.c: Ditto.
3704 * d10v-tdep.c: Ditto.
3705 * d30v-tdep.c: Ditto.
3706 * dbug-rom.c: Ditto.
3707 * dink32-rom.c: Ditto.
3708 * dve3900-rom.c: Ditto.
3709 * findvar.c: Ditto.
3710 * fr30-tdep.c: Ditto.
3711 * frame.c: Ditto.
3712 * go32-nat.c: Ditto.
3713 * h8300-tdep.c: Ditto.
3714 * h8500-tdep.c: Ditto.
3715 * hp300ux-nat.c: Ditto.
3716 * hppa-tdep.c: Ditto.
3717 * hppab-nat.c: Ditto.
3718 * hppah-nat.c: Ditto.
3719 * hppam3-nat.c: Ditto.
3720 * hpux-thread.c: Ditto.
3721 * i386-linux-nat.c: Ditto.
3722 * i386-linux-tdep.c: Ditto.
3723 * i386-tdep.c: Ditto.
3724 * i386aix-nat.c: Ditto.
3725 * i386b-nat.c: Ditto.
3726 * i386bsd-nat.c: Ditto.
3727 * i386gnu-nat.c: Ditto.
3728 * i386ly-tdep.c: Ditto.
3729 * i386m3-nat.c: Ditto.
3730 * i386mach-nat.c: Ditto.
3731 * i386nbsd-nat.c: Ditto.
3732 * i386v4-nat.c: Ditto.
3733 * i387-nat.c: Ditto.
3734 * i387-tdep.c: Ditto.
3735 * i960-tdep.c: Ditto.
3736 * ia64-aix-nat.c: Ditto.
3737 * ia64-linux-nat.c: Ditto.
3738 * ia64-tdep.c: Ditto.
3739 * infptrace.c: Ditto.
3740 * infrun.c: Ditto.
3741 * irix4-nat.c: Ditto.
3742 * irix5-nat.c: Ditto.
3743 * lin-lwp.c: Ditto.
3744 * lin-thread.c: Ditto.
3745 * lynx-nat.c: Ditto.
3746 * m3-nat.c: Ditto.
3747 * m32r-rom.c: Ditto.
3748 * m32r-tdep.c: Ditto.
3749 * m68hc11-tdep.c: Ditto.
3750 * m68k-tdep.c: Ditto.
3751 * m68klinux-nat.c: Ditto.
3752 * m68knbsd-nat.c: Ditto.
3753 * m68knbsd-tdep.c: Ditto.
3754 * m88k-nat.c: Ditto.
3755 * m88k-tdep.c: Ditto.
3756 * mac-nat.c: Ditto.
3757 * mcore-rom.c: Ditto.
3758 * mcore-tdep.c: Ditto.
3759 * mi/mi-main.c: Ditto.
3760 * mips-nat.c: Ditto.
3761 * mips-tdep.c: Ditto.
3762 * mipsm3-nat.c: Ditto.
3763 * mipsv4-nat.c: Ditto.
3764 * mn10200-tdep.c: Ditto.
3765 * mn10300-tdep.c: Ditto.
3766 * monitor.c: Ditto.
3767 * ns32km3-nat.c: Ditto.
3768 * ns32knbsd-nat.c: Ditto.
3769 * ocd.c: Ditto.
3770 * pa64solib.c: Ditto.
3771 * ppc-bdm.c: Ditto.
3772 * ppc-linux-nat.c: Ditto.
3773 * ppc-linux-tdep.c: Ditto.
3774 * ppcbug-rom.c: Ditto.
3775 * ppcnbsd-nat.c: Ditto.
3776 * ptx4-nat.c: Ditto.
3777 * regcache.c: Ditto.
3778 * remote-adapt.c: Ditto.
3779 * remote-array.c: Ditto.
3780 * remote-bug.c: Ditto.
3781 * remote-e7000.c: Ditto.
3782 * remote-eb.c: Ditto.
3783 * remote-es.c: Ditto.
3784 * remote-est.c: Ditto.
3785 * remote-hms.c: Ditto.
3786 * remote-mips.c: Ditto.
3787 * remote-mm.c: Ditto.
3788 * remote-nindy.c: Ditto.
3789 * remote-os9k.c: Ditto.
3790 * remote-rdi.c: Ditto.
3791 * remote-rdp.c: Ditto.
3792 * remote-sds.c: Ditto.
3793 * remote-sim.c: Ditto.
3794 * remote-st.c: Ditto.
3795 * remote-udi.c: Ditto.
3796 * remote-utils.c: Ditto.
3797 * remote-vx.c: Ditto.
3798 * remote-vx29k.c: Ditto.
3799 * remote-vx68.c: Ditto.
3800 * remote-vx960.c: Ditto.
3801 * remote-vxmips.c: Ditto.
3802 * remote-vxsparc.c: Ditto.
3803 * remote.c: Ditto.
3804 * rom68k-rom.c: Ditto.
3805 * rs6000-nat.c: Ditto.
3806 * rs6000-tdep.c: Ditto.
3807 * sh-tdep.c: Ditto.
3808 * sh3-rom.c: Ditto.
3809 * sol-thread.c: Ditto.
3810 * solib-svr4.c: Ditto.
3811 * somsolib.c: Ditto.
3812 * sparc-nat.c: Ditto.
3813 * sparc-tdep.c: Ditto.
3814 * sparcl-tdep.c: Ditto.
3815 * sparclet-rom.c: Ditto.
3816 * sun3-nat.c: Ditto.
3817 * sun386-nat.c: Ditto.
3818 * symm-nat.c: Ditto.
3819 * target.c: Ditto.
3820 * thread-db.c: Ditto.
3821 * thread.c: Ditto.
3822 * tic80-tdep.c: Ditto.
3823 * tracepoint.c: Ditto.
3824 * ultra3-nat.c: Ditto.
3825 * umax-xdep.c: Ditto.
3826 * uw-thread.c: Ditto.
3827 * v850-tdep.c: Ditto.
3828 * v850ice.c: Ditto.
3829 * valops.c: Ditto.
3830 * w65-tdep.c: Ditto.
3831 * w89k-rom.c: Ditto.
3832 * win32-nat.c: Ditto.
3833 * wince.c: Ditto.
3834 * z8k-tdep.c: Ditto.
3835
3836 2001-02-28 Matt Hiller <hiller@redhat.com>
3837
3838 * MAINTAINERS: Add Matt Hiller to Write After Approval list.
3839
3840 2001-02-27 Matt Hiller <hiller@redhat.com>
3841
3842 * mn10300-tdep.c (mn10300_stab_reg_to_regnum): New function.
3843 (mn10300_gdbarch_init): Set appropriate elements of gdbarch to
3844 mn10300_stab_reg_to_regnum.
3845
3846 Tue Feb 27 16:56:13 2001 David Taylor <taylor@redhat.com>
3847
3848 * symtab.c (search_symbols): Fix off by one error in test for
3849 error.
3850
3851 2001-02-23 Andrew Cagney <ac131313@redhat.com>
3852
3853 * config/sparc/sp64linux.mt: New file.
3854 * configure.tgt: Recognize sparc64-*-linux* as a sp64linux target.
3855 * configure.host: Recognize sparc64-*-linux* as a linux host.
3856
3857 From 2000-03-17 Jakub Jelinek <jakub@redhat.com>:
3858 * config/sparc/tm-sp64linux.h: New file.
3859
3860 2001-02-24 Kevin Buettner <kevinb@redhat.com>
3861
3862 * buildsym.c (push_subfile, pop_subfile): Replace call to abort()
3863 with call to internal_error().
3864 * dbxread.c (process_one_symbol): Likewise.
3865 * exec.c (build_section_table, xfer_memory): Likewise.
3866 * h8500-tdep.c (h8500_register_size, h8500_register_virtual_type):
3867 Likewise.
3868 * hpread.c (hpread_type_translate, hpread_read_array_type)
3869 (hpread_type_lookup): Likewise.
3870 * i386-tdep.c (gdb_print_insn_i386): Likewise.
3871 * i960-tdep.c (mem): Likewise
3872 * inflow.c (set_sigio_trap, clear_sigio_trap): Likewise.
3873 * infptrace.c (child_resume): Likewise.
3874 * infttrace.c (_initialize_infttrace): Likewise.
3875 * language.c (binop_result_type, add_language): Likewise.
3876 * lynx-nat.c (store_inferior_registers): Likewise.
3877 * m3-nat.c (port_chain_insert, m3_trace_me): Likewise.
3878 * mdebugread.c (parse_partial_symbols): Likewise.
3879 * monitor.c (monitor_printf_noecho, monitor_printf)
3880 (monitor_dump_regs): Likewise.
3881 * ocd.c (stu_put_packet): Likewise.
3882 * printcmd.c (decode_format, print_scalar_formatted): Likewise.
3883 * remote-bug.c (bug_open): Likewise.
3884 * remote-e7000.c (fetch_regs_from_dump, e7000_wait): Likewise.
3885 * remote-es.c (es1800_read_bytes): Likewise.
3886 * remote-mips.c (common_breakpoint): Likewise.
3887 * remote-rdp.c (send_rdp): Likewise.
3888 * remote-sds.c (putmessage): Likewise.
3889 * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
3890 Likewise.
3891 * sparcl-tdep.c (sparclite_download): Likewise.
3892 * symtab.c (lookup_partial_symbol): Likewise.
3893 * target.c (push_target, pop_target, initialize_targets): Likewise.
3894 * utils.c (internal_verror, malloc_botch, wrap_here, decimal2str):
3895 Likewise.
3896 * valprint.c (print_decimal, print_longest, print_longest)
3897 (strcat_longest): Likewise.
3898 * w65-tdep.c (init_frame_pc, w65_push_dummy_frame): Likewise.
3899 * xmodem.c (xmodem_send_packet): Likewise.
3900 * z8k-tdep.c (init_frame_pc, z8k_push_dummy_frame): Likewise.
3901 * config/h8500/tm-h8500.h (STORE_STRUCT_RETURN): Likewise.
3902 * config/mn10200/tm-mn10200.h (EXTRACT_RETURN_VALUE)
3903 (STORE_RETURN_VALUE): Likewise.
3904 * config/ns32k/nm-umax.h (REGISTER_U_ADDR): Likewise.
3905 * config/ns32k/xm-merlin.h (REGISTER_U_ADDR): Likewise.
3906 * config/z8k/tm-z8k.h (STORE_STRUCT_RETURN, STORE_RETURN_VALUE):
3907 Likewise.
3908
3909 2001-02-23 Andrew Cagney <ac131313@redhat.com>
3910
3911 * CONTRIBUTE: Document how to cite a problem report.
3912 * TODO: Note need to replace CONTRIBUTE with generated file.
3913
3914 * CONTRIBUTE: Mention that patches do not need to include the
3915 generated files gdbarch.h and gdbarch.c.
3916
3917 2001-02-21 Andrew Cagney <ac131313@redhat.com>
3918
3919 * value.h (get_saved_register): Move from here.
3920 * frame.h: To here.
3921
3922 2001-02-21 Kevin Buettner <kevinb@redhat.com>
3923
3924 * solib.h (in_svr4_dynsym_resolve_code): Delete declaration.
3925 (in_solib_dynsym_resolve_code): Add declaration.
3926 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Changed define to invoke
3927 in_solib_dynsym_resolve_code() rather than
3928 in_svr4_dynsym_resolve_code(). Also, removed the ifdefs
3929 which caused this macro to only be defined when
3930 SVR4_SHARED_LIBS is defined.
3931 * solib.c (in_solib_dynsym_resolve_code): New function.
3932 * solist.h (struct target_so_ops): Add new member
3933 in_dynsym_resolve_code.
3934 * solib-aix5.c (aix5_in_dynsym_resolve_code): Renamed from
3935 in_svr4_dynsym_resolve_code. Also, made static.
3936 (_initialize_aix5_solib): Initialize in_dynsym_resolve_code
3937 member in aix5_so_ops.
3938 * solib-svr4.c (svr4_in_dynsym_resolve_code): Renamed from
3939 in_svr4_dynsym_resolve_code. Also, added second version
3940 of this function which will be used when SVR4_SHARED_LIBS
3941 is not defined.
3942 (_initialize_svr4_solib): Initialize in_dynsym_resolve_code
3943 member in svr4_so_ops.
3944
3945 * ia64-aix-nat.c, ia64-aix-tdep.c, config/ia64/aix.mh,
3946 config/ia64/aix.mt, config/ia64/nm-aix.h, config/ia64/tm-aix.h,
3947 config/ia64/xm-aix.h: New files.
3948 * ia64-tdep.c (_initialize_ia64_tdep): Remove declaration.
3949 (ia64_aix_sigcontext_register_address): New declaration.
3950 (ia64_gdbarch_init): Provide for initialization of
3951 sigcontext_register_address member of struct tdep when
3952 on target is detected to be running AIX.
3953 * config/ia64/linux.mt (TDEPFILES): Add ia64-aix-tdep.o to
3954 this list.
3955
3956 2001-02-20 Kevin Buettner <kevinb@redhat.com>
3957
3958 * ia64-tdep.c (ia64_frameless_function_invocation): Implement.
3959 * config/ia64/linux.mh (NATDEPFILES): Use thread-db.o and lin-lwp.o
3960 for thread support instead of linux-thread.o and lin-thread.o.
3961 * config/ia64/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS,
3962 ATTACH_LWP): Define to use the following lin-lwp.c functions...
3963 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals,
3964 lin_lwp_attach_lwp): Declare.
3965
3966 2001-02-20 Andrew Cagney <ac131313@redhat.com>
3967
3968 * mips-tdep.c (do_fp_register_row, do_fp_register_row): Fix printf
3969 formatting.
3970
3971 2001-02-20 Kevin Buettner <kevinb@redhat.com>
3972
3973 * solib-aix5.c (solib-svr4.h): Remove include.
3974 (solib_break_names): Delete names which aren't actually
3975 used by AIX5.
3976 (bkpt_names): Remove.
3977 (aix5_relocate_main_executable, bfd_lookup_symbol): Replace calls
3978 to STREQ() with equivalent calls to strcmp().
3979 (in_svr4_dynsym_resolve_code, enable_break, bfd_lookup_symbol,
3980 aix5_solib_create_inferior_hook): Revise comments.
3981 (enable_break): Remove old ``bkpt_names'' code.
3982
3983 2001-02-19 Andrew Cagney <ac131313@redhat.com>
3984
3985 * Makefile.in (SFILES): Add frame.c .
3986 (COMMON_OBS): Add frame.o .
3987 (frame.o): New target.
3988
3989 * frame.c (find_saved_register):
3990 (default_get_saved_register):
3991 (get_saved_register):
3992 (read_relative_register_raw_bytes_for_frame):
3993 (read_relative_register_raw_bytes): Moved to here.
3994 * regcache.c: From here.
3995
3996 2001-02-20 Kevin Buettner <kevinb@redhat.com>
3997
3998 * solib-aix5.c: New file.
3999
4000 2001-02-20 Martin M. Hunt <hunt@redhat.com>
4001
4002 * solib.c (info_sharedlibrary_command): Don't assume pointers
4003 are the same size of long, call longest_local_hex_string_custom().
4004
4005 * solib-svr4.c (LM_ADDR): LM_ADDR is a signed offset, so
4006 extract_signed_integer() should be called instead of
4007 extract_address().
4008
4009 2001-02-20 Martin M. Hunt <hunt@redhat.com>
4010
4011 * MAINTAINERS: Add Martin Hunt to Write After Approval list.
4012
4013 2001-02-19 Andrew Cagney <ac131313@redhat.com>
4014
4015 Frm 2001-02-09 Jim Kingdon <jkingdon@engr.sgi.com>:
4016 * mips-tdep.c (mips_register_raw_size): If FP_REGISTER_DOUBLE,
4017 then floating point registers are 8 bytes.
4018
4019 2001-02-19 Michael Snyder <msnyder@mvstp600e.cygnus.com>
4020
4021 * parse.c (write_exp_msymbol): Make the type CORE_ADDR, to
4022 accomodate 64-bit addresses.
4023
4024 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4025
4026 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>
4027 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux, not
4028 lookup_symbol, when trying to find a symbol with a mangled name,
4029 to avoid infinite recursion.
4030
4031 2001-02-18 Andrew Cagney <ac131313@redhat.com>
4032
4033 * TODO (5.2): Mention G++ 3.0 ABI. General cleanups.
4034
4035 2001-02-19 Jonathan Larmour <jlarmour@redhat.com>
4036
4037 * arm-tdep.c (check_prologue_cache): Fix off by 1 error.
4038 (save_prologue_cache): Ditto.
4039
4040 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4041
4042 From: innadadadavida@yahoo.com:
4043 * partial-stab.h (switch): Check that pst is not null
4044 before dereferencing it.
4045
4046 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4047
4048 From Andrew Cagney <cagney@b1.cygnus.com>:
4049 * symfile.c (add_symbol_file_command): Always initialize
4050 my_cleanup using a NULL cleanup.
4051
4052 2001-02-19 Eli Zaretskii <eliz@is.elta.co.il>
4053
4054 * demangle.c (demangling_style_names): New variable.
4055 (_initialize_demangler): Fill demangling_style_names with the
4056 names of known demangling styles from libiberty_demanglers[]. Use
4057 add_set_enum_cmd instead of add_set_cmd, to get completion on
4058 demangling style names.
4059
4060 * proc-api.c (_initialize_proc_api): Make `procfs-file' use
4061 file-name completion.
4062
4063 * remote-rdi.c (_initialize_remote_rdi): Ditto for `rdilogfile'.
4064
4065 * solib.c (_initialize_solib): Ditto for `solib-search-path' and
4066 `solib-absolute-prefix'.
4067
4068 * tracepoint.c (_initialize_tracepoint): Ditto for
4069 `save-tracepoints'.
4070
4071 * win32-nat.c (_initialize_inftarg): Ditto for `dll-symbols'.
4072
4073 * cli/cli-cmds.c (init_cli_cmds): Make `shell' and `make' use
4074 file-name completion.
4075
4076 * infcmd.c (_initialize_infcmd): Make the following commands use
4077 the file-name completer: `tty', `args', `path', `paths', and
4078 `run'.
4079
4080 2001-02-18 Eli Zaretskii <eliz@is.elta.co.il>
4081
4082 * go32-nat.c: Include i387-nat.h.
4083 (fetch_register): New function, uses some of the guts of
4084 go32_fetch_registers and calls i387_supply_register.
4085 (go32_fetch_registers): Most of the code moved into
4086 fetch_register. Use i387_supply_fsave.
4087 (store_register): Use i387_fill_fsave instead of custom code.
4088 (go32_store_registers): Use i387_fill_fsave.
4089
4090 * Makefile.in (go32-nat.o): Depend on i387-nat.h.
4091
4092 * config/i386/go32.mh (NATDEPFILES): Add i387-nat.o.
4093
4094 * completer.c (gdb_completer_file_name_break_characters): Remove
4095 slash from file-name break characters.
4096 [__MSDOS__]: Special definition for DOS/Windows file names.
4097 (line_completion_function): When completing on file names, bump
4098 `p' to the first file-name constituent character of `word', before
4099 invoking the completer.
4100
4101 2001-02-17 Mark Kettenis <kettenis@gnu.org>
4102
4103 * i387-nat.c: Include "i387-nat.h". Use regnum instead of regno
4104 consistently for parameter names. Fix comments accordingly.
4105 (i387_supply_register): New function.
4106 (i387_supply_fsave): Implement using i387_supply_register.
4107 * i387-nat.h: Use regnum instead of regno consistently for
4108 parameter names. Fix comments accordingly.
4109 (i387_supply_register): New prototype.
4110
4111 2001-02-16 Michael Snyder <msnyder@mvstp600e.cygnus.com>
4112
4113 * remote.c (build_remote_gdbarch_data): Use new TARGET_ADDR_BIT
4114 instead of TARGET_PTR_BIT (to support Harvard architectures).
4115
4116 2001-02-16 Andrew Cagney <ac131313@redhat.com>
4117
4118 From 2001-02-11 Paul Hilfinger <hilfingr@lisbon.int.act-europe.fr>
4119 * hpux-thread.c (hpux_thread_xfer_memory): Add mem_attrib
4120 argument to parameter list and to call in order to conform to
4121 to_xfer_memory field of struct target_ops.
4122
4123 2001-02-12 Michael Chastain <chastain@redhat.com>
4124
4125 * somsolib.c (som_solib_add_solib_objfile): Do not use
4126 section relocation feature of syms_from_objfile. Do my own
4127 section relocation, offsetting each section of the som by
4128 either text_addr - text_link_addr or data_start.
4129
4130 2001-02-16 Andrew Cagney <ac131313@redhat.com>
4131
4132 * TODO (5.1): Move ``Hardware watchpint problems'' out of 5.1.
4133
4134 2001-02-16 Andrew Cagney <ac131313@redhat.com>
4135
4136 * MAINTAINERS (paper trail): Update.
4137
4138 2001-02-16 Mark Kettenis <kettenis@gnu.org>
4139
4140 * target.h (target_fetch_registers): Fix comment.
4141
4142 2001-02-15 Andrew Cagney <ac131313@redhat.com>
4143
4144 * f-exp.y: Include <ctype.h>.
4145 (parse_number): Ensure that ``i'' is always initialized.
4146
4147 2001-02-14 Jim Kingdon <jkingdon@engr.sgi.com>
4148
4149 * MAINTAINERS: Add myself to paper trail section.
4150
4151 2001-02-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4152
4153 * configure.in (AC_CHECK_HEADERS): Add sys/file.h.
4154 * configure, config.in: Regenerate.
4155 * corelow.c: Include <sys/file.h> if present.
4156
4157 2001-02-14 Andrew Cagney <ac131313@redhat.com>
4158
4159 * inflow.c (terminal_ours_1): Initialize ``osigtou''. Only
4160 declare when have SIGTTOU.
4161
4162 2001-02-14 Eli Zaretskii <eliz@is.elta.co.il>
4163
4164 * config/djgpp/fnchange.lst: Add entries for gdb/gdbtk/*/ChangeLog-*.
4165
4166 2001-02-12 Jim Kingdon <jkingdon@engr.sgi.com>
4167
4168 * MAINTAINERS: Update my email address.
4169
4170 2001-02-11 Eli Zaretskii <eliz@is.elta.co.il>
4171
4172 * NEWS: Document that "info symbol" works with COFF debug info and
4173 its variants.
4174
4175 * minsyms.c (lookup_minimal_symbol_by_pc_section): Don't skip
4176 symbols whose SYMBOL_BFD_SECTION is NULL.
4177
4178 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4179
4180 Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.
4181 * xcoffsolib.c (xcoff_solib_address): Renamed from
4182 pc_load_segment_name. Return NULL if address is not in a shared
4183 library. Cleanup shared library name construction, using xasprintf.
4184 Format shared library member names consistent with format in exec.c.
4185 (solib_info): Format shared library member names consistent with
4186 format in exec.c.
4187 * config/rs6000/nm-rs6000.h: Replace PC_LOAD_SEGMENT with PC_SOLIB,
4188 using xcoff_solib_address for PC_SOLIB definition.
4189 * stack.c (print_frame): Remove PC_LOAD_SEGMENT code, no longer
4190 needed.
4191
4192 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4193
4194 * mipsread.c (read_alphacoff_dynamic_symtab): Replace alloca calls
4195 with xmalloc calls and cleanups.
4196
4197 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4198
4199 * rs6000-nat.c (child_xfer_memory): Add missing parameter
4200 'struct mem_attrib *' required by 2001-01-23 change.
4201
4202 2001-02-08 Jim Kingdon <jkingdon@engr.sgi.com>
4203
4204 Updates to "make TAGS":
4205 * Makefile.in (ALLDEPFILES): Remove altos-xdep.c arm-convert.s
4206 arm-xdep.c convex-tdep.c convex-xdep.c pyr-tdep.c pyr-xdep.c
4207 tahoe-tdep.c.
4208 (TAGFILES_NO_SRCDIR): Add $(SUBDIR_CLI_SRCS).
4209
4210 2001-02-08 Eli Zaretskii <eliz@is.elta.co.il>
4211
4212 * config/djgpp/fnchange.lst: Remove extraneous "too many dots".
4213
4214 Wed Feb 7 22:39:26 2001 Andrew Cagney <cagney@redhat.com>
4215
4216 From Dean Luick <luick@cray.com>:
4217 * defs.h (continuation): Remove unused global variable.
4218
4219 Wed Feb 7 22:28:31 2001 Andrew Cagney <cagney@redhat.com>
4220
4221 * configure.tgt: Remove references to convex, pyramid, altos and
4222 tahoe.
4223 * configure.host: Ditto.
4224 * MAINTAINERS: Ditto.
4225 * NEWS: Update.
4226
4227 * tahoe-tdep.c: Delete obsolete file.
4228 * pyr-xdep.c: Ditto.
4229 * pyr-tdep.c: Ditto.
4230 * convex-tdep.c: Ditto.
4231 * convex-xdep.c: Ditto.
4232 * config/tahoe/xm-tahoe.h: Ditto.
4233 * config/tahoe/tm-tahoe.h: Ditto.
4234 * config/tahoe/tahoe.mt: Ditto.
4235 * config/tahoe/tahoe.mh: Ditto.
4236 * config/pyr/xm-pyr.h: Ditto.
4237 * config/pyr/tm-pyr.h: Ditto.
4238 * config/pyr/pyramid.mt: Ditto.
4239 * config/pyr/pyramid.mh: Ditto.
4240 * config/m68k/xm-altos.h: Ditto.
4241 * config/m68k/tm-altos.h: Ditto.
4242 * config/m68k/altos.mt: Ditto.
4243 * config/m68k/altos.mh: Ditto.
4244 * config/convex/xm-convex.h: Ditto.
4245 * config/convex/tm-convex.h: Ditto.
4246 * config/convex/convex.mt: Ditto.
4247 * config/convex/convex.mh: Ditto.
4248 * config/convex/Convex.notes: Ditto.
4249 * config/arm/xm-arm.h: Ditto.
4250 * config/arm/nm-arm.h: Ditto.
4251 * config/arm/arm.mt: Ditto.
4252 * config/arm/arm.mh: Ditto.
4253 * arm-convert.s: Ditto.
4254 * arm-xdep.c: Ditto.
4255 * altos-xdep.c: Ditto.
4256
4257 Wed Feb 7 19:41:21 2001 Andrew Cagney <cagney@redhat.com>
4258
4259 * defs.h (internal_error, internal_verror): Add __FILE__ and
4260 __LINE__ parameter.
4261 * utils.c (internal_error, internal_verror): Update.
4262
4263 * v850-tdep.c: Update calls to internal_error.
4264 * utils.c: Ditto.
4265 * ui-out.c: Ditto.
4266 * ui-file.c: Ditto.
4267 * target.h: Ditto.
4268 * symtab.h: Ditto.
4269 * symm-nat.c: Ditto.
4270 * sparc-tdep.c: Ditto.
4271 * source.c: Ditto.
4272 * serial.c: Ditto.
4273 * rs6000-tdep.c: Ditto.
4274 * rs6000-nat.c: Ditto.
4275 * remote.c: Ditto.
4276 * remote-vx.c: Ditto.
4277 * remote-sim.c: Ditto.
4278 * remote-mips.c: Ditto.
4279 * regcache.c: Ditto.
4280 * objfiles.h: Ditto.
4281 * objfiles.c: Ditto.
4282 * mn10300-tdep.c: Ditto.
4283 * mips-tdep.c: Ditto.
4284 * maint.c: Ditto.
4285 * m68k-tdep.c: Ditto.
4286 * m3-nat.c: Ditto.
4287 * language.c: Ditto.
4288 * infptrace.c: Ditto.
4289 * inferior.h: Ditto.
4290 * infcmd.c: Ditto.
4291 * ia64-tdep.c: Ditto.
4292 * i386-tdep.c: Ditto.
4293 * i386-linux-nat.c: Ditto.
4294 * hppah-nat.c: Ditto.
4295 * go32-nat.c: Ditto.
4296 * findvar.c: Ditto.
4297 * f-lang.c: Ditto.
4298 * elfread.c: Ditto.
4299 * event-loop.c: Ditto.
4300 * dwarf2read.c: Ditto.
4301 * dsrec.c: Ditto.
4302 * d30v-tdep.c: Ditto.
4303 * d10v-tdep.c: Ditto.
4304 * cli/cli-setshow.c: Ditto.
4305 * cli/cli-script.c: Ditto.
4306 * ch-exp.c: Ditto.
4307 * breakpoint.c: Ditto.
4308 * ax-gdb.c: Ditto.
4309 * arch-utils.c: Ditto.
4310 * a29k-tdep.c: Ditto.
4311 * gdb_assert.h: Ditto.
4312 * gdbarch.sh: Ditto.
4313 * gdbarch.h, gdbarch.c: Re-generate.
4314
4315 2001-02-07 Andrew Cagney <ac131313@redhat.com>
4316
4317 From Mark Kettenis <kettenis@gnu.org>:
4318 * event-top.h [!STOP_SIGNAL]: #include <signal.h>.
4319
4320 2001-02-07 Andrew Cagney <ac131313@redhat.com>
4321
4322 * remote-sim.c (dump_mem): Cleanup printf format argument.
4323 * MAINTAINERS: Update, mn10300-elf now builds.
4324
4325 2001-02-07 Mark Kettenis <kettenis@gnu.org>
4326
4327 * event-top.c: Remove duplicate #include <signal.h>.
4328
4329 2001-02-06 Andrew Cagney <ac131313@redhat.com>
4330
4331 * sol-thread.c (restore_inferior_pid): Save the PID in a freshly
4332 allocated buffer.
4333 (save_inferior_pid): Restore the PID from that tempoary
4334 buffer. Delete the buffer.
4335 * utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD.
4336
4337 2001-02-06 Andrew Cagney <ac131313@redhat.com>
4338
4339 * MAINTAINERS: Add ``The Obvious Fix Rule''.
4340
4341 2001-02-06 Andrew Cagney <ac131313@redhat.com>
4342
4343 * MAINTAINERS: Add Michael Snyder to Solaris/SPARC list.
4344
4345 2001-02-06 Andrew Cagney <ac131313@cygnus.com>
4346
4347 * gdbarch.sh: Include "gdb_assert.h".
4348 (struct gdbarch): Change ``nr_data'' to unsigned.
4349 (alloc_gdbarch_data, free_gdbarch_data): New functions.
4350 (gdbarch_free): Free the data-pointer vector. Use xfree to delete
4351 architecture vector.
4352 (struct gdbarch_data, struct gdbarch_data_registration): Move init
4353 method to gdbarch_data. Add free method, make index unsigned.
4354 (struct gdbarch_data_registry): Make nr unsigned.
4355 (register_gdbarch_data): Add free parameter. Store in
4356 gdbarch_data.
4357 (init_gdbarch_data): Use set_gdbarch_data.
4358 (set_gdbarch_data): New function.
4359
4360 * gdbarch.h, gdbarch.c: Re-generate.
4361
4362 2001-02-06 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4363
4364 * ser-unix.c (hardware_print_tty_state) [HAVE_SGTTY]: Call
4365 fprintf_filtered with correct arguments.
4366
4367 2001-02-06 Michael Snyder <msnyder@makita.cygnus.com>
4368 Submitted by Paul Hilfinger (hilfingr@gnat.com)
4369 and Andrei Petrov (and@genesyslab.com).
4370 * findvar.c: Buffers of size MAX_REGISTER_RAW_SIZE or REGISTER_BYTES
4371 must be allocated dynamically, since these are no longer constants.
4372 * infcmd.c: Ditto.
4373 * regcache.c: Ditto.
4374 * remote.c: Ditto.
4375 * sol-thread.c: Ditto.
4376 * valops.c: Ditto.
4377 * config/sparc/sun4sol2.mh (MH_CFLAGS): Add -I/usr/include/v9, as a
4378 work-around for a missing Sun header file in solaris for sparc64.
4379
4380 2001-02-04 Philip Blundell <philb@gnu.org>
4381
4382 * config/arm/linux.mh (NATDEPFILES): Add proc-service.o,
4383 thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o.
4384 * config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP,
4385 GET_THREAD_SIGNALS): Define.
4386 * arm-linux-nat.c (fill_gregset): Correct type of argument.
4387 (supply_gregset): Likewise.
4388 (fill_fpregset): Likewise.
4389 (supply_fpregset): Likewise.
4390
4391 Tue Feb 6 11:58:57 2001 David Taylor <taylor@redhat.com>
4392
4393 * valops.c (value_cast): If casting a scalar to a pointer, do not
4394 issue a message about truncation unless it exceeds the length of
4395 an address, not the length of a pointer. This is because what the
4396 user gives us is an address, not a pointer, and we will ultimately
4397 convert it (via ADDRESS_TO_POINTER) to a pointer, not truncate it
4398 to a pointer. This allows things like "print *(int *)0x01000234"
4399 to work without generating a misleading message on a target having
4400 two byte pointers and four byte addresses.
4401
4402 2001-02-05 Christopher Faylor <cgf@cygnus.com>
4403
4404 * win32-nat.c: Change PTR to void * throughout.
4405
4406 2001-02-05 J.T. Conklin <jtc@redback.com>
4407
4408 * signals.h: Removed.
4409 * event-top.c (#include <signal.h>): Changed from signals.h.
4410 * inflow.c: Likewise.
4411 * mac-xdep.c: Likewise.
4412 * ser-pipe.c: Likewise.
4413 * ser-tcp.c: Likewise.
4414 * standalone.c: Likewise.
4415 * top.c: Likewise.
4416 * utils.c: Likewise.
4417 * Makefile.in: Removed signals.h from dependencies.
4418
4419 2001-02-05 Christopher Faylor <cgf@cygnus.com>
4420
4421 Change suggested by Dean Luick <luick@cray.com>
4422 * inferior.h (step_over_calls_kind): Remove trailing comma from
4423 last enum element.
4424 (step_over_calls): Declare as extern rather than global.
4425
4426 2001-02-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4427
4428 * sh-tdep.c: Update copyright.
4429 (sh_extract_return_value): Rewrite.
4430 (sh3e_sh4_extract_return_value): New function.
4431 (sh_gdbarch_init): Initialize gdbarch_extract-return_value to new
4432 version of the function for sh3e and sh4 CPUs.
4433
4434 2001-02-05 Michael Chastain <chastain@redhat.com>
4435
4436 * hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
4437 to conform with interface change.
4438
4439 2001-02-04 Eli Zaretskii <eliz@is.elta.co.il>
4440
4441 * config/djgpp/fnchange.lst: Tweak to make consistent with the
4442 new files.
4443
4444 * config/djgpp/djconfig.sh: Use explicit absolute file name when
4445 invoking `find'.
4446
4447 * ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only if
4448 UART_FIFO_WORKS is defined. Otherwise use outportb.
4449 From Francisco Pastor <fpastor.etra-id@etra.es>
4450
4451 * go32-nat.c (go32_xfer_memory): Make the argument list consistent
4452 with target.h's `to_xfer_memory' member.
4453
4454 2001-02-02 J.T. Conklin <jtc@redback.com>
4455
4456 * ppc-bdm.c (#include <signal.h>): Removed.
4457 * remote-array.c: Likewise.
4458 * remote-bug.c: Likewise.
4459 * remote-e7000.c: Likewise.
4460 * remote-mips.c: Likewise.
4461 * remote-os9k.c: Likewise.
4462 * remote-st.c: Likewise.
4463 * remote-udi.c: Likewise.
4464 * remote-vx29k.c: Likewise.
4465 * remote-vx68.c: Likewise.
4466 * remote-vx960.c: Likewise.
4467 * remote-vxmips.c: Likewise.
4468 * remote-vxsparc.c: Likewise.
4469
4470 2001-02-02 John Moore <jmoore@redhat.com>
4471
4472 * remote-utils.h (sr_set_device): Changed free() to xfree() where
4473 appropriate. Also changed Copyright to include 2001.
4474 * symtab.h (obstack_chunk_free, SYMBOL_INIT_DEMANGLED_NAME): Likewise.
4475 * value.h (value_free): Likewise.
4476 * gdbarch.sh (gdbarch_free): Likewise.
4477 * gdbarch.c, gdbarch.h: Regenerated.
4478
4479 2001-02-02 John Moore <jmoore@redhat.com>
4480
4481 * cli/cli-cmds.c (apropos_command): Changed occurance of free() to
4482 xfree(). Also changed Copyright to include 2001.
4483
4484 2001-02-02 J.T. Conklin <jtc@redback.com>
4485
4486 * monitor.c (#include "gdb_wait.h"): Removed.
4487 * ocd.c: Likewise.
4488 * ppc-bdm.c: Likewise.
4489 * remote-adapt.c: Likewise.
4490 * remote-array.c: Likewise.
4491 * remote-bug.c: Likewise.
4492 * remote-e7000.c: Likewise.
4493 * remote-eb.c: Likewise.
4494 * remote-es.c: Likewise.
4495 * remote-mips.c: Likewise.
4496 * remote-mm.c: Likewise.
4497 * remote-nindy.c: Likewise.
4498 * remote-os9k.c: Likewise.
4499 * remote-rdi.c: Likewise.
4500 * remote-rdp.c: Likewise.
4501 * remote-sds.c: Likewise.
4502 * remote-sim.c: Likewise.
4503 * remote-st.c: Likewise.
4504 * remote-udi.c: Likewise.
4505 * remote-vx.c: Likewise.
4506 * remote-vx29k.c: Likewise.
4507 * remote-vx68.c: Likewise.
4508 * remote-vx960.c: Likewise.
4509 * remote-vxmips.c: Likewise.
4510 * remote-vxsparc.c: Likewise.
4511 * remote.c: Likewise.
4512 * ser-pipe.c: Likewise.
4513 * ser-unix.c: Likewise.
4514 * Makefile.in: Updated dependencies.
4515
4516 2001-01-31 David Smith <dsmith@redhat.com>
4517
4518 * event-loop.c: Change inclusion of string.h to gdb_string.h and
4519 updated the copyright notice.
4520 * ser-pipe.c: Ditto.
4521 * mi/mi-cmds.c: Ditto.
4522 * mi/mi-console.c: Ditto.
4523 * mi/mi-getopt.c: Ditto.
4524 * mi/mi-parse.c: Ditto.
4525
4526 2001-01-31 David Smith <dsmith@redhat.com>
4527
4528 * MAINTAINERS: Add David Smith to Write After Approval list.
4529
4530 Tue Jan 30 15:43:08 2001 Andrew Cagney <cagney@cygnus.com>
4531
4532 * cli/cli-utils.c (putchar_filtered): Move function from here.
4533 * utils.c (putchar_filtered): To here.
4534 * cli/cli-utils.h (putchar_filtered): Move declaration from here.
4535 * defs.h (putchar_filtered): To here.
4536
4537 Tue Jan 30 17:27:11 2001 Andrew Cagney <cagney@redhat.com>
4538
4539 * configure.in (AC_CHECK_FUNCS): Replace vfork test with
4540 AC_FUNC_VFORK macro.
4541 * config.in, configure: Re-generate.
4542
4543 * gdb_vfork.h: New file.
4544 * ser-pipe.c (pipe_open): Update. Include "gdb_vfork.h".
4545 * fork-child.c (fork_inferior): Ditto.
4546
4547 Tue Jan 30 17:09:07 2001 Andrew Cagney <cagney@redhat.com>
4548
4549 * defs.h (strsave): Delete declaration.
4550 * utils.c (strsave): Delete definition.
4551 * TODO (strsave): Update
4552
4553 * mac-xdep.c (tilde_expand): Replace strsave with xstrdup.
4554 * sparcl-tdep.c (sparclite_open): Ditto.
4555 * mips-tdep.c (mips_set_processor_type_command): Ditto.
4556 (_initialize_mips_tdep): Ditto.
4557 * solib.c (solib_open): Ditto.
4558 * symfile.c (add_filename_language): Ditto.
4559 (set_ext_lang_command): Ditto.
4560 * source.c (init_source_path): Ditto.
4561 (mod_path): Ditto.
4562 * sh3-rom.c (sh3_open): Ditto.
4563 (sh3e_open): Ditto.
4564 * serial.c (serial_open): Ditto.
4565 * remote-mips.c (common_open): Ditto.
4566 * monitor.c (monitor_open): Ditto.
4567 * m32r-rom.c (m32r_upload_command): Ditto.
4568 * infcmd.c (path_command): Ditto.
4569 * f-exp.y (parse_number): Ditto.
4570 * breakpoint.c (create_longjmp_breakpoint): Ditto.
4571 (create_thread_event_breakpoint): Ditto.
4572 * arc-tdep.c (arc_set_cpu_type_command): Ditto.
4573 (_initialize_arc_tdep): Ditto.
4574
4575 Tue Jan 30 15:14:26 2001 Andrew Cagney <cagney@skil>
4576
4577 * cli/cli-script.c (define_command): Check for a bad hook value in
4578 switch statement.
4579
4580 2001-01-30 J.T. Conklin <jtc@redback.com>
4581
4582 * configure/sh/embed.mt: New file.
4583 * configure/sh/linux.mt: New file.
4584 * configure/sh/sh.mt: Removed.
4585 * configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets.
4586 (sh-*-*): Removed.
4587
4588 2001-01-29 Michael Chastain <chastain@redhat.com>
4589
4590 * symtab.c (block_lookup_symbol): Use 'namespace' parameter in
4591 symbol comparisons in binary search.
4592
4593 2001-01-27 Christopher Faylor <cgf@cygnus.com>
4594
4595 * win32-nat.c (child_xfer_memory): Add missing argument required by
4596 2001-01-23 change.
4597
4598 2001-01-27 Mark Kettenis <kettenis@gnu.org>
4599
4600 * ui-out.c (do_list_end): New function.
4601 (make_cleanup_ui_out_list_end): New function.
4602 * ui-out.h: Provide prototype for make_cleanup_ui_out_list_end.
4603 * stack.c (print_frame) [UI_OUT]: Call
4604 make_cleanup_ui_out_list_end to make sure we mark the end of the
4605 list if we do a non-local exit. At the end of the function,
4606 instead of calling ui_out_list_end directly, let do_cleanups
4607 handle it.
4608
4609 2001-01-26 Fernando Nasser <fnasser@redhat.com>
4610
4611 Fix double parsing of filenames passed as command line arguments
4612 to GDB (causes weird handling of escape characters).
4613 Also, remove dependencies on the CLI from libgdb.
4614 * call-cmds.h: Remove declaration of exec_file_command().
4615 * gdbcore.h: Remove declaration of exec_file_command().
4616 Add declarations for exec_open() and exec_file_clear().
4617 * symfile.h: Add declarations for symbol_file_add_main() and
4618 symbol_file_clear().
4619 * exec.c (exec_open): New function. Implements to_open for exec
4620 targets.
4621 (exec_file_clear): New function. Makes GDB forget about a previously
4622 specified executable file.
4623 (exec_file_attach): Move parsing of arguments from here ...
4624 (exec_file_command): ... to here.
4625 (init_exec_ops): Use exec_open(), not exec_file_command() to
4626 implement to_open for exec targets.
4627 * symfile.c (symbol_file_add_main): New function. Call symbol_file_add()
4628 with default values. Used when the file name has already been parsed.
4629 (symbol_file_clear): New function. Makes GDB forget about previously
4630 read symbols.
4631 (symbol_file_command): Call the above function instead of inline code.
4632 * main.c: Include "symfile.h" and "gdbcore.h" instead of the deprecated
4633 "call-cmds.h".
4634 (captured_main): Call exec_file_attach() and symbol_file_add_main()
4635 instead of exec_file_command() and symbol_file_command().
4636 (captured_main): Add comment.
4637 * corefile.c: Include "symfile.h".
4638 (core_file_command): Call symbol_file_add_main() instead of
4639 symbol_file_command().
4640 (reopen_exec_file): Call exec_open() instead of exec_file_command().
4641 * infcmd.c: Include "symfile.h".
4642 (attach_command): Call symbol_file_add_main() instead of
4643 symbol_file_command().
4644 * infrun.c: Remove comment about the inclusion of "symfile.h",
4645 not any longer appropriate.
4646 (follow_exec): Call symbol_file_add_main() instead of
4647 symbol_file_command().
4648 * remote-es.c: Include "symfile.h".
4649 (es1800_load): Call symbol_file_add_main() instead of
4650 symbol_file_command().
4651 * remote-vx.c: Remove comment about the inclusion of "symfile.h",
4652 not any longer appropriate.
4653 (vx-wait): Call symbol_file_add_main() instead of
4654 symbol_file_command().
4655 * solib-svr4.c (open_symbol_file_object): Call symbol_file_add_main()
4656 instead of symbol_file_command().
4657 * v850ice.c (ice_file): Call exec_open(), exec_file_attach() and
4658 symbol_file_add_main() instead of exec_file_command() and
4659 symbol_file_command().
4660 * Makefile.in: Update dependencies.
4661
4662 2001-01-26 Jeff Holcomb <jeffh@redhat.com>
4663
4664 * remote-udi.c (udi_open): Change strdup to xstrdup.
4665 * thread.c (thread_apply_all_command): Change strdup to xstrdup.
4666 Update copyright message.
4667 * varobj.c (delete_variable_1): Likewise.
4668
4669 * gdb_string.h: Remove declaration of strdup. Update copyright
4670 message.
4671 * config/xm-mpw.h: Likewise.
4672 * config/i386/xm-i386mach.h: Likewise.
4673 * config/m68k/xm-apollo68b.h: Likewise.
4674 * config/m68k/xm-hp300bsd.h: Likewise.
4675 * config/rs6000/xm-rs6000.h: Likewise.
4676 * config/vax/xm-vaxult.h: Remove declaration of strdup.
4677 * config/vax/xm-vaxult2.h: Likewise.
4678
4679 2001-01-26 Jeff Holcomb <jeffh@redhat.com>
4680
4681 * MAINTAINERS: Add Jeff Holcomb to Write After Approval list.
4682
4683 2001-01-25 J.T. Conklin <jtc@redback.com>
4684
4685 * target.c (target_xfer_memory_partial): Return -1 on failure due
4686 to invalid access mode attribute.
4687
4688 2001-01-25 Christopher Faylor <cgf@cygnus.com>
4689
4690 * win32-nat.c (_initialize_core_win32): Prototype correctly.
4691
4692 2001-01-25 Mark Kettenis <kettenis@gnu.org>
4693
4694 * config/alpha/tm-fbsd.h: Update copyright.
4695 (USE_STRUCT_CONVENTION): Define in terms of
4696 alphabsd_use_struct_convention.
4697 * config/alpha/fbsd.mt (TDEPFILES): Add alphafbsd-tdep.c.
4698 * alphafbsd-tdep.c: New file.
4699
4700 2001-01-24 Fernando Nasser <fnasser@redhat.com>
4701
4702 * top.c (print_gdb_version): Update Copyright year.
4703
4704 2001-01-24 J.T. Conklin <jtc@redback.com>
4705
4706 * dcache.c (dcache_write_line): Fix typo.
4707
4708 * memattr.c (delete_mem_region): Replace free() with xfree().
4709 (mem_number): Add explicit type.
4710
4711 * sol-thread.c (sol_thread_xfer_memory): Add attrib argument.
4712 (rw_common): Likewise.
4713
4714 2001-01-24 Fernando Nasser <fnasser@redhat.com>
4715
4716 * infcmd.c (get_inferior_args, set_inferior_args): Accessor functions
4717 for the inferior program arguments.
4718 (run_command, run_no_args_command, init_infcmd)): Use accessor
4719 functions to set the inferior program arguments.
4720 * inferior.h: Add definitions to the accessor functions above.
4721
4722 2001-01-23 Jim Blandy <jimb@redhat.com>
4723
4724 * dwarf2read.c (read_tag_const_type, read_tag_volatile_type):
4725 Implement these correctly, using make_cv_type.
4726
4727 2001-01-23 J.T. Conklin <jtc@redback.com>
4728
4729 * exec.c (xfer_memory): Add attrib argument.
4730 * infptrace.c (child_xfer_memory): Likewise.
4731 * lin-lwp.c (lin_lwp_xfer_memory): Likewise.
4732 * monitor.c (monitor_xfer_memory): Likewise.
4733 * remote-adapt.c (adapt_xfer_inferior_memory): Likewise.
4734 * remote-array.c (array_xfer_memory): Likewise.
4735 * remote-bug.c (bug_xfer_memory): Likewise.
4736 * remote-e7000.c (e7000_xfer_inferior_memory): Likewise.
4737 * remote-eb.c (eb_xfer_inferior_memory): Likewise.
4738 * remote-es.c (es1800_xfer_inferior_memory): Likewise.
4739 * remote-mips.c (mips_xfer_memory): Likewise.
4740 * remote-mm.c (mm_xfer_inferior_memory): Likewise.
4741 * remote-nindy.c (nindy_xfer_inferior_memory): Likewise.
4742 * remote-os9k.c (rombug_xfer_inferior_memory): Likewise.
4743 * remote-rdi.c (arm_rdi_xfer_memory): Likewise.
4744 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Likewise.
4745 * remote-sds.c (sds_xfer_memory): Likewise.
4746 * remote-sim.c (gdbsim_xfer_inferior_memory): Likewise.
4747 * remote-st.c (st2000_xfer_inferior_memory): Likewise.
4748 * remote-udi.c (udi_xfer_inferior_memory): Likewise.
4749 * remote-vx.c (vx_xfer_memory): Likewise.
4750 * remote.c (remote_xfer_memory): Likewise.
4751 * target.c (debug_to_xfer_memory, do_xfer_memory): Likewise.
4752 * target.h (child_xfer_memory, do_xfer_memory, xfer_memory): Likewise.
4753 * thread-db.c (thread_db_xfer_memory): Likewise.
4754
4755 * target.h (#include "memattr.h"): Added.
4756 (target_ops.to_xfer_memory): Add attrib argument.
4757
4758 * wince.c (_initialize_inftarg): Removed call to set_dcache_state.
4759 * dcache.h (set_dcache_state): Removed declaration.
4760 * dcache.c (set_dcache_state): Removed definition
4761
4762 * dcache.c: Update module comment, as dcache is now enabled and
4763 disabled with memory region attributes instead of by the global
4764 variable "remotecache". Add comment describing the interaction
4765 between dcache and memory region attributes.
4766 (dcache_xfer_memory): Add comment describing benefits of moving
4767 cache writeback to a higher level.
4768 (dcache_struct): Removed cache_has_stuff field. This was used to
4769 record whether the cache had been accessed in order to invalidate
4770 it when it was disabled. However, this is not needed because the
4771 cache is write through and the code that enables, disables, and
4772 deletes memory regions invalidate the cache. Add comment which
4773 suggests that we could be more selective and only invalidate those
4774 cache lines containing data from those memory regions.
4775 (dcache_invalidate): Updated.
4776 (dcache_xfer_memory): Updated.
4777
4778 (dcache_alloc): Don't abort() if dcache_enabled_p is clear.
4779 (dcache_xfer_memory): Removed code that called do_xfer_memory() to
4780 perform a uncached transfer if dcache_enabled_p was clear. This
4781 function is now only called if caching is enabled for the memory
4782 region.
4783 (dcache_info): Always print cache info.
4784
4785 * target.c (do_xfer_memory): Add attrib argument.
4786 (target_xfer_memory, target_xfer_memory_partial): Break transfer
4787 into chunks defined by memory regions, pass region attributes to
4788 do_xfer_memory().
4789 * dcache.c (dcache_read_line, dcache_write_line): Likewise.
4790
4791 * Makefile.in (SFILES): Add memattr.c.
4792 (COMMON_OBS): Add memattr.o.
4793 (dcache.o): Add target.h to dependencies.
4794 * memattr.c: New file.
4795 * memattr.h: Likewise.
4796
4797 * config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a.
4798 * config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise.
4799 * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise.
4800 * gdbserver/low-sim.c (#include "defs.h"): Removed.
4801 (mygeneric_load): Rename from generic_load.
4802
4803 * gdbserver/low-hppabsd.c (#include "server.h"): Added.
4804 (#include "defs.h"): Removed.
4805 (inferior_pid, perror_with_name): Remove declarations.
4806 * gdbserver/low-linux.c: Likewise.
4807 * gdbserver/low-nbsd.c: Likewise.
4808 * gdbserver/low-sparc.c: Likewise.
4809 * gdbserver/low-sun3.c: Likewise.
4810
4811 * i386-stub.c: Re-indent.
4812 * m68k-stub.c: Re-indent.
4813
4814 2001-01-22 Nicholas Duffek <nsd@redhat.com>
4815
4816 * gdbarch.sh (PARM_BOUNDARY): Define.
4817 * gdbarch.c: Regenerate.
4818 * gdbarch.h: Regenerate.
4819
4820 2001-01-22 J.T. Conklin <jtc@redback.com>
4821
4822 * ns32k-tdep.c: #include "frame.h"
4823 * config/ns32k/tm-umax.h (FRAME_FIND_SAVED_REGS): Restore. It
4824 appears to have been inadvertantly removed sometime in May 1999.
4825
4826 * Revert 2000-11-09 changes where shared library objects were
4827 moved from NATDEPFILES to TDEPFILES on NetBSD targets. While
4828 we'd like to be able to debug dynamically linked executables,
4829 this makes it impossible to build a cross debugger on a many
4830 hosts.
4831
4832 * config/i386/nbsd.mt: Remove solib.o, solib-svr4.o from TDEPFILES.
4833 * config/i386/nbsdelf.mt: Likewise.
4834 * config/m68k/nbsd.mt: Likewise.
4835 * config/ns32k/nbsd.mt: Likewise.
4836 * config/powerpc/nbsd.mt: Likewise.
4837 * config/sparc/nbsd.mt: Likewise.
4838 * config/sparc/nbsdelf.mt: Likewise.
4839 * config/i386/nbsd.mh: Add solib.o, solib-svr4.o to NATDEPFILES.
4840 * config/i386/nbsdelf.mh: Likewise.
4841 * config/m68k/nbsd.mh: Likewise.
4842 * config/ns32k/nbsd.mh: Likewise.
4843 * config/powerpc/nbsd.mh: Likewise.
4844 * config/sparc/nbsd.mh: Likewise.
4845
4846 2001-01-19 Jason Merrill <jason@redhat.com>
4847
4848 * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++.
4849 (process_one_symbol): Likewise.
4850 * dwarfread.c (handle_producer): Likewise.
4851
4852 Thu Jan 18 12:08:57 2001 Andrew Cagney <cagney@b1.cygnus.com>
4853
4854 * configure.in (build_warnings): Disable -Wuninitialized until GDB
4855 compiles with -Wuninitialized,-Werror.
4856 * configure: Regenerate.
4857
4858 * MAINTAINERS: Add list of buildable targets.
4859
4860 Thu Jan 18 12:48:04 2001 Andrew Cagney <cagney@b1.cygnus.com>
4861
4862 * defs.h (STRCMP): Delete macro.
4863
4864 * objfiles.c (objfile_relocate): Replace STRCMP with call to
4865 strcmp.
4866 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
4867 * symfile.c (compare_symbols): Ditto.
4868 * standalone.c (open): Ditto.
4869 * remote-es.c (verify_break): Ditto.
4870 * cli/cli-decode.c (add_cmd, add_show_from_set): Ditto.
4871
4872 * symfile.c (compare_psymbols): Delete comment refering to STRCMP.
4873
4874 Thu Jan 18 12:25:06 2001 Andrew Cagney <cagney@b1.cygnus.com>
4875
4876 * varobj.c (FREEIF): Delete macro.
4877 (varobj_set_value, free_variable): Replace FREEIF with ``xfree''
4878 call.
4879
4880 2001-01-18 Nick Clifton <nickc@redhat.com>
4881
4882 * arc-tdep.c (arc_cpu_type_table): Add new arc core numbers.
4883 (arc_print_insn): No bfd available, so pass NULL to
4884 arc_get_disassembler.
4885
4886 2001-01-09 James Ingham <jingham@inghji.apple.com>
4887
4888 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookup
4889 a mangled symbol rather than recursing into lookup_symbol, since
4890 this will just re-unmangle the name & call lookup_symbol_aux -
4891 leading to an infinite recursion.
4892
4893 2001-01-18 Mark Kettenis <kettenis@gnu.org>
4894
4895 * infcmd.c (print_return_value): Restore another space lost by
4896 switch to UIOUT. ``$NN='' should be ``$NN =''.
4897
4898 Fri Jan 19 02:31:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
4899
4900 * target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
4901 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro
4902 definition in parenthesis.
4903
4904 Fri Jan 19 02:13:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
4905
4906 From 2000-10-27 Mark Salter <msalter@redhat.com>:
4907 * remote.c (remote_remove_hw_breakpoint): Add 'len' field to Z
4908 packet.
4909 (remote_insert_hw_breakpoint): Ditto.
4910
4911 2001-01-17 J.T. Conklin <jtc@redback.com>
4912
4913 * config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.
4914 (BPT_VECTOR, REMOTE_BPT_VECTOR): Change to 0xf.
4915 * config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o.
4916 * m68knbsd-tdep.c: New file.
4917
4918 * i386nbsd-tdep.c: Remove #if 0'd out #includes.
4919
4920 * m68knbsd-nat.c: #include gdbcore.h.
4921
4922 Wed Jan 17 09:41:58 2001 Andrew Cagney <cagney@b1.cygnus.com>
4923
4924 * MAINTAINERS: Add J.T. Conklin to Blanket Write Privs.
4925
4926 2001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>
4927
4928 * procfs.c (procfs_stopped_by_watchpoint): Don't die if process
4929 goes away -- just return false (ie. not stopped by watchpoint).
4930 * source.c (openp): Fix typo in comment.
4931
4932 2001-01-12 Nicholas Duffek <nsd@redhat.com>
4933
4934 * blockframe.c (generic_get_saved_register): Spelling fix.
4935 * frame.h (FRAME_FP): Spelling fix.
4936
4937 Fri Jan 12 18:29:46 2001 Andrew Cagney <cagney@b1.cygnus.com>
4938
4939 * infcmd.c (print_return_value): Restore space lost by switch to
4940 UIOUT. ``$NN='' should be ``$NN =''.
4941
4942 2001-01-08 Nicholas Duffek <nsd@redhat.com>
4943
4944 * regcache.c (set_register_cached, register_buffer,
4945 real_register, pseudo_register fetch_register, store_register):
4946 New functions.
4947 (register_changed, read_relative_register_raw_bytes_for_frame,
4948 registers_changed, registers_fetched, read_register_bytes,
4949 read_register_gen, write_register_gen, read_register,
4950 read_signed_register, write_register, supply_register): Replace
4951 register_valid[] with register_cached() and
4952 set_register_cached().
4953 (read_register_bytes, read_register_gen, write_register_gen,
4954 read_register, read_signed_register, write_register,
4955 supply_register): Replace registers[] with register_buffer().
4956 (read_register_bytes, read_register_gen, read_register,
4957 read_signed_register): Call fetch_register().
4958 (write_register_gen, write_register): Call real_register() and
4959 store_register().
4960 (write_register_bytes): Call store_register().
4961 * value.h (set_register_cached, register_buffer): Prototype.
4962 * remote.c (remote_fetch_registers): Allocate regs[] with a
4963 run-time size. Replace register_valid[] with
4964 set_register_cached().
4965 (store_register_using_P, remote_store_registers): Replace
4966 registers[] with register_buffer().
4967
4968 2001-01-08 Nicholas Duffek <nsd@redhat.com>
4969
4970 * regcache.c: Change "write-back" comment to "write-through".
4971 Change "regno" to "regnum".
4972 (read_register, read_signed_register): Remove "raw" from return
4973 value description.
4974 (supply_register): Spelling fix.
4975 * value.h: Change "regno" to "regnum".
4976
4977 2001-01-08 Fernando Nasser <fnasser@redhat.com>
4978
4979 * Makefile.in (install-gdbtk): Add .itcl files to the list of files
4980 to be installed.
4981
4982 2001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
4983
4984 * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
4985
4986 2001-01-04 Nicholas Duffek <nsd@redhat.com>
4987
4988 * valops.c (VALUE_SUBSTRING_START): Delete.
4989
4990 2001-01-04 Nicholas Duffek <nsd@redhat.com>
4991
4992 * Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
4993 (SUBDIR_CLI_SRCS): Add cli/cli-utils.c.
4994 (cli_utils_h): New variable.
4995 (cli/cli-utils.o): New rule.
4996 * cli/cli-utils.c: New file.
4997 * cli/cli-utils.h: New file.
4998
4999 2001-01-04 Nicholas Duffek <nsd@redhat.com>
5000
5001 * config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
5002 REGISTER_CONVERT_TO_RAW): Delete trailing semicolon.
5003
5004 2001-01-03 J.T. Conklin <jtc@redback.com>
5005
5006 * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in
5007 comment.
5008
5009 2001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
5010
5011 * sh-tdep.c (sh_default_store_return_value): Allow for small return type.
5012 (sh3e_sh4_store_return_value): Call sh_default_store_return_value for
5013 non-float types.
5014 * sparc-tdep.c (sparc_frame_chain): Fix typo in comment.
5015 Update copyright notice.
5016
5017 For older changes see ChangeLog-2000
5018 \f
5019 Local Variables:
5020 mode: change-log
5021 left-margin: 8
5022 fill-column: 74
5023 version-control: never
5024 End: