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