* remote.c (remote_write_bytes): Set nr_bytes before returning it.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
1dd1751e
AC
12001-05-14 Andrew Cagney <ac131313@redhat.com>
2
3 * remote.c (remote_write_bytes): Set nr_bytes before returning it.
4 * solib.h (no_shared_libraries): Declare.
5
b732d07d
AC
62001-05-12 Andrew Cagney <ac131313@redhat.com>
7
8 * gdbarch.sh (struct gdbarch_info): Delete field bfd_architecture.
9 (gdbarch_update_p): Rewrite logic filling in INFO struct. Use
10 user specified values when available.
11 * rs6000-tdep.c (rs6000_gdbarch_init): Update. Get the
12 architecture from info.bfd_arch_info.
13 * gdbarch.c, gdbarch.h: Regenerate.
14
67dd5ca6
FN
152001-05-12 Fernando Nasser <fnasser@redhat.com>
16
17 * remote-e7000.c (e7000_open): Check for bad baud rate.
18 * remote-st.c (st2000_open): Ditto.
19
529acb48
JB
202001-05-11 Jim Blandy <jimb@redhat.com>
21
f8e42d24
JB
22 * thread.c (do_captured_list_thread_ids): Use ui_out_tuple_begin
23 and ui_out_tuple_end instead of ui_out_list_begin and
24 ui_out_list_end.
25
529acb48
JB
26 * Makefile.in (gnu-v2-abi.o): Add $(demangle_h) to list of
27 dependencies. Reorder dependencies to match #includes in file,
28 for easier verification.
29
666547aa
AC
30Fri May 11 13:32:50 2001 Andrew Cagney <cagney@b1.cygnus.com>
31
32 * breakpoint.c: Replace ui_out_list_begin, ui_out_list_end and
33 make_cleanup_ui_out_list_end with ui_out_tuple_begin,
34 ui_out_tuple_end and make_cleanup_ui_out_tuple_begin_end.
35 * cli/cli-setshow.c: Ditto.
36 * printcmd.c: Ditto.
37 * stack.c: Ditto.
38
39 * ui-out.h (enum ui_out_type): Fix tipo - tupple -> tuple.
40 * ui-out.c (ui_out_list_begin): Delete ``lstid'' parameter.
41 (ui_out_tuple_begin): New function.
42 (ui_out_tuple_end): New function.
43 (ui_out_tuple_begin_end): New function.
44 (make_cleanup_ui_out_list_begin_end): Replace
45 make_cleanup_ui_out_list_end function.
46 * ui-out.h (ui_out_list_begin): Update declaration.
47 (make_cleanup_ui_out_list_begin_end): Replace
48 make_cleanup_ui_out_list_end declaration.
49 (ui_out_tuple_begin, ui_out_tuple_end): Declare.
50 (ui_out_tuple_begin_end): Declare.
51
30c98d84
JB
522001-05-11 Jim Blandy <jimb@redhat.com>
53
54 * gnu-v2-abi.c: Don't #include "gdb_regex.h". We don't use it.
55
1faa59a8
AC
562001-05-11 Andrew Cagney <ac131313@redhat.com>
57
58 From 2001-03-26 Rodney Brown <RodneyBrown@mynd.com>
59 * config/pa/tm-hppa.h: Remove trigraph.
60 * hp-symtab-read.c (hpread_type_translate): Provide return value.
61 (hpread_read_struct_type): Remove trigraph. Add parameter in
62 `warning'.
63 (hpread_read_array_type): Provide return value.
64 (hpread_type_lookup): Avoid ambiguous `else'. Provide return
65 value.
66 * hppa-tdep.c (initialize_hp_cxx_exception_support): Remove
67 trigraph.
68
99567b1b
JB
692001-05-11 Jim Blandy <jimb@redhat.com>
70
71 * mips-tdep.c (mips_store_return_value,
72 mips_extract_return_value): Pass arguments to
73 return_value_location in the proper order.
74
d3814881
AC
752001-05-11 Andrew Cagney <ac131313@redhat.com>
76
77 * Makefile.in (VERSION): Delete. Moved to file ``version.in''.
78 (version.c): Depends on file ``version.in''. Extract version
79 number from ``version.in'' file.
80 (clean mostlyclean): Update.
81 * version.in: New file.
5d6640b1 82 * NEWS: Update.
d3814881 83
4d28f7a8
KB
842001-05-11 Kevin Buettner <kevinb@redhat.com>
85
86 * breakpoint.c (set_raw_breakpoint): Add new parameter
87 representing the breakpoint's type. Adjust all callers.
88 (create_longjmp_breakpoint, create_temp_exception_breakpoint)
89 (create_thread_event_breakpoint): Don't test for zero return
90 value from set_raw_breakpoint(). It can never be zero.
91 (create_exception_catchpoint, watch_command_1): Move logic
92 which calculates the breakpoint type prior to the call to
93 set_raw_breakpoint().
94
08b4f080
FN
952001-05-11 Fernando Nasser <fnasser@redhat.com>
96
97 * ser-unix.c (rate_to_code): Issue warning if baud rate is invalid.
98 (hardwire_setbaudrate): Set errno to EINVAL and return with error
99 if the conversion of the baud rate to code fails.
100
127431f9
AC
1012001-05-10 Andrew Cagney <ac131313@redhat.com>
102
103 * ui-out.h (make_cleanup_ui_out_begin_end): Declare.
104 * ui-out.c (struct ui_out_end_cleanup_data): Define.
105 (do_cleanup_end): New function. Replace do_list_end.
106 (make_cleanup_ui_out_end): New function.
107 (make_cleanup_ui_out_begin_end): New function.
108 (make_cleanup_ui_out_list_end): Use make_cleanup_ui_out_end.
109
5dbc5e5f
EZ
1102001-05-10 Elena Zannoni <ezannoni@redhat.com>
111
112 * MAINTAINERS: Declare xcoffread.c open to all maintainers,
113 and make Kevin Buettner (kevinb@redhat.com) the reference person.
114
8e40d292
EZ
1152001-05-10 Elena Zannoni <ezannoni@redhat.com>
116
117 * proc-api.c (ioctl_with_trace): Fix uninitialized variable.
118
5a703563
FN
1192001-05-10 Fernando Nasser <fnasser@redhat.com>
120
121 * MAINTAINERS: Add testsuite subdirectory co-maintainers.
122
6311b07d
AC
123Thu May 10 16:26:47 2001 Andrew Cagney <cagney@b1.cygnus.com>
124
125 * Makefile.in (mi-main.o): Compile with -Werror.
126
30559e10
MS
1272001-05-10 Michael Snyder <msnyder@redhat.com>
128
f78f6cf1
MS
129 * remote.c (remote_open_1): Call no_shared_libraries, so that
130 symbols for shared libraries can be reloaded per session.
131 (remote_async_open_1): Ditto.
30559e10
MS
132 * remote.c (bin2hex, hex2bin): New functions. Factor out these
133 two conversions which are coded for repeatedly in this module.
134 (remote_threads_extra_info, remote_wait, remote_async_wait,
135 store_register_using_P, remote_store_registers, remote_write_bytes,
136 remote_read_bytes, remote_rcmd): Use bin2hex and hex2bin instead
137 of coding the conversions inline.
138 (fromhex): Not exported, change from extern to static.
139
0a1d9791
AC
1402001-05-10 Andrew Cagney <ac131313@redhat.com>
141
142 * arch-utils.c (initialize_current_architecture): Delete obsolete
143 ``info architecture'' command.
144 (info_architecture): Delete function.
145
ee055267
AC
1462001-05-10 Andrew Cagney <ac131313@redhat.com>
147
148 * TODO (5.1, 5.2): Update.
149
85886af6
AC
1502001-05-09 Andrew Cagney <ac131313@redhat.com>
151
152 * MAINTAINERS: Jim Ingham is no longer maintaining Arm related
153 stuff.
30559e10 154
ecb9ce7e
KS
1552001-05-10 Keith Seitz <keiths@cygnus.com>
156
157 * Makefile.in (SUBDIR_GDBTK_OBS): Add gdbtk-bp.o, gdbtk-register.o
158 and gdbtk-stack.o.
159 (SUBDIR_GDBTK_SRCS): Ditto for the sources.
160 (gdbtk-bp.o): New rule.
161 (gdbtk-register.o): New rule.
162 (gdbtk-stack.o): New rule.
163 (gdbtk-cmds.o): Update dependencies.
164 (gdbtk.o): Ditto.
165 (gdbtk-hooks.o): Ditto.
166 (gdbtk-varobj.o): Ditto.
167
f7635dd9
FN
1682001-05-10 Fernando Nasser <fnasser@redhat.com>
169
170 * varobj.c (c_number_of_children): Fix memory leak. Delete unwanted old
171 variables, not just unregister them.
172
0755e6c1
FN
1732001-05-10 Fernando Nasser <fnasser@redhat.com>
174
175 * varobj.c (c_number_of_children): Check for target type of void*,
176 not the target type name. Allow dereferencing char*.
177
d7db6da9
FN
1782001-05-10 Fernando Nasser <fnasser@redhat.com>
179
180 * symfile.c (symbol_file_add_main_1): New static function.
181 Passes the flags arguments to symbol_file_add() and takes care
182 of any necessary reinitializations.
183 (symbol_file_command): Call symbol_file_add_main_1() instead of
184 symbol_file_add().
185 (symbol_file_add_main): Ditto.
186
3d6e28e2
KB
1872001-05-09 Kevin Buettner <kevinb@redhat.com>
188
189 * lin-lwp.c (lin_lwp_pid_to_str): Revert inadvertent format
190 string change in 2001-05-03 changes.
191 (lin_lwp_wait): Revert GET_LWP coercion introduced in 2001-05-03
192 changes.
193
01263b57
KB
1942001-05-09 Kevin Buettner <kevinb@redhat.com>
195
196 * lin-lwp.c (lin_lwp_attach): Use PIDGET() to fetch the pid
197 component from inferior_ptid.
198 (lin_lwp_detach): Use pid_to_ptid() to convert from a pid to a
199 ptid.
200
74a151fa
EZ
2012001-05-09 Elena Zannoni <ezannoni@redhat.com>
202
203 * sh3-rom.c (_initialize_sh3_rom): Get rid of specific _WINDOWS
204 conditional for help with connections through parallel ports,
205 given that the actual code for downloading through a parallel port
206 is not conditionalized.
207
208 * sh-tdep.c: Remove WIN32_WCE conditional. The wince sh target is
209 unmaintaned, and probably on its way to obsolescence.
210
d7a0d72c
MK
2112001-05-09 Mark Kettenis <kettenis@gnu.org>
212
0d17c81d
MK
213 * i386-tdep.c (i386_frame_saved_pc): New function.
214 * config/i386/tm-i386.h (FRAME_SAVED_PC): Redefine in terms of
215 i386_frame_saved_pc.
216 (i386_frame_saved_pc): New prototype.
217
d7a0d72c
MK
218 * i386-tdep.c (i386_register_virtual_type): New function.
219 (i386_register_convertible): New function.
220 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE): Redefine in terms
221 of i386_register_virtual_type.
222 (REGISTER_CONVERTIBLE): Redefine in terms of
223 i386_register_convertible.
224 (i386_register_virtual_type, i386_register_convertible): New
225 prototypes.
226
ad8fe2ce
JB
2272001-05-08 Jim Blandy <jimb@redhat.com>
228
33757489
JB
229 * Makefile.in (mn10300-tdep.o): New rule.
230
231 * Makefile.in (gdb_string_h): Define. Use it throughout.
232 Some rules were already using this, even though it isn't defined.
233
c2c197ae
JB
234 * Makefile.in (obstack_h, target_h): Define; these are already
235 used elsewhere, but have been expanding to the empty string.
236 (memattr_h): Define; needed by target_h.
237
c064f384
JB
238 * mn10300-tdep.c (mn10300_extract_return_value): Mark this as
239 static. (This was accidentally omitted from the earlier patch.)
240
23436510
JB
241 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): New function.
242 (mn10300_gdbarch_init): Register it as the architecture's
243 dwarf2_reg_to_regnum method.
244
ae83b20d
JB
245 Correct and expand handling of `movm' instruction, and register
246 saves in general.
247 * config/mn10300/tm-mn10300.h (D0_REGNUM, A0_REGNUM, MDRQ_REGNUM,
248 MCRH_REGNUM, MCRL_REGNUM, MCVF_REGNUM): New definitions.
249 (enum movm_register_bits): New enum.
250 * mn10300-tdep.c (set_movm_offsets): Use symbolic names for the
251 bits, not hex literals. Handle the `other', `exreg0', and
252 `exother' bits. Correct handling of `exreg1': it saves r4, r5,
253 r6, and r7, not r2, r3, r4, and r5.
254 (saved_regs_size): New function.
255 (mn10300_frame_chain, mn10300_frame_saved_pc): Use it, instead
256 of computing the same thing inline, incorrectly.
257
bf4b70a5
JB
258 * mn10300-tdep.c (mn10300_gdbarch_init): We do have a
259 dummy_breakpoint_offset; it's zero.
260
ee9f9641
JB
261 * mn10300-tdep.c (mn10300_pop_frame): Split the mn10300-specific
262 stuff out into mn10300_pop_frame_regular, and use
263 generic_pop_current_frame. This lets us share code, and also
264 makes this function's prototype match that expected by gdbarch.
265 Make this function static.
266 (mn10300_pop_frame_regular): New function.
267 (mn10300_gdbarch_init): Register mn10300_pop_frame as the
268 gdbarch's pop_frame method.
269 * config/mn10300/tm-mn10300.h (POP_FRAME): Delete definition.
270 (mn10300_pop_frame): Delete declaration.
271
2ac51b36
JB
272 * mn10300-tdep.c (mn10300_saved_pc_after_call,
273 mn10300_extract_return_value,
274 mn10300_extract_struct_value_address, mn10300_store_return_value,
275 mn10300_use_struct_convention, mn10300_breakpoint_from_pc,
276 mn10300_frame_chain, mn10300_skip_prologue,
277 mn10300_push_arguments, mn10300_push_return_address,
278 mn10300_store_struct_return, mn10300_frame_saved_pc,
279 mn10300_init_extra_frame_info, mn10300_frame_init_saved_regs):
280 Make these functions static; they should only be visible to the
281 outside world as gdbarch methods.
282
af4e72e9
JB
283 * config/mn10300/tm-mn10300.h (mn10300_find_callers_reg): Delete
284 unused declaration.
285
584f96a8
JB
286 * mn10300-tdep.c (mn10300_gdbarch_init): Put the gdbarch methods
287 in some rational order.
288
82d983b6
JB
289 * mn10300-tdep.c (mn10300_gdbarch_init): Rather than using
290 generic_pc_in_call_dummy, use pc_in_call_dummy_at_entry_point.
291
ad8fe2ce
JB
292 Use gdbarch for most target parameters for the MN10300, rather
293 than the tm-*.h file.
294 * config/mn10300/tm-mn10300.h (MAX_REGISTER_VIRTUAL_SIZE,
295 REGISTER_BYTES, FP_REGNUM, BREAKPOINT_FROM_PC,
296 FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK, INNER_THAN,
297 SAVED_PC_AFTER_CALL, INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS,
298 FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC,
299 EXTRACT_RETURN_VALUE, EXTRACT_STRUCT_VALUE_ADDRESS,
300 STORE_RETURN_VALUE, STORE_STRUCT_RETURN, SKIP_PROLOGUE,
301 FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
302 FRAME_NUM_ARGS, POP_FRAME, USE_GENERIC_DUMMY_FRAMES, CALL_DUMMY,
303 CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
304 CALL_DUMMY_LOCATION, FIX_CALL_DUMMY, CALL_DUMMY_ADDRESS,
305 TARGET_READ_FP, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
306 SAVE_DUMMY_FRAME_TOS, PUSH_ARGUMENTS, PC_IN_CALL_DUMMY,
307 REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER):
308 Delete definitions. We register gdbarch methods for these now.
309 (struct frame_info, struct type, struct value): Delete forward
310 declarations of these types; they're no longer necessary, since we
311 don't have function declarations here any more.
312 * mn10300-tdep.c: #include "arch-utils.h", to get declarations for
313 some default gdbarch methods.
314 (mn10300_store_struct_return): Return void, as expected by
315 gdbarch.
316 (mn10300_init_extra_frame_info): Take initial `fromleaf' argument,
317 as expected by gdbarch.
318 (mn10300_frame_init_saved_regs): Provide dummy definition for
319 this, as required by gdbarch.
320 (mn10300_gdbarch_init): Add mn10300_call_dummy_words, as expected
321 by gdbarch. Register gdbarch methods or values for all the stuff
322 removed from tm-10300.h, listed above.
323
631ec795
AC
3242001-05-08 Andrew Cagney <ac131313@redhat.com>
325
326 * cli-out.c (cli_begin, cli_end): Replace cli_list_begin and
327 cli_list_end.
328 (cli_ui_out_impl): Update.
329
330 * ui-out.c (default_begin, default_end): Replace
331 default_list_begin and default_list_end.
332 (default_ui_out_impl): Update.
333 (uo_begin, uo_end): Replace ou_list_begin and uo_list_end.
334 (ui_out_begin, ui_out_end): Replace ui_out_list_begin and
335 ui_out_list_end.
336 (ui_out_list_begin, ui_out_list_end): New. Compatibility
337 functions.
338 (struct ui_out_level): Add field type.
339 (push_level, pop_level): Update. Add type parameter.
340
341 * ui-out.h (enum ui_out_type): Declare.
342 (ui_out_begin, ui_out_end): Declare.
343 (ui_out_begin_ftype, ui_out_end_ftype): Replace list_begin_ftype
344 and list_end_ftype.
345 (struct ui_out_impl): Update.
346
80f49b30
AC
3472001-05-07 Andrew Cagney <ac131313@redhat.com>
348
349 * ui-out.h (list_begin_ftype, list_end_ftype): Rename argument
350 ``list_flag'' to ``depth''.
351 * ui-out.c (default_list_begin, default_list_end): Update.
352 (uo_list_begin, uo_list_end): Update.
353 (MAX_UI_OUT_LEVELS): Define.
354 (struct ui_out_level): Define.
355 (top-level): Include "gdb_assert.h".
356 (struct ui_out): Add fields ``level'' and ``levels''. Delete
357 fields ``list_flag'' and ``field_count''.
358 (ui_out_new): Update.
359 (verify_field_proper_position): Update.
360 (current_level, push_level, pop_level): New functions.
361 (ui_out_list_begin): Use push_level.
362 (ui_out_list_end): Use pop_level.
363 (ui_out_field_int): Use current_level.
364 (ui_out_field_skip): Ditto.
365 (ui_out_field_fmt): Ditto.
366
7aedc9f8
MS
3672001-05-08 Michael Snyder <msnyder@redhat.com>
368
369 * language.c (longest_local_hex_string_custom): Strlen test is
370 inverted -- reverse the sense of the test.
371
c6ec85d6
MK
3722001-05-08 Mark Kettenis <kettenis@gnu.org>
373
374 * config/i386/tm-i386v.h (struct frame_info, struct
375 frame_saved_regs): Remove declarations.
376 (i386_frame_num_args): Remove prototype.
377
f938fa6a
AC
3782001-05-07 Andrew Cagney <ac131313@redhat.com>
379
380 * MAINTAINERS: I'm no longer actively maintaining the mn10300
381 target.
382
fb106663
AC
3832001-05-04 Andrew Cagney <ac131313@redhat.com>
384
385 * main.c (captured_main): Delete #ifndef _WIN32 conditional for
386 WinGDB.
387
ce696e05
KB
3882001-05-06 Kevin Buettner <kevinb@redhat.com>
389
390 * inferior.h (save_inferior_ptid): Declare.
391 * infrun.c (save_inferior_ptid, restore_inferior_ptid): Define.
392
393 * hpux-thread.c (save_inferior_ptid, restore_inferior_ptid):
394 Delete these functions.
395 * lin-lwp.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
396 * lin-thread.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
397 * linux-thread.c (save_inferior_ptid, restore_inferior_ptid):
398 Likewise.
399 * proc-service.c (save_inferior_ptid, restore_inferior_ptid):
400 Likewise.
401 * sol-thread.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
402 * thread-db.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
403
404 * somsolib.c (reset_inferior_ptid): Delete.
405 (som_solib_remove_inferior_hook): Use save_inferior_ptid() to
406 build the cleanup struct.
407
408 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Use
409 a cleanup to save/restore inferior_ptid.
410
c194fbe1
MK
4112001-05-06 Mark Kettenis <kettenis@gnu.org>
412
413 Implement attach/detach for multi-threaded programs on Linux.
414 * thread-db.c (keep_thread_db): Adjust comment.
415 (deactivate_target): Removed.
416 (thread_db_new_objfile): Don't call deactivate_target. Implement
417 guts of deactivate_target inline instead.
418 (attach_thread): Call ATTACH_LWP unconditionally if defined.
419 (thread_db_attach): New function.
420 (thread_db_detach): Don't call deactivate_target. Do necessary
421 cleanup inline instead. Set inferior_ptid to LWP corresponding to
422 the current user-level thread.
423 (thread_db_kill): Set inferior_ptid to LWP corresponding to the
424 current user-level thread.
425 (thread_db_create_inferior): Deactivate target vector if
426 KEEP_THREAD_DB is zero.
427 (thread_db_mourn_inferior): Don't call deactivate_target. Do
428 necessary cleanup inline instead.
429 (init_thread_db_ops): Initialize to_attach field to
430 thread_db_attach.
431 * lin-lwp.c (lin_lwp_mourn_inferior): Remove prototype.
432 (stop_wait_callback): Add prototype.
433 (init_lwp_list): Add comment about when to re-initialize the LWP
434 list.
435 (lin_lwp_attach_lwp): Only call ptrace for cloned processes.
436 Avoid adding publicates to the LWP list. Only mark an LWP as
437 signalled if it doesn't correspond to a cloned process.
438 (lin_lwp_attach): Add initial process to the LWP list. Make sure
439 it's stopped and fake a SIGSTOP.
440 (detach_callback): New function.
441 (lin_lwp_detach): Implement.
442 (lin_lwp_create_inferior): Don't re-initialize LWP list here.
443 Call child_ops.to_create_inferior directly instead of via
444 target_beneath local.
445 (lin_lwp_mourn_inferior): Call child_ops.to_mourn_inferior
446 directly instead of via target_beneath local.
447
a7fdf62f
EZ
4482001-05-06 Eli Zaretskii <eliz@is.elta.co.il>
449
450 * symtab.c (lookup_symtab_1, lookup_partial_symtab): Use basename
451 instead of non-portable search for `/'. Use FILENAME_CMP instead
452 of STREQ, to account for case-insensitive filesystems.
453 (top-level): #include "filenames.h".
454
9f60f21b
JB
4552001-05-05 Jim Blandy <jimb@redhat.com>
456
644a1fe1
JB
457 * breakpoint.c (check_duplicates): Use the breakpoint's type, not
458 its address, to decide whether it's a watchpoint or not. Zero
459 is a valid code address.
460 (update_breakpoints_after_exec): Admonishing comments.
461 * breakpoint.h (struct breakpoint): Doc fixes.
462
9f60f21b
JB
463 * breakpoint.c (check_duplicates): Take a breakpoint object as an
464 argument, rather than an address and section. All callers changed.
465
39f77062
KB
4662001-05-03 Kevin Buettner <kevinb@redhat.com>
467
468 * defs.h (ptid_t): New typedef.
469 (pid_to_ptid, null_ptid, minus_one_ptid, ptid_equal): New macros.
470
471 * a68v-nat.c, alphabsd-nat.c, arch-utils.c, arm-linux-nat.c,
472 blockframe.c, breakpoint.c, breakpoint.h,
473 config/i386/nm-i386sol2.h, config/i386/tm-i386sco5.h,
474 config/ia64/nm-linux.h, config/m68k/nm-hp300bsd.h,
475 config/mips/nm-irix4.h, config/mips/nm-irix5.h,
476 config/pa/nm-hppah.h, config/pa/tm-hppa.h,
477 config/rs6000/nm-rs6000.h, config/sparc/nm-sun4sol2.h,
478 corelow.c, cxux-nat.c, d10v-tdep.c, dink32-rom.c,
479 dve3900-rom.c, fork-child.c, frame.c, gnu-nat.c, go32-nat.c,
480 hp300ux-nat.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c,
481 hpux-thread.c, i386-linux-nat.c, i386aix-nat.c, i386b-nat.c,
482 i386bsd-nat.c, i386gnu-nat.c, i386mach-nat.c, i386nbsd-nat.c,
483 infcmd.c, inferior.h, inflow.c, infptrace.c, infrun.c,
484 inftarg.c, infttrace.c, lin-lwp.c, lin-thread.c,
485 linux-thread.c, lynx-nat.c, m3-nat.c, m32r-rom.c,
486 m68knbsd-nat.c, m88k-nat.c, mac-nat.c, mips-nat.c,
487 mon960-rom.c, monitor.c, ns32knbsd-nat.c, ocd.c, ppc-bdm.c,
488 ppcnbsd-nat.c, proc-service.c, procfs.c, ptx4-nat.c,
489 regcache.c, remote-adapt.c, remote-array.c, remote-bug.c,
490 remote-e7000.c, remote-es.c, remote-mips.c, remote-mm.c,
491 remote-nindy.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
492 remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
493 remote-vx.c, remote.c, rs6000-nat.c, sol-thread.c,
494 solib-aix5.c, solib-svr4.c, somsolib.c, sparc-nat.c,
495 standalone.c, sun3-nat.c, sun386-nat.c, symm-nat.c, target.c,
496 target.h, thread-db.c, thread.c, top.c, ultra3-nat.c,
497 uw-thread.c, v850ice.c, win32-nat.c, wince.c, xcoffsolib.c
498 (inferior_pid): Rename to inferior_ptid everywhere - even in
499 comments and obsolete ports. In cases where this variable
500 really is supposed to be used as a process id, use PIDGET() to
501 extract the process id component from inferior_ptid. The
502 other cases, either involving other variables whose types had
503 to be changed or functions whose signatures had to changed
504 are listed separately below.
505
506 * arm-linux-nat.c (get_thread_id): Change type of argument
507 representing a combined process/thread id from ``int'' to
508 ``ptid_t''. Also change parameter name to ptid.
509 * breakpoint.h, breakpoint.c (breakpoint_thread_match): Likewise.
510 * corelow.c (core_file_thread_alive): Likewise.
511 * d10v-tdep.c (d10v_read_pc, d10v_write_pc): Likewise.
512 * defs.h (*target_wait_hook): Likewise.
513 * gdbthread.h (thread_info, delete_thread, pid_to_thread_id)
514 (find_thread_pid, save_infrun_state, load_infrun_state): Likewise.
515 * gnu-nat.c (gnu_thread_alive, gnu_pid_to_str, gnu_wait)
516 (gnu_resume): Likewise.
517 * go32-nat.c (go32_wait, go32_resume): Likewise.
518 * h8500-tdep.c (h8500_read_pc, h8500_write_pc): Likewise.
519 * hppa-tdep.c (target_read_pc, target_write_pc): Likewise.
520 * hppah-nat.c (child_pid_to_str, hppa_tid_to_str,
521 (hppa_pid_or_tid_to_str, child_post_startup_inferior)
522 (child_thread_alive): Likewise.
523 * hpux-thread.c (hpux_thread_notice_signals, hpux_thread_alive)
524 (hpux_pid_to_str, hpux_thread_wait, hpux_thread_resume): Likewise.
525 * i386-linux-nat.c (child_resume): Likewise.
526 * ia64-linux-nat.c (enable_watchpoints_in_psr, fetch_debug_register)
527 (store_debug_register, fetch_debug_register_pair)
528 (store_debug_register_pair, ia64_linux_insert_watchpoint)
529 (ia64_linux_remove_watchpoint, ia64_linux_stopped_by_watchpoint):
530 Likewise.
531 * ia64-tdep.c (ia64_read_pc, ia64_write_pc): Likewise.
532 * inferior.h (read_pc_pid, generic_target_read_pc, write_pc_pid)
533 (generic_target_write_pc, ptrace_wait, child_resume)
534 (get_last_target_status): Likewise.
535 * infptrace.c (ptrace_wait, child_resume): Likewise.
536 * inftarg.c (child_wait, child_post_wait, child_thread_live)
537 (child_pid_to_str): Likewise.
538 * infttrace.c (ptrace_wait, child_thread_alive, child_resume)
539 (hppa_pid_or_tid_to_str, child_post_startup_inferior): Likewise.
540 * lin-lwp.c (add_lwp, delete_lwp, find_lwp_pid, lin_lwp_attach_lwp)
541 (lin_lwp_resume, lin_lwp_wait, lin_lwp_thread_alive)
542 (lin_lwp_pid_to_str): Likewise.
543 * lin-thread.c (thread_db_alive, thread_db_pid_to_str)
544 (thread_db_resume, thread_db_wait): Likewise.
545 * linux-thread.c (linuxthreads_thread_alive, linuxthreads_pid_to_str)
546 (linuxthreads_resume, linuxthreads_wait): Likewise.
547 * lynx-nat.c (child_wait, child_thread_alive, child_resume)
548 (child_pid_to_str): Likewise.
549 * m3-nat.c (mach_really_wait, m3_resume): Likewise.
550 * mac-nat.c (child_wait, child_resume): Likewise.
551 * mips-tdep.c (mips_read_pc): Likewise.
552 * monitor.c (monitor_wait, monitor_resume): Likewise.
553 * ocd.c, ocd.h (ocd_thread_alive, ocd_resume): Likewise.
554 * ppc-bdm.c (bdm_ppc_wait): Likewise.
555 * procfs.c (do_attach, procfs_wait, procfs_resume)
556 (procfs_notice_signals, procfs_thread_alive, procfs_pid_to_str)
557 (procfs_set_watchpoint, procfs_stopped_by_watchpoint)
558 (procfs_find_LDT_entry): Likewise.
559 * regcache.c (read_register_pid, read_signed_register_pid)
560 (write_register_pid, generic_target_read_pc, read_pc_pid)
561 (generic_target_write_pc, write_pc_pid): Likewise.
562 * regcache.h (read_register_pid, read_signed_register_pid)
563 (write_register_pid): Likewise.
564 * remote-adapt.c (adapt_wait, adapt_resume): Likewise.
565 * remote-array.c (array_wait, array_resume): Likewise.
566 * remote-bug.c (bug_wait, bug_resume): Likewise.
567 * remote-e7000.c (e7000_wait, e7000_resume): Likewise.
568 * remote-eb.c (eb_wait, eb_resume): Likewise.
569 * remote-es.c (es1800_wait, es1800_resume): Likewise.
570 * remote-mips.c (mips_wait, mips_resume): Likewise.
571 * remote-mm.c (mm_wait, mm_resume): Likewise.
572 * remote-nindy.c (nindy_wait, nindy_resume): Likewise.
573 * remote-os9k.c (rombug_wait, rombug_resume): Likewise.
574 * remote-rdi.c (arm_rdi_wait, arm_rdi_resume): Likewise.
575 * remote-rdp.c (remote_rdp_resume, remote_rdp_wait): Likewise.
576 * remote-sds.c (sds_wait, sds_resume): Likewise.
577 * remote-sim.c (gdbsim_wait, gdbsim_resume): Likewise.
578 * remote-st.c (st2000_wait, st2000_resume): Likewise.
579 * remote-udi.c (udi_wait, udi_resume): Likewise.
580 * remote-vx.c (vx_wait, vx_resume): Likewise.
581 * remote.c (remote_current_thread, remote_resume, remote_wait)
582 (remote_async_resume, remote_async_wait, remote_cisco_wait)
583 (remote_thread_alive): Likewise.
584 * sol-thread.c (thread_to_lwp, lwp_to_thread, sol_thread_resume)
585 (sol_thread_wait, sol_thread_notice_signals, sol_thread_alive)
586 (solaris_pid_to_str): Likewise.
587 * symm-nat.c (child_wait, child_resume): Likewise.
588 * target.c (debug_to_resume, debug_to_wait, debug_to_post_wait)
589 (debug_to_notice_signals, debug_to_thread_alive)
590 (normal_target_post_startup_inferior, normal_pid_to_str)
591 (debug_to_post_startup_inferior): Likewise.
592 * target.h (to_resume, to_wait, to_post_wait)
593 (to_post_startup_inferior, to_notice_signals, to_thread_alive)
594 (to_pid_to_str [all in struct target_ops]): Likewise.
595 (child_post_wait, child_thread_alive, normal_pid_to_str): Likewise.
596 * thread-db.c (thread_from_lwp, lwp_from_thread, thread_db_wait)
597 (attach_thread, detach_thread, thread_db_resume, check_event)
598 (thread_db_post_startup_inferior, thread_db_thread_alive)
599 (thread_db_pid_to_str): Likewise.
600 * thread.c (add_thread, delete_thread, find_thread_pid)
601 (pid_to_thread_id, in_thread_list, load_infrun_state)
602 (save_infrun_state, switch_to_thread, restore_current_thread)
603 (make_cleanup_restore_current_thread): Likewise.
604 * top.c (target_wait_hook): Likewise.
605 * uw-thread.c (dbgpid, thr_to_lwp, lwp_to_thr, add_thread_uw)
606 (uw_thread_resume, libtrhead_stub, uw_thread_wait, uw_thread_alive)
607 (uw_thread_pid_to_str): Likewise.
608 * v850ice.c (v850ice_wait, v850ice_resume): Likewise.
609 * win32-nat.c (child_wait, child_resume, win32_child_thread_alive)
610 (cywin_pid_to_str): Likewise.
611 * wince.c (child_wait, child_resume, win32_child_thread_alive):
612 Likewise.
613 * config/nm-linux.h (linuxthreads_pid_to_str): Likewise.
614 * config/nm-lynx.h (child_wait, lynx_pid_to_str): Likewise.
615 * config/alpha/nm-linux.h (lin_lwp_attach_lwp): Likewise.
616 * config/arm/nm-linux.h (lin_lwp_attach_lwp): Likewise.
617 * config/h8500/tm-h8500.h (h8500_read_pc, h8500_write_pc): Likewise.
618 * config/i386/nm-i386sol2.h (procfs_stopped_by_watchpoint)
619 (procfs_set_watchpoint): Likewise.
620 * config/i386/nm-linux.h (lin_lwp_attach_lwp): Likewise.
621 * config/i386/nm-ptx4.h (child_wait): Likewise.
622 * config/i386/nm-symmetry.h (child_wait): Likewise.
623 * config/i386/tm-cygwin.h (cygwin_pid_to_str): Likewise.
624 * config/ia64/nm-linux.h (ia64_linux_stopped_by_watchpoint)
625 (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint)
626 (lin_lwp_attach_lwp): Likewise.
627 * config/mips/nm-irix4.h, config/mips/nm-irix5.h
628 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Likewise.
629 * config/pa/nm-hppah.h (child_pid_to_str, hppa_tid_to_str)
630 (hppa_pid_or_tid_to_str): Likewise.
631 * config/pa/tm-hppa.h (target_read_pc, target_write_pc): Likewise.
632 * config/powerpc/nm-linux.h (lin_lwp_attach_lwp): Likewise.
633 * config/sparc/nm-sun4sol2.h (procfs_stopped_by_watchpoint)
634 (procfs_set_watchpoint): Likewise.
635
636 * gdbthread.h (thread_id_to_pid): Change return type which
637 represents a combined process/thread id from ``int'' to
638 ``ptid_t''.
639 * gnu-nat.c (gnu_wait): Likewise.
640 * go32-nat.c (go32_wait): Likewise.
641 * hpux-thread.c (hpux_thread_wait): Likewise.
642 * inferior.h (procfs_first_available): Likewise.
643 * inftarg.c (child_wait): Likewise.
644 * infttrace.c (ptrace_wait): Likewise.
645 * lin-lwp.c (lin_lwp_wait): Likewise.
646 * lin-thread.c (thread_db_wait): Likewise.
647 * linux-thread.c (linuxthreads_wait): Likewise.
648 * lynx-nat.c (child_wait): Likewise.
649 * m3-nat.c (mach_really_wait): Likewise.
650 * mac-nat.c (child_wait): Likewise.
651 * monitor.c (monitor_wait): Likewise.
652 * ppc-bdm.c (bdm_ppc_wait): Likewise.
653 * procfs.c (do_attach, procfs_wait, procfs_first_available): Likewise.
654 * remote-adapt.c (adapt_wait): Likewise.
655 * remote-array.c (array_wait): Likewise.
656 * remote-bug.c (bug_wait): Likewise.
657 * remote-e7000.c (e7000_wait): Likewise.
658 * remote-eb.c (eb_wait): Likewise.
659 * remote-es.c (es1800_wait): Likewise.
660 * remote-mips.c (mips_wait): Likewise.
661 * remote-mm.c (mm_wait): Likewise.
662 * remote-nindy.c (nindy_wait): Likewise.
663 * remote-os9k (rombug_wait): Likewise.
664 * remote-rdi.c (arm_rdi_wait): Likewise.
665 * remote-rdp.c (remote_rdp_wait): Likewise.
666 * remote-sds.c (sds_wait): Likewise.
667 * remote-sim.c (gdbsim_wait): Likewise.
668 * remote-st.c (st2000_wait): Likewise.
669 * remote-udi.c (udi_wait): Likewise.
670 * remote-vx.c (vx_wait): Likewise.
671 * remote.c (remote_wait, remote_async_wait, remote_current_thread)
672 (remote_cisco_wait): Likewise.
673 * sol-thread.c (thread_to_lwp, lwp_to_thread, sol_thread_wait):
674 Likewise.
675 * symm-nat.c (child_wait): Likewise.
676 * target.c (debug_to_wait): Likewise.
677 * target.h (to_wait [in struct target_ops]): Likewise.
678 * thread.c (thread_id_to_pid): Likewise.
679 * thread-db.c (thread_from_lwp, lwp_from_thread, thread_db_wait):
680 Likewise.
681 * top.c (*target_wait_hook): Likewise.
682 * uw-thread.c (lwp_to_thr, uw_thread_wait): Likewise.
683 * v850ice.c (v850ice_wait): Likewise.
684 * win32-nat.c (child_wait): Likewise.
685 * wince.c (child_wait): Likewise.
686 * config/nm-lynx.h (child_wait): Likewise.
687 * config/i386/nm-ptx4.h (child_wait): Likewise.
688 * config/i386/nm-symmetry.h (child_wait): Likewise.
689
690 * arch-utils.c (generic_prepare_to_proceed): Rename wait_pid
691 to wait_ptid and change its type from ``int'' to ``ptid_t''.
692 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Likewise,
693 but rename saved_inferior_pid to saved_inferior_ptid.
694 * d10v-tdep.c (d10v_read_pc, d10_write_pc): Likewise, but rename
695 save_pid to save_ptid.
696 * gdbthread.h (struct thread_info): Likewise, but rename pid to ptid.
697 * hppah-nat.c (child_pid_to_exec): Likewise, but rename
698 saved_inferior_pid to saved_inferior_ptid.
699 * hpux-thread.c (main_ptid): Likewise, but rename from main_pid.
700 * infrun.c (previous_inferior_pid [static global]): Likewise,
701 but rename to previous_inferior_ptid.
702 (resume): Likewise, but rename resume_pid to resume_ptid.
703 (struct execution_control_state): Likewise, but rename
704 pid to ptid, saved_inferior_pid to saved_inferior_ptid,
705 and waiton_pid to waiton_ptid.
706 (target_last_wait_pid): Likewise, but rename to
707 target_last_wait_ptid.
708 * infttrace.c (saved_real_pid): Likewise, but rename to
709 saved_real_ptid.
710 (child_pid_to_exec_file): Likewise, but rename saved_inferior_pid
711 to saved_inferior_ptid.
712 * lin-lwp.c (struct lwp_info): Likewise, but rename pid to ptid.
713 (trap_ptid): Likewise, but renamed from trap_pid.
714 * lin-thread.c (handle_new_thread): Likewise, but rename gdb_pid
715 to gdb_ptid.
716 * linux-thread.c (detach_thread): Likewise, but rename pid to ptid.
717 (thread_db_wait): Likewise, but rename ret_pid to retptid.
718 * procfs.c (procfs_wait): Likewise, for retval whose name
719 doesn't change. Also, ``temp'' becomes two separate variables,
720 one named temp_tid (an int) and the other temp_ptid.
721 (procfs_notice_thread): Likewise (type change) for gdb_threadid
722 whose name does not change.
723 * regcache.c (registers_ptid): Likewise, but renamed from
724 registers_pid.
725 (read_register_pid, read_signed_register_pid, write_register_pid):
726 Likewise, but rename save_pid to save_ptid.
727 (read_pc_pid, write_pc_pid): Likewise, but rename saved_inferior_pid
728 to saved_inferior_ptid.
729 * remote.c (remote_newthread_step): Likewise, but rename pid to ptid.
730 * sol-thread.c (struct ps_prochandle): Likewise.
731 (sol_thread_resume): Likewise, for save_pid which becomes save_ptid.
732 (sol_thread_wait): Likewise, for rtnval whose name does not
733 change, and for save_pid which becomes save_ptid.
734 (solaris_pid_to_str): Likewise for lwp whose name does not change.
735 (sol_find_new_threads_callback): Likewise, for pid which becomes
736 ptid.
737 * target.h (target_resume, target_wait, target_post_wait)
738 (target_post_startup_inferior, target_notice_signals)
739 (target_thread_alive): Likewise.
740 * thread.c (info_threads_command): Likewise, but rename
741 current_pid to current_ptid.
742 (struct current_thread_cleanup): Likewise, but rename field
743 inferior_pid to inferior_ptid.
744 * thread-db.c (find_new_threads_callback): Likewise, but rename
745 pid to ptid.
746 * uw-thread.c (thr_to_lwp): Likewise for lid whose name does not
747 change.
748 (lwp_to_tr): Likewise fo tid whose name remains unchanged.
749 (thr_infpid, lwp_infpid, notice_thread, libthread_stub): Likewise,
750 but rename pid to ptid.
751 * config/alpha/nm-linux.h (ATTACH_LWP): Likewise.
752 * config/arm/nm-linux.h (ATTACH_LWP): Likewise.
753 * config/i386/nm-linux.h (ATTACH_LWP): Likewise.
754 * config/ia64/nm-linux.h (ATTACH_LWP): Likewise.
755 * config/pa/nm-hppah.h (target_tid_to_str): Likewise.
756 * config/powerpc/nm-linux.h (ATTACH_LWP): Likewise.
757
758 * arch-utils.c (generic_prepare_to_proceed): Test for the
759 "zero" ptid by using ptid_equal() to test to see if variable
760 in question is the same as null_ptid. This replaces a direct
761 test against zero.
762 * cxux-nat.c (add_shared_symbol_files): Likewise.
763 * i386aix-nat.c, i386b-nat.c (i386_float_info): Likewise.
764 * infcmd.c (run_command): Likewise.
765 * inflow.c (kill_command): Likewise.
766 * infttrace.c (call_ttrace): Likewise.
767 * lin-lwp.c (lin_lwp_prepare_to_proceed): Likewise.
768 * lin-thread.c (thread_db_kill): Likewise.
769 * procfs.c (procfs_kill_inferior, procfs_mourn_inferior): Likewise.
770 * remote-es.c (es1800_kill): Likewise.
771 * sol-thread.c (sol_thread_create_inferior): Likewise.
772 * solib.c (locate_base): Likewise.
773 * target.c (nosupport_runtime): Likewise.
774 * thread-db.c (thread_db_wait): Likewise.
775 * top.c (quit_confirm, quit_force): Likewise.
776 * uw-thread (lwp_infpid, uw_thread_resume): Likewise.
777
778 * infrun.c (handle_inferior_event, stop_stepping, normal_stop):
779 Use ptid_equal to compare value of process/thread ids instead of
780 ``=='' and ``!='' operators.
781 lin-lwp.c (delete_lwp, lin_lwp_prepare_to_proceed)
782 (stop_wait_callback, lin_lwp_wait): Likewise.
783 * procfs.c (procfs_wait): Likewise.
784 * regcache.c (read_register_bytes, read_register_gen)
785 (write_register_gen, read_register, read_register_pid)
786 (read_signed_register, read_signed_register_pid, write_register)
787 (write_register_pid, supply_register): Likewise.
788 * remote-vx.c (vx_resume): Likewise.
789 * sol-thread.c (sol_thread_wait): Likewise.
790 * symm-nat.c (kill_inferior): Likewise.
791 * thread.c (delete_thread, find_thread_pid, pid_to_thread_id)
792 (in_thread_list, info_threads_command, switch_to_thread)
793 (restore_current_thread): Likewise.
794 * uw-thread (libtread_stub): Likewise.
795
796 * arm-linux-nat.c (GET_THREAD_ID): Change PID to PTID.
797
798 * corelow.c (add_to_thread_list): Convert argument in add_thread()
799 call to a ptid_t.
800 * gnu-nat.c (inf_validate_procs): Likewise.
801 * linux-thread.c (stop_thread, update_stop_threads): Likewise.
802 * remote.c (record_currthread, remote_threads_info): Likewise.
803 * win32-nat.c (child_add_thread): Likewise.
804
805 * hpux-thread.c (save_inferior_pid, restore_inferior_pid): Rename,
806 respectively, to save_inferior_ptid() and restore_inferior_ptid().
807 Adjust implementations to operate on ``ptid_t'' instead of ``int''.
808 * lin-lwp.c (save_inferior_pid, restore_inferior_pid): Likewise.
809 * lin-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
810 * linux-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
811 * proc-service.c (save_inferior_pid, restore_inferior_pid): Likewise.
812 * sol-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
813 * thread-db.c (save_inferior_pid, restore_inferior_pid): Likewise.
814
815 * infrun.c (RESUME_ALL): New macro representing the -1 ptid
816 to be passed to target_resume() when all threads should resume.
817 (resume): Set resume_ptid to RESUME_ALL rather than -1.
818 (handle_inferior_event): Invoke target_resume() with RESUME_ALL
819 instead of -1.
820 * irix5-nat.c (solib_create_inferior_hook): Convert -1 to
821 a ptid_t in target_resume() call.
822 * osfsolib.c (solib_create_inferior_hook): Likewise.
823 * solib-svr4.c (solib_create_inferior_hook): Likewise.
824
825 * lin-lwp.c (PIDGET, PIDGET0): Rename original PIDGET macro to
826 PIDGET0. Define new PIDGET macro which uses PIDGET0, the only
827 difference being that the 0xffff pattern will be interpreted
828 as -1.
829 * lin-thread.c (PIDGET, PIDGET0): Likewise.
830 * thread-db.c (PIDGET, PIDGET0): Likewise.
831 * config/nm-linux.h (PIDGET, PIDGET0): Likewise.
832 * config/i386/tm-i386sol2.h (PIDGET, PIDGET0): Likewise.
833 * config/i386/tm-i386v42mp.h (PIDGET, PIDGET0): Likewise.
834 * config/sparc/tm-sun4sol2.h (PIDGET, PIDGET0): Likewise.
835
836 * m3-nat.c (init_m3_ops): Fix typo; initialize to_wait field to
837 mach_really_wait rather than mach_really__wait.
838 * lin-thread.c (check_for_thread_event): Fix warning; make function
839 actually return a value.
840
841 * gdbarch.sh (TARGET_READ_PC, TARGET_WRITE_PC): Change type of
842 ``pid'' arguments from ``int'' to ``ptid_t''. Also renamed
843 pid to ptid.
844 * gdbarch.h, gdbarch.c: Regenerated.
845
31e28849
JL
8462001-05-03 Jonathan Larmour <jlarmour@redhat.com>
847
848 * rdi-share/devsw.c: Include <time.h> for struct tm
849
8d341142
EZ
8502001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
851
852 * config/djgpp/fnchange.lst: Add mappings for the new
853 opcodes/openrisc-* files.
854
9572d2b6
MS
8552001-05-01 Michael Snyder <msnyder@redhat.com>
856
9085700c 857 * lin-lwp.c: Change printf to fprintf_unfiltered.
9572d2b6
MS
858 * Makefile.in: Add rules for thread-db.o, lin-lwp.o, proc-service.o.
859
977adac5
ND
8602001-05-01 Nicholas Duffek <nsd@redhat.com>
861
862 * config/rs6000/tm-rs6000.h (IN_SOLIB_RETURN_TRAMPOLINE): Define.
863 (rs6000_in_solib_return_trampoline): Declare.
864 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): New
865 function.
866 (rs6000_skip_trampoline_code): Skip bigtoc fixup code.
867 * xcoffread.c (read_xcoff_symtab): Perform the ISFCN function
868 check after the CSECT check rather than before it. Allocate
869 separate symtabs for CSECTs whose names begin with '@'.
870 (scan_xcoff_symtab): Don't ignore symbols beginning with '@'.
871 Activate the misc_func_recorded mechanism for whose names begin
872 with '@'.
873
6d799331
C
8742001-04-30 J.T. Conklin <jtc@redback.com>
875
876 * ppcnbsd-nat.c (fetch_inferior_registers)
877 (store_inferior_registers, fetch_core_registers): Changed to use
878 fpreg[] instead of r_regs[] to access floating point registers.
879
7f4dbe94
EZ
8802001-04-30 Elena Zannoni <ezannoni@redhat.com>
881
882 * sh-tdep.c: Get rid of the function prototypes.
883 (sh_sh4_build_float_register_type): Move earlier in file.
884 (fv_reg_base_num): Ditto.
885 (dr_reg_base_num): Ditto.
886
540af400
MS
8872001-04-30 Michael Snyder <msnyder@redhat.com>
888
889 * thread-db.c: Revert 2001-04-26 change for debugging output.
7ca673cd
MS
890 * lin-lwp.c: Ditto.
891 * lin-lwp.c: Add set/show debug lin-lwp command. Use this
892 command to turn extra debugging output on / off.
540af400 893
f5a6fc05
EZ
8942001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
895
896 * buildsym.c (start_subfile): Use FILENAME_CMP instead of STREQ.
897 (top-level): #include filenames.h.
898
899 * dwarf2read.c (dwarf2_start_subfile): Use IS_ABSOLUTE_PATH and
900 FILENAME_CMP, to DTRT on non-Posix platforms.
901 (top-level): #include filenames.h.
902
903
502dcf4e
AC
9042001-04-27 Andrew Cagney <ac131313@redhat.com>
905
906 * gdbtypes.c (check_stub_method): Always initialize ``p''.
907
cc3f9cbb
AC
9082001-04-27 Andrew Cagney <ac131313@redhat.com>
909
910 * configure.host: Delete romp host.
911 * TODO: Update.
912
ed9c5cf2
AC
9132001-04-27 Andrew Cagney <ac131313@redhat.com>
914
915 * TODO: Updates to 5.1. No more targets to obsolete.
916
d1a310e7
DH
9172001-04-27 Don Howard <dhoward@redhat.com>
918
128437e6
DH
919 (Changes from Kevin Buettner, with minor update by Don Howard.)
920
921 * i387-nat.c (i387_supply_fxsave, i387_fill_fxsave, i387_tag): Fix
922 typos in which hexadecimal constants were really intended to be
923 binary constants.
924 (i387_tag): Swap logic regarding zero vs non-zero exponents.
d1a310e7
DH
925 * MAINTAINERS (Misc): Added myself to the write-after-approval
926 list.
927
015a42b4
JB
9282001-04-26 Jim Blandy <jimb@redhat.com>
929
930 (Changes from Daniel Berlin, with revisions by Jim Blandy.)
931
932 Abstract out operations specific to particular C++ ABI's, and
933 invoke them through a function table. This removes the C++ ABI
934 dependencies scattered throughout the code, and allows us to
935 cleanly add support for new C++ ABI's.
936 * cp-abi.h, cp-abi.h, gnu-v2-abi.c, hpacc-abi.c: New files.
937 * c-typeprint.c, c-valprint.c, dbxread.c, eval.c, gdbtypes.c,
938 jv-typeprint.c, linespec.c, symtab.c, typeprint.c, valops.c:
939 #include "cp-abi.h". These files all use functions now declared
940 there.
941 * symtab.h (OPNAME_PREFIX_P, VTBL_PREFIX_P, DESTRUCTOR_PREFIX_P):
942 Deleted. These services are now provided by functions declared in
943 cp-abi.h.
944 * value.h (value_rtti_type, value_virtual_fn_field): Same.
945 * values.c (value_virtual_fn_field): Same, for this definition.
946 * valops.c (value_rtti_type): Same.
947 * c-typeprint.c (c_type_print_base): Use the functions from
948 "cp-abi.h", instead of the old macros, or hard-coded ABI-specific
949 tests.
950 * dbxread.c (record_minimal_symbol): Same.
951 * gdbtypes.c (get_destructor_fn_field, virtual_base_index,
952 virtual_base_index_skip_primaries): Same.
953 * jv-typeprint.c (java_type_print_base): Same.
954 * linespec.c (find_methods, decode_line_1): Same.
955 * symtab.c (gdb_mangle_name): Same.
956 * Makefile.in (SFILES): Add the new .c files mentioned above.
957 (cp_abi_h): New variable.
958 (COMMON_OBS): Add gnu-v2-abi.o, hpacc-abi.o, and cp-abi.o.
959 (cp-abi.o, gnu-v2-abi.o, hpacc-abi.o): New targets.
960 (c-typeprint.o, c-valprint.o, dbxread.o, eval.o, gdbtypes.o,
961 jv-typeprint.o, symtab.o, linespec.o, typeprint.o, valops.o): Add
962 dependency on $(cp_abi_h).
963
f3fb8c85
MS
9642001-04-26 Michael Snyder <msnyder@redhat.com>
965
20b8570d
MS
966 * thread-db.c (_initialize_thread_db): Add set/show command
967 "debug-linux-threads" for debugging output.
968 * lin-lwp.c (various): Use global "debug_linux_threads to
969 turn on extra debugging output.
4c8de859 970 * lin-lwp.c: Minor cleanups in comments.
f3fb8c85
MS
971 * target.c (normal_pid_to_str): Get rid of an ancient hack.
972 * remote.c (remote_pid_to_str): New function for remote target.
973
7f0b5c30
JB
9742001-04-24 Jim Blandy <jimb@redhat.com>
975
976 * c-typeprint.c (c_type_print_cv_qualifier): Don't print `const'
977 qualifier on C++ references; all references are innately const.
978
0af5533d
MK
9792001-04-20 Mark Kettenis <kettenis@gnu.org>
980
981 * event-top.h: Fix formatting.
982
d036b4d9
AC
9832001-04-17 Andrew Cagney <ac131313@redhat.com>
984
985 * source.c (openp): Obsolete #ifdef MPW code.
986 (open_source_file): Ditto.
987 * event-top.c (display_gdb_prompt): Ditto.
988 * utils.c (query): Ditto.
989 (init_page_info): Ditto.
990 (init_page_info): Delete #ifndef MPW.
991 * top.c (gdb_readline): Ditto.
992 * mac-xdep.c: Obsolete.
993 * mac-gdb.r: Obsolete.
994 * config/powerpc/xm-mpw.h: Obsolete.
995 * config/xm-mpw.h: Obsolete.
996 * mpw-make.sed: Obsolete.
997 * mpw-config.in: Obsolete.
998 * TODO: Update
999 * NEWS: Update
1000
539ffe0b
MK
10012001-04-19 Mark Kettenis <kettenis@gnu.org>
1002
1003 * i386-tdep.c (i386_frameless_function_invocation): New function.
1004 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION): Redefine
1005 in terms of i386_frameless_function_invocation. Adjust comment.
1006 (i386_frameless_function_invocation): New prototype.
1007
67e1e03a
MH
10082001-04-18 Martin M. Hunt <hunt@redhat.com>
1009
1010 * top.c (gdb_init): Don't call cli_out_new() to
1011 create global uiout if init_ui_hook is set. uiout will
1012 have to be initialized there.
1013
fbec36e2
AC
10142001-04-18 Andrew Cagney <ac131313@redhat.com>
1015
1016 * arch-utils.c: Include "regcache.h".
1017
ed84f6c1
MK
10182001-04-18 Mark Kettenis <kettenis@gnu.org>
1019
1020 * i386-tdep.c (i386_saved_pc_after_call): New function.
1021 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Redefine in terms
1022 of i386_saved_pc_after_call.
1023 (i386_saved_pc_after_call): New prototype.
1024
c60a7562
MS
10252001-04-17 Michael Snyder <msnyder@redhat.com>
1026
c9e030cf 1027 * i386-nat.c: Fix typo in comment.
c60a7562
MS
1028 * solib.c (no_shared_libraries): New function. Discard all symbols
1029 from shared libraries.
1030 (_initialize_solib): Add command "nosharedlibrary" as complement
1031 to the command "sharedlibrary". Unloads symbols for all solibs.
1032
514e603d
AC
10332001-04-16 Andrew Cagney <ac131313@redhat.com>
1034
1035 * configure.host (m68030-sony-*, m68*-isi-*, m68*-sony-*):
1036 * configure.tgt (m68*-rom68k-*, m68*-*bug-*, m68*-monitor-*)
1037 (m68*-est-*, m68*-sony-*, m68*-isi-*):
1038 * Makefile.in (xm-news1000.h, tm-news.h, xm-news.h): Obsolete..
1039 * config/m68k/xm-news.h: Obsolete.
1040 * config/m68k/tm-news.h:
1041 * config/m68k/xm-news1000.h: Obsolete.
1042 * config/m68k/news.mh: Obsolete.
1043 * config/m68k/news.mt: Obsolete.
1044 * config/m68k/nm-news.h: Obsolete.
1045 * config/m68k/news1000.mh: Obsolete.
1046 * news-xdep.c: Obsolete.
1047 * Makefile.in (isi-xdep.o): Obsolete.
1048 (ALLDEPFILES): Delete isi-xdep.c.
1049 (tm-isi.h): Obsolete.
1050 * m68k-tdep.c (altos_skip_prologue): Update comments.
1051 (isi_skip_prologue): Obsolete.
1052 * isi-xdep.c: Obsolete.
1053 * config/m68k/xm-isi.h: Obsolete.
1054 * config/m68k/isi.mh: Obsolete.
1055 * config/m68k/tm-isi.h: Obsolete.
1056 * config/m68k/isi.mt: Obsolete.
1057
1058 * TODO: Update.
1059 * NEWS: Update.
1060
6240bebf
MS
10612001-04-17 Michael Snyder <msnyder@redhat.com>
1062
1063 * remote.c (remote_open_1): On opening the remote target, activate
1064 the solib_create_inferior_hook, so that it can detect when the
1065 target loads shared libraries.
1066 (remote_async_open_1): Ditto.
1067
75ac9d7b
MS
10682001-04-17 Michael Snyder <msnyder@redhat.com>
1069
1070 * breakpoint.c (print_one_breakpoint): Handle 64-bit addresses.
1071 * tracepoint.c (tracepoints_info): Handle 64-bit addresses.
1072 * testsuite/gdb.trace/deltrace.exp: Allow for 64-bit addresses.
1073 * testsuite/gdb.trace/infotrace.exp: Ditto.
1074 * testsuite/gdb.trace/passcount.exp: Ditto.
1075 * testsuite/gdb.trace/while-stepping.exp: Ditto.
1076
b9569773
MS
10772001-04-17 Michael Snyder <msnyder@redhat.com>
1078
1079 * thread-db.c (check_thread_signals): When looping over all
1080 signals, ignore signal zero.
1081 (disable_thread_signals): Ditto.
1082
81490ea1
MS
10832001-04-17 Eirik Fuller <eirik@netapp.com>
1084
1085 * thread.c (do_captured_thread_select): Allow the argument to the
1086 thread command to be an expression rather than a literal integer.
1087
e5434c3d
MK
10882001-04-17 Mark Kettenis <kettenis@gnu.org>
1089
1090 * i386-linux-tdep.c (i386_linux_saved_pc_after_call): Use
1091 read_memory_unsigned_integer instead of read_memory_integer.
1092
00c7912d
KB
10932001-04-16 Kevin Buettner <kevinb@redhat.com>
1094
1095 * solib-aix5.c (map_index_vs_section_name_okay): New function.
1096 (aix5_relocate_main_executable): Don't use file offsets for
1097 determining corresponding sections and map file entries. Call
1098 map_index_vs_section_name_okay() to do this instead.
1099
4d1bcd09
KB
11002001-04-16 Kevin Buettner <kevinb@redhat.com>
1101
1102 * procfs.c (open_with_retry): New function.
1103 (open_procinfo_files, load_syscalls, proc_iterate_over_mappings)
1104 (proc_get_LDT_entry): Call open_with_retry() instead of open().
1105
097e5c0b 11062001-04-16 Kevin Buettner <kevinb@redhat.com>
1186f287
KB
1107
1108 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Adjust
1109 comparison against TRAP_HWBKPT constant yet again to account
1110 for the various values used by different kernel versions.
1111
9e0c176c
DB
11122001-04-16 Daniel Berlin <dan@cgsoftware.com>
1113
1114 * demangle.c (_initialize_demangler): Use xcalloc on the
1115 demangling_style_names, and make it a null terminated array of
1116 names, to avoid a crash.
1117
c833a37e
MK
11182001-04-16 Mark Kettenis <kettenis@gnu.org>
1119
1120 * i386-tdep.c (i386_frame_chain): New function.
1121 * config/i386/tm-i386.h (FRAME_CHAIN): Redefine in terms of
1122 i386_frame_chain.
1123 (i386_frame_chain): New prototype.
1124
46c6cdcf
C
11252001-04-14 J.T. Conklin <jtc@redback.com>
1126
1127 * target.h (target_ops): Removed to_core_file_to_sym_file vector
1128 function.
1129 * corelow.c (core_ops): Updated for above change.
1130 * gnu-nat.c (core_ops): Likewise.
1131 * inftarg.c (child_ops): Likewise.
1132 * monitor.c (monitor_ops): Likewise.
1133 * ppc-bdm.c (bdm_ppc_ops): Likewise.
1134 * remote-adapt.c (adapt_ops): Likewise.
1135 * remote-bug.c (bug_ops): Likewise.
1136 * remote-e7000.c (e7000_ops): Likewise.
1137 * remote-eb.c (eb_ops): Likewise.
1138 * remote-es.c (es1800_ops, es1800_child_ops): Likewise.
1139 * remote-mm.c (mm_ops): Likewise.
1140 * remote-nindy.c (nindy_ops): Likewise.
1141 * remote-nrom.c (nrom_ops): Likewise.
1142 * remote-os9k.c (rombug_ops): Likewise.
1143 * remote-rdp.c (remote_rdp_ops): Likewise.
1144 * remote-sim.c (gdbsim_ops): Likewise.
1145 * remote-st.c (st2000_ops): Likewise.
1146 * v850ice.c (v850ice_ops): Likewise.
1147 * target.c (cleanup_target): Likewise
1148 (update_current_target): Likewise.
1149 (setup_target_debug): Likewise
1150 (debug_to_core_file_to_sym_file): Removed.
1151
1152 * corefile.c (core_file_command) [HPUXHPPA]: Removed code that
1153 sets symbol file from information obtained from the core file.
1154 * corelow.c (core_file_to_sym_file): Removed.
1155
d1566ff5
FN
11562001-04-13 Fernando Nasser <fnasser@redhat.com>
1157
1158 From Adam Mirowski <Adam.Mirowski@Sun.COM>
1159 Fixed Insight on Solaris. It was not possible to debug a process
1160 because of EINTR "errors".
1161 * procfs.c: (procfs_wait): if proc_wait_for_stop() fails
1162 with EINTR, retry the call.
1163
6c98e688
KB
11642001-04-12 Kevin Buettner <kevinb@redhat.com>
1165
1166 * solib-aix5.c (enum maptype): Delete.
1167 (struct lm_info): Add new member ``nmappings''. Make ``mapping''
1168 member a pointer instead of a statically sized array.
1169 (build_so_list_from_mapfile): Dynamically allocate ``mapping''
1170 array.
1171 (aix5_relocate_main_executable, aix5_relocate_section_addresses,
1172 aix5_find_global_pointer): Search for correct mapping to use
1173 based on file offset instead of knowledge of whether the section
1174 is read-only or read/write.
1175 (aix5_find_gate_addresses): Use the first mapping instead of
1176 the (now defunct) MT_READONLY mapping.
1177
49282387
ND
11782001-04-12 Nicholas Duffek <nsd@redhat.com>
1179
1180 * xcoffread.c (scan_xcoff_symtab): Ignore symbols beginning with
1181 "@".
1182
7f6b83a5
KB
11832001-04-12 Kevin Buettner <kevinb@redhat.com>
1184
1185 * config/i386/fbsd.mh (NATDEPFILES): Add i386-nat.o.
1186
24f89b68
AC
11872001-04-09 Andrew Cagney <ac131313@redhat.com>
1188
1189 Obsolete i[3456]86-*-sunos* (aka Sun386) host and target.
1190 * config/i386/sun386.mh: Obsolete.
1191 * config/i386/sun386.mt: Obsolete.
1192 * config/i386/xm-sun386.h: Obsolete.
1193 * config/i386/tm-sun386.h: Obsolete.
1194 * config/i386/nm-sun386.h: Obsolete.
1195 * Makefile.in (ALLDEPFILES): Delete sun386-nat.c.
1196 (sun386-nat.o): Target is obsolete.
1197 * sun386-nat.c: Obsolete.
1198 * configure.tgt (i[3456]86-*-sunos*): Obsolete.
1199 * configure.host (i[3456]86-*-sunos*): Obsolete.
1200 * NEWS: Update.
1201 * TODO: Update.
1202
c114dcd5
C
12032001-04-10 J.T. Conklin <jtc@redback.com>
1204
1205 * maint.c: Fix typo in comment.
1206
6755f5ad
KS
12072001-04-09 Keith Seitz <keiths@cygnus.com>
1208
1209 * MAINTAINERS: Swap with Syd Polk as a gdbtk maintainer.
1210
7700434b
KB
12112001-04-08 Kevin Buettner <kevinb@redhat.com>
1212
1213 * fork-child.c (fork_inferior, clone_and_follow_inferior):
1214 Document fact that apparent call to vfork() might actually be
1215 a call to fork() instead.
1216 * ser-pipe.c (pipe_open): Likewise.
1217
d493eb33
KB
12182001-04-08 Kevin Buettner <kevinb@redhat.com>
1219
1220 * printcmd.c (print_frame_args): Use a cleanup to invoke
1221 ui_out_list_end() so that the list count nesting flag will
1222 be decremented properly when an error occurs.
1223 * stack.c (print_frame): Likewise.
1224
af471f3c
C
12252001-04-06 J.T. Conklin <jtc@redback.com>
1226
c839c4db
C
1227 * dcache.c (dcache_write_line): Fixed bugs where cache line was
1228 not written to target correctly.
1229
af471f3c
C
1230 * gdbserver/low-hppabsd.c (read_inferior_memory): Add explicit
1231 void return value;
1232 * gdbserver/low-nbsd.c: Likewise.
1233 * gdbserver/low-sparc.c: Likewise.
1234 * gdbserver/low-sun3.c: Likewise.
1235
d8e275b4
GK
12362001-04-06 Geoffrey Keating <geoffk@redhat.com>
1237
1238 * config/rs6000/nm-rs6000.h (PTRACE_ATTACH): Don't define.
1239 (PTRACE_DETACH): Don't define.
1240
e02bc4cc
DS
12412001-04-06 David Smith <dsmith@redhat.com>
1242
1243 * arch-utils.c (default_prepare_to_proceed)
1244 (generic_prepare_to_proceed): Added new functions.
1245 * arch-utils.h: New function declarations for
1246 default_prepare_to_proceed() and generic_prepare_to_proceed().
1247 * gdbarch.sh: Added PREPARE_TO_PROCEED.
1248 * gdbarch.c: Regenerated.
1249 * gdbarch.h: Regenerated.
1250 * inferior.h: Added get_last_target_status() declaration.
1251 * infrun.c (get_last_target_status): Added new function.
1252 (handle_inferior_event): Saves last pid and waitstatus, which will
1253 get returned by get_last_target_status().
1254
1255 * hppa-tdep.c (prepare_to_proceed): Added comment stating that
1256 prepare_to_proceed() is potentially redundant since
1257 default_prepare_to_proceed() has been added.
1258 * linux-thread.c (prepare_to_proceed): Ditto.
1259 * lin-lwp.c (prepare_to_proceed): Ditto.
1260 * m3-nat.c (prepare_to_proceed): Ditto.
1261
1b2b2c16
AC
12622001-04-05 Andrew Cagney <ac131313@redhat.com>
1263
1264 Obsolete powerpcle-*-cygwin* and powerpcle-*-solaris* platforms
1265 and powerpc-*-netware* target.
1266 * configure.host (powerpcle-*-cygwin*, powerpcle-*-solaris*):
1267 Obsolete.
1268 * configure.tgt (powerpc-*-netware*, powerpcle-*-cygwin*)
1269 (powerpcle-*-solaris*): Obsolete.
1270 * config/powerpc/tm-cygwin.h: Obsolete.
1271 * config/powerpc/cygwin.mt: Obsolete.
1272 * config/powerpc/xm-cygwin.h: Obsolete.
1273 * config/powerpc/cygwin.mh: Obsolete.
1274 * config/powerpc/nm-solaris.h: Obsolete.
1275 * config/powerpc/xm-solaris.h: Obsolete.
1276 * config/powerpc/tm-solaris.h: Obsolete.
1277 * config/powerpc/solaris.mt: Obsolete.
1278 * config/powerpc/tm-ppc-nw.h: Obsolete.
1279 * config/powerpc/ppc-nw.mt: Obsolete.
1280 * TODO: Update.
1281 * NEWS: Update.
1282
063fd668
FN
12832001-04-06 Fernando Nasser <fnasser@redhat.com>
1284
1285 * buildsym.c (record_line): Turn off unused addr bits.
1286
a250df2e
FN
12872001-04-06 Fernando Nasser <fnasser@redhat.com>
1288
1289 From David Deephanphongs <deephan@telocity.com>
1290 * inferior.h: Fix declarations of get_inferior_args and
1291 set_inferior_args, which were missing the trailing 's'.
1292
1fcef334
JH
12932001-04-05 Jeff Holcomb <jeffh@redhat.com>
1294
1295 * monitor.c (monitor_supply_register): Only report an error if we
1296 don't get a valid value.
1297
f032fb6e
EZ
12982001-04-05 Eli Zaretskii <eliz@is.elta.co.il>
1299
1300 * README: Don't mention gdba.el.
1301
0191bed7
EZ
13022001-04-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1303
1304 From Jimmy Guo <guo@cup.hp.com>
1305 * top.c (init_main): set prompt if annotation_level>1,
1306 this is necessary when annotation_level is set to 2 via
1307 --annotate=2 command line option.
1308
4a1968f4
AC
13092001-04-04 Andrew Cagney <ac131313@redhat.com>
1310
1311 Obsolete a29k-*-* host and a29k-*-sym1* and a29k-*-kern* targets.
1312 * configure.tgt (a29k-*-sym1*, a29k-*-kern*): Obsolete.
1313 * configure.host (a29k-*-*): Obsolete.
1314 * Makefile.in (ALLDEPFILES): Remove ultra3-nat.c and
1315 ultra3-xdep.c.
1316 (ultra3-nat.o, ultra3-xdep.o): Obsolete.
1317 * config/a29k/tm-ultra3.h: Obsolete.
1318 * config/a29k/ultra3.mt: Obsolete.
1319 * config/a29k/ultra3.mh: Obsolete.
1320 * config/a29k/nm-ultra3.h: Obsolete.
1321 * config/a29k/xm-ultra3.h: Obsolete.
1322 * ultra3-xdep.c: Obsolete.
1323 * ultra3-nat.c: Obsolete.
1324 * config/a29k/a29k-kern.mt: Obsolete.
1325 * NEWS: Update.
1326 * TODO: Update.
1327
608506ed
CF
1328Wed Apr 4 21:48:42 2001 Christopher Faylor <cgf@cygnus.com>
1329
1330 * main.c: Remove windows.h use.
1331 (gdbtk_test): Use PATH_MAX for home var calculation.
1332 * remote-e7000.c (e7000_parse_device): Accomodate Cygwin as well as
1333 Win32 in colon test.
1334 * ser-tcp.c: Use modern __CYGWIN__ conditional.
1335 * source.c (mod_path): Add __CYGWIN__ conditional to WIN32 test.
1336 (openp): Ditto.
1337 * symfile.c (symfile_bfd_open): Ditto.
608506ed 1338
6457bd47
MH
13392001-04-04 Martin M. Hunt <hunt@redhat.com>
1340
1341 * main.c (captured_main): For GDBtk, don't use tui_fileopen().
1342 Handle all stream setup in gdbtk_init
1343
3df1b9b4
MK
13442001-04-04 Mark Kettenis <kettenis@gnu.org>
1345
1346 * i386-tdep.c (i386_extract_return_value): Don't return the return
1347 value of a void function.
1348 (i386_store_return_value): Likewise.
1349
76f4ea53
AC
13502001-04-03 Andrew Cagney <ac131313@redhat.com>
1351
1352 Obsolete w65-*-* target.
1353 * configure.tgt (w65-*-*): Obsolete.
1354 * config/w65/w65.mt: Obsolete.
1355 * config/w65/tm-w65.h: Obsolete.
1356 * w65-tdep.c: Obsolete.
1357 * NEWS: Update. Fix TiC80 description.
1358 * TODO: Update.
1359
52071915
AC
13602001-04-03 Andrew Cagney <ac131313@redhat.com>
1361
1362 Obsolete tic80-*-* target.
1363 * configure.tgt (tic80-*-*): Obsolete.
1364 * config/tic80/tic80.mt: Obsolete.
1365 * config/tic80/tm-tic80.h: Obsolete.
1366 * tic80-tdep.c: Obsolete.
1367 * TODO: Update
1368 * NEWS: Update.
1369
44eaed12
C
13702001-04-02 J.T. Conklin <jtc@redback.com>
1371
ba79cc81
C
1372 * remote-mips.c (S_IROTH): Moved definition from here.
1373 * gdb_stat.h (S_IROTH): to here.
1374
44eaed12
C
1375 * remote.c (remote_protocol_e, remote_protocol_E): Define.
1376 (set_remote_protocol_e_packet_cmd)
1377 (set_remote_protocol_E_packet_cmd)
1378 (show_remote_protocol_e_packet_command)
1379 (show_remote_protocol_E_packet_command): New functions.
1380 (init_all_packet_configs): Initialize remote_protocol_e and
1381 remote_protocol_E.
1382 (remote_resume, remote_async_resume): Support e/E command
1383 packets.
1384 (show_remote_cmd): Show state of remote_protocol_e and
1385 remote_protocol_E.
1386 (_initialize_remote): Add "set remote step-over-range-packet"
1387 and "set remote step-over-range-w-signal-packet" to CLI.
1388
bb19ff3b
AC
13892001-04-01 Andrew Cagney <ac131313@redhat.com>
1390
1391 Obsolete ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv* and
1392 ns32k-utek-*.
1393 * Makefile.in (ALLDEPFILES): Delete umax-xdep.c and ns32km3-nat.c.
1394 (umax-xdep.o, ns32km3-nat.o): Obsolete.
1395 * configure.tgt (ns32k-*-mach3*, ns32k-utek-sysv*, ns32k-utek-*):
1396 Obsolete.
1397 * configure.host (ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv*):
1398 Obsolete.
1399 * config/ns32k/merlin.mh: Obsolete.
1400 * config/ns32k/merlin.mt: Obsolete.
1401 * config/ns32k/xm-merlin.h: Obsolete.
1402 * config/ns32k/tm-merlin.h: Obsolete.
1403 * config/ns32k/nm-umax.h: Obsolete.
1404 * config/ns32k/umax.mh: Obsolete.
1405 * config/ns32k/umax.mt: Obsolete.
1406 * config/ns32k/xm-umax.h: Obsolete.
1407 * umax-xdep.c: Obsolete.
1408 * config/ns32k/ns32km3.mh: Obsolete.
1409 * config/ns32k/ns32km3.mt: Obsolete.
1410 * config/ns32k/tm-ns32km3.h: Obsolete.
1411 * config/ns32k/xm-ns32km3.h: Obsolete.
1412 * ns32km3-nat.c: Obsolete.
1413 * ns32k-tdep.c (merlin_skip_prologue): Obsolete.
1414 (merlin_frame_num_args): Ditto.
1415 * NEWS: Update.
1416 * TODO: Update.
1417
d6259d75
EZ
14182001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1419
1420 * config/djgpp/fnchange.lst: Tweak due to
1421 expect/example/chesslib.c.
1422
971ff545
KB
14232001-04-02 Kevin Buettner <kevinb@redhat.com>
1424
1425 * m88k-tdep.c (examine_prologue): Change type of ``insn'' from
1426 unsigned int to unsigned long. Also, fix format string.
1427 (pop_frame): Fix PC_IN_CALL_DUMMY() call so that it doesn't
1428 use an undeclared variable. Also, delete declaration and
1429 initialization of ``fp'' because it is otherwise unused.
1430 * remote-bug.c (sleep): Delete declaration.
1431 (bug_store_register, bug_write_memory, bug_read_memory)
1432 (bug_insert_breakpoint, bug_remove_breakpoint): Fix sprintf()
1433 format statements and cast certain sprintf() arguments to
1434 eliminate warnings.
1435 (bug_load): Likewise for call to printf_filtered().
1436 * config/m88k/tm-m88k.h (FIX_CALL_DUMMY): Eliminate
1437 assignment to ``pc''. The necessary assignment is done in
1438 hand_function_call() after the invocation of FIX_CALL_DUMMY().
1439
4e4f46a1
DB
14402001-03-20 Daniel Berlin <dberlin@redhat.com>
1441
1442 * symtab.c (completion_list_add_name): Remove duplicate string checks,
1443 readline already does this, and it's much faster at it, too.
1444
ba8629a9
EZ
14452001-04-01 Eli Zaretskii <eliz@is.elta.co.il>
1446
1447 * go32-nat.c: Minor tweaks, to pacify the ari script.
1448
7bf0983e
MK
14492001-04-01 Mark Kettenis <kettenis@gnu.org>
1450
f7af9647
MK
1451 * i386-tdep.c (i386_extract_struct_value_address): New function.
1452 * config/i386/tm-i386.h (EXTRACT_STRUCT_VALUE_ADDRESS): Redefine
1453 in terms of i386_extract_struct_value_address.
1454 (i386_extract_struct_value_address): New prototype.
1455
7bf0983e
MK
1456 * i386-linux-nat.c (i386_linux_dr_get): Change type of return
1457 value to `unsigned long'. Change type of `value' to `unsigned
1458 long'.
1459 (i386_linux_dr_set): Change type of second argument to `unsigned
1460 long'.
1461 (i386_linux_dr_set_control): Change type of first argument to
1462 `unsigned long'.
1463 (i386_linux_dr_get_status): Change type of return value to
1464 unsigned long.
1465 * config/i386/nm-linux.h (i386_linux_dr_set_control,
1466 i386_linux_dr_get_status): Adjust prototypes accordingly.
1467
6e4862ff
KB
14682001-03-31 Kevin Buettner <kevinb@redhat.com>
1469
1470 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Change
1471 TRAP_HWBKPT constant to match that in the kernel headers for
1472 Linux/IA-64.
521f1f96 1473
1e8d0a7b
MK
14742001-03-31 Mark Kettenis <kettenis@gnu.org>
1475
0afdd437
MK
1476 * i386bsd-nat.c: Include "gdb_assert.h".
1477 [HAVE_PT_GETDBREGS] (DBREG_DRX): Define if not
1478 already defined.
1479 [HAVE_PT_GETDBREGS] (i386bsd_dr_set, i386bsd_dr_set_control,
1480 i386bsd_dr_set_addr, i386bsd_dr_reset_addr,
1481 i386bsd_dr_get_status): New functions.
1482 * config/i386/nm-fbsd.h [HAVE_PT_GETDBREGS]
1483 (I386_USE_GENERIC_WATCHPOINTS): Define.
1484 Include "i386/nm-i386.h".
1485 (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
1486 I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
1487 (i386bsd_dr_set_control, i386bsd_dr_set_addr,
1488 i386bsd_dr_reset_addr, i386bsd_dr_get_status): New prototypes.
1489 * acconfig.h (HAVE_PT_GETDBREGS): New configure macro.
1490 * configure.in: Cleanup a few comments. Check for PT_GETDBREGS
1491 ptrace request.
1492 * config.in, configure: Regenerate.
1493
4bcc3944
MK
1494 * i386-nat.c (i386_insert_aligned_watchpoint): Set address
1495 register before enabling it by setting the control register.
1496 (i386_remove_aligned_watchpoint): Reset address register after
1497 disabling it by setting the control register.
1498
1e8d0a7b
MK
1499 * i386-tdep.c (i386_extract_return_value): If the type of the
1500 return value is TYPE_STRUCT and the number of fields is one, call
1501 ourselves with TYPE set tp the type of the first field.
1502 (i386_store_return_value): Likewise.
1503 This fixes a problem with returning structs consisting of a single
1504 `float' or `double' on *BSD.
1505
95a85621
MK
15062001-03-30 Mark Kettenis <kettenis@gnu.org>
1507
40564aca
MK
1508 * lin-lwp.c (lin_lwp_resume): Don't mark LWP as not stopped until
1509 we're absolutely sure we're going to resume it.
1510
95a85621
MK
1511 * thread-db.c (check_event): Don't report an error if we encounter
1512 a thread creation event for a thread that's already in the thread
1513 list, since that may legitemately happen. Instead only call
1514 attach_thread if it's not already in the thread list.
1515
2e94c453
AC
15162001-03-28 Andrew Cagney <ac131313@redhat.com>
1517
1518 * config/pa/xm-hppah.h (malloc): Really delete declaration
1519 (MALLOC_INCOMPATIBLE): Really delete macro.
1520 * cli/cli-cmds.c (apropos_command): Use xcalloc.
1521
93d56215
AC
15222001-03-28 Andrew Cagney <ac131313@redhat.com>
1523
1524 * configure.in (build_warnings): Add -Wuninitialized.
1525 * configure: Regenerate.
1526
1527 * v850-tdep.c (v850_scan_prologue): Initialize ``insn2''.
1528 * sparc-tdep.c (sparc64_push_arguments): Add default case to
1529 switch.
1530 * sh-tdep.c (sh_do_fp_register): Replace ``?:'' printf format
1531 expression with if statement.
1532 * mn10200-tdep.c (mn10200_analyze_prologue): Initialize
1533 ``stack_size''.
1534 * mips-tdep.c (show_mipsfpu_command): Add default case to switch.
1535 (mips_dump_tdep): Fix setting of ef_mips_arch.
1536 * mcore-tdep.c (mcore_analyze_prologue): Initialize ``fp_regnum''.
1537 * dsrec.c (make_srec): Always initialize ``binbuf''.
1538 * monitor.c (monitor_read_memory_single): Do not pass an
1539 uninitialized buffer to monitor_error. Make ``i'' more local.
1540
381bab78
AC
15412001-03-28 Andrew Cagney <ac131313@redhat.com>
1542
1543 * MAINTAINERS: Change ns32k target to ,-Werror.
1544
1545 * ns32k-tdep.c: Include "gdbcore.h"
1546 (flip_bytes): Change first argument to void*. Add forward
1547 declaration.
1548 (sign_extend): Add declaration.
1549 (merlin_frame_num_args): Add final else clause to if-else chain.
1550 (umax_frame_num_args): Ditto.
1551 * config/ns32k/tm-umax.h (ns32k_localcount): Declare.
1552 (flip_bytes): Ditto.
1553
b9511b9a
MK
15542001-03-28 Mark Kettenis <kettenis@gnu.org>
1555
b05f2432
MK
1556 * i386-linux-tdep.c (FRAMELESS_SIGNAL): Moved here from
1557 config/i386/nm-linux.h (including comment).
1558 (i386_linux_frame_chain): New function implementing guts of the
1559 former FRAME_CHAIN macro, but using read_memory_unsigned_integer
1560 instead of read_memory_integer.
1561 (i386_linux_frame_saved_pc): Removed doc pointing to
1562 i386/tm-linux.h for an explanation of FRAMELESS_SIGNAL since that
1563 now lives in this file.
1564 * config/i386/tm-linux.h (FRAMELESS_SIGNAL): Moved to
1565 i386-linux-tdep.c (including comment).
1566 (FRAME_CHAIN): Redefined in terms of i386_linux_frame_chain.
1567 (i386_linux_frame_chain): New prototype.
1568
0eebe06a
MK
1569 * gdbserver/low-linux.c [I386_GNULINUX_TARGET]: Cleanup code and
1570 make it work again.
1571 (NUM_FREGS): Redefine to 0.
1572 (NUM_REGS): Redefine as NUM_GREGS.
1573 (i386_register_byte, i386_register_raw_size): Update from
1574 i386-tdep.c. Add comment about their origin.
1575 (regmap, register_u_addr): Take these from i386-linux-nat.c.
1576 (i386_register_u_addr): Removed.
1577
b9511b9a
MK
1578 * i386-linux-nat.c (i386_linux_dr_get): Return 0 if ptrace call
1579 fails instead of calling perror_with_name. This should fix
1580 debugging remote i386 targets with a native Linux/x86 GDB. Add
1581 FIXME for this hack.
1582
3172dc30
C
15832001-03-19 J.T. Conklin <jtc@redback.com>
1584
1585 * arch-utils.c (#include "gdbthread.h"): Removed.
1586 (#include "symfile.h"): Removed.
1587 (XMALLOC): Removed unused macro.
1588 * breakpoint.c (tbreak_command): Removed local declaration.
1589 (awatch_command, do_enable_breakpoint, set_breakpoint_count):
1590 Remove duplicate declarations.
1591 (bpstat_should_step, bpstat_have_active_hw_watchpoints)
1592 (remove_solib_event_breakpoints): Fix indentation botch.
1593 * c-typeprint.c (#include "command.h"): Removed.
1594 (#include "gdbcmd.h"): Removed.
1595 * ch-exp.c (ch_terminal_match_float_literal, parse_expr)
1596 (parse_primval, parse_untyped_expr, parse_opt_untyped_expr):
1597 Removed duplicate declarations.
1598 * ch-typeprint.c (#include "command.h"): Removed.
1599 (#include "gdbcmd.h"): Removed.
1600 * corefile.c (#include "frame.h"): Removed
1601 (#include "symfile.h"): Removed.
1602 (#include "language.h"): Removed.
1603 * dbxread.c (#include "command.h"): Removed.
1604 * environ.c (#include "gdbcore.h"): Removed.
1605 * event-loop.c (#include "top.h"): Removed.
1606 * f-typeprint.c (#include "command.h"): Removed.
1607 (#include "gdbcmd.h"): Removed.
1608 (#include "language.h"): Removed.
1609 (#include "typeprint.h"): Removed.
1610 (#include "frame.h"): Removed.
1611 * gdbtypes.h (print_type_scalar): Removed declaration.
1612 * infcmd.c (#include "completer.h"): Removed.
1613 * language.c (#include "frame.h"): Removed.
1614 * m2-typeprint.c (#include "command.h"): Removed.
1615 (#include "gdbcmd.h"): Removed.
1616 (#include "language.h"): Removed.
1617 * m2-valprint.c (#include "valprint.h"): Removed.
1618 * p-typeprint.c (#include "command.h"): Removed.
1619 (#include "gdbcmd.h"): Removed.
1620 * p-valprint.c (#include "typeprint.h"): Removed.
1621 * parse.c (#include "linespec.h"): Removed.
1622 * regcache.c (#include "frame.h"): Removed.
1623 * remote.c (#include "frame.h"): Removed.
1624 (getpkt_sane): Make static.
1625 * source.c (#include "completer.h"): Removed.
1626 * stack.c (#include "symfile.h"): Removed.
1627 (#include "objfiles.h"): Removed.
1628 * symfile.c (#include "completer.h"): Removed.
1629 * tracepoint.c (#include "completer.h"): Removed.
1630 * values.c (#include "frame.h"): Removed.
1631 * varobj.c (#include "valprint.h"): Removed.
1632 * wrapper.c (#include "frame.h"): Removed.
1633
1634 * memattr.c (create_mem_region): Removed unused variable.
1635 * remote-nrom.c: Removed spurious semicolon after init_nrom_ops.
1636
397b41ad
NC
16372001-03-27 Nick Clifton <nickc@redhat.com>
1638
1639 * remote-rdp.c (rdp_set_command_line): Add missing double quote.
1640
ed817e68
KB
16412001-03-27 Kevin Buettner <kevinb@redhat.com>
1642
1643 * solib-aix5.c (build_so_lib_from_mapfile): Use xfree() instead
1644 of free().
1645
b75e0a6b
EZ
16462001-03-27 Eli Zaretskii <eliz@is.elta.co.il>
1647
1648 * TODO (Cleanups): Remove the item about converting docs to GFDL.
1649
2fc3ac7e
KB
16502001-03-26 Kevin Buettner <kevinb@redhat.com>
1651
1652 * ia64-tdep.c (slotN_contents, replace_slotN_contents): Change
1653 type of ``bundle'' from unsigned char * to char *.
1654 (ia64_get_saved_register): Use alloca() to allocate register
1655 buffers.
1656
224d8953
KB
1657 * solib-aix5.c (build_so_lib_from_mapfile): Fix xasprintf() usage.
1658
37de36c6
KB
16592001-03-26 Kevin Buettner <kevinb@redhat.com>
1660
1661 * proc-utils.h (procfs_ctl_t): New typedef.
1662 * proc-api.c (write_with_trace): Change type of ``opcode'' from
1663 long to procfs_ctl_t. Don't assume that the target has defined
1664 BREAKPOINT. Handle case in which PCRESET is the same as PCUNSET.
1665 * proc-events.c (sys/syscall.h, sys/fault.h): Include conditionally.
1666 * procfs.c (sys/fault.h, sys/syscall.h): Include conditionally.
1667 (gdb_sigset_t, gdb_sigaction_t, gdb_siginfo_t, gdb_premptysysset)
1668 (gdb_praddsysset, gdb_prdelsysset, gdb_pr_issyssetmember):
1669 Conditionally define as appropriate for AIX/non-AIX systems. Use
1670 these defines/typedefs as appropriate elsewhere in file.
1671 (struct procinfo): Change type of saved_sigset and saved_sighold
1672 from sigset_t to gdb_sigset_t. Make saved_exitset and
1673 saved_entryset pointer variables. Add two new fields, num_syscalls
1674 and syscall_names.
1675 (DYNAMIC_SYSCALLS): Define when HAVE_PRSYSENT_T is defined.
1676 (sysset_t_size, sysset_t_alloc): New functions.
1677 (load_syscalls, free_syscalls, find_syscall): New functions for
1678 platforms which define DYNAMIC_SYSCALLS.
1679 (create_procinfo): Call load_syscalls.
1680 (destroy_one_procinfo): Call free_syscalls.
1681 (GDBRESET): Don't define twice.
1682 (proc_modify_flag): Change type of operation code array `arg'
1683 from long to procfs_ctl_t.
1684 (proc_stop_process, proc_wait_for_stop, proc_run_process)
1685 (proc_set_traced_signals, proc_set_traced_faults)
1686 (proc_set_traced_sysentry, proc_set_traced_sysexit)
1687 (proc_set_held_signals, proc_clear_current_fault)
1688 (proc_set_current_signal, proc_clear_current_signal, proc_set_gregs)
1689 (proc_set_fpregs, proc_kill, proc_set_watchpoint): Likewise for `cmd'.
1690 (proc_set_traced_sysentry): Dynamically allocate variable sized
1691 struct gdb_proc_ctl_pcsentry. Also, free it at function exit.
1692 (proc_set_traced_sysexit): Dynamically allocate variable
1693 sized struct gdb_proc_ctl_pcsexit. Also, free it at
1694 function exit.
1695 (proc_get_traced_sysentry, proc_get_traced_sysexit): Add new code
1696 for reading the sysset_t struct on AIX5.
1697 (procfs_debug_inferior): Don't assume that SYS_exit will be
1698 defined. Add new code for finding certain syscalls on AIX5.
1699 (syscall_is_lwp_exit, syscall_is_exit, syscall_is_exec)
1700 (syscall_is_lwp_create): New functions.
1701 (procfs_wait): Restructured code which checks for certain
1702 system calls to use the new syscall_is_... functions.
1703 (procfs_notice_signals): Account for the fact that saved_entryset
1704 and saved_exitset in struct procinfo are now pointers.
1705
25d53da1
KB
17062001-03-26 Kevin Buettner <kevinb@redhat.com>
1707
1708 * symtab.c (find_pc_sect_line): Revise method used for finding
1709 the ending pc.
1710
50e27f84
MK
17112001-03-26 Mark Kettenis <kettenis@gnu.org>
1712
1713 * i386-linux-tdep.c (i386_linux_sigtramp_saved_pc,
1714 i386_linux_sigtramp_saved_sp): Make static.
1715 (i386_linux_frame_saved_pc): New function based on the old
1716 FRAME_SAVED_PC macro, but use read_memory_unsigned_integer instead
1717 of read_memory_integer.
1718 * config/i386/tm-linux.h (sigtramp_saved_pc): Remove definition.
1719 (i386_linux_sigtramp_saved_pc): Remove prototype.
1720 (FRAME_SAVED_PC): Redefine in terms of i386_linux_frame_saved_pc.
1721 (i386_linux_frame_saved_pc): New prototype.
1722
1a5cef06
AC
17232001-03-26 Andrew Cagney <ac131313@redhat.com>
1724
1725 * MAINTAINERS: Document m88k as a ``Known problem in 5.1''.
1726 * TODO (GDB 5.1 - Cleanups): Update.
1727
af802127
AC
17282001-03-26 Andrew Cagney <ac131313@redhat.com>
1729
1730 * fork-child.c (clone_and_follow_inferior): Delete #ifdef
1731 HAVE_VFORK.
1732
22f8ba57
MK
17332001-03-26 Mark Kettenis <kettenis@gnu.org>
1734
5b31405b
MK
1735 * config/i386/tm-symmetry.h (PUSH_ARGUMENTS): #undef.
1736
22f8ba57
MK
1737 * i386-tdep.c (i386_push_arguments, i386_store_struct_return): New
1738 functions.
1739 * config/i386/tm-i386.h (PUSH_ARGUMENTS): New macro.
1740 (STORE_STRUCT_RETURN): Redefine in terms of
1741 i386_store_struct_return.
1742 (i386_push_arguments, i386_store_struct_return): New prototypes.
1743 * config/i386/tm-i386v.h (STORE_STRUCT_RETURN): Remove. It's
1744 definition was identical to the definition in "i386/tm-i386.h" so
1745 the new definition should suffice too.
1746
49baf819 17472001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
4d277981 1748
b78a4f26
EZ
1749 * event-loop.c (toplevel) [!HAVE_POLL] [NO_FD_SET]: Remove unused
1750 definitions for SELECT, NBBY, FD_SETSIZE, NFDBITS, and MASK_SIZE.
1751
4d277981
EZ
1752 * config/djgpp/djconfig.sh: Add copyright notice.
1753
1754 * ser-go32.c (rawclock): Remove prototype; include time.h instead.
1755 (ISR, dos_hookirq, isr_t): Convert K&R definition to ANSI C.
1756 (top level) <string.h>: Include gdb_string.h instead.
1757 (dos_noop, dos_raw, dos_noflush_set_tty_state)
1758 (dos_print_tty_state, dos_info): Remove ATTRIBUTE_UNUSED.
1759
1760 * go32-nat.c (go32_create_inferior): Move the declaration of
1761 `environ' to here from the top level.
1762 (top level) <_initialize_go32_nat>: Remove redundant prototype.
1763 <gdb_string.h>: Include it instead of string.h.
1764 (store_register): Call register_buffer instead of accessing
1765 registers[] directly.
1766 (redir_cmdline_delete, redir_cmdline_parse, redir_to_debugger)
1767 (redir_to_debugger, redir_debug_init) [__DJGPP_MINOR__ < 3]: Put
1768 the function names at the start of the line.
1769 (go32_set_dr): Throw internal_error if the argument is not a valid
1770 debug register number.
1771 (go32_open, go32_close, go32_attach, go32_detach, go32_resume)
1772 (go32_wait, go32_xfer_memory, go32_files_info)
1773 (go32_terminal_info): Remove ATTRIBUTE_UNUSED.
1774
8f3ee2ae
JB
17752001-03-25 Jim Blandy <jimb@redhat.com>
1776
1777 * mips-tdep.c (mips_gdbarch_init): Tweak indentation.
1778
6ec4c4bd
EZ
17792001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1780
1781 From Andrew Cagney <ac131313@redhat.com>
1782
1783 * coffread.c: Include "gdb_assert.h".
1784 (coff_symtab_read): Cast the integer s_sclass to a long before
1785 casting it to a pointer.
1786
b9179dbc
EZ
17872001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1788
1789 From Andrew Cagney <ac131313@redhat.com>
1790
1791 * coffread.c (coff_symtab_read): Initialize
1792 ``fcn_first_line_addr''. Check that the ``.bf'' always preceeds
1793 the ``.ef'' info.
1794 * dbxread.c (find_text_range): Initialize ``start'' and ``end''.
1795
64c4637f
AC
17962001-03-23 Andrew Cagney <ac131313@redhat.com>
1797
1798 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade to
1799 GDB_MULTI_ARCH_PARTIAL from two. SOFTWARE_SINGLE_STEP is not
1800 multi-arch.
1801
1802 * gdbarch.sh (SOFTWARE_SINGLE_STEP): Add.
1803 * gdbarch.h, gdbarch.c: Re-generate.
1804
1805 * target.h (SOFTWARE_SINGLE_STEP_P)
1806 (SOFTWARE_SINGLE_STEP): Delete macro definitions.
1807
61a0eb5b
AC
18082001-03-23 Andrew Cagney <ac131313@redhat.com>
1809
1810 * gdbarch.sh (gdbarch_register_read, gdbarch_register_write): Add.
1811 * gdbarch.h, gdbarch.c: Regenerate.
1812
1813 * regcache.h (regcache_read, regcache_write): Declare.
1814 (registers, register_valid, register_buffer): Add note that these
1815 interfaces are deprecated.
1816
1817 * regcache.c: Include "gdb_assert.h".
1818 (legacy_write_register_gen): Rename write_register_gen.
1819 (legacy_read_register_gen): Rename read_register_gen.
1820 (regcache_read, regcache_write): New function.
1821 (read_register_gen, write_register_gen): New function.
1822 (write_register): Simplify. Use write_register_gen.
1823 (read_register): Ditto using read_register_gen.
1824 (read_signed_register): Ditto.
1825 (read_register_bytes): Ditto!!!!
1826 (supply_register): Add note that CLEANUP_REGISTER_VALUE is being
1827 replaced by gdbarch_register_read.
1828
1829 * TODO (GDB 5.2 - Cleanups): Add list of gdbarch methods to
1830 deprecate.
1831
c2bd2ed9
JB
18322001-03-23 Jim Blandy <jimb@redhat.com>
1833
f34754ee
JB
1834 Fix from Dan Berlin:
1835
c2bd2ed9
JB
1836 * stabsread.c (read_cpp_abbrev): Properly construct the names of
1837 virtual function table pointer fields.
1838
c0e61796
AC
18392001-03-19 Andrew Cagney <ac131313@redhat.com>
1840
1841 * defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree, xmmalloc,
1842 xmrealloc): Move existing declarations to the one place and
1843 re-order to be consistent.
1844 (xmcalloc, xmfree): Declare.
1845 (xmmalloc, xmrealoc): Assume ISO-C - use size_t and void* in
1846 declaration.
1847
1848 * utils.c (size_t): Delete #ifdef defining size_t.
1849 (mmalloc, mrealloc, mcalloc, mfree): Re-order.
1850 (mmalloc, mrealloc, mcalloc): Document as only calls in GDB
1851 corresponding malloc, realloc, calloc.
1852 (mfree): Call free directly.
1853 (xmmalloc, xmrealloc): Clean up. Assume ISO-C.
1854 (xmcalloc, xmfree): New functions. Copy old xcalloc and xfree
1855 function bodies to here.
1856 (xcalloc, xfree): Call xmcalloc and xmfree respectfully.
1857
c65ecaf3
AC
18582001-03-23 Andrew Cagney <ac131313@redhat.com>
1859
1860 * fork-child.c (fork_inferior): Make ``argv'', ``exec_file'' and
1861 ``shell_file'' static locals.
1862
1863 * jv-lang.c (java_link_class_type): Initialize ``field'' and
1864 ``method''.
1865
1866 * jv-valprint.c (java_value_print): Initialize ``next_element''.
1867
207e433e
MK
18682001-03-23 Mark Kettenis <kettenis@gnu.org>
1869
1870 * config/i386/nm-i386.h: Fix formatting and change reference to
1871 i386-tdep.c to i386-nat.c.
1872
6c5cfe5b
DS
18732001-03-23 David Smith <dsmith@redhat.com>
1874
1875 * configure.in: Corrected spelling errors.
1876 * configure: Regenerated.
1877
5300940c
AC
18782001-03-22 Andrew Cagney <ac131313@redhat.com>
1879
1880 * TODO (GDB 5.1 - Cleanups): Add more targets to obsolete.
1881
17e78a56
AC
18822001-03-22 Andrew Cagney <ac131313@redhat.com>
1883
1884 * Makefile.in (NTSSTART): Delete.
1885 (NTSOBS): Delete.
1886 (kdb): Delete target.
1887 * kdb-start.c, stuff.c: Mark as obsolete.
1888 * NEWS: Update.
1889
41899c04
AC
18902001-03-22 Andrew Cagney <ac131313@redhat.com>
1891
1892 * config/pa/xm-hppah.h (HPPA_COMPILER_BUG): Delete. GDB only
1893 compiles using an ISO-C compiler.
1894 (MALLOC_INCOMPATIBLE): Ditto.
1895 * linespec.c (decode_line_1): Delete hack to work around
1896 HPPA_COMPILER_BUG.
1897
88665544
AC
18982001-03-22 Andrew Cagney <ac131313@redhat.com>
1899
1900 * exec.c (xfer_memory): Always initialize section.
1901 * infrun.c (normal_stop): Always initialize source_flag.
1902
a2061976
AC
19032001-03-22 Andrew Cagney <ac131313@redhat.com>
1904
1905 * TODO (Remote Protocol Support): Review. Add notes about ``!'',
1906 non-use of a continue address and typical use of ``q'' packet.
1907
e24d4c64
EZ
19082001-03-22 Eli Zaretskii <eliz@is.elta.co.il>
1909
1910 Make DJGPP use the new unified support for hardware
1911 breakpoints and watchpoints on x86 targets:
1912
1913 * config/i386/nm-go32.h <top level>: Don't include nm-i386v.h,
1914 include nm-i386.h instead.
1915 (TARGET_HAS_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT)
1916 (TARGET_CAN_USE_HARDWARE_WATCHPOINT, STOPPED_BY_WATCHPOINT)
1917 (TARGET_REGION_OK_FOR_HW_WATCHPOINT, DECR_PC_AFTER_HW_BREAK)
1918 (target_stopped_data_address, target_insert_watchpoint)
1919 (target_remove_watchpoint, target_insert_hw_breakpoint)
1920 (target_remove_hw_breakpoint): Don't define.
1921 (I386_USE_GENERIC_WATCHPOINTS, I386_DR_LOW_SET_CONTROL)
1922 (I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR)
1923 (I386_DR_LOW_GET_STATUS): Define to call appropriate go32_*
1924 functions from go32-nat.c.
1925
1926 * config/i386/go32.mh (NATDEPFILES): Add i386-nat.o.
1927
1928 * go32-nat.c <top level>: Remove prototypes for watchpoint-
1929 related functions. Remove definitions of watchpoint-related
1930 macros.
1931 (go32_mourn_inferior): Call i386_cleanup_dregs instead of the
1932 private cleanup_dregs function.
1933 (cleanup_dregs, go32_insert_watchpoint)
1934 (go32_insert_aligned_watchpoint, go32_handle_nonaligned_watchpoint)
1935 (go32_remove_watchpoint, go32_remove_aligned_watchpoint)
1936 (go32_region_ok_for_watchpoint, go32_stopped_by_watchpoint)
1937 (go32_remove_hw_breakpoint, go32_insert_hw_breakpoint): Remove.
1938 (go32_set_dr, go32_set_dr7, go32_get_dr6): New functions.
1939
c26e1c2b
KB
19402001-03-21 Kevin Buettner <kevinb@redhat.com>
1941
1942 * ia64-tdep.c (fetch_instruction): Warn about slot numbers greater
1943 than two instead of generating an error.
1944
272ba48f
JB
19452001-03-21 Jim Blandy <jimb@redhat.com>
1946
1947 * cp-valprint.c: Reformat to bring into line with GNU coding
1948 standards.
1949
84346e11
MK
19502001-03-21 Mark Kettenis <kettenis@gnu.org>
1951
1952 Make Linux use the new unified support for hardware breakpoints
1953 and watchpoints on x86 targets.
1954 * i386-linux-nat.c: Doc fixes. Include "gdb_assert.h".
1955 [HAVE_SYS_DEBUGREG_H]: Include <sys/debugreg.h>.
1956 (DR_FIRSTADDR, DR_LASTADDR, DR_STATUS, DR_CONTROL): Define to
1957 appropriate value if not already defined.
1958 (register_u_addr): New function.
1959 (kernel_u_size): New function.
1960 (i386_linux_dr_get, i386_linux_dr_set): New functions.
1961 (i386_linux_dr_set_control, i386_linux_dr_set_addr,
1962 i386_linux_reset_addr, i386_linux_dr_get_status): New functions.
1963 * config/i386/nm-linux.h: Don't include "nm-i386v.h".
1964 (I386_USE_GENERIC_WATCHPOINTS): Define and include "nm-i386.h".
1965 (TARGET_HAS_HARDWARE_WATCHPOINTS,
1966 TARGET_CAN_USE_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT,
1967 STOPPED_BY_WATCHPOINT, target_insert_watchpoint,
1968 target_remove_watchpoint): Remove macros.
1969 (i386_stopped_by_watchpoint, i386_insert_watchpoint,
1970 i386_remove_watchpoint): Remove prototypes.
1971 (register_u_addr): New prototype.
1972 (REGISTER_U_ADDR): Define in terms of register_u_addr.
1973 (i386_linux_dr_set_control, i386_linux_dr_set_addr,
1974 i386_linux_reset_addr, i386_linux_dr_get_status): New prototypes.
1975 (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
1976 I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
1977 * config/i386/linux.mh (NATDEPFILES): Replace i386v-nat.o with
1978 i386-nat.o.
1979
13b57657
JB
19802001-03-21 Jim Blandy <jimb@redhat.com>
1981
f34754ee
JB
1982 Fix from Dan Berlin:
1983
13b57657
JB
1984 * linespec.c (find_methods): Whitespace differences aren't
1985 significant in *un*mangled method names. Use strcmp_iw to compare
f34754ee 1986 them, not STREQ.
13b57657 1987
eee30e78
AC
19882001-03-21 Andrew Cagney <ac131313@redhat.com>
1989
1990 * gdbarch.sh: Allow a non- multi-arch target to override a
1991 predicate.
1992 * gdbarch.h: Regenerate.
1993
b77be6cf
AC
19942001-03-21 Andrew Cagney <ac131313@redhat.com>
1995
1996 * gdbarch.sh: Avoid use of ``!''.
1997
379d08a1
AC
19982001-03-20 Andrew Cagney <ac131313@redhat.com>
1999
2000 * target.h (enum target_signal): Move definition from here.
2001 * defs.h (enum target_signal): To here.
2002
2003 * config/arc/tm-arc.h (arc_software_single_step): Change type of
2004 first parameter to enum target_signal.
2005 * config/rs6000/tm-rs6000.h (rs6000_software_single_step): Ditto.
2006 * config/sparc/tm-sparc.h (sparc_software_single_step): Ditto.
2007 * rs6000-tdep.c (rs6000_software_single_step): Update.
2008
64485362
AC
20092001-03-20 Andrew Cagney <ac131313@redhat.com>
2010
2011 * frame.h (SIZEOF_FRAME_SAVED_REGS): Report an error if macro
2012 already defined.
2013
2014 From 2000-08-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
2015 * stabsread.c (define_symbol): A parameter ('R'), a local ('r'),
2016 or a reference ('a') can be in a pseudo register.
2017 * infcmd.c (do_registers_info): Must take into account the pseudo
2018 registers to print their value.
2019 (registers_info): Likewise.
2020 * stack.c (frame_info): Likewise.
2021 * frame.h (SIZEOF_FRAME_SAVED_REGS): Save the pseudo registers.
2022
52b98211
EZ
20232001-03-21 Eli Zaretskii <eliz@is.elta.co.il>
2024
2025 Unified support for hardware breakpoints and watchpoints on
2026 x86 targets:
2027
2028 * config/i386/nm-i386.h: New file.
2029
2030 * config/i386/nm-i386.h: (i386_cleanup_dregs)
2031 (i386_insert_watchpoint, i386_remove_watchpoint)
2032 (i386_region_ok_for_watchpoint, i386_stopped_by_hwbp)
2033 (i386_stopped_data_address, i386_insert_hw_breakpoint)
2034 (i386_remove_hw_breakpoint): Declare prototypes.
2035 [I386_USE_GENERIC_WATCHPOINTS] (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2036 Define if not already defined.
2037 (TARGET_REGION_OK_FOR_HW_WATCHPOINT, HAVE_CONTINUABLE_WATCHPOINT)
2038 (STOPPED_BY_WATCHPOINT, target_stopped_data_address)
2039 (target_insert_watchpoint, target_remove_watchpoint)
2040 (target_insert_hw_breakpoint, target_remove_hw_breakpoint): Define
2041 to call the appropriate i386_* functions.
2042
2043 * i386-nat.c: New file.
2044
2045 * i386-nat.c (I386_DR_CONTROL_MASK, I386_DR_LOCAL_ENABLE)
2046 (I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN)
2047 (I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): New macros.
2048 (dr_mirror, dr_status_mirror, dr_control_mirror, dr_ref_count)
2049 (maint_show_dr): New variables.
2050 (i386_cleanup_dregs, i386_show_dr, i386_length_and_rw_bits)
2051 (i386_insert_aligned_watchpoint, i386_remove_aligned_watchpoint)
2052 (i386_handle_nonaligned_watchpoint, i386_insert_watchpoint)
2053 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
2054 (i386_stopped_data_address, i386_stopped_by_hwbp)
2055 (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): New
2056 functions.
2057 (_initialize_i386_nat): New function.
2058 [I386_USE_GENERIC_WATCHPOINTS]: Add new maint command
2059 `show-debug-regs', sets maint_show_dr to non-zero value and
2060 activates debugging print-outs in functions which insert, remove,
2061 and test watchpoints and hardware breakpoints.
2062
2063 * Makefile.in (i386-nat.o): New target.
2064 (ALLDEPFILES): Add i386-nat.o.
2065
28e9e0f0
MK
20662001-03-21 Mark Kettenis <kettenis@gnu.org>
2067
2068 * i386-tdep.c: Add back _initialize_i386_tdep prototype with
2069 appropriate comment.
2070
e40eccb4
KB
20712001-03-20 Kevin Buettner <kevinb@redhat.com>
2072
2073 * config/alpha/alpha-linux.mh (NATDEPFILES): Use proc-service.o,
2074 thread-db.o, and lin-lwp.o for thread support instead of
2075 linux-thread.o and lin-thread.o.
2076 * config/alpha/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS)
2077 (ATTACH_LWP): Define to use the following lin-lwp.c functions...
2078 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals)
2079 (lin_lwp_attach_lwp): Declare.
2080
bea7bb93
JB
20812001-03-20 Jim Blandy <jimb@redhat.com>
2082
f34754ee
JB
2083 Fix from Dan Berlin:
2084
bea7bb93
JB
2085 * Makefile.in: Clean up dependencies on ../include/demangle.h.
2086 (demangle_h): New variable.
2087 (jv-typeprint.o, jv-valprint.o, linespec.o): Use it.
2088
b0ed3589
AC
20892001-03-20 Andrew Cagney <ac131313@redhat.com>
2090
2091 * target.h (SOFTWARE_SINGLE_STEP_P): Add empty parameter list.
2092 * breakpoint.c (bpstat_stop_status): Update.
2093 * infrun.c (handle_inferior_event): Ditto.
2094 * mips-tdep.c (mips_dump_tdep): Ditto.
2095 * infrun.c (resume): Ditto.
2096 * infptrace.c (child_resume): Ditto.
2097 * config/mips/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
2098 * config/sh/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
2099 * config/sparc/tm-sparc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
2100 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP_P): Ditto.
2101 * config/arm/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
2102 * config/arc/tm-arc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
2103 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
2104
df087c62
AC
21052001-03-20 Andrew Cagney <ac131313@redhat.com>
2106
2107 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Replace abort
2108 with internal_error.
2109
8bd1f2c6
JB
21102001-03-20 Jim Blandy <jimb@redhat.com>
2111
f34754ee
JB
2112 Fix from Dan Berlin:
2113
8bd1f2c6
JB
2114 * linespec.c (find_methods): Just call CHECK_TYPEDEF on t, rather
2115 than asking for sym_class's type; that's circuitous. Remove
2116 sym_class, since the last use of it is gone.
2117
c97fe386
EZ
21182001-03-20 Eli Zaretskii <eliz@is.elta.co.il>
2119
2120 * breakpoint.c (print_it_typical) <bp_access_watchpoint> [UI_OUT]:
2121 Correct the order of calls to ui_out_field_string and
2122 ui_out_list_begin when bs->old_val is NULL.
2123
486363b6
KB
21242001-03-19 Kevin Buettner <kevinb@redhat.com>
2125
2126 * configure.in (AC_CHECK_HEADERS): Check for existence of nlist.h.
2127 * configure: Regenerate.
2128 * config.in: Regenerate.
2129 * solib-legacy.c (nlist.h): Include if HAVE_NLIST_H is defined.
2130
087bb2e2
KB
21312001-03-19 Kevin Buettner <kevinb@redhat.com>
2132
2133 * config/i386/i386v42mp.mh (NATDEPFILES): List all files on
2134 same line to avoid problems with Unixware 7's make when building
2135 a cross debugger.
2136
3c37485b
AC
21372001-03-19 Andrew Cagney <ac131313@redhat.com>
2138
2139 * defs.h (malloc): Move declaration from here.
2140 * utils.c (malloc): To here.
2141 * config/pa/xm-hppah.h (malloc): Delete declaration.
2142
2143 * gnu-nat.c (make_proc): Use xmalloc instead of malloc.
2144 * hp-psymtab-read.c (hpread_call_pxdb): Ditto.
2145 (hpread_quick_traverse): Ditto.
2146 * infttrace.c (create_thread_info): Ditto.
2147 (kill_inferior): Ditto.
2148 * gnu-nat.c (make_inf): Ditto, and don't check return value.
2149 * procfs.c (proc_update_threads): Ditto.
2150 * valprint.c (print_decimal_chars): Ditto.
2151 * gdbtypes.c (cfront_mangle_name): Use xasprintf instead of
2152 malloc and sprintf.
2153 * remote-rdp.c (rdp_set_command_line): Ditto.
2154
0e52036f
AC
21552001-03-19 Andrew Cagney <ac131313@redhat.com>
2156
2157 * defs.h (realloc): Move declaration from here.
2158 * utils.c (realloc): To here.
2159 * config/pa/xm-hppah.h (realloc): Delete declaration.
2160 * lin-thread.c (insert_thread): Use xrealloc instead of realloc.
2161 * symfile.c (add_filename_language): Ditto.
2162 * event-loop.c (create_file_handler): Ditto.
2163
81b8eb80
AC
21642001-03-19 Andrew Cagney <ac131313@redhat.com>
2165
2166 * defs.h (free): Move declaration from here.
2167 * utils.c (free): To here.
2168 (xfree): Document as the only call to free().
2169 * config/pa/xm-hppah.h (free): Delete declaration.
2170
8cca004a
KB
21712001-03-19 Kevin Buettner <kevinb@redhat.com>
2172
2173 * config/ia64/linux.mh (NATDEPFILES): Add proc-service.o to
2174 this list.
2175
cf4eee44
AC
21762001-03-19 Andrew Cagney <ac131313@redhat.com>
2177
2178 * eval.c (evaluate_subexp): Remove #ifdef __STDC__ and ``inline''.
2179 * config/mips/xm-mips.h (offsetof): Define when !GNUC not !STDC.
2180 * cli/cli-cmds.c (init_cli_cmds): Remove #ifdef __STDC__
2181
1c5b31ef
AC
21822001-03-19 Andrew Cagney <ac131313@redhat.com>
2183
2184 * TODO: List known problems with TUI.
2185
3a0c66d4
AC
21862001-03-19 Andrew Cagney <ac131313@redhat.com>
2187
2188 * MAINTAINERS: Jimmy Guo stepped down as a maintiner (TUI,
2189 gdb.hp).
2190
ce359b09
AC
21912001-03-19 Andrew Cagney <ac131313@redhat.com>
2192
2193 * remote.c (remote_cisco_section_offsets): Do not cast result from
2194 bfd_get_section_name.
2195 (compare_sections_command): Ditto.
2196 (remote_cisco_section_offsets): Make ``p'' a const pointer.
2197 (compare_sections_command): Ditto for ``sectname''.
2198
0b3f98d3
AC
21992001-03-19 Andrew Cagney <ac131313@redhat.com>
2200
2201 From Mon Nov 20 13:59:29 2000 Andrew Cagney <cagney@b1.cygnus.com>:
2202 * valops.c (hand_function_call): Simplify computation of the
2203 address of the pushed argument.
2204
7451d027
AC
22052001-03-17 Andrew Cagney <ac131313@redhat.com>
2206
2207 * p-exp.y (parse_number): Avoid shift overflow when ``long''.
2208 Code copied from c-exp.y.
2209
fb70ab0c
KB
22102001-03-18 Kevin Buettner <kevinb@redhat.com>
2211
2212 * acconfig.h (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
2213 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
2214 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New configure macros.
2215 * configure.in (HAVE_STRUCT_LINK_MAP32): Move this test out
2216 of the Solaris procfs testing section. Instead, group with...
2217 (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
2218 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
2219 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New <link.h> tests.
2220 * configure: Regenerate.
2221 * config.in: Regenerate.
2222
2223 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Use
2224 new configure macros to choose which (if any) code to
2225 compile in. Added code to explicitly handle *BSD systems;
2226 these systems were previously handled only through macro
2227 redefinition. Also, due to the way the autoconf tests are set
2228 up, this function will no longer return a non-zero value when
2229 GDB is configured as a cross debugger. I.e, cross debuggers
2230 will no longer be able to "accidentally" get the host system's
2231 link map offsets.
2232
8aa16b78
KB
22332001-03-18 Kevin Buettner <kevinb@redhat.com>
2234
2235 * config/i386/nbsd.mh (NATDEPFILES): List all files on the same
2236 line to avoid build problem on NetBSD 1.4.
2237
559e75c0
MC
22382001-03-17 Michael Chastain <chastain@redhat.com>
2239
2240 * win32-nat.c (child_attach): check args for NULL before passing
2241 to strtoul. This fixes PR gdb/43.
2242
fc338970
MK
22432001-03-17 Mark Kettenis <kettenis@gnu.org>
2244
7daede3b
MK
2245 * i387-nat.h: Doc Fix.
2246
fc338970
MK
2247 * i386-tdep.c: Fix formatting.
2248 (i386_get_frame_setup, i386_follow_jump, codestream_read,
2249 codestream_seek, codestream_fill, skip_trampoline_code,
2250 gdb_print_insn_i386, _initialize_i386_tdep): Remove redundant
2251 prototypoes.
2252
e3c6d36d
MK
22532001-03-17 Mark Kettenis <kettenis@gnu.org>
2254
2255 * config/i386/tm-linux.h (TARGET_ANALYZE_FLOATING): Remove. It's
2256 no longer used. Also remove associated FIXME.
2257
4a5c6a1d
AC
22582001-03-16 Andrew Cagney <ac131313@redhat.com>
2259
2260 * gdbarch.sh: Add classes ``m'' and ``M'' for pure multi-arch. Do
2261 not generate macro wrappers for multi-arch functions or
2262 predicates.
2263 (class_is_info_p, class_is_predicate_p): Update.
2264 (class_is_function_p, class_is_variable_p): Ditto.
2265 (class_is_multiarch_p): New class function.
2266
7256e1a5
C
22672001-03-16 J.T. Conklin <jtc@redback.com>
2268
2269 * config/h8300/tm-h8300.h (FRAME_ARGS_ADDRESS): Changed to use
2270 h8300_frame_args_address from frame_args_address.
2271 (FRAME_LOCALS_ADDRESS): Changed to use h8300_frame_locals_address
2272 from frame_locals_address.
2273 (PRINT_REGISTER_HOOK): Changed to use h8300_print_register_hook
2274 from print_register_hook.
2275 (h8300_frame_args_address): Declare.
2276 (h8300_frame_find_saved_regs): Declare.
2277 (h8300_frame_locals_address): Declare.
2278 (h8300_frame_saved_pc): Declare.
2279 (h8300_pop_frame): Declare.
2280 (h8300_print_register_hook): Declare.
2281 * h8300-tdep.c (h8300_frame_find_saved_regs): Removed declaration.
2282 (h8300_frame_args_address): Renamed from frame_args_address.
2283 (h8300_frame_locals_address): Renamed from frame_locals_address.
2284 (h8300_pop_frame): Renamed from pop_frame.
2285 (h8300_print_register_hook): Renamed from print_register_hook.
2286
435b259c
KB
22872001-03-16 Kevin Buettner <kevinb@redhat.com>
2288
2289 * solib-svr4.c (bfd_lookup_symbol): Change type of
2290 ``storage_needed'' from unsigned int to long in order to
2291 match return type of bfd_get_symtab_upper_bound() and
2292 bfd_get_dynamic_symtab_upper_bound().
2293 * solib-aix5.c (bfd_lookup_symbol): Likewise. Also, eliminate
2294 REASONABLE_LIMIT hack which had been added to work around this
2295 problem.
2296
80117be2
KB
22972001-03-15 Kevin Buettner <kevinb@redhat.com>
2298
2299 * solib-aix5.c (bfd_lookup_symbol, build_so_list_from_mapfile)
2300 (aix5_relocate_main_executable, aix5_clear_solib): Replace calls
2301 to free() with calls to xfree().
2302 (bfd_lookup_symbol): Eliminate use of PTR.
2303 (build_so_list_from_mapfile): Use xasprintf() instead of sprintf().
2304
77cd5909
MH
23052001-03-15 Martin Hunt <hunt@redhat.com>
2306
2307 * linespec.c (decode_line_1): Remove trailing quote
2308 when parsing double quotes.
2309
f7f5a202
KB
23102001-03-15 Kevin Buettner <kevinb@redhat.com>
2311
2312 * uw-thread.c (read_thr_debug, read_map, read_lwp, thread_iter)
2313 (libthread_stub, libthread_init): Pass NULL for the mem_attrib
2314 argument in the to_xfer_memory calls.
2315
0d35ddba
AC
23162001-03-15 Andrew Cagney <ac131313@redhat.com>
2317
2318 * MAINTAINERS: Fix typo - w65 not w64. Still doesn't build.
2319 * TODO (GDB 5.1 - Cleanups): Add status of targets being obsoleted.
2320
043780a1
AC
23212001-03-15 Andrew Cagney <ac131313@redhat.com>
2322
2323 * wince.c (child_xfer_memory): Add attrib parameter.
2324 * symm-nat.c (child_xfer_memory): Ditto.
2325 * mac-nat.c (child_xfer_memory): Ditto.
2326 * infttrace.c (child_xfer_memory): Ditto.
2327 * procfs.c (procfs_xfer_memory): Ditto.
2328 * lin-thread.c (thread_db_xfer_memory): Ditto.
2329 * gnu-nat.c (gnu_xfer_memory): Ditto.
2330
9b9c068d
AC
23312001-03-14 Andrew Cagney <ac131313@redhat.com>
2332
2333 * NEWS: Mention that Harris/CXUX m88k is obsolete.
2334
f88e2c52
AC
23352001-03-13 Andrew Cagney <ac131313@redhat.com>
2336
2337 * config/mips/tm-mips.h: Include "regcache.h" for macros refering
2338 to regcache functions.
2339 * config/m68k/tm-m68k.h: Ditto.
2340 * config/i386/tm-i386v.h: Ditto.
2341 * config/mcore/tm-mcore.h: Ditto.
2342 * config/m88k/tm-m88k.h: Ditto.
2343 * config/m68k/tm-news.h: Ditto.
2344 * config/m68k/tm-linux.h: Ditto.
2345 * config/m68k/tm-delta68.h: Ditto.
2346 * config/m68k/nm-sun3.h: Ditto.
2347 * config/m32r/tm-m32r.h: Ditto.
2348 * config/i386/tm-symmetry.h: Ditto.
2349 * config/i386/tm-sun386.h: Ditto.
2350 * config/i386/tm-i386.h: Ditto.
2351 * config/i386/nm-symmetry.h: Ditto.
2352 * config/i386/nm-sun386.h: Ditto.
2353 * config/i386/nm-ptx4.h: Ditto.
2354 * config/i386/nm-i386mach.h: Ditto.
2355 * config/h8500/tm-h8500.h: Ditto.
2356 * config/h8300/tm-h8300.h: Ditto.
2357 * config/fr30/tm-fr30.h: Ditto.
2358 * config/d30v/tm-d30v.h: Ditto.
2359 * config/arm/tm-arm.h: Ditto.
2360 * config/arc/tm-arc.h: Ditto.
2361 * config/alpha/tm-alpha.h: Ditto.
2362 * config/a29k/tm-vx29k.h: Ditto.
2363 * config/a29k/tm-a29k.h: Ditto.
2364 * config/w65/tm-w65.h: Ditto.
2365 * config/vax/tm-vax.h: Ditto.
2366 * config/v850/tm-v850.h: Ditto.
2367 * config/tic80/tm-tic80.h: Ditto.
2368 * config/sparc/tm-sparclite.h: Ditto.
2369 * config/sparc/tm-sparclet.h: Ditto.
2370 * config/sparc/tm-sparc.h: Ditto.
2371 * config/sparc/nm-sun4sol2.h: Ditto.
2372 * config/sparc/nm-sun4os4.h: Ditto.
2373 * config/sparc/nm-nbsd.h: Ditto.
2374 * config/powerpc/nm-solaris.h: Ditto.
2375 * config/pa/tm-hppao.h: Ditto.
2376 * config/pa/tm-hppa.h: Ditto.
2377 * config/pa/nm-hppab.h: Ditto.
2378 * config/ns32k/tm-umax.h: Ditto.
2379 * config/ns32k/tm-merlin.h: Ditto.
2380 * config/nm-m3.h: Ditto.
2381 * config/nm-gnu.h: Ditto.
2382
0981ead9
AC
23832001-03-14 Andrew Cagney <ac131313@redhat.com>
2384
2385 * MAINTAINERS: Update list of targets. Mark arm-* and v850-elf as
2386 broken. Mark sh-*, ia64-linux and ns32k-netbsd as buildable.
2387 Specify an m88k target. Include sample GAWK script to generate
2388 target list. Delete non-existant romp target.
2389 * TODO (GDB 5.1 - Cleanups): Update.
2390
91c1720e
KS
23912001-03-14 Keith Seitz <keiths@cygnus.com>
2392
2393 * linespec.c (decode_line_1): Skip argptr over a leading
2394 double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes.
2395
3cc122b3
KB
23962001-03-14 Kevin Buettner <kevinb@redhat.com>
2397
2398 * config/djgpp/fnchange.lst (ia64-aix-nat.c): Add entry.
2399
5bb367b1
AC
24002001-03-13 Andrew Cagney <ac131313@redhat.com>
2401
2402 * ui-out.h: Remove #if __STDC__, assume an ISO-C compiler.
2403 * m3-nat.c: Ditto.
2404 * p-lang.h: Ditto.
2405 * printcmd.c (printf_command): Ditto.
2406 * ch-exp.c (match_integer_literal): Ditto.
2407 * scm-tags.h: Ditto.
2408 * ser-go32.c: Ditto.
2409 * hppa-tdep.c (unwind_command): Ditto.
2410 * defs.h (volatile): Delete macro definition. Assume __STDC__.
2411 * remote-adapt.c (volatile): Ditto.
2412 * remote-eb.c (volatile): Ditto.
2413 * remote-mm.c (volatile): Ditto.
2414 * defs.h (alloca): Assume __STDC__, declare returning void *.
2415
a728f042
AC
24162001-03-08 Andrew Cagney <ac131313@redhat.com>
2417
2418 * inferior.h (ARCH_NUM_REGS): Delete definition.
2419 * stack.c (frame_info): Use NUM_REGS, not ARCH_NUM_REGS.
2420 * regcache.c (registers_changed): Ditto.
2421 (registers_fetched): Ditto.
2422 * infptrace.c (fetch_inferior_registers): Ditto.
2423 (store_inferior_registers): Ditto.
2424 * infcmd.c (do_registers_info): Ditto.
2425 (registers_info): Ditto.
2426 * i386-linux-nat.c (old_fetch_inferior_registers): Ditto.
2427 (old_store_inferior_registers): Ditto.
2428 * gdbserver/low-linux.c (register_addr): Ditto.
2429 * gdbserver/low-hppabsd.c (register_addr): Ditto.
2430 * core-aout.c: Don't include "inferior.h".
2431 (fetch_core_registers): Use NUM_REGS not ARCH_NUM_REGS.
2432 (register_addr): Ditto.
2433
f48ff60a
FN
24342001-03-13 Fernando Nasser <fnasser@redhat.com>
2435
2436 From Steven Johnson <sjohnson@neurizon.net>
2437 * cli/cli-script.c (define_command): Fix setting of post hooks.
2438
305d65ca
MK
24392001-03-13 Mark Kettenis <kettenis@gnu.org>
2440
2441 * i386-linux-tdep.c: Fix formatting and clarify comments.
2442 (i386_linux_svr4_fetch_link_map_offsets): Use NULL instead of 0
2443 where appropriate.
2444
bf62e5b4
AC
24452001-03-12 Andrew Cagney <ac131313@redhat.com>
2446
2447 * gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.
2448 (proc_update_sc): Use gdb_assert instead of assert.
2449 (proc_abort): Ditto.
2450 (inf_set_step_thread): Ditto.
2451 (gnu_wait): Ditto.
2452 (S_exception_raise_request): Ditto.
2453 (gnu_terminal_init_inferior): Ditto.
2454
21479ded
KB
24552001-03-09 Kevin Buettner <kevinb@redhat.com>
2456
2457 * Makefile.in (solib-svr4.o): Depend on solib-svr4.c, not solib.c.
2458 (solib-legacy.o): New makefile target.
2459 * solib-legacy.c: New file.
2460 * solib-svr4.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
2461 (default_svr4_fetch_link_map_offsets): Delete.
2462 (set_solib_svr4_fetch_link_map_offsets): Declare.
2463 (legacy_svr4_fetch_link_map_offsets_hook): Declare.
2464 * solib-svr4.c (elf/common.h): Include.
2465 (link.h): Only include for SunOS shared library support.
2466 (_SYSCALL32): Don't define.
2467 (SVR4_FETCH_LINK_MAP_OFFSETS): Define.
2468 (default_svr4_fetch_link_map_offsets): Made static; added forward
2469 declaration.
2470 (fetch_link_map_offsets): New static global.
2471 (legacy_svr4_fetch_link_map_offsets_hook): New global variable.
2472 (default_svr4_fetch_link_map_offsets): Rewritten. The guts
2473 of what used to be in this function now reside in
2474 legacy_svr4_fetch_link_map_offsets() in solib-legacy.c.
2475 (open_symbol_file_object): Fix declaration in SunOS section
2476 of the code.
2477 (set_solib_svr4_fetch_link_map_offsets): New extern function.
2478 (init_fetch_link_map_offsets): New static function.
2479 (_initialize_svr4_solib): Put static global fetch_link_map_offsets
2480 under multiarch control.
2481
2482 * config/alpha/alpha-linux.mt (TDEPFILES): Add solib-legacy.o to
2483 list.
2484 * config/alpha/fbsd.mh (NATDEPFILES): Likewise.
2485 * config/arm/linux.mt (TDEPFILES): Likewise.
2486 * config/i386/fbsd.mh (NATDEPFILES): Likewise.
2487 * config/i386/i386dgux.mh (NATDEPFILES): Likewise.
2488 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
2489 * config/i386/i386sco5.mh (NATDEPFILES): Likewise.
2490 * config/i386/i386sol2.mt (TDEPFILES): Likewise.
2491 * config/i386/i386v4.mh (NATDEPFILES): Likewise.
2492 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
2493 * config/i386/linux.mt (TDEPFILES): Likewise.
2494 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
2495 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
2496 * config/i386/ncr3000.mt (TDEPFILES): Likewise.
2497 * config/i386/ptx4.mh (XDEPFILES): Likewise.
2498 * config/i386/sun386.mt (TDEPFILES): Likewise.
2499 * config/ia64/linux.mt (TDEPFILES): Likewise.
2500 * config/m68k/linux.mt (TDEPFILES): Likewise.
2501 * config/m68k/m68kv4.mh (NATDEPFILES): Likewise.
2502 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
2503 * config/m68k/sun2os4.mt (TDEPFILES): Likewise.
2504 * config/m68k/sun3os4.mt (TDEPFILES): Likewise.
2505 * config/m88k/delta88v4.mh (NATDEPFILES): Likewise.
2506 * config/mips/mipsv4.mh (NATDEPFILES): Likewise.
2507 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
2508 * config/powerpc/linux.mt (TDEPFILES): Likewise.
2509 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
2510 * config/powerpc/solaris.mh (NATDEPFILES): Likewise.
2511 * config/sh/linux.mt (TDEPFILES): Likewise.
2512 * config/sparc/linux.mt (TDEPFILES): Likewise.
2513 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
2514 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
2515 * config/sparc/sp64linux.mt (TDEPFILES): Likewise.
2516 * config/sparc/sun4os4.mt (TDEPFILES): Likewise.
2517 * config/sparc/sun4sol2.mh (NATDEPFILES): Likewise.
2518
d7fa9de0
KB
25192001-03-09 Kevin Buettner <kevinb@redhat.com>
2520
2521 * utils.c (xmrealloc, xcalloc): Return NULL for zero-sized requests.
2522
f8241bd1
AC
25232001-03-09 Andrew Cagney <ac131313@redhat.com>
2524
2525 * MAINTAINERS (Write After Approval): Update Philip Blundell.
2526
e6b4b0c2
KS
25272001-03-09 Keith Seitz <keiths@cygnus.com>
2528
2529 * MAINTAINERS: Add myself to write after approval list.
2530
96836138
MK
25312001-03-09 Mark Kettenis <kettenis@gnu.org>
2532
2533 * i387-tdep.c (print_i387_status_word): Fix printing of Stack
2534 fault flag. It is bit 6 of the x87 FPU status word, not bit 7.
2535
1b594327
AC
25362001-03-08 Andrew Cagney <ac131313@redhat.com>
2537
2538 * configure.host (m88*-harris-cxux*): Mark as obsolete.
2539 * configure.tgt: Ditto.
2540 * config/m88k/xm-cxux.h: Ditto.
2541 * config/m88k/tm-cxux.h: Ditto.
2542 * config/m88k/nm-cxux.h: Ditto.
2543 * config/m88k/cxux.mt: Ditto.
2544 * config/m88k/cxux.mh: Ditto.
2545
4a32a1e4
AC
25462001-03-08 Andrew Cagney <ac131313@redhat.com>
2547
2548 * Makefile.in: Delete rules for obsolete files.
2549
ec9a3449
DT
2550Thu Mar 8 15:43:40 2001 David Taylor <taylor@redhat.com>
2551
2552 * stack.c (parse_frame_specification): For one argument case,
2553 handle the situation where the argument is an integer, not an
2554 address -- arguably the most common case. This matters on
2555 targets where pointers and addresses are different.
2556
a50c34dc
AC
25572001-03-08 Andrew Cagney <ac131313@redhat.com>
2558
2559 * TODO: Revise 5.1 list. Delete PARAMS task. Add coding standard
2560 review. Clarify GNU/LINUX/sparc. Move other tasks to 5.2 or
2561 general.
2562
cfc046cf
AC
25632001-03-07 Andrew Cagney <ac131313@redhat.com>
2564
2565 * TODO (GDB 5.1 Known Problems): Document problem of building GDB
2566 with SID on Solaris 8.
2567
39424bef
MK
25682001-03-07 Mark Kettenis <kettenis@gnu.org>
2569
2570 * defs.h: Provide prototypes for floatformat_is_negative,
2571 floatformat_is_nan and floatformat_mantissa.
2572 * utils.c: Include "gdb_assert.h".
2573 (floatformat_is_negative): New function.
2574 (floatformat_is_nan): New function.
2575 (floatformat_mantissa): New function.
2576 * valprint.c: Include "floatformat.h".
2577 (print_floating): Get rid of the Linux-specific
2578 TARGET_ANALYZE_FLOATING macro and rewrite NaN detection with the
2579 help these new functions. Print NaN's in a format conforming to
2580 ISO C99.
2581
7a1bd56a
EZ
25822001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
2583
2584 * top.c (init_main): Make `set history file name' complete on file
2585 names.
2586
5565b556
C
25872001-03-06 J.T. Conklin <jtc@redback.com>
2588
21a12a30
C
2589 * Makefile.in (LINTFLAGS): Update to contain all of the macros
2590 which define include paths used when compiling.
2591
2592 * util.c (savestring, msavestring): Change type of length argument.
2593 * defs.h (savestring, msavestring): Update to match.
2594
5565b556
C
2595 * symtab.h (decode_line_1): Removed declaration.
2596
2597 * symfile.c (#include <assert.h>): Removed.
2598
2599 * arch-utils.c (#include <ctype.h>): Removed.
2600 * c-typeprint.c: Likewise.
2601 * dbxread.c: Likewise.
2602 * gdbtypes.c: Likewise.
2603 * target.c: Likewise.
2604 * os9kread.c: Likewise.
2605
2606 * c-valprint.c (#include "demangle.h"): Removed.
2607 * ch-typeprint.c: Likewise.
2608 * eval.c: Likewise.
2609 * f-typeprint.c: Likewise.
2610 * f-valprint.c: Likewise.
2611 * m2-typeprint.c: Likewise.
2612 * typeprint.c: Likewise.
2613 * p-typeprint.c: Likewise.
2614 * valarith.c: Likewise.
2615 * valprint.c: Likewise.
2616
2617 * m2-typeprint.c (#include "gdb_string.h"): Removed.
2618 * nlmread.c: Likewise.
2619
2620 * mdebugread.c (#include "gdb-stabs.h"): Removed.
2621 * minsyms.c: Likewise.
2622 * mipsread.c: Likewise.
2623 * nlmread.c: Likewise.
2624
2625 * m2-typeprint.c (#include "obstack.h"): Removed.
2626 * m2-valprint.c: Likewise.
2627
2628 * event-loop.c (#include <setjmp.h>): Removed.
2629
e8be95ae
SS
26302001-03-06 Stan Shebs <shebs@apple.com>
2631
2632 * MAINTAINERS: Remove self from specific maintenance domains
2633 (macos, gdbserver, documentation, testsuite).
2634
b6ba6518
KB
26352001-03-06 Kevin Buettner <kevinb@redhat.com>
2636
2637 * 29k-share/udi/udip2soc.c, Makefile.in, a29k-tdep.c,
2638 a68v-nat.c, abug-rom.c, aclocal.m4, alpha-nat.c, alpha-tdep.c,
2639 annotate.c, annotate.h, arc-tdep.c, arch-utils.c,
2640 arch-utils.h, arm-tdep.c, ax-gdb.c, ax-gdb.h, ax-general.c,
2641 ax.h, bcache.c, bcache.h, blockframe.c, breakpoint.c,
2642 breakpoint.h, buildsym.c, buildsym.h, c-exp.y, c-lang.c,
2643 c-lang.h, c-typeprint.c, c-valprint.c, call-cmds.h, ch-exp.c,
2644 ch-lang.c, ch-lang.h, ch-typeprint.c, ch-valprint.c,
2645 cli/cli-cmds.h, cli/cli-decode.c, cli/cli-decode.h,
2646 cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.h,
2647 cli/cli-utils.h, cli-out.c, cli-out.h, coff-solib.c,
2648 coff-solib.h, coffread.c, command.h, complaints.c,
2649 complaints.h, completer.c, completer.h,
2650 config/a29k/nm-ultra3.h, config/a29k/tm-a29k.h,
2651 config/a29k/tm-ultra3.h, config/a29k/tm-vx29k.h,
2652 config/a29k/xm-ultra3.h, config/alpha/nm-fbsd.h,
2653 config/alpha/nm-linux.h, config/alpha/nm-osf.h,
2654 config/alpha/nm-osf2.h, config/alpha/nm-osf3.h,
2655 config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h,
2656 config/alpha/xm-alphalinux.h, config/alpha/xm-alphaosf.h,
2657 config/alpha/xm-fbsd.h, config/arc/tm-arc.h,
2658 config/arm/nm-linux.h, config/arm/tm-arm.h,
2659 config/arm/tm-embed.h, config/d10v/tm-d10v.h,
2660 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
2661 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
2662 config/i386/nm-fbsd.h, config/i386/nm-gnu.h,
2663 config/i386/nm-i386bsd.h, config/i386/nm-i386mach.h,
2664 config/i386/nm-i386sco.h, config/i386/nm-i386sol2.h,
2665 config/i386/nm-i386v.h, config/i386/nm-i386v4.h,
2666 config/i386/nm-i386v42mp.h, config/i386/nm-linux.h,
2667 config/i386/nm-nbsd.h, config/i386/nm-nbsdelf.h,
2668 config/i386/nm-ptx4.h, config/i386/nm-sun386.h,
2669 config/i386/nm-symmetry.h, config/i386/tm-cygwin.h,
2670 config/i386/tm-fbsd.h, config/i386/tm-i386.h,
2671 config/i386/tm-i386aix.h, config/i386/tm-i386bsd.h,
2672 config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h,
2673 config/i386/tm-i386m3.h, config/i386/tm-i386mk.h,
2674 config/i386/tm-i386nw.h, config/i386/tm-i386os9k.h,
2675 config/i386/tm-i386sco5.h, config/i386/tm-i386sol2.h,
2676 config/i386/tm-i386v.h, config/i386/tm-i386v4.h,
2677 config/i386/tm-i386v42mp.h, config/i386/tm-linux.h,
2678 config/i386/tm-nbsd.h, config/i386/tm-ptx.h,
2679 config/i386/tm-ptx4.h, config/i386/tm-sun386.h,
2680 config/i386/tm-symmetry.h, config/i386/tm-vxworks.h,
2681 config/i386/xm-fbsd.h, config/i386/xm-i386bsd.h,
2682 config/i386/xm-i386gnu.h, config/i386/xm-i386m3.h,
2683 config/i386/xm-i386mach.h, config/i386/xm-i386mk.h,
2684 config/i386/xm-i386sco.h, config/i386/xm-i386v4.h,
2685 config/i386/xm-linux.h, config/i386/xm-nbsd.h,
2686 config/i386/xm-ptx.h, config/i386/xm-ptx4.h,
2687 config/i386/xm-sun386.h, config/i386/xm-symmetry.h,
2688 config/i960/tm-i960.h, config/i960/tm-mon960.h,
2689 config/i960/tm-nindy960.h, config/i960/tm-vx960.h,
2690 config/ia64/nm-aix.h, config/ia64/nm-linux.h,
2691 config/ia64/tm-aix.h, config/ia64/tm-ia64.h,
2692 config/ia64/tm-linux.h, config/ia64/xm-aix.h,
2693 config/ia64/xm-linux.h, config/m68k/nm-apollo68b.h,
2694 config/m68k/nm-delta68.h, config/m68k/nm-dpx2.h,
2695 config/m68k/nm-hp300bsd.h, config/m68k/nm-hp300hpux.h,
2696 config/m68k/nm-linux.h, config/m68k/nm-sun3.h,
2697 config/m68k/tm-apollo68b.h, config/m68k/tm-cisco.h,
2698 config/m68k/tm-dpx2.h, config/m68k/tm-es1800.h,
2699 config/m68k/tm-hp300bsd.h, config/m68k/tm-hp300hpux.h,
2700 config/m68k/tm-isi.h, config/m68k/tm-linux.h,
2701 config/m68k/tm-m68k.h, config/m68k/tm-m68kv4.h,
2702 config/m68k/tm-mac.h, config/m68k/tm-monitor.h,
2703 config/m68k/tm-nbsd.h, config/m68k/tm-news.h,
2704 config/m68k/tm-os68k.h, config/m68k/tm-sun3.h,
2705 config/m68k/tm-vx68.h, config/m68k/xm-3b1.h,
2706 config/m68k/xm-apollo68b.h, config/m68k/xm-dpx2.h,
2707 config/m68k/xm-hp300bsd.h, config/m68k/xm-hp300hpux.h,
2708 config/m68k/xm-linux.h, config/m68k/xm-m68kv4.h,
2709 config/m68k/xm-mpw.h, config/m68k/xm-news.h,
2710 config/m68k/xm-sun2.h, config/m68k/xm-sun3.h,
2711 config/m68k/xm-sun3os4.h, config/m88k/nm-delta88v4.h,
2712 config/m88k/tm-delta88.h, config/m88k/tm-delta88v4.h,
2713 config/m88k/tm-m88k.h, config/m88k/xm-cxux.h,
2714 config/m88k/xm-delta88.h, config/m88k/xm-delta88v4.h,
2715 config/m88k/xm-dgux.h, config/mcore/tm-mcore.h,
2716 config/mips/nm-irix3.h, config/mips/nm-irix4.h,
2717 config/mips/nm-irix5.h, config/mips/nm-mips.h,
2718 config/mips/nm-news-mips.h, config/mips/tm-bigmips.h,
2719 config/mips/tm-embed.h, config/mips/tm-embed64.h,
2720 config/mips/tm-embedl.h, config/mips/tm-embedl64.h,
2721 config/mips/tm-irix3.h, config/mips/tm-irix5.h,
2722 config/mips/tm-mips.h, config/mips/tm-mips64.h,
2723 config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h,
2724 config/mips/tm-tx39.h, config/mips/tm-tx39l.h,
2725 config/mips/tm-vr4100.h, config/mips/tm-vr4300.h,
2726 config/mips/tm-vr4300el.h, config/mips/tm-vr4xxx.h,
2727 config/mips/tm-vr4xxxel.h, config/mips/tm-vr5000.h,
2728 config/mips/tm-vr5000el.h, config/mips/xm-irix3.h,
2729 config/mips/xm-irix4.h, config/mips/xm-irix5.h,
2730 config/mips/xm-mips.h, config/mips/xm-mipsm3.h,
2731 config/mips/xm-mipsv4.h, config/mips/xm-news-mips.h,
2732 config/mips/xm-riscos.h, config/mn10200/tm-mn10200.h,
2733 config/mn10300/tm-mn10300.h, config/nm-gnu.h,
2734 config/nm-linux.h, config/nm-lynx.h, config/nm-m3.h,
2735 config/nm-sysv4.h, config/none/nm-none.h,
2736 config/none/tm-none.h, config/none/xm-none.h,
2737 config/ns32k/nm-nbsd.h, config/ns32k/nm-umax.h,
2738 config/ns32k/tm-merlin.h, config/ns32k/tm-nbsd.h,
2739 config/ns32k/tm-ns32km3.h, config/ns32k/tm-umax.h,
2740 config/ns32k/xm-merlin.h, config/ns32k/xm-ns32km3.h,
2741 config/pa/nm-hppab.h, config/pa/nm-hppah.h,
2742 config/pa/nm-hppao.h, config/pa/tm-hppa.h,
2743 config/pa/tm-hppa64.h, config/pa/tm-hppah.h,
2744 config/pa/xm-hppab.h, config/pa/xm-hppah.h,
2745 config/powerpc/nm-aix.h, config/powerpc/nm-linux.h,
2746 config/powerpc/nm-macos.h, config/powerpc/nm-nbsd.h,
2747 config/powerpc/tm-cygwin.h, config/powerpc/tm-linux.h,
2748 config/powerpc/tm-macos.h, config/powerpc/tm-ppc-aix.h,
2749 config/powerpc/tm-ppc-eabi.h, config/powerpc/tm-ppc-nw.h,
2750 config/powerpc/tm-ppcle-eabi.h, config/powerpc/tm-solaris.h,
2751 config/powerpc/xm-aix.h, config/powerpc/xm-linux.h,
2752 config/powerpc/xm-mpw.h, config/rs6000/nm-rs6000.h,
2753 config/rs6000/tm-rs6000.h, config/rs6000/tm-rs6000ly.h,
2754 config/rs6000/xm-aix4.h, config/rs6000/xm-rs6000.h,
2755 config/sh/tm-linux.h, config/sh/tm-sh.h, config/sh/tm-wince.h,
2756 config/sparc/nm-linux.h, config/sparc/nm-nbsd.h,
2757 config/sparc/nm-nbsdelf.h, config/sparc/nm-sparclynx.h,
2758 config/sparc/nm-sun4os4.h, config/sparc/nm-sun4sol2.h,
2759 config/sparc/tm-linux.h, config/sparc/tm-sp64.h,
2760 config/sparc/tm-sp64sim.h, config/sparc/tm-sparc.h,
2761 config/sparc/tm-sparclet.h, config/sparc/tm-sparclite.h,
2762 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
2763 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
2764 config/sparc/xm-sun4os4.h, config/sparc/xm-sun4sol2.h,
2765 config/tic80/tm-tic80.h, config/tm-linux.h, config/tm-lynx.h,
2766 config/tm-sysv4.h, config/v850/tm-v850.h, config/vax/tm-vax.h,
2767 config/w65/tm-w65.h, config/xm-aix4.h, config/xm-lynx.h,
2768 config/xm-mpw.h, config/xm-nbsd.h, config/xm-sysv4.h,
2769 config/z8k/tm-z8k.h, configure.in, core-aout.c, core-regset.c,
2770 core-sol2.c, corefile.c, corelow.c, cp-valprint.c,
2771 cpu32bug-rom.c, cxux-nat.c, d10v-tdep.c, d30v-tdep.c,
2772 dbug-rom.c, dbxread.c, dcache.c, dcache.h, defs.h,
2773 delta68-nat.c, demangle.c, dink32-rom.c, dpx2-nat.c, dsrec.c,
2774 dstread.c, dve3900-rom.c, dwarf2read.c, dwarfread.c,
2775 elfread.c, environ.c, environ.h, eval.c, event-loop.c,
2776 event-loop.h, event-top.c, exec.c, expprint.c, f-exp.y,
2777 f-lang.c, f-lang.h, f-typeprint.c, f-valprint.c, findvar.c,
2778 fork-child.c, fr30-tdep.c, frame.c, frame.h, gdb-events.c,
2779 gdb-events.h, gdb-events.sh, gdb-stabs.h, gdb.1, gdb_string.h,
2780 gdb_thread_db.h, gdbcmd.h, gdbcore.h, gdbserver/Makefile.in,
2781 gdbserver/gdbreplay.c, gdbserver/gdbserver.1,
2782 gdbserver/low-hppabsd.c, gdbserver/low-linux.c,
2783 gdbserver/low-lynx.c, gdbserver/low-nbsd.c,
2784 gdbserver/low-sim.c, gdbserver/low-sparc.c,
2785 gdbserver/low-sun3.c, gdbserver/remote-utils.c,
2786 gdbserver/server.c, gdbserver/server.h, gdbserver/utils.c,
2787 gdbthread.h, gdbtypes.c, gdbtypes.h, gnu-nat.c, gnu-nat.h,
2788 gnu-regex.c, gnu-regex.h, h8300-tdep.c, h8500-tdep.c,
2789 hp-psymtab-read.c, hp-symtab-read.c, hp300ux-nat.c,
2790 hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c, hpread.c,
2791 hpread.h, hpux-thread.c, i386-tdep.c, i386aix-nat.c,
2792 i386b-nat.c, i386gnu-nat.c, i386ly-tdep.c, i386m3-nat.c,
2793 i386mach-nat.c, i386nbsd-nat.c, i386nbsd-tdep.c, i386v-nat.c,
2794 i386v4-nat.c, i387-tdep.c, i960-tdep.c, infcmd.c, inferior.h,
2795 inflow.c, infptrace.c, infrun.c, inftarg.c, infttrace.c,
2796 irix4-nat.c, irix5-nat.c, isi-xdep.c, jv-exp.y, jv-lang.c,
2797 jv-lang.h, jv-typeprint.c, jv-valprint.c, kdb-start.c,
2798 kod-cisco.c, kod.c, language.c, language.h, lin-thread.c,
2799 linespec.c, linespec.h, linux-thread.c, lynx-nat.c, m2-exp.y,
2800 m2-lang.c, m2-lang.h, m2-typeprint.c, m2-valprint.c, m3-nat.c,
2801 m32r-rom.c, m32r-tdep.c, m68k-tdep.c, m68klinux-nat.c,
2802 m68knbsd-nat.c, m88k-nat.c, m88k-tdep.c, mac-nat.c,
2803 mac-xdep.c, main.c, maint.c, mcore-rom.c, mcore-tdep.c,
2804 mdebugread.c, mem-break.c, minimon.h, minsyms.c, mips-nat.c,
2805 mips-tdep.c, mipsm3-nat.c, mipsread.c, mipsv4-nat.c,
2806 mn10200-tdep.c, mn10300-tdep.c, mon960-rom.c, monitor.c,
2807 monitor.h, news-xdep.c, nindy-share/env.h, nindy-tdep.c,
2808 nlm/Makefile.in, nlmread.c, ns32k-tdep.c, ns32km3-nat.c,
2809 ns32knbsd-nat.c, objfiles.c, objfiles.h, ocd.c, ocd.h,
2810 op50-rom.c, os9kread.c, osfsolib.c, p-exp.y, pa64solib.c,
2811 pa64solib.h, parse.c, parser-defs.h, partial-stab.h,
2812 ppc-bdm.c, ppc-linux-nat.c, ppc-linux-tdep.c, ppcbug-rom.c,
2813 ppcnbsd-nat.c, printcmd.c, proc-api.c, proc-events.c,
2814 proc-flags.c, proc-utils.h, proc-why.c, procfs.c, ptx4-nat.c,
2815 rdi-share/Makefile.in, rdi-share/aclocal.m4, regcache.c,
2816 regcache.h, remote-adapt.c, remote-array.c, remote-bug.c,
2817 remote-e7000.c, remote-eb.c, remote-es.c, remote-est.c,
2818 remote-hms.c, remote-mips.c, remote-mm.c, remote-nindy.c,
2819 remote-nrom.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
2820 remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
2821 remote-utils.c, remote-utils.h, remote-vx.c, remote.c,
2822 remote.h, reply_mig_hack.awk, rom68k-rom.c, rs6000-nat.c,
2823 rs6000-tdep.c, scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h,
2824 scm-valprint.c, ser-e7kpc.c, ser-mac.c, ser-ocd.c, ser-pipe.c,
2825 ser-tcp.c, ser-unix.c, serial.c, serial.h, sh-tdep.c,
2826 sh3-rom.c, sol-thread.c, solib-aix5.c, solib-svr4.c, solib.c,
2827 solib.h, solist.h, somread.c, somsolib.c, somsolib.h,
2828 source.c, sparc-nat.c, sparc-tdep.c, sparcl-tdep.c,
2829 sparclet-rom.c, srec.h, stabsread.c, stabsread.h, stack.c,
2830 standalone.c, stop-gdb.c, stuff.c, sun3-nat.c, sun386-nat.c,
2831 symfile.c, symfile.h, symm-nat.c, symm-tdep.c, symmisc.c,
2832 symtab.c, symtab.h, target.c, target.h, terminal.h, thread.c,
2833 tic80-tdep.c, top.c, top.h, tracepoint.c, tracepoint.h,
2834 typeprint.c, ui-file.c, ui-file.h, ui-out.h, ultra3-nat.c,
2835 ultra3-xdep.c, umax-xdep.c, utils.c, v850-tdep.c, v850ice.c,
2836 valarith.c, valops.c, valprint.c, value.h, values.c, varobj.h,
2837 vax-tdep.c, version.h, vx-share/vxWorks.h, vx-share/xdr_ld.c,
2838 vx-share/xdr_ptrace.c, vx-share/xdr_ptrace.h,
2839 vx-share/xdr_rdb.c, w65-tdep.c, w89k-rom.c, win32-nat.c,
2840 wrapper.c, wrapper.h, xcoffread.c, xcoffsolib.c, xcoffsolib.h,
2841 xmodem.c, xmodem.h, z8k-tdep.c: Update/correct copyright
2842 notices.
2843
596c9d4b
KB
28442001-03-05 Kevin Buettner <kevinb@redhat.com>
2845
2846 * acconfig.h (HAVE_PRSYSENT_T, HAVE_PR_SIGSET_T,
2847 HAVE_PR_SIGACTION64_T, HAVE_PR_SIGINFO64_T): New configure
2848 macros.
2849 * configure.in (prsysent_t, pr_sigset_t, pr_sigaction64_t,
2850 pr_siginfo64_t): Test for these typedefs in <sys/procfs.h>.
2851 (sys/fault.h, sys/select.h): Test for presence of these
2852 header files.
2853 (ia64-*-aix*): Define NEW_PROC_API for this host.
2854 * configure: Regenerate.
2855 * config.in: Regenerate.
2856
2857 * configure.host (ia64-*-aix*): New host.
2858 * configure.tgt (ia64-*-aix*): New target.
8a5c92d3 2859
eccbb20d
AC
28602001-03-05 Andrew Cagney <ac131313@redhat.com>
2861
2862 * TODO (GDB 5.1 Known Problems): Document z8k as broken.
2863
9ff2efe5
CF
2864Mon Mar 5 11:56:09 2001 Christopher Faylor <cgf@cygnus.com>
2865
2866 * wince.c: Change realloc to xrealloc throughout.
61e2d1f3 2867 (handle_load_dll): Use void * rather than PTR in argument.
9ff2efe5 2868
58841d58
AC
28692001-03-04 Andrew Cagney <ac131313@redhat.com>
2870
2871 * ocd.h (ocd_xfer_memory): Add ``attrib'' parameter.
2872 * ocd.c (ocd_xfer_memory): Ditto.
2873 * ser-ocd.c (ocd_setstopbits): New function. Add to ocd_ops.
2874 * MAINTAINERS: Document powerpc-eabi and powerpcle-eabi as
2875 buildable with ,-Werror.
2876
2877 * Makefile.in (symfile_h): Define.
2878 (mcore-tdep.o): Add $(symfile_h), $(gdbcore_h) and $(inferior_h).
2879 * mcore-tdep.c: Include "symfile.h", "gdbcore.h" and "inferior.h".
2880 * MAINTAINERS: Document mcore-elf and mcore-pe as buildable with
2881 ,-Werror.
2882
2883 * dsrec.c (make_srec): Fix internal_error fmt arg.
2884 * MAINTAINERS: Document i960-coff as buildable with ,-Werror.
2885
3cad1ac9
KB
28862001-03-03 Kevin Buettner <kevinb@redhat.com>
2887
2888 * solib-aix5.c (aix5_relocate_main_executable): Don't use ANOFFSET
2889 as an lvalue.
2890
b9fa2e73
AC
28912001-03-02 Andrew Cagney <ac131313@redhat.com>
2892
130c39e6
AC
2893 * MAINTAINERS (paper trail): Update.
2894
b9fa2e73
AC
2895 * CONTRIBUTE: Update note on ``Fix PR gdb/4706'' convention.
2896
c53efe6e
AC
28972001-03-02 Andrew Cagney <ac131313@redhat.com>
2898
2899 From 2001-03-01 Tom Rix <trix@redhat.com>:
2900 * mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc''
2901 parameter to mn10200_analyze_prologue.
2902
2903 * config/mn10200/tm-mn10200.h: Include "regcache.h".
2904 * MAINTAINERS: Document that mn10200-elf target is buildable.
2905
52b5c2eb
KB
29062001-03-02 Kevin Buettner <kevinb@redhat.com>
2907
2908 * config/ia64/xm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): Move defines
2909 from here...
2910 * config/ia64/nm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): ...to here.
2911 (MONTEREY): Don't define.
2912 (AIX5): Define.
2913
2edb46b1
MH
29142001-03-02 Matt Hiller <hiller@redhat.com>
2915
2916 * config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15.
2917
92c71a3e
KB
29182001-03-02 Kevin Buettner <kevinb@redhat.com>
2919
82a2886f 2920 * sparc-nat.c (sparc-nat.c): Don't include self.
92c71a3e 2921
e2a4c6c1
C
29222001-03-01 J.T. Conklin <jtc@redback.com>
2923
3a644c8d
C
2924 * defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__
2925 if __CYGWIN32__ is set from here.
2926 * config/i386/xm-cygwin.h: To here.
2927 * config/powerpc/xm-cygwin.h: To here.
2928
e2a4c6c1
C
2929 * i386-stub.c (handle_exception): Use 'T' response packet.
2930
4b33390a
MS
29312001-03-01 Michael Snyder <msnyder@mvstp600e.cygnus.com>
2932
2933 * m32r-tdep.c: Fix cut and paste error in comment.
2934
29352001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
2936
2937 * symtab.c (print_msymbol_info): Print addresses by portable method
2938 longest_local_hex_string_custom. Allow for 64-bit addresses.
2939
ba41d549
C
29402001-03-01 J.T. Conklin <jtc@redback.com>
2941
2942 * gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration.
2943 (MAX_OF_TYPE): Wrap macro definition in parenthesis.
2944 (MIN_OF_TYPE): Likewise.
2945
2946 * memattr.h (mem_access_mode): Removed extraneous trailing comma.
2947
088d891f
AC
29482001-03-01 Andrew Cagney <ac131313@redhat.com>
2949
2950 * Makefile.in (os9kread.o): Do not compile with WERROR_CFLAGS.
2951 * os9kread.c (os9k_process_one_symbol): Add assert to detect
2952 ``loses if sizeof (char *) > sizeof (int)''.
2953
38266776
AC
29542001-03-01 Andrew Cagney <ac131313@redhat.com>
2955
2956 * gdb_assert.h: Document pragmatics behind gdb_assert's case.
2957
2ad43c4f
AC
29582001-03-01 Andrew Cagney <ac131313@redhat.com>
2959
2960 * Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency
2961 lists.
2962 (mi-main.o): Ditto.
2963
367e21d8
AC
29642001-03-01 Andrew Cagney <ac131313@redhat.com>
2965
2966 * Makefile.in (regcache_h): Define. Add $(regcache_h) to
2967 dependency lists.
2968
d85310f7
MS
29692001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
2970
c0d8fd9a
MS
2971 * printcmd.c (print_address_numeric): Update comments to refer
2972 to sizeof addr, not sizeof pointer.
2973 (x_command): Remove needless whitespace (shorten long line).
2974
d85310f7
MS
2975 * breakpoint.c (print_one_breakpoint): Formatting clean-up.
2976 (read_memory_nobpt): Ditto.
2977 (ep_is_catchpoint): Ditto.
2978 (ep_is_shlib_catchpoint): Ditto.
2979 (ep_is_exception_catchpoint): Ditto.
2980 (describe_other_breakpoints): Ditto.
2981
97900206
AC
2982Wed Feb 28 20:37:36 2001 Andrew Cagney <ac131313@redhat.com>
2983
2984 * regcache.h (register_valid): Fix comment documenting valid
2985 states.
2986
4e052eda
AC
2987Tue Feb 27 23:56:23 2001 Andrew Cagney <ac131313@redhat.com>
2988
2989 From Steven Johnson:
2990 * regcache.h: New file.
2991
2992 * value.h (read_register_bytes, read_register_gen)
2993 (write_register_gen, write_register_bytes)
2994 (read_register, read_register_pid)
2995 (read_signed_register, read_signed_register_pid)
2996 (write_register, write_register_pid)
2997 (register_cached, set_register_cached)
2998 (register_changed, register_buffer)
2999 (registers_changed, supply_register): Move declaration from here.
3000 * regcache.h: To here.
3001 * gdbcore.h (registers_fetched): Ditto.
3002 * inferior.h (registers, registers_valid): Ditto.
3003
3004 * regcache.c (generic_target_read_pc, read_pc_pid, read_pc,
3005 generic_target_write_pc, write_pc_pid, write_pc,
3006 generic_target_read_sp, read_sp, generic_target_write_sp,
3007 write_sp, generic_target_read_fp, read_fp,
3008 generic_target_write_fp, write_fp): Add note that these functions
3009 will be moved from this file.
3010
3011 * a29k-tdep.c: Include "regcache.h".
3012 * a68v-nat.c: Ditto.
3013 * abug-rom.c: Ditto.
3014 * alpha-nat.c: Ditto.
3015 * alpha-tdep.c: Ditto.
3016 * alphabsd-nat.c: Ditto.
3017 * arc-tdep.c: Ditto.
3018 * arm-linux-nat.c: Ditto.
3019 * arm-linux-tdep.c: Ditto.
3020 * arm-tdep.c: Ditto.
3021 * blockframe.c: Ditto.
3022 * core-aout.c: Ditto.
3023 * core-sol2.c: Ditto.
3024 * corelow.c: Ditto.
3025 * cpu32bug-rom.c: Ditto.
3026 * cxux-nat.c: Ditto.
3027 * d10v-tdep.c: Ditto.
3028 * d30v-tdep.c: Ditto.
3029 * dbug-rom.c: Ditto.
3030 * dink32-rom.c: Ditto.
3031 * dve3900-rom.c: Ditto.
3032 * findvar.c: Ditto.
3033 * fr30-tdep.c: Ditto.
3034 * frame.c: Ditto.
3035 * go32-nat.c: Ditto.
3036 * h8300-tdep.c: Ditto.
3037 * h8500-tdep.c: Ditto.
3038 * hp300ux-nat.c: Ditto.
3039 * hppa-tdep.c: Ditto.
3040 * hppab-nat.c: Ditto.
3041 * hppah-nat.c: Ditto.
3042 * hppam3-nat.c: Ditto.
3043 * hpux-thread.c: Ditto.
3044 * i386-linux-nat.c: Ditto.
3045 * i386-linux-tdep.c: Ditto.
3046 * i386-tdep.c: Ditto.
3047 * i386aix-nat.c: Ditto.
3048 * i386b-nat.c: Ditto.
3049 * i386bsd-nat.c: Ditto.
3050 * i386gnu-nat.c: Ditto.
3051 * i386ly-tdep.c: Ditto.
3052 * i386m3-nat.c: Ditto.
3053 * i386mach-nat.c: Ditto.
3054 * i386nbsd-nat.c: Ditto.
3055 * i386v4-nat.c: Ditto.
3056 * i387-nat.c: Ditto.
3057 * i387-tdep.c: Ditto.
3058 * i960-tdep.c: Ditto.
3059 * ia64-aix-nat.c: Ditto.
3060 * ia64-linux-nat.c: Ditto.
3061 * ia64-tdep.c: Ditto.
3062 * infptrace.c: Ditto.
3063 * infrun.c: Ditto.
3064 * irix4-nat.c: Ditto.
3065 * irix5-nat.c: Ditto.
3066 * lin-lwp.c: Ditto.
3067 * lin-thread.c: Ditto.
3068 * lynx-nat.c: Ditto.
3069 * m3-nat.c: Ditto.
3070 * m32r-rom.c: Ditto.
3071 * m32r-tdep.c: Ditto.
3072 * m68hc11-tdep.c: Ditto.
3073 * m68k-tdep.c: Ditto.
3074 * m68klinux-nat.c: Ditto.
3075 * m68knbsd-nat.c: Ditto.
3076 * m68knbsd-tdep.c: Ditto.
3077 * m88k-nat.c: Ditto.
3078 * m88k-tdep.c: Ditto.
3079 * mac-nat.c: Ditto.
3080 * mcore-rom.c: Ditto.
3081 * mcore-tdep.c: Ditto.
3082 * mi/mi-main.c: Ditto.
3083 * mips-nat.c: Ditto.
3084 * mips-tdep.c: Ditto.
3085 * mipsm3-nat.c: Ditto.
3086 * mipsv4-nat.c: Ditto.
3087 * mn10200-tdep.c: Ditto.
3088 * mn10300-tdep.c: Ditto.
3089 * monitor.c: Ditto.
3090 * ns32km3-nat.c: Ditto.
3091 * ns32knbsd-nat.c: Ditto.
3092 * ocd.c: Ditto.
3093 * pa64solib.c: Ditto.
3094 * ppc-bdm.c: Ditto.
3095 * ppc-linux-nat.c: Ditto.
3096 * ppc-linux-tdep.c: Ditto.
3097 * ppcbug-rom.c: Ditto.
3098 * ppcnbsd-nat.c: Ditto.
3099 * ptx4-nat.c: Ditto.
3100 * regcache.c: Ditto.
3101 * remote-adapt.c: Ditto.
3102 * remote-array.c: Ditto.
3103 * remote-bug.c: Ditto.
3104 * remote-e7000.c: Ditto.
3105 * remote-eb.c: Ditto.
3106 * remote-es.c: Ditto.
3107 * remote-est.c: Ditto.
3108 * remote-hms.c: Ditto.
3109 * remote-mips.c: Ditto.
3110 * remote-mm.c: Ditto.
3111 * remote-nindy.c: Ditto.
3112 * remote-os9k.c: Ditto.
3113 * remote-rdi.c: Ditto.
3114 * remote-rdp.c: Ditto.
3115 * remote-sds.c: Ditto.
3116 * remote-sim.c: Ditto.
3117 * remote-st.c: Ditto.
3118 * remote-udi.c: Ditto.
3119 * remote-utils.c: Ditto.
3120 * remote-vx.c: Ditto.
3121 * remote-vx29k.c: Ditto.
3122 * remote-vx68.c: Ditto.
3123 * remote-vx960.c: Ditto.
3124 * remote-vxmips.c: Ditto.
3125 * remote-vxsparc.c: Ditto.
3126 * remote.c: Ditto.
3127 * rom68k-rom.c: Ditto.
3128 * rs6000-nat.c: Ditto.
3129 * rs6000-tdep.c: Ditto.
3130 * sh-tdep.c: Ditto.
3131 * sh3-rom.c: Ditto.
3132 * sol-thread.c: Ditto.
3133 * solib-svr4.c: Ditto.
3134 * somsolib.c: Ditto.
3135 * sparc-nat.c: Ditto.
3136 * sparc-tdep.c: Ditto.
3137 * sparcl-tdep.c: Ditto.
3138 * sparclet-rom.c: Ditto.
3139 * sun3-nat.c: Ditto.
3140 * sun386-nat.c: Ditto.
3141 * symm-nat.c: Ditto.
3142 * target.c: Ditto.
3143 * thread-db.c: Ditto.
3144 * thread.c: Ditto.
3145 * tic80-tdep.c: Ditto.
3146 * tracepoint.c: Ditto.
3147 * ultra3-nat.c: Ditto.
3148 * umax-xdep.c: Ditto.
3149 * uw-thread.c: Ditto.
3150 * v850-tdep.c: Ditto.
3151 * v850ice.c: Ditto.
3152 * valops.c: Ditto.
3153 * w65-tdep.c: Ditto.
3154 * w89k-rom.c: Ditto.
3155 * win32-nat.c: Ditto.
3156 * wince.c: Ditto.
3157 * z8k-tdep.c: Ditto.
3158
07d48ebc
MH
31592001-02-28 Matt Hiller <hiller@redhat.com>
3160
3161 * MAINTAINERS: Add Matt Hiller to Write After Approval list.
3162
2edb46b1
MH
31632001-02-27 Matt Hiller <hiller@redhat.com>
3164
3165 * mn10300-tdep.c (mn10300_stab_reg_to_regnum): New function.
3166 (mn10300_gdbarch_init): Set appropriate elements of gdbarch to
3167 mn10300_stab_reg_to_regnum.
3168
993f3aa5
DT
3169Tue Feb 27 16:56:13 2001 David Taylor <taylor@redhat.com>
3170
3171 * symtab.c (search_symbols): Fix off by one error in test for
3172 error.
3173
86168def
AC
31742001-02-23 Andrew Cagney <ac131313@redhat.com>
3175
3176 * config/sparc/sp64linux.mt: New file.
3177 * configure.tgt: Recognize sparc64-*-linux* as a sp64linux target.
3178 * configure.host: Recognize sparc64-*-linux* as a linux host.
3179
3180 From 2000-03-17 Jakub Jelinek <jakub@redhat.com>:
3181 * config/sparc/tm-sp64linux.h: New file.
3182
e1e9e218
KB
31832001-02-24 Kevin Buettner <kevinb@redhat.com>
3184
3185 * buildsym.c (push_subfile, pop_subfile): Replace call to abort()
3186 with call to internal_error().
3187 * dbxread.c (process_one_symbol): Likewise.
3188 * exec.c (build_section_table, xfer_memory): Likewise.
3189 * h8500-tdep.c (h8500_register_size, h8500_register_virtual_type):
3190 Likewise.
3191 * hpread.c (hpread_type_translate, hpread_read_array_type)
3192 (hpread_type_lookup): Likewise.
3193 * i386-tdep.c (gdb_print_insn_i386): Likewise.
3194 * i960-tdep.c (mem): Likewise
3195 * inflow.c (set_sigio_trap, clear_sigio_trap): Likewise.
3196 * infptrace.c (child_resume): Likewise.
3197 * infttrace.c (_initialize_infttrace): Likewise.
3198 * language.c (binop_result_type, add_language): Likewise.
3199 * lynx-nat.c (store_inferior_registers): Likewise.
3200 * m3-nat.c (port_chain_insert, m3_trace_me): Likewise.
3201 * mdebugread.c (parse_partial_symbols): Likewise.
3202 * monitor.c (monitor_printf_noecho, monitor_printf)
3203 (monitor_dump_regs): Likewise.
3204 * ocd.c (stu_put_packet): Likewise.
3205 * printcmd.c (decode_format, print_scalar_formatted): Likewise.
3206 * remote-bug.c (bug_open): Likewise.
3207 * remote-e7000.c (fetch_regs_from_dump, e7000_wait): Likewise.
3208 * remote-es.c (es1800_read_bytes): Likewise.
3209 * remote-mips.c (common_breakpoint): Likewise.
3210 * remote-rdp.c (send_rdp): Likewise.
3211 * remote-sds.c (putmessage): Likewise.
3212 * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
3213 Likewise.
3214 * sparcl-tdep.c (sparclite_download): Likewise.
3215 * symtab.c (lookup_partial_symbol): Likewise.
3216 * target.c (push_target, pop_target, initialize_targets): Likewise.
3217 * utils.c (internal_verror, malloc_botch, wrap_here, decimal2str):
3218 Likewise.
3219 * valprint.c (print_decimal, print_longest, print_longest)
3220 (strcat_longest): Likewise.
3221 * w65-tdep.c (init_frame_pc, w65_push_dummy_frame): Likewise.
3222 * xmodem.c (xmodem_send_packet): Likewise.
3223 * z8k-tdep.c (init_frame_pc, z8k_push_dummy_frame): Likewise.
3224 * config/h8500/tm-h8500.h (STORE_STRUCT_RETURN): Likewise.
3225 * config/mn10200/tm-mn10200.h (EXTRACT_RETURN_VALUE)
3226 (STORE_RETURN_VALUE): Likewise.
3227 * config/ns32k/nm-umax.h (REGISTER_U_ADDR): Likewise.
3228 * config/ns32k/xm-merlin.h (REGISTER_U_ADDR): Likewise.
3229 * config/z8k/tm-z8k.h (STORE_STRUCT_RETURN, STORE_RETURN_VALUE):
3230 Likewise.
3231
17fceda3
AC
32322001-02-23 Andrew Cagney <ac131313@redhat.com>
3233
2126d5fb
AC
3234 * CONTRIBUTE: Document how to cite a problem report.
3235 * TODO: Note need to replace CONTRIBUTE with generated file.
3236
17fceda3
AC
3237 * CONTRIBUTE: Mention that patches do not need to include the
3238 generated files gdbarch.h and gdbarch.c.
3239
60edd51d
AC
32402001-02-21 Andrew Cagney <ac131313@redhat.com>
3241
3242 * value.h (get_saved_register): Move from here.
3243 * frame.h: To here.
3244
d7fa2ae2
KB
32452001-02-21 Kevin Buettner <kevinb@redhat.com>
3246
3247 * solib.h (in_svr4_dynsym_resolve_code): Delete declaration.
3248 (in_solib_dynsym_resolve_code): Add declaration.
3249 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Changed define to invoke
3250 in_solib_dynsym_resolve_code() rather than
3251 in_svr4_dynsym_resolve_code(). Also, removed the ifdefs
3252 which caused this macro to only be defined when
3253 SVR4_SHARED_LIBS is defined.
3254 * solib.c (in_solib_dynsym_resolve_code): New function.
3255 * solist.h (struct target_so_ops): Add new member
3256 in_dynsym_resolve_code.
3257 * solib-aix5.c (aix5_in_dynsym_resolve_code): Renamed from
3258 in_svr4_dynsym_resolve_code. Also, made static.
3259 (_initialize_aix5_solib): Initialize in_dynsym_resolve_code
3260 member in aix5_so_ops.
3261 * solib-svr4.c (svr4_in_dynsym_resolve_code): Renamed from
3262 in_svr4_dynsym_resolve_code. Also, added second version
3263 of this function which will be used when SVR4_SHARED_LIBS
3264 is not defined.
3265 (_initialize_svr4_solib): Initialize in_dynsym_resolve_code
3266 member in svr4_so_ops.
3267
3268 * ia64-aix-nat.c, ia64-aix-tdep.c, config/ia64/aix.mh,
3269 config/ia64/aix.mt, config/ia64/nm-aix.h, config/ia64/tm-aix.h,
3270 config/ia64/xm-aix.h: New files.
3271 * ia64-tdep.c (_initialize_ia64_tdep): Remove declaration.
3272 (ia64_aix_sigcontext_register_address): New declaration.
aacc1edd 3273 (ia64_gdbarch_init): Provide for initialization of
d7fa2ae2
KB
3274 sigcontext_register_address member of struct tdep when
3275 on target is detected to be running AIX.
3276 * config/ia64/linux.mt (TDEPFILES): Add ia64-aix-tdep.o to
3277 this list.
3278
fbad0893
KB
32792001-02-20 Kevin Buettner <kevinb@redhat.com>
3280
3281 * ia64-tdep.c (ia64_frameless_function_invocation): Implement.
3282 * config/ia64/linux.mh (NATDEPFILES): Use thread-db.o and lin-lwp.o
3283 for thread support instead of linux-thread.o and lin-thread.o.
3284 * config/ia64/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS,
3285 ATTACH_LWP): Define to use the following lin-lwp.c functions...
3286 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals,
3287 lin_lwp_attach_lwp): Declare.
3288
1adad886
AC
32892001-02-20 Andrew Cagney <ac131313@redhat.com>
3290
3291 * mips-tdep.c (do_fp_register_row, do_fp_register_row): Fix printf
3292 formatting.
3293
0579d647
KB
32942001-02-20 Kevin Buettner <kevinb@redhat.com>
3295
3296 * solib-aix5.c (solib-svr4.h): Remove include.
3297 (solib_break_names): Delete names which aren't actually
3298 used by AIX5.
3299 (bkpt_names): Remove.
3300 (aix5_relocate_main_executable, bfd_lookup_symbol): Replace calls
3301 to STREQ() with equivalent calls to strcmp().
3302 (in_svr4_dynsym_resolve_code, enable_break, bfd_lookup_symbol,
3303 aix5_solib_create_inferior_hook): Revise comments.
3304 (enable_break): Remove old ``bkpt_names'' code.
3305
d65fe839
AC
33062001-02-19 Andrew Cagney <ac131313@redhat.com>
3307
3308 * Makefile.in (SFILES): Add frame.c .
3309 (COMMON_OBS): Add frame.o .
3310 (frame.o): New target.
3311
3312 * frame.c (find_saved_register):
3313 (default_get_saved_register):
3314 (get_saved_register):
3315 (read_relative_register_raw_bytes_for_frame):
3316 (read_relative_register_raw_bytes): Moved to here.
3317 * regcache.c: From here.
3318
60cf7a85
KB
33192001-02-20 Kevin Buettner <kevinb@redhat.com>
3320
3321 * solib-aix5.c: New file.
3322
291b7e04
MH
33232001-02-20 Martin M. Hunt <hunt@redhat.com>
3324
a43ad351
MH
3325 * solib.c (info_sharedlibrary_command): Don't assume pointers
3326 are the same size of long, call longest_local_hex_string_custom().
3327
58bc91c9
MH
3328 * solib-svr4.c (LM_ADDR): LM_ADDR is a signed offset, so
3329 extract_signed_integer() should be called instead of
3330 extract_address().
3331
33322001-02-20 Martin M. Hunt <hunt@redhat.com>
3333
291b7e04
MH
3334 * MAINTAINERS: Add Martin Hunt to Write After Approval list.
3335
d02ee681
AC
33362001-02-19 Andrew Cagney <ac131313@redhat.com>
3337
3338 Frm 2001-02-09 Jim Kingdon <jkingdon@engr.sgi.com>:
3339 * mips-tdep.c (mips_register_raw_size): If FP_REGISTER_DOUBLE,
3340 then floating point registers are 8 bytes.
3341
a858089e
MS
33422001-02-19 Michael Snyder <msnyder@mvstp600e.cygnus.com>
3343
3344 * parse.c (write_exp_msymbol): Make the type CORE_ADDR, to
3345 accomodate 64-bit addresses.
3346
23cc649f
EZ
33472001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3348
3349 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>
3350 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux, not
3351 lookup_symbol, when trying to find a symbol with a mangled name,
3352 to avoid infinite recursion.
3353
0db23c95
AC
33542001-02-18 Andrew Cagney <ac131313@redhat.com>
3355
3356 * TODO (5.2): Mention G++ 3.0 ABI. General cleanups.
3357
911413e6
JL
33582001-02-19 Jonathan Larmour <jlarmour@redhat.com>
3359
3360 * arm-tdep.c (check_prologue_cache): Fix off by 1 error.
3361 (save_prologue_cache): Ditto.
3362
8d1de4b7
EZ
33632001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3364
3365 From: innadadadavida@yahoo.com:
3366 * partial-stab.h (switch): Check that pst is not null
3367 before dereferencing it.
3368
3017564a
EZ
33692001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3370
3371 From Andrew Cagney <cagney@b1.cygnus.com>:
3372 * symfile.c (add_symbol_file_command): Always initialize
3373 my_cleanup using a NULL cleanup.
3374
fa58ee11
EZ
33752001-02-19 Eli Zaretskii <eliz@is.elta.co.il>
3376
3377 * demangle.c (demangling_style_names): New variable.
3378 (_initialize_demangler): Fill demangling_style_names with the
3379 names of known demangling styles from libiberty_demanglers[]. Use
3380 add_set_enum_cmd instead of add_set_cmd, to get completion on
3381 demangling style names.
3382
3383 * proc-api.c (_initialize_proc_api): Make `procfs-file' use
3384 file-name completion.
3385
3386 * remote-rdi.c (_initialize_remote_rdi): Ditto for `rdilogfile'.
3387
3388 * solib.c (_initialize_solib): Ditto for `solib-search-path' and
3389 `solib-absolute-prefix'.
3390
3391 * tracepoint.c (_initialize_tracepoint): Ditto for
3392 `save-tracepoints'.
3393
3394 * win32-nat.c (_initialize_inftarg): Ditto for `dll-symbols'.
3395
3396 * cli/cli-cmds.c (init_cli_cmds): Make `shell' and `make' use
3397 file-name completion.
3398
3399 * infcmd.c (_initialize_infcmd): Make the following commands use
3400 the file-name completer: `tty', `args', `path', `paths', and
3401 `run'.
3402
7830cf6f
EZ
34032001-02-18 Eli Zaretskii <eliz@is.elta.co.il>
3404
89dea5aa
EZ
3405 * go32-nat.c: Include i387-nat.h.
3406 (fetch_register): New function, uses some of the guts of
3407 go32_fetch_registers and calls i387_supply_register.
3408 (go32_fetch_registers): Most of the code moved into
3409 fetch_register. Use i387_supply_fsave.
3410 (store_register): Use i387_fill_fsave instead of custom code.
3411 (go32_store_registers): Use i387_fill_fsave.
3412
3413 * Makefile.in (go32-nat.o): Depend on i387-nat.h.
3414
3415 * config/i386/go32.mh (NATDEPFILES): Add i387-nat.o.
3416
7830cf6f
EZ
3417 * completer.c (gdb_completer_file_name_break_characters): Remove
3418 slash from file-name break characters.
3419 [__MSDOS__]: Special definition for DOS/Windows file names.
3420 (line_completion_function): When completing on file names, bump
3421 `p' to the first file-name constituent character of `word', before
3422 invoking the completer.
3423
f31e928c
MK
34242001-02-17 Mark Kettenis <kettenis@gnu.org>
3425
3426 * i387-nat.c: Include "i387-nat.h". Use regnum instead of regno
3427 consistently for parameter names. Fix comments accordingly.
3428 (i387_supply_register): New function.
3429 (i387_supply_fsave): Implement using i387_supply_register.
3430 * i387-nat.h: Use regnum instead of regno consistently for
3431 parameter names. Fix comments accordingly.
3432 (i387_supply_register): New prototype.
3433
d696208f
MS
34342001-02-16 Michael Snyder <msnyder@mvstp600e.cygnus.com>
3435
3436 * remote.c (build_remote_gdbarch_data): Use new TARGET_ADDR_BIT
3437 instead of TARGET_PTR_BIT (to support Harvard architectures).
3438
971429b4
AC
34392001-02-16 Andrew Cagney <ac131313@redhat.com>
3440
3441 From 2001-02-11 Paul Hilfinger <hilfingr@lisbon.int.act-europe.fr>
3442 * hpux-thread.c (hpux_thread_xfer_memory): Add mem_attrib
3443 argument to parameter list and to call in order to conform to
3444 to_xfer_memory field of struct target_ops.
3445
9ca0e47c
MC
34462001-02-12 Michael Chastain <chastain@redhat.com>
3447
da7dd56f 3448 * somsolib.c (som_solib_add_solib_objfile): Do not use
9ca0e47c
MC
3449 section relocation feature of syms_from_objfile. Do my own
3450 section relocation, offsetting each section of the som by
3451 either text_addr - text_link_addr or data_start.
3452
7d65bd2d
AC
34532001-02-16 Andrew Cagney <ac131313@redhat.com>
3454
3455 * TODO (5.1): Move ``Hardware watchpint problems'' out of 5.1.
3456
e33e9692
AC
34572001-02-16 Andrew Cagney <ac131313@redhat.com>
3458
3459 * MAINTAINERS (paper trail): Update.
3460
17dee195
MK
34612001-02-16 Mark Kettenis <kettenis@gnu.org>
3462
3463 * target.h (target_fetch_registers): Fix comment.
3464
0f6e1ba6
AC
34652001-02-15 Andrew Cagney <ac131313@redhat.com>
3466
3467 * f-exp.y: Include <ctype.h>.
3468 (parse_number): Ensure that ``i'' is always initialized.
3469
9a069618
JK
34702001-02-14 Jim Kingdon <jkingdon@engr.sgi.com>
3471
3472 * MAINTAINERS: Add myself to paper trail section.
3473
fc24370e
MS
34742001-02-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3475
3476 * configure.in (AC_CHECK_HEADERS): Add sys/file.h.
3477 * configure, config.in: Regenerate.
3478 * corelow.c: Include <sys/file.h> if present.
3479
4b69c284
AC
34802001-02-14 Andrew Cagney <ac131313@redhat.com>
3481
3482 * inflow.c (terminal_ours_1): Initialize ``osigtou''. Only
3483 declare when have SIGTTOU.
3484
7904f322
EZ
34852001-02-14 Eli Zaretskii <eliz@is.elta.co.il>
3486
3487 * config/djgpp/fnchange.lst: Add entries for gdb/gdbtk/*/ChangeLog-*.
3488
9e798668
JK
34892001-02-12 Jim Kingdon <jkingdon@engr.sgi.com>
3490
3491 * MAINTAINERS: Update my email address.
3492
65d5a54a
EZ
34932001-02-11 Eli Zaretskii <eliz@is.elta.co.il>
3494
3495 * NEWS: Document that "info symbol" works with COFF debug info and
3496 its variants.
3497
3498 * minsyms.c (lookup_minimal_symbol_by_pc_section): Don't skip
3499 symbols whose SYMBOL_BFD_SECTION is NULL.
3500
0cff82d9 35012001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
a8079a9b
PS
3502
3503 Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.
3504 * xcoffsolib.c (xcoff_solib_address): Renamed from
3505 pc_load_segment_name. Return NULL if address is not in a shared
3506 library. Cleanup shared library name construction, using xasprintf.
3507 Format shared library member names consistent with format in exec.c.
3508 (solib_info): Format shared library member names consistent with
3509 format in exec.c.
3510 * config/rs6000/nm-rs6000.h: Replace PC_LOAD_SEGMENT with PC_SOLIB,
3511 using xcoff_solib_address for PC_SOLIB definition.
3512 * stack.c (print_frame): Remove PC_LOAD_SEGMENT code, no longer
3513 needed.
3514
0cff82d9 35152001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4b2e4867
PS
3516
3517 * mipsread.c (read_alphacoff_dynamic_symtab): Replace alloca calls
3518 with xmalloc calls and cleanups.
3519
0cff82d9 35202001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
d737ece6
PS
3521
3522 * rs6000-nat.c (child_xfer_memory): Add missing parameter
3523 'struct mem_attrib *' required by 2001-01-23 change.
3524
c5bb1243
JK
35252001-02-08 Jim Kingdon <jkingdon@engr.sgi.com>
3526
3527 Updates to "make TAGS":
3528 * Makefile.in (ALLDEPFILES): Remove altos-xdep.c arm-convert.s
3529 arm-xdep.c convex-tdep.c convex-xdep.c pyr-tdep.c pyr-xdep.c
3530 tahoe-tdep.c.
3531 (TAGFILES_NO_SRCDIR): Add $(SUBDIR_CLI_SRCS).
3532
c799ae7b
EZ
35332001-02-08 Eli Zaretskii <eliz@is.elta.co.il>
3534
3535 * config/djgpp/fnchange.lst: Remove extraneous "too many dots".
3536
12685e01
AC
3537Wed Feb 7 22:39:26 2001 Andrew Cagney <cagney@redhat.com>
3538
3539 From Dean Luick <luick@cray.com>:
3540 * defs.h (continuation): Remove unused global variable.
3541
7fcca85b
AC
3542Wed Feb 7 22:28:31 2001 Andrew Cagney <cagney@redhat.com>
3543
3544 * configure.tgt: Remove references to convex, pyramid, altos and
3545 tahoe.
3546 * configure.host: Ditto.
3547 * MAINTAINERS: Ditto.
3548 * NEWS: Update.
3549
3550 * tahoe-tdep.c: Delete obsolete file.
3551 * pyr-xdep.c: Ditto.
3552 * pyr-tdep.c: Ditto.
3553 * convex-tdep.c: Ditto.
3554 * convex-xdep.c: Ditto.
3555 * config/tahoe/xm-tahoe.h: Ditto.
3556 * config/tahoe/tm-tahoe.h: Ditto.
3557 * config/tahoe/tahoe.mt: Ditto.
3558 * config/tahoe/tahoe.mh: Ditto.
3559 * config/pyr/xm-pyr.h: Ditto.
3560 * config/pyr/tm-pyr.h: Ditto.
3561 * config/pyr/pyramid.mt: Ditto.
3562 * config/pyr/pyramid.mh: Ditto.
3563 * config/m68k/xm-altos.h: Ditto.
3564 * config/m68k/tm-altos.h: Ditto.
3565 * config/m68k/altos.mt: Ditto.
3566 * config/m68k/altos.mh: Ditto.
3567 * config/convex/xm-convex.h: Ditto.
3568 * config/convex/tm-convex.h: Ditto.
3569 * config/convex/convex.mt: Ditto.
3570 * config/convex/convex.mh: Ditto.
3571 * config/convex/Convex.notes: Ditto.
3572 * config/arm/xm-arm.h: Ditto.
3573 * config/arm/nm-arm.h: Ditto.
3574 * config/arm/arm.mt: Ditto.
3575 * config/arm/arm.mh: Ditto.
3576 * arm-convert.s: Ditto.
3577 * arm-xdep.c: Ditto.
3578 * altos-xdep.c: Ditto.
3579
8e65ff28
AC
3580Wed Feb 7 19:41:21 2001 Andrew Cagney <cagney@redhat.com>
3581
3582 * defs.h (internal_error, internal_verror): Add __FILE__ and
3583 __LINE__ parameter.
3584 * utils.c (internal_error, internal_verror): Update.
3585
3586 * v850-tdep.c: Update calls to internal_error.
3587 * utils.c: Ditto.
3588 * ui-out.c: Ditto.
3589 * ui-file.c: Ditto.
3590 * target.h: Ditto.
3591 * symtab.h: Ditto.
3592 * symm-nat.c: Ditto.
3593 * sparc-tdep.c: Ditto.
3594 * source.c: Ditto.
3595 * serial.c: Ditto.
3596 * rs6000-tdep.c: Ditto.
3597 * rs6000-nat.c: Ditto.
3598 * remote.c: Ditto.
3599 * remote-vx.c: Ditto.
3600 * remote-sim.c: Ditto.
3601 * remote-mips.c: Ditto.
3602 * regcache.c: Ditto.
3603 * objfiles.h: Ditto.
3604 * objfiles.c: Ditto.
3605 * mn10300-tdep.c: Ditto.
3606 * mips-tdep.c: Ditto.
3607 * maint.c: Ditto.
3608 * m68k-tdep.c: Ditto.
3609 * m3-nat.c: Ditto.
3610 * language.c: Ditto.
3611 * infptrace.c: Ditto.
3612 * inferior.h: Ditto.
3613 * infcmd.c: Ditto.
3614 * ia64-tdep.c: Ditto.
3615 * i386-tdep.c: Ditto.
3616 * i386-linux-nat.c: Ditto.
3617 * hppah-nat.c: Ditto.
3618 * go32-nat.c: Ditto.
3619 * findvar.c: Ditto.
3620 * f-lang.c: Ditto.
3621 * elfread.c: Ditto.
3622 * event-loop.c: Ditto.
3623 * dwarf2read.c: Ditto.
3624 * dsrec.c: Ditto.
3625 * d30v-tdep.c: Ditto.
3626 * d10v-tdep.c: Ditto.
3627 * cli/cli-setshow.c: Ditto.
3628 * cli/cli-script.c: Ditto.
3629 * ch-exp.c: Ditto.
3630 * breakpoint.c: Ditto.
3631 * ax-gdb.c: Ditto.
3632 * arch-utils.c: Ditto.
3633 * a29k-tdep.c: Ditto.
3634 * gdb_assert.h: Ditto.
3635 * gdbarch.sh: Ditto.
3636 * gdbarch.h, gdbarch.c: Re-generate.
3637
72290732
AC
36382001-02-07 Andrew Cagney <ac131313@redhat.com>
3639
3640 From Mark Kettenis <kettenis@gnu.org>:
3641 * event-top.h [!STOP_SIGNAL]: #include <signal.h>.
3642
a6da1910
AC
36432001-02-07 Andrew Cagney <ac131313@redhat.com>
3644
3645 * remote-sim.c (dump_mem): Cleanup printf format argument.
3646 * MAINTAINERS: Update, mn10300-elf now builds.
3647
153f9905
MK
36482001-02-07 Mark Kettenis <kettenis@gnu.org>
3649
3650 * event-top.c: Remove duplicate #include <signal.h>.
3651
f042532c
AC
36522001-02-06 Andrew Cagney <ac131313@redhat.com>
3653
3654 * sol-thread.c (restore_inferior_pid): Save the PID in a freshly
3655 allocated buffer.
3656 (save_inferior_pid): Restore the PID from that tempoary
3657 buffer. Delete the buffer.
3658 * utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD.
3659
58cfabe6
AC
36602001-02-06 Andrew Cagney <ac131313@redhat.com>
3661
3662 * MAINTAINERS: Add ``The Obvious Fix Rule''.
3663
ea8a41b8
AC
36642001-02-06 Andrew Cagney <ac131313@redhat.com>
3665
3666 * MAINTAINERS: Add Michael Snyder to Solaris/SPARC list.
3667
95160752
AC
36682001-02-06 Andrew Cagney <ac131313@cygnus.com>
3669
3670 * gdbarch.sh: Include "gdb_assert.h".
3671 (struct gdbarch): Change ``nr_data'' to unsigned.
3672 (alloc_gdbarch_data, free_gdbarch_data): New functions.
3673 (gdbarch_free): Free the data-pointer vector. Use xfree to delete
3674 architecture vector.
3675 (struct gdbarch_data, struct gdbarch_data_registration): Move init
3676 method to gdbarch_data. Add free method, make index unsigned.
3677 (struct gdbarch_data_registry): Make nr unsigned.
3678 (register_gdbarch_data): Add free parameter. Store in
3679 gdbarch_data.
3680 (init_gdbarch_data): Use set_gdbarch_data.
3681 (set_gdbarch_data): New function.
3682
3683 * gdbarch.h, gdbarch.c: Re-generate.
3684
64122a8b
MS
36852001-02-06 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3686
3687 * ser-unix.c (hardware_print_tty_state) [HAVE_SGTTY]: Call
3688 fprintf_filtered with correct arguments.
3689
e6cbd02a
MS
36902001-02-06 Michael Snyder <msnyder@makita.cygnus.com>
3691 Submitted by Paul Hilfinger (hilfingr@gnat.com)
3692 and Andrei Petrov (and@genesyslab.com).
3693 * findvar.c: Buffers of size MAX_REGISTER_RAW_SIZE or REGISTER_BYTES
3694 must be allocated dynamically, since these are no longer constants.
3695 * infcmd.c: Ditto.
3696 * regcache.c: Ditto.
3697 * remote.c: Ditto.
3698 * sol-thread.c: Ditto.
3699 * valops.c: Ditto.
3700 * config/sparc/sun4sol2.mh (MH_CFLAGS): Add -I/usr/include/v9, as a
3701 work-around for a missing Sun header file in solaris for sparc64.
3702
713f0374
PB
37032001-02-04 Philip Blundell <philb@gnu.org>
3704
3705 * config/arm/linux.mh (NATDEPFILES): Add proc-service.o,
3706 thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o.
3707 * config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP,
3708 GET_THREAD_SIGNALS): Define.
3709 * arm-linux-nat.c (fill_gregset): Correct type of argument.
3710 (supply_gregset): Likewise.
3711 (fill_fpregset): Likewise.
3712 (supply_fpregset): Likewise.
3713
4603e466
DT
3714Tue Feb 6 11:58:57 2001 David Taylor <taylor@redhat.com>
3715
3716 * valops.c (value_cast): If casting a scalar to a pointer, do not
3717 issue a message about truncation unless it exceeds the length of
3718 an address, not the length of a pointer. This is because what the
3719 user gives us is an address, not a pointer, and we will ultimately
3720 convert it (via ADDRESS_TO_POINTER) to a pointer, not truncate it
3721 to a pointer. This allows things like "print *(int *)0x01000234"
3722 to work without generating a misleading message on a target having
3723 two byte pointers and four byte addresses.
3724
554cb486
CF
37252001-02-05 Christopher Faylor <cgf@cygnus.com>
3726
3727 * win32-nat.c: Change PTR to void * throughout.
3728
042be3a9
C
37292001-02-05 J.T. Conklin <jtc@redback.com>
3730
3731 * signals.h: Removed.
3732 * event-top.c (#include <signal.h>): Changed from signals.h.
3733 * inflow.c: Likewise.
3734 * mac-xdep.c: Likewise.
3735 * ser-pipe.c: Likewise.
3736 * ser-tcp.c: Likewise.
3737 * standalone.c: Likewise.
3738 * top.c: Likewise.
3739 * utils.c: Likewise.
3740 * Makefile.in: Removed signals.h from dependencies.
3741
a4acd088
CF
37422001-02-05 Christopher Faylor <cgf@cygnus.com>
3743
3744 Change suggested by Dean Luick <luick@cray.com>
3745 * inferior.h (step_over_calls_kind): Remove trailing comma from
3746 last enum element.
3747 (step_over_calls): Declare as extern rather than global.
3748
3116c80a
EZ
37492001-02-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3750
3751 * sh-tdep.c: Update copyright.
3752 (sh_extract_return_value): Rewrite.
3753 (sh3e_sh4_extract_return_value): New function.
3754 (sh_gdbarch_init): Initialize gdbarch_extract-return_value to new
3755 version of the function for sh3e and sh4 CPUs.
3756
240be855
MC
37572001-02-05 Michael Chastain <chastain@redhat.com>
3758
3759 * hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
3760 to conform with interface change.
3761
a17b5c4e
EZ
37622001-02-04 Eli Zaretskii <eliz@is.elta.co.il>
3763
32fe0950
EZ
3764 * config/djgpp/fnchange.lst: Tweak to make consistent with the
3765 new files.
3766
619cbaf7
EZ
3767 * config/djgpp/djconfig.sh: Use explicit absolute file name when
3768 invoking `find'.
3769
cd42d3a8
EZ
3770 * ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only if
3771 UART_FIFO_WORKS is defined. Otherwise use outportb.
3772 From Francisco Pastor <fpastor.etra-id@etra.es>
3773
a17b5c4e
EZ
3774 * go32-nat.c (go32_xfer_memory): Make the argument list consistent
3775 with target.h's `to_xfer_memory' member.
3776
86ddecc5
C
37772001-02-02 J.T. Conklin <jtc@redback.com>
3778
3779 * ppc-bdm.c (#include <signal.h>): Removed.
3780 * remote-array.c: Likewise.
3781 * remote-bug.c: Likewise.
3782 * remote-e7000.c: Likewise.
3783 * remote-mips.c: Likewise.
3784 * remote-os9k.c: Likewise.
3785 * remote-st.c: Likewise.
3786 * remote-udi.c: Likewise.
3787 * remote-vx29k.c: Likewise.
3788 * remote-vx68.c: Likewise.
3789 * remote-vx960.c: Likewise.
3790 * remote-vxmips.c: Likewise.
3791 * remote-vxsparc.c: Likewise.
3792
338d7c5c
JM
37932001-02-02 John Moore <jmoore@redhat.com>
3794
3795 * remote-utils.h (sr_set_device): Changed free() to xfree() where
3796 appropriate. Also changed Copyright to include 2001.
3797 * symtab.h (obstack_chunk_free, SYMBOL_INIT_DEMANGLED_NAME): Likewise.
3798 * value.h (value_free): Likewise.
3799 * gdbarch.sh (gdbarch_free): Likewise.
3800 * gdbarch.c, gdbarch.h: Regenerated.
3801
2b5436af
JM
38022001-02-02 John Moore <jmoore@redhat.com>
3803
3804 * cli/cli-cmds.c (apropos_command): Changed occurance of free() to
338d7c5c 3805 xfree(). Also changed Copyright to include 2001.
2b5436af 3806
82467003
C
38072001-02-02 J.T. Conklin <jtc@redback.com>
3808
3809 * monitor.c (#include "gdb_wait.h"): Removed.
3810 * ocd.c: Likewise.
3811 * ppc-bdm.c: Likewise.
3812 * remote-adapt.c: Likewise.
3813 * remote-array.c: Likewise.
3814 * remote-bug.c: Likewise.
3815 * remote-e7000.c: Likewise.
3816 * remote-eb.c: Likewise.
3817 * remote-es.c: Likewise.
3818 * remote-mips.c: Likewise.
3819 * remote-mm.c: Likewise.
3820 * remote-nindy.c: Likewise.
3821 * remote-os9k.c: Likewise.
3822 * remote-rdi.c: Likewise.
3823 * remote-rdp.c: Likewise.
3824 * remote-sds.c: Likewise.
3825 * remote-sim.c: Likewise.
3826 * remote-st.c: Likewise.
3827 * remote-udi.c: Likewise.
3828 * remote-vx.c: Likewise.
3829 * remote-vx29k.c: Likewise.
3830 * remote-vx68.c: Likewise.
3831 * remote-vx960.c: Likewise.
3832 * remote-vxmips.c: Likewise.
3833 * remote-vxsparc.c: Likewise.
3834 * remote.c: Likewise.
3835 * ser-pipe.c: Likewise.
3836 * ser-unix.c: Likewise.
3837 * Makefile.in: Updated dependencies.
3838
27b82ed2
DS
38392001-01-31 David Smith <dsmith@redhat.com>
3840
3841 * event-loop.c: Change inclusion of string.h to gdb_string.h and
3842 updated the copyright notice.
3843 * ser-pipe.c: Ditto.
3844 * mi/mi-cmds.c: Ditto.
3845 * mi/mi-console.c: Ditto.
3846 * mi/mi-getopt.c: Ditto.
3847 * mi/mi-parse.c: Ditto.
3848
ab9cc815
DS
38492001-01-31 David Smith <dsmith@redhat.com>
3850
3851 * MAINTAINERS: Add David Smith to Write After Approval list.
3852
d1f4cff8
AC
3853Tue Jan 30 15:43:08 2001 Andrew Cagney <cagney@cygnus.com>
3854
3855 * cli/cli-utils.c (putchar_filtered): Move function from here.
3856 * utils.c (putchar_filtered): To here.
3857 * cli/cli-utils.h (putchar_filtered): Move declaration from here.
3858 * defs.h (putchar_filtered): To here.
3859
74c1b268
AC
3860Tue Jan 30 17:27:11 2001 Andrew Cagney <cagney@redhat.com>
3861
3862 * configure.in (AC_CHECK_FUNCS): Replace vfork test with
3863 AC_FUNC_VFORK macro.
3864 * config.in, configure: Re-generate.
3865
3866 * gdb_vfork.h: New file.
3867 * ser-pipe.c (pipe_open): Update. Include "gdb_vfork.h".
3868 * fork-child.c (fork_inferior): Ditto.
3869
4fcf66da
AC
3870Tue Jan 30 17:09:07 2001 Andrew Cagney <cagney@redhat.com>
3871
3872 * defs.h (strsave): Delete declaration.
3873 * utils.c (strsave): Delete definition.
3874 * TODO (strsave): Update
3875
3876 * mac-xdep.c (tilde_expand): Replace strsave with xstrdup.
3877 * sparcl-tdep.c (sparclite_open): Ditto.
3878 * mips-tdep.c (mips_set_processor_type_command): Ditto.
3879 (_initialize_mips_tdep): Ditto.
3880 * solib.c (solib_open): Ditto.
3881 * symfile.c (add_filename_language): Ditto.
3882 (set_ext_lang_command): Ditto.
3883 * source.c (init_source_path): Ditto.
3884 (mod_path): Ditto.
3885 * sh3-rom.c (sh3_open): Ditto.
3886 (sh3e_open): Ditto.
3887 * serial.c (serial_open): Ditto.
3888 * remote-mips.c (common_open): Ditto.
3889 * monitor.c (monitor_open): Ditto.
3890 * m32r-rom.c (m32r_upload_command): Ditto.
3891 * infcmd.c (path_command): Ditto.
3892 * f-exp.y (parse_number): Ditto.
3893 * breakpoint.c (create_longjmp_breakpoint): Ditto.
3894 (create_thread_event_breakpoint): Ditto.
3895 * arc-tdep.c (arc_set_cpu_type_command): Ditto.
3896 (_initialize_arc_tdep): Ditto.
3897
e191e0ab
AC
3898Tue Jan 30 15:14:26 2001 Andrew Cagney <cagney@skil>
3899
3900 * cli/cli-script.c (define_command): Check for a bad hook value in
3901 switch statement.
3902
10214f55
C
39032001-01-30 J.T. Conklin <jtc@redback.com>
3904
3905 * configure/sh/embed.mt: New file.
3906 * configure/sh/linux.mt: New file.
3907 * configure/sh/sh.mt: Removed.
3908 * configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets.
3909 (sh-*-*): Removed.
3910
c9049fc9
MC
39112001-01-29 Michael Chastain <chastain@redhat.com>
3912
3913 * symtab.c (block_lookup_symbol): Use 'namespace' parameter in
3914 symbol comparisons in binary search.
3915
0cff82d9 39162001-01-27 Christopher Faylor <cgf@cygnus.com>
aea02b6b
CF
3917
3918 * win32-nat.c (child_xfer_memory): Add missing argument required by
3919 2001-01-23 change.
3920
e6e0bfab
MK
39212001-01-27 Mark Kettenis <kettenis@gnu.org>
3922
3923 * ui-out.c (do_list_end): New function.
3924 (make_cleanup_ui_out_list_end): New function.
3925 * ui-out.h: Provide prototype for make_cleanup_ui_out_list_end.
3926 * stack.c (print_frame) [UI_OUT]: Call
3927 make_cleanup_ui_out_list_end to make sure we mark the end of the
3928 list if we do a non-local exit. At the end of the function,
3929 instead of calling ui_out_list_end directly, let do_cleanups
3930 handle it.
3931
1adeb98a
FN
39322001-01-26 Fernando Nasser <fnasser@redhat.com>
3933
3934 Fix double parsing of filenames passed as command line arguments
3935 to GDB (causes weird handling of escape characters).
3936 Also, remove dependencies on the CLI from libgdb.
3937 * call-cmds.h: Remove declaration of exec_file_command().
3938 * gdbcore.h: Remove declaration of exec_file_command().
3939 Add declarations for exec_open() and exec_file_clear().
3940 * symfile.h: Add declarations for symbol_file_add_main() and
3941 symbol_file_clear().
3942 * exec.c (exec_open): New function. Implements to_open for exec
3943 targets.
3944 (exec_file_clear): New function. Makes GDB forget about a previously
3945 specified executable file.
3946 (exec_file_attach): Move parsing of arguments from here ...
3947 (exec_file_command): ... to here.
3948 (init_exec_ops): Use exec_open(), not exec_file_command() to
3949 implement to_open for exec targets.
3950 * symfile.c (symbol_file_add_main): New function. Call symbol_file_add()
3951 with default values. Used when the file name has already been parsed.
3952 (symbol_file_clear): New function. Makes GDB forget about previously
3953 read symbols.
3954 (symbol_file_command): Call the above function instead of inline code.
3955 * main.c: Include "symfile.h" and "gdbcore.h" instead of the deprecated
3956 "call-cmds.h".
3957 (captured_main): Call exec_file_attach() and symbol_file_add_main()
3958 instead of exec_file_command() and symbol_file_command().
3959 (captured_main): Add comment.
3960 * corefile.c: Include "symfile.h".
3961 (core_file_command): Call symbol_file_add_main() instead of
3962 symbol_file_command().
3963 (reopen_exec_file): Call exec_open() instead of exec_file_command().
3964 * infcmd.c: Include "symfile.h".
3965 (attach_command): Call symbol_file_add_main() instead of
3966 symbol_file_command().
3967 * infrun.c: Remove comment about the inclusion of "symfile.h",
3968 not any longer appropriate.
3969 (follow_exec): Call symbol_file_add_main() instead of
3970 symbol_file_command().
3971 * remote-es.c: Include "symfile.h".
3972 (es1800_load): Call symbol_file_add_main() instead of
3973 symbol_file_command().
3974 * remote-vx.c: Remove comment about the inclusion of "symfile.h",
3975 not any longer appropriate.
3976 (vx-wait): Call symbol_file_add_main() instead of
3977 symbol_file_command().
3978 * solib-svr4.c (open_symbol_file_object): Call symbol_file_add_main()
3979 instead of symbol_file_command().
3980 * v850ice.c (ice_file): Call exec_open(), exec_file_attach() and
3981 symbol_file_add_main() instead of exec_file_command() and
3982 symbol_file_command().
3983 * Makefile.in: Update dependencies.
3984
5b616ba1
JH
39852001-01-26 Jeff Holcomb <jeffh@redhat.com>
3986
3987 * remote-udi.c (udi_open): Change strdup to xstrdup.
3988 * thread.c (thread_apply_all_command): Change strdup to xstrdup.
3989 Update copyright message.
3990 * varobj.c (delete_variable_1): Likewise.
3991
3992 * gdb_string.h: Remove declaration of strdup. Update copyright
3993 message.
3994 * config/xm-mpw.h: Likewise.
3995 * config/i386/xm-i386mach.h: Likewise.
3996 * config/m68k/xm-apollo68b.h: Likewise.
3997 * config/m68k/xm-hp300bsd.h: Likewise.
3998 * config/rs6000/xm-rs6000.h: Likewise.
3999 * config/vax/xm-vaxult.h: Remove declaration of strdup.
4000 * config/vax/xm-vaxult2.h: Likewise.
4001
b91d87cf
JH
40022001-01-26 Jeff Holcomb <jeffh@redhat.com>
4003
4004 * MAINTAINERS: Add Jeff Holcomb to Write After Approval list.
4005
873406a6
C
40062001-01-25 J.T. Conklin <jtc@redback.com>
4007
4008 * target.c (target_xfer_memory_partial): Return -1 on failure due
4009 to invalid access mode attribute.
4010
0613c401
CF
40112001-01-25 Christopher Faylor <cgf@cygnus.com>
4012
4013 * win32-nat.c (_initialize_core_win32): Prototype correctly.
4014
efd59e3f
MK
40152001-01-25 Mark Kettenis <kettenis@gnu.org>
4016
4017 * config/alpha/tm-fbsd.h: Update copyright.
4018 (USE_STRUCT_CONVENTION): Define in terms of
4019 alphabsd_use_struct_convention.
4020 * config/alpha/fbsd.mt (TDEPFILES): Add alphafbsd-tdep.c.
4021 * alphafbsd-tdep.c: New file.
4022
388e1ff2
FN
40232001-01-24 Fernando Nasser <fnasser@redhat.com>
4024
4025 * top.c (print_gdb_version): Update Copyright year.
4026
f4d650ec
C
40272001-01-24 J.T. Conklin <jtc@redback.com>
4028
4029 * dcache.c (dcache_write_line): Fix typo.
4030
4031 * memattr.c (delete_mem_region): Replace free() with xfree().
4032 (mem_number): Add explicit type.
4033
4034 * sol-thread.c (sol_thread_xfer_memory): Add attrib argument.
4035 (rw_common): Likewise.
4036
07091751
FN
40372001-01-24 Fernando Nasser <fnasser@redhat.com>
4038
4039 * infcmd.c (get_inferior_args, set_inferior_args): Accessor functions
4040 for the inferior program arguments.
4041 (run_command, run_no_args_command, init_infcmd)): Use accessor
4042 functions to set the inferior program arguments.
4043 * inferior.h: Add definitions to the accessor functions above.
4044
090c42a4
JB
40452001-01-23 Jim Blandy <jimb@redhat.com>
4046
4047 * dwarf2read.c (read_tag_const_type, read_tag_volatile_type):
4048 Implement these correctly, using make_cv_type.
4049
f29d9b6d 40502001-01-23 J.T. Conklin <jtc@redback.com>
29e57380
C
4051
4052 * exec.c (xfer_memory): Add attrib argument.
4053 * infptrace.c (child_xfer_memory): Likewise.
e5da8f38 4054 * lin-lwp.c (lin_lwp_xfer_memory): Likewise.
29e57380
C
4055 * monitor.c (monitor_xfer_memory): Likewise.
4056 * remote-adapt.c (adapt_xfer_inferior_memory): Likewise.
4057 * remote-array.c (array_xfer_memory): Likewise.
4058 * remote-bug.c (bug_xfer_memory): Likewise.
4059 * remote-e7000.c (e7000_xfer_inferior_memory): Likewise.
4060 * remote-eb.c (eb_xfer_inferior_memory): Likewise.
4061 * remote-es.c (es1800_xfer_inferior_memory): Likewise.
4062 * remote-mips.c (mips_xfer_memory): Likewise.
4063 * remote-mm.c (mm_xfer_inferior_memory): Likewise.
4064 * remote-nindy.c (nindy_xfer_inferior_memory): Likewise.
4065 * remote-os9k.c (rombug_xfer_inferior_memory): Likewise.
4066 * remote-rdi.c (arm_rdi_xfer_memory): Likewise.
4067 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Likewise.
4068 * remote-sds.c (sds_xfer_memory): Likewise.
4069 * remote-sim.c (gdbsim_xfer_inferior_memory): Likewise.
4070 * remote-st.c (st2000_xfer_inferior_memory): Likewise.
4071 * remote-udi.c (udi_xfer_inferior_memory): Likewise.
4072 * remote-vx.c (vx_xfer_memory): Likewise.
4073 * remote.c (remote_xfer_memory): Likewise.
4074 * target.c (debug_to_xfer_memory, do_xfer_memory): Likewise.
4075 * target.h (child_xfer_memory, do_xfer_memory, xfer_memory): Likewise.
e5da8f38 4076 * thread-db.c (thread_db_xfer_memory): Likewise.
29e57380
C
4077
4078 * target.h (#include "memattr.h"): Added.
4079 (target_ops.to_xfer_memory): Add attrib argument.
4080
4081 * wince.c (_initialize_inftarg): Removed call to set_dcache_state.
4082 * dcache.h (set_dcache_state): Removed declaration.
4083 * dcache.c (set_dcache_state): Removed definition
4084
4085 * dcache.c: Update module comment, as dcache is now enabled and
4086 disabled with memory region attributes instead of by the global
4087 variable "remotecache". Add comment describing the interaction
4088 between dcache and memory region attributes.
4089 (dcache_xfer_memory): Add comment describing benefits of moving
4090 cache writeback to a higher level.
4091 (dcache_struct): Removed cache_has_stuff field. This was used to
4092 record whether the cache had been accessed in order to invalidate
4093 it when it was disabled. However, this is not needed because the
4094 cache is write through and the code that enables, disables, and
4095 deletes memory regions invalidate the cache. Add comment which
4096 suggests that we could be more selective and only invalidate those
4097 cache lines containing data from those memory regions.
4098 (dcache_invalidate): Updated.
4099 (dcache_xfer_memory): Updated.
f29d9b6d 4100
29e57380
C
4101 (dcache_alloc): Don't abort() if dcache_enabled_p is clear.
4102 (dcache_xfer_memory): Removed code that called do_xfer_memory() to
4103 perform a uncached transfer if dcache_enabled_p was clear. This
4104 function is now only called if caching is enabled for the memory
4105 region.
4106 (dcache_info): Always print cache info.
4107
4108 * target.c (do_xfer_memory): Add attrib argument.
4109 (target_xfer_memory, target_xfer_memory_partial): Break transfer
4110 into chunks defined by memory regions, pass region attributes to
4111 do_xfer_memory().
4112 * dcache.c (dcache_read_line, dcache_write_line): Likewise.
4113
4114 * Makefile.in (SFILES): Add memattr.c.
4115 (COMMON_OBS): Add memattr.o.
4116 (dcache.o): Add target.h to dependencies.
4117 * memattr.c: New file.
4118 * memattr.h: Likewise.
4119
f29d9b6d
C
4120 * config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a.
4121 * config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise.
4122 * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise.
4123 * gdbserver/low-sim.c (#include "defs.h"): Removed.
4124 (mygeneric_load): Rename from generic_load.
4125
4126 * gdbserver/low-hppabsd.c (#include "server.h"): Added.
4127 (#include "defs.h"): Removed.
4128 (inferior_pid, perror_with_name): Remove declarations.
4129 * gdbserver/low-linux.c: Likewise.
4130 * gdbserver/low-nbsd.c: Likewise.
4131 * gdbserver/low-sparc.c: Likewise.
4132 * gdbserver/low-sun3.c: Likewise.
4133
4134 * i386-stub.c: Re-indent.
4135 * m68k-stub.c: Re-indent.
4136
58d5518e
ND
41372001-01-22 Nicholas Duffek <nsd@redhat.com>
4138
4139 * gdbarch.sh (PARM_BOUNDARY): Define.
4140 * gdbarch.c: Regenerate.
4141 * gdbarch.h: Regenerate.
4142
f6427ade
C
41432001-01-22 J.T. Conklin <jtc@redback.com>
4144
4145 * ns32k-tdep.c: #include "frame.h"
4146 * config/ns32k/tm-umax.h (FRAME_FIND_SAVED_REGS): Restore. It
4147 appears to have been inadvertantly removed sometime in May 1999.
4148
4149 * Revert 2000-11-09 changes where shared library objects were
4150 moved from NATDEPFILES to TDEPFILES on NetBSD targets. While
4151 we'd like to be able to debug dynamically linked executables,
4152 this makes it impossible to build a cross debugger on a many
4153 hosts.
4154
4155 * config/i386/nbsd.mt: Remove solib.o, solib-svr4.o from TDEPFILES.
4156 * config/i386/nbsdelf.mt: Likewise.
4157 * config/m68k/nbsd.mt: Likewise.
4158 * config/ns32k/nbsd.mt: Likewise.
4159 * config/powerpc/nbsd.mt: Likewise.
4160 * config/sparc/nbsd.mt: Likewise.
4161 * config/sparc/nbsdelf.mt: Likewise.
4162 * config/i386/nbsd.mh: Add solib.o, solib-svr4.o to NATDEPFILES.
4163 * config/i386/nbsdelf.mh: Likewise.
4164 * config/m68k/nbsd.mh: Likewise.
4165 * config/ns32k/nbsd.mh: Likewise.
4166 * config/powerpc/nbsd.mh: Likewise.
4167 * config/sparc/nbsd.mh: Likewise.
4168
8052a17a
JM
41692001-01-19 Jason Merrill <jason@redhat.com>
4170
4171 * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++.
4172 (process_one_symbol): Likewise.
4173 * dwarfread.c (handle_producer): Likewise.
4174
21a6f6bb
AC
4175Thu Jan 18 12:08:57 2001 Andrew Cagney <cagney@b1.cygnus.com>
4176
4177 * configure.in (build_warnings): Disable -Wuninitialized until GDB
4178 compiles with -Wuninitialized,-Werror.
4179 * configure: Regenerate.
4180
4181 * MAINTAINERS: Add list of buildable targets.
4182
494b7ec9
AC
4183Thu Jan 18 12:48:04 2001 Andrew Cagney <cagney@b1.cygnus.com>
4184
4185 * defs.h (STRCMP): Delete macro.
4186
4187 * objfiles.c (objfile_relocate): Replace STRCMP with call to
4188 strcmp.
4189 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
4190 * symfile.c (compare_symbols): Ditto.
4191 * standalone.c (open): Ditto.
4192 * remote-es.c (verify_break): Ditto.
4193 * cli/cli-decode.c (add_cmd, add_show_from_set): Ditto.
4194
4195 * symfile.c (compare_psymbols): Delete comment refering to STRCMP.
4196
8038e1e2
AC
4197Thu Jan 18 12:25:06 2001 Andrew Cagney <cagney@b1.cygnus.com>
4198
4199 * varobj.c (FREEIF): Delete macro.
4200 (varobj_set_value, free_variable): Replace FREEIF with ``xfree''
4201 call.
4202
ea8d0b28
NC
42032001-01-18 Nick Clifton <nickc@redhat.com>
4204
4205 * arc-tdep.c (arc_cpu_type_table): Add new arc core numbers.
4206 (arc_print_insn): No bfd available, so pass NULL to
4207 arc_get_disassembler.
4208
5dbd9048
JB
42092001-01-09 James Ingham <jingham@inghji.apple.com>
4210
4211 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookup
4212 a mangled symbol rather than recursing into lookup_symbol, since
4213 this will just re-unmangle the name & call lookup_symbol_aux -
4214 leading to an infinite recursion.
4215
28ae27b1
MK
42162001-01-18 Mark Kettenis <kettenis@gnu.org>
4217
4218 * infcmd.c (print_return_value): Restore another space lost by
4219 switch to UIOUT. ``$NN='' should be ``$NN =''.
4220
6ab3a9c9
AC
4221Fri Jan 19 02:31:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
4222
4223 * target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
4224 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro
4225 definition in parenthesis.
4226
ad6525fc
AC
4227Fri Jan 19 02:13:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
4228
4229 From 2000-10-27 Mark Salter <msalter@redhat.com>:
4230 * remote.c (remote_remove_hw_breakpoint): Add 'len' field to Z
4231 packet.
4232 (remote_insert_hw_breakpoint): Ditto.
4233
6259c7e2
C
42342001-01-17 J.T. Conklin <jtc@redback.com>
4235
4236 * config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.
9c95b27f 4237 (BPT_VECTOR, REMOTE_BPT_VECTOR): Change to 0xf.
6259c7e2
C
4238 * config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o.
4239 * m68knbsd-tdep.c: New file.
4240
4241 * i386nbsd-tdep.c: Remove #if 0'd out #includes.
4242
4243 * m68knbsd-nat.c: #include gdbcore.h.
4244
abdcb2a5
AC
4245Wed Jan 17 09:41:58 2001 Andrew Cagney <cagney@b1.cygnus.com>
4246
4247 * MAINTAINERS: Add J.T. Conklin to Blanket Write Privs.
4248
e7a8479f
MS
42492001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>
4250
aaeb7efa
MS
4251 * procfs.c (procfs_stopped_by_watchpoint): Don't die if process
4252 goes away -- just return false (ie. not stopped by watchpoint).
e7a8479f
MS
4253 * source.c (openp): Fix typo in comment.
4254
7036d6ce
ND
42552001-01-12 Nicholas Duffek <nsd@redhat.com>
4256
4257 * blockframe.c (generic_get_saved_register): Spelling fix.
4258 * frame.h (FRAME_FP): Spelling fix.
4259
9549d9c1
AC
4260Fri Jan 12 18:29:46 2001 Andrew Cagney <cagney@b1.cygnus.com>
4261
4262 * infcmd.c (print_return_value): Restore space lost by switch to
4263 UIOUT. ``$NN='' should be ``$NN =''.
4264
7302a204
ND
42652001-01-08 Nicholas Duffek <nsd@redhat.com>
4266
4267 * regcache.c (set_register_cached, register_buffer,
4268 real_register, pseudo_register fetch_register, store_register):
4269 New functions.
4270 (register_changed, read_relative_register_raw_bytes_for_frame,
4271 registers_changed, registers_fetched, read_register_bytes,
4272 read_register_gen, write_register_gen, read_register,
4273 read_signed_register, write_register, supply_register): Replace
4274 register_valid[] with register_cached() and
4275 set_register_cached().
4276 (read_register_bytes, read_register_gen, write_register_gen,
4277 read_register, read_signed_register, write_register,
4278 supply_register): Replace registers[] with register_buffer().
4279 (read_register_bytes, read_register_gen, read_register,
4280 read_signed_register): Call fetch_register().
4281 (write_register_gen, write_register): Call real_register() and
4282 store_register().
4283 (write_register_bytes): Call store_register().
4284 * value.h (set_register_cached, register_buffer): Prototype.
4285 * remote.c (remote_fetch_registers): Allocate regs[] with a
4286 run-time size. Replace register_valid[] with
4287 set_register_cached().
4288 (store_register_using_P, remote_store_registers): Replace
4289 registers[] with register_buffer().
4290
5ebd2499
ND
42912001-01-08 Nicholas Duffek <nsd@redhat.com>
4292
4293 * regcache.c: Change "write-back" comment to "write-through".
4294 Change "regno" to "regnum".
4295 (read_register, read_signed_register): Remove "raw" from return
4296 value description.
4297 (supply_register): Spelling fix.
4298 * value.h: Change "regno" to "regnum".
4299
1302fd5e
FN
43002001-01-08 Fernando Nasser <fnasser@redhat.com>
4301
4302 * Makefile.in (install-gdbtk): Add .itcl files to the list of files
4303 to be installed.
4304
9dcb560c
MS
43052001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
4306
4307 * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
4308
0e2fb98e
ND
43092001-01-04 Nicholas Duffek <nsd@redhat.com>
4310
4311 * valops.c (VALUE_SUBSTRING_START): Delete.
4312
12cf3f1b
ND
43132001-01-04 Nicholas Duffek <nsd@redhat.com>
4314
4315 * Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
4316 (SUBDIR_CLI_SRCS): Add cli/cli-utils.c.
4317 (cli_utils_h): New variable.
4318 (cli/cli-utils.o): New rule.
4319 * cli/cli-utils.c: New file.
4320 * cli/cli-utils.h: New file.
4321
cc533b9d
ND
43222001-01-04 Nicholas Duffek <nsd@redhat.com>
4323
4324 * config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
4325 REGISTER_CONVERT_TO_RAW): Delete trailing semicolon.
4326
ad2a4d09
C
43272001-01-03 J.T. Conklin <jtc@redback.com>
4328
4329 * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in
4330 comment.
4331
8140e7ac
MS
43322001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
4333
3116c80a
EZ
4334 * sh-tdep.c (sh_default_store_return_value): Allow for small return type.
4335 (sh3e_sh4_store_return_value): Call sh_default_store_return_value for
d19b71be 4336 non-float types.
779e876b 4337 * sparc-tdep.c (sparc_frame_chain): Fix typo in comment.
72e22353
MS
4338 Update copyright notice.
4339
15f33b66 4340For older changes see ChangeLog-2000
c906108c
SS
4341\f
4342Local Variables:
4343mode: change-log
4344left-margin: 8
4345fill-column: 74
4346version-control: never
4347End:
This page took 0.333643 seconds and 4 git commands to generate.