dc6986cc3887cf020410620691606cd4355f55b6
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 Fri Apr 14 12:10:24 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
2
3 * xcoffread.c (xcoff_sym_fns): Revise comment about merging this
4 with coffread.c.
5
6 * breakpoint.c (fixup_breakpoints): Removed.
7 * rs6000-nat.c (vmap_symtab): Don't call fixup_breakpoints.
8 (vmap_ldinfo, xcoff_relocate_core): Call breakpoint_re_set.
9
10 * coffread.c (coff_symfile_offsets): Allocate SECT_OFF_MAX
11 sections, not just SECT_OFF_MAX-1.
12
13 * rs6000-nat.c (vmap_symtab), xcoffread.c: Re-do section offsets
14 to be indexed by SECT_OFF_* instead of xcoff section numbers.
15 * objfiles.c, remote.c: Remove comments regarding SECT_OFF_*.
16 * symtab.h: Revise comment about block_line_section.
17 * rs6000-nat.c (vmap_symtab): Don't relocate objfile->sections.
18
19 Sat Apr 15 14:15:14 1995 Stan Shebs <shebs@andros.cygnus.com>
20
21 * mpw-make.in (init.c): Don't try to do symbolic {o} in sed
22 command, not allowed by some version of MPW Make.
23 * ser-mac.c (mac-setbaudrate): Make it actually set baud rates.
24
25 Sat Apr 15 14:05:09 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26
27 * alpha-tdep.c (alpha_push_arguments): Fix typo (TYPE_VALUE ->
28 VALUE_TYPE). Do the cast for TYPE_CODE_BOOL, TYPE_CODE_CHAR,
29 TYPE_CODE_ENUM, and TYPE_CODE_RANGE as well as TYPE_CODE_INT.
30
31 Sat Apr 15 14:04:32 1995 Per Bothner <bothner@cygnus.com>
32
33 * alpha-tdep.c (alpha_push_arguments): Only cast to long for
34 TYPE_CODE_INT.
35
36 start-sanitize-gdbtk
37 Sat Apr 15 13:52:24 1995 Stan Shebs <shebs@andros.cygnus.com>
38
39 * gdbtk.c (gdb_disassemble): Read from inferior if connected
40 to a VxWorks target.
41
42 Fri Apr 14 10:18:20 1995 Stu Grossman (grossman@cygnus.com)
43
44 * README.GDBTK: New file. Contains the obvious.
45 end-sanitize-gdbtk
46
47 Thu Apr 13 16:17:04 1995 Rob Savoye <rob@darkstar.cygnus.com>
48
49 * remote-array.c: New file for Array Tech LSI33k based controller
50 board.
51
52 Thu Apr 13 12:23:31 1995 Kung Hsu <kung@rtl.cygnus.com>
53
54 * a29k-tdep.c (get_longjmp_target): Replace SWAP_TARGET_AND_HOST with
55 extract_address.
56 * remote-vxsparc.c: New file, preliminary check in, this configuration
57 not supported yet.
58 * remote-vxmips.c: ditto.
59
60 Thu Apr 13 12:10:14 1995 Michael Meissner <meissner@tiktok.cygnus.com>
61
62 * rs6000-tdep.c (xcoff_add_toc_to_loadinfo): Don't use a prototype
63 to declare the function.
64
65 Wed Apr 12 16:40:20 1995 Stan Shebs <shebs@andros.cygnus.com>
66
67 * monitor.h (init_monitor_ops): Declare.
68 * rom68k-rom.c: Clarify some comments.
69 (rom68k_open): Define as static, to match decl.
70
71 Wed Apr 12 16:36:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
72
73 * gdb.gdb: New file.
74 * .gdbinit: Move list-objfiles to gdb.gdb.
75
76 * values.c (set_internalvar): Set modifiable flag of newval.
77
78 Wed Apr 12 14:34:31 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
79
80 * xcoffread.c: Call complain() rather than error() or printing a
81 warning.
82
83 start-sanitize-arc
84 Wed Apr 12 08:15:27 1995 Doug Evans <dje@canuck.cygnus.com>
85
86 * arc-tdep.c: #include "gdbcmd.h".
87 (codestream_seek): Pass CORE_ADDR.
88 (arc_cpu_type, tmp_arc_cpu_type, arc_cpu_type_table): New globals.
89 (debug_pipeline_p): Likewise.
90 (X_...): Instruction field access macros.
91 (BUILD_INSN): Define.
92 (codestream_tell): Allow for stream elements > 1 byte.
93 (codestream_fill): Likewise.
94 (setup_prologue_scan): New function.
95 (arc_get_frame_setup): Call it. Update to current spec
96 regarding prologues. Use BUILD_INSN.
97 (skip_prologue): New argument `frameless_p'. Use BUILD_INSN.
98 (arc_frame_saved_pc): New function.
99 (frame_find_saved_regs): Use BUILD_INSN.
100 (get_insn_type, single_step): New functions.
101 (one_stepped): New global.
102 (arc_set_cpu_type_command, arc_show_cpu_type_command): New functions.
103 (arc_set_cpu_type): New function.
104 (_initialize_arc_tdep): Define new `set' commands `cpu',
105 `displaypipeline', and `debugpipeline'.
106 * remote-arc.c (break_insn): Add bi-endian support.
107 (arc_insert_breakpoint): Likewise.
108 (arc_remove_breakpoint): Likewise.
109 (switch_command): Delete.
110 * arc/tm-arc.h (TARGET_BYTE_ORDER): Delete.
111 (TARGET_BYTE_ORDER_SELECTABLE): Define.
112 (DEFAULT_ARC_CPU_TYPE): Define.
113 (SKIP_PROLOGUE_FRAMELESS_P): Define.
114 (BREAKPOINT): Delete.
115 (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Define.
116 (DECR_PC_AFTER_BREAK): Change to 8.
117 (NO_SINGLE_STEP): Define.
118 (ARC_PC_TO_REAL_ADDRESS): Define.
119 (SAVED_PC_AFTER_CALL): Use it.
120 (NUM_REGS, REGISTER_BYTES): Fix.
121 (FRAME_SAVED_PC): Call arc_frame_saved_pc.
122 (FRAME_LOCALS_ADDRESS): Fix.
123 end-sanitize-arc
124
125 Tue Apr 11 16:42:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
126
127 * top.c, utils.c, defs.h: Remove error_hook. It is currently
128 unused and would need to hook into error_begin()/return_to_top_level(),
129 instead of error(), if it were to be used.
130
131 Tue Apr 11 13:46:25 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
132
133 * utils.c, defs.h (warning_begin): Renamed from warning_setup, for
134 consistency with error_begin. Also print warning_pre_print.
135 Document it better.
136 * utils.c (warning): Use it.
137 * utils.c (error_begin): Doc fix.
138 * rs6000-nat.c (vmap_ldinfo): If we don't find ldinfo for the
139 symfile_objfile, nuke it.
140
141 Tue Apr 11 09:35:20 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
142
143 * printcmd.c (print_address_numeric): Pass use_local to
144 print_longest, rather than always passing 1.
145
146 * nlm/Makefile.in: Remove comments discussing munch.
147
148 start-sanitize-gdbtk
149 Tue Apr 11 11:07:12 1995 Michael Meissner <meissner@tiktok.cygnus.com>
150
151 * gdbtk.c (gdbtk_init): If SIOCSPGRP is not available, but
152 F_SETOWN is, use that.
153 end-sanitize-gdbtk
154
155 Mon Apr 10 18:31:57 1995 Stan Shebs <shebs@andros.cygnus.com>
156
157 Merge in support for Mac MPW as a host.
158 (Old change descriptions retained for informational value.)
159
160 * mpw-config.in (i386-unknown-go32): Change from aout.
161 (sh-hitachi-hms): New target.
162 * mpw-make.in (BISON): Use byacc instead of bison.
163 (VERSION): Bump to 4.14.1.
164 (*-pinsn.*): Remove mentions everywhere.
165 (all): Don't build MacGDB.
166 (gdb, SiowGDB): Depend on Version.r.
167 (Version.r): Generate from version info.
168 * main.c (main): Pass program name to START_PROGRESS, END_PROGRESS.
169 (main) [MPW]: Remove debugging hook.
170 * mac-xdep.c (debug_openp): New flag.
171 (mac_init): Set flag if env variable defined.
172 * ser-mac.c (mac_open): Clarify error message.
173 (mac_readchar): Call PROGRESS while looping.
174 (mac_write): Call sleep instead of sec_sleep.
175 (sec_sleep): Remove.
176 * source.c (openp) [MPW]: Only print debugging info if debugging.
177 * utils.c (query) [MPW]: Clarify that behavior is a bug.
178
179 * mpw-make.in (init.c): Use open-brace instead of mpw-open-brace.
180
181 * main.c, source.c: Remove hacks that replace long strings
182 with shorter ones, now solved portably.
183
184 * config/m68k/xm-mpw.h (spin.h): Include.
185 (ALMOST_STDC): Only define if MPW_C.
186 * config/m68k/tm-mac.h: New file, Mac target definitions.
187
188 * mpw-config.in (m68k-apple-macos, ppc-apple-macos,
189 i386-unknown-aout): New targets.
190 (mk.tmp): Add *DEPFILES definitions.
191 * mpw-make.in: Remove gC rules, clean up definitions for other
192 include files, bump version, fix bogus \ that should be \Option-d.
193 (init.c): Build correctly.
194
195 * mpw-make.in (HFILES_NO_SRCDIR): Add somsolib.h
196 (ALLDEPFILES): Add somsolib.c.
197 (somsolib.o): Add some dependencies.
198
199 * mpw-config.in: Use nm-empty.h if host is not target.
200 (xdepfiles): Add mac-xdep.c.o.
201 (xm_file): Remove.
202 * mpw-make.in: Add Fortran files.
203 (XDEPFILES): Remove.
204
205 * mpw-config.in (MacSerial.h): Duplicate from standard Serial.h.
206 * ser-mac.c (MacSerial.h): Include instead of Serial.h.
207
208 * mpw-make.in: Use {s} instead of {srcdir} everywhere.
209 (bindir, libdir): Remove extra colon.
210 (source.c): Compile with C instead of gC.
211 (c-exp.tab.c, ch-exp.tab.c, m2-exp.tab.c): Add {o}.
212 (install-only): Don't install MacGDB.
213 * source.c (openp) [MPW]: Add a debugging display.
214 (open_source_file) [MPW]: Use MPW basename finders.
215 [MPW_C]: Briefer versions of help for line and list commands.
216
217 * mpw-make.in: Change references from paread.c to somread.c
218
219 * mpw-make.in (VERSION): Update to 4.12.3.
220 (SiowGDB): New target, GDB using SIOW library.
221 (init-new.c): New target, attempt to generate init.c from sources.
222 (main.c.o, top.c.o): Put each in its own segment.
223 * main.c (main) [MPW]: Always call mac_init.
224 * utils.c (query) [MPW]: Always return "yes" if in MacGDB, output
225 an extra newline otherwise.
226 * mac-xdep.c: More comments in various places, remove junk.
227 (mac_init): Add tests for MPW and SIOW.
228 (use_wne, has_color_qd): Renamed.
229 (use_color_qd): New variable.
230 (grow_window): Only do console resizing to console window,
231 call resize_console_window.
232 (zoom_window): Call resize_console_window.
233 (resize_console_window, scroll_text): New functions.
234 (adjust_console_sizes): Always align viewrect to even multiples of
235 text lines.
236 (adjust_console_text): Always scroll by whole lines.
237 (hacked_vfprintf, hacked_puts, hacked_fputc, hacked_putc): Force a
238 recalculation of scroll positions if a newline was output.
239 (hacked_fflush): Similarly, for flushing.
240 (hacked_fgetc): New function, aborts if called in MacGDB.
241 * ser-mac.c (mac_readchar): Rename starttime to start_time,
242 remove debugging printf.
243 (mac_write): Sleep on first 4 writes.
244 (sec_sleep): New function, works like standard sleep.
245 * macgdb.r: Adjust positioning and contents of About box.
246 Set minimum size to 2000K, preferred size to 5000K.
247 * config/m68k/xm-mpw.h (fgetc): Define as a macro.
248
249 * mpw-make.in (.c.o, .gc.o): Prefix segment names with gdb_.
250 (top.c.o, annotate.c.o): Add build rules.
251 * macgdb.r (SysTypes.r): Include.
252 ('vers'): New resource, version info.
253 (mFile, mEdit, mDebug): Enable all menu items.
254 (mDebug): Add key equivalents for continue, step, next.
255 (wConsole): Add zoom and close boxes to window.
256 * mac-xdep.c (new_console_window): New function, code taken from
257 mac_init.
258 (mac_command_loop): Use GetCaretTime for wait interval, call
259 do_idle on null events.
260 (do_idle): New function.
261 (zoom_window): Implement zooming.
262 (v_scroll_proc): New function, handles vertical scrolling.
263 (activate_window): Do activation of console window.
264 (do_menu_command): Implement items of file, edit, and debug menus.
265 (do_keyboard_command): Fix command extraction.
266 (adjust_console_sizes, adjust_console_text): New functions.
267 (hacked_fprintf, hacked_vfprintf, hacked_fputs, hacked_fputc,
268 hacked_putc): Don't call draw_console.
269 * ser-mac.c (mac_open): Add an error message for invalid ports.
270 (first_mac_write): New global.
271 (mac_write): Use first_mac_write to sleep on first several writes.
272
273 * mpw-make.in (INCLUDE_CFLAGS): Add readline source dir.
274 (READLINE_CFLAGS, READLINE_SRC, READLINE_DIR): Uncomment.
275 (TSOBS): Don't compile inflow.c.
276 (all, install): Add MacGDB.
277 * main.c (main): Do Mac-specific init and command loop if a
278 standalone app, skip full option help message if compiling
279 with MPW C.
280 (gdb_readline): If MPW, add a newline after the (gdb) prompt.
281 * utils.c (_initialize_utils): If MPW, don't try to use termcap to
282 compute the window size.
283 * config/m68k/xm-mpw.h (printf, fprintf, fputs, fputc, putc,
284 fflush): Define as macros that expand into hacked_... versions.
285 (StandAlone, mac_app): Declare.
286 * macgdb.r (SIZE): Set the default partition to 4000K.
287 * mac-xdep.c (readline.h, history.h): Include.
288 (terminal.h): Don't include.
289 (mac_app): Define.
290 (gdb_has_a_terminal): Define Mac-specific version.
291 (do_keyboard_command): Simplify search for command string.
292 (readline): Define as gdb_readline.
293 Add other history/readline stubs to make main gdb link.
294 (hacked_fprintf, hacked_printf, hacked_vfprintf, hacked_fputs,
295 hacked_fputc, hacked_fflush): New functions, intercept output to
296 stdout and stderr, send to console window.
297
298 * mpw-make.in (MacGDB): New target, standalone Mac-hosted gdb.
299 (XDEPFILES): Define.
300 (main.c.o): Compile with gC instead of C.
301 * mac-defs.h: New file, menu etc definitions shared between
302 C and Rez files.
303 * macgdb.r: New file, Rez (resource compiler) resource
304 definitions.
305 * mac-xdep.c: New file, Mac host interface code.
306 * config/m68k/xm-mpw.h (PATHNAME_SEPARATOR): Rename to
307 DIRNAME_SEPARATOR.
308 (PATHNAME_SEPARATOR_STRING): Remove.
309 (SIGQUIT, SIGHUP): Define.
310 (fileno, R_OK): Define.
311
312 * mpw-config.in: New file, MPW configuration fragment.
313 * mpw-make.in: New file, MPW makefile fragment.
314 * config/m68k/xm-mpw.h: New file, MPW host definitions.
315 * ser-mac.c: New file, Mac serial interface.
316
317 Mon Apr 10 16:47:57 1995 Kung Hsu <kung@mexican.cygnus.com>
318
319 * valprint.c (print_longest): Fix a syntax error in #ifdef
320 PRINTF_HAS_LONG_LONG.
321
322 * config/mips/xm-irix5.h: turn on CC_HAS_LONG_LONG and
323 PRINTF_HAS_LONG_LONG.
324 * config/mips/tm-irix5.h: turn on FORCE_LONG_LONG.
325
326 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
327
328 * mdebugread.c (parse_symbol): Use new variable
329 nodebug_var_symbol_type as type of variables which don't have any
330 ecoff debug info associated with them.
331 (parse_symbol, parse_procedure): Use heuristics to determine if
332 functions were compiled without debugging info and change their
333 type to nodebug_function_symbol_type.
334 (_initialize_mdebugread): Initialize nodebug_*_symbol_type.
335
336 * source.c (line_info): Clear sal.pc for `info line' without
337 arguments.
338
339 Fri Apr 7 17:43:01 1995 Stu Grossman (grossman@andros.cygnus.com)
340
341 * monitor.c: make_xmodem_packet and print_xmodem_packet go away.
342 send_xmodem_packet shows up to do the obvious. Lots of fixes to
343 xmodem downloads including resetting of block number at start of
344 new transfers, fix for buffer overrun problem, addition of CRC
345 generation code.
346 * (monitor_open): loadtype_str and loadproto_str now default to
347 first entry in monitor_ops->loadtypes.
348 * (monitor_wait): Lengthen register dump buf, because of verbose
349 Winbond monitor.
350 * (monitor_fetch_register): Report unimplemented registers as 0.
351 * (monitor_read_memory): Only do 16 byte aligned transfers
352 because of formatting weirdness with the Winbond monitor. Also,
353 ignore non-hex, non-whitespace formatting between bytes (same
354 monitor).
355 * (monitor_load): Clean up logic.
356 * (monitor_load_srec): Re-do xmodem support. Move lots of it
357 into send_xmodem_packet.
358 * (getacknak): Get rid of polls and timeouts. Handle CRC
359 requests from receiver.
360 * (monitor_make_srec): Efficiency improvements. Don't call
361 sprintf to output two digit hex numbers.
362 * (crcinit, docrc): New, CRC-16 support routines.
363 * (send_xmodem_packet): New routine to generate either CRC-16 or
364 checksummed xmodem packets.
365
366 * remote-est.c (est_loadtypes), rom68k-rom.c (rom68k_loadtypes):
367 Reduce tables down to only the load types supported by each
368 monitor.
369
370 * w89k-rom.c (w89k_supply_register): Parses output of Winbond
371 register dumps.
372 * (w89k_loadtypes, w89k_loadprotos): Reduce to just srec/xmodem.
373 * (w89k_cmds): Add clear all breakpoints, memory fill, and dump
374 registers commands.
375
376 * config/pa/tm-hppa.h: Define lots register offsets needed by
377 w89k-rom.c.
378
379 Thu Apr 6 17:00:46 1995 Michael Meissner <meissner@tiktok.cygnus.com>
380
381 * Makefile.in (X11_INCLUDES): Define as empty.
382 (X11_CFLAGS): Define as including $(X11_INCLUDES).
383 (X11_LIB_SWITCHES): Define as empty.
384 (X11_LIBS): Define as -lX11.
385
386 start-sanitize-gdbtk
387 * configure.in (enable_gdbtk): If gdbtk, support the --x-includes
388 and --x-libraries switches, setting the X11_INCLUDES and
389 X11_LIB_SWITCHES respectively. Instead of using a hardcoded -lX11
390 in ENABLE_CLIBS, use the X11_LIB_SWITCHES and X11_LIBS variables.
391
392 * gdbtk.c (gdbtk_init): If SIOCSPGRP is not available, don't use
393 it. This means that the stop button doesn't work, but is better
394 than nothing.
395 end-sanitize-gdbtk
396
397 Wed Apr 5 19:57:38 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
398
399 * mips-tdep.c (mips_print_register): Remove unused variable
400 our_type and call to init_type. Fixes memory leak. Reindent function.
401
402 * mips-tdep.c (mips_print_register), findvar.c
403 (write_register_bytes): Make buffer char[] instead of unsigned
404 char[].
405
406 Mon Apr 3 19:28:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
407
408 * top.c, utils.c, main.c, defs.h: Replace error_pre_print with two
409 variables: error_pre_print (for RETURN_ERROR) and quit_pre_print
410 (for RETURN_QUIT). Fixes a bug whereby typing ^C (e.g. in "maint
411 print sym") could output extraneous stuff.
412 * objfiles.c: Don't declare error_pre_print; defs.h does it.
413
414 Mon Apr 3 13:48:28 1995 Stu Grossman (grossman@andros.cygnus.com)
415
416 * monitor.h: Add MO_GETMEM_NEEDS_RANGE flag.
417 * monitor.c (monitor_read_memory): Use previously mentioned flag
418 to send proper format memory examine commands to the w89k monitor.
419 Also, try to handle bizarre format of memory dump...
420
421 * op50-rom.c w89k-rom.c: Update to new monitor.[ch] conventions.
422
423 Sat Apr 1 03:22:20 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
424
425 * dbxread.c (process_one_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]:
426 Handle relocated symbol address.
427 * partial-stab.h, case N_SO, SOFUN_ADDRESS_MAYBE_MISSING:
428 Do not relocate a zero address.
429
430 Thu Mar 30 19:46:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
431
432 * config/a29k/tm-a29k.h: Nuke obsolete define CONTROL_END_ADDR; it
433 is nowhere used.
434
435 * stabsread.c (read_range_type): Remove FIXME comment about
436 type-id (I presume this meant a number followed by = followed by a
437 type) versus type number; Per fixed it.
438
439 Wed Mar 29 09:56:04 1995 Jason Molenda (crash@phydeaux.cygnus.com)
440
441 * configure.in: sparc-*-sunos5* is same as sparc-*-solaris2*.
442
443 Wed Mar 29 18:30:03 1995 Stan Shebs <shebs@andros.cygnus.com>
444
445 * remote-e7000.c (why_stop): Add new kinds of strings to expect
446 from the emulator.
447 (e7000_wait): Add interpretations for more stop reasons,
448 including warnings for write protect and cycle address errors.
449
450 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
451
452 start-sanitize-gdbtk
453 * Makefile.in (gdbtk.o): Use X11_CFLAGS to provide alternate
454 locations (per-host) for X11 include files.
455 * config/pa/hppahpux.mh (XM_CLIBS): Add -L/usr/lib/X11R5 to force
456 the use of R5 libs. (X11_CFLAGS): Add this to indicate the locs
457 of the R5 include files.
458 end-sanitize-gdbtk
459 * monitor.c monitor.h remote-est.c rom68k-rom.c: Add start of
460 support for interrupting target.
461 * monitor.c (monitor_open): Send stop command before doing
462 anything else.
463 * (monitor_load_srec): Fix record size calculation to prevent end
464 of segment from getting trashed.
465 * rom68k-rom.c: Update to latest version of struct monitor_ops.
466 * config/sparc/tm-sparc.h (FIX_CALL_DUMMY): Fix byte-order
467 problems. Makes DOS hosted function calling work.
468 * sparclite/crt0.s: Define _start to make COFF happy.
469
470 Wed Mar 29 09:11:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
471
472 * defs.h (atof): Don't provide an external declaration if atof is
473 a macro.
474
475 Wed Mar 29 00:01:07 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
476
477 * rs6000-tdep.c (skip_prologue): Skip saving of LR and CR in
478 the stack frame, fix typos in `st rx,NUM(r1)' and `stu r1,NUM(r1)'
479 tests.
480
481 Tue Mar 28 17:04:04 1995 Per Bothner <bothner@kalessin.cygnus.com>
482
483 * gdbtypes.c (create_range_type): If indextype has TYPE_FLAG_STUB
484 set, set TYPE_FLAG_TARGET_STUB.
485 (check_stub_type): Recalculate TYPE_LENGTH for range type.
486 * stabsread.c (read_range_type): If index type number is followed
487 by '=', back up, call read_type. and assume we have a true range.
488 * gdbtypes.h (TYPE_FLAG_TARGET_STUB): Update comment.
489
490 Mon Mar 27 22:51:54 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
491
492 * alpha-nat.c, irix4-nat.c, irix5-nat.c, mipsv4-nat.c,
493 sparc-tdep.c (supply_gregset, supply_fpregset): Fill inaccessible
494 registers with zero to handle recent read_register_bytes change.
495 * irix4-nat.c, irix5-nat.c, mipsv4-nat.c (supply_gregset,
496 fill_gregset): Fix handling of CAUSE_REGNUM.
497 * mips-nat.c (store_inferior_registers): Handle unwritable
498 registers when storing a single register.
499 * config/mips/tm-irix3.h (CAUSE_REGNUM, BADVADDR_REGNUM):
500 Fix definitions.
501
502 * mdebugread.c (parse_symbol, psymtab_to_symtab_1): Clear
503 allocated mips_extra_func_info, if the debug info is corrupt,
504 the PDR to fill it in might be missing.
505
506 Mon Mar 27 14:43:00 1995 Kung Hsu <kung@mexican.cygnus.com>
507
508 * vx-share/regPacket.h: a new file interfacing with vxworks.
509
510 Sun Mar 26 13:22:47 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
511
512 * breakpoint.c (bpstat_do_actions): Once we've executed the
513 commands, set bs->commands to NULL.
514
515 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
516
517 * buildsym.c (patch_subfile_name): Update last_source_file
518 with the real source file name.
519 * dbxread.c (end_psymtab): Handle static functions in the
520 SOFUN_ADDRESS_MAYBE_MISSING case by passing pst->filename
521 to lookup_minimal_symbol.
522 (process_one_symbol): Ignore extra outermost context from
523 SunPRO cc and acc.
524 * stabsread.c (define_symbol): Do not complain for SunPRO
525 static variable encoding if STATIC_TRANSFORM_NAME is defined.
526 * sparc-tdep.c, config/sparc/tm-sun4sol2.h
527 (sunpro_static_transform_name): Renamed from
528 solaris_static_transform_name.
529 * config/sparc/tm-sun4os4.h (STATIC_TRANSFORM_NAME):
530 Define to sunpro_static_transform_name for acc 3.0 compiled
531 executables.
532 * procfs.c, config/alpha/nm-osf2.h (PROCFS_DONT_TRACE_FAULTS):
533 Renamed from PROCFS_DONT_TRACE_IFAULT, don't trace any faults
534 if defined.
535 * procfs.c (info_proc_siginfo): Cast sip->si_addr to
536 `unsigned long' and use `lx' format for printing it.
537
538 Fri Mar 24 15:45:42 1995 Stu Grossman (grossman@cygnus.com)
539
540 * configure.in: Move test for m68*-est-* before m68*-*-coff*.
541 * findvar.c: Move default def of CANNOT_STORE_REGISTER closer to
542 the beginning of the code.
543 * (write_register_gen): New routine. Analogous to
544 read_register_gen.
545 * (write_register_bytes): Another rewrite! Make it smarter about
546 not updating regs with the same value.
547 * monitor.c (printf_monitor readchar): Use stderr instead of
548 stdout to output debug info. Also cleanup readchar a little.
549 * (expect): Make sure that excessive responses are null
550 terminated.
551 * (monitor_open): Check for magic number in monitor_ops struct.
552 Allow multiple commands as init strings. Also, clear all
553 breakpoints.
554 * (monitor_resume monitor_wait): Send a command to dump all the
555 regs for those targets which don't do so when waking up after a
556 continue command.
557 * (monitor_wait): Handle excessive response output better.
558 * (monitor_write_memory): Use block fill, word, and long word
559 commands (if they exist) to write memory more efficiently.
560 * General cleanups to use flag bits instead of individual flag
561 words in monitor_ops struct.
562 * (monitor_command): Return output from command.
563 * (monitor_load_srec): Allocate buffer only once. Use alloca.
564 Wait for load response string instead of using a timeout to start
565 sending S-records. Fix bug where value of srec_frame shrinks. If
566 hashmark is set, print `-' for retransmissions. General cleanups.
567 * (monitor_make_srec): Get rid of S-record default type kludge.
568 * monitor.h: Use seperate struct for memory and register
569 read/write commands. Memory commands can come in byte, word,
570 long, and longlong forms.
571 * (monitor_ops): Change lots of fields. Generalize some stuff.
572 Put all flags into flags word. Allow init to be a list of commands.
573 Add command for clearing all breakpoints, block fill, dumping all
574 registers.
575 * remote-est.c: Rewrite to use new monitor conventions.
576 * config/m68k/est.mt (TDEPFILES): Add monitor.o.
577 * config/m68k/tm-est.h: Set NUM_REGS to 18.
578 * testsuite/gdb.base/break.exp: Lots of cleanups. Use gdb_test
579 more thoroughly.
580
581 Thu Mar 23 23:20:00 1995 Jeff Law (law@snake.cs.utah.edu)
582
583 * somsolib.c (som_solib_add): Handle case where a shared library
584 referenced by a core file has sections without the SEC_ALLOC bit
585 set (eg stabs sections).
586
587 Thu Mar 23 15:07:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
588
589 * breakpoint.c (bpstat_do_actions): For each element in the bpstat
590 chain, do all the commands regardless of whether they run the
591 inferior.
592
593 Wed Mar 22 19:17:06 1995 Doug Evans <dje@cygnus.com>
594
595 * mem-break.c (LITTLE_BREAKPOINT, BIG_BREAKPOINT): Define as
596 BREAKPOINT if mono-endian.
597 (break_insn): Deleted.
598 (big_break_insn, little_break_insn): Define.
599 (memory_insert_breakpoint): Handle bi-endian cpus.
600 (BREAKPOINT_LEN): Define.
601 (memory_remove_breakpoint): Use it.
602 (memory_breakpoint_size): Likewise.
603
604 Tue Mar 21 17:03:17 1995 Kung Hsu <kung@mexican.cygnus.com>
605
606 * sparc-stub.c: add nop after 'bg good_wim'.
607 * sparcl-stub.c: ditto.
608
609 Tue Mar 21 13:34:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
610
611 * infrun.c (handle_command): Don't print TARGET_SIGNAL_0,
612 TARGET_SIGNAL_UNKNOWN, or TARGET_SIGNAL_DEFAULT.
613
614 Mon Mar 20 10:09:59 1995 Jeff Law (law@snake.cs.utah.edu)
615
616 * hppab-nat.c (store_inferior_registers): Sync with HPUX version.
617
618 Mon Mar 20 07:34:48 1995 Stu Grossman (grossman@cygnus.com)
619
620 * hppah-nat.c (store_inferior_registers): Move check for
621 CANNOT_STORE_REGISTER to a better place. Fixes ptrace I/O errors
622 found by test suite during function calls, which attempts to write
623 unwritable registers.
624
625 Sat Mar 18 02:02:24 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
626
627 * mdebugread.c (parse_symbol): If finishing a function without
628 known parameter type info, set that from parameter symbols.
629 Remove commented-out add_param_to_type support.
630
631 Thu Mar 16 16:38:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
632
633 * xcoffread.c (process_linenos): Make sure filename we pass to
634 start_subfile will cause deduce_language_from_filename to return
635 the correct thing. Reindent function to GNU standards.
636
637 Thu Mar 16 15:54:00 1995 J.T. Conklin <jtc@rtl.cygnus.com>
638
639 * nlm/gdbserve.c (handle_exception): #if out call to StopBell,
640 as it is not available on NetWare 3 or PIN.
641 * nlm/ppc.c (StopBell): Removed.
642
643 Thu Mar 16 12:14:41 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
644
645 * xcoffread.c (read_xcoff_symtab): When creating a dummy parameter
646 inferred from the traceback tags, give its type the name
647 "<non-float parameter>".
648
649 * stabsread.c (rs6000_builtin_type): Recognize types -31 to -34.
650
651 Wed Mar 15 15:09:29 1995 Stu Grossman (grossman@cygnus.com)
652
653 * findvar.c (read_register_bytes write_register_bytes): Make
654 these routines much smarter about updating registers from the
655 target, only doing so when absolutely necessary. This really
656 speeds up register modification on some remote targets.
657
658 * monitor.c: More cleanups. Get rid of monitor_load_ascii_srec.
659 BFD makes this unnecessary. Lots of debugging speedups.
660 * (expect): NULL terminate return string.
661 * (monitor_open monitor_supply_register parse_register_dump
662 monitor_wait monitor_fetch_register): Switch to using GNU regexp
663 library to parse multi-register displays.
664 * (monitor_read_memory): Read multiple bytes (up to 16) at once.
665 * (monitor_create_inferior): Call clear_proceed_status to make run
666 command notice first breakpoint.
667 * (monitor_load): Clean up. Reset inferior_pid, set pc to start
668 address and reset symbol table stuff to make loads put things into
669 a fresh state.
670 * (monitor_load_srec): Lower sleep time to 1 second.
671
672 * monitor.h (struct monitor_ops): Add register_pattern and
673 supply_register to monitor_ops.
674
675 * rom68k-rom.c: Add new support for handling register dumps.
676 * config/m68k/tm-m68k.h: Define D0_REGNUM and A0_REGNUM for register
677 dump handling.
678
679 Wed Mar 15 15:18:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
680
681 * utils.c, defs.h (putchar_unfiltered, fputc_unfiltered): Make
682 argument be an int, not a char. Using a prototype followed by an
683 old-style function definition in a case where an argument is
684 widened is a GCC-ism not supported by the native AIX compiler.
685
686 Wed Mar 15 12:22:35 1995 J.T. Conklin <jtc@rtl.cygnus.com>
687
688 * nlmstub.def: Removed, this was moved to nlm/gdbserve.def
689 long ago.
690
691 * configure.in (alpha-*-netware*): Removed configuration.
692 * config/alpha/{alpha-nw.mt, gdbserve.mt, tm-alphanw.h}: Removed.
693 * nlm/{README-ALPHA-NETWARE, aio.h, alpha-io.S, alpha-regdef.h,
694 alpha.c, alpha.h, altdebug.h}: Removed.
695
696 * nlm/gdbserve.c (main): Add support for processing BOARD=
697 argument, deprecate NODE=.
698
699 Wed Mar 15 10:58:26 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
700
701 * c-exp.y (yylex): Make an empty character constant an error.
702
703 Tue Mar 14 15:00:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
704
705 * valops.c (value_arg_coerce): Do possible value_coerce_array
706 before determining type argument to value_cast.
707
708 Tue Mar 14 10:41:41 1995 Kung Hsu <kung@mexican.cygnus.com>
709
710 * remote-es.c: Replace ignore with 0.
711
712 Tue Mar 14 05:52:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
713
714 * valops.c (value_repeat), eval.c (evaluate_subexp_standard):
715 If VALUE_REPEATED is already set, just error out.
716
717 * valops.c (value_cast, value_slice), parse.c (follow_types): Add
718 FIXME-type-allocation comments.
719
720 * gdbtypes.h (struct type): Fix comment about what units the
721 TYPE_LENGTH is in.
722
723 Mon Mar 13 18:27:25 1995 Stan Shebs <shebs@andros.cygnus.com>
724
725 * ch-valprint.c (annotate.h): Include.
726 * eval.c (evaluate_subexp_standard): Remove unused variable.
727 (calc_f77_array_dims): Add parens to expression.
728 * f-exp.y (yylex): Add parens to expression, remove unused label.
729 * f-lang.h (calc_f77_array_dims): Declare.
730 * f-valprint.c (f_val_print): Remove unused variables.
731
732 Mon Mar 13 15:25:47 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
733
734 * alpha-tdep.c (find_proc_desc): If pdr.framereg field is -1, don't
735 use the PDR, just examine prologues instead.
736
737 start-sanitize-arc
738 Fri Mar 10 16:13:18 1995 Kung Hsu <kung@mexican.cygnus.com>
739
740 * config/tm-arc.h: Change arc register names.
741 end-sanitize-arc
742
743 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
744
745 Fix problems with infinite recursion when printing a class
746 that contains a static instance of the class.
747 * cp-valprint.c (dont_print_vb_obstack): Renamed from
748 dont_print_obstack, made static.
749 (dont_print_statmem_obstack): New obstack, controls printing
750 of static member classes.
751 (_initialize_cp_valprint): Initialize it.
752 (cp_print_static_field): New function, handles printing of
753 static members.
754 (cp_print_value_fields): New parameter dont_print_statmem to
755 handle recursive printing of static member classes, use
756 cp_print_static_field to handle printing of static members.
757 * c-valprint.c (cp_print_value_fields): Update prototype and
758 call to include additional dont_print_statmem parameter.
759 * c-valprint.c, f-valprint.c (dont_print_obstack): Remove unused
760 extern declaration.
761
762 * alpha-tdep.c, findvar.c, infptrace.c: Include <string.h>.
763
764 * config/alpha/tm-alpha.h (FRAME_FIND_SAVED_REGS): Call
765 alpha_find_saved_regs if fi->saved_regs is still NULL.
766
767 * elfread.c (elf_symtab_read): Ensure that the filename field
768 of a minsym is nonempty. Ignore solib trampoline symbols from
769 the main symbol table, they might have a bogus value.
770
771 * procfs.c (set_proc_siginfo), config/alpha/alpha-osf2.mh:
772 Fix typos in comments.
773
774 Thu Mar 9 17:19:47 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
775
776 * mdebugread.c (parse_symbol, psymtab_to_symtab_1): Initialize
777 pdr.framereg field of MIPS_EFI_SYMBOL_NAME symbol to -1. That way
778 we know whether the PDR ever got set.
779 * mips-tdep.c (find_proc_desc): If pdr.framereg field is -1, don't
780 use the PDR, just examine prologues instead.
781
782 Wed Mar 8 23:35:10 1995 Jeff Law (law@snake.cs.utah.edu)
783
784 * somsolib.c (som_solib_section_offsets): Get offset of text
785 section right.
786
787 Wed Mar 8 16:12:21 1995 Stu Grossman (grossman@cygnus.com)
788
789 start-sanitize-gdbtk
790 * gdbtk.c (gdb_get_breakpoint_info): Return error if breakpoint
791 type is not bp_breakpoint.
792 end-sanitize-gdbtk
793
794 * source.c (forward_search_command reverse_search_command): Set
795 convenience variable $_ to be the line # of the match.
796 * symtab.c (decode_line_1): Allow convenience variables to be
797 used in line specs (for breakpoints and such).
798
799 Wed Mar 8 12:51:00 1995 Stan Shebs <shebs@andros.cygnus.com>
800
801 * Makefile.in (VERSION): Bump to 4.14.1.
802 * NEWS, README: Update for 4.14.
803 * i386v-nat.c (i386_insert_aligned_watchpoint): Fix declaration.
804 (i386_insert_nonaligned_watchpoint): Call aligned instead of
805 generic watchpoint insertion.
806
807 Tue Mar 7 19:26:10 1995 Per Bothner <bothner@kalessin.cygnus.com>
808
809 * valops.c (value_slice): Do COERCE_VARYING_ARRAY.
810
811 Tue Mar 7 00:23:47 1995 Stu Grossman (grossman@cygnus.com)
812
813 * monitor.c, array-rom.c, monitor.h, rom68k-rom.c: Move target_ops
814 into monitor.c.
815 * monitor.c (monitor_create_inferior): Allow run command to start
816 program.
817
818 * monitor.c (monitor_load): Set PC to start address when done
819 loading.
820
821 * array-rom.c, monitor.h, rom68k-rom.c: Clean up target_ops.
822 Remove ref to monitor_create_inferior.
823
824 * monitor.c: More general cleanups. Add prototypes, remove
825 unused routines. Fix bug with wrong number of args to error().
826
827 * main.c (main): Don't start up GUI when running under gdb mode
828 in emacs.
829
830 * Makefile.in: Add rules for monitor.o and rom68k-rom.o to make
831 Sun make (with VPATH) work...
832
833 * monitor.c, monitor.h, rom68k-rom.c: Serious cleanup to make IDP
834 (rom68k) target work right.
835 * array-rom.c, op50-rom.c, w89k-rom.c: Partial updates to new
836 monitor.c interface. More work needs to be done here.
837 * config/m68k/tm-monitor.h: Change DECR_PC_AFTER_BREAK to 0 to
838 match the IDP monitor. Also, set NUM_REGS to 18 cuz there's no
839 floating-point for this card.
840
841 * serial.h, ser-go32.c, ser-go32-para.c, ser-mac.c, ser-tcp.c,
842 ser-unix.c: Add SERIAL_SETSTOPBITS to set the number of stopbits
843 (needed for IDP board?!?!?).
844
845 * defs.h, utils.c, remote-hms.c, remote-pa.c, remote.c: Fix defs
846 and usage of fputc_unfiltered and putchar_unfiltered. Eliminate
847 putc_unfiltered (it's superfluous).
848
849 * command.h, command.c, top.c: Add var_enum command type. It's
850 like var_string but allows only only one of the specified strings.
851
852 Mon Mar 6 15:03:59 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
853
854 * valops.c (value_cast): Don't use backslash newline--pre-ANSI
855 compilers (such as SunOS4 /bin/cc) don't generally support it
856 except in some contexts.
857
858 Fri Mar 3 17:42:48 1995 Per Bothner <bothner@kalessin.cygnus.com>
859
860 * valops.c (value_cast): Check for cast to array type *before*
861 we coerce array to pointer (in case arg2 is already array).
862
863 * valops.c (call_function_by_hand): Set using_gcc to 2 if using
864 gcc2. Needed for REG_STRUCT_HAS_ADDR to work on sparc.
865 Also check REG_STRUCT_HAS_ADDR for union, array and string types.
866
867 * valops.c (call_function_by_hand): Re-arrange code for pushing
868 paramaters on the stack so we can do better STACK_ALIGN.
869
870 * valops.c (call_function_by_hand): Call error if the number
871 of arguments is fewer than parameter types in function type.
872
873 Fri Mar 3 17:13:05 1995 Doug Evans <dje@canuck.cygnus.com>
874
875 * sparc-tdep.c (sparc_extract_struct_value_address): Move
876 sparc64 support to here.
877 (sparc64_extract_struct_value_address): Deleted.
878 (dump_ccreg): Add a prototype so long long arg -> int.
879 * sparc/tm-sp64.h (USE_STRUCT_CONVENTION): Define.
880 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
881
882 Fri Mar 3 15:12:12 1995 Jeff Law (law@snake.cs.utah.edu)
883
884 * hpread.c (hpread_record_lines): New argument "offset". All
885 callers changed. Use it to handle dynamic address relocation.
886 (hpread_build_psymtabs): Adjust texthigh as we read each function
887 debug symbol. Fix computation of texthigh.
888 (hpread_read_subrange_type): Work around macro bugs in HP's
889 compilers.
890 (hpread_process_one_debug_symbol): Correctly map source lines.
891
892 * somread.c (check_strange_names): Filter names emitted by the HP
893 compiler when generating PIC code.
894
895 * valops.c (value_struct_elt_for_reference): Work around macro
896 bugs in HP's compilers.
897 * c-exp.y (block): Likewise.
898
899 Fri Mar 3 12:27:28 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
900
901 * rs6000-tdep.c (push_dummy_frame): Fix order of arguments to
902 store_address.
903
904 * utils.c [_AIX]: Include stddef.h instead of #defining size_t.
905
906 Fri Mar 3 12:33:24 1995 Michael Meissner <meissner@tiktok.cygnus.com>
907
908 * rs6000-tdep.c (skip_prologue): Skip multiple stores of the saved
909 registers that GCC emits on the PowerPC by default in addition to
910 the store multiple instruction used on the Power series.
911
912 Fri Mar 3 00:54:58 1995 Doug Evans <dje@canuck.cygnus.com>
913
914 * sparc-tdep.c (decode_asi): New function.
915 (sparc_print_register_hook): Pretty print more v9 registers.
916 * sparc/tm-sp64.h (REGISTER_NAMES): Fix some typos.
917
918 Thu Mar 2 22:20:22 1995 Doug Evans <dje@canuck.cygnus.com>
919
920 * dwarfread.c (struct dieinfo): Use CORE_ADDR for at_{low,high}_pc.
921 (target_to_host): Change result type to CORE_ADDR.
922
923 Thu Mar 2 15:13:04 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
924
925 * rs6000-tdep.c: Fix byte-swapping sins.
926
927 Thu Mar 2 16:48:45 1995 Michael Meissner <meissner@cygnus.com>
928
929 * rs6000-tdep.c (branch_dest): Minor code cleanup, don't share
930 code between branch unconditional and branch conditional cases.
931
932 Wed Mar 1 09:41:26 1995 Doug Evans <dje@canuck.cygnus.com>
933
934 Various changes for sparc64.
935 * sparc-tdep.c (NUM_SPARC_FPREGS): Define.
936 (SPARC_INTREG_SIZE): Define.
937 (*): Use SPARC_INTREG_SIZE instead of REGISTER_RAW_SIZE (intreg)
938 where appropriate.
939 (enum branch_type): New value `done_retry'.
940 (isbranch): Renamed from isannulled. All callers changed.
941 Support new sparc64 branch insns.
942 (single_step): Handle done_retry.
943 (sparc_extract_struct_value_address): Don't assume 4 byte regs.
944 (get_saved_register): Likewise.
945 (sparc_push_dummy_frame): Likewise.
946 (sparc_frame_find_saved_regs): Likewise.
947 (sparc_pop_frame): Likewise. Don't refer to FPS_REGNUM, CPS_REGNUM,
948 or PS_REGNUM if not sparc64. sparc64 has 64 fp regs.
949 (sparc64_extract_struct_value_address): New function.
950 (dump_ccreg, sparc_print_register_hook): Likewise.
951 * sp64-tdep.c: Deleted.
952 * sparc/tm-sp64.h (GDB_TARGET_IS_SPARC64): Define.
953 (NUM_REGS): Reduce by 2, cle/tle are in the pstate reg.
954 (CC_HAS_LONG_LONG): Define.
955 (REGISTER_NAMES): Delete cle/tle and reorganize.
956 (PS_REGNUM, FPS_REGNUM, CPS_REGNUM): Delete, they're ifdef'd out of
957 sparc-tdep.c now.
958 (REGISTER_BYTES): Update.
959 (REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Delete.
960 (EXTRACT_RETURN_VALUE): Delete. Use definition in tm-sparc.h.
961 (NO_SINGLE_STEP): Likewise.
962 * sparc/tm-sparc.h (EXTRACT_VALUE_RETURN): Don't assume 4 byte regs.
963 * sparc/sp64.mt: Move simulator support ...
964 * sparc/sp64sim.mt: ... to here.
965
966 Wed Mar 1 13:14:42 1995 Kung Hsu <kung@mexican.cygnus.com>
967
968 * remote-vx960.c: new file for target specific register packaging.
969 * remote-vx68.c: ditto.
970 * config/i960/vxworks960.mt: add remote-vx960.o.
971 * config/m68k/vxworks68.mt: add remote-vx68.o.
972
973 Wed Mar 1 13:42:49 1995 Michael Meissner <meissner@tiktok.cygnus.com>
974
975 * remote.c (remote_wait): Make calls to strtol be type correct by
976 passing the address of a char * pointer instead of an unsigned
977 char *.
978
979 * rs6000-tdep.c (push_dummy_frame): Cast sp to char * when calling
980 write_memory to make things type correct.
981
982 Wed Mar 1 12:17:31 1995 Michael Meissner <meissner@cygnus.com>
983
984 * ch-exp.y, c-exp.y, f-exp.y, m2-exp.y (yy defines): Support the
985 standard Linux yacc by adding more names to be redefined with a
986 prefix.
987
988 Tue Feb 28 22:55:47 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
989
990 * hppa-tdep.c (pa_print_registers), monitor.c: Use
991 extract_unsigned_integer and friends, not SWAP_TARGET_AND_HOST.
992 * defs.h, findvar.c: Move SWAP_TARGET_AND_HOST back to findvar.c.
993 Rename it to SWAP_FLOATING to make it clear it is no longer for
994 integers.
995
996 Tue Feb 28 14:38:39 1995 Kung Hsu <kung@mexican.cygnus.com>
997
998 * defs.h (SWAP_TARGET_AND_HOST): check endianess at runtime not
999 compile time.
1000
1001 start-sanitize-arc
1002 * arc-tdep.c (_initialize_arc_tdep): set tm_print_insn according to
1003 processor.
1004 * remote-arc.c (arc_wait): when a processor stops, stop other two
1005 processors too.
1006 * remote-arc.c (switch_command): switch tm_print_insn.
1007 end-sanitize-arc
1008
1009 * vx-share/ptrace.h: merge in WRS new ptrace requests.
1010
1011 * defs.h: fix a syntax error.
1012
1013 * a29k-tdep.c (get_longjmp_target): add this function, from WRS.
1014 * remote-vx.c: move read_register and write_register out to
1015 target specific files.
1016 * remote-vx29k.c (get_fp_contnets): add this function, from WRS.
1017
1018 * defs.h: define SWAP_TARGET_AND_HOST macro.
1019 * findvar.c, monitor.c, hppa-tdep.c: remove definition of
1020 SWAP_TARGET_AND_HOST.
1021
1022 Tue Feb 28 08:31:40 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1023
1024 * alpha-tdep.c (find_proc_desc): Only attempt to set
1025 PROC_LOCALOFF (found_heuristic) if found_heuristic is non-NULL.
1026
1027 Mon Feb 27 11:56:32 1995 Stan Shebs <shebs@andros.cygnus.com>
1028
1029 * monitor.c: General gcc -Wall lint cleanup and reformat.
1030 (monitor_command): If no args, send an empty command.
1031
1032 Thu Feb 23 21:07:25 1995 Stu Grossman (grossman@cygnus.com)
1033
1034 * monitor.c (monitor_load_ascii_srec): Add a one second sleep
1035 after send LOAD_CMD to prevent loss of first S-record.
1036
1037 Tue Feb 21 20:48:42 1995 Per Bothner <bothner@kalessin.cygnus.com>
1038
1039 * valops.c (call_function_by_hand): Set using_gcc to 2 if gcc-2.
1040 Call error if too few arguments.
1041 If REG_STRUCT_HAS_ADDR (structs passed by invisible reference),
1042 copy and convert to reference *before* we calculate alignment.
1043 Also, make sure structs allocated for return values and invisible
1044 reference don't violate STACK_ALIGN.
1045
1046 Tue Feb 21 23:29:59 1995 Per Bothner <bothner@rtl.cygnus.com>
1047
1048 * ch-exp.y (expression_conversion): Recognize 'ARRAY () TYPE (EXPR)'
1049 (same as C's '(TYPE[])EXPR')
1050
1051 Tue Feb 21 11:47:26 1995 Stan Shebs <shebs@andros.cygnus.com>
1052
1053 * top.c (print_gdb_version): Update the year.
1054
1055 Sun Feb 19 14:31:57 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
1056
1057 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Look for newlib in
1058 `..' not in `../..'.
1059
1060 Sun Feb 19 11:05:28 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1061
1062 * procfs.c (unconditionally_kill_inferior): Don't issue a PIOCKILL
1063 in addition to a PIOCSSIG to kill the inferior.
1064
1065 Thu Feb 16 15:06:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
1066
1067 * parse.c (follow_types): Given (TYPE[]) (i.e. with no length),
1068 create a 0-length array type, and set BOUND_CANNOT_BE_DETERMINED.
1069 * valops.c (value_cast): If a cast like (TYPE[])VALUE (i.e. array
1070 of unknown length) use sizeof(VALUE)/sizeof(TYPE) as the length.
1071 * c-typeprint.c (c_type_print_varspec_suffix): If array length
1072 is 0, print it, but not if upper_bound is BOUND_CANNOT_BE_DETERMINED.
1073
1074 Thu Feb 16 16:06:50 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1075
1076 * dcache.c (insque, remque): Rewrite Linux support.
1077
1078 Wed Feb 15 12:33:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1079
1080 * config/powerpc/tm-ppc-eabi.h (TEXT_SEGMENT_BASE): Define as 1.
1081
1082 * dcache.c (insque, remque): If compiling in standard C on Linux,
1083 protect insque and remque with macros to cast the pointer
1084 arguments to the proper type.
1085
1086 Tue Feb 14 17:16:41 1995 Stu Grossman (grossman@cygnus.com)
1087
1088 * annotate.c, breakpoint.c, defs.h, top.c: Replace
1089 enable/disable_breakpoint_hook with modify_breakpoint_hook.
1090 start-sanitize-gdbtk
1091 * gdbtk.c: Ditto.
1092 * gdbtk.c: General cleanups, get rid of unused variables. Redo
1093 handling of stdout/stderr to just return output as the result of
1094 the tcl command that caused the output. Cleanup -Wall stuff.
1095 * (breakpoint_notify): Now returns just action and breakpoint
1096 number.
1097 * (gdb_get_breakpoint_list): New routine. Does the obvious.
1098 * (gdb_get_breakpoint_info): Mostly derived from the old
1099 breakpoint_notify, but returns lots more info.
1100 * (dsprintf_append_element): Helper routine, works like printf,
1101 but appends a tcl element onto the specified DString. Good for
1102 building up lists as return values.
1103 * (gdbtk_enable/disable_breakpoint): Go away. Replaced with
1104 gdbtk_modify_breakpoint.
1105 * (*many routines*): Use new result protocol.
1106 * (call_wrapper): Make sure that recursive calls don't trash results.
1107 * gdbtk.tcl: New windows, autocmd, and breakpoints.
1108 * (gdbtk_tcl_fputs): Don't use $current_output_win redirection
1109 anymore. It's not needed (in fact, this routine may not be needed
1110 anymore).
1111 * (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
1112 notification protocol.
1113 * (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
1114 catches.
1115 * (interactive_cmd): Use this wrapper around button invocations
1116 of many commands. This will catch errors and put the results into
1117 the command window. It also updates all the other windows.
1118 * Also, change reliefs of most things to sunken. This actually
1119 looks better.
1120 * (create_file_win): Fix margin binding to allow breakpoints to
1121 work again.
1122 * (create_asm_win): Use return value of gdb_disassemble instead
1123 of implicit I/O to the command window.
1124 * (create_command_window): Use new result protocol to get output
1125 from commands.
1126 end-sanitize-gdbtk
1127
1128 Tue Feb 14 16:58:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1129
1130 * expression.h: Move declaration of evaluate_subexp_with_coercion
1131 from here...
1132 * value.h: ...to here.
1133 * expression.h: Don't include value.h
1134
1135 Tue Feb 14 11:46:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1136
1137 * expression.h: Move include of value.h until after declaration of
1138 enum exp_opcode.
1139
1140 Sun Feb 12 13:47:30 1995 Stan Shebs <shebs@andros.cygnus.com>
1141
1142 * remote-e7000.c: Comprehensive cleanup; removal of dead code,
1143 simplify code, declare things, format to standards.
1144 (inferior.h, value.h, command.h, remote-utils.h): Include.
1145 (e7000_login): Rename to e7000_login_command.
1146 (e7000_ftp): Rename to e7000_ftp_command.
1147 (e7000_drain): Rename to e7000_drain_command.
1148
1149 * irix5-nat.c (string.h): Include near beginning of file.
1150
1151 Sun Feb 12 12:36:38 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1152
1153 * valops.c (value_arg_coerce): Use VALUE_TYPE not SYMBOL_TYPE on
1154 arg, it is a value not a symbol.
1155
1156 gcc -Wall lint:
1157 * eval.c: Move declaration of evaluate_subexp_with_coercion from here..
1158 * expression.h: ..to here.
1159 * expression.h: Include value.h.
1160 * ch-lang.c (evaluate_subexp_chill): Add default case in switch.
1161
1162 Sun Feb 12 11:03:47 1995 Per Bothner <bothner@kalessin.cygnus.com>
1163
1164 * language.h (struct language_defn): New field evaluate_exp.
1165 * c-lang.c (c_language_defn, cplus_language_defn, asm_langauge_defn),
1166 f-lang.c (f_language_defn), language.c (unknown_language_defn,
1167 auto_language_defn, local_language_defn), m2-lang.c (m2_language_defn):
1168 Set evaluate_exp to evaluate_subexp_standard.
1169 * ch-lang.c (evaluate_subexp_chill): New function. Chill-specific
1170 support for MULTI_SUBSCRIPT.
1171 (chill_language_defn): Set evaluate_exp to evaluate_subexp_chill.
1172 * eval.c (enum noside): Move from here ....
1173 * expression.h (enum noside): ... to here.
1174 (evaluate_subexp_standard): New prototype.
1175 * eval.c (evaluate_subexp): Renamed to evaluate_subexp_standard.
1176 Removed lo-longer-needed test for chill_varying_type.
1177 (evaluate_subexp): New. Calls exp->language_defn->evaluate_exp.
1178
1179 * ch-exp.y (maybe_expression_list): New non-terminal.
1180 (primitive_value): Allow empty parameter list.
1181
1182 Sun Feb 12 10:02:16 1995 Per Bothner <bothner@cygnus.com>
1183
1184 * buildsym.c (finish_block): If finishing a function without known
1185 parameter type info, set that from parameter symbols.
1186 * c-typeprint.c (c_type_print_varspec_suffix): For TYPE_CODE_FUNC,
1187 print parameter types, if available.
1188 * ch-typeprint.c (chill_type_print_base): Likewise.
1189
1190 * gdbtypes.h (struct type): Remove function type field.
1191 (TYPE_FUNCTION_TYPE): Remove macro. We can't as simply re-use
1192 function types now that we're also storing parameter types.
1193 And the payoff is much less.
1194 * gdbtypes.c (make_function_type): Don't use/set TYPE_FUNCTION_TYPE.
1195 (recursive_dump_type): Don't print TYPE_FUNCTION_TYPE.
1196 * dwarfread.c (read_subroutine_type): Don't set TYPE_FUNCTION_TYPE.
1197
1198 * valops.c (value_arg_coerce): Now takes param_type argument.
1199 (call_function_by_hand): Convert arguments with value_arg_coerce
1200 early, and overwrite original args with converted args.
1201 No longer need multiple calls to value_arg_coerce.
1202 (value_arg_push): Removed.
1203 * hppa-tdep.c (hppa_push_arguments): No longer call value_arg_coerce.
1204 * mips-tdep.c (mips_push_arguments): Likewise.
1205 * alpha-tdep.c (alpha_push_arguments): Likewise.
1206 * rs6000-tdep.c (push_arguments, ran_out_of_registers_for_arguments):
1207 Likewise.
1208 * value.h (value_arg_coerce): Remove declaration. (It's now static.)
1209
1210 * valops.c (value_cast): Do COERCE_VARYING_ARRAY after COERCE_REF.
1211
1212 * symtab.c (add_param_to_type): Remove (commented-out) function,
1213 since that functionality has been re-written.
1214 * coffread.c: Remove commented-out add_param_to_type support.
1215 * mdebugread.c (parse_symbol): Likewise.
1216 * stabsread.c (define_symbol): Likewise.
1217
1218 Sun Feb 12 09:03:47 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1219
1220 * buildsym.c (start_subfile): Set language for f2c like for cfront.
1221
1222 Thu Feb 9 20:20:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
1223
1224 * op50n-rom.c: Add the control registers.
1225
1226 Thu Feb 9 15:46:39 1995 Stan Shebs <shebs@andros.cygnus.com>
1227
1228 * Makefile.in (CLIBS): Add $(LIBIBERTY) before, in addition to
1229 after, any host/target/native libraries.
1230 * dcache.c (insque, remque): Remove declarations.
1231 * gdbtypes.h (type_code): Remove trailing comma.
1232
1233 From Peter Schauer:
1234 * xcoffread.c (read_xcoff_symtab) [C_HIDEXT]: Move #ifdef
1235 STATIC_NODEBUG_VARS inside case.
1236
1237 Thu Feb 9 07:43:41 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
1238
1239 * config/sparc/tm-sun4sol2.h: Define STATIC_TRANSFORM_NAME.
1240 * partial-stab.h: Call it.
1241 * stabsread.c (define_symbol) [STATIC_TRANSFORM_NAME]: Call
1242 STATIC_TRANSFORM_NAME to get the name and use minimal symbols to
1243 get the address.
1244 * sparc-tdep.c (solaris_static_transform_name): New function.
1245
1246 Thu Feb 9 12:09:09 1995 Jeff Law (law@snake.cs.utah.edu)
1247
1248 * somread.c (som_symtab_read): Handle dynamic relocation for both
1249 text and data symbols.
1250 (som_symfile_offsets): If objfile is a shared library, then get
1251 text and data offsets from the shared library structures.
1252 * somsolib.c (som_solib_add): Copy the bfd pointer from the
1253 objfile rather than reopening the file again.
1254 (som_solib_section_offsets): New function.
1255 * somsolib.h (som_solib_section_offsets): Declare.
1256
1257 Wed Feb 8 20:32:18 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
1258
1259 * config/sparc/tm-sun4sol2.h, dbxread.c: Rename
1260 N_SO_ADDRESS_MAYBE_MISSING to SOFUN_ADDRESS_MAYBE_MISSING.
1261 * symtab.h (minimal_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]: Add
1262 filename field.
1263 * elfread.c (record_minimal_symbol_and_info),
1264 minsyms.c, symtab.h (prim_record_minimal_symbol_and_info): Return
1265 newly created symbol.
1266 * elfread.c (elf_symtab_read) [SOFUN_ADDRESS_MAYBE_MISSING]:
1267 Set filename field of minimal symbol.
1268 * symmisc.c (dump_msymbols) [SOFUN_ADDRESS_MAYBE_MISSING]:
1269 Print filename field.
1270 * minsyms.c, symtab.h (lookup_minimal_symbol): New arg sfile.
1271 * symm-tdep.c, somsolib.c, hppa-tdep.c, c-exp.y, f-exp.y,
1272 m2-exp.y, nindy-tdep.c, m3-nat.c, irix5-nat.c, hpread.c,
1273 os9kread.c, breakpoint.c, alpha-tdep.c, valops.c, symtab.c,
1274 printcmd.c, dbxread.c: Change callers to pass NULL for sfile.
1275 * dbxread.c (process_one_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]:
1276 Find address of function from minimal symbols.
1277 * partial-stab.h, case 'f', 'F': Call find_stab_function_addr
1278 instead of getting pst->textlow from the stab.
1279 * minsyms.c (find_stab_function_addr): New function.
1280
1281 Wed Feb 8 19:19:56 1995 Rob Savoye <rob@darkstar.cygnus.com>
1282
1283 * monitor.c: Fix so all the output shows up in the GUI command
1284 window.
1285
1286 Mon Feb 6 18:50:59 1995 Stan Shebs <shebs@andros.cygnus.com>
1287
1288 * i386-tdep.c (_initialize_i386_tdep): Put void decl on separate
1289 line, so init.c generation works correctly.
1290 start-sanitize-arc
1291 * arc-tdep.c (_initialize_arc_tdep): Ditto.
1292 end-sanitize-arc
1293
1294 Mon Feb 6 14:44:36 1995 Rob Savoye <rob@darkstar.cygnus.com>
1295
1296 * config/mips/idt.mt: Add support for the lsi33k target.
1297 * config/sparc/sun4sol2.mh: Add support for ser-tcp.
1298 * array-rom.c: Finish the rest of the support commands needed by
1299 GDB.
1300 * mips-tdep.c: Add LSI33k register names and processor type.
1301
1302 start-sanitize-gdbtk
1303 Sun Feb 5 20:32:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1304
1305 * gdbtk.c (gdb_disassemble): Deference pointer to function before
1306 calling it (pre-ANSI compilers generally require this).
1307
1308 end-sanitize-gdbtk
1309 Sat Feb 4 13:29:52 1995 Stan Shebs <shebs@andros.cygnus.com>
1310
1311 * config/m68k/est.mt (TDEPFILES): Remove m68k-pinsn.o.
1312
1313 Fri Feb 3 16:47:31 1995 Kung Hsu <kung@mexican.cygnus.com>
1314
1315 * ser-go32-para.c (dos_read): fix syntax errors.
1316
1317 Fri Feb 3 11:19:20 1995 Stu Grossman (grossman@cygnus.com)
1318
1319 * core.c (dis_asm_read_memory), defs.h, top.c: Get rid of
1320 dis_asm_read_memory_hook. We can now call the disassemblers
1321 directly and have no need for this hook anymore.
1322 start-sanitize-gdbtk
1323 * gdbtk.c (gdb_disassemble): Ditto.
1324 end-sanitize-gdbtk
1325 * defs.h, printcmd.c: Make print_insn be static.
1326
1327 * ser-go32.c (dos_comisr): Make this 8 bit clean.
1328 * (dos_open dos_close): Allow multiple opens to the same device.
1329 Use a ref count to prevent unwanted deallocations.
1330 * sparcl-tdep.c: Put #ifdefs around all socket stuff to make GO32
1331 happy.
1332 * (sparclite_ops): Switch to download_stratum.
1333 * target.h (enum strata): Move download_stratum before
1334 process_stratum so that executable targets get pushed on top of
1335 download targets.
1336
1337 Thu Feb 2 19:02:45 1995 Rob Savoye <rob@darkstar.cygnus.com>
1338
1339 * array-rom.c: Remove the non GDB remote protocol config stuff.
1340
1341 * monitor.c: All reading/writing functions for memory and
1342 registers work.
1343
1344 Thu Feb 2 16:11:04 1995 Kung Hsu <kung@mexican.cygnus.com>
1345
1346 start-sanitize-arc
1347 * config/arc/arc.mt: new target makefile for arc processor.
1348 * config/arc/tm-arc.h: new target header for arc processor.
1349 * config/arc/go32.mh: new go32 host makefile for arc processor.
1350 * config/arc/xm-go32.h: new go32 host header for arc processor.
1351 * arc-tdep.c: new target dependent codes for arc processor.
1352 * remote-arc.c: new file for arc-specific protocol through
1353 parallel line.
1354 end-sanitize-arc
1355 * ser-go32-para.c: new file for go32 parallel port communication.
1356
1357 Thu Feb 2 13:58:40 1995 Stan Shebs <shebs@andros.cygnus.com>
1358
1359 * Makefile.in (VERSION): Bump to 4.13.2.
1360
1361 Thu Feb 2 07:27:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1362
1363 Fix compiler warnings:
1364 * remote-e7000.c (printf_e7000debug): Rename to puts_e7000debug
1365 and have the caller do the sprintf. Saves us from varargs hell.
1366 (normal): Define before use.
1367 * remote-e7000.c: Reindent a few things.
1368
1369 Wed Feb 1 21:16:42 1995 Per Bothner <bothner@kalessin.cygnus.com>
1370
1371 * f-typeprint.c (f_type_print_varspec_suffix): Print array index
1372 ranges in reverse order.
1373 * f-valprint.c (f77_create_arrayprint_offset_tbl): Fix calculation.
1374
1375 * eval.c (evaluate_subscript): Don't call value_subscript, since
1376 it adjusts for lower bound and enforces ranges.
1377
1378 * expression.h (exp_code): Remove MULTI_F77_SUBSCRIPT, OP_F77_SUBSTR.
1379 * eval.c, parse.c: Removed uses of removed opcodes.
1380 * eval.c (evaluate_subexp): Clean up handling of
1381 OP_UNDETERMINED_ARGLIST (no backtracking, more general).
1382
1383 * f-valprint.c (f_val_print): Print TYPE_CODE_STRING using
1384 LA_PRINT_STRING, and not val_print_string (which reads from inferior).
1385
1386 * ch-lang.c (chill_is_varying_struct), ch-lang.h: Remve function
1387 duplicate function made redundant by chill_varying_type.
1388
1389 Re-write of f77 string and complex number support:
1390
1391 * language.h (struct language_defn): New fields string_lower_bound
1392 and string_char_type.
1393 * c-lang.c (c_language_defn, cplus_language_defn, asm_language_defn),
1394 language.c (unknown_language_defn, auto_language_defn,
1395 local_language_defn), m2-lang.c (m2_language_defn), f-lang.c
1396 (f_language_defn), ch-lang.c (chill_language_defn): Set new fields.
1397 * gdbtypes.c (create_string_type): Use new string_char_type field.
1398 * valops.c (value_string): Use new string_lower_bound field.
1399
1400 * defs.h (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT): Removed.
1401 * f-lang.c (f_create_fundamental_type, _initialize_f_language),
1402 m2-lang.c (m2_create_fundamental_type),
1403 gdbtypes.c (_initialize_gdbtypes): Set TYPE_TARGET_TYPE of complex
1404 types. Set their TYPE_CODEs to TYPE_CODE_COMPLEX.
1405 * mdebugread.c (mdebug_type_complex, mdebug_type_double_complex):
1406 Removed. Use builtin_type_complex and builtin_type_double_complex.
1407
1408 * gdbtypes.h (enum type_code): Removed TYPE_CODE_LITERAL_STRING
1409 and TYPE_CODE_LITERAL_COMPLEX.
1410 * c-typeprint.c, f-typeprint.c, f-valprint.c, eval.c: Removed uses of
1411 TYPE_CODE_LITERAL_STRING and TYPE_CODE_LITERAL_COMPLEX.
1412 * gdbtypes.c, gdbtypes.h (f77_create_literal_complex_type,
1413 f77_create_literal_string_type): Removed.
1414 * value.h (VALUE_LITERAL_DATA, VALUE_SUBSTRING_MEMADDR,
1415 VALUE_SUBSTRING_MYADDR): Removed.
1416
1417 * expression.h (enum exp_opcode): Rename OP_F77_LITERAL_COMPLEX to
1418 OP_COMPLEX.
1419 * parse.c: Update accordingly.
1420
1421 * f-valprint.c (f77_print_cmplx): Removed.
1422 (f_val_print case TYPE_CODE_COMPLEX): Re-write to use print_floating.
1423
1424 * f-exp.y (STRING_LITERAL): Use OP_STRING instead of OP_ARRAY.
1425 * eval.c (evaluate_subexp): For case OP_ARRAY, don't call
1426 f77_value_literal_string.
1427 * valops.c, value.h (f77_value_literal_string, f77_value_substring,
1428 f77_assign_from_literal_string, f77_assign_from_literal_complex):
1429 Removed.
1430 (value_assign): No longer need to handle literal types.
1431 * valops.c (f77_value_literal_complex), value.h: Re-written and
1432 renamed to value_literal_complex. Last arg is now a (complex) type.
1433 * valops.c (f77_cast_into_complex): Re-written and renamed to
1434 cast_into_complex.
1435 * eval.c (evaluate_subexp): Update accordingly.
1436
1437 * ch-valprint.c (chill_val_print): On TYPE_CODE_STRING, don't
1438 print address for non-'s'-formats.
1439 * ch-typeprint.c, ch-valprint.c: Use chill_varying_type instead
1440 of chill_is_varying_struct.
1441
1442 Wed Feb 1 13:27:33 1995 Stan Shebs <shebs@andros.cygnus.com>
1443
1444 gcc -Wall lint.
1445 * alpha-tdep.c (alpha_in_lenient_prologue): Comment out.
1446 (after_prologue): Remove unused local b.
1447 * procfs.c (thread.h): Include.
1448 (pr_flag_table, pr_why_table, faults_table, siginfo_table): Use
1449 nested braces in initializer.
1450 * top.c (initialize_targets, initialize_utils): Declare.
1451 (locate_arg, insert_args): Add parens around tested assignments.
1452 * remote-utils.c (sr_scan_args): Remove decl of strtol.
1453 * remote.c (thread.h): Include.
1454 (remote_wait): Remove unused local p2.
1455 * sparc-tdep.c (fill_gregset, fill_fpregset): Remove decls of
1456 registers array.
1457
1458 defs.h (stdlib.h): Include.
1459 (exit, perror, atoi, qsort, memcpy, memcmp): Don't declare.
1460 (fclose, atof, malloc, realloc, free, strchr, strrchr, strstr,
1461 strtok, strerror): Don't specify parameter types in declaration.
1462
1463 Wed Feb 1 12:23:57 1995 Per Bothner <bothner@kalessin.cygnus.com>
1464
1465 * ch-exp.y (value_string_element, string_primitive_value,
1466 start_element, left_element, right_element, slice_size,
1467 lower_element, upper_element, first_element): Removed.
1468 (value_string_slice, value_array_slice): Replaced by ...
1469 (slice): New non-terminal, with working slice support.
1470 (primitive_value_lparen, rparen): New non-terminals.
1471 (maybe_tuple_elements): New non-terminal, to allow empty tuples.
1472 (idtokentab): Added "up".
1473
1474 * value.h (COERCE_VARYING_ARRAY): New macro.
1475 * valarith.c (value_subscript): Use it.
1476 * valops.c (value_cast): Likewise. Also, do nothing if already
1477 correct type, and allow converting from/to range to/from scalar.
1478
1479 * valops.c, value.h (varying_to_slice, value_slice): New functions.
1480 * eval.c (OP_ARRAY): Add cast for array element.
1481 * expression.h (TERNOP_SLICE, TERNOP_SLICE_COUNT): New exp_opcodes.
1482 * valops.c (chill_varying_type): Moved function frp, here ...
1483 * gdbtypes.c (chill_varying_type), gdbtypes.h: ... to here.
1484 * parse.c (length_of_subexp, prefixify_subexp): Add support
1485 for TERNOP_SLICE, TERNOP_SLICE_COUNT.
1486 * expprint.c (print_subexp, dump_expression): Likewise.
1487 * eval.c (evaluate_subexp): Likewise.
1488
1489 * eval.c (evaluate_subexp case MULTI_SUBSCRIPT): Don't call
1490 value_x_binop on a Chill varying string.
1491
1492 Tue Jan 31 13:51:53 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1493
1494 * config/m68k/monitor.mt,
1495 config/pa/{hppabsd.mt,hppahpux.mt,hppaosf.mt,hppapro.mt}: Put
1496 depfiles in TDEPFILES not REMOTE_O.
1497
1498 Tue Jan 31 11:14:44 1995 Steve Chamberlain <sac@splat>
1499
1500 From nigel@algor.co.uk.
1501 * ser-go32.c (dos_close): Don't crash if scb null.
1502 (dos_sendbreak): New function.
1503 (dos_ops): Point to dos_sendbreak.
1504 (dos_info): Calculate COM number correctly.
1505
1506 Tue Jan 31 09:40:11 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1507
1508 * xcoffread.c (process_xcoff_symbol): Use new variables
1509 func_symbol_type and var_symbol_type as type of functions and
1510 variables which don't have any stabs associated with them.
1511 Reindent most of function.
1512 (_initialize_xcoffread): Initialize *_symbol_type.
1513
1514 * xcoffread.c (read_xcoff_symtab): Reindent most of function.
1515 Put C_HIDEXT symbols in the minimal symbols, rather than ignoring
1516 them (this part commented out as I didn't quite get it to work).
1517 (cs_to_section, find_targ_sec): New functions, to support above code.
1518 * xcoffread.c (RECORD_MINIMAL_SYMBOL): Only skip '.' if it is
1519 actually present.
1520
1521 Mon Jan 30 17:34:24 1995 Stu Grossman (grossman@cygnus.com)
1522 start-sanitize-gdbtk
1523 * gdbtk.tcl (create_file_win): Disable old popup menu for source
1524 window.
1525 end-sanitize-gdbtk
1526 * sparcl-tdep.c: Add `sparclite' target for doing serial and udp
1527 downloads to SPARClite demo boards.
1528
1529 Sun Jan 29 09:43:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1530
1531 * remote.c, remote-pa.c: Remove #if 0'd icache code. It has had
1532 no hope of working as is for a long time (in particular, shebs' 27
1533 Jan 95 change confuses the issue further--target_read_memory and
1534 xfer_core_file do *not* do the same thing in this context).
1535 Revise comment.
1536
1537 Sat Jan 28 13:40:46 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1538
1539 * elfread.c (elf_symtab_read): Do not test BSF_GLOBAL for
1540 procedure linkage table symbols, it is no longer set due to the
1541 Jan 6 BFD change in bfd/elfcode.h.
1542
1543 Fri Jan 27 17:08:06 1995 Stan Shebs <shebs@andros.cygnus.com>
1544
1545 * top.c (use_windows): Clarify comments.
1546
1547 * convex-tdep.c (xfer_core_file): Comment out.
1548 * config/convex/tm-convex.h (XFER_CORE_FILE): Remove.
1549 * remote.c, remote-pa.c (remote_fetch_word): Change xfer_core_file
1550 references to target_read_memory.
1551 * gdbcore.h (xfer_core_file, core_open, core_detach): Remove
1552 declarations.
1553 * corelow.c (core_open, core_detach): Make static.
1554
1555 * arm-tdep.c: Make it compile.
1556 (exec_file_command, xfer_core_file): Comment out.
1557 (arm_print_insn): Remove, now in libopcodes.
1558 (skip_prologue): Comment out most of body.
1559 (arm_frame_find_saved_regs): Move here from tm-arm.h.
1560 (_initialize_arm_tdep): Set tm_print_insn.
1561 * config/arm/tm-arm.h: Remove old refs to first_object_file_end.
1562 (XFER_CORE_FILE): Remove.
1563 (FRAME_FIND_SAVED_REGS): Call arm_frame_find_saved_regs.
1564
1565 Fri Jan 27 08:48:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1566
1567 * Makefile.in (CHILL_LIB): Define as in testsuite/Makefile.in.
1568
1569 Thu Jan 26 18:24:41 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
1570
1571 * symtab.c (find_pc_line): When subtracting one to get a line
1572 number, make sure not to end up with zero.
1573
1574 * remote-vx.c: Revert all of Kung's changes of 16 Jan. The
1575 problems with those changes were (a) the file didn't compile, (b)
1576 they changed memset to bzero--memset is correct, (c) they took out
1577 code to deal with boards lacking floating point, (d) who knows
1578 what I didn't discover in a quick read.
1579
1580 Thu Jan 26 17:32:54 1995 Stu Grossman (grossman@cygnus.com)
1581
1582 * sparcl-tdep.c: Clean up formatting and indentation.
1583
1584 Thu Jan 26 10:49:59 1995 Steve Chamberlain <sac@splat>
1585
1586 * remote-hms.c (hms_ops): Change ref of hr_load_image
1587 to gr_load_image.
1588 (dcache_flush, dcache_hit, dcache_value, dcache_fetch,
1589 dcache_poke, dcache_init): Deleted.
1590 (hms_open, hms_resume, hms_fetch_word, hms_store_word):
1591 Use dcache routines provided by remote-util.h
1592
1593 Thu Jan 26 12:08:31 1995 Michael Meissner <meissner@cygnus.com>
1594
1595 * configure.in: Add support for powerpc-*-eabi.
1596
1597 * powerpc/tm-ppc-eabi.h, powerpc/pcc-eabi.mt: New files for
1598 PowerPC support.
1599
1600 Wed Jan 25 18:13:14 1995 Per Bothner <bothner@kalessin.cygnus.com>
1601
1602 * language.h (struct language_defn): New field c_style_arrays.
1603 * language.c (unknown_language_defn, auto_language_defn,
1604 local_language_defn), c-lang.c (c_language_defn, cplus_language_defn,
1605 asm_language_defn): Set c_style_arrays to true.
1606 * m2-lang.c (m2_language_defn), ch-lang.c (chill_language_defn),
1607 f-lang.c (f_language_defn): Set c_style_arrays to false.
1608 * valops.c (value_string): If c_style_array is not set,
1609 allocate string in gdb (not inferior) using allocate_value.
1610
1611 * value.h (COERCE_ARRAY), valops.c (value_addr, value_arg_coerce):
1612 Only call value_coerce_array if current_language->c_style_arrays.
1613 * values.c: Add #include "language.h". (Needed for COERCE_ARRAY.)
1614
1615 * valops.c (chill_varying_type): New predicate.
1616 * valops.c (value_cast): Support assigning a fixed string or array
1617 to a variable string/array structure.
1618
1619 * valarith.c (value_subscripted_rvalue): Extra parameter lowerbound.
1620 Check index>=lowerbound, and then add lowerbound to index here,
1621 instead of in caller. Generalize to arbitrary lval_types.
1622 (value_subscript): Use enhanced value_subscripted_rvalue if
1623 c_style_arrays is false (and index is in range).
1624
1625 start-sanitize-gdbtk
1626 Wed Jan 25 18:23:46 1995 Stu Grossman (grossman@cygnus.com)
1627
1628 * gdbtk.c (gdbtk_init): Prevent segfault when gdbtk.tcl can't be
1629 found.
1630 * gdbtk.tcl: Initialize expr_update_list() to prevent errors when
1631 popping up expression window for the first time.
1632 end-sanitize-gdbtk
1633
1634 Wed Jan 25 18:13:14 1995 Per Bothner <bothner@kalessin.cygnus.com>
1635
1636 * eval.c (evaluate_subexp case OP_ARRAY): Fix calls to memset:
1637 TYPE_LENGTH is length in bytes, not bits.
1638
1639 Wed Jan 25 08:19:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1640
1641 * infrun.c (proceed): Flush stdout before resuming inferior.
1642 * infcmd.c (step_1), annotate.c (annotate_starting):
1643 Don't bother to flush here.
1644
1645 Wed Jan 25 01:11:21 1995 Jeff Law (law@snake.cs.utah.edu)
1646
1647 * hpread.c (hpread_process_one_debug_symbol): Fix lines garbled
1648 by an ill-advised global search and replace.
1649
1650 Tue Jan 24 12:10:28 1995 Stu Grossman (grossman@cygnus.com)
1651
1652 * gdbtk.tcl (create_registers_window): Work around a radiobutton
1653 widget bug to make Options|Natural button work.
1654
1655 * gdbtk.c (gdb_disassemble): Fix problem with source+assembly and
1656 g++ caused by out-of-order pc's.
1657 * gdbtk.tcl (files_command): Remove duplicate file names. Also,
1658 add scrollbar.
1659
1660 Mon Jan 23 17:21:09 1995 Stu Grossman (grossman@cygnus.com)
1661
1662 * gdbtk.tcl: Take .gdbtkinit if it exists. Makes gdbtk match the
1663 doc!
1664
1665 Mon Jan 23 13:11:46 1995 Per Bothner <bothner@kalessin.cygnus.com>
1666
1667 Add support for Chill bitstring literals (e.h. H'FF00').
1668 * ch-exp.y (match_bitstring_literal): Fix for proper endianness.
1669 * expprint.c (print_subexp): Don't call error on OP_BITSTRING,
1670 just print B'<unimlemented>'.
1671 * gdbtypes.c (create_set_type): Fix bug in length calculation.
1672 * valops.c, value.h (value_bitstring): New function.
1673 * eval.c (evaluate_subexp): Implement support for OP_BITSTRING.
1674
1675 * ch-typeprint.c (chill_type_print_base): For TYPE_CODE_FUNC,
1676 check that return type is non-void, and print in proper Chill syntax.
1677
1678 Mon Jan 23 12:20:34 1995 Rob Savoye <rob@darkstar.cygnus.com>
1679
1680 * Makefile.in: Remove references to remote-mon.c.
1681 * remote-mon.c: remove. Replaced by rom68k-rom.c.
1682 * rom68k-rom.c: Support for Rom68k monitor.
1683
1684 Mon Jan 23 10:50:57 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1685
1686 * Makefile.in (CHILL_FOR_TARGET): Update -L argument to point to
1687 gcc/ch/runtime not chillrt, since that is where the chill runtime
1688 lives now.
1689
1690 Mon Jan 23 00:06:57 1995 Steve Chamberlain <sac@splat>
1691
1692 * remote-hms.c (hms_load): Delete.
1693 (target_ops): Use hr_load_image.
1694
1695 * remote-e7000.c, remote-z8k.c, remote-nindy.c (target_ops):
1696 Define memory_insert/remove_breakpoint.
1697 * xm-go32.h: Remove redundant SIGs.
1698
1699 Thu Jan 19 20:26:58 1995 Steve Chamberlain <sac@splat>
1700
1701 * ser-go32.c: Rewritten by nigel@algor.co.uk.
1702
1703 Fri Jan 20 15:23:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
1704
1705 * expression.h (OP_LABELED): New operator, for Chill
1706 labeled structre tuples.
1707 * ch-exp.y (tuple_element, named_record_element, tuple_elements):
1708 New non-terminals, to handle labeled structure tuples.
1709 (tuple): Re-define using tuple_elements.
1710 * eval.c (evaluate_labeled_field_init): New function, to handle
1711 initialization of structure fields, possibly using OP_LABELED.
1712 (evaluate_subexp): Use it.
1713 * expprint.c (print_subexp case): For OP_ARRAY, use Chill syntax
1714 for Chill. Handled OP_LABELED.
1715 * parse.c (length_of_subexp, prefixify_subexp): Handle OP_LABELED.
1716
1717 * eval.c (evaluate_subexp): Handle Chill Powerset tuples.
1718 * valarith.c (value_bit_index): Just treat bitstring as represented
1719 by an array of bytes. Alignment is handled by compiler.
1720
1721 Wed Jan 18 19:00:29 1995 Stan Shebs <shebs@andros.cygnus.com>
1722
1723 * h8300-tdep.c (gdb_print_insn_h8300): Fix typo (&info -> info).
1724 * sh-tdep.c (gdb_print_insn_sh): Ditto.
1725
1726 Wed Jan 18 11:25:43 1995 Kung Hsu <kung@mexican.cygnus.com>
1727
1728 * remote-os9k.c (rombug_open): Fix a bug in exception handling
1729 command.
1730 * remote-os9k.c (rombug_write_inferior_memory): reset buffer after
1731 write.
1732
1733 Tue Jan 17 09:48:38 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
1734
1735 * parse.c (_initialize_parse): Improve wording of names of
1736 msym_*_symbol_type.
1737
1738 Tue Jan 17 14:00:58 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
1739
1740 * config/mips/tm-mips.h (enum mips_fpu_type): New enum.
1741 (mips_fpu): Change type to enum mips_fpu_type.
1742 (FIX_CALL_DUMMY): Handle mips_fpu == MIPS_FPU_SINGLE.
1743 * mips-tdep.c (mips_fpu): Change type to enum mips_fpu_type.
1744 Don't initialize.
1745 (mips_fpu_string): New static variable.
1746 (mips_push_dummy_frame): Handle mips_fpu == MIPS_FPU_SINGLE.
1747 (mips_pop_frame): Likewise.
1748 (mips_extract_return_value): Likewise.
1749 (mips_store_return_value): Likewise.
1750 (mips_set_fpu_command): New static function.
1751 (mips_show_fpu_command): New static function.
1752 (_initialize_mips_tdep): Change handling of set/show mipsfpu.
1753
1754 Tue Jan 17 09:48:38 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
1755
1756 * a29k-tdep.c (gdb_print_insn_a29k): Fix typo (&info -> info).
1757
1758 * parse.c (write_exp_msymbol): Use new variables
1759 msym_*_symbol_type as type of msymbol expression.
1760 (_initialize_parse): Initialize them.
1761
1762 Mon Jan 16 18:11:03 1995 Stan Shebs <shebs@andros.cygnus.com>
1763
1764 General cleanup and simplication of disassembler interface.
1765 * a29k-pinsn.c, arm-pinsn.c, convex-pinsn.c, gould-pinsn.c,
1766 hppa-pinsn.c, i386-pinsn.c, i960-pinsn.c, m68k-pinsn.c,
1767 m88k-pinsn.c, mips-pinsn.c, ns32k-pinsn.c, pyr-pinsn.c,
1768 rs6000-pinsn.c, sparc-pinsn.c, tahoe-pinsn.c, vax-pinsn.c: Remove.
1769 * gould-tdep.c, ns32k-tdep.c, tahoe-tdep.c, vax-tdep.c: New files,
1770 had been -pinsn.c files.
1771 * Makefile.in (ALLDEPFILES): Remove removed files.
1772 (a29k-pinsn.o, arm-pinsn.o, convex-pinsn.o, gould-pinsn.o,
1773 hppa-pinsn.o, i386-pinsn.o, i960-pinsn.o, m68k-pinsn.o,
1774 m88k-pinsn.o, mips-pinsn.o, ns32k-pinsn.o, pyr-pinsn.o,
1775 rs6000-pinsn.o, sparc-pinsn.o, tahoe-pinsn.o, vax-pinsn.o):
1776 Remove compile actions.
1777 * arm-tdep.o, gould-tdep.o, ns32k-tdep.o, tahoe-tdep.o,
1778 vax-tdep.o: Add compile actions.
1779 * defs.h (tm_print_insn): New global.
1780 * a29k-tdep.c (gdb_print_insn_a29k): New function.
1781 (_initialize_a29k_tdep): Rename from _initialize_29k,
1782 set tm_print_insn.
1783 * alpha-tdep.c (print_insn): Remove.
1784 (_initialize_alpha_tdep): Set tm_print_insn.
1785 * arm-tdep.c (arm_print_insn): New function, was print_insn
1786 in arm-pinsn.c.
1787 * convex-tdep.c (convex_print_insn): New function, was print_insn
1788 in convex-pinsn.c.
1789 * h8300-tdep.c (print_insn): Remove.
1790 (gdb_print_insn_h8300): New function.
1791 (_initialize_h8300_tdep): New function.
1792 * h8500-tdep.c (print_insn): Remove.
1793 (_initialize_h8500_tdep): New function.
1794 * hppa-tdep.c (_initialize_hppa_tdep): Set tm_print_insn.
1795 * i386-tdep.c (_initialize_i386_tdep): New function.
1796 * i960-tdep.c (mem, next_insn): New functions, were in
1797 i960-pinsn.c.
1798 (_initialize_i960_tdep): Set tm_print_insn.
1799 * m68k-tdep.c (_initialize_m68k_tdep): New function.
1800 * m88k-tdep.c (_initialize_m88k_tdep): New function.
1801 * mips-tdep.c (gdb_print_insn_mips): New function.
1802 (_initialize_mips_tdep): Set tm_print_insn.
1803 * pyr-tdep.c (pyr_print_insn): New function, was print_insn
1804 in pyr-pinsn.c.
1805 * rs6000-tdep.c (_initialize_rs6000_tdep): New function.
1806 * sh-tdep.c (print_insn): Remove.
1807 (gdb_print_insn_sh): New function.
1808 (_initialize_sh_tdep): Set tm_print_insn.
1809 * sparc-tdep.c (_initialize_sparc_tdep): New function.
1810 * w65-tdep.c (print_insn): Remove.
1811 (_initialize_w65_tdep): New function.
1812 * z8k-tdep.c (print_insn): Remove.
1813 (gdb_print_insn_z8k): New function.
1814 (_initialize_z8k_tdep): Set tm_print_insn.
1815 * printcmd.c (print_insn): New function, generic disassembler.
1816 * config/*/*.mt (TDEPFILES): Remove refs to *-pinsn.o.
1817
1818 Mon Jan 16 15:43:29 1995 Kung Hsu <kung@mexican.cygnus.com>
1819
1820 * Makefile.in: add new files remote-vx29k.c, config/a29k/tm-vx29k.h,
1821 and config/a29k/vx29k.mt.
1822 * configure.in: add new configuration a29k-*-vxworks.
1823 * remote-vx29k.c: new file merged from WRS.
1824 * remote-vx.c: merge changes from WRS.
1825 * config/a29k/vx29k.mt: new file for new configuration.
1826 * config/a29k/tm-vx29k.h: new header file for newconfiguration.
1827
1828 Sun Jan 15 14:36:19 1995 Steve Chamberlain <sac@splat>
1829
1830 * breakpoint.h (disable_breakpoint, enable_breakpoint):
1831 New declarations.
1832 (enum bpdisp): Change name of 'delete' member to 'del'.
1833 (struct bpstat): Changed name to 'bpstats'.
1834 * breakpoint.c (disable_breakpoint, enable_breakpoint,
1835 breakpoint_chain): Made globally visible.
1836 (bpstat_stop_status): Use new name for bpstat.
1837 (break_command_1, watch_command_1, catch_command_1,
1838 breakpoint_auto_delete, denable_delete_breakpoint): Use 'del'
1839 instead of 'delete'.
1840 (set_breakpoint_sal): New function.
1841 * defs.h (registers_changed_hook): New declaration.
1842 * infcmd.c (run_stack_dummy): 'delete' is now 'del'.
1843 * inflow.c (new_tty): Treat WIN32 in same way as __GO32__
1844 * main.c (main): Don't scan options when in WIN32 and exit
1845 without entering main loop.
1846 * m2-exp.y (m2_elx): Member 'class' is now 'aclass'.
1847 * symtab.h (struct symbol, struct partial_symbol): Changed name of
1848 member 'class' to 'aclass'.
1849 (SYMBOL_CLASS, PSYMBOL_CLASS): Reflect change.
1850 * top.c (registers_changed_hook): New definition.
1851 * utils.c (quit, notice_quit, initialize_utils): Treate WIN32
1852 in same way as __GO32__.
1853 * value.h (c_typedef_print): Rename 'new' argument.
1854
1855 * w65-tdep.c, config/tm-w65.h, config/w65.mt: New files.
1856 * configure.in: Suppprt for w65,
1857
1858
1859 Sat Jan 14 11:18:11 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
1860
1861 * infcmd.c (signal_command): For "signal 0", pass (CORE_ADDR)-1,
1862 not stop_pc, to proceed.
1863
1864 * eval.c (evaluate_subexp): Clear expect_type except for C++ and CHILL.
1865
1866 Fri Jan 13 17:52:57 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
1867
1868 * infcmd.c (signal_command): Accept "signal 0"; the change to not
1869 accept it was accidental. "handle 0" and "info signal 0" remain
1870 illegal, though.
1871
1872 Fri Jan 13 15:19:01 1995 Stan Shebs <shebs@andros.cygnus.com>
1873
1874 * Makefile.in (all): Don't make libgdb-files.
1875 (libgdb): New action, makes libgdb-files.
1876
1877 Thu Jan 12 21:23:25 1995 Per Bothner <bothner@kalessin.cygnus.com>
1878
1879 * stabsread.c (read_enum_type): When pending enum symbols are
1880 put into the enum type, they must be inserted in "backwards
1881 order, in case we've overflowed a struct pending buffer.
1882
1883 start-sanitize-gdbtk
1884 Thu Jan 12 15:02:40 1995 Stu Grossman (grossman@cygnus.com)
1885
1886 * gdbtk.c, gdbtk.tcl: Update/add copyright.
1887 * gdbtk.tcl (build_framework): Several fixes for filespec widget,
1888 including dismiss button, and better error handling.
1889 * (create_command_win): Bind button 2 to retrieve selection.
1890 end-sanitize-gdbtk
1891
1892 Thu Jan 12 09:33:24 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1893
1894 * README: Add note about SPARCworks cc release 3.0 and higher.
1895
1896 Add procfs support for Alpha OSF/1-2.x.
1897 * config/alpha/nm-osf.h: Renamed from nm-alpha.h, generic
1898 OSF/1 native support.
1899 * config/alpha/alpha-osf1.mh (NAT_FILE): Changed accordingly.
1900 (MUNCH_DEFINE): Removed.
1901 * config/alpha/alpha-osf2.mh, config/alpha/nm-osf2.h: New files
1902 for procfs support.
1903 * configure.in (alpha-dec-osf*): Use alpha-osf2.mh for OSF/1
1904 release 2.x and higher, else alpha-osf1.mh, as the procfs support
1905 in release 1.x is incomplete.
1906 * Makefile.in (ALLCONFIG): Add config/alpha/alpha-osf2.mh.
1907 * alpha-nat.c (supply_gregset, fill_gregset, supply_fpgregset,
1908 fill_fpgregset): New routines for procfs support.
1909 * inftarg.c (_initialize_inftarg): Don't add ptrace support
1910 if we have an optional procfs and /proc is accessible.
1911 * procfs.c: Include sys/fault.h and sys/syscall.h before
1912 including sys/procfs.h.
1913 (unconditionally_kill_inferior): If PROCFS_NEED_PIOCSSIG_FOR_KILL
1914 is defined, additionally perform a PIOCSSIG to really terminate
1915 the inferior.
1916 (create_procinfo): Always return a result.
1917 (create_procinfo, do_attach): Don't trace T_IFAULT faults if
1918 PROCFS_DONT_TRACE_IFAULT is defined.
1919 (procfs_init_inferior): Use START_INFERIOR_TRAPS_EXPECTED as
1920 argument to startup_inferior if it is defined.
1921 (proc_set_exec_trap): If PIOCSSPCACT is defined, use it instead
1922 of tracing exits from exec system calls. Needed for the user level
1923 loader under Alpha OSF/1.
1924 (do_detach): Clear any pending signal if we want to detach from
1925 a process without a signal.
1926 (set_proc_siginfo): If PROCFS_DONT_PIOCSSIG_CURSIG is defined,
1927 don't issue a PIOCSSIG if pr_cursig already contains the signal we
1928 intend to set.
1929 (info_proc_signals): If PROCFS_SIGPEND_OFFSET is defined, the
1930 pending signals are numbered from 1 instead of 0.
1931 (info_proc_mappings): Increase size of output format for addresses
1932 if BFD_HOST_64_BIT is defined.
1933 (procfs_stop): Renamed from child_stop.
1934 (_initialize_procfs): Don't add procfs support if we have an
1935 optional procfs and /proc is not accessible.
1936
1937 start-sanitize-gdbtk
1938 Wed Jan 11 17:06:55 1995 Stu Grossman (grossman@cygnus.com)
1939
1940 * gdbtk.tcl: Add button to control mixed source disassembly.
1941 Use text widgets in expr window. The give me more control over
1942 layout.
1943 Add auto-updating of exprs in expression window.
1944 Handle expressions out of scope a bit better.
1945 Make selected window pop up to the top when invoked via the
1946 menubar.
1947 Make copyright message have raised relief.
1948
1949 * gdbtk.c (gdbtk_init): Improve handling for errors in gdbtk.tcl
1950 during startup.
1951 end-sanitize-gdbtk
1952
1953 Wed Jan 11 17:53:26 1995 Rob Savoye <rob@darkstar.cygnus.com>
1954
1955 * array-rom.c: Add support for most commands.
1956
1957 * monitor.c: Add GDB remote protocol for the hybrid environment on
1958 the Array board.
1959
1960 Wed Jan 11 00:44:01 1995 Jeff Law (law@snake.cs.utah.edu)
1961
1962 * command.c (show_user_1): Use print_command_line to show a user
1963 defined command (including control structures).
1964
1965 * top.c (init_main): Change documentation for user defined
1966 commands to indicate they may accept up to ten arguments.
1967
1968 Tue Jan 10 16:22:41 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
1969
1970 * mips-tdep.c (mips_skip_prologue): Accept or as well as addu for
1971 `move $s8, $sp' instruction.
1972
1973 Sun Jan 8 12:45:34 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
1974
1975 * target.c, target.h (target_signal_from_command): New function.
1976 * infrun.c (handle_command, signals_info), infcmd.c
1977 (signal_command): Use it.
1978 * infrun.c, infcmd.c: Update docstrings for these commands.
1979
1980 * target.h (enum target_signal), target.c (signals), target.c
1981 (target_signal_from_host, target_signal_to_host): Add
1982 TARGET_SIGNAL_REALTIME_* and TARGET_SIGNAL_PRIO for lynx.
1983 * config/tm-lynx.h: Define signal numbers for realtime events.
1984
1985 Sat Jan 7 07:23:53 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1986
1987 * dbxread.c (process_one_symbol): Handle N_FUN symbols
1988 for Sun acc 3.0 under SunOS4.
1989
1990 Changes to improve handling of runtime common symbols
1991 under SunOS4.
1992 * minsyms.c (get_symbol_leading_char): New routine to determine
1993 the leading symbol character for an objfile.
1994 (prim_record_minimal_symbol_and_info, install_minimal_symbols):
1995 Use it.
1996 * objfiles.h (rt_common_objfile): New global, points to objfile
1997 containing the runtime common minimal symbols.
1998 * objfiles.c (free_objfile): Mark rt_common_objfile as
1999 unallocated before freeing it.
2000 * solib.c (allocate_rt_common_objfile): New routine to allocate
2001 an objfile for the runtime common minimal symbols.
2002 (solib_add_common_symbols): Allocate an objfile for the runtime
2003 common symbols if necessary and put common symbols into it.
2004 Clean up code and comments.
2005 (solib_add, special_symbol_handling): Cleanup comments regarding
2006 runtime common symbols.
2007 * stabsread.c (scan_file_globals_1): New routine, contains
2008 old scan_file_globals code. Checks if there are any unresolved
2009 global symbols before starting the expensive minimal symbol table
2010 search.
2011 (scan_file_globals): Now calls scan_file_globals_1 for the passed
2012 objfile and eventually for the runtime common objfile. Complains
2013 about any unresolved global symbols and removes them from the
2014 global symbol chain to avoid dangling pointers into the symbol
2015 table if the symbol table is reread.
2016
2017 Thu Jan 5 17:38:29 1995 Stu Grossman (grossman@cygnus.com)
2018
2019 * Makefile.in (install_only uninstall): Indent for clarity.
2020
2021 * core.c (dis_asm_read_memory): Add call to
2022 dis_asm_read_memory_hook to provide alternate way for disassembler
2023 to read memory.
2024
2025 * defs.h: Protect from multiple inclusion. Add decl for
2026 dis_asm_read_memory_hook.
2027
2028 * top.c: Make window startup be the default.
2029 * Add dis_asm_read_memory_hook.
2030
2031 start-sanitize-gdbtk
2032 * gdbtk.c (finish_saving_output): Don't do anything if not saving
2033 output.
2034 * (breakpoint_notify): Don't send null filename to tcl.
2035 * (gdb_eval): New tcl command to eval an expression.
2036 * (gdb_disassemble): New tcl command to do disassembly. This
2037 allows tcl code to choose between exec file and target memeory,
2038 and can also do mixed source and assembly.
2039 * (gdbtk_init): Move reading of gdbtk.tcl to the end to make sure
2040 that more of the environment is set up. Also, create link between
2041 gdb and tcl vars disassemble{-_}from{-_}exec.
2042
2043 * gdbtk.tcl: New expression window support.
2044 * Make assembly window be 80 columns wide.
2045 * Use new disassembly method. Add menu items to select
2046 disassembly from exec file or target.
2047 * Change View menubar item to Options.
2048
2049 * Get rid of Stack, Breakpoints, Signals, and Variables Windows,
2050 since they don't exist yet.
2051
2052 * Pop up a copyright window on startup.
2053 end-sanitize-gdbtk
2054
2055 Thu Jan 5 01:16:40 1995 Jeff Law (law@snake.cs.utah.edu)
2056
2057 * stabsread.c (define_symbol): Handle `a' symbol type used for
2058 reference parameter passed in a register.
2059
2060 start-sanitize-gdbtk
2061 Wed Jan 4 19:49:10 1995 Stan Shebs <shebs@andros.cygnus.com>
2062
2063 * gdbtk.tcl (build_framework): Add standard commands menu, more
2064 windows to standard windows menu.
2065 (not_implemented_yet): Clarify message.
2066 end-sanitize-gdbtk
2067
2068 Wed Jan 4 12:27:29 1995 Kung Hsu <kung@mexican.cygnus.com>
2069
2070 * defs.h: move include tm.h up, so that the type LONGEST can
2071 also based on the target requirement to determine. In this case
2072 target mips64.
2073
2074 * remote-os9k.c (rombug_open): catch exception e in rombug.
2075 * remote-os9k.c (rombug_wait): print message before register display
2076 from rombug.
2077
2078 Wed Jan 4 09:18:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2079
2080 * top.c (locate_arg): Call strchr not index.
2081
2082 Tue Jan 3 16:52:03 1995 Per Bothner <bothner@kalessin.cygnus.com>
2083
2084 * ch-exp.y (literal): Recognize NULL.
2085 (tuple): Parse simple unlabelled tuples.
2086 * eval.c (evaluate_subexp case OP_ARRAY): Use expect_type to
2087 evaluate brace-initializer-expressions depending on context.
2088 (evaluate_subexp case UNOP_CAST): Pass the target type as
2089 expected type when evaluating the expression.
2090
2091 * ch-typeprint.c (chill_type_print_base): Get names of PTR and
2092 BOOL from TYPE_NAME.
2093 * ch-valprint.c (chill_print_type_scalar): New function, to handle
2094 TYPE_CODE_RANGE better than print_type_scalar does.
2095 (chill_val_print_array_elements): Use above new function.
2096
2097 Mon Jan 2 15:02:51 1995 Stan Shebs <shebs@andros.cygnus.com>
2098
2099 * remote-udi.c (udi_load): Tell symbol_file_add that the
2100 program being loaded is the main program.
2101
2102 For older changes see ChangeLog-94
2103 \f
2104 Local Variables:
2105 mode: indented-text
2106 left-margin: 8
2107 fill-column: 74
2108 version-control: never
2109 End:
This page took 0.098682 seconds and 3 git commands to generate.