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