import gdb-19990504 snapshot
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 1999-05-04 DJ Delorie <dj@cygnus.com>
2
3 DJGPP changes from Robert Hoehne <robert.hoehne@gmx.net>
4
5 * ser-go32.c: correct includes
6 * source.c (openp): use ROOTED_P instead of SLASH_P
7 * go32-nat.c: enhance exception and NPX handling
8 (go32_kill_inferior): fix small bug killing inferior
9 * configure.in: don't look for termcap with djgpp
10 * configure: rebuild
11
12 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13
14 * main.c (main): Comment out unused and undocumented command line
15 option '-'.
16
17 1999-04-30 Jim Blandy <jimb@zwingli.cygnus.com>
18
19 Cleanup from Philippe De Muyter:
20 * configure.in (BFD_NEED_DECLARATION): Check also for strstr.
21 * acconfig.h (NEED_DECLARATION_MALLOC, NEED_DECLARATION_REALLOC,
22 NEED_DECLARATION_FREE, NEED_DECLARATION_STRERROR): Define slots
23 removed; they are now generated automatically.
24 * gdb_string.h (strstr): Provide function prototype if
25 NEED_DECLARATION_STRSTR.
26 * configure, config.in: Regenerated.
27
28 Fri Apr 30 11:16:09 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
29
30 * target.h (to_find_new_threads): new target ops vector.
31 (target_find_new_threads): define.
32 * target.c (update_current_target): inherit new target ops vector.
33 * remote.c: Setup to_find_new_threads vector.
34 * sol-thread.c: ditto.
35 * thread.c (target_find_new_threads): rename: local_find_new_threads.
36 (info_threads_command): call target_find_new_threads by new method,
37 as a target ops vector, rather than previous macro definition method.
38 * infcmd.c (go_command): define only if in xdb mode.
39 * procfs.c: fix typo in comment.
40
41 Fri Apr 30 01:02:05 1999 Jeffrey A Law (law@cygnus.com)
42
43 * hppah-nat.c: Fix various coding convention violations introduced
44 by HP.
45 (child_acknowledge_created_inferior): Do nothing if PT_SET_EVENT_MASK
46 is not defined.
47
48 1999-04-28 Stan Shebs <shebs@andros.cygnus.com>
49
50 * TODO: Add some items inspired by review of the manual.
51
52 Tue Apr 27 17:38:19 1999 Andrew Cagney <cagney@b1.cygnus.com>
53
54 * config/z8k/tm-z8k.h, config/v850/tm-v850.h,
55 config/tic80/tm-tic80.h, config/sparc/tm-sparc.h,
56 config/sh/tm-sh.h, config/pyr/tm-pyr.h, config/pa/tm-hppa.h,
57 config/mn10300/tm-mn10300.h, config/mn10200/tm-mn10200.h,
58 config/mips/tm-mips.h, config/m88k/tm-m88k.h,
59 config/m68k/tm-m68k.h, config/m32r/tm-m32r.h,
60 config/i960/tm-i960.h, config/i386/tm-i386.h,
61 config/h8500/tm-h8500.h, config/h8300/tm-h8300.h,
62 config/fr30/tm-fr30.h, config/d30v/tm-d30v.h,
63 config/d10v/tm-d10v.h, config/alpha/tm-alpha.h,
64 config/arm/tm-arm.h, config/a29k/tm-a29k.h, config/arc/tm-arc.h:
65 Change SKIP_PROLOGUE and SKIP_PROLOGUE_FRAMELESS_P macros so that
66 they return the new address.
67
68 * sparc-tdep.c (sparc_skip_prologue), hppa-tdep.c
69 (hppa_skip_prologue), m88k-tdep.c
70 (m88k_skip_prologue), i960-tdep.c
71 (i960_skip_prologue), arc-tdep.c
72 (arc_skip_prologue), a29k-tdep.c (a29k_skip_prologue): Rename
73 skip_prologue function.
74
75 * config/m68k/tm-isi.h: Convert macro SKIP_PROLOGUE into a new
76 function.
77 * m68k-tdep.c (isi_skip_prologue): That new function.
78 * vax-tdep.c (vax_skip_prologue), config/vax/tm-vax.h: Ditto.
79 * tahoe-tdep.c (tahoe_skip_prologue), config/tahoe/tm-tahoe.h: Ditto.
80 * rs6000-tdep.c (rs6000_skip_prologue), config/rs6000/tm-rs6000.h:
81 Ditto.
82 * ns32k-tdep.c (umax_skip_prologue), config/ns32k/tm-umax.h: Ditto.
83 * config/ns32k/tm-merlin.h, ns32k-tdep.c (merlin_skip_prologue):
84 Ditto.
85 * config/m68k/tm-altos.h, m68k-tdep.c (altos_skip_prologue): Ditto.
86 * config/convex/tm-convex.h, convex-tdep.c (convex_skip_prologue):
87 Ditto.
88
89 * symtab.c (in_prologue, find_function_start_sal, decode_line_1),
90 infrun.c (wait_for_inferior), blockframe.c
91 (frameless_look_for_prologue): Update.
92 * config/fr30/tm-fr30.h (FRAMELESS_FUNCTION_INVOCATION): Update.
93
94 1999-04-27 Stan Shebs <shebs@andros.cygnus.com>
95
96 * TODO: Remove item about DEBUG_EXPRESSIONS, no longer meaningful.
97
98 * infrun.c (enum wfi_state): New enum.
99 (wait_for_inferior): Merge all but one of the target_wait calls
100 into a single call, add a wfi_state variable to encode which of
101 the calls is being made.
102
103 1999-04-26 Jim Blandy <jimb@zwingli.cygnus.com>
104
105 Fix from Dave Holcomb.
106 * hpux-thread.c (init_hpux_thread_ops): Use the right function
107 name when initializing hpux_thread_ops.to_thread_alive.
108
109 * coffread.c (coff_symfile_read): If we have a `.stab' section,
110 but no `.stabstr' section, then print an error message; don't
111 crash.
112
113 1999-04-26 Jim Blandy <jimb@zwingli.cygnus.com>
114
115 1999-04-25 Mark Kettenis <kettenis@gnu.org>
116
117 * gnu-nat.c (gnu_attach): Call target_terminal_init before calling
118 inf_set_traced, since that function calls code that might try to
119 restore the terminal settings.
120
121 Mon Apr 26 08:55:46 1999 Andrew Cagney <cagney@b1.cygnus.com>
122
123 * gdbarch.h, gdbarch.c: More format cleanups.
124
125 Fri Apr 23 15:00:25 1999 Andrew Cagney <cagney@b1.cygnus.com>
126
127 * gdbarch.c (arch_ok): New function. Fix logic test for a valid
128 architecture.
129 (set_arch): Use.
130
131 1999-04-22 Jason Molenda (jsm@bugshack.cygnus.com)
132
133 * README: Note that readline is not installed as a part of
134 make install.
135
136 Thu Apr 22 21:02:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
137
138 * value.h (get_saved_register): Cleanup prototype.
139 * findvar.c (default_get_saved_register): Rename function
140 get_saved_register.
141 (GET_SAVED_REGISTER): Define as default_get_saved_register when
142 undefined.
143 (get_saved_register): Always declare. Call GET_SAVED_REGISTER.
144
145 * sparc-tdep.c (sparc_get_saved_register): Rename function
146 get_saved_register.
147 * config/sparc/tm-sparc.h (GET_SAVED_REGISTER): Update.
148 * a29k-tdep.c (a29k_get_saved_register): Rename function
149 get_saved_register.
150 * config/a29k/tm-a29k.h (GET_SAVED_REGISTER): Update.
151
152 * config/d10v/tm-d10v.h, config/powerpc/tm-ppc-eabi.h,
153 config/h8300/tm-h8300.h, config/m32r/tm-m32r.h,
154 config/mn10200/tm-mn10200.h, config/mn10300/tm-mn10300.h,
155 config/sh/tm-sh.h, config/tic80/tm-tic80.h, config/v850/tm-v850.h:
156 Update macro GET_SAVED_REGISTER so that it calls
157 generic_get_saved_register.
158 * v850-tdep.c, tic80-tdep.c, sh-tdep.c, mn10300-tdep.c,
159 mn10200-tdep.c, m32r-tdep.c, h8300-tdep.c, rs6000-tdep.c: Delete
160 function get_saved_register.
161
162 Thu Apr 22 11:07:21 1999 Andrew Cagney <cagney@b1.cygnus.com>
163
164 * config/v850/tm-v850.h, config/tic80/tm-tic80.h,
165 config/sh/tm-sh.h, config/powerpc/tm-ppc-eabi.h,
166 config/mn10300/tm-mn10300.h, config/mn10200/tm-mn10200.h,
167 config/m32r/tm-m32r.h, config/h8300/tm-h8300.h,
168 config/fr30/tm-fr30.h, config/d10v/tm-d10v.h: Give the
169 USE_GENERIC_DUMMY_FRAMES macro the value one.
170 * inferior.h (USE_GENERIC_DUMMY_FRAMES): Default to a value of
171 zero.
172
173 * blockframe.c (generic_find_dummy_frame,
174 generic_pc_in_call_dummy, generic_read_register_dummy,
175 generic_push_dummy_frame, generic_pop_current_frame,
176 generic_pop_dummy_frame, generic_frame_chain_valid,
177 generic_get_saved_register): Always define.
178
179 * breakpoint.c (frame_in_dummy): Convert #ifdef
180 USE_GENERIC_DUMMY_FRAMES to runtime test.
181
182 * rs6000-tdep.c (pop_frame, push_arguments, push_arguments,
183 push_arguments, frame_saved_pc, rs6000_frame_chain,
184 rs6000_frame_chain): Convert #ifdef USE_GENERIC_DUMMY_FRAMES to
185 runtime test.
186 (get_saved_register): Always define.
187
188 Wed Apr 21 14:45:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
189
190 * gdbarch.c (enum set_arch): Declare.
191 (set_arch): Add type parameter. Only disable
192 ``target_architecture_auto'' when set_arch_manual.
193 (set_architecture, set_architecture_from_arch_mach,
194 set_architecture_from_file): Update.
195
196 Wed Apr 21 10:48:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
197
198 * frame.h (generic_pc_in_call_dummy): Make signature consistent
199 with other pc_in_call_dummy functions by adding SP parameter.
200 * blockframe.c (generic_pc_in_call_dummy): Update. Pass SP and
201 not FP to generic_find_dummy_frame().
202 * breakpoint.c (frame_in_dummy): Update.
203 * config/v850/tm-v850.h, config/tic80/tm-tic80.h,
204 config/sh/tm-sh.h, config/mn10300/tm-mn10300.h,
205 config/mn10200/tm-mn10200.h, config/m32r/tm-m32r.h,
206 config/h8300/tm-h8300.h, config/fr30/tm-fr30.h,
207 config/d10v/tm-d10v.h: Update PC_IN_CALL_DUMMY definition.
208
209 Tue Apr 20 12:15:45 1999 Andrew Cagney <cagney@b1.cygnus.com>
210
211 * config/d10v/tm-d10v.h (GDB_TARGET_IS_D10V): Move from here.
212 * gdbarch.h (GDB_TARGET_IS_D10V): To here. Implement using
213 TARGET_ARCHITECTURE.
214 (D10V_MAKE_DADDR, D10V_MAKE_IADDR): Provide fatal default
215 definitions.
216
217 * valops.c (value_at): Replace #ifdef GDB_TARGET_IS_D10V code with
218 runtime test.
219 (value_fetch_lazy): Ditto.
220 * values.c (unpack_long): Ditto.
221 * printcmd.c (print_frame_args): Ditto.
222
223 1999-04-15 Stan Shebs <shebs@andros.cygnus.com>
224
225 * infrun.c (wait_for_inferior) [HAVE_STEPPABLE_WATCHPOINT,
226 HAVE_NONSTEPPABLE_WATCHPOINT, HAVE_CONTINUABLE_WATCHPOINT]: Test
227 at runtime instead of compile time.
228
229 1999-04-14 Philippe De Muyter <phdm@macqel.be>
230
231 * breakpoint.c (maintenance_info_breakpoints): Function made
232 static to match previous prototype.
233
234 * coffread.c (coff_record_line): Static function removed.
235 (enter_linenos): Call `record_line' instead of `coff_record_line'.
236 (FILE-LEVEL, coff_start_symtab, coff_end_symtab): `coff_record_line'
237 -related stuff removed.
238 (coff_symfile_read): Redundant statement removed.
239 (coff_symtab_read): `record_line' is now called with the first line
240 number of each function, given by the ".bf" symbol. This solves
241 the line-number bug for one-line functions.
242
243 Wed Apr 14 11:09:45 1999 Andrew Cagney <cagney@b1.cygnus.com>
244
245 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Provide default.
246 (define_symbol): Change #if BELIEVE_PCC_PROMOTION_TYPE and #if
247 BELIEVE_PCC_PROMOTION to if().
248
249 1999-04-13 Jason Molenda (jsm@bugshack.cygnus.com)
250
251 * configure.in (HAVE_MULTIPLE_PROC_FDS): Don't define if we're
252 on a Solaris host (of any architecture).
253 * configure: Regenerated.
254
255 1999-04-13 Jason Molenda (jsm@bugshack.cygnus.com)
256
257 * rom68k-rom.c (init_rom68k_cmds): Fix an accidental substitution
258 in monitor command strings, fix some formatting mistakes.
259
260 1999-04-13 Stan Shebs <shebs@andros.cygnus.com>
261
262 * configure.tgt (arm-*-*): Whack another vestige of wingdb.
263
264 1999-04-12 James Ingham <jingham@cygnus.com>
265
266 * arm-tdep.c (arm_pop_frame): don't clobber the previous frame's
267 stack pointer (stored in frame->framereg's register) BEFORE
268 reading it. This was causing "return" to behave very oddly.
269
270 1999-04-12 Stan Shebs <shebs@andros.cygnus.com>
271
272 * NEWS: Mention tic80.
273
274 1999-04-12 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
275
276 * a68v-nat.c: Remove reference to 'extern char registers[]' throughout.
277 * altos-xdep.c: Ditto.
278 * arm-xdep.c: Ditto.
279 * convex-xdep.c: Ditto.
280 * cxux-nat.c: Ditto.
281 * hp300ux-nat.c: Ditto.
282 * hppab-nat.c: Ditto.
283 * i386aix-nat.c: Ditto.
284 * i386mach-nat.c: Ditto.
285 * m88k-nat.c: Ditto.
286 * ptx4-nat.c: Ditto.
287 * pyr-xdep.c: Ditto.
288 * rs6000-nat.c: Ditto.
289 * sun3-nat.c: Ditto.
290 * sun386-nat.c: Ditto.
291 * symm-nat.c: Ditto.
292 * umax-xdep.c: Ditto.
293 * i386v4-nat.c: Ditto. Also include inferior.h.
294 * m68k-tdep.c: Ditto. Also include inferior.h.
295
296 Mon Apr 12 15:57:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
297
298 * inferior.h (CALL_DUMMY_STACK_ADJUST, CALL_DUMMY_STACK_ADJUST_P):
299 Provide default definitions.
300 * valops.c (hand_function_call): Replace #ifdef
301 CALL_DUMMY_STACK_ADJUST with if (CALL_DUMMY_STACK_ADJUST_P).
302
303 1999-04-09 Jim Blandy <jimb@zwingli.cygnus.com>
304
305 * ax-gdb.c, ax-gdb.h, ax-general.c, ax.h: Remove RCS Id strings.
306 They're a pain.
307
308 * GDB 4.18 released.
309 * Makefile.in (VERSION): Bump to 4.18.1.
310
311 Thu Apr 8 16:04:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
312
313 * inferior.h (CALL_DUMMY_P, CALL_DUMMY_WORDS,
314 SIZEOF_CALL_DUMMY_WORDS): Define macros.
315 (PUSH_DUMMY_FRAME, FIX_CALL_DUMMY, STORE_STRUCT_RETURN): Provide
316 fatal default.
317
318 * inferior.h, gdbarch.c (call_dummy_words,
319 sizeof_call_dummy_words): Declare/Define variables.
320 * valops.c (value_arg_coerce, find_function_addr,
321 call_function_by_hand): Always define.
322 (hand_function_call): Rename CALL_DUMMY version of
323 call_function_by_hand. Make static. Add prototype.
324 (hand_function_call): Update. Allocate space for *dummy and
325 *dummy1 using alloca.
326 * breakpoint.c (frame_in_dummy): Update.
327
328 1999-04-08 Jason Molenda (jsm@bugshack.cygnus.com)
329
330 * monitor.c (monitor_read_memory): If a MO_GETMEM_NEEDS_RANGE
331 monitor, increase the end address by one byte.
332
333 1999-04-08 Jason Molenda (jsm@bugshack.cygnus.com)
334
335 * dbug-rom.c (init_dbug_cmds): Fix strings in
336 dbug_cmds.{step,clr_break,clr_all_break,fill} to send correct
337 commands to the monitor.
338
339 1999-04-08 Keith Seitz <keiths@cygnus.com>
340
341 * m32r-stub.c (branchDestination): Undo overly ambitious
342 sed script's conversion of cast from "char" to "unsigned char".
343 Return offset should now be properly computed.
344
345 Thu Apr 8 14:13:19 1999 Andrew Cagney <cagney@b1.cygnus.com>
346
347 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): New macro.
348 Non-zero when CALL_DUMMY_BREAKPOINT_OFFSET is valid.
349
350 * infcmd.c (breakpoint_auto_delete_contents): Always define.
351 (run_stack_dummy): Update.
352 * infrun.c (wait_for_inferior): Update
353
354 1999-04-07 Stan Shebs <shebs@andros.cygnus.com>
355
356 * MAINTAINERS: Mark Alexander can no longer maintain
357 h8300 and other embedded targets, sniff.
358
359 1999-04-06 Stan Shebs <shebs@andros.cygnus.com>
360
361 * inftarg.c (child_wait): Initialize execd_pathname.
362 * target.c (debug_to_has_execd): Handle NULL execd_pathname.
363
364 * solib.c (clear_solib): Don't call disable_breakpoints_in_shlibs,
365 this breaks rerunning on sun4 native.
366
367 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
368
369 * config/sparc/nm-linux.h: Don't redefine PT_ATTACH to use the
370 deprecated PTRACE_SUNATTACH compatibility commands. The
371 definitions from <sys/ptrace.h> are fine.
372
373 1999-04-06 Martin Hunt <hunt@cygnus.com>
374
375 * annotate.h: Declare annotate_signal_hook.
376
377 * annotate.c (annotate_signal): Add a call to
378 annotate_signal_hook().
379
380 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
381
382 * dwarf2read.c (dwarf_decode_lines): Don't call record_line when
383 we hit a DW_LNE_end_sequence instruction.
384
385 * README: Note that GDB requires an ANSI C compiler, and explain
386 how to get GCC.
387
388 * README: Update.
389
390 1999-04-05 Stan Shebs <shebs@andros.cygnus.com>
391
392 * NEWS: Add more notes about user-visible changes.
393
394 Mon Apr 5 14:56:59 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
395
396 * target.c (target_signal_to_string): check for signal
397 number in range; otherwise if the target board returns
398 a bogus signal number we might core dump (per David Taylor).
399
400 1999-04-05 David Taylor <taylor@ryobi.cygnus.com>
401
402 * utils.c (fputs_maybe_filtered): test value of
403 pagination_enabled before paginating.
404
405 1999-04-02 James Ingham <jingham@cygnus.com>
406
407 * blockframe.c (get_prev_frame): Remove the redundant
408 get_prev_frame_info. It is now exactly the same as
409 get_prev_frame, so there is no reason to have both functions.
410
411 * rs6000-tdep.c (rs6000_init_extra_frame_info):
412 frame.h:
413 a29k-tdep.c (init_extra_frame_info):
414 config/a29k/tm-a29k.h:
415 i386-tdep.c:
416 Change all references to get_prev_frame_info to get_prev_frame.
417
418 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
419
420 * bcache.c, bcache.h, breakpoint.c, defs.h, expprint.c,
421 expression.h, gdbarch.c, gdbtypes.c, gdbtypes.h, gnu-nat.c,
422 gnu-nat.h, hppa-tdep.c, maint.c, monitor.c, objfiles.h, parse.c,
423 remote-mips.c, remote-sds.c, remote.c, sol-thread.c, symmisc.c,
424 symtab.h, target.c, top.c, typeprint.c, config/nm-gnu.h: Evaporate
425 the unused MAINTENANCE_CMDS conditional.
426
427 1999-04-02 James Ingham <jingham@cygnus.com>
428
429 * config/arm/tm-arm.h: (EXTRACT_STRUCT_VALUE_ADDRESS): This needs
430 to call extract_address, not just cast the first 4 bytes, since
431 the result will be passed to value_at which expects host-byte
432 order.
433
434 * arm-tdep.c (arm_scan_prologue): The prologue_start address was
435 directly &'ed with 0x03fffffc, rather than using
436 ADDR_BITS_REMOVE. This would cause inferior function calls to
437 report the stack incorrectly on return.
438
439
440 1999-04-02 Keith Seitz <keiths@cygnus.com>
441
442 * top.c (ui_loop_hook): Change declaration. Now returns an int.
443 * win32-nat.c (child_wait): Timeout WaitForDebugEvent and call
444 the ui_loop_hook if there was no debug event.
445 * top.c (ui_loop_hook): Change to return an int and include
446 on all non-Cygwin builds.
447 * v850ice.c: Change prototype of ui_loop_hook.
448 (v850ice_wait): Update call to ui_loop_hook.
449 * ser-unix.c (hardwire_readchar): Enable ui_loop_hook callbacks
450 for non-Cygwin builds. Check return status of ui_loop_hook and
451 return a timeout if told to detach. Add more documentation.
452 * ser-tcp.c (tcp_readchar): Break up timeouts into one second
453 intervals and call ui_loop_hook so that other UIs can
454 keep up to date. If ui_loop_hook returns non-zero, then
455 return SERIAL_TIMEOUT to facilitate detaching from the
456 target.
457 * remote.c (remote_interrupted_already): Remove.
458 (remote_interrupt_twice): Revive.
459 (remote_interrupt): Call remote_stop to interrupt the target
460 and install remote_interrupt_twice to take more severe
461 actions if this fails.
462 (remote_stop): Only attempt to stop the target. This separates
463 the command line from other UIs.
464 * remote-sim.c (gdb_os_poll_quit): Add a call to ui_loop_hook,
465 if it is defined.
466
467 1999-04-01 Jim Blandy <jimb@zwingli.cygnus.com>
468
469 Fix for cross-debugging on an AIX host from Johanna Svenningsson:
470 * ax-gdb.h (enum axs_lvalue_kind): Remove trailing comma from enum.
471 * ax.h (enum agent_op): Same.
472 * tracepoint.h (enum actionline_type): Same.
473 * config/xm-aix4.h: Add declaration for termdef.
474
475 1999-03-31 Stan Shebs <shebs@andros.cygnus.com>
476
477 * jv-lang.h (dynamics_objfile): Remove decl, conflicts with static
478 decl in jv-lang.c.
479
480 * infrun.c (follow_inferior_fork): Add ifdefs around
481 SOLIB_REMOVE_INFERIOR_HOOK.
482
483 Wed Mar 31 11:39:49 1999 David Taylor <taylor@ryobi.cygnus.com>
484
485 * valops.c (search_struct_field): revert HP merge change
486 to this function -- it causes messages to be printed about
487 member class ambiguity when the compiler is happy.
488 (search_struct_field_aux): delete -- added as part of HP merge
489 change; with aforementioned change it is no longer called.
490
491 1999-03-30 Stan Shebs <shebs@andros.cygnus.com>
492
493 Make more HPUX-specific code generic.
494 * infrun.c: Include top.h.
495 (MAY_SWITCH_FROM_INFERIOR_PID, MAY_FOLLOW_EXEC,
496 USE_THREAD_STEP_NEEDED): New native macros.
497 (may_switch_from_inferior_pid, may_follow_exec,
498 use_thread_step_needed): New globals.
499 (follow_inferior_fork): Remove HPUXHPPA ifdef.
500 (follow_exec): Ditto, also save run target and re-push instead of
501 always pushing child_ops, add ifdefs around SOLIB_RESTART and
502 SOLIB_CREATE_INFERIOR_HOOK.
503 (wait_for_inferior): Use new globals instead of ifdefing HPUXHPPA,
504 always use printf_filtered to report new threads.
505 (normal_stop): Ditto.
506 * target.h, target.c (find_run_target): New function.
507 * config/pa/nm-hppah.h: Define new macros.
508
509 1999-03-29 Stan Shebs <shebs@andros.cygnus.com>
510
511 * top.h: Include setjmp.h here.
512 * main.c, top.c: Don't include it here.
513
514 1999-03-29 Keith Seitz <keiths@cygnus.com>
515
516 * symtab.c (decode_line_1): Take out change which breaks symbols
517 which include class names and methods, e.g., "Foo::bar".
518
519 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
520
521 * configure.tgt (i[3456]86-*-sysv4.2MP, i[3456]86-*-sysv4.2uw2*):
522 Recognize both, as i[3456]86-*-sysv4.2*.
523 (i[3456]86-*-sysv5*): Recognize.
524
525 * infrun.c (wait_for_inferior): Remove most #if 0 segments.
526
527 Fri Mar 26 17:27:27 1999 Andrew Cagney <cagney@b1.cygnus.com>
528
529 * blockframe.c (pc_in_call_dummy_on_stack): Fix. Had copied code
530 from at_entry_point.
531
532 Thu Mar 25 19:30:02 1999 Andrew Cagney <cagney@amy.cygnus.com>
533
534 * gdbarch.c: Include all headers.
535
536 * inferior.h, blockframe.c (pc_in_call_dummy_before_text_end,
537 pc_in_call_dummy_after_text_end, pc_in_call_dummy_on_stack,
538 pc_in_call_dummy_at_entry_point): Convert PC_IN_CALL_DUMMY macro's
539 into functions.
540
541 Tue Mar 23 17:22:57 1999 Philippe De Muyter <phdm@macqel.be>
542
543 * remote.c, parse.c: Include ctype.h.
544
545 1999-03-24 Stan Shebs <shebs@andros.cygnus.com>
546
547 * configure.host (mips-dec-mach3*): Use mipsm3 not mach3.
548
549 Attempt to sort out SCO-related configs.
550 * configure.host (i[3456]86-*-sysv4.2*): Use instead of
551 i[3456]86-*-sysv4.2MP and i[3456]86-*-sysv4.2uw2*.
552 (i[3456]86-*-sysv5*): Recognize.
553 * configure.tgt (i[3456]86-*-sco3.2v5*, i[3456]86-*-sco3.2v4*):
554 Recognize.
555
556 Wed Mar 24 16:19:01 1999 Christopher Faylor <cgf@cygnus.com>
557
558 * MAINTAINERS: Add DJ Delorie (dj@cygnus.com) as the djgpp
559 maintainer.
560
561 Wed Mar 24 21:19:57 1999 Andrew Cagney <cagney@amy.cygnus.com>
562
563 * target.h (enum target_signal): Do not hardwire values of MACH
564 signals.
565
566 1999-03-14 Ken Raeburn <raeburn@raeburn.org>
567
568 * target.h (enum target_signal): Add TARGET_SIGNAL_INFO.
569 * target.c (signals): Add SIGINFO description.
570 (target_signal_from_host, target_signal_to_host): Translate
571 SIGINFO to/from TARGET_SIGNAL_INFO.
572
573 Wed Mar 24 01:01:27 1999 Andrew Cagney <cagney@sludge.cygnus.com>
574
575 * rs6000-tdep.c (rs6000_software_single_step): Change SIGNAL to
576 unsigned int.
577
578 From Rodney Brown <rodneybrown@pmsc.com>
579 * target.h (enum thread_control_capabilities), breakpoint.h (enum
580 bptype), breakpoint.c (enum insertion_state_t): Strict ISO-C
581 doesn't allow trailing comma in enum definition.
582
583 Mon Mar 22 15:56:04 1999 Andrew Cagney <cagney@b1.cygnus.com>
584
585 * blockframe.c (inside_entry_file, inside_entry_func): Convert #if
586 CALL_DUMMY_LOCATION to if.
587 * valops.c (call_function_by_hand): Ditto.
588 * infcmd.c (run_stack_dummy): Ditto.
589 * inferior.h (CALL_DUMMY_ADDRESS, CALL_DUMMY_START_OFFSET,
590 CALL_DUMMY_BREAKPOINT_OFFSET): Provide default.
591
592 1999-03-23 Jason Molenda (jsm@bugshack.cygnus.com)
593
594 * hppa-tdep.c (pa_register_look_aside): Remove CPU_HPPA_RISC_20
595 check, test for presence of struct save_state_t and the ss_wide
596 member directly.
597 * configure.in: Remove CPU_HPPA_RISC_20 test. Add tests for
598 HAVE_STRUCT_SAVE_STATE_T and HAVE_STRUCT_MEMBER_SS_WIDE.
599 * acconfig.h: Add HAVE_STRUCT_SAVE_STATE_T HAVE_STRUCT_MEMBER_SS_WIDE.
600 * configure, config.in: Regenerated.
601
602 Mon Mar 22 13:25:13 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
603
604 * infttrace.c (proc_wait): rename to ptrace_wait.
605
606 1999-03-18 Jim Blandy <jimb@zwingli.cygnus.com>
607
608 * dwarf2read.c: Correctly recognize location expressions that
609 designate LOC_REF_ARG arguments. Doc fixes.
610 (isderef): New global. (Yuck.)
611 (dwarf2_complex_location_expr): New complaint.
612 (read_func_scope): Reject frame_base attributes that use the
613 `deref' opcode as too complex.
614 (new_symbol): If both regoff and isderef are set, and the base
615 register is the frame pointer, then it's a LOC_REF_ARG argument.
616 (decode_locdesc): Recognize the `deref' opcode in location
617 expressions. Complain if it's not the last op in the expression.
618
619 * config/fr30/tm-fr30.h (COERCE_FLOAT_TO_DOUBLE): #define this to
620 be true, or else value_arg_coere won't respect the (accurate)
621 information we have about whether a function is prototyped.
622
623 1999-03-17 Jim Blandy <jimb@zwingli.cygnus.com>
624
625 * config/fr30/tm-fr30.h (STACK_ALIGN): Define this here, so
626 calling functions by hand with odd-sized arguments doesn't munge
627 the stack.
628
629 1999-03-17 Jason Molenda (jsm@bugshack.cygnus.com)
630
631 * configure.in (HAVE_MULTIPLE_PROC_FDS): Don't define for Solaris
632 hosts--gdb doesn't support this yet.
633 * configure: Regenerated.
634
635 1999-03-16 Keith Seitz <keiths@cygnus.com>
636
637 * remote.c (remote_binary_checked): New file global.
638 (check_binary_download): New function to check if
639 stub supports binary downloading that works with
640 stubs that are not eight bit clean.
641 (remote_write_bytes): Check for binary download capability
642 and use it if available.
643 Remove references to global remote_binary_length. What a hack.
644 (putpkt_binary): New function.
645 (putpkt): Call putpkt_binary.
646 Use xor to escape trouble characters.
647 * m32r-stub.c (bin2mem): Follow escape char convention change.
648
649 Tue Mar 16 01:11:33 1999 Andrew Cagney <cagney@rhino.cygnus.com>
650
651 * target.h (struct target_ops), target.c (debug_to_query),
652 remote.c (pack_hex_byte, remote_query): Promote char parameters to
653 int. Stops compile problems with pedantic ISO-C compilers.
654
655 Tue Mar 16 15:29:04 1999 Stan Shebs <shebs@andros.cygnus.com>
656
657 * go32-xdep.c: Remove, no longer used by anything.
658 * Makefile.in: Remove references.
659
660 * jv-lang.c, jv-lang.h (java_primitive_type): Declare argument
661 as int instead of char.
662
663 Mon Mar 15 11:42:43 1999 Andrew Cagney <cagney@b1.cygnus.com>
664
665 * d10v-tdep.c (push_stack_item, pop_stack_item): New function.
666 (d10v_push_arguments): Use.
667
668 From Martin M. Hunt <hunt@cygnus.com>:
669 * d10v-tdep.c (d10v_push_arguments): When arguments
670 must be pushed onto the stack, they go on in
671 reverse order.
672
673 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
674
675 * symtab.c (make_symbol_overload_list): Don't try to stuff minimal
676 or partial symbols into the overload list; we don't know their
677 types. (Thanks to Rajiv Mirani.)
678
679 1999-03-15 Jason Molenda (jsm@bugshack.cygnus.com)
680
681 * acinclude.m4 (--with-itclconfig, --with-itkconfig, --with-tixconfig):
682 Fix whitespace so --help messages line up.
683 * configure.in (--with-cpu): Fix capitalization for --help messages.
684 * configure, aclocal.m4: Regenerated.
685
686 Mon Mar 15 11:39:03 1999 Ian Carmichael <iancarm@cygnus.com>
687
688 Support building gdb w/o simulator:
689 * configure.in: Support --disable-sim. Check for sim directory.
690 * Makefile.in (IGNORE_SIM, IGNORE_SIM_OBS): New.
691 * acconfig.h (WITH_SIM): Define.
692 * configure, config.in: Regenerate.
693
694 Mon Mar 15 08:01:33 1999 Elena Zannoni <ezannoni@cygnus.com>
695
696 Patch from Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
697
698 * top.c (read_command_lines): Reset control_level to 0.
699 (define_command): Don't do it here.
700
701 Sun Mar 14 16:12:15 1999 Andrew Cagney <cagney@rhino.cygnus.com>
702
703 * hppah-nat.c (store_inferior_registers): Delete extern
704 registers[] declaration.
705
706 Sun Mar 14 19:17:30 1999 Andrew Cagney <cagney@b1.cygnus.com>
707
708 * infrun.c (write_inferior_status_register): New function. Provide
709 update access to an inf_status register buffer. Only used by HP.
710 * inferior.h (write_inferior_status_register): Add prototype.
711
712 * hppa-tdep.c (push_dummy_frame): Use
713 write_inferior_status_register when hacking around a sleeping
714 inferior. Accidently fix byte-order problem.
715
716 Sun Mar 14 16:40:10 1999 Andrew Cagney <cagney@b1.cygnus.com>
717
718 * config/pa/tm-hppa.h (PUSH_DUMMY_FRAME): Fix parameter. Address
719 not needed.
720
721 Fri Mar 12 13:11:48 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
722
723 * remote.c (remote_write_bytes): fix 'X' packet protocol so that it
724 can't overwrite the end of its buffer with escaped characters.
725
726 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
727
728 Alpha patches from Richard Henderson:
729
730 * alpha-tdep.c (alpha_skip_prologue): Recognize subq.
731
732 * config/alpha/tm-alpha.h (REGISTER_NAMES): No f31, but fpcr.
733 (FPCR_REGNUM): New.
734 (REGISTER_CONVERTIBLE): Don't convert fpcr.
735 (REGISTER_VIRTUAL_TYPE): Don't make fpcr a double.
736
737 * stabsread.c (define_symbol): Only consider live range extension
738 if we have an open parenthesis.
739
740 1999-03-11 Jim Blandy <jimb@zwingli.cygnus.com>
741
742 * monitor.c (monitor_fetch_register): Print RDEBUG info correctly
743 when the register name is null.
744
745 Thu Mar 11 19:33:07 1999 Stan Shebs <shebs@andros.cygnus.com>
746
747 * infrun.c (wait_for_inferior): Change #if DECR_PC_AFTER_BREAK
748 uses to expressions, remove redundant extern decls.
749
750 Thu Mar 11 18:05:11 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
751
752 * infptrace.c (proc_wait): Rename to ptrace_wait.
753 * inftarg.c (child_wait): call ptrace_wait instead of proc_wait.
754 * inferior.h: Declare ptrace_wait instead of proc_wait.
755
756 Thu Mar 11 11:46:25 1999 Andrew Cagney <cagney@amy.cygnus.com>
757
758 * breakpoint.c (create_solib_load_unload_event_breakpoint,
759 create_fork_vfork_event_catchpoint, tcatch_command,
760 create_exception_catchpoint, break_at_finish_at_depth_command_1,
761 catch_fork_command_1, ep_skip_leading_whitespace,
762 break_at_finish_command_1, catch_exec_command_1,
763 catch_exception_command_1, stop_command, stopin_command,
764 stopat_command, ep_parse_optional_filename,
765 ep_find_event_name_end, ep_parse_optional_if_clause,
766 catch_fork_command_1), stack.c (show_and_print_stack_frame_stub,
767 print_stack_frame_stub, print_only_stack_frame_stub,
768 backtrace_command_1, backtrace_full_command, func_command),
769 valprint.c (print_decimal), source.c (print_source_lines_base):
770 Add prototype.
771
772 * stack.c (print_stack_frame_stub, show_and_print_stack_frame_stub,
773 print_only_stack_frame_stub): Make param void*.
774
775 Wed Mar 10 19:33:28 1999 Geoffrey Noer <noer@cygnus.com>
776
777 * win32-nat.c: If old Cygwin Win32 API headers aren't being used,
778 define some gdb-specific defines that shouldn't have been in the
779 global headers.
780
781 Wed Mar 10 21:20:25 1999 Andrew Cagney <cagney@b1.cygnus.com>
782
783 * findvar.c (registers, register_valid): Replace array with pointer.
784 (build_findvar): New function. Allocate space for REGISTERS and
785 REGISTER_VALID.
786 (_initialize_findvar): Call build_findvar.
787
788 * inferior.h (registers, register_valid): Replace array with
789 pointer.
790
791 * inferior.h (struct inferior_status): Move definition from here.
792
793 * infrun.c (struct inferior_status): To here.
794 (struct inferior_status): Change ``stop_registers'' and
795 ``registers'' to pointers.
796 (xmalloc_inferior_status, free_inferior_status): New functions.
797 (restore_inferior_status): Call free_inferior_status.
798 (save_inferior_status): Call xmalloc_inferior_status.
799 (discard_inferior_status): New function, discard inf_status
800 buffer. Call free_inferior_status.
801
802 * inferior.h (stop_registers): Replace array with pointer.
803 * infrun.c (stop_registers): Update.
804 (build_infrun): Initialize stop_registers.
805 (_initialize_infrun): Call build_infrun.
806
807 Wed Mar 10 14:50:42 1999 Andrew Cagney <cagney@amy.cygnus.com>
808
809 * alpha-tdep.c (alpha_linux_sigtramp_offset): Only compile when
810 LINUXALPHA target. Hack.
811
812 * infrun.c (set_follow_fork_mode_command): Make static. Add
813 prototype.
814 * tracepoint.c (add_register): Ditto.
815 * valprint.c (strcat_longest): Comment out. Does not appear to be
816 used.
817 * valops.c (find_method_list): Make static. Add prototype.
818 * thread.c (target_find_new_threads): Make static. Add prototype.
819 * stack.c (stack_publish_stopped_with_no_frame,
820 select_and_maybe_print_frame): Comment out. Does not appear to be
821 used.
822 (current_frame_command): Add prototype.
823 * breakpoint.c (break_at_finish_command,
824 break_at_finish_at_depth_command, tbreak_at_finish_command): Make
825 static. Add prototype.
826 * findvar.c (read_relative_register_raw_bytes_for_frame): Ditto.
827
828 Wed Mar 10 23:38:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
829
830 * corefile.c (registers): Delete redundant variable declaration.
831 * inferior.h (run_stack_dummy): Change array argument to pointer.
832 * infcmd.c (run_stack_dummy): Update.
833 * value.h (value_being_returned): Change RETBUF to a pointer.
834 * values.c (value_being_returned): Update.
835
836 Wed Mar 10 11:08:16 1999 Andrew Cagney <cagney@amy.cygnus.com>
837
838 * source.c (list_command): GCC suggested explicit braces to avoid
839 ambiguous `else'.
840
841 * jv-typeprint.c: Include "c-lang.h".
842 * Makefile.in (jv-typeprint.o): Add dependency.
843 * jv-valprint.c: Include "gdbcore.h", "annotate.h".
844 * Makefile.in (jv-valprint.o): Add dependencies.
845 * objfiles.c: Include "breakpoint.h".
846 * Makefile.in (objfiles.o): Add dependency.
847 * main.c: Include <unistd.h>.
848 * parse.c: Include <ctype.h>.
849 * remote.c: Include <ctype.h>.
850 * ser-tcp.c: Include <unistd.h>.
851 * ax-general.c: Include "value.h".
852 * Makefile.in (ax-general.o): Add dependency.
853
854 * alpha-tdep.c (alpha_push_arguments): Make ``i'' an int instead
855 of a register.
856 * frame.h (show_and_print_stack_frame): Add function prototype.
857 * language.h (language_enum): Add function prototype.
858 * value.h (find_overload_match): Add function prototype.
859
860 * defs.h, utils.c (subset_compare): Rename subsetCompare. Add
861 prototype.
862 * stack.c (backtrace_command): Update.
863
864 Wed Mar 10 13:58:36 1999 Andrew Cagney <cagney@b1.cygnus.com>
865
866 * configure.in (AC_CHECK_HEADERS): Check for <sys/select.h>
867 * configure, config.in: Re-generate.
868 * inflow.c: Conditionally include <sys/select.h>.
869
870 Wed Mar 10 13:44:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
871
872 * frame.h (struct dummy_frame): Move from here.
873 * blockframe.c (struct dummy_frame): To here.
874
875 * blockframe.c (struct dummy_frame): Replace ``regs'' with pointer
876 ``registers''.
877 (generic_pop_dummy_frame): Free it.
878 (generic_push_dummy_frame): Allocate dummy frame register buffer.
879
880 Wed Mar 10 11:08:16 1999 Andrew Cagney <cagney@amy.cygnus.com>
881
882 * thread.c (_initialize_thread): Delete redundant ``extern struct
883 cmd_list_element *cmdlist''.
884 * printcmd.c (print_command_1): Ditto for ``objectprint'';
885
886 1999-03-09 Stan Shebs <shebs@andros.cygnus.com>
887
888 * MAINTAINERS: New file, list of maintainers and areas they
889 maintain.
890
891 1999-03-09 Rodney Brown <RodneyBrown@pmsc.com>
892
893 Get working on UnixWare 2.1.1.
894 * acconfig.h: Update for defines for procfs.c.
895 * configure.in: Identify defines for procfs.c.
896 * configure.host: i386-*-sysv4.2uw2* => i386v42mp
897 * configure.tgt: i386-*-sysv4.2uw2* => i386v42mp
898 * configure, config.in: Regenerate.
899 * procfs.c: Rename HAVE_NO_PRRUN_T to HAVE_PRRUN_T (autoconf
900 standard), wrap UNIXWARE difference in THE_PR_LWP macro for
901 legibility.
902 * config/i386/tm-i386v42mp.h: Remove HAVE_PSTATUS_T,
903 HAVE_NO_PRRUN_T; now set by configure.
904
905 Tue Mar 9 16:29:24 1999 Andrew Cagney <cagney@b1.cygnus.com>
906
907 * i386-tdep.c (gdb_print_insn_i386): Abort when disassembly_flavor
908 undefined..
909
910 * fr30-tdep.c (_initialize_fr30_tdep): Add prototype. Fix
911 coding style.
912
913 * target.c (debug_to_enable_exception_callback,
914 debug_to_get_current_exception_event): Return result of call to
915 debug_target().
916
917 1999-03-09 Jim Blandy <jimb@zwingli.cygnus.com>
918
919 Another HURD fix from Mark Kettenis:
920 * gnu-nat.c: Include <string.h>. Remove declaration of strerror.
921 Include <bits/waitflags.h> instead of <waitflags.h> and define
922 _SYS_WAIT_H to prevent the warning that we should not include it.
923 (gnu_create_inferior): Change return type of attach_to_child to
924 void. Do not return INFERIOR_PID.
925 (gnu_pid_to_exec_file): Change return type to char *.
926 Return NULL.
927
928 Fix for the HURD from Mark Kettenis:
929 * configure.in: Add AC_PROG_AWK. Needed by the machine-dependent
930 makefile fragments for the Hurd.
931 * Makefile.in (AWK): Add. Set by configure.
932 * configure: Regenerated.
933
934 1999-03-08 Jason Molenda (jsm@bugshack.cygnus.com)
935
936 * infttrace.c (hppa_get_process_events): Removed. Function only
937 usable on HPUX 10 and above. It is not called by any other part
938 of GDB.
939 * hppah-nat.c (hppa_get_process_events): Ditto.
940 (child_pid_to_exec_file): Only call ptrace with
941 PT_GET_PROCESS_PATHNAME if that symbol has been defined.
942 * config/pa/nm-hppah.h: Don't set up prototypes et al for
943 hppa_get_process_events.
944
945 * config/pa/hppahpux.mh (TERM_LIB): Do not initialize, let autoconf
946 determine best library automatically.
947 * config/pa/hpux1020.mh: Ditto.
948 * config/pa/hpux1100.mh: Ditto.
949 * configure.in (TERM_LIB): Also check for libHcurses.
950 * configure: Regenerated.
951
952 Thu Mar 4 17:16:04 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
953
954 * m32r-stub.c: add support for crc "Compare" command.
955
956 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
957
958 * fr30-tdep.c (fr30_store_return_value): Allocate zeroes
959 dynamically, to save BSS space, and to remove assumptions about
960 the size of the largest value we'll return.
961
962 * config/fr30/tm-fr30.h (fr30_store_return_value): Use PARAMS in
963 prototype.
964
965 Thu Mar 4 08:37:35 1999 Andrew Cagney <cagney@b1.cygnus.com>
966
967 * sh3-rom.c (sh3_supply_register, sh3_supply_register),
968 mips-tdep.c (mips_push_arguments), m32r-rom.c
969 (m32r_upload_command), m32r-tdep.c (decode_prologue), monitor.c
970 (longlong_hexchars), tracepoint.c (validate_actionline,
971 read_actions), mdebugread.c
972 (parse_symbol), jv-typeprint.c
973 (java_type_print_base, java_type_print_base), mdebugread.c
974 (parse_symbol), top.c (source_command), utils.c
975 (floatformat_to_doublest): GCC suggest explicit braces to avoid
976 ambiguous `else'.
977
978 * tracepoint.c (map_args_over_tracepoints, trace_actions_command),
979 m32r-rom.c (m32r_supply_register), win32-nat.c
980 (handle_output_debug_string, child_continue), i960-tdep.c
981 (pop_frame), m32r-rom.c (m32r_upload_command): GCC suggested
982 parentheses around assignment used as truth value.
983
984 * remote-sds.c (sds_wait), monitor.c (monitor_fetch_register),
985 ser-e7kpc.c, (dosasync_write), arc-tdep.c (arc_get_frame_setup):
986 GCC suggested parentheses around operands.
987
988 * c-typeprint.c (c_type_print_base): GCC suggested enclosing
989 "while" expression in paren.
990
991 Wed Mar 3 18:14:33 1999 Andrew Cagney <cagney@chook.cygnus.com>
992
993 * sol-thread.c (save_inferior_pid): Cast the saved pid to void*.
994 (restore_inferior_pid): Takes void* as required by make_cleanup.
995 Casts pid back to an int.
996
997 * procfs.c (make_cleanup_close_proc_file,
998 close_proc_file_cleanup): Create a proc_file cleanup.
999 (info_proc): Use.
1000
1001 * defs.h (make_cleanup_freeargv): Helper function. Establish
1002 cleanup using freeargv. Can not just typecast/pass freeargv as it
1003 violates ISO-C.
1004 * utils.c (do_freeargv): Helper.
1005 (make_cleanup_freeargv): New function.
1006
1007 * symmisc.c (maintenance_print_symbols,
1008 maintenance_print_psymbols, maintenance_print_msymbols), symfile.c
1009 (symbol_file_command), stack.c (backtrace_command), remote-sim.c
1010 (gdbsim_create_inferior, gdbsim_open), remote-mips.c
1011 (common_open), procfs.c (info_proc), infrun.c (handle_command,
1012 xdb_handle_command), exec.c (exec_file_attach): Call
1013 make_cleanup_freeargv.
1014
1015 1999-03-03 James Ingham <jingham@cygnus.com>
1016
1017 * i386-tdep.c (_initialize_i386_tdep): Set the inital value for
1018 disassembly flavor at startup, rather than hardcoding it.
1019
1020 1999-03-03 Jim Blandy <jimb@zwingli.cygnus.com>
1021
1022 Put return values in the right place.
1023 * fr30-tdep.c (fr30_store_return_value): New function.
1024 * config/fr30/tm-fr30.h (STORE_RETURN_VALUE): Call
1025 fr30_store_return_value.
1026
1027 Wed Mar 3 18:10:55 1999 Andrew Cagney <cagney@chook.cygnus.com>
1028
1029 * gdbtypes.c (virtual_base_list_aux): Return void. Add prototype.
1030
1031 * breakpoint.c (map_catch_names): Comment out unused function.
1032
1033 1999-03-02 Jason Molenda (jsm@bugshack.cygnus.com)
1034
1035 * hppa-tdep.c (pa_register_look_aside): Only refer to save_state_t
1036 structure on PA 2.0 systems.
1037
1038 1999-03-02 Stan Shebs <shebs@andros.cygnus.com>
1039
1040 From Gary Thomas <gthomas@cygnus.co.uk>:
1041 * arm-tdep.c (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT,
1042 THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Use illegal instruction
1043 instead of SWI 24.
1044 * config/arm/tm-arm.h (CALL_DUMMY): Ditto.
1045 (IN_SIGTRAMP): Define.
1046
1047 1999-03-02 Nick Clifton <nickc@cygnus.com>
1048
1049 * findvar.c (store_address): Delete incorrect big endian
1050 code.
1051
1052 Tue Mar 2 18:02:42 1999 Andrew Cagney <cagney@chook>
1053
1054 * configure.in (gdb_cv_os_cygwin): Compat. Continue to reconize
1055 __CYGWIN32__.
1056
1057 1999-03-01 Jason Molenda (jsm@bugshack.cygnus.com)
1058
1059 * configure.in: Move setting of gdb_cv_os_cygwin to before
1060 setting of TERM_LIB. Check for __CYGWIN__ instead of __CYGWIN32__.
1061 * configure: Regenerated.
1062
1063 1999-03-01 DJ Delorie <dj@cygnus.com>
1064
1065 * configure.in: Change -cygwin32* to -cygwin*.
1066 * configure: Ditto.
1067
1068 1999-02-25 Stan Shebs <shebs@andros.cygnus.com>
1069
1070 * breakpoint.c (SOLIB_LOADED_LIBRARY_PATHNAME,
1071 SOLIB_UNLOADED_LIBRARY_PATHNAME, SOLIB_CREATE_CATCH_LOAD_HOOK,
1072 SOLIB_CREATE_CATCH_UNLOAD_HOOK): Supply default definitions.
1073 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Ditto.
1074
1075 1999-02-25 Keith Seitz <keiths@cygnus.com>
1076
1077 * corelow.c (core_close): Clear out solib state before
1078 closing the bfd associated with the core file.
1079 * solib.c (clear_solib): Mention that clear_solib requires
1080 an open BFD in order for disable_breakpoints_in_shlibs to
1081 determine whether breakpoints live in shared libraries.
1082
1083 1999-02-24 Jason Molenda (jsm@bugshack.cygnus.com)
1084
1085 * configure.in: Set CPU_HPPA_RISC_20 if the host CPU is a PA 2.0
1086 processor.
1087 * acconfig.h: Add CPU_HPPA_RISC_20
1088 * config.in, configure: Regenerated.
1089 * hppa-tdep.c (pa_register_look_aside): Only refer to new
1090 structure elements if we are on a PA2.0 system.
1091 * defs.h: Include limits.h.
1092
1093 Tue Feb 23 14:37:08 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
1094
1095 * infrun.c (wait_for_inferior): Check scheduler_locking state
1096 before resuming after a thread-specific breakpoint.
1097
1098 1999-02-23 Jim Blandy <jimb@zwingli.cygnus.com>
1099
1100 * aclocal.m4, config.in, configure: Regenerated with latest
1101 autotools.
1102
1103 Mon Feb 22 12:32:19 1999 Per Bothner <bothner@cygnus.com>
1104
1105 * jv-valprint.c (java_val_print): Restore line that somehow got lost.
1106
1107 * jv-valprint.c (java_print_value_fields): Check for NULL type.
1108
1109 1999-02-21 Jim Blandy <jimb@zwingli.cygnus.com>
1110
1111 * tm-h8500.h, i386lynx-nat.c: Removed. These files are long
1112 dead; it seems that they only appeared due to some CVS weirdness.
1113 If they appear again, we may need to distribute garlic and holy
1114 water.
1115
1116 1999-02-19 Jason Molenda (jsm@bugshack.cygnus.com)
1117
1118 * configure.in (TERM_LIB): Move checking for TERM_LIB, substituting.
1119 * configure: Regenerated.
1120
1121 1999-02-19 Robert Hoehne (robert.hoehne@gmx.net)
1122
1123 * configure.host (i[3456]86-*-msdosdjgpp*): New host.
1124 * configure.tgt (i[3456]86-*-msdosdjgpp*): New target.
1125 * go32-nat.c: New file, native DJGPP support.
1126 * config/i386/go32.mh: Rewrite for DJGPP (go32) host.
1127 * config/i386/go32.mt: New file, DJGPP (go32) target.
1128 * config/i386/nm-go32.h: New file.
1129 * config/i386/tm-go32.h: New file.
1130 * config/i386/xm-go32.h: Rewritten for current DJGPP.
1131
1132 1999-02-18 Jason Molenda (jsm@bugshack.cygnus.com)
1133
1134 * reply_mig_hack.awk, config/nm-gnu.h, config/alpha/nm-linux.h
1135 config/alpha/xm-alphalinux.h, config/alpha/xm-alphaosf.h
1136 config/i386/nm-i386sco5.h, config/i386/tm-fbsd.h, config/i386/tm-i386.h
1137 config/powerpc/nm-aix.h, config/powerpc/tm-macos.h
1138 config/powerpc/tm-ppc-aix.h, config/powerpc/xm-aix.h
1139 config/rs6000/tm-rs6000-aix4.h, testsuite/gdb.chill/tests1.ch
1140 testsuite/gdb.chill/tests2.ch, testsuite/gdb.chill/tests2.exp:
1141 Update FSF address in copyright notices.
1142
1143 1999-02-18 Jason Molenda (jsm@bugshack.cygnus.com)
1144
1145 * configure.in: Quote "$GCC" correctly.
1146 * configure: Regenerated.
1147
1148 1999-02-18 Jim Blandy <jimb@zwingli.cygnus.com>
1149
1150 * dbxread.c (elfstab_build_psymtabs): Don't assume that there's a
1151 section named ".text", which has all the code in it. Instead, look
1152 at all the sections in the file with the `code' flag set.
1153 (find_text_range): New function, that does all the work.
1154
1155 Thu Feb 18 17:50:45 1999 Andrew Cagney <cagney@b1.cygnus.com>
1156
1157 * mips-tdep.c (FP_REGISTER_DOUBLE): Conditionally define.
1158
1159 Fri Jan 29 16:51:11 1999 Andrew Cagney <cagney@chook.cygnus.com>
1160
1161 * mips-tdep.c (return_value_location): New function. Merge/rewrite
1162 of return-value code in mips_extract_return_value,
1163 mips_store_return_value. Stop buffer overflow when 64 bit value
1164 in 32 bit registers. Extract 64bit float from 32 bit register
1165 pair of correct order.
1166 (mips_extract_return_value, mips_store_return_value): Call
1167 return_value_location. For store, ensure that remainder of
1168 register is zero.
1169
1170 Wed Feb 17 10:10:27 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
1171
1172 * gdbtypes.h (get_discrete_bounds): Remove duplicate decl.
1173
1174 * jv-typeprint.c (java_type_print_base): Change fputs => fputs_filtered.
1175
1176 Mon Jan 25 18:30:57 1999 Per Bothner <bothner@cygnus.com>
1177
1178 * jv-lang.h (JAVA_OBJECT_SIZE): Change from hard-wired constant.
1179 (java_primitive_type_from_name, get_java_object_header_size): Declare.
1180 * jv-lang.c (java_class_from_object): Use get_java_object_type.
1181 * jv-lang.c: Update Class field names: dtable->vtable,
1182 msize->method_count, nfields->field_count, bfsize->size_in_bytes,
1183 nmethods->method_count.
1184 (type_from_class): Demangle array type names.
1185 (java_link_class_type): Array type names are now demangled.
1186 (get_java_object_type): If not defined yet, try looking it up.
1187 (get_java_object_header_size): New function.
1188 (java_primitive_type_from_name): New function.
1189 (java_demangled_signature_length, java_demangled_signature_copy): New.
1190 (java_demangle_type_signature): Re-implement using above functions.
1191 (evaluate_subexp_java): For UNOP_IND, call evaluate_subexp_java
1192 to evaluate subexp (not evaluate_subexp_standard).
1193 For BINOP_SUBSCRIPT update for new array type naming scheme.
1194 * jv-valprint.c (java_value_print): Use java_class_from_object.
1195 Update array printing to new array type naming convention.
1196 (java_val_print): Doing check_typedef when printing a pointer is
1197 is a waste of effort. Also, handle TYPE_CODE_INT, to make sure
1198 Java bytes as not printed as C chars.
1199
1200 Fri Jan 8 16:58:22 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
1201
1202 * blockframe.c (find_pc_sect_partial_function): Search full symtabs as
1203 a last ditch effort (after the partial & minimal symtabs).
1204 * defs.h utils.c: Fixup prototypes for vprintf_filtered,
1205 vfprintf_filtered, vfprintf_unfiltered and vprintf_unfiltered to return
1206 ints to match their standard equivalents.
1207 * defs.h symtab.c top.c: Create skip_prologue_hook to allow Java to
1208 control the prologue skipping process.
1209 * jv-typeprint.c (java_type_print_base): Remove extern for
1210 jv_class_demangle, add new arg for objfile (NULL).
1211 * symtab.h: Remove struct sourcevector and struct source. Definately
1212 not needed.
1213 * values.c (value_virtual_fn_field): Fixes code to handle new vtable
1214 debug info format. Patch from marka.
1215
1216 Wed Dec 16 23:11:25 1998 Stu Grossman <grossman@fencer.cygnus.com>
1217
1218 * jv-lang.c (java_class_from_object java_class_is_primitive
1219 is_object_type): Change dtable to vtable.
1220 * (java_primitive_type): Change arg to type char.
1221 * (_initialize_java_language): Make java_char_type be unsigned.
1222 * jv-lang.h: Fixup prototypes.
1223
1224 Mon Dec 7 19:02:15 1998 Stu Grossman <grossman@babylon-5.cygnus.com>
1225
1226 * jv-valprint.c (java_value_print): Fix printing of values where
1227 run time type != compile time type.
1228
1229 Fri Dec 4 15:23:38 1998 Stu Grossman <grossman@fencer.cygnus.com>
1230
1231 * Makefile.in: Whack out m2-typeprint.c.
1232 * c-typeprint.c (c_type_print_varspec_suffix) typeprint.h: Make this
1233 global. It's needed by Java.
1234 * (c_type_print_base): Whack prefix off of qualified method names
1235 (names with name spaces).
1236 * gdbtypes.h (struct cplus_struct_type): Add bits for Java attributes.
1237 Shrink voffset
1238 to 16 bits to compensate for added bits above (hopefully this is still
1239 enough).
1240 * Add new accessor macros (TYPE_FND_FIELD_PUBLIC, ...) for all new
1241 attribute bits.
1242 * jv-typeprint.c (java_type_print_base): Fix printing of method
1243 attributes. Handle JVM style manglings.
1244 * (java_print_type): Enable code type print varspec_suffix to allow
1245 array indices to print out.
1246 * jv-valprint.c (java_val_print): Minor formatting.
1247 * m2-lang.c (m2_language_d): Change m2_print_type to c_print_type.
1248 * stabsread.c (read_member_functions): Save public and static attributes.
1249
1250 Wed Feb 17 15:32:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1251
1252 * breakpoint.c (watch_command_1): Reformat comment.
1253
1254 * c-typeprint.c (c_type_print_base): Reformat comments.
1255
1256 1999-02-17 Jim Blandy <jimb@zwingli.cygnus.com>
1257
1258 * Makefile.in (VERSION): Bump version to 4.17.2.
1259
1260 Tue Feb 16 15:48:20 1999 Edith Epstein <eepstein@sophia.cygnus.com>
1261
1262 * config/pa/nm-hppah.h: Added prototype declarations for
1263 hppa_enable_page_protection_events and
1264 hppa_disable_page_protection_events.
1265
1266 * inftarg.c (child_wait): Fixed code that checks whether
1267 or not the target program has done a fork/vfork.
1268 related_pid does not have a value unless the target
1269 program has forked/vforked.
1270
1271 * infttrace.c (hppa_insert_hw_watchpoint): Make sure that
1272 function always returns a value.
1273 (hppa_remove_hw_watchpoint): Make sure that function always
1274 returns a value.
1275
1276 Tue Feb 16 06:31:58 1999 Keith Seitz <keiths@cygnus.com>
1277
1278 * config/powerpc/tm-ppc-eabi.h: Do not define PC_IN_CALL_DUMMY,
1279 let the generic call dummy infrastructure do it.
1280
1281 Sun Feb 14 18:21:08 1999 Mark Alexander <marka@cygnus.com>
1282
1283 * config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
1284 coffread.c will correctly handle char or short function parameters.
1285
1286 1999-02-11 Jason Molenda (jsm@bugshack.cygnus.com)
1287
1288 * configure, aclocal.m4: Regenerate with correct version of aclocal.
1289
1290 1999-02-10 Syd Polk <spolk@cygnus.com>
1291
1292 * acinclude.m4: Fix for new location of itclConfig.sh and itkConfig.sh.
1293 * aclocal.m4: Regnerate.
1294 * configure: Regenerate.
1295
1296 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
1297
1298 * demangle.c: Fix comments to mention "set demangle-style"
1299 instead of "set demangle".
1300 Run through indent to fix minor indenting problems.
1301
1302 Wed Feb 10 17:53:09 1999 Bob Manson <manson@charmed.cygnus.com>
1303
1304 * i386-tdep.c (gdb_print_insn_i386): Add missing returns.
1305
1306 Wed Feb 10 13:17:21 1999 Stan Shebs <shebs@andros.cygnus.com>
1307
1308 Declare Gould configuration obsolete:
1309 * configure.host, configure.tgt: Comment out Gould configs.
1310 * Makefile.in: Comment out Gould-related actions.
1311 * gould-xdep.c, gould-tdep.c, config/gould/*: Comment out.
1312 * NEWS: Mention obsolete status.
1313
1314 1999-02-09 DJ Delorie <dj@cygnus.com>
1315
1316 * sparcl-tdep.c: UDP download works in cygwin
1317
1318 1999-02-08 Jason Molenda (jsm@bugshack.cygnus.com)
1319
1320 * gnu-regex.c: Check ENABLE_NLS instead of HAVE_LIBINTL_H.
1321 * configure.in: Don't check for libintl.h.
1322 * configure, config.in: Regenerated.
1323
1324 Mon Feb 8 18:10:50 1999 Stan Shebs <shebs@andros.cygnus.com>
1325
1326 * NEWS: Mention new X packet and PowerPC variant support.
1327
1328 1999-02-08 Nick Clifton <nickc@cygnus.com>
1329
1330 * configure.host: Add support for StrongARM host.
1331 * configure.tgt: Add support for StrongARM target.
1332
1333 Mon Feb 8 12:05:05 1999 David Taylor <taylor@texas.cygnus.com>
1334
1335 * dsrec.c (make_srec): Cast targ_addr to int in call to sprintf
1336 otherwise on big endian machine with a bfd_vma of 64 bits,
1337 *everything* gets loaded at location 0.
1338
1339 Mon Feb 7 10:05:43 1999 Frank Ch. Eigler <fche@cygnus.com>
1340
1341 * infrun.c (wait_for_inferior): Allow SIGTRAP to be "pass"ed
1342 to target program.
1343
1344 Fri Feb 5 16:46:14 1999 Stan Shebs <shebs@andros.cygnus.com>
1345
1346 * NEWS: Add mentions of various new things.
1347
1348 Thu Feb 4 00:19:14 1999 Christopher Faylor <cgf@cygnus.com>
1349
1350 * configure.in: Move termcap determination later in the
1351 file to catch setting of cygwin flag.
1352 * configure: Regenerate.
1353
1354 Wed Feb 3 14:16:38 1999 Christopher Faylor <cgf@cygnus.com>
1355
1356 * config/i386/cygwin.mh: Move TERMCAP test code to configure.in.
1357 * configure.in: Treat libtermcap.a detection as a special case
1358 when hosting on cygwin.
1359 * configure: Regenerate.
1360
1361 1999-02-03 Keith Seitz <keiths@cygnus.com>
1362
1363 * remote.c (remote_binary_download, remote_binary_length): New
1364 static globals for dealing with binary transmissions.
1365 (remote_write_bytes): Add support for binary downloads
1366 by shadowing the "M" packet with a new "X" packet. This
1367 defaults to ON; if the stub does not understand this, it
1368 will fall back to using "M".
1369 (putpkt): Add support for binary downloading.
1370 * monitor.c (monitor_expect): The mon2000 monitor
1371 on the MSA2000 will also emit random DC1/DC3 chars.
1372 * m32r-stub.c: Change all char's to unsigned char's
1373 to support binary downloading.
1374 (handle_exception): Add support for binary downloading
1375 via a new "X" packet.
1376 (getpacket): Do NOT strip eighth bit of incoming chars.
1377 Watch out for escaped characters in the incoming stream.
1378 (putpacket): Do NOT strip eighth bit of incoming chars.
1379 (bin2mem): New function to write binary data directly to
1380 memory.
1381 * m32r-rom.c: Add new "mon2000" target.
1382
1383 Tue Feb 2 18:40:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1384
1385 * hp-psymtab-read.c (hpread_build_psymtabs): Coerce first arg
1386 passed to make_cleanup to the correct type.
1387 (hpread_quick_traverse): Change fifth arg to call to
1388 hpread_end_psymtab to be 0.
1389 Compare CURR_MODULE_END to 0 rather than NULL.
1390 Get rid of ifdef'ed out code.
1391 (scan_procs): Get rid of ifdef'ed out code.
1392
1393 * somread.c (som_symfile_read): Coerce first argument passed to
1394 make_cleanup to the correct type.
1395
1396 Tue Feb 2 17:36:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1397
1398 * hp-psymtab-read.c (do_pxdb): New function. Check whether the
1399 file needs to be processed by pxdb (an HP debug info massaging
1400 tool), if so call it.
1401 (hpread_build_psymtabs): Initialize scan_start to 0 and
1402 simplify flow of control.
1403
1404 * somread.c (som_symfile_read): Add call to do_pxdb (),
1405 in hp-psymtab-read.c.
1406
1407 * symfile.c (symbol_file_add): Remove ifdef'ed out HPUX specific
1408 code.
1409 (symfile_bfd_open): Remove HPUXHPPA ifdef'ed code. Code is now
1410 in hp-psymtab-read.c.
1411
1412 1999-02-02 Martin Hunt <hunt@cygnus.com>
1413
1414 * printcmd.c (print_scalar_formatted): Use strcat to concat all
1415 the output together before calling fprintf_filtered().
1416
1417 1999-02-01 Jason Molenda (jsm@bugshack.cygnus.com)
1418
1419 * configure.in: Require autoconf 2.13.
1420 (AM_EXEEXT): Replace with new AC_EXEEXT.
1421 * acinclude.m4: Move itcl header macros from aclocal.m4 to here.
1422 * aclocal.m4: Regenerated.
1423 * configure: Regenerated.
1424
1425 1999-02-01 Jim Blandy <jimb@zwingli.cygnus.com>
1426
1427 Allow PPC users to select which PPC/RS6000 variant they're
1428 debugging at run-time. At the moment, the only thing this affects
1429 is the set of registers visible.
1430 * config/rs6000/tm-rs6000.h (REGISTER_NAME): Define this as a call
1431 to the function rs6000_register_name.
1432 (rs6000_register_name): Include extern decl.
1433 (NUM_REGS): Bump to 183. What's the right way to do this?
1434 (FIRST_UISA_SP_REGNUM, LAST_UISA_SP_REGNUM): Renamed from
1435 FIRST_SP_REGNUM, LAST_SP_REGNUM.
1436 (REGISTER_BYTES): Recompute this.
1437 * rs6000-tdep.c: Renamed all uses of FIRST_SP_REGNUM and
1438 LAST_SP_REGNUM to FIRST_UISA_SP_REGNUM and LAST_UISA_SP_REGNUM, with
1439 some concomitant formatting changes.
1440 #include "gdbcmd.h", so we can define commands here.
1441 (struct variant): New structure.
1442 (COMMON_UISA_REG_NAMES, PPC_UISA_SPR_NAMES, PPC_SEGMENT_REG_NAMES,
1443 PPC_32_OEA_SPR_NAMES, num_registers): New macros.
1444 (register_names_rs6000, register_names_uisa, register_names_403,
1445 register_names_403GC, register_names_505, register_names_860,
1446 register_names_601, register_names_602, register_names_603,
1447 register_names_604, register_names_750, variants): New variables.
1448 (rs6000_register_name, install_variant, find_variant_by_name,
1449 install_variant_by_name, list_variants, show_current_variant,
1450 set_processor, show_processor): New functions.
1451 (_initialize_rs6000_tdep): Define new commands `set processor' and
1452 `show processor', and call install_variant_by_name to set the
1453 default variant.
1454 * rs6000-nat.c: Renamed all uses of FIRST_SP_REGNUM and
1455 LAST_SP_REGNUM to FIRST_UISA_SP_REGNUM and LAST_UISA_SP_REGNUM, with
1456 some concomitant formatting changes.
1457 * configure.in: Accept the `--with-cpu' flag, to specify a default
1458 processor variant.
1459 * acconfig.h: Provide a blurb for TARGET_CPU_DEFAULT, which is set
1460 by configure's `--with-cpu' flag.
1461 * config.in, configure: Regenerated.
1462
1463 Sun Jan 31 15:24:24 1999 Stan Shebs <shebs@andros.cygnus.com>
1464
1465 * buildsym.h, buildsym.c: Convert to ANSI-only.
1466
1467 * buildsym.h, buildsym.c: Reformat to standard.
1468
1469 * buildsym.c (merge_symbol_lists): Remove unused variable.
1470 (_initialize_buildsym): Remove, does nothing.
1471
1472 1999-01-31 J.T. Conklin <jtc@redbacknetworks.com>
1473
1474 * i386-stub.c, m32r-stub.c, m68k-stub.c, sh-stub.c, sparc-stub.c,
1475 sparcl-stub, sparclet-stub.c: Change declaration of putDebugChar
1476 to include explicit void return type as per documentation. Fix up
1477 occasions where stubs erroneously checked return type.
1478
1479 Sun Jan 31 13:18:33 1999 Stan Shebs <shebs@andros.cygnus.com>
1480
1481 From J.T. Conklin <jtc@redbacknetworks.com>:
1482 * remote.c (remote_query): Fix tipo.
1483
1484 Fri Jan 29 15:25:09 1999 Stan Shebs <shebs@andros.cygnus.com>
1485
1486 * configure.tgt (v850): Add wildcard to match.
1487
1488 Fri Jan 29 16:44:01 1999 Edith Epstein <eepstein@sophia.cygnus.com>
1489
1490 * inferior.h: Ran indent.
1491
1492 * fork-child.c: Ran indent.
1493
1494 * infrun.c : Ran indent.
1495
1496 Fri Jan 29 12:57:34 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1497
1498 * infrun.c (_initialize_infrun): Do not stop or print anything
1499 when a SIGWINCH is received.
1500
1501 * Makefile.in (m2-exp.tab.c): Use YACC not BISON.
1502 (f-exp.tab.c): Ditto.
1503 (jv-exp.tab.c): Ditto.
1504 (c-exp.tab.c): Ditto.
1505 (YACC): Define as @YACC@.
1506
1507 1999-01-29 Martin Hunt <hunt@cygnus.com>
1508
1509 Changes from Keith Seitz <keiths@cygnus.com>
1510 * valops.c (value_assign): Add calls to register_changed_hook and
1511 memory_changed_hook to inform UIs that the user has changed
1512 the target's registers/memory.
1513 * findvar.c (write_register_gen): Remove call to pc_changed_hook.
1514 * defs.h: Remove declaration for pc_changed_hook and
1515 add declarations for register_changed_hook and
1516 memory_changed_hook.
1517 * top.c: Ditto.
1518
1519 1999-01-29 Mark Alexander <marka@cygnus.com>
1520
1521 * procfs.c (wait_fd): Handle deleted threads correctly.
1522
1523 1999-01-28 Jason Molenda (jsm@bugshack.cygnus.com)
1524
1525 * utils.c (init_page_info): Force window size if running under emacs.
1526
1527 1999-01-27 James Ingham <jingham@cygnus.com>
1528
1529 * typeprint.c (whatis_exp): Remove static declaration.
1530
1531 Wed Jan 27 16:50:25 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1532
1533 * hp-psymtab-read.c: Reformat using indent.
1534
1535 Wed Jan 27 13:20:25 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1536
1537 * hp-psymtab-read.c: Reformat comments, update copyright.
1538
1539 Tue Jan 26 16:02:47 1999 Mark Alexander <marka@cygnus.com>
1540
1541 * v850-tdep.c (v850_generic_reg_names, v850e_reg_names,
1542 v850_register_names, v850_processor_type_table): Declare tables
1543 and structures for handling differences in register names for
1544 v850 and v850e.
1545 (struct reg_list): Define new structure for creating tables
1546 of register bit masks in v850e instrutions.
1547 (handle_prepare, handle_pushm): New helpers for v850_scan_prologue.
1548 (v850_scan_prologue): Recognize v850e instructions: callt, prepare,
1549 and pushm.
1550 (v850_target_architecture_hook): New function to set register
1551 names based on current machine.
1552 (_initialize_v850_tdep): Set up target_architecture_hook.
1553 * config/v850/tm-v850.h (v850_register_names): Declare.
1554 (REGISTER_NAME): Define to refer to v850_register_names.
1555 (SR0_REGNUM, CTBP_REGNUM): Define.
1556 (PS_REGNUM): Redefine in terms of SR0_REGNUM.
1557
1558 Tue Jan 26 18:27:26 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1559
1560 * Makefile.in (c-exp.tab.c): Use BISON instead of YACC, to pick
1561 the correct value from configure output.
1562 (jv-exp.tab.c): Ditto.
1563 (f-exp.tab.c): Ditto.
1564 (m2-exp.tab.c): Ditto.
1565
1566 1999-01-26 Jason Molenda (jsm@bugshack.cygnus.com)
1567
1568 * breakpoint.h (ep_is_exception_catchpoint): Add prototype.
1569 * frame.h (select_and_print_frame): Add prototype.
1570 * stack.c (func_command): Call select_and_print_frame with correct
1571 number of arguments. Reformat whitespace.
1572
1573 Tue Jan 26 16:53:54 1999 Fernando Nasser <fnasser@cygnus.com>
1574
1575 * remote.c (remote_query): fix maximum packet size to account for
1576 remote_debug use.
1577 (putpkt): add comment to alert about extra byte need.
1578
1579 Mon Jan 25 19:55:30 1999 Mark Alexander <marka@cygnus.com>
1580
1581 * sh-tdep.c (sh_target_architecture_hook): Return immediately
1582 when a matching machine is found.
1583
1584 Fri Jan 22 09:10:35 1999 Mark Alexander <marka@cygnus.com>
1585
1586 * remote-mips.c (mips_initialize): Fix parameters to clear_breakpoint.
1587 (common_breakpoint): Restore support for instruction breakpoints
1588 on non-LSI targets.
1589
1590 Thu Jan 21 17:16:19 1999 Andrew Cagney <cagney@b1.cygnus.com>
1591
1592 * stack.c: Close open comment.
1593 * symtab.c (find_pc_sect_line): Ditto.
1594
1595 Thu Jan 21 17:51:51 1999 Stan Shebs <shebs@andros.cygnus.com>
1596
1597 * procfs.c (init_procfs_ops): New function, fills in procfs_ops,
1598 init only nonzero fields, leave to_require_attach and
1599 to_require_detach empty, not needed for /proc systems yet.
1600 (_initialize_procfs): Call init_procfs_ops.
1601
1602 From J.T. Conklin <jtc@redbacknetworks.com>:
1603 * top.c (init_main): Fix tipo in description of the remotetimeout
1604 variable.
1605 * breakpoint.c (bpstat_stop_status): Handle systems where
1606 DECR_PC_AFTER_BREAK != DECR_PC_AFTER_HW_BREAK.
1607
1608 Thu Jan 21 17:25:46 1999 Mark Alexander <marka@cygnus.com>
1609
1610 * mon960-rom.c (_initialize_mon960): Call init_mon960_cmds
1611 to fill in mon960_cmds structure properly.
1612
1613 Wed Jan 20 17:53:22 1999 Stan Shebs <shebs@andros.cygnus.com>
1614
1615 * remote-sds.c (sds_ops): Define only once.
1616 (init_sds_ops, sds_command, _initialize_remote_sds): Declare.
1617 (init_sds_ops): Init only non-zero fields.
1618
1619 Wed Jan 20 15:45:15 1999 Mark Alexander <marka@cygnus.com>
1620
1621 * h8300-tdep.c (original_register_names, h8300h_register_names,
1622 h8300_register_names): Define new variables.
1623 (set_register_names): New function to set register names based on
1624 current CPU type.
1625 (h8300_command, h8300h_command, h8300s_command): Call
1626 set_register_names.
1627 * config/h8300/tm-h8300.h (h8300_register_names): Declare.
1628 (REGISTER_NAME): Define to refer to h8300_register_names.
1629
1630 1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
1631
1632 * sol-thread.c abug-rom.c cpu32bug-rom.c dbug-rom.c m32r-rom.c
1633 mac-nat.c mon960-rom.c op50-rom.c ppc-bdm.c remote-adapt.c
1634 remote-array.c remote-bug.c remote-e7000.c remote-eb.c remote-es.c
1635 remote-est.c remote-hms.c remote-mm.c remote-nindy.c remote-nrom.c
1636 remote-os9k.c remote-rdp.c remote-sds.c remote-sim.c remote-st.c
1637 remote-udi.c rom68k-rom.c sh3-rom.c sparcl-tdep.c sparclet-rom.c
1638 v850ice.c win32-nat.c: cosmetic changes to conform to coding
1639 standards.
1640
1641 1999-01-19 Jim Blandy <jimb@zwingli.cygnus.com>
1642
1643 Use aclocal to generate GDB's aclocal.m4 script.
1644 * acinclude.m4: New file, containing the hand-written local macro
1645 definitions that used to be in aclocal.m4. Don't sinclude
1646 ../bfd/aclocal.m4 any more; running aclocal in this directory will
1647 get us the definitions we need. HOWEVER: Do sinclude
1648 ../bfd/acinclude.m4, because we need the definition of
1649 BFD_NEED_DECLARATION.
1650 * aclocal.m4: Regenerated by aclocal.
1651 * configure: Regenerated by autoconf.
1652
1653 Tue Jan 19 10:27:23 1999 David Taylor <taylor@texas.cygnus.com>
1654
1655 * breakpoint.c (disable_breakpoints_in_shlibs): new parameter,
1656 silent, controls whether to print message about removal of shared
1657 library breakpoints.
1658 * breakpoint.h (disable_breakpoints_in_shlibs): decl updated.
1659 * irix5-nat.c (clear_solib): call disable_breakpoints_in_shlibs.
1660 * osfsolib.c (clear_solib): ditto.
1661 * solib.c (clear_solib): ditto.
1662 * somsolib.c (som_solib_restart): update call to
1663 disable_breakpoints_in_shlibs.
1664
1665 * target.h (child_post_attach): only declare if CHILD_POST_ATTACH
1666 is define.
1667
1668 Tue Jan 19 18:07:11 1999 Andrew Cagney <cagney@b1.cygnus.com>
1669
1670 * corelow.c (solib_add_stub): Ditto.
1671 (core_file_to_sym_file): Cast make_cleanup parameter.
1672
1673 * solib.c (symbol_add_stub, solib_map_sections): Change argument
1674 to PTR insted of a char*. Matches catch_errors interface.
1675
1676 Mon Jan 18 14:01:24 1999 Andrew Cagney <cagney@b1.cygnus.com>
1677
1678 * remote-array.c (array_open): Don't use fprintf_filtered to send
1679 data to the log file.
1680
1681 * remote-array.c (handle_load_dll): Change argument type to PTR so
1682 that it is compatible with catch_errors.
1683 * ocd.c (ocd_start_remote): Ditto.
1684 * remote-sds.c (sds_start_remote): Ditto.
1685
1686 * win32-nat.c (win32_child_thread_alive): Namespace proof
1687 child_thread_alive.
1688 (init_child_ops): Update.
1689
1690 Mon Jan 18 12:03:47 1999 Andrew Cagney <cagney@b1.cygnus.com>
1691
1692 * remote-rdi.c (arm_rdi_open): Set gdb_hostif.hostosarg and
1693 gdb_hostif.dbgarg to NULL instead of stdout.
1694 (voiddummy, myprint, mywritec): Use gdb_stdout instead of stdout.
1695
1696 Mon Jan 18 16:40:50 1999 Stan Shebs <shebs@andros.cygnus.com>
1697
1698 * ser-ocd.c (ocd_open): Handle Unix case gracefully.
1699
1700 * target.c (dummy_target): Don't initialize statically.
1701 (init_dummy_target): New function, fills in dummy_target.
1702 (initialize_targets): Use it.
1703 * hpux-thread.c (hpux_thread_ops): Don't initialize statically.
1704 (init_hpux_thread_ops): New function, fills in hpux_thread_ops.
1705 (_initialize_hpux_thread): Use it.
1706 * m3-nat.c (m3_ops): Don't initialize statically.
1707 (init_m3_ops): New function, fills in m3_ops.
1708 (_initialize_m3): Use it.
1709
1710 1999-01-18 Fernando Nasser <fnasser@totem.to.cygnus.com>
1711
1712 * sol-thread.c: delete compile time initialization of target_ops
1713 (_initialize_sol_thread): initialize target_ops at run time.
1714 * hpux-thread.c: added target_ops entry.
1715 * m3-nat.c: ditto.
1716
1717 Mon Jan 18 15:19:13 1999 David Taylor <taylor@texas.cygnus.com>
1718
1719 * procfs.c (procfs_ops): delete compile time initialization.
1720 (_initialize_procfs): initialize procfs_ops at run time.
1721
1722 Mon Jan 18 12:51:44 1999 Christopher Faylor <cgf@cygnus.com>
1723
1724 * configure.in: Ensure that -luser32 is always linked in
1725 for cygwin build.
1726 * configure: Regenerated.
1727
1728 Mon Jan 18 08:38:05 1999 Mark Alexander <marka@cygnus.com>
1729
1730 * values.c (value_virtual_fn_field): Clear the pointed-to
1731 offset when casting to the base class.
1732
1733 Mon Jan 18 10:30:51 1999 David Taylor <taylor@texas.cygnus.com>
1734
1735 * remote-udi.c (init_udi_ops): change non-existant udi_run_ops to
1736 udi_ops; delete NULL initializers.
1737
1738 Mon Jan 18 12:03:47 1999 Andrew Cagney <cagney@b1.cygnus.com>
1739
1740 * serial.c (serial_close): gdb_fclose tages gdb_file** arg, not
1741 gdb_file*.
1742
1743 * f-valprint.c, target.c, gdbarch.c: Pass gdb_stderr not stderr.
1744
1745 Mon Jan 18 10:46:12 1999 Andrew Cagney <cagney@b1.cygnus.com>
1746
1747 * stack.c (print_frame_info_base): Don't cast call to
1748 catch_errors.
1749 (print_args_stub): Change char* arg to PTR.
1750 * symmisc.c (print_symbol): Ditto.
1751 * top.c (quit_cover): Ditto.
1752 * remote.c (remote_open_1, remote_start_remote): Ditto.
1753 * infrun.c (normal_stop, hook_stop_stub, restore_selected_frame):
1754 Ditto.
1755
1756 * stack.c (backtrace_command): Cast first arg of make_cleanup to
1757 make_cleanup_func.
1758 * remote.c (remote_kill): Cast putpkt arg to catch_errors_ftype.
1759
1760 Mon Jan 18 08:47:02 1999 Andrew Cagney <cagney@b1.cygnus.com>
1761
1762 * defs.h (catch_errors_ftype): Define.
1763 (catch_errors): Replace char* arg with PTR arg.
1764 * top.c (catch_errors): Update
1765
1766 * breakpoint.c (bpstat_stop_status, bpstat_stop_status,
1767 delete_breakpoint, breakpoint_re_set): Delete all casts in call to
1768 catch_errors.
1769 (breakpoint_cond_eval, watchpoint_check,
1770 cover_target_enable_exception_callback, breakpoint_re_set_one):
1771 Arg is PTR not char*.
1772
1773 * breakpoint.c (cover_target_enable_exception_callback): Change
1774 type to int. Check for cast values of 0 and -1. Return a result!
1775 (insert_breakpoints): Move declaration of SAL and ARGS to where
1776 they are used.
1777
1778 1999-01-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
1779
1780 * remote.c (remote_query): new function - creates proper interface
1781 to the remote protocol "q" command.
1782
1783 Fri Jan 15 17:11:48 EST 1999 Zdenek Radouch (radouch@cygnus.com)
1784
1785 * config/fr30/tm-fr30.h: Changed ABI to match GCC change
1786 (always use pointer for structs passed by value).
1787
1788 1999-01-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
1789
1790 * target.h: added entry for target queries (to_query)
1791 target.c: ditto.
1792
1793 Thu Jan 14 18:29:17 1999 David Taylor <taylor@texas.cygnus.com>
1794
1795 * remote-mm.c (mm_wait): fix stream arg to gdb_flush.
1796 * remote-udi.c (udi_wait): fix stream arg to fwrite.
1797 * symmisc.c (maintenance_check_symtabs): fix stream argument to
1798 print_address_numeric.
1799
1800 Wed Jan 13 19:33:16 1999 David Taylor <taylor@texas.cygnus.com>
1801
1802 * breakpoint.c (insert_breakpoints): insert cast to eliminate
1803 warning.
1804
1805 Wed Jan 13 14:59:02 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
1806
1807 * infrun.c (set/show scheduler-locking) New command. Set a
1808 mode bit that will control how GDB attempts to control thread
1809 scheduling for step, continue, etc. (resume): make use of
1810 the schedule-locking mode.
1811 * target.h (struct target_ops): new field to_has_thread_control.
1812 * sol-thread.c: initialize target_ops to_has_thread_control.
1813 * procfs.c: ditto.
1814 * target.c: ditto.
1815 * m3-nat.c: ditto.
1816 * remote.c: ditto.
1817 * hpux-thread.c: ditto.
1818 * thread.c: cull duplicate prototypes. Move prototypes to top.
1819 * serial.c: indentation cleanup.
1820 * breakpoint.c: add casts to eliminate compiler warnings.
1821
1822 Tue Jan 12 17:00:00 1999 Edith Epstein <eepstein@sophia.cygnus.com>
1823
1824 * inftarg.c (child_create_inferior): fixed HPUXHPPA specific
1825 call to fork_inferior. The shell param is now NULL.
1826
1827 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
1828
1829 * monitor.c (init_base_monitor_ops): Whitespace cleanup.
1830 (_initialize_remote_monitors): Same.
1831
1832 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
1833
1834 * monitor.c (init_monitor_ops): Initialize the monitor_ops
1835 structure if it hasn't already been done.
1836
1837 Tue Jan 12 14:50:10 1999 Stan Shebs <shebs@andros.cygnus.com>
1838
1839 * inftarg.c (child_ops): Don't initialize statically.
1840 (init_child_ops): New function, fills in child_ops.
1841 (_initialize_inftarg): Use it.
1842 (child_post_attach): Declare extern.
1843 (child_wait): Fix ambiguous parens.
1844 (child_attach_to_process): Remove unused local wstatus.
1845 (child_insert_fork_catchpoint, child_remove_fork_catchpoint,
1846 child_insert_vfork_catchpoint, child_remove_vfork_catchpoint,
1847 child_has_forked, child_insert_exec_catchpoint,
1848 child_remove_exec_catchpoint): Return a value.
1849
1850 Mon Jan 11 16:43:44 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
1851
1852 * remote.c (remote_wait): Add inferior_pid to thread list only
1853 if it is not already there.
1854
1855 1999-01-11 Jason Molenda (jsm@bugshack.cygnus.com)
1856
1857 * scm-tags.h: Update FSF's address on copyright notice.
1858 * ser-e7kpc.c: Same.
1859 * gnu-nat.h: Same.
1860
1861 Mon Jan 11 13:45:57 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
1862
1863 * dwarf2read.c (dump_die): Change stderr to gdb_stderr.
1864 * expprint.c (print_subexp): fprintf => fprintf_unfiltered.
1865 * jv-typeprint.c (java_type_print_base): fputs => fputs_filtered.
1866 * stack.c (struct function_bounds): Remove superfluous `typedef'.
1867 * symfile.c (list_overlays_command): stdout => gdb_stdout.
1868 * symmisc.c (maintenance_check_symtabs): stdout => gdb_stdout.
1869 * utils.c (print_spaces): Make more efficient.
1870
1871 Mon Jan 11 13:55:51 1999 David Taylor <taylor@texas.cygnus.com>
1872
1873 * utils (print_spaces): fix arg to strcat; fix formatting.
1874
1875 Fri Jan 8 11:57:24 1999 Stan Shebs <shebs@andros.cygnus.com>
1876
1877 * exec.c (exec_ops): Don't initialize statically.
1878 (init_exec_ops): New function, fills in exec_ops.
1879 (_initialize_exec): Use it.
1880
1881 Thu Jan 7 17:50:15 EST 1999 Zdenek Radouch (radouch@cygnus.com)
1882
1883 Beta FR30 port.
1884 * fr30-tdep.c
1885 * config/fr30/tm-fr30.h
1886
1887 Wed Jan 6 12:28:35 1999 David Taylor <taylor@texas.cygnus.com>
1888
1889 * configure.in: Add an --enable-tui argument. Construct
1890 tui/Makefile from tui/Makefile.in. Use AM_PROG_CC_STDC. If we
1891 have the GUI, then we need this to process libgui.h.
1892 (ENABLE_CFLAGS): define and export BUILD_TUI.
1893 (AC_CHECK_HEADERS): Add check for term.h.
1894
1895 * configure.host (hppa-*-hpux10.20, hppa-*-hpux11.0*): New configs.
1896
1897 * config.in, configure : regenerated.
1898
1899 * Makefile.in: Allow the TUI code to be conditionally enabled.
1900 (TUI_LIBRARY): New variable, value are set by the configuration
1901 script. Set to the empty string when the TUI isn't enabled.
1902 (gdb$(GDBEXT)): Use those, instead of referring to all-tui and
1903 tui/libtui.a directly.
1904 (BUILD_TUI): build the tui -- only when configured with
1905 --enable-tui.
1906 (YLWRAP): use ylwrap to avoid problems on systems w/o bison.
1907 (gdb$(EXEEXT)): make it dependent on BUILD_TUI.
1908 (all-tui): remove dependency from phony target.
1909 (c-exp.tab.c): use ylwrap instead of bison.
1910 (jv-exp.tab.c): ditto.
1911 (f-exp.tab.c): ditto.
1912 (m2-exp.tab.c): ditto.
1913 (ALLDEPFILES): add somread.c, hp-psymtab-read.c, hp-symtab-read.c.
1914 (SFILES): remove the above files
1915 (COMMON_OBS): remove somread.o
1916 (SFILES): Add the tui files to this, so they get included in etags
1917 tables.
1918 (gdb$(EXEEXT)): Add all-tui to the list of dependencies, and add
1919 tui/libtui.a to the link list.
1920 (all-tui): New rule, which does a recursive make in the tui
1921 subdir.
1922 (tui/libtui.a): When recursing, pass down ${FLAGS_TO_PASS}. And
1923 don't echo the make command. This is closer to what the other
1924 recursions do.
1925 (HFILES_NO_SRCDIR): add hpread.h
1926 (COMMON_OBS): add hp-psymtab-read.o, hp-symtab-read.o
1927 (SFILES): add hp-psymtab-read.c, hp-symtab-read.c add rules for
1928 the new files. Remove hpread.c, hpread.o
1929 (gdb$(EXEEXT)): Depend on the actual tui library, not on a
1930 fictitious target. Since the fictitious target never existed,
1931 make would always relink.
1932 (tui/libtui.a): Always recurse to make sure the library is up to
1933 date.
1934
1935 Wed Jan 6 12:05:12 1999 Stan Shebs <shebs@andros.cygnus.com>
1936
1937 * remote.c: Pacify --enable-build-warnings, reformat code
1938 to conform to standards, fix spelling errors.
1939 (ishex, stubhex, record_currthread, etc): Declare.
1940 (ishex, stubhex): Declare char arg as int.
1941 (pack_string): Comment out, never used but possibly useful.
1942 (threadref_to_int, remote_get_threadinfo, etc): Make static.
1943
1944 Wed Jan 6 11:43:32 1999 David Taylor <taylor@texas.cygnus.com>
1945
1946 The following changes were made by Elena Zannoni
1947 <ezannoni@cygnus.com> and Edith Epstein <eepstein@cygnus.com> as
1948 part of a project to merge in changes made by HP.
1949
1950 * c-exp.y: use external flag hp_som_som_object_present to decide
1951 whether code was compiled by HP's compilers. Add two new C++
1952 tokens for true and false.
1953 (yylex): check for template name is done differently for the
1954 HP/aCC compiler case. Change some of the template processing code
1955 for handling HP aCC templates. Handle true and false tokens.
1956
1957 Tue Jan 5 11:13:36 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
1958
1959 * remote.c (record_curthread): Must not modify inferior_pid when
1960 called from wait_for_inferior. Instead, if a new thread-id is
1961 detected, call add_thread.
1962 (MAGIC_NULL_PID): new macro, use instead of the magic number
1963 "42000".
1964 (remote_find_new_threads): if inferior_pid is unknown, get and use
1965 the current thread id.
1966 (remote_start_remote): on connecting, attempt to get the current
1967 thread id for inferior_pid.
1968 (remote_resume): If pid == -1, then resume any-thread (not the
1969 current thread specifically). Also some cosmetic fixups.
1970
1971 * thread.c (info_threads_command): don't initialize current_pid
1972 until after call to FIND_NEW_THREADS (which may change inferior_pid).
1973 Also some cosmetic fixups.
1974 * infrun.c: cosmetic fixups and casts to avoid warnings.
1975 * infcmd.c: cosmetic fixups, mainly long lines.
1976
1977 Tue Jan 5 11:55:57 1999 David Taylor <taylor@texas.cygnus.com>
1978
1979 * target.c (noprocess): terminate sentence with a period.
1980 * breakpoint.c (catch_command_1): ditto.
1981
1982 * c-valprint.c (c_value_print): remove hack^2 from HP; it causes
1983 testsuite losses with no real gain.
1984
1985 * inferior.h (START_INFERIOR_TRAPS_EXPECTED): restore, but only
1986 if tm-*.h hasn't overridden default value.
1987
1988 1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
1989
1990 * configure.in: Fix whitespace indentation for --help.
1991 * configure: Regenerated.
1992
1993 1999-01-04 Manuel Bouyer <bouyer@antioche.lip6.fr>
1994
1995 * main.c: Add --write command line option, document -w.
1996 * gdb.1: Document --write.
1997
1998 1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
1999
2000 * configure.in: Require autoconf 2.12.1 or higher.
2001 * doc/configure.in: Ditto.
2002 * nlm/configure.in: Ditto.
2003 * rdi-share/configure.in: Ditto.
2004 * testsuite/configure.in: Ditto.
2005 * doc/Makefile.in: Don't hardcode $(SHELL).
2006 * nlm/Makefile.in: Ditto.
2007 * rdi-share/Makefile.in: Ditto.
2008 * testsuite/Makefile.in: Ditto.
2009
2010 Mon Jan 4 12:53:03 1999 Stan Shebs <shebs@andros.cygnus.com>
2011
2012 * remote-vx.c (init_vx_ops, init_vx_run_ops): Remove unneeded
2013 inits of new fields, including ref to bogus field.
2014 (vx_ops, vx_run_ops): Make static.
2015
2016 Mon Jan 4 15:05:29 1999 David Taylor <taylor@texas.cygnus.com>
2017
2018 * inferior.h (START_INFERIOR_TRAPS_EXPECTED): delete,
2019 already defined in tm.h.
2020
2021 * inftarg.c: change <sys/unistd.h> to <unistd.h> and
2022 conditionalize its inclusion.
2023 * infttrace.c: ditto.
2024
2025 For older changes see ChangeLog-98
2026 \f
2027 Local Variables:
2028 mode: change-log
2029 left-margin: 8
2030 fill-column: 74
2031 version-control: never
2032 End:
This page took 0.080125 seconds and 4 git commands to generate.