]> Git Repo - binutils.git/blame - gdb/ChangeLog
* config/pa/tm-hppa.h (EXTRACT_RETURN_VALUE): Rewrite to correctly
[binutils.git] / gdb / ChangeLog
CommitLineData
cdd2212f
KH
1Fri Apr 21 12:57:53 1995 Kung Hsu <[email protected]>
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
66d05e03
SS
9Fri Apr 21 12:03:44 1995 Stan Shebs <[email protected]>
10
11 * sh-tdep.c (sh-opc.h): Don't include.
12 (gdbcore.h): Include.
13 (frame_find_saved_regs): Remove unused local.
14
989d9cba
JK
15Thu Apr 20 10:12:21 1995 Jim Kingdon ([email protected])
16
17 * dwarfread.c (struct dwfinfo), dbxread.c (struct symloc),
18 mdebugread.c (struct symloc), hpread.c (struct symloc): Clean
19 up comments.
20
7486c68d
SG
21Wed Apr 19 16:58:11 1995 Stu Grossman ([email protected])
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
38Mon Apr 17 15:37:08 1995 Stu Grossman ([email protected])
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
fe4bce98
SG
46Sun Apr 16 14:00:55 1995 Stu Grossman ([email protected])
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
51558740
JK
70Sat Apr 15 18:00:15 1995 Jim Kingdon ([email protected])
71
72 * rem-multi.shar: Removed; superceded by gdbserver.
73
e2adc41a
JK
74Fri Apr 14 12:10:24 1995 Jim Kingdon <[email protected]>
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
8befb594
SS
92Sat Apr 15 14:15:14 1995 Stan Shebs <[email protected]>
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
b3636ee5
JK
98Sat Apr 15 14:05:09 1995 Jim Kingdon ([email protected])
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
104Sat Apr 15 14:04:32 1995 Per Bothner <[email protected]>
105
106 * alpha-tdep.c (alpha_push_arguments): Only cast to long for
107 TYPE_CODE_INT.
108
6fd934a6 109start-sanitize-gdbtk
d7c4766c
SS
110Sat Apr 15 13:52:24 1995 Stan Shebs <[email protected]>
111
112 * gdbtk.c (gdb_disassemble): Read from inferior if connected
113 to a VxWorks target.
114
6fd934a6
SG
115Fri Apr 14 10:18:20 1995 Stu Grossman ([email protected])
116
117 * README.GDBTK: New file. Contains the obvious.
6fd934a6 118end-sanitize-gdbtk
d7c4766c 119
3e437fe6
RS
120Thu Apr 13 16:17:04 1995 Rob Savoye <[email protected]>
121
122 * remote-array.c: New file for Array Tech LSI33k based controller
123 board.
124
546e6a39
KH
125Thu Apr 13 12:23:31 1995 Kung Hsu <[email protected]>
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
133Thu Apr 13 12:10:14 1995 Michael Meissner <[email protected]>
134
135 * rs6000-tdep.c (xcoff_add_toc_to_loadinfo): Don't use a prototype
136 to declare the function.
137
d108166f
SS
138Wed Apr 12 16:40:20 1995 Stan Shebs <[email protected]>
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
ade01652
JK
144Wed Apr 12 16:36:44 1995 Jim Kingdon ([email protected])
145
56b73ad2
JK
146 * gdb.gdb: New file.
147 * .gdbinit: Move list-objfiles to gdb.gdb.
148
ade01652
JK
149 * values.c (set_internalvar): Set modifiable flag of newval.
150
f8203ed0
JK
151Wed Apr 12 14:34:31 1995 Jim Kingdon <[email protected]>
152
153 * xcoffread.c: Call complain() rather than error() or printing a
154 warning.
155
32513ed1
DE
156start-sanitize-arc
157Wed Apr 12 08:15:27 1995 Doug Evans <[email protected]>
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.
196end-sanitize-arc
197
0c0c911b
JK
198Tue Apr 11 16:42:37 1995 Jim Kingdon ([email protected])
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
8989d4fc
JK
204Tue Apr 11 13:46:25 1995 Jim Kingdon <[email protected]>
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.
88a5c3fc
JK
211 * rs6000-nat.c (vmap_ldinfo): If we don't find ldinfo for the
212 symfile_objfile, nuke it.
8989d4fc 213
0b078540
JK
214Tue Apr 11 09:35:20 1995 Jim Kingdon ([email protected])
215
f1cd942d
JK
216 * printcmd.c (print_address_numeric): Pass use_local to
217 print_longest, rather than always passing 1.
218
0b078540
JK
219 * nlm/Makefile.in: Remove comments discussing munch.
220
d7c4766c 221start-sanitize-gdbtk
45f90c50
MM
222Tue Apr 11 11:07:12 1995 Michael Meissner <[email protected]>
223
224 * gdbtk.c (gdbtk_init): If SIOCSPGRP is not available, but
225 F_SETOWN is, use that.
d7c4766c 226end-sanitize-gdbtk
45f90c50 227
cb5aa38b
SS
228Mon Apr 10 18:31:57 1995 Stan Shebs <[email protected]>
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
c08c3640
KH
390Mon Apr 10 16:47:57 1995 Kung Hsu <[email protected]>
391
73dab896
KH
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
c08c3640
KH
396 PRINTF_HAS_LONG_LONG.
397 * config/mips/tm-irix5.h: turn on FORCE_LONG_LONG.
398
41270571
PS
399Sat Apr 8 02:47:45 1995 Peter Schauer ([email protected])
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
7952bce6
SG
412Fri Apr 7 17:43:01 1995 Stu Grossman ([email protected])
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
0ac704d2
SG
449 * config/pa/tm-hppa.h: Define lots register offsets needed by
450 w89k-rom.c.
451
77a89957
MM
452Thu Apr 6 17:00:46 1995 Michael Meissner <[email protected]>
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
cb5aa38b 459start-sanitize-gdbtk
77a89957
MM
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.
cb5aa38b 468end-sanitize-gdbtk
77a89957 469
8066e434
JK
470Wed Apr 5 19:57:38 1995 Jim Kingdon ([email protected])
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
dee80384
JK
479Mon Apr 3 19:28:14 1995 Jim Kingdon ([email protected])
480
8066e434 481 * top.c, utils.c, main.c, defs.h: Replace error_pre_print with two
dee80384
JK
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
487Mon Apr 3 13:48:28 1995 Stu Grossman ([email protected])
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
576c3913
PS
496Sat Apr 1 03:22:20 1995 Peter Schauer ([email protected])
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
23a1346e
JK
503Thu Mar 30 19:46:36 1995 Jim Kingdon ([email protected])
504
7c7c4f0a
JK
505 * config/a29k/tm-a29k.h: Nuke obsolete define CONTROL_END_ADDR; it
506 is nowhere used.
507
23a1346e
JK
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
1e1dd175
SS
512Wed Mar 29 09:56:04 1995 Jason Molenda ([email protected])
513
514 * configure.in: sparc-*-sunos5* is same as sparc-*-solaris2*.
515
a2f0cf2f
SS
516Wed Mar 29 18:30:03 1995 Stan Shebs <[email protected]>
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
a706069f
SG
523Wed Mar 29 17:09:29 1995 Stu Grossman ([email protected])
524
525start-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.
531end-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.
a706069f 542
3e8fdb61
MM
543Wed Mar 29 09:11:51 1995 Michael Meissner <[email protected]>
544
545 * defs.h (atof): Don't provide an external declaration if atof is
546 a macro.
547
e137e850
PS
548Wed Mar 29 00:01:07 1995 Peter Schauer ([email protected])
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
e55a5796
PB
554Tue Mar 28 17:04:04 1995 Per Bothner <[email protected]>
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
3f403f6a
PS
563Mon Mar 27 22:51:54 1995 Peter Schauer ([email protected])
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
3b94a0b8
KH
579Mon Mar 27 14:43:00 1995 Kung Hsu <[email protected]>
580
581 * vx-share/regPacket.h: a new file interfacing with vxworks.
582
d582898a
JK
583Sun Mar 26 13:22:47 1995 Jim Kingdon ([email protected])
584
585 * breakpoint.c (bpstat_do_actions): Once we've executed the
586 commands, set bs->commands to NULL.
587
b9e58503
PS
588Sat Mar 25 01:16:10 1995 Peter Schauer ([email protected])
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
611Fri Mar 24 15:45:42 1995 Stu Grossman ([email protected])
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
9bfed1ee
JL
654Thu Mar 23 23:20:00 1995 Jeff Law ([email protected])
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
1c04536e
JK
660Thu Mar 23 15:07:08 1995 Jim Kingdon ([email protected])
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
aa949c08
DE
666Wed Mar 22 19:17:06 1995 Doug Evans <[email protected]>
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
9cc2cd4f
KH
677Tue Mar 21 17:03:17 1995 Kung Hsu <[email protected]>
678
679 * sparc-stub.c: add nop after 'bg good_wim'.
680 * sparcl-stub.c: ditto.
681
1968ed13
JK
682Tue Mar 21 13:34:12 1995 Jim Kingdon ([email protected])
683
684 * infrun.c (handle_command): Don't print TARGET_SIGNAL_0,
685 TARGET_SIGNAL_UNKNOWN, or TARGET_SIGNAL_DEFAULT.
686
e6059f4a
JL
687Mon Mar 20 10:09:59 1995 Jeff Law ([email protected])
688
689 * hppab-nat.c (store_inferior_registers): Sync with HPUX version.
690
a15f6b0a
SG
691Mon Mar 20 07:34:48 1995 Stu Grossman ([email protected])
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
5c26250b
PS
698Sat Mar 18 02:02:24 1995 Peter Schauer ([email protected])
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
704Thu Mar 16 16:38:03 1995 Jim Kingdon ([email protected])
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
334655aa
C
710Thu Mar 16 15:54:00 1995 J.T. Conklin <[email protected]>
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
8367c66b
JK
716Thu Mar 16 12:14:41 1995 Jim Kingdon ([email protected])
717
d1f14b46
JK
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
8367c66b
JK
722 * stabsread.c (rs6000_builtin_type): Recognize types -31 to -34.
723
2081365f
SG
724Wed Mar 15 15:09:29 1995 Stu Grossman ([email protected])
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.
efe4e52d
SG
749 * config/m68k/tm-m68k.h: Define D0_REGNUM and A0_REGNUM for register
750 dump handling.
2081365f 751
a7f6f40b
JK
752Wed Mar 15 15:18:27 1995 Jim Kingdon ([email protected])
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
b1dda26e
C
759Wed Mar 15 12:22:35 1995 J.T. Conklin <[email protected]>
760
68c1bc9c
C
761 * nlmstub.def: Removed, this was moved to nlm/gdbserve.def
762 long ago.
763
a64bbacf 764 * configure.in (alpha-*-netware*): Removed configuration.
68c1bc9c
C
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
b1dda26e
C
769 * nlm/gdbserve.c (main): Add support for processing BOARD=
770 argument, deprecate NODE=.
771
961b8ebd
JK
772Wed Mar 15 10:58:26 1995 Jim Kingdon ([email protected])
773
774 * c-exp.y (yylex): Make an empty character constant an error.
775
912cb3fd
PB
776Tue Mar 14 15:00:54 1995 Per Bothner <[email protected]>
777
778 * valops.c (value_arg_coerce): Do possible value_coerce_array
779 before determining type argument to value_cast.
780
1990231d
KH
781Tue Mar 14 10:41:41 1995 Kung Hsu <[email protected]>
782
783 * remote-es.c: Replace ignore with 0.
784
a3012272
JK
785Tue Mar 14 05:52:36 1995 Jim Kingdon ([email protected])
786
2e12bf4f
JK
787 * valops.c (value_repeat), eval.c (evaluate_subexp_standard):
788 If VALUE_REPEATED is already set, just error out.
789
36633dcc
JK
790 * valops.c (value_cast, value_slice), parse.c (follow_types): Add
791 FIXME-type-allocation comments.
792
a3012272
JK
793 * gdbtypes.h (struct type): Fix comment about what units the
794 TYPE_LENGTH is in.
795
477b2425
SS
796Mon Mar 13 18:27:25 1995 Stan Shebs <[email protected]>
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
4f69fe46
JK
805Mon Mar 13 15:25:47 1995 Jim Kingdon <[email protected]>
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
477b2425 810start-sanitize-arc
c230fbb6
KH
811Fri Mar 10 16:13:18 1995 Kung Hsu <[email protected]>
812
c230fbb6
KH
813 * config/tm-arc.h: Change arc register names.
814end-sanitize-arc
815
a1a0d974
PS
816Fri Mar 10 02:49:40 1995 Peter Schauer ([email protected])
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
45d6f623
JK
847Thu Mar 9 17:19:47 1995 Jim Kingdon <[email protected]>
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
855Wed Mar 8 23:35:10 1995 Jeff Law ([email protected])
856
857 * somsolib.c (som_solib_section_offsets): Get offset of text
858 section right.
859
34c40fd7
SG
860Wed Mar 8 16:12:21 1995 Stu Grossman ([email protected])
861
8cbf6efc 862start-sanitize-gdbtk
9468f8aa
SG
863 * gdbtk.c (gdb_get_breakpoint_info): Return error if breakpoint
864 type is not bp_breakpoint.
8cbf6efc 865end-sanitize-gdbtk
9468f8aa 866
34c40fd7
SG
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
95618211
SS
872Wed Mar 8 12:51:00 1995 Stan Shebs <[email protected]>
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
830a65b3
PB
880Tue Mar 7 19:26:10 1995 Per Bothner <[email protected]>
881
882 * valops.c (value_slice): Do COERCE_VARYING_ARRAY.
883
236274b9
SG
884Tue Mar 7 00:23:47 1995 Stu Grossman ([email protected])
885
95618211 886 * monitor.c, array-rom.c, monitor.h, rom68k-rom.c: Move target_ops
32fa4b59
SG
887 into monitor.c.
888 * monitor.c (monitor_create_inferior): Allow run command to start
889 program.
890
f17aed8b
SG
891 * monitor.c (monitor_load): Set PC to start address when done
892 loading.
893
95618211 894 * array-rom.c, monitor.h, rom68k-rom.c: Clean up target_ops.
f17aed8b
SG
895 Remove ref to monitor_create_inferior.
896
8f078234
SG
897 * monitor.c: More general cleanups. Add prototypes, remove
898 unused routines. Fix bug with wrong number of args to error().
899
cc60ad63
SG
900 * main.c (main): Don't start up GUI when running under gdb mode
901 in emacs.
902
1265e2d8
SG
903 * Makefile.in: Add rules for monitor.o and rom68k-rom.o to make
904 Sun make (with VPATH) work...
905
95618211 906 * monitor.c, monitor.h, rom68k-rom.c: Serious cleanup to make IDP
1265e2d8 907 (rom68k) target work right.
95618211 908 * array-rom.c, op50-rom.c, w89k-rom.c: Partial updates to new
1265e2d8
SG
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
95618211 914 * serial.h, ser-go32.c, ser-go32-para.c, ser-mac.c, ser-tcp.c,
85c8b135
SG
915 ser-unix.c: Add SERIAL_SETSTOPBITS to set the number of stopbits
916 (needed for IDP board?!?!?).
917
95618211
SS
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
7baea946
SG
920 putc_unfiltered (it's superfluous).
921
95618211 922 * command.h, command.c, top.c: Add var_enum command type. It's
09374c98 923 like var_string but allows only only one of the specified strings.
236274b9 924
e70bba9f
JK
925Mon Mar 6 15:03:59 1995 Jim Kingdon ([email protected])
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
f7a69ed7
PB
931Fri Mar 3 17:42:48 1995 Per Bothner <[email protected]>
932
2379f65c 933 * valops.c (value_cast): Check for cast to array type *before*
f7a69ed7
PB
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
732ff6af
DE
946Fri Mar 3 17:13:05 1995 Doug Evans <[email protected]>
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
13ffa6be
JL
955Fri Mar 3 15:12:12 1995 Jeff Law ([email protected])
956
3a0fbb3b
JL
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
2097152a
JL
965 * somread.c (check_strange_names): Filter names emitted by the HP
966 compiler when generating PIC code.
967
13ffa6be
JL
968 * valops.c (value_struct_elt_for_reference): Work around macro
969 bugs in HP's compilers.
970 * c-exp.y (block): Likewise.
971
0d172a2e
JK
972Fri Mar 3 12:27:28 1995 Jim Kingdon <[email protected]>
973
5816555b
JK
974 * rs6000-tdep.c (push_dummy_frame): Fix order of arguments to
975 store_address.
976
0d172a2e
JK
977 * utils.c [_AIX]: Include stddef.h instead of #defining size_t.
978
629b6214
MM
979Fri Mar 3 12:33:24 1995 Michael Meissner <[email protected]>
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
8b0f5a9d
DE
985Fri Mar 3 00:54:58 1995 Doug Evans <[email protected]>
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
306d27ca
DE
991Thu Mar 2 22:20:22 1995 Doug Evans <[email protected]>
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
996Thu Mar 2 15:13:04 1995 Jim Kingdon ([email protected])
997
998 * rs6000-tdep.c: Fix byte-swapping sins.
999
dc59e982
MM
1000Thu Mar 2 16:48:45 1995 Michael Meissner <[email protected]>
1001
1002 * rs6000-tdep.c (branch_dest): Minor code cleanup, don't share
1003 code between branch unconditional and branch conditional cases.
1004
762cf56f
DE
1005Wed Mar 1 09:41:26 1995 Doug Evans <[email protected]>
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
7e869571
KH
1039Wed Mar 1 13:14:42 1995 Kung Hsu <[email protected]>
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
8bfd30b2
MM
1046Wed Mar 1 13:42:49 1995 Michael Meissner <[email protected]>
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
ea082c0a
MM
1055Wed Mar 1 12:17:31 1995 Michael Meissner <[email protected]>
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
bc28e68d
JK
1061Tue Feb 28 22:55:47 1995 Jim Kingdon ([email protected])
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
326ae3e2
KH
1069Tue Feb 28 14:38:39 1995 Kung Hsu <[email protected]>
1070
66aa7cf9
KH
1071 * defs.h (SWAP_TARGET_AND_HOST): check endianess at runtime not
1072 compile time.
1073
8cbf6efc 1074start-sanitize-arc
abed6bc2
KH
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.
8cbf6efc 1080end-sanitize-arc
abed6bc2 1081
bc01beb5
KH
1082 * vx-share/ptrace.h: merge in WRS new ptrace requests.
1083
75988f94
KH
1084 * defs.h: fix a syntax error.
1085
161520dc
KH
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
326ae3e2
KH
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
de7ad6d8
JK
1095Tue Feb 28 08:31:40 1995 Jim Kingdon ([email protected])
1096
689409ca
JK
1097 * alpha-tdep.c (find_proc_desc): Only attempt to set
1098 PROC_LOCALOFF (found_heuristic) if found_heuristic is non-NULL.
de7ad6d8 1099
431b7d5f
SS
1100Mon Feb 27 11:56:32 1995 Stan Shebs <[email protected]>
1101
1102 * monitor.c: General gcc -Wall lint cleanup and reformat.
1103 (monitor_command): If no args, send an empty command.
1104
82fc3432
SG
1105Thu Feb 23 21:07:25 1995 Stu Grossman ([email protected])
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
835c2559
PB
1110Tue Feb 21 20:48:42 1995 Per Bothner <[email protected]>
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
1d19172b
PB
1119Tue Feb 21 23:29:59 1995 Per Bothner <[email protected]>
1120
1121 * ch-exp.y (expression_conversion): Recognize 'ARRAY () TYPE (EXPR)'
1122 (same as C's '(TYPE[])EXPR')
1123
7f4b4b71
SS
1124Tue Feb 21 11:47:26 1995 Stan Shebs <[email protected]>
1125
1126 * top.c (print_gdb_version): Update the year.
1127
d940a47e
JK
1128Sun Feb 19 14:31:57 1995 Jim Kingdon <[email protected]>
1129
7f4b4b71 1130 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Look for newlib in
d940a47e
JK
1131 `..' not in `../..'.
1132
f5de4904
PS
1133Sun Feb 19 11:05:28 1995 Peter Schauer ([email protected])
1134
1135 * procfs.c (unconditionally_kill_inferior): Don't issue a PIOCKILL
1136 in addition to a PIOCSSIG to kill the inferior.
1137
fda36387
PB
1138Thu Feb 16 15:06:12 1995 Per Bothner <[email protected]>
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
92c6bf4d
MM
1147Thu Feb 16 16:06:50 1995 Michael Meissner <[email protected]>
1148
1149 * dcache.c (insque, remque): Rewrite Linux support.
1150
677653a0
MM
1151Wed Feb 15 12:33:20 1995 Michael Meissner <[email protected]>
1152
1153 * config/powerpc/tm-ppc-eabi.h (TEXT_SEGMENT_BASE): Define as 1.
1154
fed9a8d4
MM
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.
677653a0
MM
1158
1159Tue Feb 14 17:16:41 1995 Stu Grossman ([email protected])
1160
7f4b4b71 1161 * annotate.c, breakpoint.c, defs.h, top.c: Replace
677653a0 1162 enable/disable_breakpoint_hook with modify_breakpoint_hook.
7f4b4b71
SS
1163start-sanitize-gdbtk
1164 * gdbtk.c: Ditto.
1165 * gdbtk.c: General cleanups, get rid of unused variables. Redo
677653a0
MM
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.
7f4b4b71 1199end-sanitize-gdbtk
677653a0 1200
5466f20f
JK
1201Tue Feb 14 16:58:07 1995 Jim Kingdon ([email protected])
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
a6865104
JK
1208Tue Feb 14 11:46:07 1995 Jim Kingdon ([email protected])
1209
1210 * expression.h: Move include of value.h until after declaration of
1211 enum exp_opcode.
1212
faf4dcd7
SS
1213Sun Feb 12 13:47:30 1995 Stan Shebs <[email protected]>
1214
d5c8cefe
SS
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
faf4dcd7
SS
1222 * irix5-nat.c (string.h): Include near beginning of file.
1223
18d3d859
JK
1224Sun Feb 12 12:36:38 1995 Jim Kingdon ([email protected])
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
60438e8e
PB
1235Sun Feb 12 11:03:47 1995 Per Bothner <[email protected]>
1236
7398958c
PB
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
60438e8e
PB
1252 * ch-exp.y (maybe_expression_list): New non-terminal.
1253 (primitive_value): Allow empty parameter list.
1254
27202b6a
PB
1255Sun Feb 12 10:02:16 1995 Per Bothner <[email protected]>
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
5222ca60
PB
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
7c606261
PB
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
21af55c9
JK
1291Sun Feb 12 09:03:47 1995 Jim Kingdon ([email protected])
1292
1293 * buildsym.c (start_subfile): Set language for f2c like for cfront.
1294
1295Thu Feb 9 20:20:11 1995 Rob Savoye <[email protected]>
1296
1297 * op50n-rom.c: Add the control registers.
1298
76a457c0
SS
1299Thu Feb 9 15:46:39 1995 Stan Shebs <[email protected]>
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
137a07e6
JK
1310Thu Feb 9 07:43:41 1995 Jim Kingdon <[email protected]>
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
506af7a7
JL
1319Thu Feb 9 12:09:09 1995 Jeff Law ([email protected])
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
2d336b1b
JK
1330Wed Feb 8 20:32:18 1995 Jim Kingdon <[email protected]>
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
151e7820
RS
1354Wed Feb 8 19:19:56 1995 Rob Savoye <[email protected]>
1355
1356 * monitor.c: Fix so all the output shows up in the GUI command
1357 window.
1358
9c4ecee6
SS
1359Mon Feb 6 18:50:59 1995 Stan Shebs <[email protected]>
1360
1361 * i386-tdep.c (_initialize_i386_tdep): Put void decl on separate
1362 line, so init.c generation works correctly.
1363start-sanitize-arc
1364 * arc-tdep.c (_initialize_arc_tdep): Ditto.
1365end-sanitize-arc
1366
16b3ea5e
RS
1367Mon Feb 6 14:44:36 1995 Rob Savoye <[email protected]>
1368
04697040
RS
1369 * config/mips/idt.mt: Add support for the lsi33k target.
1370 * config/sparc/sun4sol2.mh: Add support for ser-tcp.
16b3ea5e
RS
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
d039851f 1375start-sanitize-gdbtk
ddc0c38d 1376Sun Feb 5 20:32:44 1995 Jim Kingdon ([email protected])
9c4ecee6 1377
d039851f
JK
1378 * gdbtk.c (gdb_disassemble): Deference pointer to function before
1379 calling it (pre-ANSI compilers generally require this).
ddc0c38d 1380
f64a8968 1381end-sanitize-gdbtk
ddc0c38d
SS
1382Sat Feb 4 13:29:52 1995 Stan Shebs <[email protected]>
1383
1384 * config/m68k/est.mt (TDEPFILES): Remove m68k-pinsn.o.
1385
6396e0c0
KH
1386Fri Feb 3 16:47:31 1995 Kung Hsu <[email protected]>
1387
1388 * ser-go32-para.c (dos_read): fix syntax errors.
1389
a76ef70a
SG
1390Fri Feb 3 11:19:20 1995 Stu Grossman ([email protected])
1391
ddc0c38d
SS
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.
1395start-sanitize-gdbtk
1396 * gdbtk.c (gdb_disassemble): Ditto.
1397end-sanitize-gdbtk
1398 * defs.h, printcmd.c: Make print_insn be static.
a76ef70a
SG
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
1b552670
RS
1410Thu Feb 2 19:02:45 1995 Rob Savoye <[email protected]>
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
75a5da5f
KH
1417Thu Feb 2 16:11:04 1995 Kung Hsu <[email protected]>
1418
ddc0c38d 1419start-sanitize-arc
75a5da5f
KH
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.
ddc0c38d 1427end-sanitize-arc
75a5da5f 1428 * ser-go32-para.c: new file for go32 parallel port communication.
75a5da5f 1429
2d144441
SS
1430Thu Feb 2 13:58:40 1995 Stan Shebs <[email protected]>
1431
1432 * Makefile.in (VERSION): Bump to 4.13.2.
1433
1434Thu Feb 2 07:27:56 1995 Jim Kingdon ([email protected])
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
8a329002 1442Wed Feb 1 21:16:42 1995 Per Bothner <[email protected]>
6073b8de 1443
8a329002
PB
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.
ead95f8a
PB
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
6073b8de
PB
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
e3be225e
SS
1515Wed Feb 1 13:27:33 1995 Stan Shebs <[email protected]>
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
f91a9e05
PB
1536Wed Feb 1 12:23:57 1995 Per Bothner <[email protected]>
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
23676ab8
JK
1565Tue Jan 31 13:51:53 1995 Jim Kingdon ([email protected])
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
ccbae889
SC
1571Tue Jan 31 11:14:44 1995 Steve Chamberlain <sac@splat>
1572
1573 From [email protected].
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
a81ce07d
JK
1579Tue Jan 31 09:40:11 1995 Jim Kingdon ([email protected])
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
0e887539 1594Mon Jan 30 17:34:24 1995 Stu Grossman ([email protected])
e3be225e 1595start-sanitize-gdbtk
78daa95e
SG
1596 * gdbtk.tcl (create_file_win): Disable old popup menu for source
1597 window.
e3be225e 1598end-sanitize-gdbtk
0e887539
SG
1599 * sparcl-tdep.c: Add `sparclite' target for doing serial and udp
1600 downloads to SPARClite demo boards.
1601
1602Sun Jan 29 09:43:22 1995 Jim Kingdon ([email protected])
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
de537409
PS
1610Sat Jan 28 13:40:46 1995 Peter Schauer ([email protected])
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
06c41b39
SS
1616Fri Jan 27 17:08:06 1995 Stan Shebs <[email protected]>
1617
f22661ee
SS
1618 * top.c (use_windows): Clarify comments.
1619
0d2d8412
SS
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
06c41b39
SS
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
0d6a571b
JK
1638Fri Jan 27 08:48:28 1995 Jim Kingdon ([email protected])
1639
1640 * Makefile.in (CHILL_LIB): Define as in testsuite/Makefile.in.
1641
bf644f8f
JK
1642Thu Jan 26 18:24:41 1995 Jim Kingdon <[email protected]>
1643
606ae2ba
JK
1644 * symtab.c (find_pc_line): When subtracting one to get a line
1645 number, make sure not to end up with zero.
1646
bf644f8f
JK
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
c746aa85
SG
1653Thu Jan 26 17:32:54 1995 Stu Grossman ([email protected])
1654
1655 * sparcl-tdep.c: Clean up formatting and indentation.
1656
d2d0e51d
SC
1657Thu 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.
03fc5a0b
SC
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
d2d0e51d 1665
97544048
MM
1666Thu Jan 26 12:08:31 1995 Michael Meissner <[email protected]>
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
acc4efde
PB
1673Wed Jan 25 18:13:14 1995 Per Bothner <[email protected]>
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
8cbf6efc 1698start-sanitize-gdbtk
b66051ec
SG
1699Wed Jan 25 18:23:46 1995 Stu Grossman ([email protected])
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.
8cbf6efc 1705end-sanitize-gdbtk
b66051ec 1706
ee3a45e7
PB
1707Wed Jan 25 18:13:14 1995 Per Bothner <[email protected]>
1708
1709 * eval.c (evaluate_subexp case OP_ARRAY): Fix calls to memset:
1710 TYPE_LENGTH is length in bytes, not bits.
1711
5024a43f
JK
1712Wed Jan 25 08:19:35 1995 Jim Kingdon ([email protected])
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
dc192b86
JL
1718Wed Jan 25 01:11:21 1995 Jeff Law ([email protected])
1719
1720 * hpread.c (hpread_process_one_debug_symbol): Fix lines garbled
1721 by an ill-advised global search and replace.
1722
c81a3fa9
SG
1723Tue Jan 24 12:10:28 1995 Stu Grossman ([email protected])
1724
8e5bc49f
SG
1725 * gdbtk.tcl (create_registers_window): Work around a radiobutton
1726 widget bug to make Options|Natural button work.
1727
c81a3fa9
SG
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
6bd7d9fa
SG
1733Mon Jan 23 17:21:09 1995 Stu Grossman ([email protected])
1734
1735 * gdbtk.tcl: Take .gdbtkinit if it exists. Makes gdbtk match the
1736 doc!
1737
6d34c236
PB
1738Mon Jan 23 13:11:46 1995 Per Bothner <[email protected]>
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
ce51845b
RS
1751Mon Jan 23 12:20:34 1995 Rob Savoye <[email protected]>
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
a9c67591
JK
1757Mon Jan 23 10:50:57 1995 Jim Kingdon ([email protected])
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
0c699ac1
SC
1763Mon 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
1772Thu Jan 19 20:26:58 1995 Steve Chamberlain <sac@splat>
1773
1774 * ser-go32.c: Rewritten by [email protected].
1775
dcda44a0
PB
1776Fri Jan 20 15:23:55 1995 Per Bothner <[email protected]>
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
1794Wed Jan 18 19:00:29 1995 Stan Shebs <[email protected]>
1795
1796 * h8300-tdep.c (gdb_print_insn_h8300): Fix typo (&info -> info).
1797 * sh-tdep.c (gdb_print_insn_sh): Ditto.
1798
6bbc99e3
KH
1799Wed Jan 18 11:25:43 1995 Kung Hsu <[email protected]>
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
eedb3363
JK
1806Tue Jan 17 09:48:38 1995 Jim Kingdon <[email protected]>
1807
1808 * parse.c (_initialize_parse): Improve wording of names of
1809 msym_*_symbol_type.
1810
daa4c5f8
ILT
1811Tue Jan 17 14:00:58 1995 Ian Lance Taylor <[email protected]>
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
3fb93d86
JK
1827Tue Jan 17 09:48:38 1995 Jim Kingdon <[email protected]>
1828
5ad32be2
JK
1829 * a29k-tdep.c (gdb_print_insn_a29k): Fix typo (&info -> info).
1830
3fb93d86
JK
1831 * parse.c (write_exp_msymbol): Use new variables
1832 msym_*_symbol_type as type of msymbol expression.
1833 (_initialize_parse): Initialize them.
1834
18b46e7c
SS
1835Mon Jan 16 18:11:03 1995 Stan Shebs <[email protected]>
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
83d9bb14
KH
1891Mon Jan 16 15:43:29 1995 Kung Hsu <[email protected]>
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
16041d53
SC
1901Sun 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
be21628d
SC
1928 * w65-tdep.c, config/tm-w65.h, config/w65.mt: New files.
1929 * configure.in: Suppprt for w65,
1930
1931
22b1c54a
JK
1932Sat Jan 14 11:18:11 1995 Jim Kingdon <[email protected]>
1933
8248d21b
JK
1934 * infcmd.c (signal_command): For "signal 0", pass (CORE_ADDR)-1,
1935 not stop_pc, to proceed.
1936
22b1c54a
JK
1937 * eval.c (evaluate_subexp): Clear expect_type except for C++ and CHILL.
1938
b5088d10
JK
1939Fri Jan 13 17:52:57 1995 Jim Kingdon <[email protected]>
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
218d43e5
SS
1945Fri Jan 13 15:19:01 1995 Stan Shebs <[email protected]>
1946
1947 * Makefile.in (all): Don't make libgdb-files.
1948 (libgdb): New action, makes libgdb-files.
1949
0f8631fb
PB
1950Thu Jan 12 21:23:25 1995 Per Bothner <[email protected]>
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
218d43e5 1956start-sanitize-gdbtk
4604b34c
SG
1957Thu Jan 12 15:02:40 1995 Stu Grossman ([email protected])
1958
218d43e5 1959 * gdbtk.c, gdbtk.tcl: Update/add copyright.
4604b34c
SG
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.
218d43e5 1963end-sanitize-gdbtk
4604b34c 1964
2592eef8
PS
1965Thu Jan 12 09:33:24 1995 Peter Schauer ([email protected])
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
218d43e5 2010start-sanitize-gdbtk
724498fd
SG
2011Wed Jan 11 17:06:55 1995 Stu Grossman ([email protected])
2012
280c564c 2013 * gdbtk.tcl: Add button to control mixed source disassembly.
218d43e5 2014 Use text widgets in expr window. The give me more control over
280c564c 2015 layout.
218d43e5
SS
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
280c564c 2019 menubar.
218d43e5 2020 Make copyright message have raised relief.
280c564c 2021
724498fd
SG
2022 * gdbtk.c (gdbtk_init): Improve handling for errors in gdbtk.tcl
2023 during startup.
218d43e5 2024end-sanitize-gdbtk
724498fd 2025
b04a78d4
RS
2026Wed Jan 11 17:53:26 1995 Rob Savoye <[email protected]>
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
b47ae8fb
JL
2033Wed Jan 11 00:44:01 1995 Jeff Law ([email protected])
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
1d9489c1
JK
2041Tue Jan 10 16:22:41 1995 Jim Kingdon <[email protected]>
2042
2043 * mips-tdep.c (mips_skip_prologue): Accept or as well as addu for
2044 `move $s8, $sp' instruction.
2045
3b55fbe3
JK
2046Sun Jan 8 12:45:34 1995 Jim Kingdon <[email protected]>
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
02b40a19
PS
2058Sat Jan 7 07:23:53 1995 Peter Schauer ([email protected])
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
09722039
SG
2090Thu Jan 5 17:38:29 1995 Stu Grossman ([email protected])
2091
4a4f9e3b 2092 * Makefile.in (install_only uninstall): Indent for clarity.
09722039
SG
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
4a4f9e3b
SS
2101 * top.c: Make window startup be the default.
2102 * Add dis_asm_read_memory_hook.
2103
2104start-sanitize-gdbtk
09722039
SG
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.
4a4f9e3b 2126end-sanitize-gdbtk
09722039 2127
117a817d
JL
2128Thu Jan 5 01:16:40 1995 Jeff Law ([email protected])
2129
2130 * stabsread.c (define_symbol): Handle `a' symbol type used for
2131 reference parameter passed in a register.
2132
c4a5c37c
SS
2133start-sanitize-gdbtk
2134Wed Jan 4 19:49:10 1995 Stan Shebs <[email protected]>
2135
2136 * gdbtk.tcl (build_framework): Add standard commands menu, more
2137 windows to standard windows menu.
2138 (not_implemented_yet): Clarify message.
2139end-sanitize-gdbtk
2140
034022bf
KH
2141Wed Jan 4 12:27:29 1995 Kung Hsu <[email protected]>
2142
c023fbf4
KH
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
034022bf
KH
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
fd2ae9ec
JK
2151Wed Jan 4 09:18:27 1995 Jim Kingdon ([email protected])
2152
2153 * top.c (locate_arg): Call strchr not index.
2154
3bcf4181
PB
2155Tue Jan 3 16:52:03 1995 Per Bothner <[email protected]>
2156
2d67c7e9
PB
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
3bcf4181
PB
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
6dd6578b
SS
2170Mon Jan 2 15:02:51 1995 Stan Shebs <[email protected]>
2171
2172 * remote-udi.c (udi_load): Tell symbol_file_add that the
2173 program being loaded is the main program.
c4ea046a 2174
986c54ca 2175For older changes see ChangeLog-94
bd5635a1
RP
2176\f
2177Local Variables:
2178mode: indented-text
2179left-margin: 8
2180fill-column: 74
2181version-control: never
2182End:
This page took 0.878022 seconds and 4 git commands to generate.