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