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