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