1 Mon Jul 26 17:13:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
3 * remote.c (enum packet_support, enum packet_detect, struct
4 packet_config): Define.
5 (set_packet_config_cmd, show_packet_config_cmd,
6 add_packet_config_cmd, init_packet_config): New functions.
7 Generic support for optional packets.
8 (remote_protocol_P): Replace stub_supports_P.
9 (set_remote_protocol_P_packet_cmd, show_remote_protocol_P_packet_cmd):
11 (_initialize_remote): Add ``set remote-protocol-P-packet'' command.
12 (remote_open_1, remote_async_open_1, remote_cisco_open):
13 Initialize ``remote_protocol_P''.
14 (remote_store_registers): Re-write ``P'' probe logic.
15 (store_register_using_P): New function.
17 From Ian Lance Taylor <ian@airs.com>:
18 (remote_prepare_to_store): Only read registers when ``P'' packet
19 is in state unsupported or support-unknown.
21 1999-07-24 Fred Fish <fnf@cygnus.com>
23 * symfile.c (default_symfile_offsets): Clear section_offsets
26 1999-07-16 Keith Seitz <keiths@cygnus.com>
28 * remote.c (_initialize_remote): "remotebreak" should be a var_boolean.
30 1999-07-15 Jim Blandy <jimb@cris.red-bean.com>
32 Make the output from "info registers" fit withinin 80 columns.
33 * hppa-tdep.c: Make it easy to change row and column counts.
34 Switch to three columns, instead of four, and adjust spacing.
36 First cut at supporting HPPA2.0 in "wide" (64-bit) mode.
37 * configure.tgt: Add hppa2.0w target.
38 * config/pa/hppa64.mt, config/pa/tm-hppa64.h: New files.
39 * hppa-tdep.c (hppa_fix_call_dummy): Dyke out code to tweak the
40 call dummy, if target is PA2.0w. This is temporary, until I get
41 function calls working.
42 * hppah-nat.c (fetch_register): Rewritten to handle both narrow
43 and wide register requests.
44 (HPPAH_OFFSETOF): New macro.
46 * gdbtypes.c (is_integral_type): New function.
47 * gdbtypes.h: Prototype for above.
49 1999-07-15 J.T. Conklin <jtc@redback.com>
51 * configure.tgt (i[3456]86-*-vxworks*): New target.
52 * config/i386/vxworks.mt: New file, x86 VxWorks target
53 * config/i386/tm-vxworks.h: New file.
55 * configure.tgt (powerpc-*-vxworks*): New target.
56 * config/powerpc/vxworks.mt: New file, PowerPC VxWorks target
57 * config/powerpc/tm-vxworks.h: New file.
59 * NEWS: Mention the new configs.
61 1999-07-15 Fernando Nasser <fnasser@cygnus.com>
63 * target.c (target_preopen): Prevent query when not from_tty.
64 * infcmd.c (run_command): Prevent query when not from_tty.
66 1999-07-15 Fernando Nasser <fnasser@cygnus.com>
68 * event-loop.c: Fix typo in comment.
70 Wed Jul 14 17:29:31 1999 Andrew Cagney <cagney@b1.cygnus.com>
72 * ser-pipe.c (struct pipe_state): Define.
73 (pipe_close): Retain the PID of the sub-process using ``struct
74 pipe_state''. Delete #ifdef code that used popen().
75 (pipe_close): Kill of the sub-process as part of the cleanup.
77 * serial.h (struct _serial_t): Add field ``state''.
79 1999-07-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
81 * event-top.c (display_gdb_prompt): Don't display the prompt if we
82 are in the middle of an execution command. Also trick readline so
83 it doesn't try to display the prompt.
84 (command_line_handler): Get rid of change_prompt, unused variable.
85 Use {push, pop}_prompt mechanism in case of multiline commands.
87 * infrun.c (complete_execution): Set target_executing to 0 as
88 first thing, so that display_gdb_prompt does the right thing.
90 Tue Jul 13 20:29:46 1999 Andrew Cagney <cagney@b1.cygnus.com>
92 * parse.c (build_parse): Fix conditional increment of num_std_regs
93 for SP_REGNUM. Was conditional on FP_REGNUM.
95 Tue Jul 13 16:44:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
97 * gdbarch.h, gdbarch.c: Revert 1999-07-07 Stan Shebs
98 <shebs@andros.cygnus.com> indentation change. Don't let indent
99 mess with these files.
101 Mon Jul 12 11:15:09 1999 Andrew Cagney <cagney@b1.cygnus.com>
103 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_RAW,
104 REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERTIBLE): Define.
105 (REGISTER_RAW_SIZE): Re-define as mips_register_convert_to_raw.
106 * mips-tdep.c (mips_register_convert_to_raw,
107 mips_register_convert_to_virtual, ): New functions.
108 (mips_register_raw_size, mips_register_convertible): New
109 functions. Handle bug introduced by ``Wed Apr 1 23:13:23 1998
110 Andrew Cagney <cagney@b1.cygnus.com>'' where remote mips64 target
111 transfers SR as 64 bits yet GDB expected only 32 bits.
112 (mips64_transfers_32bit_regs): New static variable.
113 (_initialize_mips_tdep): Add obscure command ``set
114 remote-mips64-transfers-32bit-regs'' that provides backward
116 (do_gp_register_row): Extract register values from raw buffer.
118 * NEWS: Document protocol change.
120 1999-07-12 Keith Seitz <keiths@cygnus.com>
122 * rdi-share/unixcomm.c (Unix_ResetSerial): Remove CYGWIN32
123 conditional. It's no longer needed.
124 (SERPORT1, SERPORT2): Linux serial ports are "/dev/ttyX", not
125 "/dev/cuaX" (X=0,1,2,3,...).
127 Mon Jul 12 02:02:00 1999 Andrew Cagney <cagney@amy.cygnus.com>
129 * defs.h, utils.c (fputstrn_filtered, fputstrn_unfiltered,
130 fputstrnn_unfiltered): New functions.
131 (gdb_printchar): Delete.
133 * remote.c (print_packet): Replace gdb_printchar with
135 (getpkt): Use fputstrn_unfiltered to dump packet received.
136 (putpkt_binary): Use fputstrnn_unfiltered to dump packet sent.
138 1999-07-09 Keith Seitz <keiths@cygnus.com>
140 * blockframe.c (blockvector_for_pc_sect): When looking for a block,
141 we want the one whose end is greater than our PC, not greater or equal.
143 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
145 * sparcl-tdep.c (init_sparclite_ops): Fix doc strings, remove
147 (sparclite_ops): Remove redundant decl.
149 Thu Jul 8 16:48:40 1999 Andrew Cagney <cagney@b1.cygnus.com>
151 * ser-pipe.c (pipe_open): Bi-directional popen found on both
153 * ser-pipe.c: New file. Implement popen() style serial interface.
155 * Makefile.in (ALLDEPFILES): Add ser-pipe.c.
156 (ser-pipe.o): Add new target. Specify dependencies.
157 (SER_HARDWIRE): Add ser-pipe.o.
158 * serial.c (serial_open): Recognize a serial pipe ``|''.
160 1999-07-07 Stan Shebs <shebs@andros.cygnus.com>
162 * All C files except *-stub.c and *-share/*: Indent to GNU
163 standard, using indent 1.9.1.
164 * defs.h: Make indent ignore this file, macros confuse it.
166 * gnu-regex.c, gnu-regex.h: Don't let indent mess with these.
168 Wed Jul 7 13:06:24 1999 Andrew Cagney <cagney@b1.cygnus.com>
170 * remote-mips.c (fputs_readable): Rename puts_readable, add struct
172 (fputc_readable): Rename putc_readable, add struct gdb_file
175 * remote-mips.c (mips_expect_timeout, mips_receive_header,
176 mips_send_packet, mips_receive_packet), remote-rdp.c (put_byte,
177 get_byte, put_word, rdp_init, rdp_init), remote-sds.c
178 (sds_interrupt, sds_wait, readchar, putmessage, read_frame,
179 getmessage), remote-udi.c (udi_store_registers, fetch_register):
180 (store_register), xmodem.c (readchar), utils.c (puts_debug),
181 gnu-nat.h (debug), parse.c (parse_exp_1): Cleanup - send debug/log
182 messages to gdb_stdlog.
184 1999-07-06 Stan Shebs <shebs@andros.cygnus.com>
186 * exec.c: Remove long-#ifed-out section of code that confuses
188 * gdbtypes.c (add_mangled_type): Add some braces to indicate
190 * gnu-nat.c: Remove literal newlines embedded in strings,
191 causes indent to weird out.
192 * language.c (binop_result_type): Remove extra paren.
193 * lynx-nat.c: Add a missing paren to fetch_core_registers decl.
194 * nec4102rom.c (vr4102_insert_step): Fix typos.
195 (_initialize_vr4102_rom): Remove literal newline in string.
196 * config/a29k/tm-a29k.h: Suppress formatting of pictures.
197 * config/m68k/xm-3b1.h: Remove excess #endif.
199 Declare Pyramid configuration obsolete.
200 * configure.host, configure.tgt: Comment out Pyramid configs.
201 * Makefile.in: Comment out Pyramid-related actions.
202 * pyr-xdep.c, pyr-tdep.c, config/pyr/*: Comment out.
203 * NEWS: Mention obsolete status.
205 1999-07-06 Jason Molenda (jsm@bugshack.cygnus.com)
207 * remote.c: Include <sys/time.h> to pick up FD_SET et al defns on
208 some old Linux distributions.
209 * remote-os9k.c, remote-st.c, ser-tcp.c, ser-unix.c,
210 sparcl-tdep.c, remote.c: Back out inclusion of <sys/select.h>.
211 It isn't necessary after all.
213 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
215 * infcmd.c (strip_bg_char): Remove assignment from 'if' condition.
217 1999-07-05 Jason Molenda (jsm@bugshack.cygnus.com)
219 * remote.c: Include <sys/select.h> if it exists in order to pick up
221 * remote-os9k.c: Same.
225 * sparcl-tdep.c: Same.
227 Fri Jul 2 19:38:43 1999 Andrew Cagney <cagney@b1.cygnus.com>
229 * top.c (target_output_hook): Delete definition.
230 * defs.h (target_output_hook): Delete declaration.
232 * remote.c (remote_console_output): Delete call to
233 target_output_hook(). Send target output to gdb_stdtarg using an
234 unfiltered write. Make more robust.
236 * remote-sim.c (gdb_os_write_stdout, gdb_os_write_stderr):
237 Ditto. For moment, do not try to separate target stdout and stderr
240 * defs.h (gdb_stdtarg): New global. Output from target and
243 1999-07-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
245 * top.c (return_to_top_level): Do all the exec_cleanups too.
247 * event-top.c (command_handler): Set up for a continuation, if we
248 are in the middle of running an execution command which will
249 finish later on. Do cleanups, an display of time/space only if not
250 running with an async target or not running an execution command.
251 (command_line_handler_continuation): New function. Continuation
252 for command_line_handler.
254 * utils.c (exec_cleanup_chain): New cleanup chain to be used in
255 async mode for the execution commands.
256 (make_exec_cleanup): New function. Add a cleanup to the
258 (do_exec_cleanups): New Function. Do cleanups on the
260 (add_continuation): New function. Add a new continuation to the
261 cmd_continuation list.
262 (do_all_continuations): New function. Do all the continuations on
263 the cmd_continuation list.
265 * top.h (ALL_CLEANUPS): Move from here to defs.h.
267 * defs.h (struct continuation_arg): New structure. Arg to pass to
268 the call to a command continuation.
269 (struct continuation): New structure. Continuation for an
271 (ALL_CLEANUPS): Move here from top.h.
273 * remote.c (remote_async_open_1): Set things up for telling the
274 target we are running the extended protocol, only after the target
276 (set_extended_protocol): New function. Tell the target we are
277 using the extended protocol.
278 (remote_async_resume): Set things up for sync execution only if
279 this is the first time we are called.
281 * breakpoint.c (until_break_command_continuation): New function.
282 Stuff to be done after the target stops during the 'until'
284 (until_break_command): Set things up for completing the 'until'
285 command later on. Do the final cleanups only if not running
286 asynchronously or async execution is not supported by the target.
288 * infcmd.c (until_command): Recognize '&' at end of command and
290 (finish_command_continuation): New function. Do whatever is needed
291 after the target has stopped.
292 (finish_command): Recognize '&' at end of command and handle it
293 properly. Don't do stuff needed after target has stopped if
294 running asynchronously and target has async. Use exec_cleanup_chain
295 if running asynchronously and target is asynchronous.
297 * infrun.c (cmd_continuation): New gloabl variable. Used to
298 coplete execution commands in async mode, after the target has
300 (fetch_inferior_event): Use exec_cleanup_chain, instead of
301 cleanup_chain. Do all the exec cleanups at the end. Do all the
302 continuations at the end. Call complete_execution from here,
303 instead of normal_stop.
304 (complete_execution): Cleanup the signals handlers for SIGINT
305 before displaying the prompt.
306 (start_remote): Set target_executing to 1.
307 (normal_stop): Don't call complete_execution from here.
309 Thu Jul 1 19:14:30 1999 Andrew Cagney <cagney@b1.cygnus.com>
311 * blockframe.c (struct dummy_frame): Add member ``top''.
312 (generic_push_dummy_frame): Initialize top to sp.
313 (generic_save_dummy_frame_tos): New function. Initialize top.
314 (generic_find_dummy_frame): Check for the top of the frame.
316 * blockframe.c (generic_push_dummy_frame): Free the dummy_frame
319 * config/mn10300/tm-mn10300.h (SAVE_DUMMY_FRAME_TOS): Define.
320 (TARGET_READ_FP): Return the SP as a best guess.
322 Wed Jun 30 15:45:48 1999 Jeffrey A Law (law@cygnus.com)
324 * configure.host (hppa*-*-hpux11*): Accept any version of hpux11
325 instead of hpux11.0*.
327 1999-06-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
329 * source.c (directory_command): Add missing test for from_tty.
331 1999-06-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
333 * remote.c: Include event-loop.h.
334 (remote_async_ops, extended_async_remote_ops): Define new target
335 vector structures for asynchronous debugging.
336 (remote_async_open): New function. Asynchronous version of
338 (extended_remote_async_open): New function. Asynchronous version
339 of extended_remote_open.
340 (remote_async_open_1): New function. Async version of
342 (remote_async_detach): New function. Async version of
344 (remote_async_resume): New function. Async version of
346 (initialize_sigint_signal_handler, handle_remote_sigint,
347 handle_remote_sigint_twice, async_remote_interrupt,
348 async_remote_interrupt_twice, cleanup_sigint_signal_handler): New
349 functions. Used for handling ^C while target is running.
350 (remote_async_wait): New function. Async version of remote_wait.
351 (remote_async_kill): New function. Async version of remote_kill.
352 (extended_remote_async_create_inferior): New function. Async
353 version of extended_remote_create_inferior.
354 (init_remote_async_ops): New function. Initialize target vector
356 (init_extended_async_remote_ops): New function. Initialize target
357 vector for target extended-async.
358 (_initialize_remote): Initialize remote_async_ops and
359 extended_async_remote_ops.
361 * infrun.c: Include "event-loop.h".
362 (sync_execution): new global variable.
363 (proceed): Invoke wait_for_inferior and normal_stop only if not
364 running in async mode or if target doesn't support async
366 (start_remote): Don't call wait_for_inferior and normal_stop if
367 not running in async mode or if target not async. If running async
368 and target is async, start the target in simulated synchronous
370 (async_ecss, async_ecs): New global vars, for inferior state.
371 (fetch_inferior_event): New function. Async version of
373 (complete_execution): New function. Reset of gdb prompt and stdin,
374 after inferior execution has completed.
375 (normal_stop): Call complete_execution at end of asynchronous
378 * infcmd.c (strip_bg_char): New function to detect the background
380 (run_command): Modify to support background and foreground
381 execution in async mode.
382 (continue_command): Ditto.
384 (jump_command): Ditto.
385 (interrupt_target_command): New function. Interrupt the
387 (_initialize_infcmd): Add new command 'interrupt'.
389 * top.c (target_executing): New global variable.
390 (execute_command): Reject commands that cannot be executed while
391 the target is running asynchronously.
393 * event-top.c (push_prompt): Make non static.
394 (pop_prompt): Make non static. If the current prompt is empty,
395 don't try to copy it over the previous one.
396 (handle_sigint): Make non static.
397 (command_handler): Do the cleanups only when not executing with an
400 * event-loop.c (delete_async_signal_handler): Pass a pointer to a
401 pointer to a signal handler, so that is can be freed at the end.
403 * target.c (update_current_target): Inherit to_has_async_exec.
405 * inferior.h: Add global variables target_executing, and
406 sync_execution. Export function fetch_inferior_event.
408 * event-loop.h: Add push_prompt, pop_prompt, handle_sigint to the
409 exported functions. Update prototype for delete_signal_handler.
411 * target.h (struct target_ops): New target op: to_has_async_exec.
412 (target_has_async): New macro.
414 * Makefile.in (infrun.o): Add dependency on event-loop.h.
417 1999-06-28 Jim Blandy <jimb@zwingli.cygnus.com>
419 * solib.c (clear_solib): Don't disable breakpoints if we're
420 running an a.out executable (Solaris's SunOS emulation).
422 1999-06-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
424 * main.c (main): Remove intialization of command_loop_hook, it
425 is now done in _initialize_event_loop().
426 * event-loop.c (gdb_do_one_event): Make static.
427 (start_event_loop): New function. Just start the event loop.
428 * event-top.c (cli_command_loop): New name for start_event_loop().
429 (gdb_readline2): Make non static.
430 (_initialize_event_loop): Set command_loop_hook to cli_command_loop.
431 * event-loop.h: Adjust exported functions accordingly.
433 * top.c (init_main): Move setting of async_command_editing_p from
435 * event-top.c (_initialize_event_loop): To here.
436 (change_line_handler): Revert previous change. Add comment.
437 (_initialize_event_loop): Revert previous change.
438 (cli_command_loop): New name for start_event_loop().
439 (start_event_loop): New function. This just starts up the event loop.
440 (gdb_readline2): Make non static.
441 (_initialize_event_loop): Set command_loop_hook to cli_command_loop.
443 1999-06-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
445 * event-top.c (change_line_handler): Get rid of the global
446 variable input_fd, use `fileno (instream)' instead.
447 (_initialize_event_loop): Ditto
449 * event-loop.c (add_file_handler): New function. Wrapper for
451 (create_file_handler): Make static.
452 * event-top.c (_initialize_event_loop): Call add_file_handler,
453 instead of create_file_handler.
454 (change_line_handler): Ditto.
455 Remove poll.h include.
456 * event-loop.h: Export add_file_handler instead of
459 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
461 Declare Altos configuration obsolete.
462 * configure.host, configure.tgt: Comment out Altos config.
463 * Makefile.in: Comment out Altos-related actions.
464 * altos-xdep.c, config/m68k/altos.mh, altos.mt, tm-altos.h,
465 xm-altos.h: Comment out.
466 * NEWS: Mention obsolete status.
468 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
470 * Makefile.in: Add MAKEHTML and MAKEHTMLFLAGS; pass them down;
471 recognize html and install-html targets.
472 * gdbserver/Makefile.in: Add empty html and install-html targets.
473 * nlm/Makefile.in: Ditto.
474 * rdi-share/Makefile.in: Ditto.
476 1999-06-24 Jim Blandy <jimb@zwingli.cygnus.com>
478 * ax-gdb.c (agent_command): Remove vestigial call to ax_reqs.
480 1999-06-24 James Ingham <jingham@leda.cygnus.com>
482 * arm-tdep.c (arm_othernames): Change both gdb's register display
483 AND the opcode disassembly register naming if the othernames
484 command. Fixes the gdb part of CR 101177.
486 1999-06-23 Stan Shebs <shebs@andros.cygnus.com>
488 Declare Convex configuration obsolete.
489 * configure.host, configure.tgt: Comment out Convex configs.
490 * Makefile.in: Comment out Convex-related actions.
491 * convex-xdep.c, convex-tdep.c, config/convex/*: Comment out.
492 * NEWS: Mention obsolete status.
494 1999-06-23 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
496 * main.c: Turn on async by default by setting async_p to 1.
498 Wed Jun 23 15:44:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
500 From Jimmy Guo <guo@cup.hp.com>:
501 * frame.h (enum lval_type): Delcare when an __STDC__ compiler.
502 Reverts Mon Aug 11 16:08:52 1997 Fred Fish <fnf@cygnus.com>
504 * utils.c (gdb_file_rewind, gdb_file_put): Fix. A void function
505 does not return a result.
507 Wed Jun 23 15:30:46 1999 Andrew Cagney <cagney@b1.cygnus.com>
509 * remote.c (set_thread, remote_get_threadinfo,
510 remote_threads_info, remote_current_thread, remote_get_threadlist,
511 extended_remote_restart, get_offsets, remote_open_1,
512 remote_detach, remote_resume, remote_wait, remote_fetch_registers,
513 remote_store_registers, check_binary_download, remote_write_bytes,
514 remote_read_bytes, remote_search, putpkt_binary, putpkt_binary,
515 read_frame, compare_sections_command, remote_query,
516 packet_command, remote_info_process): Use alloca to create space
517 for arrays of size PBUFSIZ.
519 1999-06-22 Jason Molenda (jsm@bugshack.cygnus.com)
521 * top.c: Update copyright years to include 1999.
523 1999-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
525 * top.c: Move include of event-loop.h, to avoid redefinition of
528 * event-loop.c (create_file_handler): Do not do a realloc of the
529 pollfd structure of the notifier, unless there is already one.
530 Include <sys/types.h> for platforms that have no poll.
532 * event-top.c: Fix prototype for _initialize_event_loop.
533 (_initialize_event_loop): Do something only if running in async
536 1999-06-17 Jim Blandy <jimb@zwingli.cygnus.com>
538 Make the '/c' print format use a true character type. This is
539 more appropriate than builtin_type_char for languages other than
540 C, and C tolerates it.
541 * gdbtypes.c (builtin_type_true_char): New variable.
542 (build_gdbtypes): Initialize it.
543 * gdbtypes.h (builtin_type_true_char): New declaration.
544 * printcmd.c (print_scalar_formatted): When the format is 'c',
545 extract the value as a builtin_type_true_char.
547 * jv-exp.y (yylex): Say character literals are java_char_type, not
548 builtin_type_char. Java treats the latter like `byte'.
550 1999-06-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
552 * Makefile.in (top_h): Define.
553 (event-loop.o): Add dependencies on top.h and defs.h.
554 (event-top.o): Add dependency on terminal.h.
556 * event-loop.c: Get rid of #include <readline.h>.
558 * event-loop.h: Get rid of nested #include's.
559 * event-loop.c: Rearrange includes to accomodate change in
560 event-loop.h. Include poll.h, not sys/poll.h.
561 * event-top.c: Ditto.
564 1999-06-16 David Taylor <taylor@louisiana.cygnus.com>
566 * alpha-tdep.c (alpha_pop_frame): if frame->proc_desc
567 is NULL, call find_proc_desc so we know how to restore
570 1999-06-15 Michael Snyder <msnyder@cleaver.cygnus.com>
572 * event-top.c (start_event_loop): call get_prompt.
573 (display_gdb_prompt): call get_prompt.
574 (async_stop_sig): call get_prompt.
576 1999-06-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
578 * event-loop.c (delete_file_handler): When positioning prev_ptr,
579 keep looping while the one after is not equal to file_ptr, instead
582 1999-06-14 Stan Shebs <shebs@andros.cygnus.com>
584 * MAINTAINERS: Add Jimmy Guo and Jim Blandy as HP testsuite and
585 SVR4 solib maintainers, respectively.
587 1999-06-14 Michael Snyder <msnyder@cleaver.cygnus.com>
589 Add parameters to the gdb prompt.
590 * top.c (prompt): Rename to gdb_prompt_string for clarity.
591 (command_line_input): rename "prrompt" to prompt_arg for clarity.
592 (gdb_readline): rename "prrompt" to prompt_arg for clarity.
593 (read_command_lines): rename "prompt" to prompt_arg for clarity.
594 (stop_sig): call get_prompt instead of reading prompt string directly.
595 (command_loop): ditto.
596 (gdb_prompt_escape): New variable. Esc char for prompt parameters.
597 (get_prompt_1): New function, workhorse for get_prompt.
598 (get_prompt): Completely rewrite. Add functionality for a
599 parameterized prompt, ie. the displayed prompt can change according
600 to the value of one or more expressions given as parameters in the
602 (init_main): use renamed variable gdb_prompt_string. Add new
603 command "set prompt-escape-char" to set gdb_prompt_escape.
605 Sun Jun 13 10:44:13 1999 Andrew Cagney <cagney@b1.cygnus.com>
607 * defs.h (gdb_stdlog), main.c: Declare.
608 * main.c (main): Initialize.
609 * gdbarch.c: Write trace messages to the log file.
610 * remote.c: Update any debug/log prints.
612 1999-06-11 Michael Snyder <msnyder@cleaver.cygnus.com>
614 * remote.c (remote_wait): Clean up new thread handling.
615 (record_currthread): Announce new threads.
617 1999-06-11 Jim Blandy <jimb@zwingli.cygnus.com>
619 * partial-stab.h (case N_LSYM, 'T' descriptor): Don't create
620 partial symbol table entries for nameless enums, even if the type
621 name is " ". (We still pick up the enum elements, though.)
623 * partial-stab.h: Remove #if 0'd sections, dating back to 1992,
624 which set a variable which exists nowhere else in the source.
625 Please examine your test suite output carefully, and report any
628 1999-06-11 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
630 * event-top.c (setup_event_loop): Change name to start_event_loop.
631 Move the intialization of event-loop variables to
632 _initialize_event_loop.
633 (_initialize_event_loop): New function. Called at init time, to
634 set up important event-loop variables.
636 * event-loop.h: setup_event_loop is now start_event_loop.
637 * main.c (main): Ditto.
639 Fri Jun 11 18:34:33 1999 Andrew Cagney <cagney@b1.cygnus.com>
641 * defs.h (gdb_file_rewind_ftype, gdb_file_rewind,
642 set_gdb_file_rewind, gdb_file_put_ftype, gdb_file_put,
643 set_gdb_file_put): Declare.
645 * utils.c (gdb_file_new): Initialize ``rewind'' and ``put''.
646 (struct gdb_file): Add to_rewind and to_put.
647 (null_file_put, null_file_rewind, gdb_file_put, gdb_file_rewind,
648 set_gdb_file_put, set_gdb_file_rewind): New functions.
649 (tui_file_rewind, tui_file_put): New functions.
650 (tui_file_new): Add rewind and put.
652 Fri Jun 11 15:10:32 1999 Andrew Cagney <cagney@b1.cygnus.com>
654 * d10v-tdep.c (d10v_push_arguments): Fix order of arguments passed
657 Fri Jun 11 10:31:29 1999 Andrew Cagney <cagney@b1.cygnus.com>
659 * remote.c (tty_input): Change array to pointer.
660 (_initialize_remote): Call build_remote_gdbarch_data.
661 (build_remote_gdbarch_data): New function. Allocate space for
663 (readsocket, readtty): Delete extern declaration of tty_input.
665 1999-06-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
667 * event-top.c (gdb_readline2): Call the command handling function
668 via the input_handler pointer.
669 (change_line_handler): When turning off editing, set input_handler
672 * utils.c (prompt_for_continue): If running asynchronously, call
673 async_request_quit, instead of request_quit.
675 * tracepoint.c (read_actions): If running asynchronously, set the
676 signal handler for STOP_SIGNAL to handle_stop_sig.
678 * top.h: (source_line_number, source_file_name, source_error,
679 source_pre_error, history_expansion_p, server_command): export for
682 * event-top.c: Include top.h and terminal.h.
683 (instream): Remove extern declaration.
684 (handle_sigint, handle_sigquit, handle_sighup, handle_sigfpe,
685 handle_sigwinch, async_do_nothing, async_disconnect,
686 async_float_handler, async_stop_sig): Make static.
687 (async_request_quit, async_do_nothing, async_disconnect,
688 async_float_handler, async_stop_sig): Add gdb_glient_data
690 (handle_stop_sig): New function.
691 (sigtstp_token): New variable.
692 (sigint_token, sigquit_token, sigfpe_token, sigwinch_token):
693 Change their type tp PTR.
694 (mark_async_signal_handler_wrapper): New function.
695 (setup_event_loop): Initialize all the variables used by readline
696 only if not already done while reading the .gdbinit file. Display
697 the initial gdb prompt, if .gdbinit took care of setting things up
699 (change_line_handler): When turning on the use of readline,
700 initialize input_handler as well.
701 (command_line_handler): Set up the signal handler for STOP_SIGNAL
702 to be handle_stop_sig.
703 (async_init_signals): Remove coercion of signal handlers in calls
704 to create_async_signal_handler. Initialize token for stop signal.
705 (handle_sigint): Call async_request_quit using one argument.
706 (handle_sigint, handle_sigquit, handle_sighup, handle_sigfpe,
707 handle_sigwinch): Call mark_async_signal_handler_wrapper instead
708 of mark_async_signal_handler.
710 * event-loop.h: Add extern declarations for handle_stop_sig,
711 async_command_editing_p, async_annotation_suffix,
712 new_async_prompt, the_prompts.
714 * top.c (command_line_input): Set the signal handler to be
715 handle_stop_sig, in case gdb is running asynchronously.
716 (get_prompt): Return the top of the prompt stack if running
718 (set_prompt): Set the top of the prompt stack if running
720 (init_main): Move ``extern'' vars from here to event-loop.h.
722 1999-06-10 Michael Snyder <msnyder@cleaver.cygnus.com>
724 * values.c (value_from_string): new function. Make a value_ptr
725 from a string, with storage in local GDB memory (not in inferior).
726 * value.h (value_from_string): add prototype.
727 * remote.c (remote_cisco_ops): New remote target, "target cisco".
728 (init_remote_cisco_ops): New function, initialize new target.
729 (remote_cisco_mourn, remote_cisco_wait, remote_cisco_open,
730 remote_cisco_close): New functions, implement new target cisco.
731 (minitelnet, readtty, readsocket) New functions, implement the
732 I/O pass-through mode for target cisco.
733 (remote_wait): Detect special enhanced version of the 'S' packet
735 (remote_cisco_expand): Perform Cisco variant of RLL decoding.
737 1999-06-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
739 * event-loop.c (gdb_wait_for_event): Initialize num_found to 0.
741 * top.c (print_prompt): Delete this function.
743 From: Andrew Cagney <cagney@b1.cygnus.com>
745 * event-top.c (async_hook): Delete extern declaration.
747 * defs.h: Replace ``async_hook'' with ``async_p''.
748 * top.c (gdb_init, init_main, init_main, init_main, init_main):
749 Replace ``async_hook'' with ``async_p''.
751 * main.c: Rename ``async'' to ``async_p''.
752 (main): Add --noasync option.
753 (main): Hook in the asynchronous event-loop based CLI using
754 command_loop_hook instead of async_hook. Delete call to
757 Thu Jun 10 21:14:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
759 * mn10300-tdep.c (mn10300_store_return_value,
760 mn10300_extract_struct_value_address,
761 mn10300_extract_return_value), config/mn10300/tm-mn10300.h: New
763 * config/mn10300/tm-mn10300.h (EXTRACT_STRUCT_VALUE_ADDRESS,
764 STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE): Update.
765 (TARGET_MN10300): Delete macro. Not used.
767 Thu Jun 10 20:04:02 1999 Andrew Cagney <cagney@b1.cygnus.com>
769 * mn10300-tdep.c (mn10300_register_names): Make static.
770 (STORE_STRUCT_RETURN): Do not modify SP.
772 * config/mn10300/tm-mn10300.h(mn10300_register_name),
773 mn10300-tdep.c : New function.
774 * config/mn10300/tm-mn10300.h (REGISTER_NAME): Update.
775 * config/mn10300/tm-mn10300.h (mn10300_saved_pc_after_call),
776 mn10300-tdep.c: New function.
777 * config/mn10300/tm-mn10300.h (SAVED_PC_AFTER_CALL): Update.
779 1999-06-09 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
781 * rs6000-tdep.c (skip_prologue): Don't mistake a branch for a
784 1999-06-08 Michael Snyder <msnyder@cleaver.cygnus.com>
786 * remote.c (remote_wait): Add 'N' response packet, which is a
787 stop with signal number plus section offsets for .text, .data and
788 .bss. This is used by Cisco to indicate relocation offsets.
789 (remote_cisco_section_offsets, remote_cisco_objfile_relocate):
790 new files to support 'N' packet.
791 (remote_info_process): New function. Implements the
792 "info remote-process" command, by means of which the remote target
793 can report anything it wants to about the remote process/app being
795 (_initialize_remote): add info remote-proc command.
796 (remote_threads_info): New function for "info threads" command.
797 Attempts to use new query "qfThreadInfo" instead of the old
799 * exec.c (exec_set_section_offsets) new files to support 'N' packet.
801 Tue Jun 8 13:33:42 1999 Andrew Cagney <cagney@amy.cygnus.com>
803 * inferior.h (generic_target_read_pc, generic_target_write_pc,
804 generic_target_read_fp, generic_target_write_fp,
805 generic_target_read_sp, generic_target_write_sp): Declare new
807 * findvar.c (generic_target_read_pc, generic_target_write_pc,
808 generic_target_read_fp, generic_target_write_fp,
809 generic_target_read_sp, generic_target_write_sp): New functions.
810 (TARGET_READ_PC, TARGET_WRITE_PC, TARGET_READ_FP, TARGET_WRITE_FP,
811 TARGET_READ_SP, TARGET_WRITE_SP): Default to corresponding generic
813 (write_pc_pid, write_pc_pid, read_sp, write_sp, read_fp,
816 * gdbarch.c (verify_gdbarch): Always verify TARGET_PTR_BIT,
817 TARGET_SHORT_BIT, TARGET_INT_BIT, TARGET_LONG_BIT,
818 TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT, TARGET_DOUBLE_BIT,
819 TARGET_LONG_DOUBLE_BIT, TARGET_READ_PC, TARGET_WRITE_PC,
820 TARGET_READ_FP, TARGET_WRITE_FP, TARGET_READ_SP, TARGET_WRITE_SP,
821 USE_GENERIC_DUMMY_FRAMES, CALL_DUMMY_BREAKPOINT_OFFSET_P,
822 CALL_DUMMY_P, CALL_DUMMY_STACK_ADJUST_P, GET_SAVED_REGISTER,
823 REGISTER_CONVERTIBLE, PUSH_ARGUMENTS, PUSH_RETURN_ADDRESS,
825 (GET_GDBARCH, SET_GDBARCH): Delete macros. Implement functions
827 * gdbarch.h, gdbarch.c: Call fatal() instead of abort(). Identify
828 the function / macro with a problem. Always verify a architecture
829 attribute before returning it.
830 * gdbarch.h, gdbarch.c (generic_register_convertible_not): New
833 * mips-tdep.c (mips_push_return_address): New function.
834 * config/mips/tm-mips.h (PUSH_RETURN_ADDRESS): Define.
836 * mips-tdep.c (mips_gdbarch_init): Initialize short_bit,
837 double_bit, long_double_bit, read_pc, write_pc, read_fp, write_fp,
838 read_sp, write_sp, frame_chain_valid, get_saved_register,
839 push_arguments, push_return_address, register_convertible,
840 call_dummy_p, use_generic_dummy_frames,
841 call_dummy_breakpoint_offset_p, call_dummy_stack_adjust_p,
842 call_dummy_words and sizeof_call_dummy_words.
843 * config/mips/tm-mips.h: Don't define CALL_DUMMY when multi-arch.
845 1999-06-07 Keith Seitz <keiths@cygnus.com>
847 * v850ice.c (init_hidden_window): Do not rely on the existence of
848 a gui for window creation. Return boolean status.
849 (v850ice_open): Use boolean status of init_hidden_window.
850 Allow any ICE execution command to run under CLI. Maybe one
851 day gdb will use a real event loop and allow this code to run.
852 * configure.tgt: Configure the v850 ice for all cygwin-hosted
855 Mon Jun 7 23:37:26 1999 Andrew Cagney <cagney@amy.cygnus.com>
857 * config/mips/tm-mips.h (EXTRA_FRAME_INFO): Delete.
858 * mips-tdep.c (mips_init_extra_frame_info): Allocate saved_regs.
859 (temp_saved_regs): Replace struct with a simple pointer.
860 (set_reg_offset, mips32_heuristic_proc_desc, heuristic_proc_desc,
861 mips_init_extra_frame_info): Update.
863 Mon Jun 7 21:40:12 1999 Andrew Cagney <cagney@amy.cygnus.com>
865 * config/mips/tm-mips.h (EXTRA_FRAME_INFO): Move elements from here.
866 * mips-tdep.c (struct frame_extra_info): To here.
868 * mips-tdep.c (mips_print_extra_frame_info, mips_find_saved_regs,
869 mips_init_extra_frame_info, mips_pop_frame): Update
870 (mips_init_extra_frame_info): Allocate space for the extra info.
872 Mon Jun 7 21:08:50 1999 Andrew Cagney <cagney@amy.cygnus.com>
874 * config/mips/tm-mips.h (mips_init_extra_frame_info), mips-tdep.c:
875 Rename init_extra_frame_info. Add argument ``fromleaf''.
877 * config/mips/tm-mips.h (mips_print_extra_frame_info),
878 mips-tdep.c: New function.
879 (PRINT_EXTRA_FRAME_INFO): Update definition.
881 Mon Jun 7 20:11:07 1999 Andrew Cagney <cagney@amy.cygnus.com>
883 * config/mips/tm-mips.h, config/mips/tm-irix3.h,
884 config/mips/tm-tx19.h, config/mips/tm-tx19l.h,
885 config/mips/tm-tx39.h, config/mips/tm-tx39l.h: Rename macro
886 REGISTER_NAMES to MIPS_REGISTER_NAMES.
888 * config/mips/tm-mips.h (REGISTER_NAME): Define.
889 * mips-tdep.c (mips_processor_reg_names): New static variable.
890 (mips_register_name): New function.
891 (mips_set_processor_type): Update mips_processor_reg_names.
892 (mips_generic_reg_names): Initialize using MIPS_REGISTER_NAMES.
894 Sun Jun 6 11:09:19 1999 Andrew Cagney <cagney@b1.cygnus.com>
896 * remote.c (PBUFSIZ): Re-define so that value is computed at
898 (MAXBUFBYTES): Re-define as a macro function.
899 * gdbarch.h, gdbarch.c: Add multi-arch support for REGISTER_BYTES.
900 * d10v-tdep.c, config/d10v/tm-d10v.h: Update.
902 1999-06-05 Fernando Nasser <fnasser@totem.to.cygnus.com>
904 * symtab.c (decode_line_1): Accept filenames with spaces in
905 'linespecs' when enclosed in double quotation marks and handle
906 drive specification is DOS format (D:).
908 1999-06-04 Jim Blandy <jimb@zwingli.cygnus.com>
910 * parse.c: Don't include <ctype.h> twice.
912 1999-06-04 David Taylor <taylor@louisiana.cygnus.com>
914 Sat May 15 12:16:09 1999 Per Bothner <bothner@deneb.cygnus.com>
916 * eval.c (evaluate_subexp_standard): Remove Gilmore rant.
917 (Of course C has "expected types", at least if you allow
918 brace-initializer expressions - as in Gcc.)
919 Remove NULLing out expect_type. Do pass NULL_TYPE in place
920 the incoming expect_type where appropriate.
922 Fri Jun 4 10:56:23 1999 Jeffrey A Law (law@cygnus.com)
924 * hppa-tdep.c (hppa_fix_call_dummy): Make it work for GCC compiled
925 executables without end.o. Clean up lots of mis-guided comments.
927 Fri Jun 4 17:10:36 1999 Andrew Cagney <cagney@b1.cygnus.com>
929 * parser-defs.h (std_regs): Replace array with pointer.
930 * parse.c (build_parse): Build the std_regs table according to the
931 standard registers available.
932 (_initialize_parse): Register std_regs and num_std_regs as
933 architecture specific.
934 * gdbarch.h, gdbarch.c: Add multi-arch support for SP_REGNUM,
935 FP_REGNUM, PC_REGNUM, NUM_REGS, REGISTER_NAME.
936 * d10v-tdep.c, config/d10v/tm-d10v.h: Update.
938 1999-06-03 Michael Snyder <msnyder@cleaver.cygnus.com>
940 * thread.c: eliminate the target_thread_vector (functionality
941 moved into the standard target vector).
942 * gdbthread.h: eliminate target_thread_vector. Move all related
943 defines into remote.c, since they are no longer shared with thread.c.
944 * remote.c: eliminate the target_thread_vector.
945 (remote_find_new_threads): change return type to void, consistent
946 with the target vector table. (cont_thread): rename continue_thread.
947 (record_currthread): remove dead code. (remote_thread_alive):
948 clean up and simplify. (threadref etc.): move definitions to here
951 1999-06-02 Jason Molenda (jsm@bugshack.cygnus.com)
953 * inftarg.c (child_create_inferior): Remove dead HPUX specific code
954 which tries to find csh.
955 * fork-child.c: Remove DEBUGGING predefine and conditionalized
957 (fork_inferior): Remove dead HPUX specific code which assumes shell
960 * hppa-tdep.c: Remove DEBUGGING and #if 0 debugging printfs.
964 * gdbarch.h: Forward decl of struct value.
966 Thu Jun 3 10:12:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
968 * d10v-tdep.c (do_d10v_pop_frame): Rename d10v_pop_frame. Make
970 * d10v-tdep.c (d10v_pop_frame), config/d10v/tm-d10v.h: New
971 function. Call generic_pop_current_frame.
972 * config/d10v/tm-d10v.h (POP_FRAME): Update.
973 * gdbarch.h, gdbarch.c (frame_num_args_unknown): New function.
974 * gdbarch.h, gdbarch.c: Add multi-arch support for POP_FRAME,
975 SKIP_PROLOGUE, INNER_THAN, DECR_PC_AFTER_BREAK,
976 FUNCTION_START_OFFSET, REMOTE_TRANSLATE_XFER_ADDRESS, FRAME_CHAIN,
977 FRAME_CHAIN_VALID, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS,
978 FRAME_LOCALS_ADDRESS, FRAME_ARGS_SKIP,
979 FRAMELESS_FUNCTION_INVOCATION, REGISTER_BYTE, REGISTER_RAW_SIZE,
980 REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, SAVED_PC_AFTER_CALL,
981 FRAME_NUM_ARGS, MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
983 * d10v-tdep.c, config/d10v/tm-d10v.h: Update.
984 * config/d10v/tm-d10v.h (DMEM_START, IMEM_START, STACK_START,
985 ARG1_REGNUM, ARGN_REGNUM, RET1_REGNUM): Move definitions from
987 * d10v-tdep.c: To here.
988 * config/d10v/tm-d10v.h (struct type): Move declaration from here.
989 * gdbarch.h: To here.
990 * config/d10v/tm-d10v.h (struct frame_info, struct
991 frame_saved_regs, struct type): Delete declarations.
993 1999-06-02 Robert Hoehne <robert.hoehne@gmx.net>
995 * go32-nat.c: go32_terminal_init, go32_terminal_inferior and
996 go32_terminal_ours are new functions to save/restore the inferior`s
997 stdin/stdout filemodes
999 1999-06-02 Stan Shebs <shebs@andros.cygnus.com>
1001 * MAINTAINERS: Add Mark Kettenis, Jeff Law, and Philippe De Muyter
1002 as maintainers for Hurd, HP/UX, and COFF, respectively.
1004 1999-06-02 Mark Kettenis <kettenis@gnu.org>
1006 * gnu-nat.c (inf_continue): New function.
1007 (struct inf): Use `unsigned int' instead of `int' for bit-fields.
1008 Add new bit-field named `nomsg'.
1009 (inf_validate_procinfo): Renamed from inf_validate_stopped, all
1010 callers changed. Also update the `nomsg' and `traced' fields of
1012 (make_inf): Initialize INF->nomsg.
1013 (inf_cleanup): Reset INF->nomsg.
1014 (inf_detach): Call `inf_validate_procinfo'. Call `inf_continue'
1015 instead of `inf_signal' if the inferior does not have a message
1017 (gnu_resume): Likewise.
1018 (gnu_create_inferior): Reset INF->nomsg in `attach_to_child'.
1019 Call `inf_validate_procinfo' after returning from `fork_inferior'.
1020 (gnu_attach): Update signal thread and tracing state.
1022 * config/i386/tm-i386gnu.h: Include "i386/tm-i386.h" instead of
1024 (STACK_END_ADDR): Remove.
1025 (SIGCONTEXT_PC_OFFSET): New define.
1026 Include "tm-sysv4.h".
1028 1999-06-02 J.T. Conklin <jtc@redback.com>
1030 * config/tm-vxworks.h: New file, header for definitions common to
1031 all vxWorks targets.
1032 * config/a29k/tm-vx29k.h, config/i960/tm-vx960.h,
1033 config/m68k/tm-vx68.h, config/mips/tm-vxmips.h,
1034 config/sparc/tm-vxsparc.h: Include tm-vxworks.h.
1036 Wed Jun 2 17:37:03 1999 Jeffrey A Law (law@cygnus.com)
1038 * config/pa/tm-hppa.h (IMPORT_SHLIB): New unwind stub type.
1040 1999-06-02 Christopher Faylor <cgf@cygnus.com>
1042 * configure.tgt: Alphabetically reorder some targets.
1044 1999-06-02 Keith Seitz <keiths@cygnus.com>
1046 * v850ice.c (v850ice_xfer_memory): Insert lost "break".
1048 1999-06-02 Jim Blandy <jimb@zwingli.cygnus.com>
1050 * rs6000-tdep.c (variants): Fix description of 750 register set.
1051 (Thanks to J. T. Conklin.)
1053 Wed Jun 2 16:10:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
1055 * gdbarch.h, gdbarch.c: Add multi-arch support for
1056 STORE_STRUCT_RETURN, STORE_RETURN_VALUE,
1057 EXTRACT_STRUCT_VALUE_ADDRESS, USE_STRUCT_CONVENTION,
1058 FRAME_INIT_SAVED_REGS and INIT_EXTRA_FRAME_INFO.
1059 * d10v-tdep.c, config/d10v/tm-d10v.h: Update.
1061 * config/d10v/tm-d10v.h (FRAME_INIT_SAVED_REGS): Replace
1062 FRAME_FIND_SAVED_REGS.
1063 (d10v_frame_init_saved_regs): Replace d10v_frame_find_saved_regs.
1064 * d10v-tdep.c (d10v_pop_frame, d10v_frame_chain,
1065 d10v_frame_init_saved_regs): Update.
1066 * gdbarch.h: Disallow FRAME_FIND_SAVED_REGS when multi-arch.
1068 * gdbarch.h, gdbarch.c: Add multi-arch support for
1069 D10V_MAKE_DADDR, D10V_MAKE_IADDR, D10V_DADDR_P, D10V_IADDR_P,
1070 D10V_CONVERT_DADDR_TO_RAW and D10V_CONVERT_IADDR_TO_RAW.
1071 * d10v-tdep.c, config/d10v/tm-d10v.h: Update.
1073 * config/d10v/tm-d10v.h (EXTRA_FRAME_INFO): Delete.
1074 * d10v-tdep.c (struct frame_extra_info): Define.
1075 (d10v_init_extra_frame_info, d10v_pop_frame, d10v_frame_chain,
1076 d10v_frame_find_saved_regs): Update.
1077 * gdbarch.h: Disallow EXTRA_FRAME_INFO when multi-arch.
1079 Tue Jun 1 13:36:31 1999 Philippe De Muyter <phdm@macqel.be>
1081 * config/m68k/tm-delta68.h (FRAME_NUM_ARGS): Macro prototype fixed.
1082 * config/m68k/tm-news.h, config/ns32k/tm-merlin.h: Ditto.
1083 * config/ns32k/tm-umax.h (FRAME_NUM_ARGS): Old macro definition
1084 removed; new macro prototype fixed.
1086 Wed Jun 2 11:18:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
1088 * gdbarch.h, gdbarch.c: Add multi-arch support for
1089 EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS, PUSH_DUMMY_FRAME,
1090 PUSH_RETURN_ADDRESS, POP_FRAME, FRAME_FIND_SAVED_REGS.
1091 * d10v-tdep.c, config/d10v/tm-d10v.h: Update.
1093 * gdbarch.h, gdbarch.c: Add multi-arch support for
1094 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
1095 REGISTER_CONVERT_TO_RAW.
1096 * config/d10v/tm-d10v.h, d10v-tdep.c (d10v_gdbarch_init): Update.
1098 * defs.h (REGISTER_NAME): Move compatibility definition from here.
1099 * gdbarch.h: To here.
1101 * frame.h, blockframe.c (generic_fix_call_dummy): New
1103 * gdbarch.h, gdbarch.c: Add multi-arch support for FIX_CALL_DUMMY.
1104 * config/d10v/tm-d10v.h, d10v-tdep.c (d10v_gdbarch_init): Update.
1106 Tue Jun 1 20:06:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
1108 * d10v-tdep.c (d10v_gdbarch_init): Set get_saved_register.
1109 * config/d10v/tm-d10v.h: Update.
1111 Tue Jun 1 19:50:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
1113 * gdbarch.h, gdbarch.c: Add multi-arch support for TARGET_READ_PC,
1114 TARGET_WRITE_PC, TARGET_READ_FP, TARGET_WRITE_FP, TARGET_READ_SP
1115 and TARGET_WRITE_SP.
1116 * config/d10v/tm-d10v.h, d10v-tdep.c (d10v_gdbarch_init): Update.
1118 Tue Jun 1 19:19:02 1999 Andrew Cagney <cagney@b1.cygnus.com>
1120 * gdbarch.c (default_gdbarch): Set field GET_SAVED_REGISTER to
1121 generic_get_saved_register.
1122 * gdbarch.c: Change update dispatch functions so that they check
1123 for a NULL function pointer.
1125 Tue Jun 1 19:19:02 1999 Andrew Cagney <cagney@b1.cygnus.com>
1127 * gdbarch.h, gdbarch.c: Add multi-arch support for TARGET_INT_BIT,
1128 TARGET_CHAR_BIT, TARGET_SHORT_BIT, TARGET_FLOAT_BIT,
1129 TARGET_DOUBLE_BIT and TARGET_LONG_DOUBLE_BIT.
1130 * config/d10v/tm-d10v.h, d10v-tdep.c (d10v_gdbarch_init): Update.
1132 Tue Jun 1 18:47:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
1134 * parse.c (build_parse): New function. Initialize
1135 msym_text_symbol_type, msym_data_symbol_type and
1136 msym_unknown_symbol_type.
1137 (_initialize_parse): Call build_parse.
1138 (_initialize_parse): Register variables msym_text_symbol_type,
1139 msym_data_symbol_type as msym_unknown_symbol_type as
1142 Tue Jun 1 11:30:09 1999 Andrew Cagney <cagney@b1.cygnus.com>
1144 * d10v-tdep.c (_initialize_d10v_tdep): Register d10v as an
1146 (d10v_gdbarch_init): New function.
1147 * confg/d10v/tm-d10v.h (GDB_MULTI_ARCH): Define.
1149 Tue Jun 1 10:45:24 1999 Andrew Cagney <cagney@b1.cygnus.com>
1151 * config/d10v/tm-d10v.h (REGISTER_CONVERTIBLE,
1152 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERT_TO_VIRTUAL): Convert
1153 macros into functions.
1154 * config/d10v/tm-d10v.h, d10v-tdep.c (d10v_register_convertable,
1155 d10v_register_convert_to_virtual, d10v_register_convert_to_raw):
1158 1999-05-31 Fernando Nasser <fnasser@totem.to.cygnus.com>
1160 * stack.c (print_args_stub): Add missing stream parameter.
1162 Mon May 31 15:50:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
1164 Fri May 28 16:51:00 1999 Martin Dorey <martin.dorey@madge.com>:
1165 * valops.c, value.h (default_push_arguments): Fix order of
1166 parameters to match PUSH_ARGUMENTS arguments.
1168 Thu May 27 11:42:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
1170 * gdbarch.h (EXTRACT_STRUCT_VALUE_ADDRESS): Return 0.
1172 * valops.c (value_assign): Delete redundant test of
1173 REGISTER_CONVERTIBLE.
1175 Thu May 27 11:33:57 1999 Andrew Cagney <cagney@b1.cygnus.com>
1177 * config/w65/tm-w65.h, config/tic80/tm-tic80.h, config/sh/tm-sh.h,
1178 config/i386/tm-i386m3.h, config/i386/tm-go32.h,
1179 config/i386/tm-cygwin.h, config/h8500/tm-h8500.h,
1180 config/d30v/tm-d30v.h, config/d10v/tm-d10v.h: Delete definition of
1181 macro NAMES_HAVE_UNDERSCORE.
1183 Thu May 27 09:31:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
1185 * gdbarch.h (EXTRACT_STRUCT_VALUE_ADDRESS,
1186 EXTRACT_STRUCT_VALUE_ADDRESS_P): Provide default definitions.
1187 * values.c (value_being_returned): Use
1188 EXTRACT_STRUCT_VALUE_ADDRESS when EXTRACT_STRUCT_VALUE_ADDRESS_P.
1190 Wed May 26 13:51:25 1999 Andrew Cagney <cagney@b1.cygnus.com>
1192 * utils.c (tui_file_new, tui_file_delete, tui_fileopen): New
1194 (tui_file_isatty): Rename gdb_file_isatty.
1195 (gdb_file_init_astring): Use tui_file_new to create stream.
1196 (gdb_file_get_strbuf, gdb_file_adjust_strbuf): Call gdb_file_data
1197 to access the tui_stream.
1198 (tui_file_flush): Rename gdb_flush. Call gdb_file_data to access
1199 the tui_stream. Pass FILE and not STREAM down.
1201 * utils.c (struct stdio_file, stdio_file_flush, stdio_file_fputs,
1202 stdio_file_isatty, stdio_file_delete, stdio_file_new,
1203 stdio_fileopen): Define type and functions. Implement a simple
1204 STDIO based gdb_file.
1205 (struct gdb_file, gdb_file_new, gdb_file_delete, null_file_isatty,
1206 null_file_flush, null_file_fputs, null_file_delete, gdb_file_data,
1207 set_gdb_file_flush, set_gdb_file_isatty, set_gdb_file_fputs,
1208 set_gdb_file_data, fputs_unfiltered, gdb_flush, gdb_file_isatty):
1209 Define type and functions. Implement virtual functions for
1212 * defs.h (struct gdb_file): Declare.
1213 (GDB_FILE): Change type to struct gdb_file. Deprecate.
1214 (gdb_file_flush_ftype, gdb_file_fputs_ftype,
1215 gdb_file_isatty_ftype, gdb_file_delete_ftype): Add function type
1218 * defs.h (set_gdb_file_flush, set_gdb_file_fputs,
1219 set_gdb_file_isatty, set_gdb_file_data, gdb_file_new,
1220 gdb_file_delete, gdb_file_data, stdio_fileopen, tui_fileopen): Add
1221 function declarations.
1222 (gdb_fopen): Re-implement. Call stdio_file_new.
1223 (gdb_fclose): Re-implement. Call gdb_file_delete.
1225 * main.c (tui_file_fputs): Rename fputs_unfiltered. Use
1226 gdb_file_data to gain access to the tui_stream data. Use FILE
1227 instead of STREAM where applicable.
1228 (main): Create gdb_stdout and gdb_stderr using tui_fileopen.
1230 * defs.h (struct tui_stream): Add field ts_magic.
1231 * utils.c (tui_file_magic): Local variable.
1232 (tui_file_new): Set field ts_magic.
1233 (tui_file_delete, tui_file_isatty, gdb_file_init_astring,
1234 gdb_file_get_strbuf, gdb_file_adjust_strbuf, tui_file_flush):
1237 1999-05-25 Jim Blandy <jimb@zwingli.cygnus.com>
1239 * breakpoint.c (insert_breakpoints, remove_breakpoint,
1240 breakpoint_1): Add a 'default' case, which prints a warning
1241 message, to remove EGCS warnings.
1243 1999-05-25 Fernando Nasser <fnasser@totem.to.cygnus.com>
1245 * utils.c (gdb_file_adjust_strbuf): Take into account the
1246 possibility that the buffer has not been allocated yet.
1248 Tue May 25 16:05:11 1999 Andrew Cagney <cagney@b1.cygnus.com>
1250 * gdbarch.h (REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
1251 REGISTER_CONVERT_TO_RAW): Provide default definition.
1253 * valops.c (value_assign), infcmd.c (do_registers_info), findvar.c
1254 (value_from_register, value_of_register): Remove #ifdef
1255 REGISTER_CONVERTIBLE. Assume REGISTER_CONVERTIBLE etc defined.
1257 Tue May 25 16:18:25 1999 Andrew Cagney <cagney@amy.cygnus.com>
1259 * remote-d10v.c (d10v_eva_prepare_to_trace,
1260 d10v_eva_get_trace_data), remote-sim.c (_initialize_remote_sim):
1261 Add declaraton. Make static.
1263 * remote-d10v.c (_initialize_remote_d10v), d10v-tdep.c
1264 (_initialize_d10v_tdep): Add declaration.
1265 * config/d10v/tm-d10v.h (d10v_frame_chain): Add declaration.
1267 Tue May 25 15:20:58 1999 Andrew Cagney <cagney@amy.cygnus.com>
1269 * main.c (init_proc, proc_remove_foreign): Delete function.
1270 * inftarg.c (child_mourn_inferior): Update. Delete call to
1271 proc_remove_foreign().
1272 * top.c (gdb_init): Update. Delete call to init_proc().
1274 * utils.c (pollquit, fmthex, hexlate): Delete function.
1276 Tue May 25 13:01:43 1999 Andrew Cagney <cagney@amy.cygnus.com>
1278 * main.c (gdb_init): Move declaration from here.
1281 * defs.h (init_page_info): Add declaration.
1283 * top.c (initialize_utils): Move declaration from here.
1286 * infcmd.c (target_map_name_to_register): Move declaration from
1288 * parser-defs.h: To here.
1290 * c-typeprint.c (cp_type_print_method_args), target.c
1291 (nosupport_runtime, normal_target_post_startup_inferior): Add
1292 declaration. Make static.
1294 Tue May 25 13:53:23 1999 Andrew Cagney <cagney@amy.cygnus.com>
1296 * main.c: Include "event-loop.h".
1297 * Makefile.in (main.o): Add dependency.
1299 * top.h (setup_event_loop, async_init_signals), top.c
1300 (set_async_editing_command, set_async_annotation_level,
1301 set_async_prompt), event-loop.c (display_gdb_prompt): Move
1302 declarations from here.
1303 * event-loop.h: To here.
1305 * event-loop.h (delete_async_signal_handler): Add function
1308 * event-top.c (change_annotation_level, command_handler): Add
1309 declaration. Make static.
1311 Tue May 25 12:44:58 1999 Andrew Cagney <cagney@amy.cygnus.com>
1313 * tracepoint.c (free_actions_list, add_register): Add declaration.
1315 (free_actions_list_cleanup_wrapper): New function. Wraps
1316 free_actions_list for make_cleanup.
1317 (trace_start_command): Pass free_actions_list_cleanup_wrapper
1318 instead of free_actions_list to make_cleanup.
1319 (_initialize_tracepoint): Add extern declaration.
1321 Tue May 25 12:23:39 1999 Andrew Cagney <cagney@amy.cygnus.com>
1323 * jv-typeprint.c (java_type_print_base, jv-valprint.c
1324 (java_print_value_fields): Add static declaration.
1326 * jv-lang.c (java_lookup_type, get_java_utf8_name,
1327 java_lookup_type): Add static declaration.
1328 (get_java_class_symtab, java_class_is_primitive,
1329 java_value_string): Add declaration. Make static.
1330 (java_rerun_cleanup): Add extern declaration for this stub
1333 Tue May 25 12:06:29 1999 Andrew Cagney <cagney@b1.cygnus.com>
1335 * gdbarch.h: When multi-arch, check that REGISTER_NAMES was not
1338 Mon May 24 16:16:29 1999 Andrew Cagney <cagney@amy.cygnus.com>
1340 * inflow.c (_initialize_inflow), annotate.c
1341 (_initialize_annotate), os9kread.c (_initialize_os9kread),
1342 serial.c (_initialize_serial), nlmread.c (_initialize_nlmread),
1343 f-valprint.c (_initialize_f_valprint), cp-valprint.c
1344 (_initialize_cp_valprint), typeprint.c (_initialize_typeprint),
1345 complaints.c (_initialize_complaints), scm-lang.c
1346 (_initialize_scheme_language), m2-lang.c
1347 (_initialize_m2_language), dbxread.c (_initialize_dbxread),
1348 f-lang.c (_initialize_f_language), ch-lang.c
1349 (_initialize_chill_language), c-lang.c (_initialize_c_language),
1350 corefile.c (_initialize_core), stabsread.c
1351 (_initialize_stabsread), mipsread.c (_initialize_mipsread),
1352 elfread.c (_initialize_elfread), coffread.c
1353 (_initialize_coffread), maint.c (_initialize_maint_cmds),
1354 demangle.c (_initialize_demangler), maint.c
1355 (_initialize_maint_cmds), language.c (_initialize_language): Add
1356 external declaration.
1358 Mon May 24 10:04:56 1999 Andrew Cagney <cagney@b1.cygnus.com>
1360 * config/z8k/tm-z8k.h, config/w65/tm-w65.h, config/v850/tm-v850.h,
1361 config/tic80/tm-tic80.h, config/tahoe/tm-tahoe.h,
1362 config/rs6000/tm-rs6000.h, config/sparc/tm-sparc.h,
1363 config/sh/tm-sh.h, config/pyr/tm-pyr.h, config/pa/tm-hppa.h,
1364 config/ns32k/tm-merlin.h, config/mn10300/tm-mn10300.h,
1365 config/mn10200/tm-mn10200.h, config/mips/tm-mips.h,
1366 config/m88k/tm-m88k.h, config/m68k/tm-news.h,
1367 config/m68k/tm-delta68.h, config/m68k/tm-isi.h,
1368 config/m68k/tm-m68k.h, config/m32r/tm-m32r.h,
1369 config/i960/tm-i960.h, config/i386/tm-i386v.h,
1370 config/i386/tm-i386.h, config/h8500/tm-h8500.h,
1371 config/h8300/tm-h8300.h, config/fr30/tm-fr30.h,
1372 config/d30v/tm-d30v.h, config/d10v/tm-d10v.h,
1373 config/convex/tm-convex.h, config/arc/tm-arc.h,
1374 config/arm/tm-arm.h, config/alpha/tm-alpha.h,
1375 config/a29k/tm-a29k.h: Re-write definition of FRAME_NUM_ARGS so
1376 that it returns NUM_ARGS as a result instead of setting a variable
1379 * ns32k-tdep.c (merlin_frame_num_args), tahoe-tdep.c
1380 (tahoe_frame_num_args), vax-tdep.c (vax_frame_num_args),
1381 m68k-tdep.c (news_frame_num_args, delta68_frame_num_args,
1382 isi_frame_num_args), convex-tdep.c (convex_frame_num_args): New
1385 * stack.c (print_args_stub): Update use of FRAME_NUM_ARGS.
1387 Mon May 24 11:57:04 1999 Andrew Cagney <cagney@b1.cygnus.com>
1389 * remote.c (remote_xfer_memory): Re-write with assumption that
1390 REMOTE_TRANSLATE_XFER_ADDRESS is defined. Pass targ_addr and
1391 targ_len by reference.
1392 (REMOTE_TRANSLATE_XFER_ADDRESS): Provide default definition.
1394 * remote-d10v.c (remote_d10v_translate_xfer_address): Update.
1395 * config/d10v/tm-d10v.h (REMOTE_TRANSLATE_XFER_ADDRESS): Update.
1397 Mon May 24 12:10:58 1999 Andrew Cagney <cagney@amy.cygnus.com>
1399 * value.h (default_push_arguments): Add function declaration.
1401 * alpha-tdep.c (alpha_about_to_return), gdbarch.c (verify_gdbarch,
1402 arch_ok, set_arch), command.c (find_cmd), infrun.c
1403 (follow_inferior_fork, follow_fork, follow_vfork,
1404 set_schedlock_func, is_internal_shlib_eventpoint,
1405 stopped_for_internal_shlib_event, stopped_for_shlib_catchpoint,
1406 xdb_handle_command), infcmd.c (run_no_args_command, go_command),
1407 symfile.c (add_filename_language, set_ext_lang_command,
1408 info_ext_lang_command, init_filename_language_table), symtab.c
1409 (overload_list_add_symbol), defs.h (default_get_saved_register),
1410 ax-general.c (grow_expr, append_const, read_const, generic_ext):
1413 * infrun.c (currently_stepping): Ditto. Make static.
1415 * valops.c (hand_function_call): Explictly type static variable
1418 Mon May 24 08:36:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
1420 * d10v-tdep.c (d10v_breakpoint_from_pc, d10v_register_name,
1421 d10v_register_byte, d10v_register_raw_size,
1422 d10v_register_virtual_size, d10v_register_virtual_type,
1423 d10v_make_daddr, d10v_make_iaddr, d10v_daddr_p, d10v_iaddr_p,
1424 d10v_convert_iaddr_to_raw, d10v_convert_daddr_to_raw,
1425 d10v_store_struct_return, d10v_store_return_value,
1426 d10v_extract_struct_value_address, d10v_frame_saved_pc,
1427 d10v_frame_args_address, d10v_frame_locals_address,
1428 d10v_saved_pc_after_call): New functions.
1430 * config/d10v/tm-d10v.h (REGISTER_BYTE, REGISTER_RAW_SIZE,
1431 REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN,
1432 D10V_MAKE_DADDR, D10V_MAKE_IADDR, D10V_DADDR_P, D10V_IADDR_P,
1433 D10V_CONVERT_DADDR_TO_RAW, D10V_CONVERT_IADDR_TO_RAW,
1434 STORE_STRUCT_RETURN, STORE_RETURN_VALUE,
1435 EXTRACT_STRUCT_VALUE_ADDRESS, SAVED_PC_AFTER_CALL, FRAME_SAVED_PC,
1436 FRAME_ARGS_ADDRESS): Re-define using new functions.
1438 * config/d10v/tm-d10v.h (BREAKPOINT_FROM_PC): Replace BREAKPOINT.
1439 (REGISTER_NAME): Replace REGISTER_NAMES.
1441 * utils.c (core_addr_lessthan, core_addr_greaterthan): New
1443 * defs.h (core_addr_lessthan, core_addr_greaterthan): Declare.
1445 Sat May 22 16:44:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
1447 * utils.c (n_spaces): Handle case where first call has N equal to
1449 (print_spaces): Use n_spaces.
1451 Fri May 21 11:23:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
1453 * valops.c (value_push): Remove conditional definition based on
1454 absense of macro PUSH_ARGUMENTS. Pass SP and STRUCT_ADDR by
1456 (default_push_arguments): New function.
1458 * config/v850/tm-v850.h, config/tic80/tm-tic80.h,
1459 config/sparc/tm-sparc.h, config/sparc/tm-sp64.h,
1460 config/sh/tm-sh.h, config/rs6000/tm-rs6000.h, config/pa/tm-hppa.h,
1461 config/mn10300/tm-mn10300.h, config/mn10200/tm-mn10200.h,
1462 config/mips/tm-mips.h, config/m32r/tm-m32r.h,
1463 config/h8300/tm-h8300.h, config/fr30/tm-fr30.h,
1464 config/d30v/tm-d30v.h, config/d10v/tm-d10v.h, config/arm/tm-arm.h,
1465 config/alpha/tm-alpha.h: Update definition of PUSH_ARGUMENTS.
1468 * rs6000-tdep.c (rs6000_push_arguments): Rename push_arguments.
1470 Thu May 20 12:18:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
1472 * blockframe.c (get_prev_frame): Remove #ifdef around test for
1473 FRAMELESS_FUNCTION_INVOCATION.
1474 (get_prev_frame): Change FRAMELESS_FUNCTION_INVOCATION call to a
1475 function invocation.
1476 * i386-tdep.c (i386_frame_num_args), stack.c (frame_info): Ditto.
1477 * config/z8k/tm-z8k.h, config/w65/tm-w65.h, config/vax/tm-vax.h,
1478 config/sparc/tm-sparc.h, config/sh/tm-sh.h,
1479 config/rs6000/tm-rs6000.h, config/pa/tm-hppa.h,
1480 config/mips/tm-mips.h, config/m88k/tm-m88k.h,
1481 config/m68k/tm-m68k.h, config/i960/tm-i960.h,
1482 config/i386/tm-sun386.h, config/i386/tm-i386v.h,
1483 config/i386/tm-i386.h, config/h8500/tm-h8500.h,
1484 config/h8300/tm-h8300.h, config/fr30/tm-fr30.h,
1485 config/d30v/tm-d30v.h, config/d10v/tm-d10v.h,
1486 config/convex/tm-convex.h, config/arm/tm-arm.h,
1487 config/arc/tm-arc.h, config/alpha/tm-alpha.h,
1488 config/a29k/tm-a29k.h: Update FRAMELESS_FUNCTION_INVOCATION.
1489 * fr30-tdep.c (fr30_frameless_function_invocation), convex-tdep.c
1490 (convex_frameless_function_invocation), arm-tdep.c
1491 (arm_frameless_function_invocation): New functions.
1493 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1495 * top.c: Change dates in comments to ISO format.
1497 * event-top.c: Ditto.
1498 * event-loop.c: Ditto.
1501 1999-05-19 Keith Seitz <keiths@cygnus.com>
1503 * monitor.c (monitor_open): Only assume we have eight
1504 breakpoints if the monitor implementation does not tell
1505 us how many there really are. Alloc memory for these
1507 (monitor_close): Free memory associated with breakpoint
1509 (monitor_insert_breakpoint): Don't rely on a hardcoded
1510 number of breakpoints.
1511 (monitor_remove_breakpoint): Ditto.
1512 (NUM_MONITOR_BREAKPOINTS): Removed and replaced with monitor_ops
1514 * monitor.h (struct monitor_ops): Add new member so that the
1515 individual monitor implementations can tell us how many
1516 breakpoints the monitor supports.
1518 1999-05-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1520 From Philippe De Muyter <phdm@macqel.be>:
1521 * event-loop.h: Include sys/wait.h only if HAVE_SYS_WAIT_H.
1523 1999-05-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
1525 * top.c (print_command_line): Added the missing stream argument.
1526 * gdbcmd.h: Added argument to prototype.
1527 * command.c: Fixed call to include extra argument.
1528 * breakpoint.c: Same.
1530 1999-05-14 Jim Blandy <jimb@zwingli.cygnus.com>
1532 Targets are #defining PREPARE_TO_PROCEED with inconsistent numbers
1533 of arguments. Since the Mach 3 target needs an argument, we'll
1534 make things consistent by adding an argument everywhere.
1535 * infrun.c (proceed): Pass an argument to PREPARE_TO_PROCEED.
1536 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Add ignored argument
1539 1999-05-11 Stan Shebs <shebs@andros.cygnus.com>
1541 Fri Apr 23 13:27:34 PDT 1999 Toshiyasu Morita (tm@netcom.com)
1542 * sh-stub.c: Mostly localize processor dependencies.
1544 1999-05-10 Martin Hunt <hunt@cygnus.com>
1546 * debugify.c, debugify.h: Removed because they are no
1549 1999-05-08 Jim Blandy <jimb@zwingli.cygnus.com>
1551 * infrun.c (_initialize_infrun): Handle TARGET_SIGNAL_LWP,
1552 TARGET_SIGNAL_WAITING, and TARGET_SIGNAL_CANCEL like SIGALRM or
1553 SIGIO --- pass them through to the inferior silently.
1554 * target.h (enum target_signals): Add TARGET_SIGNAL_CANCEL, for
1555 Solaris's SIGCANCEL.
1556 * target.c (target_signal_from_host, target_signal_to_host): Add
1557 mapping between SIGCANCEL and TARGET_SIGNAL_CANCEL.
1558 (signals): Add entry for SIGCANCEL.
1560 1999-05-07 Stan Shebs <shebs@andros.cygnus.com>
1562 After years of talking about it, finally break up the
1563 wait_for_inferior loop.
1564 * infrun.c (struct execution_control_state): New struct,
1565 holds what used to be local vars governing wfi behavior.
1566 (init_execution_control_state): New function, was code in
1567 wfi that set up execution control state.
1568 (handle_inferior_event): New function, was body of main
1569 wfi loop. Rewrite all local var references to go through
1570 the ecs structure passed into this function.
1571 (wait_for_inferior): Rewrite to set up and use execution control
1572 state, and to call the new functions.
1573 (currently_stepping): New function, was the macro
1575 (enum infwait_states): Rename from wfi_states.
1576 (infwait_normal_state, etc): Similarly.
1578 Thu May 6 15:25:32 1999 Philippe De Muyter <phdm@macqel.be>
1580 * coffread.c (coff_symtab_read): Call `record_line' with the line
1581 number of the ".bf" symbol only for one-line functions.
1583 1999-05-06 Michael Snyder <msnyder@cleaver.cygnus.com>
1585 * Makefile.in: thread.o depends on target.h.
1587 1999-05-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1589 * event-top.c (change_line_handler): Use POLLIN instead of
1590 POLLRDNORM, for compatibility with Linux.
1591 (setup_event_loop): Ditto.
1593 1999-05-06 Jim Blandy <jimb@zwingli.cygnus.com>
1595 * mips-tdep.c (heuristic_proc_start): Rewrite cryptic error
1596 message about hitting the "heuristic fence post" with something
1597 that actually gives the user a fighting chance of figuring out
1600 1999-05-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1602 * top.c: Include event-loop.h.
1603 (init_main): Add async version of 'set prompt' command.
1604 If in async mode define the editing and annotate set
1605 commands in a different way.
1606 Initialize new variable asyn_command_editing_p to 1.
1607 Initialize the gdb prompt for async mode.
1608 (quit_cover): Make not static, for use by the event loop.
1609 (gdb_init): Call async_init_signals for the asynchronous case.
1610 (source_line_number, source_file_name, source_error,
1611 source_pre_error, history_expansion_p): Make non-static, so
1612 event-top.c can use them.
1613 (command_loop_marker): Make non-static, for use in event-top.c.
1614 Include event-loop.h.
1616 * top.h: Add prototype for async_init_signals.
1617 (SET_TOP_LEVEL): Move here from main.c.
1618 Add setup_event_loop to exported functions.
1620 * defs.h: Add async_hook to exported variables.
1622 * main.c (SET_TOP_LEVEL): Move to top.h, so that it is visible in
1623 event-loop.c. Add new global variable async to determine whether
1624 we are running in async mode or not.
1625 (main): Add support for --async switch. Use async_hook to call
1626 setup_event_loop, when running in async mode.
1628 * event-top.c: New file. Gdb input line handler and command line
1629 handler for the event loop. Initialization of signal handlers.
1630 All the handled signals have handlers called handle_<signalname>.
1631 Set up all the appropriate tokens for asynchronous signal
1634 * event-loop.h: New file. Data structures and definitions for the
1637 * event-loop.c: New file. Functions for the event loop
1640 * config.in: Regenerate with autoheader.
1642 * configure.in (AC_CHECK_FUNCS): Add poll to list of functions
1645 * configure: Regenerate.
1647 * Makefile.in (SFILES): Add new source files.
1648 (eventloop_h): Define.
1649 (COMMON_OBS): Add new object files.
1650 (event-loop.o): Add rule for target object.
1651 (event-top.o): Ditto.
1653 1999-05-05 Stan Shebs <shebs@andros.cygnus.com>
1655 * infrun.c (wait_for_inferior): Transform breaks and continues
1656 into gotos, move the target_wait to the very top of the loop.
1658 1999-05-05 Jonathan Larmour <jlarmour@cygnus.co.uk>
1660 * configure.in: Ensure that GDB links with libuser32.a under
1661 cygwin because libreadline requires it.
1662 * Makefile.in (WIN32LIBS): Substitute in result from configure
1663 * configure: regenerate
1665 1999-05-04 Jim Blandy <jimb@zwingli.cygnus.com>
1667 Fix from John Rigby. Richard Henderson says it seems okay.
1668 * alpha-tdep.c (PROC_DUMMY_FRAME): As long as we're abusing fields
1669 of (proc)->pdr, we ought to at least abuse one large enough to
1670 hold the value we're trying to store in it. iopt is only 32 bits
1671 wide; cbLineOffset is a bfd_vma.
1673 1999-05-04 DJ Delorie <dj@cygnus.com>
1675 DJGPP changes from Robert Hoehne <robert.hoehne@gmx.net>
1677 * ser-go32.c: correct includes
1678 * source.c (openp): use ROOTED_P instead of SLASH_P
1679 * go32-nat.c: enhance exception and NPX handling
1680 (go32_kill_inferior): fix small bug killing inferior
1681 * configure.in: don't look for termcap with djgpp
1682 * configure: rebuild
1684 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1686 * main.c (main): Comment out unused and undocumented command line
1689 1999-04-30 Jim Blandy <jimb@zwingli.cygnus.com>
1691 Cleanup from Philippe De Muyter:
1692 * configure.in (BFD_NEED_DECLARATION): Check also for strstr.
1693 * acconfig.h (NEED_DECLARATION_MALLOC, NEED_DECLARATION_REALLOC,
1694 NEED_DECLARATION_FREE, NEED_DECLARATION_STRERROR): Define slots
1695 removed; they are now generated automatically.
1696 * gdb_string.h (strstr): Provide function prototype if
1697 NEED_DECLARATION_STRSTR.
1698 * configure, config.in: Regenerated.
1700 Fri Apr 30 11:16:09 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
1702 * target.h (to_find_new_threads): new target ops vector.
1703 (target_find_new_threads): define.
1704 * target.c (update_current_target): inherit new target ops vector.
1705 * remote.c: Setup to_find_new_threads vector.
1706 * sol-thread.c: ditto.
1707 * thread.c (target_find_new_threads): rename: local_find_new_threads.
1708 (info_threads_command): call target_find_new_threads by new method,
1709 as a target ops vector, rather than previous macro definition method.
1710 * infcmd.c (go_command): define only if in xdb mode.
1711 * procfs.c: fix typo in comment.
1713 Fri Apr 30 01:02:05 1999 Jeffrey A Law (law@cygnus.com)
1715 * hppah-nat.c: Fix various coding convention violations introduced
1717 (child_acknowledge_created_inferior): Do nothing if PT_SET_EVENT_MASK
1720 1999-04-28 Stan Shebs <shebs@andros.cygnus.com>
1722 * TODO: Add some items inspired by review of the manual.
1724 Tue Apr 27 17:38:19 1999 Andrew Cagney <cagney@b1.cygnus.com>
1726 * config/z8k/tm-z8k.h, config/v850/tm-v850.h,
1727 config/tic80/tm-tic80.h, config/sparc/tm-sparc.h,
1728 config/sh/tm-sh.h, config/pyr/tm-pyr.h, config/pa/tm-hppa.h,
1729 config/mn10300/tm-mn10300.h, config/mn10200/tm-mn10200.h,
1730 config/mips/tm-mips.h, config/m88k/tm-m88k.h,
1731 config/m68k/tm-m68k.h, config/m32r/tm-m32r.h,
1732 config/i960/tm-i960.h, config/i386/tm-i386.h,
1733 config/h8500/tm-h8500.h, config/h8300/tm-h8300.h,
1734 config/fr30/tm-fr30.h, config/d30v/tm-d30v.h,
1735 config/d10v/tm-d10v.h, config/alpha/tm-alpha.h,
1736 config/arm/tm-arm.h, config/a29k/tm-a29k.h, config/arc/tm-arc.h:
1737 Change SKIP_PROLOGUE and SKIP_PROLOGUE_FRAMELESS_P macros so that
1738 they return the new address.
1740 * sparc-tdep.c (sparc_skip_prologue), hppa-tdep.c
1741 (hppa_skip_prologue), m88k-tdep.c
1742 (m88k_skip_prologue), i960-tdep.c
1743 (i960_skip_prologue), arc-tdep.c
1744 (arc_skip_prologue), a29k-tdep.c (a29k_skip_prologue): Rename
1745 skip_prologue function.
1747 * config/m68k/tm-isi.h: Convert macro SKIP_PROLOGUE into a new
1749 * m68k-tdep.c (isi_skip_prologue): That new function.
1750 * vax-tdep.c (vax_skip_prologue), config/vax/tm-vax.h: Ditto.
1751 * tahoe-tdep.c (tahoe_skip_prologue), config/tahoe/tm-tahoe.h: Ditto.
1752 * rs6000-tdep.c (rs6000_skip_prologue), config/rs6000/tm-rs6000.h:
1754 * ns32k-tdep.c (umax_skip_prologue), config/ns32k/tm-umax.h: Ditto.
1755 * config/ns32k/tm-merlin.h, ns32k-tdep.c (merlin_skip_prologue):
1757 * config/m68k/tm-altos.h, m68k-tdep.c (altos_skip_prologue): Ditto.
1758 * config/convex/tm-convex.h, convex-tdep.c (convex_skip_prologue):
1761 * symtab.c (in_prologue, find_function_start_sal, decode_line_1),
1762 infrun.c (wait_for_inferior), blockframe.c
1763 (frameless_look_for_prologue): Update.
1764 * config/fr30/tm-fr30.h (FRAMELESS_FUNCTION_INVOCATION): Update.
1766 1999-04-27 Stan Shebs <shebs@andros.cygnus.com>
1768 * TODO: Remove item about DEBUG_EXPRESSIONS, no longer meaningful.
1770 * infrun.c (enum wfi_state): New enum.
1771 (wait_for_inferior): Merge all but one of the target_wait calls
1772 into a single call, add a wfi_state variable to encode which of
1773 the calls is being made.
1775 1999-04-26 Jim Blandy <jimb@zwingli.cygnus.com>
1777 Fix from Dave Holcomb.
1778 * hpux-thread.c (init_hpux_thread_ops): Use the right function
1779 name when initializing hpux_thread_ops.to_thread_alive.
1781 * coffread.c (coff_symfile_read): If we have a `.stab' section,
1782 but no `.stabstr' section, then print an error message; don't
1785 1999-04-26 Jim Blandy <jimb@zwingli.cygnus.com>
1787 1999-04-25 Mark Kettenis <kettenis@gnu.org>
1789 * gnu-nat.c (gnu_attach): Call target_terminal_init before calling
1790 inf_set_traced, since that function calls code that might try to
1791 restore the terminal settings.
1793 Mon Apr 26 08:55:46 1999 Andrew Cagney <cagney@b1.cygnus.com>
1795 * gdbarch.h, gdbarch.c: More format cleanups.
1797 Sun Apr 25 18:54:51 1999 Andrew Cagney <cagney@b1.cygnus.com>
1799 * gdbarch.h (CALL_DUMMY_STACK_ADJUST_P): Replace
1800 SIZEOF_CALL_DUMMY_STACK_ADJUST_P.
1801 (CALL_DUMMY_STACK_ADJUST): Replace
1802 SIZEOF_CALL_DUMMY_STACK_ADJUST_P.
1803 * gdbarch.c (gdbarch_call_dummy_stack_adjust,
1804 set_gdbarch_call_dummy_stack_adjust): Define.
1806 Fri Apr 23 15:00:25 1999 Andrew Cagney <cagney@b1.cygnus.com>
1808 * gdbarch.c (arch_ok): New function. Fix logic test for a valid
1812 1999-04-22 Jason Molenda (jsm@bugshack.cygnus.com)
1814 * README: Note that readline is not installed as a part of
1817 Thu Apr 22 21:02:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
1819 * gdbarch.h, gdbarch.c (GET_SAVED_REGISTER, get_saved_register):
1821 (struct gdbarch, verify_gdbarch, gdbarch_alloc, gdbarch_dump,
1822 default_gdbarch): Update.
1824 * value.h (get_saved_register): Cleanup prototype.
1825 * findvar.c (default_get_saved_register): Rename function
1827 (GET_SAVED_REGISTER): Define as default_get_saved_register when
1829 (get_saved_register): Always declare. Call GET_SAVED_REGISTER.
1831 * sparc-tdep.c (sparc_get_saved_register): Rename function
1833 * config/sparc/tm-sparc.h (GET_SAVED_REGISTER): Update.
1834 * a29k-tdep.c (a29k_get_saved_register): Rename function
1836 * config/a29k/tm-a29k.h (GET_SAVED_REGISTER): Update.
1838 * config/d10v/tm-d10v.h, config/powerpc/tm-ppc-eabi.h,
1839 config/h8300/tm-h8300.h, config/m32r/tm-m32r.h,
1840 config/mn10200/tm-mn10200.h, config/mn10300/tm-mn10300.h,
1841 config/sh/tm-sh.h, config/tic80/tm-tic80.h, config/v850/tm-v850.h:
1842 Update macro GET_SAVED_REGISTER so that it calls
1843 generic_get_saved_register.
1844 * v850-tdep.c, tic80-tdep.c, sh-tdep.c, mn10300-tdep.c,
1845 mn10200-tdep.c, m32r-tdep.c, h8300-tdep.c, rs6000-tdep.c: Delete
1846 function get_saved_register.
1848 Thu Apr 22 13:32:23 1999 Andrew Cagney <cagney@b1.cygnus.com>
1850 * gdbarch.c: Cleanup. Re-order the definition of the ``struct
1851 gdbarch'' initialization functions so that maintenance is more
1854 Thu Apr 22 11:07:21 1999 Andrew Cagney <cagney@b1.cygnus.com>
1856 * gdbarch.h, gdbarch.c (use_generic_dummy_frames,
1857 USE_GENERIC_DUMMY_FRAMES): Add.
1858 (struct gdbarch, verify_gdbarch, gdbarch_alloc, gdbarch_dump,
1859 default_gdbarch): Update.
1861 * config/v850/tm-v850.h, config/tic80/tm-tic80.h,
1862 config/sh/tm-sh.h, config/powerpc/tm-ppc-eabi.h,
1863 config/mn10300/tm-mn10300.h, config/mn10200/tm-mn10200.h,
1864 config/m32r/tm-m32r.h, config/h8300/tm-h8300.h,
1865 config/fr30/tm-fr30.h, config/d10v/tm-d10v.h: Give the
1866 USE_GENERIC_DUMMY_FRAMES macro the value one.
1867 * inferior.h (USE_GENERIC_DUMMY_FRAMES): Default to a value of
1870 * blockframe.c (generic_find_dummy_frame,
1871 generic_pc_in_call_dummy, generic_read_register_dummy,
1872 generic_push_dummy_frame, generic_pop_current_frame,
1873 generic_pop_dummy_frame, generic_frame_chain_valid,
1874 generic_get_saved_register): Always define.
1876 * breakpoint.c (frame_in_dummy): Convert #ifdef
1877 USE_GENERIC_DUMMY_FRAMES to runtime test.
1879 * rs6000-tdep.c (pop_frame, push_arguments, push_arguments,
1880 push_arguments, frame_saved_pc, rs6000_frame_chain,
1881 rs6000_frame_chain): Convert #ifdef USE_GENERIC_DUMMY_FRAMES to
1883 (get_saved_register): Always define.
1885 Wed Apr 21 17:15:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
1887 * gdbarch.c (gdbarch_dump): Fix robustness check on
1888 BELIEVE_PCC_PROMOTION_TYPE.
1890 Wed Apr 21 15:39:27 1999 Andrew Cagney <cagney@b1.cygnus.com>
1892 * gdbarch.h (TARGET_BYTE_ORDER_SELECTABLE_P): When multi-arch,
1893 force selectable byte order.
1894 (CALL_DUMMY): Check for CALL_DUMMY definition when multi-arch. Are
1896 * gdbarch.c (verify_gdbarch): Check call_dummy_stack_adjust.
1898 Wed Apr 21 14:45:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
1900 * gdbarch.c (gdbarch_update): Move dump-arch code from here.
1901 (gdbarch_dump): To here. Make more robust.
1902 * gdbarch.h (gdbarch_dump): Add prototype.
1904 * gdbarch.c (enum set_arch): Declare.
1905 (set_arch): Add type parameter. Only disable
1906 ``target_architecture_auto'' when set_arch_manual.
1907 (set_architecture, set_architecture_from_arch_mach,
1908 set_architecture_from_file): Update.
1909 (set_arch): When ``gdbarch_debug'', gdbarch_dump() the current
1912 Wed Apr 21 10:48:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
1914 * frame.h (generic_pc_in_call_dummy): Make signature consistent
1915 with other pc_in_call_dummy functions by adding SP parameter.
1916 * blockframe.c (generic_pc_in_call_dummy): Update. Pass SP and
1917 not FP to generic_find_dummy_frame().
1918 * breakpoint.c (frame_in_dummy): Update.
1919 * config/v850/tm-v850.h, config/tic80/tm-tic80.h,
1920 config/sh/tm-sh.h, config/mn10300/tm-mn10300.h,
1921 config/mn10200/tm-mn10200.h, config/m32r/tm-m32r.h,
1922 config/h8300/tm-h8300.h, config/fr30/tm-fr30.h,
1923 config/d10v/tm-d10v.h: Update PC_IN_CALL_DUMMY definition.
1925 Tue Apr 20 12:15:45 1999 Andrew Cagney <cagney@b1.cygnus.com>
1927 * config/d10v/tm-d10v.h (GDB_TARGET_IS_D10V): Move from here.
1928 * gdbarch.h (GDB_TARGET_IS_D10V): To here. Implement using
1929 TARGET_ARCHITECTURE.
1930 (D10V_MAKE_DADDR, D10V_MAKE_IADDR): Provide fatal default
1933 * valops.c (value_at): Replace #ifdef GDB_TARGET_IS_D10V code with
1935 (value_fetch_lazy): Ditto.
1936 * values.c (unpack_long): Ditto.
1937 * printcmd.c (print_frame_args): Ditto.
1939 Sat Apr 17 15:39:33 1999 Andrew Cagney <cagney@b1.cygnus.com>
1941 * gdbarch.h: Cleanup multi-arch comments.
1943 Fri Apr 16 15:39:10 1999 Andrew Cagney <cagney@b1.cygnus.com>
1945 * gdbarch.h: Provide definition if GDB_MULTI_ARCH > 1 or
1946 GDB_MULTI_ARCH > 0 and no previous definition.
1947 * gdbarch.c (verify_gdbarch): Only verify a full multi-arch
1950 1999-04-15 Stan Shebs <shebs@andros.cygnus.com>
1952 * infrun.c (wait_for_inferior) [HAVE_STEPPABLE_WATCHPOINT,
1953 HAVE_NONSTEPPABLE_WATCHPOINT, HAVE_CONTINUABLE_WATCHPOINT]: Test
1954 at runtime instead of compile time.
1956 1999-04-14 Philippe De Muyter <phdm@macqel.be>
1958 * breakpoint.c (maintenance_info_breakpoints): Function made
1959 static to match previous prototype.
1961 * coffread.c (coff_record_line): Static function removed.
1962 (enter_linenos): Call `record_line' instead of `coff_record_line'.
1963 (FILE-LEVEL, coff_start_symtab, coff_end_symtab): `coff_record_line'
1964 -related stuff removed.
1965 (coff_symfile_read): Redundant statement removed.
1966 (coff_symtab_read): `record_line' is now called with the first line
1967 number of each function, given by the ".bf" symbol. This solves
1968 the line-number bug for one-line functions.
1970 Wed Apr 14 11:09:45 1999 Andrew Cagney <cagney@b1.cygnus.com>
1972 * gdbarch.h (BELIEVE_PCC_PROMOTION_TYPE, BELIEVE_PCC_PROMOTION):
1973 Add multi-arch definitions.
1974 * gdbarch.c (gdbarch_believe_pcc_promotion,
1975 gdbarch_believe_pcc_promotion_type): New functions.
1976 (gdbarch_update): Update
1977 (struct gdbarch default_gdbarch): Update.
1979 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Provide default.
1980 (define_symbol): Change #if BELIEVE_PCC_PROMOTION_TYPE and #if
1981 BELIEVE_PCC_PROMOTION to if().
1983 1999-04-13 Jason Molenda (jsm@bugshack.cygnus.com)
1985 * configure.in (HAVE_MULTIPLE_PROC_FDS): Don't define if we're
1986 on a Solaris host (of any architecture).
1987 * configure: Regenerated.
1989 Wed Apr 14 08:23:32 1999 Andrew Cagney <cagney@b1.cygnus.com>
1991 * gdbarch.c (SET_GDBARCH, GET_GDBARCH, FSET_GDBARCH): New macros.
1992 (gdbarch_byte_order, gdbarch_long_bit, gdbarch_long_long_bit,
1993 gdbarch_ptr_bit, gdbarch_call_dummy_location,
1994 gdbarch_call_dummy_address, gdbarch_call_dummy_address,
1995 gdbarch_call_dummy_breakpoint_offset,
1996 gdbarch_call_dummy_breakpoint_offset, gdbarch_call_dummy_length,
1997 gdbarch_pc_in_call_dummy, dbarch_call_dummy_breakpoint_offset_p,
1998 dbarch_call_dummy_p, dbarch_call_dummy_words,
1999 dbarch_sizeof_call_dummy_words, dbarch_call_dummy_stack_adjust,
2000 dbarch_call_dummy_stack_adjust_p): Define using new macros.
2002 1999-04-13 Jason Molenda (jsm@bugshack.cygnus.com)
2004 * rom68k-rom.c (init_rom68k_cmds): Fix an accidental substitution
2005 in monitor command strings, fix some formatting mistakes.
2007 1999-04-13 Stan Shebs <shebs@andros.cygnus.com>
2009 * configure.tgt (arm-*-*): Whack another vestige of wingdb.
2011 1999-04-12 James Ingham <jingham@cygnus.com>
2013 * arm-tdep.c (arm_pop_frame): don't clobber the previous frame's
2014 stack pointer (stored in frame->framereg's register) BEFORE
2015 reading it. This was causing "return" to behave very oddly.
2017 1999-04-12 Stan Shebs <shebs@andros.cygnus.com>
2019 * NEWS: Mention tic80.
2021 1999-04-12 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2023 * a68v-nat.c: Remove reference to 'extern char registers[]' throughout.
2024 * altos-xdep.c: Ditto.
2025 * arm-xdep.c: Ditto.
2026 * convex-xdep.c: Ditto.
2027 * cxux-nat.c: Ditto.
2028 * hp300ux-nat.c: Ditto.
2029 * hppab-nat.c: Ditto.
2030 * i386aix-nat.c: Ditto.
2031 * i386mach-nat.c: Ditto.
2032 * m88k-nat.c: Ditto.
2033 * ptx4-nat.c: Ditto.
2034 * pyr-xdep.c: Ditto.
2035 * rs6000-nat.c: Ditto.
2036 * sun3-nat.c: Ditto.
2037 * sun386-nat.c: Ditto.
2038 * symm-nat.c: Ditto.
2039 * umax-xdep.c: Ditto.
2040 * i386v4-nat.c: Ditto. Also include inferior.h.
2041 * m68k-tdep.c: Ditto. Also include inferior.h.
2043 Mon Apr 12 15:57:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
2045 * inferior.h (CALL_DUMMY_STACK_ADJUST, CALL_DUMMY_STACK_ADJUST_P):
2046 Provide default definitions.
2047 * valops.c (hand_function_call): Replace #ifdef
2048 CALL_DUMMY_STACK_ADJUST with if (CALL_DUMMY_STACK_ADJUST_P).
2050 * gdbarch.h (SIZEOF_CALL_DUMMY_STACK_ADJUST,
2051 (SIZEOF_CALL_DUMMY_STACK_ADJUST_P): Define
2052 * gdbarch.c (struct gdbarch): Add call_dummy_stack_adjust,
2053 call_dummy_stack_adjust_p.
2054 (gdbarch_call_dummy_stack_adjust,
2055 set_gdbarch_call_dummy_stack_adjust,
2056 gdbarch_call_dummy_stack_adjust_p,
2057 set_gdbarch_call_dummy_stack_adjust_p): New functions.
2058 (default_gdbarch): Update.
2060 1999-04-09 Jim Blandy <jimb@zwingli.cygnus.com>
2062 * ax-gdb.c, ax-gdb.h, ax-general.c, ax.h: Remove RCS Id strings.
2065 * GDB 4.18 released.
2066 * Makefile.in (VERSION): Bump to 4.18.1.
2068 Thu Apr 8 16:04:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
2070 * inferior.h (CALL_DUMMY_P, CALL_DUMMY_WORDS,
2071 SIZEOF_CALL_DUMMY_WORDS): Define macros.
2072 (PUSH_DUMMY_FRAME, FIX_CALL_DUMMY, STORE_STRUCT_RETURN): Provide
2075 * inferior.h, gdbarch.c (call_dummy_words,
2076 sizeof_call_dummy_words): Declare/Define variables.
2077 * valops.c (value_arg_coerce, find_function_addr,
2078 call_function_by_hand): Always define.
2079 (hand_function_call): Rename CALL_DUMMY version of
2080 call_function_by_hand. Make static. Add prototype.
2081 (hand_function_call): Update. Allocate space for *dummy and
2082 *dummy1 using alloca.
2083 * breakpoint.c (frame_in_dummy): Update.
2085 * gdbarch.h (CALL_DUMMY_P, CALL_DUMMY_WORDS,
2086 SIZEOF_CALL_DUMMY_WORDS): Define.
2087 * gdbarch.c (gdbarch_call_dummy_p, set_gdbarch_call_dummy_p,
2088 gdbarch_call_dummy_words, set_gdbarch_call_dummy_words,
2089 gdbarch_sizeof_call_dummy_words,
2090 set_gdbarch_sizeof_call_dummy_words): New functions.
2091 (gdbarch_alloc, verify_gdbarch, gdbarch_update, struct
2092 default_gdbarch): Update.
2094 1999-04-08 Jason Molenda (jsm@bugshack.cygnus.com)
2096 * monitor.c (monitor_read_memory): If a MO_GETMEM_NEEDS_RANGE
2097 monitor, increase the end address by one byte.
2099 1999-04-08 Jason Molenda (jsm@bugshack.cygnus.com)
2101 * dbug-rom.c (init_dbug_cmds): Fix strings in
2102 dbug_cmds.{step,clr_break,clr_all_break,fill} to send correct
2103 commands to the monitor.
2105 1999-04-08 Keith Seitz <keiths@cygnus.com>
2107 * m32r-stub.c (branchDestination): Undo overly ambitious
2108 sed script's conversion of cast from "char" to "unsigned char".
2109 Return offset should now be properly computed.
2111 Thu Apr 8 14:13:19 1999 Andrew Cagney <cagney@b1.cygnus.com>
2113 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): New macro.
2114 Non-zero when CALL_DUMMY_BREAKPOINT_OFFSET is valid.
2116 * infcmd.c (breakpoint_auto_delete_contents): Always define.
2117 (run_stack_dummy): Update.
2118 * infrun.c (wait_for_inferior): Update
2120 * gdbarch.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): New macro.
2121 * gdbarch.c (set_gdbarch_call_dummy_breakpoint_offset_p,
2122 gdbarch_call_dummy_breakpoint_offset_p): New functions.
2123 (struct gdbarch, gdbarch_alloc, default_gdbarch, gdbarch_update):
2126 1999-04-07 Stan Shebs <shebs@andros.cygnus.com>
2128 * MAINTAINERS: Mark Alexander can no longer maintain
2129 h8300 and other embedded targets, sniff.
2131 1999-04-06 Stan Shebs <shebs@andros.cygnus.com>
2133 * inftarg.c (child_wait): Initialize execd_pathname.
2134 * target.c (debug_to_has_execd): Handle NULL execd_pathname.
2136 * solib.c (clear_solib): Don't call disable_breakpoints_in_shlibs,
2137 this breaks rerunning on sun4 native.
2139 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
2141 * config/sparc/nm-linux.h: Don't redefine PT_ATTACH to use the
2142 deprecated PTRACE_SUNATTACH compatibility commands. The
2143 definitions from <sys/ptrace.h> are fine.
2145 1999-04-06 Martin Hunt <hunt@cygnus.com>
2147 * annotate.h: Declare annotate_signal_hook.
2149 * annotate.c (annotate_signal): Add a call to
2150 annotate_signal_hook().
2152 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
2154 * dwarf2read.c (dwarf_decode_lines): Don't call record_line when
2155 we hit a DW_LNE_end_sequence instruction.
2157 * README: Note that GDB requires an ANSI C compiler, and explain
2162 1999-04-05 Stan Shebs <shebs@andros.cygnus.com>
2164 * NEWS: Add more notes about user-visible changes.
2166 Mon Apr 5 14:56:59 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
2168 * target.c (target_signal_to_string): check for signal
2169 number in range; otherwise if the target board returns
2170 a bogus signal number we might core dump (per David Taylor).
2172 1999-04-05 David Taylor <taylor@ryobi.cygnus.com>
2174 * utils.c (fputs_maybe_filtered): test value of
2175 pagination_enabled before paginating.
2177 1999-04-02 James Ingham <jingham@cygnus.com>
2179 * blockframe.c (get_prev_frame): Remove the redundant
2180 get_prev_frame_info. It is now exactly the same as
2181 get_prev_frame, so there is no reason to have both functions.
2183 * rs6000-tdep.c (rs6000_init_extra_frame_info):
2185 a29k-tdep.c (init_extra_frame_info):
2186 config/a29k/tm-a29k.h:
2188 Change all references to get_prev_frame_info to get_prev_frame.
2190 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
2192 * bcache.c, bcache.h, breakpoint.c, defs.h, expprint.c,
2193 expression.h, gdbarch.c, gdbtypes.c, gdbtypes.h, gnu-nat.c,
2194 gnu-nat.h, hppa-tdep.c, maint.c, monitor.c, objfiles.h, parse.c,
2195 remote-mips.c, remote-sds.c, remote.c, sol-thread.c, symmisc.c,
2196 symtab.h, target.c, top.c, typeprint.c, config/nm-gnu.h: Evaporate
2197 the unused MAINTENANCE_CMDS conditional.
2199 1999-04-02 James Ingham <jingham@cygnus.com>
2201 * config/arm/tm-arm.h: (EXTRACT_STRUCT_VALUE_ADDRESS): This needs
2202 to call extract_address, not just cast the first 4 bytes, since
2203 the result will be passed to value_at which expects host-byte
2206 * arm-tdep.c (arm_scan_prologue): The prologue_start address was
2207 directly &'ed with 0x03fffffc, rather than using
2208 ADDR_BITS_REMOVE. This would cause inferior function calls to
2209 report the stack incorrectly on return.
2212 1999-04-02 Keith Seitz <keiths@cygnus.com>
2214 * top.c (ui_loop_hook): Change declaration. Now returns an int.
2215 * win32-nat.c (child_wait): Timeout WaitForDebugEvent and call
2216 the ui_loop_hook if there was no debug event.
2217 * top.c (ui_loop_hook): Change to return an int and include
2218 on all non-Cygwin builds.
2219 * v850ice.c: Change prototype of ui_loop_hook.
2220 (v850ice_wait): Update call to ui_loop_hook.
2221 * ser-unix.c (hardwire_readchar): Enable ui_loop_hook callbacks
2222 for non-Cygwin builds. Check return status of ui_loop_hook and
2223 return a timeout if told to detach. Add more documentation.
2224 * ser-tcp.c (tcp_readchar): Break up timeouts into one second
2225 intervals and call ui_loop_hook so that other UIs can
2226 keep up to date. If ui_loop_hook returns non-zero, then
2227 return SERIAL_TIMEOUT to facilitate detaching from the
2229 * remote.c (remote_interrupted_already): Remove.
2230 (remote_interrupt_twice): Revive.
2231 (remote_interrupt): Call remote_stop to interrupt the target
2232 and install remote_interrupt_twice to take more severe
2233 actions if this fails.
2234 (remote_stop): Only attempt to stop the target. This separates
2235 the command line from other UIs.
2236 * remote-sim.c (gdb_os_poll_quit): Add a call to ui_loop_hook,
2239 1999-04-01 Jim Blandy <jimb@zwingli.cygnus.com>
2241 Fix for cross-debugging on an AIX host from Johanna Svenningsson:
2242 * ax-gdb.h (enum axs_lvalue_kind): Remove trailing comma from enum.
2243 * ax.h (enum agent_op): Same.
2244 * tracepoint.h (enum actionline_type): Same.
2245 * config/xm-aix4.h: Add declaration for termdef.
2247 1999-03-31 Stan Shebs <shebs@andros.cygnus.com>
2249 * jv-lang.h (dynamics_objfile): Remove decl, conflicts with static
2252 * infrun.c (follow_inferior_fork): Add ifdefs around
2253 SOLIB_REMOVE_INFERIOR_HOOK.
2255 Wed Mar 31 11:39:49 1999 David Taylor <taylor@ryobi.cygnus.com>
2257 * valops.c (search_struct_field): revert HP merge change
2258 to this function -- it causes messages to be printed about
2259 member class ambiguity when the compiler is happy.
2260 (search_struct_field_aux): delete -- added as part of HP merge
2261 change; with aforementioned change it is no longer called.
2263 1999-03-30 Stan Shebs <shebs@andros.cygnus.com>
2265 Make more HPUX-specific code generic.
2266 * infrun.c: Include top.h.
2267 (MAY_SWITCH_FROM_INFERIOR_PID, MAY_FOLLOW_EXEC,
2268 USE_THREAD_STEP_NEEDED): New native macros.
2269 (may_switch_from_inferior_pid, may_follow_exec,
2270 use_thread_step_needed): New globals.
2271 (follow_inferior_fork): Remove HPUXHPPA ifdef.
2272 (follow_exec): Ditto, also save run target and re-push instead of
2273 always pushing child_ops, add ifdefs around SOLIB_RESTART and
2274 SOLIB_CREATE_INFERIOR_HOOK.
2275 (wait_for_inferior): Use new globals instead of ifdefing HPUXHPPA,
2276 always use printf_filtered to report new threads.
2277 (normal_stop): Ditto.
2278 * target.h, target.c (find_run_target): New function.
2279 * config/pa/nm-hppah.h: Define new macros.
2281 1999-03-29 Stan Shebs <shebs@andros.cygnus.com>
2283 * top.h: Include setjmp.h here.
2284 * main.c, top.c: Don't include it here.
2286 1999-03-29 Keith Seitz <keiths@cygnus.com>
2288 * symtab.c (decode_line_1): Take out change which breaks symbols
2289 which include class names and methods, e.g., "Foo::bar".
2291 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
2293 * configure.tgt (i[3456]86-*-sysv4.2MP, i[3456]86-*-sysv4.2uw2*):
2294 Recognize both, as i[3456]86-*-sysv4.2*.
2295 (i[3456]86-*-sysv5*): Recognize.
2297 * infrun.c (wait_for_inferior): Remove most #if 0 segments.
2299 Fri Mar 26 17:27:27 1999 Andrew Cagney <cagney@b1.cygnus.com>
2301 * blockframe.c (pc_in_call_dummy_on_stack): Fix. Had copied code
2302 from at_entry_point.
2304 Thu Mar 25 19:30:02 1999 Andrew Cagney <cagney@amy.cygnus.com>
2306 * gdbarch.c: Include all headers.
2307 (struct gdbarch), gdbarch.h (CALL_DUMMY_LOCATION,
2308 CALL_DUMMY_ADDRESS, CALL_DUMMY_START_OFFSET,
2309 CALL_DUMMY_BREAKPOINT_OFFSET, CALL_DUMMY_LENGTH,
2310 PC_IN_CALL_DUMMY): Add ``call_dummy_location'',
2311 ``call_dummy_length'', ``pc_in_call_dummy'',
2312 ``call_dummy_start_offset'', ``call_dummy_breakpoint_offset'' to
2313 multi-arch framework.
2315 * inferior.h, blockframe.c (pc_in_call_dummy_before_text_end,
2316 pc_in_call_dummy_after_text_end, pc_in_call_dummy_on_stack,
2317 pc_in_call_dummy_at_entry_point): Convert PC_IN_CALL_DUMMY macro's
2320 Tue Mar 23 17:22:57 1999 Philippe De Muyter <phdm@macqel.be>
2322 * remote.c, parse.c: Include ctype.h.
2324 1999-03-24 Stan Shebs <shebs@andros.cygnus.com>
2326 * configure.host (mips-dec-mach3*): Use mipsm3 not mach3.
2328 Attempt to sort out SCO-related configs.
2329 * configure.host (i[3456]86-*-sysv4.2*): Use instead of
2330 i[3456]86-*-sysv4.2MP and i[3456]86-*-sysv4.2uw2*.
2331 (i[3456]86-*-sysv5*): Recognize.
2332 * configure.tgt (i[3456]86-*-sco3.2v5*, i[3456]86-*-sco3.2v4*):
2335 Wed Mar 24 16:19:01 1999 Christopher Faylor <cgf@cygnus.com>
2337 * MAINTAINERS: Add DJ Delorie (dj@cygnus.com) as the djgpp
2340 Wed Mar 24 21:19:57 1999 Andrew Cagney <cagney@amy.cygnus.com>
2342 * target.h (enum target_signal): Do not hardwire values of MACH
2345 1999-03-14 Ken Raeburn <raeburn@raeburn.org>
2347 * target.h (enum target_signal): Add TARGET_SIGNAL_INFO.
2348 * target.c (signals): Add SIGINFO description.
2349 (target_signal_from_host, target_signal_to_host): Translate
2350 SIGINFO to/from TARGET_SIGNAL_INFO.
2352 Wed Mar 24 01:01:27 1999 Andrew Cagney <cagney@sludge.cygnus.com>
2354 * rs6000-tdep.c (rs6000_software_single_step): Change SIGNAL to
2357 From Rodney Brown <rodneybrown@pmsc.com>
2358 * target.h (enum thread_control_capabilities), breakpoint.h (enum
2359 bptype), breakpoint.c (enum insertion_state_t): Strict ISO-C
2360 doesn't allow trailing comma in enum definition.
2362 Mon Mar 22 15:56:04 1999 Andrew Cagney <cagney@b1.cygnus.com>
2364 * blockframe.c (inside_entry_file, inside_entry_func): Convert #if
2365 CALL_DUMMY_LOCATION to if.
2366 * valops.c (call_function_by_hand): Ditto.
2367 * infcmd.c (run_stack_dummy): Ditto.
2368 * inferior.h (CALL_DUMMY_ADDRESS, CALL_DUMMY_START_OFFSET,
2369 CALL_DUMMY_BREAKPOINT_OFFSET): Provide default.
2371 1999-03-23 Jason Molenda (jsm@bugshack.cygnus.com)
2373 * hppa-tdep.c (pa_register_look_aside): Remove CPU_HPPA_RISC_20
2374 check, test for presence of struct save_state_t and the ss_wide
2376 * configure.in: Remove CPU_HPPA_RISC_20 test. Add tests for
2377 HAVE_STRUCT_SAVE_STATE_T and HAVE_STRUCT_MEMBER_SS_WIDE.
2378 * acconfig.h: Add HAVE_STRUCT_SAVE_STATE_T HAVE_STRUCT_MEMBER_SS_WIDE.
2379 * configure, config.in: Regenerated.
2381 Mon Mar 22 13:25:13 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
2383 * infttrace.c (proc_wait): rename to ptrace_wait.
2385 1999-03-18 Jim Blandy <jimb@zwingli.cygnus.com>
2387 * dwarf2read.c: Correctly recognize location expressions that
2388 designate LOC_REF_ARG arguments. Doc fixes.
2389 (isderef): New global. (Yuck.)
2390 (dwarf2_complex_location_expr): New complaint.
2391 (read_func_scope): Reject frame_base attributes that use the
2392 `deref' opcode as too complex.
2393 (new_symbol): If both regoff and isderef are set, and the base
2394 register is the frame pointer, then it's a LOC_REF_ARG argument.
2395 (decode_locdesc): Recognize the `deref' opcode in location
2396 expressions. Complain if it's not the last op in the expression.
2398 * config/fr30/tm-fr30.h (COERCE_FLOAT_TO_DOUBLE): #define this to
2399 be true, or else value_arg_coere won't respect the (accurate)
2400 information we have about whether a function is prototyped.
2402 1999-03-17 Jim Blandy <jimb@zwingli.cygnus.com>
2404 * config/fr30/tm-fr30.h (STACK_ALIGN): Define this here, so
2405 calling functions by hand with odd-sized arguments doesn't munge
2408 1999-03-17 Jason Molenda (jsm@bugshack.cygnus.com)
2410 * configure.in (HAVE_MULTIPLE_PROC_FDS): Don't define for Solaris
2411 hosts--gdb doesn't support this yet.
2412 * configure: Regenerated.
2414 1999-03-16 Keith Seitz <keiths@cygnus.com>
2416 * remote.c (remote_binary_checked): New file global.
2417 (check_binary_download): New function to check if
2418 stub supports binary downloading that works with
2419 stubs that are not eight bit clean.
2420 (remote_write_bytes): Check for binary download capability
2421 and use it if available.
2422 Remove references to global remote_binary_length. What a hack.
2423 (putpkt_binary): New function.
2424 (putpkt): Call putpkt_binary.
2425 Use xor to escape trouble characters.
2426 * m32r-stub.c (bin2mem): Follow escape char convention change.
2428 Tue Mar 16 01:11:33 1999 Andrew Cagney <cagney@rhino.cygnus.com>
2430 * target.h (struct target_ops), target.c (debug_to_query),
2431 remote.c (pack_hex_byte, remote_query): Promote char parameters to
2432 int. Stops compile problems with pedantic ISO-C compilers.
2434 Tue Mar 16 15:29:04 1999 Stan Shebs <shebs@andros.cygnus.com>
2436 * go32-xdep.c: Remove, no longer used by anything.
2437 * Makefile.in: Remove references.
2439 * jv-lang.c, jv-lang.h (java_primitive_type): Declare argument
2440 as int instead of char.
2442 Mon Mar 15 11:42:43 1999 Andrew Cagney <cagney@b1.cygnus.com>
2444 * d10v-tdep.c (push_stack_item, pop_stack_item): New function.
2445 (d10v_push_arguments): Use.
2447 From Martin M. Hunt <hunt@cygnus.com>:
2448 * d10v-tdep.c (d10v_push_arguments): When arguments
2449 must be pushed onto the stack, they go on in
2452 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
2454 * symtab.c (make_symbol_overload_list): Don't try to stuff minimal
2455 or partial symbols into the overload list; we don't know their
2456 types. (Thanks to Rajiv Mirani.)
2458 1999-03-15 Jason Molenda (jsm@bugshack.cygnus.com)
2460 * acinclude.m4 (--with-itclconfig, --with-itkconfig, --with-tixconfig):
2461 Fix whitespace so --help messages line up.
2462 * configure.in (--with-cpu): Fix capitalization for --help messages.
2463 * configure, aclocal.m4: Regenerated.
2465 Mon Mar 15 11:39:03 1999 Ian Carmichael <iancarm@cygnus.com>
2467 Support building gdb w/o simulator:
2468 * configure.in: Support --disable-sim. Check for sim directory.
2469 * Makefile.in (IGNORE_SIM, IGNORE_SIM_OBS): New.
2470 * acconfig.h (WITH_SIM): Define.
2471 * configure, config.in: Regenerate.
2473 Mon Mar 15 08:01:33 1999 Elena Zannoni <ezannoni@cygnus.com>
2475 Patch from Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2477 * top.c (read_command_lines): Reset control_level to 0.
2478 (define_command): Don't do it here.
2480 Sun Mar 14 16:12:15 1999 Andrew Cagney <cagney@rhino.cygnus.com>
2482 * hppah-nat.c (store_inferior_registers): Delete extern
2483 registers[] declaration.
2485 Sun Mar 14 19:17:30 1999 Andrew Cagney <cagney@b1.cygnus.com>
2487 * infrun.c (write_inferior_status_register): New function. Provide
2488 update access to an inf_status register buffer. Only used by HP.
2489 * inferior.h (write_inferior_status_register): Add prototype.
2491 * hppa-tdep.c (push_dummy_frame): Use
2492 write_inferior_status_register when hacking around a sleeping
2493 inferior. Accidently fix byte-order problem.
2495 Sun Mar 14 16:40:10 1999 Andrew Cagney <cagney@b1.cygnus.com>
2497 * config/pa/tm-hppa.h (PUSH_DUMMY_FRAME): Fix parameter. Address
2500 Fri Mar 12 13:11:48 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
2502 * remote.c (remote_write_bytes): fix 'X' packet protocol so that it
2503 can't overwrite the end of its buffer with escaped characters.
2505 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
2507 Alpha patches from Richard Henderson:
2509 * alpha-tdep.c (alpha_skip_prologue): Recognize subq.
2511 * config/alpha/tm-alpha.h (REGISTER_NAMES): No f31, but fpcr.
2513 (REGISTER_CONVERTIBLE): Don't convert fpcr.
2514 (REGISTER_VIRTUAL_TYPE): Don't make fpcr a double.
2516 * stabsread.c (define_symbol): Only consider live range extension
2517 if we have an open parenthesis.
2519 1999-03-11 Jim Blandy <jimb@zwingli.cygnus.com>
2521 * monitor.c (monitor_fetch_register): Print RDEBUG info correctly
2522 when the register name is null.
2524 Thu Mar 11 19:33:07 1999 Stan Shebs <shebs@andros.cygnus.com>
2526 * infrun.c (wait_for_inferior): Change #if DECR_PC_AFTER_BREAK
2527 uses to expressions, remove redundant extern decls.
2529 Thu Mar 11 18:05:11 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
2531 * infptrace.c (proc_wait): Rename to ptrace_wait.
2532 * inftarg.c (child_wait): call ptrace_wait instead of proc_wait.
2533 * inferior.h: Declare ptrace_wait instead of proc_wait.
2535 Thu Mar 11 11:46:25 1999 Andrew Cagney <cagney@amy.cygnus.com>
2537 * breakpoint.c (create_solib_load_unload_event_breakpoint,
2538 create_fork_vfork_event_catchpoint, tcatch_command,
2539 create_exception_catchpoint, break_at_finish_at_depth_command_1,
2540 catch_fork_command_1, ep_skip_leading_whitespace,
2541 break_at_finish_command_1, catch_exec_command_1,
2542 catch_exception_command_1, stop_command, stopin_command,
2543 stopat_command, ep_parse_optional_filename,
2544 ep_find_event_name_end, ep_parse_optional_if_clause,
2545 catch_fork_command_1), stack.c (show_and_print_stack_frame_stub,
2546 print_stack_frame_stub, print_only_stack_frame_stub,
2547 backtrace_command_1, backtrace_full_command, func_command),
2548 valprint.c (print_decimal), source.c (print_source_lines_base):
2551 * stack.c (print_stack_frame_stub, show_and_print_stack_frame_stub,
2552 print_only_stack_frame_stub): Make param void*.
2554 Wed Mar 10 19:33:28 1999 Geoffrey Noer <noer@cygnus.com>
2556 * win32-nat.c: If old Cygwin Win32 API headers aren't being used,
2557 define some gdb-specific defines that shouldn't have been in the
2560 Wed Mar 10 21:20:25 1999 Andrew Cagney <cagney@b1.cygnus.com>
2562 * findvar.c (registers, register_valid): Replace array with pointer.
2563 (build_findvar): New function. Allocate space for REGISTERS and
2565 (_initialize_findvar): Call build_findvar.
2566 (_initialize_findvar): Register REGISTERS and REGISTER_VALID as
2569 * inferior.h (registers, register_valid): Replace array with
2572 * inferior.h (struct inferior_status): Move definition from here.
2574 * infrun.c (struct inferior_status): To here.
2575 (struct inferior_status): Change ``stop_registers'' and
2576 ``registers'' to pointers.
2577 (xmalloc_inferior_status, free_inferior_status): New functions.
2578 (restore_inferior_status): Call free_inferior_status.
2579 (save_inferior_status): Call xmalloc_inferior_status.
2580 (discard_inferior_status): New function, discard inf_status
2581 buffer. Call free_inferior_status.
2583 * inferior.h (stop_registers): Replace array with pointer.
2584 * infrun.c (stop_registers): Update.
2585 (build_infrun): Initialize stop_registers.
2586 (_initialize_infrun): Call build_infrun.
2587 (_initialize_infrun): Register ``stop_registers'' as arch dependant.
2589 Wed Mar 10 14:50:42 1999 Andrew Cagney <cagney@amy.cygnus.com>
2591 * alpha-tdep.c (alpha_linux_sigtramp_offset): Only compile when
2592 LINUXALPHA target. Hack.
2594 * infrun.c (set_follow_fork_mode_command): Make static. Add
2596 * tracepoint.c (add_register): Ditto.
2597 * valprint.c (strcat_longest): Comment out. Does not appear to be
2599 * valops.c (find_method_list): Make static. Add prototype.
2600 * thread.c (target_find_new_threads): Make static. Add prototype.
2601 * stack.c (stack_publish_stopped_with_no_frame,
2602 select_and_maybe_print_frame): Comment out. Does not appear to be
2604 (current_frame_command): Add prototype.
2605 * breakpoint.c (break_at_finish_command,
2606 break_at_finish_at_depth_command, tbreak_at_finish_command): Make
2607 static. Add prototype.
2608 * findvar.c (read_relative_register_raw_bytes_for_frame): Ditto.
2610 Wed Mar 10 23:38:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
2612 * corefile.c (registers): Delete redundant variable declaration.
2613 * inferior.h (run_stack_dummy): Change array argument to pointer.
2614 * infcmd.c (run_stack_dummy): Update.
2615 * value.h (value_being_returned): Change RETBUF to a pointer.
2616 * values.c (value_being_returned): Update.
2618 Wed Mar 10 11:08:16 1999 Andrew Cagney <cagney@amy.cygnus.com>
2620 * source.c (list_command): GCC suggested explicit braces to avoid
2623 * jv-typeprint.c: Include "c-lang.h".
2624 * Makefile.in (jv-typeprint.o): Add dependency.
2625 * jv-valprint.c: Include "gdbcore.h", "annotate.h".
2626 * Makefile.in (jv-valprint.o): Add dependencies.
2627 * objfiles.c: Include "breakpoint.h".
2628 * Makefile.in (objfiles.o): Add dependency.
2629 * main.c: Include <unistd.h>.
2630 * parse.c: Include <ctype.h>.
2631 * remote.c: Include <ctype.h>.
2632 * ser-tcp.c: Include <unistd.h>.
2633 * ax-general.c: Include "value.h".
2634 * Makefile.in (ax-general.o): Add dependency.
2636 * alpha-tdep.c (alpha_push_arguments): Make ``i'' an int instead
2638 * frame.h (show_and_print_stack_frame): Add function prototype.
2639 * language.h (language_enum): Add function prototype.
2640 * value.h (find_overload_match): Add function prototype.
2642 * defs.h, utils.c (subset_compare): Rename subsetCompare. Add
2644 * stack.c (backtrace_command): Update.
2646 Wed Mar 10 13:58:36 1999 Andrew Cagney <cagney@b1.cygnus.com>
2648 * configure.in (AC_CHECK_HEADERS): Check for <sys/select.h>
2649 * configure, config.in: Re-generate.
2650 * inflow.c: Conditionally include <sys/select.h>.
2652 Wed Mar 10 13:44:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
2654 * frame.h (struct dummy_frame): Move from here.
2655 * blockframe.c (struct dummy_frame): To here.
2657 * blockframe.c (struct dummy_frame): Replace ``regs'' with pointer
2659 (generic_pop_dummy_frame): Free it.
2660 (generic_push_dummy_frame): Allocate dummy frame register buffer.
2662 Wed Mar 10 11:08:16 1999 Andrew Cagney <cagney@amy.cygnus.com>
2664 * thread.c (_initialize_thread): Delete redundant ``extern struct
2665 cmd_list_element *cmdlist''.
2666 * printcmd.c (print_command_1): Ditto for ``objectprint'';
2668 1999-03-09 Stan Shebs <shebs@andros.cygnus.com>
2670 * MAINTAINERS: New file, list of maintainers and areas they
2673 1999-03-09 Rodney Brown <RodneyBrown@pmsc.com>
2675 Get working on UnixWare 2.1.1.
2676 * acconfig.h: Update for defines for procfs.c.
2677 * configure.in: Identify defines for procfs.c.
2678 * configure.host: i386-*-sysv4.2uw2* => i386v42mp
2679 * configure.tgt: i386-*-sysv4.2uw2* => i386v42mp
2680 * configure, config.in: Regenerate.
2681 * procfs.c: Rename HAVE_NO_PRRUN_T to HAVE_PRRUN_T (autoconf
2682 standard), wrap UNIXWARE difference in THE_PR_LWP macro for
2684 * config/i386/tm-i386v42mp.h: Remove HAVE_PSTATUS_T,
2685 HAVE_NO_PRRUN_T; now set by configure.
2687 Tue Mar 9 16:29:24 1999 Andrew Cagney <cagney@b1.cygnus.com>
2689 * i386-tdep.c (gdb_print_insn_i386): Abort when disassembly_flavor
2692 * fr30-tdep.c (_initialize_fr30_tdep): Add prototype. Fix
2695 * target.c (debug_to_enable_exception_callback,
2696 debug_to_get_current_exception_event): Return result of call to
2699 1999-03-09 Jim Blandy <jimb@zwingli.cygnus.com>
2701 Another HURD fix from Mark Kettenis:
2702 * gnu-nat.c: Include <string.h>. Remove declaration of strerror.
2703 Include <bits/waitflags.h> instead of <waitflags.h> and define
2704 _SYS_WAIT_H to prevent the warning that we should not include it.
2705 (gnu_create_inferior): Change return type of attach_to_child to
2706 void. Do not return INFERIOR_PID.
2707 (gnu_pid_to_exec_file): Change return type to char *.
2710 Fix for the HURD from Mark Kettenis:
2711 * configure.in: Add AC_PROG_AWK. Needed by the machine-dependent
2712 makefile fragments for the Hurd.
2713 * Makefile.in (AWK): Add. Set by configure.
2714 * configure: Regenerated.
2716 1999-03-08 Jason Molenda (jsm@bugshack.cygnus.com)
2718 * infttrace.c (hppa_get_process_events): Removed. Function only
2719 usable on HPUX 10 and above. It is not called by any other part
2721 * hppah-nat.c (hppa_get_process_events): Ditto.
2722 (child_pid_to_exec_file): Only call ptrace with
2723 PT_GET_PROCESS_PATHNAME if that symbol has been defined.
2724 * config/pa/nm-hppah.h: Don't set up prototypes et al for
2725 hppa_get_process_events.
2727 * config/pa/hppahpux.mh (TERM_LIB): Do not initialize, let autoconf
2728 determine best library automatically.
2729 * config/pa/hpux1020.mh: Ditto.
2730 * config/pa/hpux1100.mh: Ditto.
2731 * configure.in (TERM_LIB): Also check for libHcurses.
2732 * configure: Regenerated.
2734 Thu Mar 4 17:16:04 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
2736 * m32r-stub.c: add support for crc "Compare" command.
2738 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
2740 * fr30-tdep.c (fr30_store_return_value): Allocate zeroes
2741 dynamically, to save BSS space, and to remove assumptions about
2742 the size of the largest value we'll return.
2744 * config/fr30/tm-fr30.h (fr30_store_return_value): Use PARAMS in
2747 Thu Mar 4 08:37:35 1999 Andrew Cagney <cagney@b1.cygnus.com>
2749 * sh3-rom.c (sh3_supply_register, sh3_supply_register),
2750 mips-tdep.c (mips_push_arguments), m32r-rom.c
2751 (m32r_upload_command), m32r-tdep.c (decode_prologue), monitor.c
2752 (longlong_hexchars), tracepoint.c (validate_actionline,
2753 read_actions), mdebugread.c
2754 (parse_symbol), jv-typeprint.c
2755 (java_type_print_base, java_type_print_base), mdebugread.c
2756 (parse_symbol), top.c (source_command), utils.c
2757 (floatformat_to_doublest): GCC suggest explicit braces to avoid
2760 * tracepoint.c (map_args_over_tracepoints, trace_actions_command),
2761 m32r-rom.c (m32r_supply_register), win32-nat.c
2762 (handle_output_debug_string, child_continue), i960-tdep.c
2763 (pop_frame), m32r-rom.c (m32r_upload_command): GCC suggested
2764 parentheses around assignment used as truth value.
2766 * remote-sds.c (sds_wait), monitor.c (monitor_fetch_register),
2767 ser-e7kpc.c, (dosasync_write), arc-tdep.c (arc_get_frame_setup):
2768 GCC suggested parentheses around operands.
2770 * c-typeprint.c (c_type_print_base): GCC suggested enclosing
2771 "while" expression in paren.
2773 Wed Mar 3 18:14:33 1999 Andrew Cagney <cagney@chook.cygnus.com>
2775 * sol-thread.c (save_inferior_pid): Cast the saved pid to void*.
2776 (restore_inferior_pid): Takes void* as required by make_cleanup.
2777 Casts pid back to an int.
2779 * procfs.c (make_cleanup_close_proc_file,
2780 close_proc_file_cleanup): Create a proc_file cleanup.
2783 * defs.h (make_cleanup_freeargv): Helper function. Establish
2784 cleanup using freeargv. Can not just typecast/pass freeargv as it
2786 * utils.c (do_freeargv): Helper.
2787 (make_cleanup_freeargv): New function.
2789 * symmisc.c (maintenance_print_symbols,
2790 maintenance_print_psymbols, maintenance_print_msymbols), symfile.c
2791 (symbol_file_command), stack.c (backtrace_command), remote-sim.c
2792 (gdbsim_create_inferior, gdbsim_open), remote-mips.c
2793 (common_open), procfs.c (info_proc), infrun.c (handle_command,
2794 xdb_handle_command), exec.c (exec_file_attach): Call
2795 make_cleanup_freeargv.
2797 1999-03-03 James Ingham <jingham@cygnus.com>
2799 * i386-tdep.c (_initialize_i386_tdep): Set the inital value for
2800 disassembly flavor at startup, rather than hardcoding it.
2802 1999-03-03 Jim Blandy <jimb@zwingli.cygnus.com>
2804 Put return values in the right place.
2805 * fr30-tdep.c (fr30_store_return_value): New function.
2806 * config/fr30/tm-fr30.h (STORE_RETURN_VALUE): Call
2807 fr30_store_return_value.
2809 Wed Mar 3 18:10:55 1999 Andrew Cagney <cagney@chook.cygnus.com>
2811 * gdbtypes.c (virtual_base_list_aux): Return void. Add prototype.
2813 * breakpoint.c (map_catch_names): Comment out unused function.
2815 1999-03-02 Jason Molenda (jsm@bugshack.cygnus.com)
2817 * hppa-tdep.c (pa_register_look_aside): Only refer to save_state_t
2818 structure on PA 2.0 systems.
2820 1999-03-02 Stan Shebs <shebs@andros.cygnus.com>
2822 From Gary Thomas <gthomas@cygnus.co.uk>:
2823 * arm-tdep.c (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT,
2824 THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Use illegal instruction
2826 * config/arm/tm-arm.h (CALL_DUMMY): Ditto.
2827 (IN_SIGTRAMP): Define.
2829 1999-03-02 Nick Clifton <nickc@cygnus.com>
2831 * findvar.c (store_address): Delete incorrect big endian
2834 Tue Mar 2 18:02:42 1999 Andrew Cagney <cagney@chook>
2836 * configure.in (gdb_cv_os_cygwin): Compat. Continue to reconize
2839 1999-03-01 Jason Molenda (jsm@bugshack.cygnus.com)
2841 * configure.in: Move setting of gdb_cv_os_cygwin to before
2842 setting of TERM_LIB. Check for __CYGWIN__ instead of __CYGWIN32__.
2843 * configure: Regenerated.
2845 1999-03-01 DJ Delorie <dj@cygnus.com>
2847 * configure.in: Change -cygwin32* to -cygwin*.
2850 1999-02-25 Stan Shebs <shebs@andros.cygnus.com>
2852 * breakpoint.c (SOLIB_LOADED_LIBRARY_PATHNAME,
2853 SOLIB_UNLOADED_LIBRARY_PATHNAME, SOLIB_CREATE_CATCH_LOAD_HOOK,
2854 SOLIB_CREATE_CATCH_UNLOAD_HOOK): Supply default definitions.
2855 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Ditto.
2857 1999-02-25 Keith Seitz <keiths@cygnus.com>
2859 * corelow.c (core_close): Clear out solib state before
2860 closing the bfd associated with the core file.
2861 * solib.c (clear_solib): Mention that clear_solib requires
2862 an open BFD in order for disable_breakpoints_in_shlibs to
2863 determine whether breakpoints live in shared libraries.
2865 1999-02-24 Jason Molenda (jsm@bugshack.cygnus.com)
2867 * configure.in: Set CPU_HPPA_RISC_20 if the host CPU is a PA 2.0
2869 * acconfig.h: Add CPU_HPPA_RISC_20
2870 * config.in, configure: Regenerated.
2871 * hppa-tdep.c (pa_register_look_aside): Only refer to new
2872 structure elements if we are on a PA2.0 system.
2873 * defs.h: Include limits.h.
2875 Tue Feb 23 14:37:08 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
2877 * infrun.c (wait_for_inferior): Check scheduler_locking state
2878 before resuming after a thread-specific breakpoint.
2880 1999-02-23 Jim Blandy <jimb@zwingli.cygnus.com>
2882 * aclocal.m4, config.in, configure: Regenerated with latest
2885 Mon Feb 22 12:32:19 1999 Per Bothner <bothner@cygnus.com>
2887 * jv-valprint.c (java_val_print): Restore line that somehow got lost.
2889 * jv-valprint.c (java_print_value_fields): Check for NULL type.
2891 1999-02-21 Jim Blandy <jimb@zwingli.cygnus.com>
2893 * tm-h8500.h, i386lynx-nat.c: Removed. These files are long
2894 dead; it seems that they only appeared due to some CVS weirdness.
2895 If they appear again, we may need to distribute garlic and holy
2898 1999-02-19 Jason Molenda (jsm@bugshack.cygnus.com)
2900 * configure.in (TERM_LIB): Move checking for TERM_LIB, substituting.
2901 * configure: Regenerated.
2903 1999-02-19 Robert Hoehne (robert.hoehne@gmx.net)
2905 * configure.host (i[3456]86-*-msdosdjgpp*): New host.
2906 * configure.tgt (i[3456]86-*-msdosdjgpp*): New target.
2907 * go32-nat.c: New file, native DJGPP support.
2908 * config/i386/go32.mh: Rewrite for DJGPP (go32) host.
2909 * config/i386/go32.mt: New file, DJGPP (go32) target.
2910 * config/i386/nm-go32.h: New file.
2911 * config/i386/tm-go32.h: New file.
2912 * config/i386/xm-go32.h: Rewritten for current DJGPP.
2914 1999-02-18 Jason Molenda (jsm@bugshack.cygnus.com)
2916 * reply_mig_hack.awk, config/nm-gnu.h, config/alpha/nm-linux.h
2917 config/alpha/xm-alphalinux.h, config/alpha/xm-alphaosf.h
2918 config/i386/nm-i386sco5.h, config/i386/tm-fbsd.h, config/i386/tm-i386.h
2919 config/powerpc/nm-aix.h, config/powerpc/tm-macos.h
2920 config/powerpc/tm-ppc-aix.h, config/powerpc/xm-aix.h
2921 config/rs6000/tm-rs6000-aix4.h, testsuite/gdb.chill/tests1.ch
2922 testsuite/gdb.chill/tests2.ch, testsuite/gdb.chill/tests2.exp:
2923 Update FSF address in copyright notices.
2925 1999-02-18 Jason Molenda (jsm@bugshack.cygnus.com)
2927 * configure.in: Quote "$GCC" correctly.
2928 * configure: Regenerated.
2930 1999-02-18 Jim Blandy <jimb@zwingli.cygnus.com>
2932 * dbxread.c (elfstab_build_psymtabs): Don't assume that there's a
2933 section named ".text", which has all the code in it. Instead, look
2934 at all the sections in the file with the `code' flag set.
2935 (find_text_range): New function, that does all the work.
2937 Thu Feb 18 17:50:45 1999 Andrew Cagney <cagney@b1.cygnus.com>
2939 * mips-tdep.c (FP_REGISTER_DOUBLE): Conditionally define.
2941 Fri Jan 29 16:51:11 1999 Andrew Cagney <cagney@chook.cygnus.com>
2943 * mips-tdep.c (return_value_location): New function. Merge/rewrite
2944 of return-value code in mips_extract_return_value,
2945 mips_store_return_value. Stop buffer overflow when 64 bit value
2946 in 32 bit registers. Extract 64bit float from 32 bit register
2947 pair of correct order.
2948 (mips_extract_return_value, mips_store_return_value): Call
2949 return_value_location. For store, ensure that remainder of
2952 Wed Feb 17 10:10:27 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
2954 * gdbtypes.h (get_discrete_bounds): Remove duplicate decl.
2956 * jv-typeprint.c (java_type_print_base): Change fputs => fputs_filtered.
2958 Mon Jan 25 18:30:57 1999 Per Bothner <bothner@cygnus.com>
2960 * jv-lang.h (JAVA_OBJECT_SIZE): Change from hard-wired constant.
2961 (java_primitive_type_from_name, get_java_object_header_size): Declare.
2962 * jv-lang.c (java_class_from_object): Use get_java_object_type.
2963 * jv-lang.c: Update Class field names: dtable->vtable,
2964 msize->method_count, nfields->field_count, bfsize->size_in_bytes,
2965 nmethods->method_count.
2966 (type_from_class): Demangle array type names.
2967 (java_link_class_type): Array type names are now demangled.
2968 (get_java_object_type): If not defined yet, try looking it up.
2969 (get_java_object_header_size): New function.
2970 (java_primitive_type_from_name): New function.
2971 (java_demangled_signature_length, java_demangled_signature_copy): New.
2972 (java_demangle_type_signature): Re-implement using above functions.
2973 (evaluate_subexp_java): For UNOP_IND, call evaluate_subexp_java
2974 to evaluate subexp (not evaluate_subexp_standard).
2975 For BINOP_SUBSCRIPT update for new array type naming scheme.
2976 * jv-valprint.c (java_value_print): Use java_class_from_object.
2977 Update array printing to new array type naming convention.
2978 (java_val_print): Doing check_typedef when printing a pointer is
2979 is a waste of effort. Also, handle TYPE_CODE_INT, to make sure
2980 Java bytes as not printed as C chars.
2982 Fri Jan 8 16:58:22 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
2984 * blockframe.c (find_pc_sect_partial_function): Search full symtabs as
2985 a last ditch effort (after the partial & minimal symtabs).
2986 * defs.h utils.c: Fixup prototypes for vprintf_filtered,
2987 vfprintf_filtered, vfprintf_unfiltered and vprintf_unfiltered to return
2988 ints to match their standard equivalents.
2989 * defs.h symtab.c top.c: Create skip_prologue_hook to allow Java to
2990 control the prologue skipping process.
2991 * jv-typeprint.c (java_type_print_base): Remove extern for
2992 jv_class_demangle, add new arg for objfile (NULL).
2993 * symtab.h: Remove struct sourcevector and struct source. Definately
2995 * values.c (value_virtual_fn_field): Fixes code to handle new vtable
2996 debug info format. Patch from marka.
2998 Wed Dec 16 23:11:25 1998 Stu Grossman <grossman@fencer.cygnus.com>
3000 * jv-lang.c (java_class_from_object java_class_is_primitive
3001 is_object_type): Change dtable to vtable.
3002 * (java_primitive_type): Change arg to type char.
3003 * (_initialize_java_language): Make java_char_type be unsigned.
3004 * jv-lang.h: Fixup prototypes.
3006 Mon Dec 7 19:02:15 1998 Stu Grossman <grossman@babylon-5.cygnus.com>
3008 * jv-valprint.c (java_value_print): Fix printing of values where
3009 run time type != compile time type.
3011 Fri Dec 4 15:23:38 1998 Stu Grossman <grossman@fencer.cygnus.com>
3013 * Makefile.in: Whack out m2-typeprint.c.
3014 * c-typeprint.c (c_type_print_varspec_suffix) typeprint.h: Make this
3015 global. It's needed by Java.
3016 * (c_type_print_base): Whack prefix off of qualified method names
3017 (names with name spaces).
3018 * gdbtypes.h (struct cplus_struct_type): Add bits for Java attributes.
3020 to 16 bits to compensate for added bits above (hopefully this is still
3022 * Add new accessor macros (TYPE_FND_FIELD_PUBLIC, ...) for all new
3024 * jv-typeprint.c (java_type_print_base): Fix printing of method
3025 attributes. Handle JVM style manglings.
3026 * (java_print_type): Enable code type print varspec_suffix to allow
3027 array indices to print out.
3028 * jv-valprint.c (java_val_print): Minor formatting.
3029 * m2-lang.c (m2_language_d): Change m2_print_type to c_print_type.
3030 * stabsread.c (read_member_functions): Save public and static attributes.
3032 Wed Feb 17 15:32:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3034 * breakpoint.c (watch_command_1): Reformat comment.
3036 * c-typeprint.c (c_type_print_base): Reformat comments.
3038 1999-02-17 Jim Blandy <jimb@zwingli.cygnus.com>
3040 * Makefile.in (VERSION): Bump version to 4.17.2.
3042 Tue Feb 16 15:48:20 1999 Edith Epstein <eepstein@sophia.cygnus.com>
3044 * config/pa/nm-hppah.h: Added prototype declarations for
3045 hppa_enable_page_protection_events and
3046 hppa_disable_page_protection_events.
3048 * inftarg.c (child_wait): Fixed code that checks whether
3049 or not the target program has done a fork/vfork.
3050 related_pid does not have a value unless the target
3051 program has forked/vforked.
3053 * infttrace.c (hppa_insert_hw_watchpoint): Make sure that
3054 function always returns a value.
3055 (hppa_remove_hw_watchpoint): Make sure that function always
3058 Tue Feb 16 06:31:58 1999 Keith Seitz <keiths@cygnus.com>
3060 * config/powerpc/tm-ppc-eabi.h: Do not define PC_IN_CALL_DUMMY,
3061 let the generic call dummy infrastructure do it.
3063 Sun Feb 14 18:21:08 1999 Mark Alexander <marka@cygnus.com>
3065 * config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
3066 coffread.c will correctly handle char or short function parameters.
3068 1999-02-11 Jason Molenda (jsm@bugshack.cygnus.com)
3070 * configure, aclocal.m4: Regenerate with correct version of aclocal.
3072 1999-02-10 Syd Polk <spolk@cygnus.com>
3074 * acinclude.m4: Fix for new location of itclConfig.sh and itkConfig.sh.
3075 * aclocal.m4: Regnerate.
3076 * configure: Regenerate.
3078 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
3080 * demangle.c: Fix comments to mention "set demangle-style"
3081 instead of "set demangle".
3082 Run through indent to fix minor indenting problems.
3084 Wed Feb 10 17:53:09 1999 Bob Manson <manson@charmed.cygnus.com>
3086 * i386-tdep.c (gdb_print_insn_i386): Add missing returns.
3088 Wed Feb 10 13:17:21 1999 Stan Shebs <shebs@andros.cygnus.com>
3090 Declare Gould configuration obsolete:
3091 * configure.host, configure.tgt: Comment out Gould configs.
3092 * Makefile.in: Comment out Gould-related actions.
3093 * gould-xdep.c, gould-tdep.c, config/gould/*: Comment out.
3094 * NEWS: Mention obsolete status.
3096 1999-02-09 DJ Delorie <dj@cygnus.com>
3098 * sparcl-tdep.c: UDP download works in cygwin
3100 1999-02-08 Jason Molenda (jsm@bugshack.cygnus.com)
3102 * gnu-regex.c: Check ENABLE_NLS instead of HAVE_LIBINTL_H.
3103 * configure.in: Don't check for libintl.h.
3104 * configure, config.in: Regenerated.
3106 Mon Feb 8 18:10:50 1999 Stan Shebs <shebs@andros.cygnus.com>
3108 * NEWS: Mention new X packet and PowerPC variant support.
3110 1999-02-08 Nick Clifton <nickc@cygnus.com>
3112 * configure.host: Add support for StrongARM host.
3113 * configure.tgt: Add support for StrongARM target.
3115 Mon Feb 8 12:05:05 1999 David Taylor <taylor@texas.cygnus.com>
3117 * dsrec.c (make_srec): Cast targ_addr to int in call to sprintf
3118 otherwise on big endian machine with a bfd_vma of 64 bits,
3119 *everything* gets loaded at location 0.
3121 Mon Feb 7 10:05:43 1999 Frank Ch. Eigler <fche@cygnus.com>
3123 * infrun.c (wait_for_inferior): Allow SIGTRAP to be "pass"ed
3126 Fri Feb 5 16:46:14 1999 Stan Shebs <shebs@andros.cygnus.com>
3128 * NEWS: Add mentions of various new things.
3130 Thu Feb 4 00:19:14 1999 Christopher Faylor <cgf@cygnus.com>
3132 * configure.in: Move termcap determination later in the
3133 file to catch setting of cygwin flag.
3134 * configure: Regenerate.
3136 Wed Feb 3 14:16:38 1999 Christopher Faylor <cgf@cygnus.com>
3138 * config/i386/cygwin.mh: Move TERMCAP test code to configure.in.
3139 * configure.in: Treat libtermcap.a detection as a special case
3140 when hosting on cygwin.
3141 * configure: Regenerate.
3143 1999-02-03 Keith Seitz <keiths@cygnus.com>
3145 * remote.c (remote_binary_download, remote_binary_length): New
3146 static globals for dealing with binary transmissions.
3147 (remote_write_bytes): Add support for binary downloads
3148 by shadowing the "M" packet with a new "X" packet. This
3149 defaults to ON; if the stub does not understand this, it
3150 will fall back to using "M".
3151 (putpkt): Add support for binary downloading.
3152 * monitor.c (monitor_expect): The mon2000 monitor
3153 on the MSA2000 will also emit random DC1/DC3 chars.
3154 * m32r-stub.c: Change all char's to unsigned char's
3155 to support binary downloading.
3156 (handle_exception): Add support for binary downloading
3157 via a new "X" packet.
3158 (getpacket): Do NOT strip eighth bit of incoming chars.
3159 Watch out for escaped characters in the incoming stream.
3160 (putpacket): Do NOT strip eighth bit of incoming chars.
3161 (bin2mem): New function to write binary data directly to
3163 * m32r-rom.c: Add new "mon2000" target.
3165 Tue Feb 2 18:40:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3167 * hp-psymtab-read.c (hpread_build_psymtabs): Coerce first arg
3168 passed to make_cleanup to the correct type.
3169 (hpread_quick_traverse): Change fifth arg to call to
3170 hpread_end_psymtab to be 0.
3171 Compare CURR_MODULE_END to 0 rather than NULL.
3172 Get rid of ifdef'ed out code.
3173 (scan_procs): Get rid of ifdef'ed out code.
3175 * somread.c (som_symfile_read): Coerce first argument passed to
3176 make_cleanup to the correct type.
3178 Tue Feb 2 17:36:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3180 * hp-psymtab-read.c (do_pxdb): New function. Check whether the
3181 file needs to be processed by pxdb (an HP debug info massaging
3182 tool), if so call it.
3183 (hpread_build_psymtabs): Initialize scan_start to 0 and
3184 simplify flow of control.
3186 * somread.c (som_symfile_read): Add call to do_pxdb (),
3187 in hp-psymtab-read.c.
3189 * symfile.c (symbol_file_add): Remove ifdef'ed out HPUX specific
3191 (symfile_bfd_open): Remove HPUXHPPA ifdef'ed code. Code is now
3192 in hp-psymtab-read.c.
3194 1999-02-02 Martin Hunt <hunt@cygnus.com>
3196 * printcmd.c (print_scalar_formatted): Use strcat to concat all
3197 the output together before calling fprintf_filtered().
3199 1999-02-01 Jason Molenda (jsm@bugshack.cygnus.com)
3201 * configure.in: Require autoconf 2.13.
3202 (AM_EXEEXT): Replace with new AC_EXEEXT.
3203 * acinclude.m4: Move itcl header macros from aclocal.m4 to here.
3204 * aclocal.m4: Regenerated.
3205 * configure: Regenerated.
3207 1999-02-01 Jim Blandy <jimb@zwingli.cygnus.com>
3209 Allow PPC users to select which PPC/RS6000 variant they're
3210 debugging at run-time. At the moment, the only thing this affects
3211 is the set of registers visible.
3212 * config/rs6000/tm-rs6000.h (REGISTER_NAME): Define this as a call
3213 to the function rs6000_register_name.
3214 (rs6000_register_name): Include extern decl.
3215 (NUM_REGS): Bump to 183. What's the right way to do this?
3216 (FIRST_UISA_SP_REGNUM, LAST_UISA_SP_REGNUM): Renamed from
3217 FIRST_SP_REGNUM, LAST_SP_REGNUM.
3218 (REGISTER_BYTES): Recompute this.
3219 * rs6000-tdep.c: Renamed all uses of FIRST_SP_REGNUM and
3220 LAST_SP_REGNUM to FIRST_UISA_SP_REGNUM and LAST_UISA_SP_REGNUM, with
3221 some concomitant formatting changes.
3222 #include "gdbcmd.h", so we can define commands here.
3223 (struct variant): New structure.
3224 (COMMON_UISA_REG_NAMES, PPC_UISA_SPR_NAMES, PPC_SEGMENT_REG_NAMES,
3225 PPC_32_OEA_SPR_NAMES, num_registers): New macros.
3226 (register_names_rs6000, register_names_uisa, register_names_403,
3227 register_names_403GC, register_names_505, register_names_860,
3228 register_names_601, register_names_602, register_names_603,
3229 register_names_604, register_names_750, variants): New variables.
3230 (rs6000_register_name, install_variant, find_variant_by_name,
3231 install_variant_by_name, list_variants, show_current_variant,
3232 set_processor, show_processor): New functions.
3233 (_initialize_rs6000_tdep): Define new commands `set processor' and
3234 `show processor', and call install_variant_by_name to set the
3236 * rs6000-nat.c: Renamed all uses of FIRST_SP_REGNUM and
3237 LAST_SP_REGNUM to FIRST_UISA_SP_REGNUM and LAST_UISA_SP_REGNUM, with
3238 some concomitant formatting changes.
3239 * configure.in: Accept the `--with-cpu' flag, to specify a default
3241 * acconfig.h: Provide a blurb for TARGET_CPU_DEFAULT, which is set
3242 by configure's `--with-cpu' flag.
3243 * config.in, configure: Regenerated.
3245 Sun Jan 31 15:24:24 1999 Stan Shebs <shebs@andros.cygnus.com>
3247 * buildsym.h, buildsym.c: Convert to ANSI-only.
3249 * buildsym.h, buildsym.c: Reformat to standard.
3251 * buildsym.c (merge_symbol_lists): Remove unused variable.
3252 (_initialize_buildsym): Remove, does nothing.
3254 1999-01-31 J.T. Conklin <jtc@redbacknetworks.com>
3256 * i386-stub.c, m32r-stub.c, m68k-stub.c, sh-stub.c, sparc-stub.c,
3257 sparcl-stub, sparclet-stub.c: Change declaration of putDebugChar
3258 to include explicit void return type as per documentation. Fix up
3259 occasions where stubs erroneously checked return type.
3261 Sun Jan 31 13:18:33 1999 Stan Shebs <shebs@andros.cygnus.com>
3263 From J.T. Conklin <jtc@redbacknetworks.com>:
3264 * remote.c (remote_query): Fix tipo.
3266 Fri Jan 29 15:25:09 1999 Stan Shebs <shebs@andros.cygnus.com>
3268 * configure.tgt (v850): Add wildcard to match.
3270 Fri Jan 29 16:44:01 1999 Edith Epstein <eepstein@sophia.cygnus.com>
3272 * inferior.h: Ran indent.
3274 * fork-child.c: Ran indent.
3276 * infrun.c : Ran indent.
3278 Fri Jan 29 12:57:34 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3280 * infrun.c (_initialize_infrun): Do not stop or print anything
3281 when a SIGWINCH is received.
3283 * Makefile.in (m2-exp.tab.c): Use YACC not BISON.
3284 (f-exp.tab.c): Ditto.
3285 (jv-exp.tab.c): Ditto.
3286 (c-exp.tab.c): Ditto.
3287 (YACC): Define as @YACC@.
3289 1999-01-29 Martin Hunt <hunt@cygnus.com>
3291 Changes from Keith Seitz <keiths@cygnus.com>
3292 * valops.c (value_assign): Add calls to register_changed_hook and
3293 memory_changed_hook to inform UIs that the user has changed
3294 the target's registers/memory.
3295 * findvar.c (write_register_gen): Remove call to pc_changed_hook.
3296 * defs.h: Remove declaration for pc_changed_hook and
3297 add declarations for register_changed_hook and
3298 memory_changed_hook.
3301 1999-01-29 Mark Alexander <marka@cygnus.com>
3303 * procfs.c (wait_fd): Handle deleted threads correctly.
3305 1999-01-28 Jason Molenda (jsm@bugshack.cygnus.com)
3307 * utils.c (init_page_info): Force window size if running under emacs.
3309 1999-01-27 James Ingham <jingham@cygnus.com>
3311 * typeprint.c (whatis_exp): Remove static declaration.
3313 Wed Jan 27 16:50:25 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3315 * hp-psymtab-read.c: Reformat using indent.
3317 Wed Jan 27 13:20:25 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3319 * hp-psymtab-read.c: Reformat comments, update copyright.
3321 Tue Jan 26 16:02:47 1999 Mark Alexander <marka@cygnus.com>
3323 * v850-tdep.c (v850_generic_reg_names, v850e_reg_names,
3324 v850_register_names, v850_processor_type_table): Declare tables
3325 and structures for handling differences in register names for
3327 (struct reg_list): Define new structure for creating tables
3328 of register bit masks in v850e instrutions.
3329 (handle_prepare, handle_pushm): New helpers for v850_scan_prologue.
3330 (v850_scan_prologue): Recognize v850e instructions: callt, prepare,
3332 (v850_target_architecture_hook): New function to set register
3333 names based on current machine.
3334 (_initialize_v850_tdep): Set up target_architecture_hook.
3335 * config/v850/tm-v850.h (v850_register_names): Declare.
3336 (REGISTER_NAME): Define to refer to v850_register_names.
3337 (SR0_REGNUM, CTBP_REGNUM): Define.
3338 (PS_REGNUM): Redefine in terms of SR0_REGNUM.
3340 Tue Jan 26 18:27:26 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3342 * Makefile.in (c-exp.tab.c): Use BISON instead of YACC, to pick
3343 the correct value from configure output.
3344 (jv-exp.tab.c): Ditto.
3345 (f-exp.tab.c): Ditto.
3346 (m2-exp.tab.c): Ditto.
3348 1999-01-26 Jason Molenda (jsm@bugshack.cygnus.com)
3350 * breakpoint.h (ep_is_exception_catchpoint): Add prototype.
3351 * frame.h (select_and_print_frame): Add prototype.
3352 * stack.c (func_command): Call select_and_print_frame with correct
3353 number of arguments. Reformat whitespace.
3355 Tue Jan 26 16:53:54 1999 Fernando Nasser <fnasser@cygnus.com>
3357 * remote.c (remote_query): fix maximum packet size to account for
3359 (putpkt): add comment to alert about extra byte need.
3361 Mon Jan 25 19:55:30 1999 Mark Alexander <marka@cygnus.com>
3363 * sh-tdep.c (sh_target_architecture_hook): Return immediately
3364 when a matching machine is found.
3366 Fri Jan 22 09:10:35 1999 Mark Alexander <marka@cygnus.com>
3368 * remote-mips.c (mips_initialize): Fix parameters to clear_breakpoint.
3369 (common_breakpoint): Restore support for instruction breakpoints
3372 Thu Jan 21 17:16:19 1999 Andrew Cagney <cagney@b1.cygnus.com>
3374 * stack.c: Close open comment.
3375 * symtab.c (find_pc_sect_line): Ditto.
3377 Thu Jan 21 17:51:51 1999 Stan Shebs <shebs@andros.cygnus.com>
3379 * procfs.c (init_procfs_ops): New function, fills in procfs_ops,
3380 init only nonzero fields, leave to_require_attach and
3381 to_require_detach empty, not needed for /proc systems yet.
3382 (_initialize_procfs): Call init_procfs_ops.
3384 From J.T. Conklin <jtc@redbacknetworks.com>:
3385 * top.c (init_main): Fix tipo in description of the remotetimeout
3387 * breakpoint.c (bpstat_stop_status): Handle systems where
3388 DECR_PC_AFTER_BREAK != DECR_PC_AFTER_HW_BREAK.
3390 Thu Jan 21 17:25:46 1999 Mark Alexander <marka@cygnus.com>
3392 * mon960-rom.c (_initialize_mon960): Call init_mon960_cmds
3393 to fill in mon960_cmds structure properly.
3395 Wed Jan 20 17:53:22 1999 Stan Shebs <shebs@andros.cygnus.com>
3397 * remote-sds.c (sds_ops): Define only once.
3398 (init_sds_ops, sds_command, _initialize_remote_sds): Declare.
3399 (init_sds_ops): Init only non-zero fields.
3401 Wed Jan 20 15:45:15 1999 Mark Alexander <marka@cygnus.com>
3403 * h8300-tdep.c (original_register_names, h8300h_register_names,
3404 h8300_register_names): Define new variables.
3405 (set_register_names): New function to set register names based on
3407 (h8300_command, h8300h_command, h8300s_command): Call
3409 * config/h8300/tm-h8300.h (h8300_register_names): Declare.
3410 (REGISTER_NAME): Define to refer to h8300_register_names.
3412 1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
3414 * sol-thread.c abug-rom.c cpu32bug-rom.c dbug-rom.c m32r-rom.c
3415 mac-nat.c mon960-rom.c op50-rom.c ppc-bdm.c remote-adapt.c
3416 remote-array.c remote-bug.c remote-e7000.c remote-eb.c remote-es.c
3417 remote-est.c remote-hms.c remote-mm.c remote-nindy.c remote-nrom.c
3418 remote-os9k.c remote-rdp.c remote-sds.c remote-sim.c remote-st.c
3419 remote-udi.c rom68k-rom.c sh3-rom.c sparcl-tdep.c sparclet-rom.c
3420 v850ice.c win32-nat.c: cosmetic changes to conform to coding
3423 1999-01-19 Jim Blandy <jimb@zwingli.cygnus.com>
3425 Use aclocal to generate GDB's aclocal.m4 script.
3426 * acinclude.m4: New file, containing the hand-written local macro
3427 definitions that used to be in aclocal.m4. Don't sinclude
3428 ../bfd/aclocal.m4 any more; running aclocal in this directory will
3429 get us the definitions we need. HOWEVER: Do sinclude
3430 ../bfd/acinclude.m4, because we need the definition of
3431 BFD_NEED_DECLARATION.
3432 * aclocal.m4: Regenerated by aclocal.
3433 * configure: Regenerated by autoconf.
3435 Tue Jan 19 10:27:23 1999 David Taylor <taylor@texas.cygnus.com>
3437 * breakpoint.c (disable_breakpoints_in_shlibs): new parameter,
3438 silent, controls whether to print message about removal of shared
3439 library breakpoints.
3440 * breakpoint.h (disable_breakpoints_in_shlibs): decl updated.
3441 * irix5-nat.c (clear_solib): call disable_breakpoints_in_shlibs.
3442 * osfsolib.c (clear_solib): ditto.
3443 * solib.c (clear_solib): ditto.
3444 * somsolib.c (som_solib_restart): update call to
3445 disable_breakpoints_in_shlibs.
3447 * target.h (child_post_attach): only declare if CHILD_POST_ATTACH
3450 Tue Jan 19 18:07:11 1999 Andrew Cagney <cagney@b1.cygnus.com>
3452 * corelow.c (solib_add_stub): Ditto.
3453 (core_file_to_sym_file): Cast make_cleanup parameter.
3455 * solib.c (symbol_add_stub, solib_map_sections): Change argument
3456 to PTR insted of a char*. Matches catch_errors interface.
3458 Mon Jan 18 14:01:24 1999 Andrew Cagney <cagney@b1.cygnus.com>
3460 * remote-array.c (array_open): Don't use fprintf_filtered to send
3461 data to the log file.
3463 * remote-array.c (handle_load_dll): Change argument type to PTR so
3464 that it is compatible with catch_errors.
3465 * ocd.c (ocd_start_remote): Ditto.
3466 * remote-sds.c (sds_start_remote): Ditto.
3468 * win32-nat.c (win32_child_thread_alive): Namespace proof
3470 (init_child_ops): Update.
3472 Mon Jan 18 12:03:47 1999 Andrew Cagney <cagney@b1.cygnus.com>
3474 * remote-rdi.c (arm_rdi_open): Set gdb_hostif.hostosarg and
3475 gdb_hostif.dbgarg to NULL instead of stdout.
3476 (voiddummy, myprint, mywritec): Use gdb_stdout instead of stdout.
3478 Mon Jan 18 16:40:50 1999 Stan Shebs <shebs@andros.cygnus.com>
3480 * ser-ocd.c (ocd_open): Handle Unix case gracefully.
3482 * target.c (dummy_target): Don't initialize statically.
3483 (init_dummy_target): New function, fills in dummy_target.
3484 (initialize_targets): Use it.
3485 * hpux-thread.c (hpux_thread_ops): Don't initialize statically.
3486 (init_hpux_thread_ops): New function, fills in hpux_thread_ops.
3487 (_initialize_hpux_thread): Use it.
3488 * m3-nat.c (m3_ops): Don't initialize statically.
3489 (init_m3_ops): New function, fills in m3_ops.
3490 (_initialize_m3): Use it.
3492 1999-01-18 Fernando Nasser <fnasser@totem.to.cygnus.com>
3494 * sol-thread.c: delete compile time initialization of target_ops
3495 (_initialize_sol_thread): initialize target_ops at run time.
3496 * hpux-thread.c: added target_ops entry.
3499 Mon Jan 18 15:19:13 1999 David Taylor <taylor@texas.cygnus.com>
3501 * procfs.c (procfs_ops): delete compile time initialization.
3502 (_initialize_procfs): initialize procfs_ops at run time.
3504 Mon Jan 18 12:51:44 1999 Christopher Faylor <cgf@cygnus.com>
3506 * configure.in: Ensure that -luser32 is always linked in
3508 * configure: Regenerated.
3510 Mon Jan 18 08:38:05 1999 Mark Alexander <marka@cygnus.com>
3512 * values.c (value_virtual_fn_field): Clear the pointed-to
3513 offset when casting to the base class.
3515 Mon Jan 18 10:30:51 1999 David Taylor <taylor@texas.cygnus.com>
3517 * remote-udi.c (init_udi_ops): change non-existant udi_run_ops to
3518 udi_ops; delete NULL initializers.
3520 Mon Jan 18 12:03:47 1999 Andrew Cagney <cagney@b1.cygnus.com>
3522 * serial.c (serial_close): gdb_fclose tages gdb_file** arg, not
3525 * f-valprint.c, target.c, gdbarch.c: Pass gdb_stderr not stderr.
3527 Mon Jan 18 10:46:12 1999 Andrew Cagney <cagney@b1.cygnus.com>
3529 * stack.c (print_frame_info_base): Don't cast call to
3531 (print_args_stub): Change char* arg to PTR.
3532 * symmisc.c (print_symbol): Ditto.
3533 * top.c (quit_cover): Ditto.
3534 * remote.c (remote_open_1, remote_start_remote): Ditto.
3535 * infrun.c (normal_stop, hook_stop_stub, restore_selected_frame):
3538 * stack.c (backtrace_command): Cast first arg of make_cleanup to
3540 * remote.c (remote_kill): Cast putpkt arg to catch_errors_ftype.
3542 Mon Jan 18 08:47:02 1999 Andrew Cagney <cagney@b1.cygnus.com>
3544 * defs.h (catch_errors_ftype): Define.
3545 (catch_errors): Replace char* arg with PTR arg.
3546 * top.c (catch_errors): Update
3548 * breakpoint.c (bpstat_stop_status, bpstat_stop_status,
3549 delete_breakpoint, breakpoint_re_set): Delete all casts in call to
3551 (breakpoint_cond_eval, watchpoint_check,
3552 cover_target_enable_exception_callback, breakpoint_re_set_one):
3553 Arg is PTR not char*.
3555 * breakpoint.c (cover_target_enable_exception_callback): Change
3556 type to int. Check for cast values of 0 and -1. Return a result!
3557 (insert_breakpoints): Move declaration of SAL and ARGS to where
3560 1999-01-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3562 * remote.c (remote_query): new function - creates proper interface
3563 to the remote protocol "q" command.
3565 Fri Jan 15 17:11:48 EST 1999 Zdenek Radouch (radouch@cygnus.com)
3567 * config/fr30/tm-fr30.h: Changed ABI to match GCC change
3568 (always use pointer for structs passed by value).
3570 1999-01-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
3572 * target.h: added entry for target queries (to_query)
3575 Thu Jan 14 18:29:17 1999 David Taylor <taylor@texas.cygnus.com>
3577 * remote-mm.c (mm_wait): fix stream arg to gdb_flush.
3578 * remote-udi.c (udi_wait): fix stream arg to fwrite.
3579 * symmisc.c (maintenance_check_symtabs): fix stream argument to
3580 print_address_numeric.
3582 Wed Jan 13 19:33:16 1999 David Taylor <taylor@texas.cygnus.com>
3584 * breakpoint.c (insert_breakpoints): insert cast to eliminate
3587 Wed Jan 13 14:59:02 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
3589 * infrun.c (set/show scheduler-locking) New command. Set a
3590 mode bit that will control how GDB attempts to control thread
3591 scheduling for step, continue, etc. (resume): make use of
3592 the schedule-locking mode.
3593 * target.h (struct target_ops): new field to_has_thread_control.
3594 * sol-thread.c: initialize target_ops to_has_thread_control.
3599 * hpux-thread.c: ditto.
3600 * thread.c: cull duplicate prototypes. Move prototypes to top.
3601 * serial.c: indentation cleanup.
3602 * breakpoint.c: add casts to eliminate compiler warnings.
3604 Tue Jan 12 17:00:00 1999 Edith Epstein <eepstein@sophia.cygnus.com>
3606 * inftarg.c (child_create_inferior): fixed HPUXHPPA specific
3607 call to fork_inferior. The shell param is now NULL.
3609 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
3611 * monitor.c (init_base_monitor_ops): Whitespace cleanup.
3612 (_initialize_remote_monitors): Same.
3614 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
3616 * monitor.c (init_monitor_ops): Initialize the monitor_ops
3617 structure if it hasn't already been done.
3619 Tue Jan 12 14:50:10 1999 Stan Shebs <shebs@andros.cygnus.com>
3621 * inftarg.c (child_ops): Don't initialize statically.
3622 (init_child_ops): New function, fills in child_ops.
3623 (_initialize_inftarg): Use it.
3624 (child_post_attach): Declare extern.
3625 (child_wait): Fix ambiguous parens.
3626 (child_attach_to_process): Remove unused local wstatus.
3627 (child_insert_fork_catchpoint, child_remove_fork_catchpoint,
3628 child_insert_vfork_catchpoint, child_remove_vfork_catchpoint,
3629 child_has_forked, child_insert_exec_catchpoint,
3630 child_remove_exec_catchpoint): Return a value.
3632 Mon Jan 11 16:43:44 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
3634 * remote.c (remote_wait): Add inferior_pid to thread list only
3635 if it is not already there.
3637 1999-01-11 Jason Molenda (jsm@bugshack.cygnus.com)
3639 * scm-tags.h: Update FSF's address on copyright notice.
3640 * ser-e7kpc.c: Same.
3643 Mon Jan 11 13:45:57 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
3645 * dwarf2read.c (dump_die): Change stderr to gdb_stderr.
3646 * expprint.c (print_subexp): fprintf => fprintf_unfiltered.
3647 * jv-typeprint.c (java_type_print_base): fputs => fputs_filtered.
3648 * stack.c (struct function_bounds): Remove superfluous `typedef'.
3649 * symfile.c (list_overlays_command): stdout => gdb_stdout.
3650 * symmisc.c (maintenance_check_symtabs): stdout => gdb_stdout.
3651 * utils.c (print_spaces): Make more efficient.
3653 Mon Jan 11 13:55:51 1999 David Taylor <taylor@texas.cygnus.com>
3655 * utils (print_spaces): fix arg to strcat; fix formatting.
3657 Fri Jan 8 11:57:24 1999 Stan Shebs <shebs@andros.cygnus.com>
3659 * exec.c (exec_ops): Don't initialize statically.
3660 (init_exec_ops): New function, fills in exec_ops.
3661 (_initialize_exec): Use it.
3663 Thu Jan 7 17:50:15 EST 1999 Zdenek Radouch (radouch@cygnus.com)
3667 * config/fr30/tm-fr30.h
3669 Wed Jan 6 12:28:35 1999 David Taylor <taylor@texas.cygnus.com>
3671 * configure.in: Add an --enable-tui argument. Construct
3672 tui/Makefile from tui/Makefile.in. Use AM_PROG_CC_STDC. If we
3673 have the GUI, then we need this to process libgui.h.
3674 (ENABLE_CFLAGS): define and export BUILD_TUI.
3675 (AC_CHECK_HEADERS): Add check for term.h.
3677 * configure.host (hppa-*-hpux10.20, hppa-*-hpux11.0*): New configs.
3679 * config.in, configure : regenerated.
3681 * Makefile.in: Allow the TUI code to be conditionally enabled.
3682 (TUI_LIBRARY): New variable, value are set by the configuration
3683 script. Set to the empty string when the TUI isn't enabled.
3684 (gdb$(GDBEXT)): Use those, instead of referring to all-tui and
3685 tui/libtui.a directly.
3686 (BUILD_TUI): build the tui -- only when configured with
3688 (YLWRAP): use ylwrap to avoid problems on systems w/o bison.
3689 (gdb$(EXEEXT)): make it dependent on BUILD_TUI.
3690 (all-tui): remove dependency from phony target.
3691 (c-exp.tab.c): use ylwrap instead of bison.
3692 (jv-exp.tab.c): ditto.
3693 (f-exp.tab.c): ditto.
3694 (m2-exp.tab.c): ditto.
3695 (ALLDEPFILES): add somread.c, hp-psymtab-read.c, hp-symtab-read.c.
3696 (SFILES): remove the above files
3697 (COMMON_OBS): remove somread.o
3698 (SFILES): Add the tui files to this, so they get included in etags
3700 (gdb$(EXEEXT)): Add all-tui to the list of dependencies, and add
3701 tui/libtui.a to the link list.
3702 (all-tui): New rule, which does a recursive make in the tui
3704 (tui/libtui.a): When recursing, pass down ${FLAGS_TO_PASS}. And
3705 don't echo the make command. This is closer to what the other
3707 (HFILES_NO_SRCDIR): add hpread.h
3708 (COMMON_OBS): add hp-psymtab-read.o, hp-symtab-read.o
3709 (SFILES): add hp-psymtab-read.c, hp-symtab-read.c add rules for
3710 the new files. Remove hpread.c, hpread.o
3711 (gdb$(EXEEXT)): Depend on the actual tui library, not on a
3712 fictitious target. Since the fictitious target never existed,
3713 make would always relink.
3714 (tui/libtui.a): Always recurse to make sure the library is up to
3717 Wed Jan 6 12:05:12 1999 Stan Shebs <shebs@andros.cygnus.com>
3719 * remote.c: Pacify --enable-build-warnings, reformat code
3720 to conform to standards, fix spelling errors.
3721 (ishex, stubhex, record_currthread, etc): Declare.
3722 (ishex, stubhex): Declare char arg as int.
3723 (pack_string): Comment out, never used but possibly useful.
3724 (threadref_to_int, remote_get_threadinfo, etc): Make static.
3726 Wed Jan 6 11:43:32 1999 David Taylor <taylor@texas.cygnus.com>
3728 The following changes were made by Elena Zannoni
3729 <ezannoni@cygnus.com> and Edith Epstein <eepstein@cygnus.com> as
3730 part of a project to merge in changes made by HP.
3732 * c-exp.y: use external flag hp_som_som_object_present to decide
3733 whether code was compiled by HP's compilers. Add two new C++
3734 tokens for true and false.
3735 (yylex): check for template name is done differently for the
3736 HP/aCC compiler case. Change some of the template processing code
3737 for handling HP aCC templates. Handle true and false tokens.
3739 Tue Jan 5 11:13:36 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
3741 * remote.c (record_curthread): Must not modify inferior_pid when
3742 called from wait_for_inferior. Instead, if a new thread-id is
3743 detected, call add_thread.
3744 (MAGIC_NULL_PID): new macro, use instead of the magic number
3746 (remote_find_new_threads): if inferior_pid is unknown, get and use
3747 the current thread id.
3748 (remote_start_remote): on connecting, attempt to get the current
3749 thread id for inferior_pid.
3750 (remote_resume): If pid == -1, then resume any-thread (not the
3751 current thread specifically). Also some cosmetic fixups.
3753 * thread.c (info_threads_command): don't initialize current_pid
3754 until after call to FIND_NEW_THREADS (which may change inferior_pid).
3755 Also some cosmetic fixups.
3756 * infrun.c: cosmetic fixups and casts to avoid warnings.
3757 * infcmd.c: cosmetic fixups, mainly long lines.
3759 Tue Jan 5 11:55:57 1999 David Taylor <taylor@texas.cygnus.com>
3761 * target.c (noprocess): terminate sentence with a period.
3762 * breakpoint.c (catch_command_1): ditto.
3764 * c-valprint.c (c_value_print): remove hack^2 from HP; it causes
3765 testsuite losses with no real gain.
3767 * inferior.h (START_INFERIOR_TRAPS_EXPECTED): restore, but only
3768 if tm-*.h hasn't overridden default value.
3770 1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
3772 * configure.in: Fix whitespace indentation for --help.
3773 * configure: Regenerated.
3775 1999-01-04 Manuel Bouyer <bouyer@antioche.lip6.fr>
3777 * main.c: Add --write command line option, document -w.
3778 * gdb.1: Document --write.
3780 1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
3782 * configure.in: Require autoconf 2.12.1 or higher.
3783 * doc/configure.in: Ditto.
3784 * nlm/configure.in: Ditto.
3785 * rdi-share/configure.in: Ditto.
3786 * testsuite/configure.in: Ditto.
3787 * doc/Makefile.in: Don't hardcode $(SHELL).
3788 * nlm/Makefile.in: Ditto.
3789 * rdi-share/Makefile.in: Ditto.
3790 * testsuite/Makefile.in: Ditto.
3792 Mon Jan 4 12:53:03 1999 Stan Shebs <shebs@andros.cygnus.com>
3794 * remote-vx.c (init_vx_ops, init_vx_run_ops): Remove unneeded
3795 inits of new fields, including ref to bogus field.
3796 (vx_ops, vx_run_ops): Make static.
3798 Mon Jan 4 15:05:29 1999 David Taylor <taylor@texas.cygnus.com>
3800 * inferior.h (START_INFERIOR_TRAPS_EXPECTED): delete,
3801 already defined in tm.h.
3803 * inftarg.c: change <sys/unistd.h> to <unistd.h> and
3804 conditionalize its inclusion.
3805 * infttrace.c: ditto.
3807 For older changes see ChangeLog-98
3813 version-control: never