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