]> Git Repo - binutils.git/blame - gdb/ChangeLog
Add in_reloc_p, cloned from coff-i386.c
[binutils.git] / gdb / ChangeLog
CommitLineData
95037710
JL
1Fri Oct 13 10:57:40 1995 Jeffrey A Law ([email protected])
2
3 * somsolib.c (som_solib_add): Just give a warning if a file
4 mentioned in the dld_list can't be found.
5 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP): Dig out
6 the PC from the PC queues rather than %r31.
7
148070cc
JL
8Thu Oct 12 13:36:15 1995 Jeffrey A Law ([email protected])
9
10 * corelow.c (core_open): Don't update the to_sections and
11 to_sections_end fields in core_ops here. It's too late.
12 * irix5-nat.c (solib_add): Update the to_sections and
13 to_sections_end fields in core_ops here if needed.
14 * osfsolib.c (solib_add): Likewise.
15 * rs6000-nat.c (xcoff_reload_core): Likewise.
16 * solib.c (solib_add): Likewise.
17 * somsolib.c (solib_add): Likewise.
18
1c17c090
FF
19Wed Oct 11 17:25:59 1995 Fred Fish <[email protected]>
20
21 * Makefile.in (VERSION): Bump version to 4.15.1
22
23Tue Oct 10 15:26:39 1995 Fred Fish <[email protected]>
24
25 * Makefile.in (VERSION): Version 4.15 released.
26 * README: Updated for version 4.15.
27 * README.GDBTK: Updated for version 4.15
28 * NEWS: Updated for 4.15 release.
29
3f38d5c9
FF
30Tue Oct 10 13:18:50 1995 Fred Fish <[email protected]>
31
32 * configure.in: Add AC_PROG_YACC
33 * configure: Regenerate
34 * Makefile.in (BISON): Remove macro definition.
35 (YACC): Set from autoconfig.
36 (FLAGS_TO_PASS): Remove BISON.
37 (TARGET_FLAGS_TO_PASS): Remove BISON.
38
eb708f2e
SC
39Tue Oct 10 12:25:11 1995 steve chamberlain <[email protected]>
40
41 * win32-nat.c (child_create_inferior): Pass argv correctly.
42 * Makefile.in (win32-nat.o): Add dependencies.
43
24e60978
SC
44Mon Oct 9 14:36:29 1995 steve chamberlain <[email protected]>
45
46 * NEWS: Add information about win32 and arm code.
47 * win32-nat.c: Renamed from win32.c
48 * config/i386/win32.mh: Renamed from config/i386/i386win32.mh.
49 * config/i386/win32.mt: Renamed from config/i386/i386win32.mt.
50 * config/i386/tm-win32.h: Renamed from config/i386/tm-i386win32.h.
51 * config/i386/xm-win32.h: Renamed from config/i386/xm-i386win32.h.
52 * configure.in (i[345]86-*-win32): Updated to cope with filename changes.
53 * configure: Regenerated.
54
93f972b7
PB
55Sun Oct 8 18:01:04 1995 Per Bothner <[email protected]>
56
57 * ch-exp.y (yylex): Also look for '$' following '$'.
58
d88c6a8a
MM
59Sat Oct 7 22:52:42 1995 Michael Meissner <[email protected]>
60
61 * ch-exp.y (yylex): Fix typo.
62
7a29d686
JW
63Fri Oct 6 11:56:49 1995 Jim Wilson <[email protected]>
64
65 * remote-sim.c (gdbsim_open): Put callback initializations here.
66 (_initalize_remote_sim): Not here.
67
b5776522
SS
68Fri Oct 6 17:08:49 1995 Stan Shebs <[email protected]>
69
70 * top.c (execute_control_command): Use 0/1 instead of BFD's
71 true/false.
72
625559e7
SG
73Fri Oct 6 14:43:19 1995 Stu Grossman ([email protected])
74
b5776522 75 * sparcl-stub.c: Include sparclite.h to get access to register
625559e7
SG
76 fondling macros.
77 * (trap_low): Save and restore FP regs if necessary. Also, clean
78 up save and restore of debug unit regs.
79 * (hard_trap_info): Add more architecturally defined traps.
80 * (set_debug_traps): Only set FP disabled trap if FP is disabled.
81 * (get_in_break_mode): Clean up. Get rid of calls to
b5776522 82 set_hw_breakpoint_trap(). Also, use write_asi macro.
625559e7
SG
83 * (handle_exception): Clean up `g' and `G' commands. Add `P'
84 command.
85 * (hw_breakpoint): Why was this here!? It's gone now...
86
abf6a9dc
JW
87Fri Oct 6 11:56:49 1995 Jim Wilson <[email protected]>
88
89 * callback.c (fdbad): Fix typo in comment.
b5776522
SS
90 (os_close, os_isatty, os_lseek, os_read, os_write): Use if
91 statements rather than || to get correct return value.
abf6a9dc
JW
92 (os_write_stdout): Pass missing first argument to os_write.
93 * remote-sim.c: Include callback.h.
b5776522
SS
94 (_initialize_remote_sim): Call sim_set_callbacks and then
95 initialize the callbacks.
abf6a9dc 96
398f584f
PB
97Thu Oct 5 17:28:09 1995 Per Bothner <[email protected]>
98
99 * values.c allocate_repeat_value): Allocate an array type, and
100 a value of that type; use that instead of setting VALUE_REPEATED.
101 * value.h (struct value): Remove fields repetitions and repeated.
102 (VALUE_REPEATED, VALUE_REPETITIONS): Removed, no longer used.
103 * c-valprint.c, ch-valprint.c, eval.c, printcmd.c, valops.c,
b5776522
SS
104 value.h, values.c: Simplify, since now VALUE_REPEATED is never
105 used.
106 * valprint.c (value_print_array_elemen): Removed never-used
107 function.
398f584f 108
c700638c
PB
109Thu Oct 5 15:14:36 1995 Per Bothner <[email protected]>
110
111 * parse.c (write_dollar_variable): New function.
b5776522
SS
112
113 * c-exp.y (yylex): Replace code for recognizing '$'
114 pseudo-variables with a call to write_dollar_variable.
c700638c
PB
115 Simplify grammar correspondingly.
116 * f-exp.y: Likewise.
117 * m2-exp.y: Likewise.
118 * ch-exp.y: Likewise. (Remove function match_dollar_tokens.)
b5776522 119 * scm-exp.c (scm_lreadr): Call write_dollar_variable to handle '$'.
c700638c 120
0694bce6
SC
121Thu Oct 5 13:27:30 1995 steve chamberlain <[email protected]>
122
123 * win32.c: New file; support for debugging on windows NT.
124 * configure.in: (i[345]86-*-win32): New target.
125 * configure: Regnerated.
126 * eval.c (evaluate_subexp_standard): Remove unused name.
127 * serial.c (gdb_string.h): Include.
128 * source.c (value.h): Include.
129 * config/i386/i386win32.mh (XDEPFILES): Add win32.o
130 * config/i386/i386win32.mt: New.
131 * config/i386/tm-i386win32.h: New.
132
3c02944a
PB
133Wed Oct 4 18:41:34 1995 Per Bothner <[email protected]>
134
135 * expression.h (enum exp_code): Added OP_NAME.
136 * expprint.c (print_subexp): Add OP_NAME support.
137 * parse.c (length_of_subexp, prefixify_subexp): Likewise.
138 * scm-lang.c (scm_unpack, in_eval_c, scm_lookup_name): new function.
139 * scm-lang.h: Declare builtin_type_scm; other minor tweaks.
140 * values.c (unpack_long): If type is SCM, call scm_unpack.
141 * scm-valprint.c (scm_val_print): Use extract_signed_integer,
142 instead unpack_long
143 * scm-lang.c: More Scheme expression parsing from here ...
144 * scm-exp.c: ... to here. New file.
145 Also, provide for gdb to evaluate simple constants and names..
146 * Makefile.in: Note new scm-exp.{c,o}.
147
706bfe5a
PB
148Wed Oct 4 17:23:03 1995 Per Bothner <[email protected]>
149
150 * gdbtypes.c (get_discrete_bounds): New function.
151 (force_to_range_type): Use get_discrete_bounds.
152 * gdbtypes.h (get_discrete_bounds): Add declaration.
153 * valarith.c (value_bit_index): Generalize to use get_discrete_bounds.
154 * ch-valprint.c (chill_val_print): Make (power)sets and bitstring
155 support use get_discrete_bounds and generally be more robust.
156
82569cc1
SS
157Tue Oct 3 16:54:56 1995 Stan Shebs <[email protected]>
158
159 * remote-nrom.c (nrom_ops): Add value for to_thread_alive,
b5776522 160 add comments naming slots.
82569cc1 161
a25ffb08
JL
162Mon Oct 2 21:45:44 1995 Jeff Law (law@hurl)
163
164 * top.c (build_command_line): Demand arguments for if/while
165 commands.
166
bac75810
JM
167Mon Oct 2 13:08:01 1995 Jason Molenda ([email protected])
168
169 * Makefile.in (X11_CFLAGS): Set only to @X_INCDIR@.
170
5b4d668a
PB
171Sat Sep 30 16:13:36 1995 Per Bothner <[email protected]>
172
173 * scm-lang.c: Moved Scheme value printing code to ...
174 * scm-valprint.c: ... this new file.
175 Also major improvements in support for printing SCM values.
176 * scm-lang.h: New file.
177 * scm-tags.h: New file.
178 * Makefile.in: Note new scm-valprint.{c,o}.
179
66efdff9
JM
180Sat Sep 30 09:35:02 1995 Jason Molenda ([email protected])
181
182 * configure.in: X_INCDIR and X_LIBDIR added.
183 * Makefile.in: @X_INCDIR@ and @X_LIBDIR@ added.
184 * configure: Regnerated.
185
b890317e
SC
186Fri Sep 29 02:10:05 1995 steve chamberlain <[email protected]>
187
99f2ccd1
SC
188 * config/arm/tm-arm.h (FRAME_CHAIN, FRAME_CHAIN_VALID):
189 Any pc > LOWESTPC is ok.
190
b890317e
SC
191 * remote-rdp.c (rdp_init): Take out variable baud rate stuff.
192 (remote_rdp_detatch): Delete.
193 * breakpoint.c (ctype.h): Don't include twice.
194
195 * Makefile.in (remote-rdp.o): Doesn't need remote-rdp.h
196 * callback.c (os_printf_filtered): fix protos.
197 * defs.h (puts_filtered, puts_unfiltered
198 [v|f|]printf_[un]filtered): Make format arg const.
199 * remote-rdp.c (rdp_init): Attept to sync at different
200 baudrates.
201 * utils.c (puts_filtered, puts_unfiltered
202 [v|f|]printf_[un]filtered): Define prototypes with
203 const in the right place.
204
0e4ca328
PB
205Thu Sep 28 17:43:39 1995 Per Bothner <[email protected]>
206
207 * defs.h (enum language): Add language_scm.
208 * expression.h (enum exp_code): Added OP_EXPRSTRING.
209 * scm-lang.c: Preliminary support for Guile /SCM dialect of Scheme.
210 * expprint.c (print_subexp): Add OP_EXPRSTRING support.
211 * parse.c (length_of_subexp, prefixify_subexp): Likewise.
212 * valops.c (find_function_in_inferior): New function.
213 (value_allocate_space_in_inferior): New function.
214 (allocate_space_in_inferior): Redefine using previous function.
215 * Makefile.in (SFILES): Add scm-lang.c.
216 (COMMON_OBS): Add scm-lang.o
217
dedcc91d
SC
218Thu Sep 28 14:32:11 1995 steve chamberlain <[email protected]>
219
220 * callback.[ch]: New files.
221 * remote-rdp.c: Support for the ARM RDP monitor.
222 * Makefile: Update.
223 * arm-tdep.c (arm_othernames): New.
224 (_initialize_arm_tdep): install 'othernames' command.
225 (arm_nullified_insn, shifted_reg_val, arm_get_next_pc): New.
226 * configure.in: Check for termios.h, termio.h and sgtty.h.
227 (i[345]86-*-win32*): New host.
228 * configure: Regenerated.
229 * inflow.c: Clean up inclusions.
230 * main.c (main): Check for WINGDB, not WIN32.
231 * printcmd.c (do_examine): Put QUIT test in loop.
232 * remote-hms.c (e7000_load): Delete.
233 (hms_ops): Point to generic_load instead.
234 * remote-hms.c (hms_ops): Point to generic_load.
235 * remote-sim.c (sim_callback_write_stdout): Becomes
236 gdbsim_write_stdout.
237 (gdbsim_load): Call generic_load.
238 * remote-utils.c (gr_load_image): Delete.
239 * ser-unix.c (terminal.h): Include instead of havig
240 own #if tree.
241 (hardwire_flush_input): Reset input buffer too.
242 * source.c (openp): If WIN32 then open file in binary mode.
82569cc1
SS
243 * terminal.h: Configure IO mechanism using autoconf defines if
244 available and not overriden.
245 * utils.c (quit, pollquit, notice_quit): WIN32 check becomes
246 WINGDB check.
247
248 * config/arm/arm.mt (TDEPFILES): Add remote-rdp.o.
249 * config/arm/tm-arm.h (TARGET_BYTE_ORDER): becomes
250 TARGET_BYTE_ORDER_SELECTABLE.
dedcc91d
SC
251 (ADDR_BITS_REMOVE): New.
252 (ORIGINAL_REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): New.
82569cc1 253 (INST_xx): New.
dedcc91d
SC
254 (FRAME_FIND_SAVED_REGS): Pass the right argument.
255 (arm_get_next_pc): Declare.
b890317e 256
37d190e0
PB
257Wed Sep 27 10:14:36 1995 Per Bothner <[email protected]>
258
82569cc1
SS
259 * valops.c (search_struct_field): Also allow "else" as a variant
260 name.
37d190e0
PB
261 * eval.c (evaluate_struct_tuple): New function. Used to evaluate
262 structure tuples. Now also handles Chill variant records.
263 (get_label): New function, used by evaluate_struct_tuple.
264 (evaluate_subexp_standard case OP_ARRAY): Use evaluate_struct_tuple.
265 (evaluate_labeled_field_init): Removed.
266
267 * valops.c (search_struct_field): Generalize to work with Chill
268 variant records.
269
df1e1074
PS
270Sat Sep 23 01:22:23 1995 Peter Schauer ([email protected])
271
272 * mdebugread.c (parse_partial_symbols): Reset includes_used
273 and dependencies_used after finishing the partial symbol table.
274
4f8710e6
PS
275 * rs6000-tdep.c (push_dummy_frame): Handle lr_offset of zero
276 correctly.
277
df1e1074
PS
278 * rs6000-nat.c (xcoff_relocate_core): Don't relocate data
279 addresses for the main objfile if DONT_RELOCATE_SYMFILE_OBJFILE
280 is defined.
281 * xcoffread.c: gcc -Wall lint. Remove traceback table reading
282 code. The existing code tried to add parameter information for
283 functions compiled without -g, which cannot be done properly
284 for optimized code and produced misleading parameter displays.
285 (ef_complaint, eb_complaint): Make a local static copy to avoid
286 dependency on coffread.c.
287 (read_xcoff_symtab, process_xcoff_symbol, scan_xcoff_symtab):
288 Enter C_EXT/C_HIDEXT symbols into the minimal symbol table only.
289 (read_xcoff_symtab): Ignore C_STAT section auxiliary entry
290 symbols. Complain about unmatched .ef and .eb symbols instead of
291 segfaulting.
292 (process_xcoff_symbol): Determine value of C_GSYM symbols via
293 the global_sym_chain mechanism in stabsread.c.
294 (xcoff_new_init): Call stabsread_new_init and buildsym_new_init.
295 (init_string_tab): Initialize length field bytes in the strtbl.
296 (scan_xcoff_symtab): Skip symbols that start with `$' or `.$'.
297 Set first_fun_line_offset for symbols with two auxents only.
298
78441c6f
JL
299Wed Sep 20 21:06:35 1995 Jeff Law ([email protected])
300
301 * op50-rom.c (op50n_cmds): Send ".\r" after the interrupt
302 character.
303
582433a8
ILT
304Wed Sep 20 13:12:56 1995 Ian Lance Taylor <[email protected]>
305
306 * Makefile.in (maintainer-clean): New target, synonym for
307 realclean. Add GNU standard maintainer-clean echos.
308 * gdbserver/Makefile.in (maintainer-clean): New target, synonym
309 for realclean.
310 * nlm/Makefile.in (maintainer-clean): Likewise.
311
5e67328f
SC
312Wed Sep 20 08:16:03 1995 steve chamberlain <[email protected]>
313
314 * defs.h (xmalloc, xrealloc): Delete, they're declared in libiberty.h.
315 (GETENV_PROVIDED, FCLOSE_PROVIDED): New.
316 * doc/gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
317 * remote-sim.[ch] (sim_callback_write_stdout): New.
318
b4680522
PB
319Tue Sep 19 15:28:58 1995 Per Bothner <[email protected]>
320
321 * gdbtypes.c (create_set_type): Set TYPE_LENGTH in bytes, not bits.
322 * valops.c (value_bitstring): TYPE_LENGTH is bytes, not bits.
323
324 * gdbtypes.c (force_to_range_type): Calculate upper limit of
325 TYPE_CODE_CHAR depending on TYPE_LENGTH (instead of just using 255).
326
667315a3
JL
327Mon Sep 18 01:43:42 1995 Jeff Law ([email protected])
328
329 * somsolib.c (auto_solib_add_at_startup): Delete definition. No
330 longer needed.
331
cc917275
PS
332Sat Sep 16 13:23:36 1995 Peter Schauer ([email protected])
333
334 * config/mips/tm-mips.h (UNUSED_REGNUM): Define.
335 * mipsv4-nat.c (supply_gregset): Fill UNUSED_REGNUM register
336 with zero.
337
0672384c
SG
338Thu Sep 14 17:35:24 1995 Stu Grossman ([email protected])
339
340 * remote-sim.c (gdbsim_create_inferior): Back out change that
341 broke all simulator configurations except the rs6000.
342
ee90dcc2
JL
343Thu Sep 14 14:44:59 1995 Jeffrey A. Law <[email protected]>
344
345 * monitor.c (monitor_expect): Discard NULL characters.
346
515f09ea
KH
347Thu Sep 14 14:12:30 1995 Kung Hsu <[email protected]>
348
349 * infcmd.c: Add extern declaration for auto_solib_add_at_startup.
350
0bd537a4
KH
351Wed Sep 13 13:33:58 1995 Kung Hsu <[email protected]>
352
353 * symfile.c: Move global variable auto_solib_add_at_startup from
354 solib.c to symfile.c.
355 * solib.c: ditto.
356 * symfile.h: Add extern declaration of the above mentioned variable.
357 * infcmd.c: Take out extern declaration, since it's in symfile.h.
358
4444f56b
SG
359Thu Sep 14 12:39:35 1995 Stu Grossman ([email protected])
360
361 * coffread.c (coff_symtab_read): Complain about unmatched .ef and
362 .eb symbols instead of segfaulting.
363
771e0a5c
KH
364Wed Sep 13 13:33:58 1995 Kung Hsu <[email protected]>
365
4444f56b 366 * stabsread.c (read_one_struct_field): Use subfile language instead of
771e0a5c
KH
367 global language. Improve efficiency.
368
2e977a3a
JL
369Wed Sep 13 08:45:02 1995 Jeff Law ([email protected])
370
371 * somsolib.c (auto_solib_add_at_startup): Define new global variable.
372 (som_solib_create_inferior_hook): Don't add libraries if
373 auto_solib_add_at_startup is zero.
374 (_initialize_som_solib): Add command to toggle
375 auto_solib_add_at_startup.
376
5be86c56
JL
377Tue Sep 12 19:37:24 1995 Jeff Law ([email protected])
378
379 * monitor.c (monitor_make_srec): Fix thinkos in computation
380 of addr_size.
381
f434284a
KH
382Tue Sep 12 15:46:18 1995 Kung Hsu <[email protected]>
383
aeca85c1
KH
384 * stabsread.c (read_one_struct_field): Add a patch to handle cfront
385 generated stabs that each field is in full mangled name.
386
fe82872c
KH
387 * stabsread.c: To include language.h and expression.h for the reason
388 above.
389
f434284a
KH
390 * infcmd.c (attach_command): Add solibs only when
391 auto_solib_add_at_startup is set.
392
0764fb04
FF
393Mon Sep 11 17:22:35 1995 Fred Fish <[email protected]>
394
395 * NEWS: Add information about remote target caching.
396
031c4a7e
FF
397Sun Sep 10 15:36:21 1995 Fred Fish <[email protected]>
398
399 * defs.h: Only include mmalloc.h if NO_MMALLOC is not
400 defined.
401
3a4f9786
MT
402Sun Sep 10 10:24:48 1995 Michael Tiemann <[email protected]>
403
404 * tm-ppc-eabi.h (PC_IN_CALL_DUMMY): Redefine this to work with the
405 simulator. FIXME.
406
407 * rs6000-tdep.c (push_dummy_frame): Calculate the correct link
408 register offset from the current frame (don't assume it is always 8).
409 (push_dummy_frame): Add comment about having only 4096 bytes of
410 stack space in the simulator (by default).
411
412 * remote-sim.c (gdbsim_create_inferior): Call
413 `add_text_to_loadinfo' so that gdb can find TOC entries when
414 calling functions in the inferior.
415
85226acd
PS
416Sun Sep 10 09:00:28 1995 Peter Schauer ([email protected])
417
418 * sparc-tdep.c (fill_fpregset): Fix incorrect FP_MAX_REGNUM
419 substitution.
420 (supply_fpregset): Use FP_MAX_REGNUM.
421
b6a40d0c
PS
422Sat Sep 9 08:21:52 1995 Peter Schauer ([email protected])
423
424 * stabsread.c (read_enum_type): Exit loop for putting pending
425 enum symbols into the enum type correctly if we had no pending
426 symbols on entry to read_enum_type.
427
2858b1f2
KH
428Fri Sep 8 12:57:41 1995 Kung Hsu <[email protected]>
429
6047ab6a
KH
430 * inferior.h: Add extern declaration of inferior_environ.
431 * solib.c (solib_map_sections): To get inferior's env instead of
432 gdb's for LD_LIBRARY_PATH, same for PATH.
433
2858b1f2
KH
434 * solib.c (solib_map_sections): Copy full path name into so_list
435 structure so that symbol_file_add can find it.
436
437Tue Sep 5 17:47:53 1995 Doug Evans <[email protected]>
438
439 * config/sparc/tm-sp64.h (REGISTER_RAW_SIZE): Lower 32 fp regs
440 have size 4.
441 (REGISTER_VIRTUAL_SIZE): Likewise.
442 (REGISTER_VIRTUAL_TYPE): Lower 32 fp regs have type float.
443 Upper 32 fp regs have type double.
444 * sparc-tdep.c (NUM_SPARC_FPREGS): Replace with
445 (FP_REGISTER_BYTES): this, and update all uses.
446 (FP_MAX_REGNUM): Define if not already.
447 (get_saved_register): Handle new sparc64 fp regs.
448 (sparc_frame_find_saved_regs): Likewise.
449 (sparc_print_register_hook): Only print fp regs < 32 as doubles.
450 Add code to handle long doubles when gdb does.
451 (_initialize_sparc_tdep): Use print_insn_sparc64 if sparc64.
452
5e711e7f
PS
453Sat Sep 2 06:41:26 1995 Peter Schauer ([email protected])
454
455 * configure.in: Explicitly `exit 0' for broken shells.
456 * configure: Rebuilt.
457
458 * symtab.c (list_symbols): Add missing blank after
459 `<function, no debug info>' output.
460
461 * valops.c (value_assign): Handle truncation when assigning
462 to bitfields. Use value_copy to construct the return value
463 from toval.
464 * values.c (value_copy): Copy VALUE_FRAME and VALUE_OPTIMIZED_OUT.
465
180fd370
JSC
466Fri Sep 1 08:25:50 1995 James G. Smith <[email protected]>
467
468 * configure (mips64*vr4300*-*-elf): Support added.
469 * remote-mips.c (mips_readchar): Change to allow build-time prompt
470 string.
471 * config/mips/tm-mips.h: Added TARGET_MONITOR_PROMPT.
472 * config/mips/{vr4300.mt, vr4300el.mt, tm-vr4300.h,
473 tm-vr4300el.h}: Added.
474
07846c7a
JW
475Thu Aug 31 12:48:04 1995 Jim Wilson <[email protected]>
476
477 * config/sh/sh.mt (SIM): Add -lm.
478
9b73a467
KH
479Wed Aug 30 18:10:57 1995 Kung Hsu <[email protected]>
480
481 * rmote-nindy.c (non_dle, nidy_resume, nindy_wait): Changes to
482 conform to GNU coding standards.
483
484 * solib.c (match_main): Modify to follow GNU coding conventions.
485
0858c908
KH
486Mon Aug 28 17:07:26 1995 Kung Hsu <[email protected]>
487
488 * remote.c (remote_wait): Revert 19 July my change which should be
489 customer specific.
490
080868b4
PS
491Sat Aug 26 00:26:11 1995 Peter Schauer ([email protected])
492
493 * mdebugread.c (parse_symbol): Handle sh.value of zero for enums.
494 Determine signedness of enum type from enumerators.
495 (parse_type): Handle btIndirect types, handle fBitfield for
496 some non-member types.
497 (upgrade_type): Use TYPE_FLAG_TARGET_STUB for arrays with
498 unknown length.
499 (cross_ref): Handle stIndirect forward reference to btTypedef.
500
501 * stabsread.c (read_enum_type): Determine signedness of enum
502 type from enumerators.
503
504 * top.c (execute_command): Remove trailing whitespace from
505 command arguments, except for `set' and `complete' commands.
506 (validate_comname): Allow underscores in user defined command
507 names.
508
509 * values.c (modify_field): Change `Value does not fit in %d bits'
510 error to a warning. Exclude sign extension bits of negative field
511 values from fit check.
512
13ba8b69
MM
513Fri Aug 25 11:31:29 1995 Michael Meissner <[email protected]>
514
515 * configure.in (powerpc*-*-eabisim*): Only link in the simulator
516 if the target is powerpc{,le}-*-eabisim*, since the simulator
517 needs GCC to build.
518 * config/powerpc/ppc{,le}-sim.mt: Cloned from ppc{,le}-eabi.mt.
519 * config/powerpc/ppc{,le}-eabi.mt: Remove simulator support.
520 * config/powerpc/tm-ppc{,le}-sim.mt: Include tm-ppc{,le}-sim.h.
521
19c3fec4
MM
522Wed Aug 23 16:55:35 1995 Michael Meissner <[email protected]>
523
524 * config/powerpc/ppc{,le}-eabi.mt (SIM_OBJS, SIM): Link in the
525 PowerPC simulator.
526
7e72b115
JL
527Tue Aug 22 02:00:47 1995 Jeff Law ([email protected])
528
740e8028
JL
529 * tm-hppa.h (EXTRACT_RETURN_VALUE): Fix for FP values.
530
90df364f
JL
531 * tm-hppa.h (STORE_RETURN_VALUE): Fix to work with -msoft-float
532 calling conventions too. Use the TYPE of the return value, not
533 its length to determine if it should also be copied into the
534 floating point registers.
535
7e72b115
JL
536 * tm-hppa.h (PROLOGUE_FIRSTLINE_OVERLAP): Delete. Causes more
537 problems than it fixes.
538 * hppa-tdep.c (skip_prologue): If we exit the main loop without
539 finding all the register saves, retry again without looking for
540 the registers we could not find the first time.
541
c85ff3a3
JL
542Mon Aug 21 23:39:56 1995 Jeff Law ([email protected])
543
544 * hppa-tdep.c (frame_chain_valid): Handle systems where "$START$"
545 calls "main" directly.
546 (skip_prologue): Always assume arguments were saved into the stack
547 since GCC will do so without setting the magic Args_Saved bit in
548 the unwind descriptor.
549
bb8e4e4d
KH
550Mon Aug 21 11:49:17 1995 Kung Hsu <[email protected]>
551
552 * remote-udi.c (udi_wait): Mask off high bits of stop reason.
553 * remote-udi.c (fetch_register): For unfetchable regs, pretend it's
554 done. Fix a bug.
555
fa296a0c
JL
556Mon Aug 21 00:45:17 1995 Jeff Law ([email protected])
557
558 * Makefile.in (install): Remove "brokensed" hack, unnecessary now
559 that we're using autoconf.
560 (uninstall): Likewise.
561
f61f41d9
MT
562Sat Aug 19 17:20:22 1995 Michael Tiemann <[email protected]>
563
564 * gdbtk.tcl: ENABLE comes back as "1" or "0", not "enable" or
565 "disable".
566 Also, wire up the breakpoint window so that it can be demo'd.
567
2447e9af
PS
568Sat Aug 19 01:19:34 1995 Peter Schauer ([email protected])
569
570 * gdbtypes.c (recursive_dump_type): Add dont_print_type_obstack
571 to inhibit infinite recursion when printing aggregate types.
572
69c626a9
SC
573Fri Aug 18 17:48:55 1995 steve chamberlain <[email protected]>
574
575 * dcache.c (dcache_write_line): Write dirty lines right.
576
673e1bab
PS
577Fri Aug 18 06:26:56 1995 Peter Schauer ([email protected])
578
579 * sparc-tdep.c (isbranch): Fix typo which caused wrong
580 target addresses for annulled branches.
581
1ce8a30f
JL
582Wed Aug 16 21:54:39 1995 Jeff Law ([email protected])
583
584 * config/pa/tm-hppa.h (PROLOGUE_FIRSTLINE_OVERLAP): Define.
585
ec10503a
SC
586Tue Aug 15 07:51:21 1995 steve chamberlain <[email protected]>
587
588 * remote.c (remote_write_bytes): Chop up large transfers.
589
dd17dde6 590Mon Aug 14 17:56:36 1995 Stan Shebs <[email protected]>
0e2c2c1e 591
dd17dde6 592 * gcc.patch: Remove, relevant only to long-ago versions of GCC.
ae71adb8 593
dd17dde6 594Mon Aug 14 13:43:01 1995 Kung Hsu <[email protected]>
56c423fe 595
0e2c2c1e
KH
596 * config/sparc/tm-sparclite.h: Define FRAME_CHAIN_VALID_ALTERNATE.
597 * blockframe.c (inside_main_func): If main func addr range not set,
598 try to set it now.
599
65eaea27
JL
600Sat Aug 12 15:34:54 1995 Jeffrey A. Law <[email protected]>
601
407f52c1
JL
602 * config/powerpc/xm-aix.h (FIVE_ARG_PTRACE): Define.
603 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
604
65eaea27
JL
605 * configure.in: Recognize aix4 specially as some aspects
606 of aix4 need different handling than aix3.
607 * configure: Updated.
608 * config/powerpc/{aix4.mh,aix4.mt,tm-ppc-aix4.h}: New files
609 specific to aix4 support on the power pc.
610 * config/powerpc/tm-ppc-aix.h (DONT_RELOCATE_SYMFILE_OBJFILE): Do
611 not defined. The aix4 specific target files will do that.
612 * config/rs6000/{aix4,mh,aix4,mt,tm-rs6000-aix4.h}: New files
613 specific to aix4 support on the rs6000.
614
615 * config/rs6000/tm-rs6000.h (CONVERT_FROM_FUNC_PTR_ADDR): Don't
616 do the conversion if the pointer is not a magic aix function
617 pointer.
618 * rs6000-tdep.c: Include objfiles.h and symtab.h.
619 (is_magic_function_pointer): New function.
620
621 * rs6000-tdep.c (skip_prologue): Refine check for frameless
622 functions. Handle b .+4 emitted by aix4 compilers. Only
623 allow one load of a minimal toc pointer. Handle aix4 compiler's
624 code for alloca.
625
626 * rs6000-tdep.c (find_toc_address): Report an error if no toc was
627 found rather than possibly core dumping.
628
dd17dde6 629 * partial-stab.h: Handle extra field generated by the aix4 compiler
65eaea27
JL
630 for enumerations.
631 * stabsread.c (read_enum_type): Likewise.
632
07781ac0
PS
633Sat Aug 12 03:18:04 1995 Peter Schauer ([email protected])
634
635 * rs6000-tdep.c (extract_return_value): Fix returning of values
636 whose length is less than the register size for big endian targets.
637
f21c9aec
KH
638Fri Aug 11 13:04:32 1995 Kung Hsu <[email protected]>
639
dd17dde6
SS
640 * symtab.c (list_symbols): if break command set breakpoint on
641 matched symbol.
f21c9aec 642
eae45ea9
FF
643Wed Aug 9 18:59:05 1995 Fred Fish <[email protected]>
644
645 * defs.h (strchr, strrchr, strstr, strtok, strerror): Enclose in
646 #ifndefs to protect against previous definitions as macros.
647
38fb211b
KH
648Wed Aug 9 14:51:36 1995 Kung Hsu <[email protected]>
649
dd17dde6
SS
650 * xcoffread.c (xcoff_symfile_offset): Revert an unwanted change
651 that got in accidentally with Aug 1 change.
38fb211b 652
998cfe7d
SC
653Sat Aug 5 09:07:28 1995 steve chamberlain <[email protected]>
654
655 * remote-hms.c (hms_cmds): Get reg term right.
656 * monitor.c (monitor_fetch_register): If we see
657 a non-hex digit, just stop reading.
658 * remote.c (remote_wait): Change way $O is handled.
659
fbc3f191
JL
660Wed Aug 9 11:42:36 1995 Jeffrey A. Law <[email protected]>
661
662 * configure.in (powerpc-*-aix*): Recognize as a new gdb host
663 and target.
664 (powerpc-*-eabi*): Don't set configdirs.
25d0e5a0 665 (powerpcle-*-eabi*): Likewise.
fbc3f191
JL
666 * configure: Updated.
667 * rs6000-nat.c (vmap_ldinfo): Don't relocate data addresses
668 for the main objfile if DONT_RELOCATE_SYMFILE_OBJFILE is
669 defined.
670 * config/powerpc/{aix.mh,aix.mh}: Host and target makefile fragments
671 for powerpc running aix4.
672 * config/powerpc/{nm-aix.h, tm-ppc-aix.h, xm-aix.h}: Native, target
673 and host include files for powerpc running aix4.
674
327332d8
SS
675Wed Aug 9 08:11:45 1995 Stan Shebs <[email protected]>
676
677 * top.c (target_output_hook): Really make it match defs.h (char *
678 is not the same as unsigned char *).
679
c61c48c0
C
680Tue Aug 8 15:13:05 1995 J.T. Conklin <[email protected]>
681
682 * Makefile.in (CXX_FOR_TARGET): Don't use ${rootme}/../gcc/xgcc
683 unless it is present.
684
842bdf8c
JL
685Tue Aug 8 10:50:15 1995 Jeffrey A. Law <[email protected]>
686
7aaec27b
JL
687 * top.c (target_output_hook): Make declaration match the one
688 in defs.h.
689
842bdf8c
JL
690 * symfile.c (add_psymbol_to_list): Initialize SYMBOL_SECTION.
691 (add_psymbol_addr_to_list): Likewise.
692 * symfile.h (ADD_PSYMBOL_VT_TO_LIST): Likewise.
693
b6d70e15
SC
694Mon Aug 7 15:34:29 1995 steve chamberlain <[email protected]>
695
764efb58 696 * top.c (target_output_hook): New definition.
b6d70e15
SC
697 * stack.c (gdb_string.h): Include after defs.h
698 * defs.h (target_output_hook): New declaration.
699 * source.c (mod_path): Fix Win32 \ handling.
700
f4eec25c
JL
701Sun Aug 6 22:14:25 1995 Jeff Law ([email protected])
702
703 * hppa-tdep.c (frame_saved_pc): Don't try to dig a return pointer
704 out of a long branch stub.
705
706Fri Aug 4 13:37:31 1995 Jeffrey A. Law <[email protected]>
707
708 * xcoffread.c (process_linenos): Fix typo in last change.
709
710Thu Aug 3 22:01:26 1995 Fred Fish <[email protected]>
711
712 * ch-exp.y (write_lower_upper_value): Add prototype so bison
713 generated parser will insert prototype before first func usage.
714 Bison and byacc order the output sections differently. Also
715 make function static.
716
605b7789
FF
717Thu Aug 3 10:45:37 1995 Fred Fish <[email protected]>
718
719 * Update all FSF addresses except those in COPYING* files.
720
adbe434b
PS
721Thu Aug 3 01:38:45 1995 Peter Schauer ([email protected])
722
723 * config/alpha/tm-alpha.h (EXTRA_FRAME_INFO): Add pc_reg field.
724 (SKIP_TRAMPOLINE_CODE): Define.
725 * alpha-tdep.c (alpha_frame_saved_pc): Use pc_reg field from
726 frame to find the saved pc register.
727 (alpha_saved_pc_after_call): Skip over shared library trampoline
728 before trying to find the saved pc register.
729 (find_proc_desc): Copy PROC_PC_REG from found proc_desc
730 to heuristic proc_desc.
731 (init_extra_frame_info): Initialize pc_reg field in frame.
732
949e2bbf
SS
733Wed Aug 2 18:00:36 1995 Stan Shebs <[email protected]>
734
735 * configure.in (m68*-est-*): Use monitor target config.
736 * configure: Update.
737 * config/m68k/est.mt, config/m68k/tm-est.h: Delete.
738 * config/m68k/monitor.mt, config/m68k/tm-monitor.h: Fix comments.
739
7613212c
FF
740Tue Aug 1 22:52:53 1995 Fred Fish <[email protected]>
741
742 * Makefile.in (VERSION): Bump to 4.14.2
743
744Tue Aug 1 16:04:36 1995 Kung Hsu <[email protected]>
745
746 * xcoffread.c (process_linenos): The value in include file symbol
747 should point to line number table. Currently this value is not
748 set correctly by AIX ld. A fix to get around this bug.
749
2b576293
C
750Tue Aug 1 11:44:53 1995 J.T. Conklin <[email protected]>
751
752 * configure.in: Check for working mmap, ansi headers, string.h,
753 strings.h, and memory.h.
754 * configure: Regenerated.
755
756 * gdb_stat.h: New file, "portable" <sys/stat.h>.
757 * gdb_string.h: New file, "portable" <string.h>.
758
759 * altos-xdep.c, arm-tdep.c, arm-xdep.c, convex-tdep.c,
760 convex-xdep.c, coredep.c, cxux-nat.c, dbxread.c, exec.c,
761 gould-xdep.c, hppa-tdep.c, i386aix-nat.c, i386b-nat.c,
762 i386mach-nat.c, i386v-nat.c, infptrace.c, m88k-nat.c, main.c,
763 mdebugread.c, objfiles.c, os9kread.c, procfs.c, pyr-xdep.c,
764 rs6000-nat.c, source.c, standalone.c, stuff.c, sun386-nat.c,
765 symfile.c, symm-nat.c, symm-tdep.c, symtab.c, top.c, ultra3-nat.c,
766 ultra3-xdep.c, umax-xdep.c, xcoffread.c: Include "gdb_stat.h"
767 instead of <sys/stat.h>.
768
769 * alpha-tdep.c, breakpoint.c, buildsym.c, c-typeprint.c,
770 ch-typeprint.c, coffread.c, command.c, core-sol2.c, core-svr4.c,
771 core.c, corelow.c, cp-valprint.c, dbxread.c, dcache.c, demangle.c,
772 dpx2-nat.c, dstread.c, dwarfread.c, elfread.c, environ.c, eval.c,
773 exec.c, f-lang.c, f-typeprint.c, f-valprint.c, findvar.c,
774 fork-child.c, gdbtypes.c, hpread.c, i386-tdep.c, infcmd.c,
775 inflow.c, infptrace.c, infrun.c, irix5-nat.c, language.c,
776 m2-typeprint.c, main.c, mdebugread.c, minsyms.c, mipsread.c,
777 monitor.c, nlmread.c, objfiles.c, os9kread.c, osfsolib.c, parse.c,
778 printcmd.c, procfs.c, regex.c, remote-adapt.c, remote-arc.c,
779 remote-array.c, remote-bug.c, remote-e7000.c, remote-eb.c,
780 remote-es.c, remote-hms.c, remote-mm.c, remote-os9k.c,
781 remote-pa.c, remote-sim.c, remote-st.c, remote-udi.c,
782 remote-utils.c, remote-vx.c, remote-vx29k.c, remote-vx68.c,
783 remote-vx960.c, remote-vxmips.c, remote-vxsparc.c, remote.c,
784 solib.c, somread.c, source.c, stabsread.c, stack.c, symfile.c,
785 symmisc.c, symtab.c, target.c, top.c, typeprint.c, utils.c,
786 valarith.c, valops.c, valprint.c, values.c, xcoffread.c: Include
787 "gdb_string.h" instead of <string.h>.
788start-sanitize-gdbtk
789 * gdbtk.c: Likewise.
790end-sanitize-gdbtk
791
792 * config/xm-sysv4.h, i386/xm-ptx.h, m68k/xm-sun3os4.h,
793 sparc/xm-sun4os4.h (HAVE_MMAP): Removed.
794
795 * config/xm-lynx.h, config/i386/xm-ptx.h,
796 config/m68k/nm-apollo68b.h, config/m68k/xm-hp300hpux.h,
797 config/mips/xm-irix3.h, config/mips/xm-mips.h,
798 config/mips/xm-news-mips.h, config/mips/xm-riscos.h,
799 config/pa/hppah.h, config/rs6000/xm-rs6000.h,
800 config/sparc/xm-sun4os4.h, config/sparc/xm-sun4sol2.h,
801 config/vax/xm-vaxbsd.h, config/vax/xm-vaxult.h,
802 config/vax/xm-vaxult2.h (MEM_FNS_DECLARED): Removed.
803 * config/mips/xm-irix3.h, config/mips/xm-mips.h,
804 config/pa/xm-hppah.h (memcpy, memset): Removed declarations.
805
92a6d600
PS
806Tue Aug 1 02:08:30 1995 Peter Schauer ([email protected])
807
808 * mips-tdep.c (mips_extract_return_value): Fix returning of
809 values whose length is less than the register size for big endian
810 targets.
811 * alpha-tdep.c (alpha_extract_return_value,
812 alpha_store_return_value): Use alpha_convert_register_to_*
813 to handle functions returning "float" correctly.
814
ec7b6fcf
SS
815Mon Jul 31 19:12:48 1995 Stan Shebs <[email protected]>
816
817 * h8500-tdep.c: General linting and cleanup.
818 (opcodes/h8500-opc.h): Don't include.
819 (code_size, data_size): Make static.
820 (frame_locals_address, frame_args_address): Remove.
821 (h8300_pop_frame): Rename to h8500_pop_frame.
822 (big_command, medium_command, compact_command, small_command):
823 Define as regular functions rather than with macro trickery.
824 (tm_print_insn): Set to correct disassembler function.
825 * config/h8500/tm-h8500.h: Minor cleanup, add prototypes.
826 (ABOUT_TO_RETURN): #if 0 out.
827 (FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS): Use usual define.
828 (GDB_TARGET_IS_H8500): Remove duplicate definition.
829 (regoff): Remove, never used.
830 * config/h8500/h8500.mt (TDEPFILES): Add monitor.o.
831
1a494973
C
832Mon Jul 31 14:32:30 1995 J.T. Conklin <[email protected]>
833
834 * configure.in: Check for unistd.h.
835 * configure: Regenerated.
836
837 * command.c, cp-valprint.c, fork-child.c, i386-tdep.c,
838 i386b-nat.c, inflow.c, main.c, maint.c, objfiles.c, solib.c,
839 source.c, stack.c, symfile.c, top.c, utils.c: Include strings.h
840 and/or unistd.h to bring prototypes into scope.
841
842Sun Jul 30 01:40:11 1995 Peter Schauer ([email protected])
843
844 * rs6000-tdep.c (frame_saved_pc): Check for signal handler caller
845 before trying to determine the start of the function.
846 (skip_prologue): Skip subroutine call which might save the
847 floating point registers only if it is within the first three
848 instructions.
849 Reinstate setting of alloca_reg if setup of a gcc frame pointer
850 is found.
851 (frame_get_cache_fsr): Use new fields in rs6000_framedata.
852
86b40da4
SS
853Sat Jul 29 14:43:35 1995 Stan Shebs <[email protected]>
854
855 * sparclite: Removed subdirectory. aload and eload are now in
856 utils/sparclite, low-level library is in libgloss.
857 * configure.in (sparclite*): Don't configure sparclite subdir.
858 * configure: Update.
859 * Makefile.in (TARDIRS): Remove, no longer used.
860
e4dbd248
PS
861Sat Jul 29 01:45:56 1995 Peter Schauer ([email protected])
862
b6753b3f
PS
863 * procfs.c (unconditionally_kill_inferior): Clear current signal
864 if PROCFS_NEED_CLEAR_CURSIG_FOR_KILL is defined.
865 * config/alpha/nm-osf3.h (PROCFS_NEED_CLEAR_CURSIG_FOR_KILL): Define.
866
e4dbd248
PS
867 * alpha-tdep.c: Move sigtramp handling of saved registers from
868 read_next_frame_reg to alpha_find_saved_regs, handle saved
869 floating point registers.
870 * mips-tdep.c: Move sigtramp handling of saved registers from
871 read_next_frame_reg to mips_find_saved_regs, handle saved
872 floating point registers.
873 * config/mips/tm-irix3.h, config/mips/tm-irix5.h,
874 config/mips/tm-mipsv4.h (SIGFRAME_FPREGSAVE_OFF): Define.
875
876 * sparc-tdep.c (sparc_pc_adjust): Fix check for `unimp'
877 instruction to handle functions returning structures with
878 large sizes properly.
879
880Fri Jul 28 11:50:17 1995 steve chamberlain <[email protected]>
881
882 * configure, configure.in (z8k-*-sim): deleted.
883
884Thu Jul 27 12:49:28 1995 Jeffrey A. Law <[email protected]>
885
886 * lynx-nat.c (child_wait): Handle threads exiting.
887
888Thu Jul 27 07:47:50 1995 Michael Meissner <[email protected]>
889
890 * rs6000-tdep.c (skip_prologue): Don't assume the update stack
891 instruction is the last in the prologue, since xlc stores the lr
892 after the stack update. Make sure offset is correct sign for
893 large frames.
894 (frame_saved_pc): Move test for signal before frameless.
895
896 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Define.
897 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Redefine.
898
46f569b4
JL
899Thu Jul 27 01:22:08 1995 Jeffrey A. Law <[email protected]>
900
901 * hppa-tdep.c (hppa_fix_call_dummy): Rewrite code for calling
902 into shared libraries.
903
068c9fd6
MM
904Wed Jul 26 23:33:34 1995 Michael Meissner <[email protected]>
905
906 * config/rs6000/tm-rs6000.h (rs6000_framedata): Add offsets the
907 gprs, fprs, lr, and cr is stored at.
908 (FRAME_FIND_SAVED_REGS): Use new fields in rs6000_framedata.
909 (function_frame_info): Delete declaration.
910 (SKIP_PROLOGUE): Skip_prologue is now passed a rs6000_framedata
911 structure to fill in.
912 (FRAMELESS_FUNCTION_INVOCATION): Function now longer takes a
913 second argument.
914 (FRAME_SAVED_PC): Call frame_saved_pc.
915
916 * rs6000-tdep.c (skip_prologue): Recognize V.4 prologues as well
917 as AIX style. Fill in rs6000_framedata structure. Remember where
918 the gprs, fprs, cr, and lr are saved.
919 (pop_frame): Use skip_prologue, not function_frame_info, and use
920 new rs6000_framedata fields.
921 (function_frame_info): Function deleted.
922 (frameless_function_invocation): Separate frame_saved_pc support
923 to new function. Recognize V.4 frames.
924 (frame_saved_pc): New function.
925 (frame_get_cache_fsr): Use skip_prologue, not function_frame_info.
926 (frame_initial_stack_address): Ditto.
927
ddb97850
JL
928Wed Jul 26 01:00:37 1995 Jeff Law ([email protected])
929
930 * remote.c: Add documentation for extended protocol operations
931 and for thread_alive change from a couple weeks ago.
932 (extended_remote_ops): Declare and define a new target vector
933 for the extended remote protocol.
934 (extended_remote_restart): New function to restart the remote
935 server & process.
936 (remote_open): Just a stub routine.
937 (extended_remote_open): New function to start a remote session
938 using the extended gdb remote protocol.
939 (remote_open_1): New function containing code common to both
940 remote_open and extended_remote_open.
941 (remote_mourn, extended_remote_mourn, remote_mourn_1): Similarly.
942 (extended_remote_create_inferior): New function for the extended
943 remote target.
944 (initialize_remote): Add the extended_remote_ops target vector.
945 * gdbserver/server.c (main, case '!'): Set extended_protocol.
946 (main, case 'k'): If the extended protocol is in use, kill the
947 inferior then start a new one.
948 (main, case 'R'): New command to restart the remote server and
949 inferior process. Only supported when using the extended
950 protocol.
951 (main, server loop): If the inferior terminates while using the
952 extended protocol then start a new one. If getpkt fails when
953 using the extended protocol then exit.
954
1789d5d5
SS
955Tue Jul 25 11:43:44 1995 Stan Shebs <[email protected]>
956
957 * mdebugread.c (psymtab_to_symtab_1): Relocate encoded stab
958 line numbers using the psymtab's section offsets.
959
63641491
MM
960Tue Jul 25 10:43:27 1995 Michael Meissner <[email protected]>
961
962 * config/rs6000/tm-rs6000.h (rs6000_framedata): Rename from
963 aix_framedata. Change all uses.
964 * rs6000-tdep.c: Change all aix_framedata -> rs6000_framedata.
965
0f7f5292
JL
966Sat Jul 22 23:44:18 1995 Jeff Law ([email protected])
967
968 * defs.h (ATTR_FORMAT): Disable if ANSI_PROTOTYPES is not defined.
969
970Fri Jul 21 16:50:28 1995 Jeffrey A. Law <[email protected]>
971
972 * lynx-nat.c (child_thread_alive): New function. Somehow I
973 forgot to check this in with all the other thread_alive changes.
974
5dc74605
JL
975Thu Jul 20 22:22:34 1995 Jeff Law ([email protected])
976
977 * somread.c (som_symtab_read): Add unsatisfied common symbols to
978 the minimal symbol table. All common symbols are "unsatisfied"
979 when -E is passed to the linker.
980
032f80d8
FF
981Thu Jul 20 15:04:57 1995 Fred Fish <[email protected]>
982
983 * top.c (show_endian): Cast first arg of printf_unfiltered to
984 correct type of "char *".
985
5c54124b
JL
986Thu Jul 20 14:18:51 1995 Jeffrey A. Law <[email protected]>
987
988 * lynx-nat.c (child_wait): A thread_id of zero from wait apparently
989 means the process is single threaded, so there's no need to add
990 it to the thread list. Handle case where multi-threaded process
991 reverts back to a single-threaded process.
76087c53
JL
992
993 * gdbserver/low-hppabsd.c: Remove error declaration.
994 * gdbserver/low-sparc.c: Likewise.
995 * gdbserver/low-sun3.c: Likewise.
996 * gdbserver/server.h: Remove error and fatal declaration.
997 * gdbserver/utils.c (error): Update to be compatable with recent
998 changes in defs.h.
999 (fatal): Likewise.
1000
bbcc95bd
PS
1001Wed Jul 19 22:42:43 1995 Peter Schauer ([email protected])
1002
1003 * config/m68k/tm-m68kv4.h (DWARF_REG_TO_REGNUM): Define to
1004 correctly map floating point registers numbers.
1005
1006 * dwarfread.c (locval, new_symbol): Handle variables that are
1007 optimized out.
1008
1009 * mdebugread.c: Replace all uses of builtin_type_* with
1010 mdebug_type_*. Define and initialize mdebug_type_*.
1011
1012 * serial.h (serial_close): Add additional argument `really_close'.
1013 (SERIAL_CLOSE): Update serial_close call accordingly.
1014 (SERIAL_UN_FDOPEN): Use serial_close to handle refcnt properly.
1015 * serial.c (serial_close): Handle `really_close'.
1016 * serial.h (scb_base): Moved to serial.c, made static.
1017
1018 * valops.c (value_addr): Don't coerce arrays.
1019 (typecmp): Coerce arrays instead of calling value_addr if necessary.
1020
641c7fdf
SS
1021Wed Jul 19 18:19:28 1995 Stan Shebs <[email protected]>
1022
1023 From Richard Earnshaw ([email protected]):
1024 * infrun.c (wait_for_inferior): Set the convenience variable
1025 $_exitcode to the termination code of the inferior.
1026 * top.c (quit_command): Accept optional expression to use
1027 as parameter to exit().
1028
1dde9159
KH
1029Wed Jul 19 13:15:32 1995 Kung Hsu <[email protected]>
1030
1031 * remote.c (remote_wait): When getting registers, check endianess and
1032 do conversion if necessary.
1033
c2aa5a89
JL
1034Tue Jul 18 00:41:31 1995 Jeff Law ([email protected])
1035
1036 * gdbserver/low-hppabsd.c: New file.
1037 * gdbserver/Makefile.in (SFILES): Add low-hppabsd.c.
641c7fdf
SS
1038 * config/pa/hppabsd.mh (XDEPFILES): Add ser-tcp.o.
1039 (GDBSERVER_DEPFILES): Add low-hppabsd.o.
1040 * config/pa/hppaosf.mh: Likewise.
c2aa5a89 1041
6b14af2b
FF
1042Mon Jul 17 21:35:18 1995 Fred Fish <[email protected]>
1043
641c7fdf
SS
1044 * dache.c (struct dcache_block): Change data member from unsigned
1045 char to char, since everything passed in and out of dcache is char
1046 or casted to appropriate type anyway.
1047 (dcache_alloc): Move assignment of db out of test and combine
1048 separate tests into if-else.
6b14af2b
FF
1049 (dcache_peek_byte): Change ptr from unsigned char* to char*.
1050 (dcache_peek_byte): Remove now unnecessary cast in read_memory call.
1051 (dcache_peek): Change cast of incoming data arg.
1052 (dcache_poke): Change cast of addr of incoming data arg.
1053 (dcache_info): Mask data passed to printf_filtered to lsbyte only.
1054 (dcache_info): Change printf_filtered arg from "% 2x" to " %2x".
1055 * target.c (debug_to_thread_alive): Change return type to int and
641c7fdf
SS
1056 return zero, for type compatibility with other *_thread_alive
1057 funcs.
6b14af2b
FF
1058 (cleanup_target): Change cast of ignore function to match type of the
1059 to_thread_alive member.
1060 * defs.h (error_hook): Add ATTR_NORETURN.
641c7fdf 1061 * defs.h (NORETURN, ATTR_NORETURN): Switch from volatile to
6b14af2b 1062 __attribute__ method with gcc 2.7, to avoid gcc 2.6.3 bug.
641c7fdf
SS
1063 * remote.c (remote_wait): Cast first arg to strtol, strchr, and
1064 strncmp to "const char *" from "unsigned char *".
1065 (remote_wait): Cast arg to putpkt and strcpy from "unsigned char *"
1066 to "char *".
6b14af2b
FF
1067 (remote_wait): Change printf format for long arg from "%d" to "%ld".
1068 (getpkt): Remove unused variable "bp".
1069 (remote_fetch_word, remote_store_word): Ifdef out apparently unused
1070 functions.
1071 * breakpoint.c (watchpoint_check): Removed unused variables
1072 "saved_level" and "saved_frame".
1073 * valops.c (value_arg_coerce): Add other enum TYPE_CODE_* and
1074 default cases to switch for completeness.
1075 * infrun.c (wait_for_inferior): Enclose "have_waited" label
1076 in #ifdef that matches the one in which it is referenced.
1077 * ser-unix.c (hardwire_noflush_set_tty_state): Enclose otherwise
1078 unused variable "state" in #ifdef that matches one in which it is
1079 referenced.
1080 * eval.c (evaluate_subexp_standard): Remove unused variable "var".
641c7fdf
SS
1081 * eval.c (evaluate_subexp_standard): Remove unused variable
1082 "tmp_symbol".
1083 * valarith.c (value_subscript): Remove unused variable
1084 "lowerbound", which is redeclared in a nested scope prior to use.
6b14af2b
FF
1085 * printcmd.c (print_frame_nameless_args): Use "%ld" to print long
1086 arg, not "%d".
1087 * {mem-break.c, remote-pa.c, remote.c, saber.suppress}:
1088 Remove unused static var "check_break_insn_size".
1089 * buildsym.c (finish_block): Add other enum LOC_* and default
1090 cases to switch for completeness.
1091 ch-lang.c (type_lower_upper): Removed unused label "retry".
1092 Add other enum TYPE_* and default cases to switch for completeness.
1093 * f-typeprint.c (f_type_print_args): Ifdef out unused function
1094 that may be used someday when Fortran support is complete.
1095 * ch-valprint.c (chill_print_type_scalar): Add other enum
1096 TYPE_* and default cases to switch for completeness.
1097 (chill_val_print): Remove unused local var "high_bound" that
1098 is redeclared in a nested scope prior to use.
1099 (chill_var_print): Use "%ld" to print long arg, not "%d".
641c7fdf
SS
1100 * regex.c (re_compile_fastmap, re_match_2): Add remaining enum
1101 types and default to switches for completeness.
6b14af2b
FF
1102 * minsyms.c (lookup_minimal_symbol_text): Delete unused variable
1103 "trampoline_symbol".
641c7fdf
SS
1104 (prim_record_minimal_symbol_and_info): Return NULL rather than
1105 trash.
6b14af2b
FF
1106 * elfread.c (elf_symtab_read): Don't dereference NULL returns from
1107 record_minimal_symbol_and_info.
1108 * f-lang.c (saved_function_list_end): Ifdef out unused variable
1109 that may be used someday.
641c7fdf 1110 * f-valprint.c (f_val_print): Remove unused local "straddr".
6b14af2b 1111
5d672f28
ILT
1112Mon Jul 17 13:08:00 1995 Ian Lance Taylor <[email protected]>
1113
f779e99f
ILT
1114 * stabsread.h (struct stab_section_list): Define.
1115 (coffstab_build_psymtabs): Remove staboff and stabsize parameters.
1116 Add textaddr, textsize, and stabs parameters.
1117 * gdb-stabs.h (struct dbx_symfile_info): Remove text_sect field.
1118 Add text_addr and text_size fields.
1119 (DBX_TEXT_SECT): Don't define.
1120 (DBX_TEXT_ADDR, DBX_TEXT_SIZE): Define.
1121 * coffread.c: Include <ctype.h>.
1122 (struct coff_symfile_info): Remove stabsect and stabindexsect
1123 fields. Add textaddr, textsize, and stabsects fields.
1124 (coff_locate_sections): Record the address of the .text section,
1125 and total the sizes of all sections with names beginning with
1126 ".text". Don't bother to record a .stab.index section (COFF
1127 doesn't use them). Make a linked list of all sections with names
1128 beginning with ".stab".
1129 (coff_symfile_read): Adjust call to coffstab_build_psymtabs for
1130 new parameters.
1131 * dbxread.c (dbx_symfile_read): Use DBX_TEXT_ADDR and
1132 DBX_TEXT_SIZE, rather than getting both from DBX_TEXT_SECT.
1133 (dbx_symfile_init): Set DBX_TEXT_ADDR and DBX_TEXT_SIZE, not
1134 DBX_TEXT_SECT.
1135 (elfstab_build_psymtabs): Likewise.
1136 (stabsect_build_psymtabs): Likewise.
1137 (symbuf_sections, symbuf_left, symbuf_read): New static variables.
1138 (fill_symbuf): If symbuf_sections is not NULL, read symbols from
1139 multiple sections.
1140 (coffstab_build_psymtabs): Remove staboffset and stabsize
1141 parameters. Add textaddr, textsize, and stabsects parameters.
1142 Set DBX_TEXT_ADDR and DBX_TEXT_SIZE, not DBX_TEXT_SECT. Handle
1143 multiple stabs sections.
1144 * os9kread.c (os9k_symfile_read): Use DBX_TEXT_ADDR and
1145 DBX_TEXT_SIZE, rather than getting both from DBX_TEXT_SECT.
1146 (os9k_symfile_init): Set DBX_TEXT_ADDR and DBX_TEXT_SIZE, not
1147 DBX_TEXT_SECT.
1148
5d672f28
ILT
1149 * remote-vx.c (vx_ops, vx_run_ops): Initialize new to_thread_alive
1150 field.
1151
b8ea4fec
PS
1152Sat Jul 15 01:02:53 1995 Peter Schauer ([email protected])
1153
1154 * config/alpha/alpha-osf3.mh, config/alpha/nm-osf3.h: New files
1155 for OSF/1-3.x procfs support.
1156 * configure.in (alpha-dec-osf): Use them when configuring
1157 for OSF/1-3.x.
1158 * configure: Updated.
1159 * target.c: Include <string.h>.
1160
5f107900
C
1161Fri Jul 14 16:16:56 1995 J.T. Conklin <[email protected]>
1162
1163 * Makefile.in, configure.in: Use one variable, frags, to hold
1164 pathnames of makefile fragments.
1165 * configure: regenerated.
1166
10f644eb
JL
1167Fri Jul 14 09:49:47 1995 Jeff Law ([email protected])
1168
1169 * procfs.c (procfs_ops): Fix typo in last change.
1170
43fc25c8
JL
1171Thu Jul 13 13:42:38 1995 Jeffrey A. Law <[email protected]>
1172
1173 * inftarg.c (child_thread_alive): New function to see if a
1174 particular thread is still running.
1175 (child_ops): Add child_thread_alive entry.
1176 * remote.c (remote_thread_alive): New function to see if a
1177 particular thread is still alive.
1178 (remote_ops): Add remote_thread_alive.
1179 * target.c (dummy_target): Add dummy entry for thread_alive.
1180 (cleanup_target): de_fault thread_alive too.
1181 (update_current_target): INHERIT thread_alive too.
1182 (debug_to_thread_alive): New function.
1183 (setup_target_debug): Add debug_to_thread_alive.
1184 * target.h (struct target_ops): Add to_thread_alive.
1185 (target_thread_alive): Define.
1186 * thread.c (info_threads_command): Don't call kill; use
1187 target_thread_alive instead.
1188 * config/nm-lynx.h (CHILD_THREAD_ALIVE): Define.
1189 * gdbserver/low-lynx.c (mythread_alive): New function.
1190 (mywait): Don't restart any threads after a new thread notification,
1191 let the generic code handle it.
1192 * gdbserver/low-sparc.c (mythread_alive): Dummy version.
1193 * gdbserver/low-sun3.c (mythread_alive): Likewise.
1194 * gdbserver/server.c (main): Handle thread_alive requests.
1195 * gdbserver/server.h (mythread_alive): Declare.
1196 * corelow.c (core_ops): Add dummy entry for thread_alive.
1197 * exec.c (exec_ops): Likewise.
1198 * m3-nat.c (m3_ops): Likewise.
1199 * monitor.c (monitor_ops): Likewise.
1200 * procfs.c (procfs_ops): Likewise.
1201 * remote-arc.c (arc_ops): Likewise.
1202 * remote-array.c (array_ops): Likewise.
1203 * remote-e7000.c (e7000_ops): Likewise.
1204 * remote-es.c (es1800_ops, es1800_child_ops): Likewise.
1205 * remote-mips.c (mips_ops): Likewise.
1206 * remote-pa.c (remote_hppro_ops): Likewise.
1207 * remote-sim.c (gdbsim_ops): Likewise.
1208 * sparcl-tdep.c (sparclite_ops): Likewise.
1209
43fc25c8
JL
1210Tue Jul 11 11:15:55 1995 Kung Hsu <[email protected]>
1211
1212 * solib.c: Add _DYNAMIC__MGC base symbol for Mentor Graphics Inc.
1213 * solib.c (match_main): New function for checking name of main.
1214 * solib.c (solib_add): Not to add if solib match main.
1215
1216Fri Jul 7 14:41:56 1995 Kung Hsu <[email protected]>
1217
1218 * elfread.c (elf_symtab_read): Fix a bug ignoring compiler
1219 generated internal labels ($LM...).
1220
c6236d12
KH
1221Wed Jul 5 11:38:36 1995 Kung Hsu <[email protected]>
1222
fec60da3
KH
1223 * defs.h: if __GO32__ or WIN32 the directory separating symbol should
1224 be '\' not '/'.
1225
c6236d12
KH
1226 * remote-nindy (nindy_wait): Use infinite timeout reading after
1227 esacpe character.
1228
48f4903f
JL
1229Tue Jul 4 10:30:22 1995 Jeffrey A. Law <[email protected]>
1230
88a294b1
JL
1231 * infrun.c (wait_for_inferior): When switching from one thread to
1232 another, save infrun's state for the old thread and load infrun's
1233 previous state for the new thread.
1234 * thread.c (struct thread_info): Add new fields for thread specific
1235 state saved/restored in infrun.c.
1236 (add_thread): Initialize new fields.
1237 (load_infrun_state): New function.
1238 (save_infrun_state): New function.
1239 * thread.h (load_infrun_state): Provide external decl.
1240 (save_infrun_state): Likewise.
1241
48f4903f
JL
1242 * infrun.c (wait_for_inferior): When we hit a breakpoint for the
1243 wrong thread, make sure to write the fixed PC value into the thread
1244 that stopped. Restart all threads after single stepping over a
1245 breakpoint for a different thread.
1246 * breakpoint.c (set_momentary_breakpoint): Make momentary
1247 breakpoints thread specific in a multi-threaded program.
1248 * lynx-nat.c (child_resume): Add some comments. Correctly
1249 choose between the single and multi-threaded step and continue
1250 ptrace calls.
1251
fb506180
SS
1252Fri Jun 30 16:15:36 1995 Stan Shebs <[email protected]>
1253
1254 * config/h8300/h8300.mt: Renamed from h8300hms.mt.
1255 * config/h8500/h8500.mt: Renamed from h8500hms.mt.
1256 * config/z8k/z8k.mt: Renamed from z8ksim.mt.
1257 * configure, configure.in: Update to reflect renamings.
1258
1259 * remote-sim.c (sim): New command, passes commands to simulator.
1260 (simulator_command): New function.
1261 (gdbsim_ops): Clean up.
1262 * remote-sim.h (sim_do_command): Declare.
1263 * sh-tdep.c (memory_size): Remove command.
1264
1265 * Makefile.in (SIM, SIM_OBS): New variables.
1266 (CLIBS, CDEPS): Add value of SIM.
1267 (DEPFILES): Add value of SIM_OBS
1268
1269 * config/arm/arm.mt, config/h8300/h8300.mt, config/h8500/h8500.mt,
1270 config/sh/sh.mt, config/sparc/sp64sim.mt, config/w65/w65.mt,
1271 config/z8k/z8k.mt: Remove simulator files from TDEPFILES,
1272 define in SIM_OBS and SIM.
1273 config/sparc/sp64sim.mt (SIMFILES): Remove.
1274
1275 * remote-z8k.c: Remove, was superseded by remote-sim.c
1276 * Makefile.in, mpw-make.in: Remove references to remote-z8k.c.
1277
fe442b43
SS
1278Sun Jun 25 15:30:43 1995 Stan Shebs <[email protected]>
1279
1280 * remote.c (remote_read_bytes, remote_write_bytes): Second arg
1281 should be char *, not unsigned char *.
1282 * dcache.h (memxferfunc): Ditto.
1283 * monitor.c (monitor_write_memory, monitor_read_memory_single):
1284 Ditto.
1285 (monitor_make_srec): Let compiler figure size of hextab.
1286
1657d50b
JL
1287Sat Jun 24 19:27:37 1995 Jeffrey A. Law <[email protected]>
1288
1289 * lynx-nat.c (child_wait): Don't restart new threads and loop
1290 to the top of child_wait; let the machine independent code in
1291 wait_for_inferior deal with new thread notifications.
1292
8a7143f4
KH
1293Fri Jun 23 11:51:58 1995 Kung Hsu <[email protected]>
1294
1295 * remote-nindy (nindy_load): Put in target specific load, it's
1296 20 times faster.
1297
26a53fe8
SS
1298Thu Jun 22 20:21:59 1995 Stan Shebs <[email protected]>
1299
31bda44a
SS
1300 * utils.c (error): Move local `args' outside conditional,
1301 move local `string1' inside, declare function as void if
1302 non-ANSI compiler, dereference error_hook when calling.
1303
26a53fe8
SS
1304 * mac-xdep.c (stdarg.h): Don't include.
1305
89fd75ae
KH
1306Thu Jun 22 13:12:33 1995 Kung Hsu <[email protected]>
1307
1308 * remote-nindy.c (nindy_wait): Change timeout in SERIAL_READCHAR.
1309
b3a34d4f
JL
1310Wed Jun 21 13:24:41 1995 Jeff Law ([email protected])
1311
1312 * hppam3-nat.c: Change HP800_THREAD_STATE to TRACE_FLAVOR and
1313 HP800_THREAD_STATE_COUNT to TRACE_FLAVOR_SIZE.
1314
c3a9b88e
SC
1315Wed Jun 21 05:57:56 1995 Steve Chamberlain <[email protected]>
1316
1317 * monitor.c: Turn on caching.
1318 (monitor_printf): If a ^C was sent, don't expect to see its
1319 echo.
1320 (monitor_open): Enable caching.
1321 (monitor_resume, monitor_load): Flush cache.
1322 (monitor_xfer_memory): Call cache routine.
1323 (monitor_dump_regs): New.
1324 (monitor_fetch_registers): If monitor_dump_regs available
1325 then use it.
1326 (monitor_load): Don't ref exec_bfd if it's NULL.
1327 (monitor_load_srec): Use new monitor_make_srec calling convention.
1328 (monitor_make_srec): Rewrite to cope with two, three and four byte
1329 addresses.
1330 * remote-hms.c (hms_cmds): Initialze end-of-command delim.
1331 * dcache.h, dcache.h: Rewritten.
1332 * remote.c: Reenable caching.
1333 (getpkt): Reduce MAX_TRIES to 3.
1334 (remote_xfer_memory): Use dcache_xfer_memory.
1335 * defs.h (error_hook): New.
1336 * top.c (error_hook): New definition.
1337 * utils.c (error): Use error_hook if initialized.
1338 * sparcl-tdep.c (HAVE_SOCKETS): Don't define if GO32 or WIN32. Use
1339 HAVE_SOCKETS in place of #ifndef GO32.
1340
5e2f4e2d
JL
1341Tue Jun 20 22:17:44 1995 Jeff Law ([email protected])
1342
1343 * config/pa/tm-hppa.h (PSW_*): Define processor status word masks.
1344 (INSTRUCTION_NULLIFIED): Allow specific targets to override.
1345 * config/pa/tm-hppao.h (INSTRUCTION_NULLIFIED): Define to work
1346 around losing mach kernel behavior.
1347
4a430794
SS
1348Tue Jun 20 12:03:36 1995 Stan Shebs <[email protected]>
1349
1350 * monitor.c (monitor_wait): Don't use the watchdog timeout
1351 if its value is 0.
1352 * w89k-rom.c (w89k_open): Define to be static.
1353
1354start-sanitize-gdbtk
f1b64caa
SG
1355Tue Jun 20 10:19:40 1995 Stu Grossman ([email protected])
1356
8c19daa1
SG
1357 * gdbtk.c: Add functions Tcl_Malloc, Tcl_Realloc, and Tcl_Free.
1358
f1b64caa
SG
1359 * gdbtk.tcl (add_breakpoint_frame): Add more fields.
1360 * (create_file_win create_asm_win build_framework): Create null
1361 bindings for meta keys to keep window from dropping down to
1362 insertion point when meta is pressed by itself. New bindings:
1363 Up/Down - Scroll up/down one line at a time
1364 Next/Prior - Scroll up/down one page at a time
1365 Home/End - Warp to current pc/end of file
1366 * (build_framework): Turn on breakpoint menu.
1367 * (create_command_window): Implement tab completion. Add binding
1368 for ^C to stop target.
4a430794 1369end-sanitize-gdbtk
f1b64caa 1370
156285aa
JL
1371Sat Jun 17 10:17:16 1995 Jeff Law ([email protected])
1372
1373 * somsolib.c (som_solib_add): Validate regexp argument.
1374 Don't assume the first entry on dld's library list is the main
1375 program. Don't load the same library more than once and don't
1376 consider the main program a shared library.
1377 (som_solib_sharedlibrary_command): New function
1378 (_initialize_som_solib): Add "sharedlibrary" command.
1379
e33c359d
SS
1380Thu Jun 15 14:54:58 1995 Stan Shebs <[email protected]>
1381
1382 * array-rom.c: Remove, no longer used.
1383
1384 * remote-hms.c (hms_open): Make static.
1385
1386 * mpw-config.in (MacSerial.h): Copy from version in {CIncludes},
1387 not {MPW}Interfaces:CIncludes.
1388 * ser-mac.c (mac_baud_rate_table): Fix value for 38400 baud.
1389
1390Wed Jun 14 14:27:07 1995 Per Bothner <[email protected]>
1391
1392 * ch-exp.y: Remove lots of unsupported productions and names.
1393 Add support for IF-expressions, ORIF, ANDIF, NUM, and ADDR.
1394
61379835
PB
1395Tue Jun 13 21:40:11 1995 Per Bothner <[email protected]>
1396
1397 * parser-defs.h (enum precedence): Added PREC_BUILTIN_FUNCTION.
1398 * expression.h (enum exp_opcode): Added UNOP_LOWER, UNOP_UPPER,
1399 UNUP_LENGTH.
1400 * expprint.c (dump_expression): Handle the new exp_opcodes.
1401 (print_subexp): Handle PREC_BUILTIN_FUNCTION.
1402 (print_simple_m2_func): Removed.
1403 (print_subexp): Remove support for Modula2 builtin functions.
1404 * m2-lang.c (m2_op_print_tab): Add support for builtin functions.
1405 * ch-exp.y: Parse LOWER, UPPER, and LENGTH builtins.
1406 (write_lower_upper_value): Convenience function for LOWER and UPPER.
1407 (upper_lower_argument, length_argument): Removed non-terminals.
1408 * ch-lang.c (chill_op_print_tab): Entries for UPPER, LOWER, LENGTH.
1409 (type_lower_upper): New function. Calculate LOWER/UPPER of type.
1410 (value_chill_length): New function. Calcalate LENGTH of ARRAY/STRING.
1411 (evaluate_subexp_chill): Handle UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
1412
2e1cc801
SS
1413Mon Jun 12 12:48:13 1995 Stan Shebs <[email protected]>
1414
1415 Windows support bits from Steve Chamberlain <[email protected]>.
1416 * defs.h: Don't declare strchr and friends if WIN32.
1417 (DIRNAME_SEPARATOR): Move here from source.c.
1418 (SLASH_P, SLASH_CHAR, SLASH_STRING, ROOTED_P): New macros,
1419 symbolic definitions for filename bits.
1420 * top.c (cd_command): Use these.
1421 * source.c (mod_path, openp): Ditto.
1422 * terminal.h: Disable termio/sgtty definitions if WIN32.
1423 * findvar.c (registers_changed): Call registers_changed_hook
1424 if it is defined.
1425
43b442f1
C
1426Mon Jun 12 12:22:05 1995 J.T. Conklin <[email protected]>
1427
1428 * Makefile.in (distclean, realclean): Remove config.cache and
1429 config.log.
1430
99e0981c
JL
1431Mon Jun 12 00:21:59 1995 Jeff Law ([email protected])
1432
1433 * somsolib.c: Include gdb-stabs.h.
1434 (som_solib_section_offsets): Use SECT_OFF_XXX rather than 0, 1,
1435 etc. Initialize offsets for RODATA & BSS too.
1436
b7202faa
JL
1437Sat Jun 10 17:59:11 1995 Jeff Law ([email protected])
1438
1439 * hppa-tdep.c (frame_chain): Try to compensate for incomplete
1440 register information in core files when backtracing.
1441
1442Fri Jun 9 14:51:38 1995 Stu Grossman ([email protected])
1443
1444 * remote-nrom.c: Remove everything but download code. More
1445 cleanups.
1446
4887063b
SG
1447Thu Jun 8 15:06:00 1995 Stu Grossman ([email protected])
1448
1449 * defs.h maint.c monitor.c remote-mips.c remote.c: Add support
1450 for `watchdog' variable. This allows the user to put an upper
1451 limit on the amount of time that GDB will wait for the target to
1452 return from a step or continue operation. This will primarily be
1453 used for the testsuite, where it is difficult to come up with a
1454 reasonable timeout for things like function calls, which can take
1455 as long as three minutes under some circumstances. If the
1456 watchdog timer expires, GDB will generate an error that looks like
1457 `Watchdog has expired.', and will detach from the target.
1458
1459 * remote-mips.c (mips_open): Setup initial frame from target.
1460 Print it out so that user is told where the program is stopped
1461 when they attach.
1462
1463 * remote-nrom.c: Loads of cleanups. Use serial code to open
1464 network connections. Use expect() to wait for response to
1465 download command.
1466
1467 * ser-tcp.c (tcp_open): Retry connection if we get ECONNREFUSED.
1468
1469 * serial.c serial.h (serial_open serial_fdopen serial_close):
1470 Allow users to open the same device multiple times. They all get
1471 to share the same serial_t. This is about the only way to have
1472 multiple active targets use the same device (for download and
1473 debug).
1474
1475 * sparcl-tdep.c: Keep #include <unistd.h> away from GO32.
1476
1477 * target.c: Add `targetdebug' variable. If this is non-zero,
1478 then a special target is put at the top of the target stack which
1479 will cause all calls through the target vector to have their args
1480 and results printed out.
1481
1482Wed Jun 7 17:40:37 1995 Per Bothner <[email protected]>
1483
1484 * ch-exp.y: Handle <primitive_value> "->" <modename>.
1485
a4c7302a
MM
1486Wed Jun 7 17:46:33 1995 Michael Meissner <[email protected]>
1487
b726a3d8
MM
1488 * mem-break.c (LITTLE_BREAKPOINT): If BREAKPOINT and
1489 {LITTLE,BIG}_BREAKPOINT are all defined, don't redefine.
1490 (BIG_BREAKPOINT): Ditto.
1491
a4c7302a
MM
1492 * config/rs6000/tm-rs6000.h (BREAKPOINT): Define as either
1493 BIG_BREAKPOINT or LITTLE_BREAKPOINT depending on the target byte
1494 order.
1495
c38e0b58
JL
1496Wed Jun 7 12:41:42 1995 Jeff Law ([email protected])
1497
fbf8d7e1
JL
1498 * somsolib.c (som_solib_section_offsets): Handle relative pathnames.
1499
c38e0b58
JL
1500 * hppa-tdep.c (frame_saved_pc): Handle backtracing through signal
1501 handler in dynamically linked executables.
1502
5c172b4b
MM
1503Tue Jun 6 10:44:25 1995 Michael Meissner <[email protected]>
1504
1505 From Andrew Cagney <[email protected]>
1506 * rs6000-tdep.c (single_step): Handle both little and big endian
1507 breakpoints.
1508 (gdb_print_insn_powerpc): Deal with disassembling both little and
1509 big endian PowerPC systems.
1510 (_initialize_rs6000_tdep): Use gdb_print_insn_powerpc to handle
1511 disassembly, rather that assuming big endian order.
1512
1513 * config/rs6000/tm-rs6000.h (BREAKPOINT): Delete.
1514 (BIG_BREAKPOINT): Define, big endian breakpoint instruction.
1515 (LITTLE_BREAKPOINT): Define, little endian breakpoint instruction.
1516
1517Sat Jun 3 01:54:56 1995 Peter Schauer ([email protected])
1518
1519 * README: Add note about Unixware 2.x.
1520
1521 * dbxread.c (process_one_symbol): Check for exact symbol name
1522 match when fixing up N_GSYM and N_STSYM symbols from Sun acc.
1523
1524 * valprint.c (value_print_array_elements): Use
1525 fprintf_filtered to put out `<repeats %u times>',
1526 from [email protected] (Andreas Schwab).
1527
1528 * value.h (struct value): Change `repetitions' field from
1529 `short' to `int' type.
1530
4f36d4ab
DE
1531start-sanitize-arc
1532Fri Jun 2 11:17:23 1995 Doug Evans <[email protected]>
1533
1534 * arc-tdep.c (arc_bfd_mach_type): New static global.
1535 (codestream_fill): Handle byte order differences.
1536 (setup_prologue_scan): Don't read stdarg function's "sub sp,sp,N".
1537 (arc_get_frame_setup): Read it here.
1538 (arc_frame_saved_pc): And here.
1539 (arc_print_insn): New function.
1540 (arc_set_cpu_type): Set arc_bfd_mach_type. Don't set tm_print_insn.
1541 (_initialize_arc_tdep): Set tm_print_insn to arc_print_insn.
1542end-sanitize-arc
1543
2de498d8
C
1544Wed May 31 12:04:01 1995 J.T. Conklin <[email protected]>
1545
119a5f4e
C
1546 * nlm/{configure.in, Makefile.in}: Converted to use autoconf.
1547 * nlm/configure: New file, generated with autoconf 2.3.
1548
3be5f039
C
1549 * nlm/configure.in: Use sed instead of awk to get the value of
1550 cpufile. Awk is not a utility required by the GNU coding
1551 standards. This change also fixes the rigid whitespace
1552 requirements that were required for awk.
1553
2de498d8
C
1554 * sparclite/aload.c: Use a file descriptor instead of a stdio
1555 stream for i/o with target board.
1556 Use #error if HAVE_TERMIOS is not defined.
1557
1558 * sparclite/{Makefile.in, configure.in}: Converted to use
1559 autoconf.
1560 * sparclite/configure: New file, generated with autoconf 2.3.
1561
413cba82
JL
1562Sun May 28 23:10:07 1995 Jeff Law ([email protected])
1563
089c9303
JL
1564 * defs.h: Include either varargs.h or stdarg.h (for va_list).
1565 Fix stupid thinko in last change ("..." -> "va_list").
1566
413cba82
JL
1567 * defs.h (vprintf_filtered declaration): Add PARAMS prototype;
1568 gcc-2.5 chokes on format attributes for unprototyped functions.
1569 (vfprintf_filtered declaration): Likewise.
1570 (vprintf_unfiltered declaration): Likewise.
1571 (vfprintf_unfiltered). Likewise.
1572
094fd4ae
C
1573Sat May 27 23:54:17 1995 J.T. Conklin <[email protected]>
1574
1575 * configure.in: Use sed instead of awk to get the values of
1576 hostfile, targetfile and nativefile. Awk is not a utility
1577 required by the GNU coding standards. This change also
1578 fixes the rigid whitespace requirements that were required
1579 for awk.
1580 * configure: regenerated.
1581
0cc3f4fc
AMT
1582Sat May 27 16:24:04 1995 Angela Marie Thomas <[email protected]>
1583
1584 * sparclite/{Makefile,configure}.in: Add hooks for building with
1585 -lsocket & -lnsl for solaris2. Don't build aload/eload for DOS.
1586
1587Thu May 25 12:46:37 1995 Jim Kingdon ([email protected])
1588
1589 * gdbserver/remote-utils.c (prepare_resume_reply): Add FIXME
1590 comment regarding signal numbering.
1591
54af8e6e
SC
1592Wed May 24 15:49:47 1995 Steve Chamberlain <[email protected]>
1593
4936656a
SC
1594 * arm-tdep.c (_initialize_arm_tdep): Use print_insn_little_arm
1595 now.
1596
54af8e6e
SC
1597 * arm-tdep.c (convert_from_extended, convert_to_extended):
1598 New.
1599 * coffread.c (enter_linenos): Return if linetab 0.
1600 * config/arm/arm.mt (TDEPFILES): Add simulator support.
1601 * config/arm/tm-arm.h (FRAME_FIND_SAVED_REGS): Fix prototypes.
1602
1603Mon May 22 19:37:21 1995 Rob Savoye <[email protected]>
1604
1605 * config/idt.mt: replace monitor and array-rom with the new
1606 remote-array.
1607
f5a8f1a6
SG
1608Mon May 22 15:38:25 1995 Stu Grossman ([email protected])
1609
cac390d4
SG
1610 * remote-nindy.c: Install Kung patch for PR 6820. I have no idea
1611 what this does...
1612
f5a8f1a6
SG
1613 * breakpoint.c: Move defaults of watchpoint related macros into
1614 target.h.
1615 * target.h: Macros from breakpoint.c. Conditionalize based on
1616 TARGET_HAS_HARDWARE_WATCHPOINTS.
1617 * i386v-nat.c procfs.c: Use TARGET_HAS_HARDWARE_WATCHPOINTS
1618 instead of TARGET_CAN_USE_HARDWARE_WATCHPOINT to enable watchpoint
1619 code.
1620 * config/i386/nm-linux.h, config/mips/nm-irix4.h,
1621 config/pa/nm-hppab.h, config/sparc/tm-sparclite.h: #define
1622 TARGET_HAS_HARDWARE_WATCHPOINTS to enable watchpoint code.
1623
e8bf33c4
JK
1624Mon May 22 06:47:30 1995 Jim Kingdon ([email protected])
1625
1626 * breakpoint.c, target.h: Move defaults of watchpoint related
1627 macros back to breakpoint.c. Required to get GDB compiling
1628 on Solaris again.
1629
1630Fri May 19 14:49:37 1995 J.T. Conklin <[email protected]>
1631
1632 * defs.h (ATTR_FORMAT): New macro, expands to gcc's format
1633 attribute when compiled by gcc.
1634 * defs.h, language.h, monitor.h: Changed many function
1635 declarations to use ATTR_FORMAT.
1636
1637 * breakpoint.c (delete_command); source.c (directory_command);
1638 top.c (define_command): Changed call to query() that had too
1639 many arguments.
1640 * printcmd.c (address_info): Changed call to printf_filtered()
1641 that had too many arguments.
1642
a5298c2a
JK
1643Fri May 19 09:52:07 1995 Jim Kingdon ([email protected])
1644
1645 * infrun.c (wait_for_inferior): Move assignments to stop_signal
1646 and stop_pc, and STOPPED_BY_WATCHPOINT code, back where they
1647 were--after the switch statement on w.kind. You can't read the
1648 registers of an inferior which has exited. Use a goto in the
1649 STOPPED_BY_WATCHPOINT code.
1650 * infrun.c (wait_for_inferior): Reinstate
1651 HAVE_STEPPABLE_WATCHPOINT and HAVE_CONTINUABLE_WATCHPOINT code.
1652
73d3dbd4
JK
1653Fri May 19 06:15:40 1995 Jim Kingdon <[email protected]>
1654
1655 * utils.c, complaints.c, language.c, monitor.c, remote-array.c,
1656 remote-mips.c, remote-os9k.c, remote-st.c: Conditionalize use of
1657 stdarg rather than varargs on ANSI_PROTOTYPES not __STDC__; it
1658 must match the definition of PARAMS.
1659start-sanitize-gdbtk
1660 * gdbtk.c: Likewise.
1661end-sanitize-gdbtk
1662
85c613aa
C
1663Thu May 18 15:58:46 1995 J.T. Conklin <[email protected]>
1664
1665 * utils.c (fprintf_filtered, fprintf_unfiltered, fprintfi_filtered,
1666 printf_filtered, printf_unfiltered, printfi_filtered, query, warning,
1667 error, fatal, fatal_dump_core): Use stdarg.h macros when compiling
1668 with an ANSI compiler.
e8bf33c4 1669 * complaints.c (complain): Likewise.
85c613aa
C
1670 * language.c (type_error, range_error): Likewise.
1671 * monitor.c (monitor_printf, monitor_printf_noecho): Likewise.
1672 * remote-array.c (printf_monitor, debuglogs): Likewise.
1673 * remote-mips.c (mips_error): Likewise.
1674 * remote-os9k.c (printf_monitor): Likewise.
1675 * remote-st.c (printf_stdebug): Likewise.
1676start-sanitize-gdbtk
1677 * gdbtk.c (gdbtk_query): Likewise.
1678end-sanitize-gdbtk
1679
e8bf33c4 1680 * defs.h, complaints.h, language.h, monitor.h: Add prototypes to
85c613aa
C
1681 match above changes.
1682
1683 * printcmd.c: Remove uneeded #include <varargs.h>.
1684 * remote-e7000.c: Likewise.
1685
1686 * f-typeprint.c (f_type_print_base): Fix typo found by above
1687 changes.
1688
fb494327
JK
1689Wed May 17 11:21:32 1995 Jim Kingdon <[email protected]>
1690
1691 * Makefile.in (xcoffread.o): Depend on partial-stab.h.
1692
1693 * xcoffsolib.c (sharedlibrary_command): New command.
1694 * xcoffsolib.c (solib_info): Call xcoff_relocate_symtab.
1695 * xcoffsolib.c: Miscellaneous cleanups.
1696
1697 * partial-stab.h: Ignore symbol descriptor '-' (for local
1698 variables with negative type numbers) without complaint.
1699
1700 * rs6000-nat.c (vmap_ldinfo): Use bfd_stat rather than our own
1701 local emulation thereof. Remove unused variable ostart.
1702
eba08643
C
1703Wed May 17 15:55:53 1995 J.T. Conklin <[email protected]>
1704
e61853dd
C
1705 * Makefile.in (config.status): changed target so that
1706 config.status --recheck is executed if configure script changes.
1707
eba08643
C
1708 * monitor.c (monitor_printf): Changed format specification in
1709 error message to work with pre-ansi compilers.
1710 (monitor_load_srec): reduced length of s-records from 128 to 32
1711 bytes so download is more reliable with the rom68k monitor.
1712
1713 * rom68k-rom.c: Added trailing space to prompt string.
1714
1715 * config/i386/xm-i386sco.h (HAVE_STRSTR): Removed.
1716 * config/i386/xm-go32.h, mswin/xm.h (SYS_SIGLIST_MISSING):
1717 Removed.
1718 * defs.h, config/{xm-lynx.h, xm-nbsd.h},
1719 config/i386/{xm-i386bsd.h, xm-linux.h},
1720 config/m68k/xm-hp300bsd.h, config/mips/xm-irix4.h,
1721 config/ns32k/xm-ns32km3.h, doc/gdbint.texinfo
1722 (PSIGNAL_IN_SIGNAL_H): Removed.
1723
0a5a1821
C
1724Tue May 16 13:16:06 1995 J.T. Conklin <[email protected]>
1725
eba08643
C
1726 * Makefile.in (Makefile): Added config.status to dependency list.
1727
0a5a1821
C
1728 * configure.in: Added INIT-CMDS argument to AC_OUTPUT which sets
1729 gdb_host_cpu, gdb_target_cpu and nativefile.
1730 * configure: regenerated.
1731
943b7032
PS
1732Mon May 15 23:50:51 1995 Peter Schauer ([email protected])
1733
1734 * mdebugread.c (parse_symbol): Do not relocate stBlock/scText
1735 symbols, their value is the displacement from the procedure address.
1736 * top.c (init_main): Add missing newlines to help strings for
1737 `if' and `while' commands, fix help string for `show commands'.
1738
75cbae71
SG
1739Mon May 15 18:37:56 1995 Stu Grossman ([email protected])
1740
1741 * breakpoint.c: Move defaults of watchpoint related macros into
1742 target.h. Use BP_TEMPFLAG and BP_HARDWAREFLAG instead of
1743 constants.
1744 * infrun.c (wait_for_inferior): Enhance comment near
1745 STOPPED_BY_WATCHPOINT.
1746 * target.h: Macros from breakpoint.c.
1747
5436fc65
C
1748Mon May 15 17:11:38 1995 J.T. Conklin <[email protected]>
1749
1750 * config/i386/{i386sol2.mh, i386v4.mh, ncr3000.mh},
1751 config/m68k/m68kv4.mh, config/mips/{irix4.mh, irix5.mh,
1752 mipsv4.mh}, config/sparc/sun4so2.mh (INSTALL): Removed, figured
1753 out by autoconf.
1754 * config/apollo68v.mh (RANLIB): Removed, figured out by autoconf.
1755
1756 * Makefile.in, configure.in: Converted to use autoconf
1757 * aclocal.m4: New file, local autoconf macro definitions.
1758 * configure: New file, generated with autoconf 2.3.
1759
dfd7f395
SS
1760Mon May 15 14:46:41 1995 Stan Shebs <[email protected]>
1761
1762 * remote.c (remote_kill): Add prototype.
1763 * cpu32bug-rom.c (cpu32bug_open): Properly define as static.
1764 * config/h8300/h8300hms.mt (TDEPFILES): Add monitor.o.
1765
c66ed884
SG
1766Mon May 15 12:12:34 1995 Stu Grossman ([email protected])
1767
24e1a4e0
SG
1768 * sparclite/salib.c (win_ovf win_unf): Make window size constant
1769 into a variable (__WINSIZE) so that it can be controlled via the
1770 .h file.
1771 * sparclite/sparclite.h: Add SL933 #ifdef to set __WINSIZE to 6
1772 for the 933 board.
1773
c66ed884
SG
1774 * infrun.c: Add #ifdef HP_OS_BUG to all references to
1775 trap_expected_after_continue.
1776 * (wait_for_inferior): Fix for remote watchpoints. Don't try to
1777 insert breakpoints while target is running (this only works on
1778 *some* native targets). This may also speed up native watchpoints
1779 considerably.
1780
f133a597
JK
1781Sat May 13 13:55:04 1995 Jim Kingdon ([email protected])
1782
1783 * dwarfread.c (struct dwfinfo), dbxread.c (struct symloc),
bbb053fd
JK
1784 mdebugread.c (struct symloc), hpread.c (struct symloc),
1785 xcoffread.c (struct symloc): Fix inaccurate comment introduced
1786 20 Apr 1995.
f133a597 1787
a367db89
JK
1788Sat May 13 13:34:18 1995 Jim Kingdon <[email protected]>
1789
1790 * rs6000-tdep.c (find_toc_address): Revise comment.
1791 * symfile.c, symfile.h (init_psymbol_list): New function;
1792 consolidate duplicated copies from os9kread.c, dbxread.c
1793 and dwarfread.c.
1794 * defs.h: Declare info_verbose.
1795 * xcoffread.c: Extensive changes to support psymtabs.
1796
511ffbf2
SG
1797Fri May 12 13:48:41 1995 Stu Grossman ([email protected])
1798
1799 * cpu32bug-rom.c remote-est.c rom68k-rom.c: Update line_term element.
1800
48b2d07e
JK
1801Fri May 12 06:39:30 1995 Jim Kingdon ([email protected])
1802
1803 * partial-stab.h: Expand comments.
1804
2d2959e8
JL
1805Thu May 11 19:01:37 1995 Jeff Law ([email protected])
1806
1807 * Support debugging using native MACH primitives on hppa*-*-osf*.
1808 * configure.in: hppa*-*-osf* != hppa*-*-bsd* anymore.
1809 * config/pa/hppaosf.mh: New file.
1810 * config/pa/nm-hppao.h: Likewise.
1811 * hppam3-nat.c: Likewise.
1812 * config/pa/tm-hppao.h (PSW_SS): Define for single-stepping.
1813 (MACHINE_CPROC_*_OFFSET): Define.
1814 (TRACE_*): Define.
1815 (START_INFERIOR_TRAPS_EXPECTED): Delete definition.
1816
d8afcce9
SG
1817Wed May 10 18:59:26 1995 Stu Grossman ([email protected])
1818
1819 * hppa-tdep.c (read_unwind_info): Cosmetic cleanup.
1820 * (unwind_command): Clean it up and make it print things out
1821 nicer.
1822 * monitor.c: Add ^C handling capability (mostly ripped off from
1823 remote.c).
1824 * (monitor_printf): Make it check the command echo.
1825 * (monitor_printf_noecho): Similar to above, but doesn't check
1826 for echo.
1827 * (monitor_stop): No longer waits for prompt. That is the job of
1828 the caller. This makes things work much better for monitor_wait,
1829 which waits for the prompt itself.
1830 * (monitor_open): Deal with new monitor_stop semantics. Also,
1831 flush input after sending init strings to get rid of junk that may
1832 be output. Also, don't always send \r to remote. Use
1833 monitor_ops->line_term cuz proper character isn't always \r.
1834 * (monitor_fetch_register): Switch to completely different
1835 algorithm to deal with lame-ass monitors which put spaces in the
1836 middle of numbers, and prompt with a space!!!!!
1837 * (monitor_read_memory_single): New routine to be used with
1838 monitors that can only return one byte/short/long at a time. This
1839 is selected via MO_GETMEM_READ_SINGLE.
1840 * (monitor_load_srec): Use monitor_printf_noecho for sending S
1841 records. Most targets don't echo them.
1842 * (monitor.h): Get rid of cmd_delim. Add line_delim.
1843 * op50n-rom.c (op50n_cmds): Fill it up. Make it work.
1844 * w89k-rom.c: Change all eols from \r to \n. Change load_resp to
1845 ^Q to prevent error message.
1846 * config/pa/tm-hppa.h (CALL_DUMMY (for hppro)): Add special
1847 instruction sequence at end to make restore_pc_queue happy.
1848
bec6c6db
TG
1849Wed May 10 15:59:00 1995 Torbjorn Granlund <[email protected]>
1850
1851 * remote-est.c (est_open): Make static to match prototype.
1852
c7b44b04
MM
1853Tue May 9 16:58:50 1995 Michael Meissner <[email protected]>
1854
1855 * configure.in: Add little endian PowerPC support.
1856 * config/powerpc/ppcle-eabi.mt: New file for little endian PowerPC
1857 support.
1858 * config/powerpc/tm-ppcle-eabi.h: ditto.
1859
5e3f4eac
C
1860Mon May 8 12:11:38 1995 J.T. Conklin <[email protected]>
1861
7e1bfb70
C
1862 * nlm/configure.in (gdb_host, gdb_host_cpu, gdb_target): Removed.
1863 These variables not used.
1864
5e3f4eac
C
1865 * config/m68k/monitor.mt (TDEPFILES): Added cpu32bug-rom.o.
1866
774e5d7f
SS
1867Wed May 3 17:54:47 1995 Stan Shebs <[email protected]>
1868
1869 * monitor.c (monitor_command): Don't use PROMPT until monitor
1870 target is known to be open.
1871 (monitor_make_srec): Don't define size of hextab.
1872
1873Tue May 2 18:32:24 1995 Stan Shebs <[email protected]>
1874
1875 * configure.in (--enable-netrom): New configuration option.
1876 * Makefile.in (REMOTE_OBS): Rename from REMOTE_O, append
1877 value of NETROM_OBS.
1878 (NETROM_OBS): New variable.
1879 * remote-nrom.c: New file, NetROM target support.
1880 * config/a29k/a29k-udi.mt, config/i960/vxworks960.mt: Use
1881 REMOTE_OBS instead of REMOTE_O.
1882start-sanitize-arc
1883 * config/arc/arc.mt: Ditto.
1884end-sanitize-arc
1885
e2bc2606
SG
1886Fri Apr 28 23:30:00 1995 Stu Grossman ([email protected])
1887
1888 * array-rom.c (_initialize_array array_open): Move baud_rate
1889 initialization from _initxxx to array_open to fix bug with
1890 overriding -b command line option.
1891
ad0c0b7f
DE
1892Thu Apr 27 20:29:34 1995 Doug Evans <[email protected]>
1893
1894 * Makefile.in (RUNTEST): Fix reference of `srcdir'.
1895
5d747d61
SC
1896Wed Apr 26 19:01:08 1995 Steve Chamberlain <[email protected]>
1897
1898 * remote-hms.c: Rewrite to use new monitor conventions.
1899
ab52cc44
JK
1900Tue Apr 25 11:27:14 1995 Jim Kingdon ([email protected])
1901
1902 * dbxread.c: Add comment explaining lowest_text_address.
0f60fbb8 1903 Add comment regarding stringtab_global and psymtabs.
ab52cc44 1904
4a8b575e
JL
1905Sat Apr 22 01:26:29 1995 Jeff Law ([email protected])
1906
87e33b84
JL
1907 * config/pa/tm-hppa.h (EXTRACT_STRUCT_VALUE_ADDRESS): Fix.
1908
4a8b575e
JL
1909 * config/pa/tm-hppa.h (EXTRACT_RETURN_VALUE): Rewrite to correctly
1910 handle "short", "int" and small structures returned in registers.
1911
cdd2212f
KH
1912Fri Apr 21 12:57:53 1995 Kung Hsu <[email protected]>
1913
1914 * minsyms.c: add new function lookup_minimal_symbol_text, to look
1915 for text symbol only.
1916 * breakpoint.c (create_longjmp_breakpoint): call
1917 lookup_minimal_symbol_text instead of lookup_minimal_symbol.
1918 * symtab.h: add lookup_minimal_symbol_text prototype.
1919
66d05e03
SS
1920Fri Apr 21 12:03:44 1995 Stan Shebs <[email protected]>
1921
1922 * sh-tdep.c (sh-opc.h): Don't include.
1923 (gdbcore.h): Include.
1924 (frame_find_saved_regs): Remove unused local.
1925
989d9cba
JK
1926Thu Apr 20 10:12:21 1995 Jim Kingdon ([email protected])
1927
1928 * dwarfread.c (struct dwfinfo), dbxread.c (struct symloc),
1929 mdebugread.c (struct symloc), hpread.c (struct symloc): Clean
1930 up comments.
1931
7486c68d
SG
1932Wed Apr 19 16:58:11 1995 Stu Grossman ([email protected])
1933
1934 * hppa-tdep.c (deposit_17): New routine to deposit 17 bit
1935 constants into PA instructions.
1936 * Put #ifdefs around all signal handling code. Not generally
1937 needed for embedded boards.
1938 * (hppa_fix_call_dummy): Parameterize offsets into call dummy to
1939 allow different dummys to be used by this code. Use
1940 INSTRUCTION_SIZE instead of REGISTER_SIZE for things.
1941 Conditionalize setup of _sr4export fixup. Improve comments.
1942 * config/pa/tm-hppa.h: Define INSTRUCTION_SIZE. Use a different
1943 call dummy if PA_LEVEL_0 is defined. Better comments for call
1944 dummys. Define offsets for LDIL/LDO instructions which load
1945 function addresses.
1946 * config/pa/tm-pro.h: Get rid of signal handling stuff. Define
1947 PA_LEVEL_0 to disable mucking with space regs and such.
1948
1949Mon Apr 17 15:37:08 1995 Stu Grossman ([email protected])
1950
1951 * cpu32bug-rom.c monitor.h op50-rom.c remote-est.c rom68k-rom.c
1952 w89k-rom.c: Remove loadtypes, loadprotos and baudrates.
1953 * op50-rom.c: Fix copyrights and add load routine to op50n_cmds.
1954 * rom68k-rom.c (_initialize_rom68k): Don't set baud rate.
1955 * w89k-rom.c: Fix copyrights.
1956
fe4bce98
SG
1957Sun Apr 16 14:00:55 1995 Stu Grossman ([email protected])
1958
1959 * monitor.c: Move all xmodem stuff into xmodem.[ch]. Remove
1960 unnecessary remoteloadprotocol and remoteloadtype support.
1961 * (expect expect_prompt): Change names to monitor_expect and
1962 monitor_expect_prompt. Make them global.
1963 * (printf_monitor): Change name to monitor_printf. Make global.
1964 * (monitor_read_memory): Flush command echo to avoid parsing
1965 ambiguity with CPU32Bug monitor.
1966 * (monitor_load): Remove remoteloadprotocol and remoteloadtype
1967 support. Call target_ops->load_routine, default to
1968 monitor_load_srec.
1969 * (monitor_load_srec): Remove everything but S-record support.
1970 * monitor.h (monitor_ops): Add load_routine to provide monitor
1971 specific download capability.
1972 * remote-est.c: Clean up copyrights and comments.
1973 * w89k-rom.c: Use new xmodem support.
1974 * xmodem.c xmodem.h: New files to support xmodem downloads.
1975 * rom68k-rom.c remote-est.c: Fix copyrights, add load_routine
1976 entry to monitor_ops.
1977 * cpu32bug-rom.c: New file to support Moto BCC debuggers.
1978 * config/m68k/est.mt (TDEPFILES): Add cpu32bug.o.
1979 * config/pa/hppapro.mt (TDEPFILES): Add xmodem.o.
1980
51558740
JK
1981Sat Apr 15 18:00:15 1995 Jim Kingdon ([email protected])
1982
1983 * rem-multi.shar: Removed; superceded by gdbserver.
1984
e2adc41a
JK
1985Fri Apr 14 12:10:24 1995 Jim Kingdon <[email protected]>
1986
1987 * xcoffread.c (xcoff_sym_fns): Revise comment about merging this
1988 with coffread.c.
1989
1990 * breakpoint.c (fixup_breakpoints): Removed.
1991 * rs6000-nat.c (vmap_symtab): Don't call fixup_breakpoints.
1992 (vmap_ldinfo, xcoff_relocate_core): Call breakpoint_re_set.
1993
1994 * coffread.c (coff_symfile_offsets): Allocate SECT_OFF_MAX
1995 sections, not just SECT_OFF_MAX-1.
1996
1997 * rs6000-nat.c (vmap_symtab), xcoffread.c: Re-do section offsets
1998 to be indexed by SECT_OFF_* instead of xcoff section numbers.
1999 * objfiles.c, remote.c: Remove comments regarding SECT_OFF_*.
2000 * symtab.h: Revise comment about block_line_section.
2001 * rs6000-nat.c (vmap_symtab): Don't relocate objfile->sections.
2002
8befb594
SS
2003Sat Apr 15 14:15:14 1995 Stan Shebs <[email protected]>
2004
2005 * mpw-make.in (init.c): Don't try to do symbolic {o} in sed
2006 command, not allowed by some version of MPW Make.
2007 * ser-mac.c (mac-setbaudrate): Make it actually set baud rates.
2008
b3636ee5
JK
2009Sat Apr 15 14:05:09 1995 Jim Kingdon ([email protected])
2010
2011 * alpha-tdep.c (alpha_push_arguments): Fix typo (TYPE_VALUE ->
2012 VALUE_TYPE). Do the cast for TYPE_CODE_BOOL, TYPE_CODE_CHAR,
2013 TYPE_CODE_ENUM, and TYPE_CODE_RANGE as well as TYPE_CODE_INT.
2014
2015Sat Apr 15 14:04:32 1995 Per Bothner <[email protected]>
2016
2017 * alpha-tdep.c (alpha_push_arguments): Only cast to long for
2018 TYPE_CODE_INT.
2019
6fd934a6 2020start-sanitize-gdbtk
d7c4766c
SS
2021Sat Apr 15 13:52:24 1995 Stan Shebs <[email protected]>
2022
2023 * gdbtk.c (gdb_disassemble): Read from inferior if connected
2024 to a VxWorks target.
2025
6fd934a6
SG
2026Fri Apr 14 10:18:20 1995 Stu Grossman ([email protected])
2027
2028 * README.GDBTK: New file. Contains the obvious.
6fd934a6 2029end-sanitize-gdbtk
d7c4766c 2030
3e437fe6
RS
2031Thu Apr 13 16:17:04 1995 Rob Savoye <[email protected]>
2032
2033 * remote-array.c: New file for Array Tech LSI33k based controller
2034 board.
2035
546e6a39
KH
2036Thu Apr 13 12:23:31 1995 Kung Hsu <[email protected]>
2037
2038 * a29k-tdep.c (get_longjmp_target): Replace SWAP_TARGET_AND_HOST with
2039 extract_address.
2040 * remote-vxsparc.c: New file, preliminary check in, this configuration
2041 not supported yet.
2042 * remote-vxmips.c: ditto.
2043
2044Thu Apr 13 12:10:14 1995 Michael Meissner <[email protected]>
2045
2046 * rs6000-tdep.c (xcoff_add_toc_to_loadinfo): Don't use a prototype
2047 to declare the function.
2048
d108166f
SS
2049Wed Apr 12 16:40:20 1995 Stan Shebs <[email protected]>
2050
2051 * monitor.h (init_monitor_ops): Declare.
2052 * rom68k-rom.c: Clarify some comments.
2053 (rom68k_open): Define as static, to match decl.
2054
ade01652
JK
2055Wed Apr 12 16:36:44 1995 Jim Kingdon ([email protected])
2056
56b73ad2
JK
2057 * gdb.gdb: New file.
2058 * .gdbinit: Move list-objfiles to gdb.gdb.
2059
ade01652
JK
2060 * values.c (set_internalvar): Set modifiable flag of newval.
2061
f8203ed0
JK
2062Wed Apr 12 14:34:31 1995 Jim Kingdon <[email protected]>
2063
2064 * xcoffread.c: Call complain() rather than error() or printing a
2065 warning.
2066
32513ed1
DE
2067start-sanitize-arc
2068Wed Apr 12 08:15:27 1995 Doug Evans <[email protected]>
2069
2070 * arc-tdep.c: #include "gdbcmd.h".
2071 (codestream_seek): Pass CORE_ADDR.
2072 (arc_cpu_type, tmp_arc_cpu_type, arc_cpu_type_table): New globals.
2073 (debug_pipeline_p): Likewise.
2074 (X_...): Instruction field access macros.
2075 (BUILD_INSN): Define.
2076 (codestream_tell): Allow for stream elements > 1 byte.
2077 (codestream_fill): Likewise.
2078 (setup_prologue_scan): New function.
2079 (arc_get_frame_setup): Call it. Update to current spec
2080 regarding prologues. Use BUILD_INSN.
2081 (skip_prologue): New argument `frameless_p'. Use BUILD_INSN.
2082 (arc_frame_saved_pc): New function.
2083 (frame_find_saved_regs): Use BUILD_INSN.
2084 (get_insn_type, single_step): New functions.
2085 (one_stepped): New global.
2086 (arc_set_cpu_type_command, arc_show_cpu_type_command): New functions.
2087 (arc_set_cpu_type): New function.
2088 (_initialize_arc_tdep): Define new `set' commands `cpu',
2089 `displaypipeline', and `debugpipeline'.
2090 * remote-arc.c (break_insn): Add bi-endian support.
2091 (arc_insert_breakpoint): Likewise.
2092 (arc_remove_breakpoint): Likewise.
2093 (switch_command): Delete.
2094 * arc/tm-arc.h (TARGET_BYTE_ORDER): Delete.
2095 (TARGET_BYTE_ORDER_SELECTABLE): Define.
2096 (DEFAULT_ARC_CPU_TYPE): Define.
2097 (SKIP_PROLOGUE_FRAMELESS_P): Define.
2098 (BREAKPOINT): Delete.
2099 (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Define.
2100 (DECR_PC_AFTER_BREAK): Change to 8.
2101 (NO_SINGLE_STEP): Define.
2102 (ARC_PC_TO_REAL_ADDRESS): Define.
2103 (SAVED_PC_AFTER_CALL): Use it.
2104 (NUM_REGS, REGISTER_BYTES): Fix.
2105 (FRAME_SAVED_PC): Call arc_frame_saved_pc.
2106 (FRAME_LOCALS_ADDRESS): Fix.
2107end-sanitize-arc
2108
0c0c911b
JK
2109Tue Apr 11 16:42:37 1995 Jim Kingdon ([email protected])
2110
2111 * top.c, utils.c, defs.h: Remove error_hook. It is currently
2112 unused and would need to hook into error_begin()/return_to_top_level(),
2113 instead of error(), if it were to be used.
2114
8989d4fc
JK
2115Tue Apr 11 13:46:25 1995 Jim Kingdon <[email protected]>
2116
2117 * utils.c, defs.h (warning_begin): Renamed from warning_setup, for
2118 consistency with error_begin. Also print warning_pre_print.
2119 Document it better.
2120 * utils.c (warning): Use it.
2121 * utils.c (error_begin): Doc fix.
88a5c3fc
JK
2122 * rs6000-nat.c (vmap_ldinfo): If we don't find ldinfo for the
2123 symfile_objfile, nuke it.
8989d4fc 2124
0b078540
JK
2125Tue Apr 11 09:35:20 1995 Jim Kingdon ([email protected])
2126
f1cd942d
JK
2127 * printcmd.c (print_address_numeric): Pass use_local to
2128 print_longest, rather than always passing 1.
2129
0b078540
JK
2130 * nlm/Makefile.in: Remove comments discussing munch.
2131
d7c4766c 2132start-sanitize-gdbtk
45f90c50
MM
2133Tue Apr 11 11:07:12 1995 Michael Meissner <[email protected]>
2134
2135 * gdbtk.c (gdbtk_init): If SIOCSPGRP is not available, but
2136 F_SETOWN is, use that.
d7c4766c 2137end-sanitize-gdbtk
45f90c50 2138
cb5aa38b
SS
2139Mon Apr 10 18:31:57 1995 Stan Shebs <[email protected]>
2140
2141 Merge in support for Mac MPW as a host.
2142 (Old change descriptions retained for informational value.)
2143
2144 * mpw-config.in (i386-unknown-go32): Change from aout.
2145 (sh-hitachi-hms): New target.
2146 * mpw-make.in (BISON): Use byacc instead of bison.
2147 (VERSION): Bump to 4.14.1.
2148 (*-pinsn.*): Remove mentions everywhere.
2149 (all): Don't build MacGDB.
2150 (gdb, SiowGDB): Depend on Version.r.
2151 (Version.r): Generate from version info.
2152 * main.c (main): Pass program name to START_PROGRESS, END_PROGRESS.
2153 (main) [MPW]: Remove debugging hook.
2154 * mac-xdep.c (debug_openp): New flag.
2155 (mac_init): Set flag if env variable defined.
2156 * ser-mac.c (mac_open): Clarify error message.
2157 (mac_readchar): Call PROGRESS while looping.
2158 (mac_write): Call sleep instead of sec_sleep.
2159 (sec_sleep): Remove.
2160 * source.c (openp) [MPW]: Only print debugging info if debugging.
2161 * utils.c (query) [MPW]: Clarify that behavior is a bug.
2162
2163 * mpw-make.in (init.c): Use open-brace instead of mpw-open-brace.
2164
2165 * main.c, source.c: Remove hacks that replace long strings
2166 with shorter ones, now solved portably.
2167
2168 * config/m68k/xm-mpw.h (spin.h): Include.
2169 (ALMOST_STDC): Only define if MPW_C.
2170 * config/m68k/tm-mac.h: New file, Mac target definitions.
2171
2172 * mpw-config.in (m68k-apple-macos, ppc-apple-macos,
2173 i386-unknown-aout): New targets.
2174 (mk.tmp): Add *DEPFILES definitions.
2175 * mpw-make.in: Remove gC rules, clean up definitions for other
2176 include files, bump version, fix bogus \ that should be \Option-d.
2177 (init.c): Build correctly.
2178
2179 * mpw-make.in (HFILES_NO_SRCDIR): Add somsolib.h
2180 (ALLDEPFILES): Add somsolib.c.
2181 (somsolib.o): Add some dependencies.
2182
2183 * mpw-config.in: Use nm-empty.h if host is not target.
2184 (xdepfiles): Add mac-xdep.c.o.
2185 (xm_file): Remove.
2186 * mpw-make.in: Add Fortran files.
2187 (XDEPFILES): Remove.
2188
2189 * mpw-config.in (MacSerial.h): Duplicate from standard Serial.h.
2190 * ser-mac.c (MacSerial.h): Include instead of Serial.h.
2191
2192 * mpw-make.in: Use {s} instead of {srcdir} everywhere.
2193 (bindir, libdir): Remove extra colon.
2194 (source.c): Compile with C instead of gC.
2195 (c-exp.tab.c, ch-exp.tab.c, m2-exp.tab.c): Add {o}.
2196 (install-only): Don't install MacGDB.
2197 * source.c (openp) [MPW]: Add a debugging display.
2198 (open_source_file) [MPW]: Use MPW basename finders.
2199 [MPW_C]: Briefer versions of help for line and list commands.
2200
2201 * mpw-make.in: Change references from paread.c to somread.c
2202
2203 * mpw-make.in (VERSION): Update to 4.12.3.
2204 (SiowGDB): New target, GDB using SIOW library.
2205 (init-new.c): New target, attempt to generate init.c from sources.
2206 (main.c.o, top.c.o): Put each in its own segment.
2207 * main.c (main) [MPW]: Always call mac_init.
2208 * utils.c (query) [MPW]: Always return "yes" if in MacGDB, output
2209 an extra newline otherwise.
2210 * mac-xdep.c: More comments in various places, remove junk.
2211 (mac_init): Add tests for MPW and SIOW.
2212 (use_wne, has_color_qd): Renamed.
2213 (use_color_qd): New variable.
2214 (grow_window): Only do console resizing to console window,
2215 call resize_console_window.
2216 (zoom_window): Call resize_console_window.
2217 (resize_console_window, scroll_text): New functions.
2218 (adjust_console_sizes): Always align viewrect to even multiples of
2219 text lines.
2220 (adjust_console_text): Always scroll by whole lines.
2221 (hacked_vfprintf, hacked_puts, hacked_fputc, hacked_putc): Force a
2222 recalculation of scroll positions if a newline was output.
2223 (hacked_fflush): Similarly, for flushing.
2224 (hacked_fgetc): New function, aborts if called in MacGDB.
2225 * ser-mac.c (mac_readchar): Rename starttime to start_time,
2226 remove debugging printf.
2227 (mac_write): Sleep on first 4 writes.
2228 (sec_sleep): New function, works like standard sleep.
2229 * macgdb.r: Adjust positioning and contents of About box.
2230 Set minimum size to 2000K, preferred size to 5000K.
2231 * config/m68k/xm-mpw.h (fgetc): Define as a macro.
2232
2233 * mpw-make.in (.c.o, .gc.o): Prefix segment names with gdb_.
2234 (top.c.o, annotate.c.o): Add build rules.
2235 * macgdb.r (SysTypes.r): Include.
2236 ('vers'): New resource, version info.
2237 (mFile, mEdit, mDebug): Enable all menu items.
2238 (mDebug): Add key equivalents for continue, step, next.
2239 (wConsole): Add zoom and close boxes to window.
2240 * mac-xdep.c (new_console_window): New function, code taken from
2241 mac_init.
2242 (mac_command_loop): Use GetCaretTime for wait interval, call
2243 do_idle on null events.
2244 (do_idle): New function.
2245 (zoom_window): Implement zooming.
2246 (v_scroll_proc): New function, handles vertical scrolling.
2247 (activate_window): Do activation of console window.
2248 (do_menu_command): Implement items of file, edit, and debug menus.
2249 (do_keyboard_command): Fix command extraction.
2250 (adjust_console_sizes, adjust_console_text): New functions.
2251 (hacked_fprintf, hacked_vfprintf, hacked_fputs, hacked_fputc,
2252 hacked_putc): Don't call draw_console.
2253 * ser-mac.c (mac_open): Add an error message for invalid ports.
2254 (first_mac_write): New global.
2255 (mac_write): Use first_mac_write to sleep on first several writes.
2256
2257 * mpw-make.in (INCLUDE_CFLAGS): Add readline source dir.
2258 (READLINE_CFLAGS, READLINE_SRC, READLINE_DIR): Uncomment.
2259 (TSOBS): Don't compile inflow.c.
2260 (all, install): Add MacGDB.
2261 * main.c (main): Do Mac-specific init and command loop if a
2262 standalone app, skip full option help message if compiling
2263 with MPW C.
2264 (gdb_readline): If MPW, add a newline after the (gdb) prompt.
2265 * utils.c (_initialize_utils): If MPW, don't try to use termcap to
2266 compute the window size.
2267 * config/m68k/xm-mpw.h (printf, fprintf, fputs, fputc, putc,
2268 fflush): Define as macros that expand into hacked_... versions.
2269 (StandAlone, mac_app): Declare.
2270 * macgdb.r (SIZE): Set the default partition to 4000K.
2271 * mac-xdep.c (readline.h, history.h): Include.
2272 (terminal.h): Don't include.
2273 (mac_app): Define.
2274 (gdb_has_a_terminal): Define Mac-specific version.
2275 (do_keyboard_command): Simplify search for command string.
2276 (readline): Define as gdb_readline.
2277 Add other history/readline stubs to make main gdb link.
2278 (hacked_fprintf, hacked_printf, hacked_vfprintf, hacked_fputs,
2279 hacked_fputc, hacked_fflush): New functions, intercept output to
2280 stdout and stderr, send to console window.
2281
2282 * mpw-make.in (MacGDB): New target, standalone Mac-hosted gdb.
2283 (XDEPFILES): Define.
2284 (main.c.o): Compile with gC instead of C.
2285 * mac-defs.h: New file, menu etc definitions shared between
2286 C and Rez files.
2287 * macgdb.r: New file, Rez (resource compiler) resource
2288 definitions.
2289 * mac-xdep.c: New file, Mac host interface code.
2290 * config/m68k/xm-mpw.h (PATHNAME_SEPARATOR): Rename to
2291 DIRNAME_SEPARATOR.
2292 (PATHNAME_SEPARATOR_STRING): Remove.
2293 (SIGQUIT, SIGHUP): Define.
2294 (fileno, R_OK): Define.
2295
2296 * mpw-config.in: New file, MPW configuration fragment.
2297 * mpw-make.in: New file, MPW makefile fragment.
2298 * config/m68k/xm-mpw.h: New file, MPW host definitions.
2299 * ser-mac.c: New file, Mac serial interface.
2300
c08c3640
KH
2301Mon Apr 10 16:47:57 1995 Kung Hsu <[email protected]>
2302
73dab896
KH
2303 * valprint.c (print_longest): Fix a syntax error in #ifdef
2304 PRINTF_HAS_LONG_LONG.
2305
2306 * config/mips/xm-irix5.h: turn on CC_HAS_LONG_LONG and
c08c3640
KH
2307 PRINTF_HAS_LONG_LONG.
2308 * config/mips/tm-irix5.h: turn on FORCE_LONG_LONG.
2309
41270571
PS
2310Sat Apr 8 02:47:45 1995 Peter Schauer ([email protected])
2311
2312 * mdebugread.c (parse_symbol): Use new variable
2313 nodebug_var_symbol_type as type of variables which don't have any
2314 ecoff debug info associated with them.
2315 (parse_symbol, parse_procedure): Use heuristics to determine if
2316 functions were compiled without debugging info and change their
2317 type to nodebug_function_symbol_type.
2318 (_initialize_mdebugread): Initialize nodebug_*_symbol_type.
2319
2320 * source.c (line_info): Clear sal.pc for `info line' without
2321 arguments.
2322
7952bce6
SG
2323Fri Apr 7 17:43:01 1995 Stu Grossman ([email protected])
2324
2325 * monitor.c: make_xmodem_packet and print_xmodem_packet go away.
2326 send_xmodem_packet shows up to do the obvious. Lots of fixes to
2327 xmodem downloads including resetting of block number at start of
2328 new transfers, fix for buffer overrun problem, addition of CRC
2329 generation code.
2330 * (monitor_open): loadtype_str and loadproto_str now default to
2331 first entry in monitor_ops->loadtypes.
2332 * (monitor_wait): Lengthen register dump buf, because of verbose
2333 Winbond monitor.
2334 * (monitor_fetch_register): Report unimplemented registers as 0.
2335 * (monitor_read_memory): Only do 16 byte aligned transfers
2336 because of formatting weirdness with the Winbond monitor. Also,
2337 ignore non-hex, non-whitespace formatting between bytes (same
2338 monitor).
2339 * (monitor_load): Clean up logic.
2340 * (monitor_load_srec): Re-do xmodem support. Move lots of it
2341 into send_xmodem_packet.
2342 * (getacknak): Get rid of polls and timeouts. Handle CRC
2343 requests from receiver.
2344 * (monitor_make_srec): Efficiency improvements. Don't call
2345 sprintf to output two digit hex numbers.
2346 * (crcinit, docrc): New, CRC-16 support routines.
2347 * (send_xmodem_packet): New routine to generate either CRC-16 or
2348 checksummed xmodem packets.
2349
2350 * remote-est.c (est_loadtypes), rom68k-rom.c (rom68k_loadtypes):
2351 Reduce tables down to only the load types supported by each
2352 monitor.
2353
2354 * w89k-rom.c (w89k_supply_register): Parses output of Winbond
2355 register dumps.
2356 * (w89k_loadtypes, w89k_loadprotos): Reduce to just srec/xmodem.
2357 * (w89k_cmds): Add clear all breakpoints, memory fill, and dump
2358 registers commands.
2359
0ac704d2
SG
2360 * config/pa/tm-hppa.h: Define lots register offsets needed by
2361 w89k-rom.c.
2362
5d747d61 2363
77a89957
MM
2364Thu Apr 6 17:00:46 1995 Michael Meissner <[email protected]>
2365
2366 * Makefile.in (X11_INCLUDES): Define as empty.
2367 (X11_CFLAGS): Define as including $(X11_INCLUDES).
2368 (X11_LIB_SWITCHES): Define as empty.
2369 (X11_LIBS): Define as -lX11.
2370
cb5aa38b 2371start-sanitize-gdbtk
77a89957
MM
2372 * configure.in (enable_gdbtk): If gdbtk, support the --x-includes
2373 and --x-libraries switches, setting the X11_INCLUDES and
2374 X11_LIB_SWITCHES respectively. Instead of using a hardcoded -lX11
2375 in ENABLE_CLIBS, use the X11_LIB_SWITCHES and X11_LIBS variables.
2376
2377 * gdbtk.c (gdbtk_init): If SIOCSPGRP is not available, don't use
2378 it. This means that the stop button doesn't work, but is better
2379 than nothing.
cb5aa38b 2380end-sanitize-gdbtk
77a89957 2381
8066e434
JK
2382Wed Apr 5 19:57:38 1995 Jim Kingdon ([email protected])
2383
2384 * mips-tdep.c (mips_print_register): Remove unused variable
2385 our_type and call to init_type. Fixes memory leak. Reindent function.
2386
2387 * mips-tdep.c (mips_print_register), findvar.c
2388 (write_register_bytes): Make buffer char[] instead of unsigned
2389 char[].
2390
dee80384
JK
2391Mon Apr 3 19:28:14 1995 Jim Kingdon ([email protected])
2392
8066e434 2393 * top.c, utils.c, main.c, defs.h: Replace error_pre_print with two
dee80384
JK
2394 variables: error_pre_print (for RETURN_ERROR) and quit_pre_print
2395 (for RETURN_QUIT). Fixes a bug whereby typing ^C (e.g. in "maint
2396 print sym") could output extraneous stuff.
2397 * objfiles.c: Don't declare error_pre_print; defs.h does it.
2398
2399Mon Apr 3 13:48:28 1995 Stu Grossman ([email protected])
2400
2401 * monitor.h: Add MO_GETMEM_NEEDS_RANGE flag.
2402 * monitor.c (monitor_read_memory): Use previously mentioned flag
2403 to send proper format memory examine commands to the w89k monitor.
2404 Also, try to handle bizarre format of memory dump...
2405
2406 * op50-rom.c w89k-rom.c: Update to new monitor.[ch] conventions.
2407
576c3913
PS
2408Sat Apr 1 03:22:20 1995 Peter Schauer ([email protected])
2409
2410 * dbxread.c (process_one_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]:
2411 Handle relocated symbol address.
2412 * partial-stab.h, case N_SO, SOFUN_ADDRESS_MAYBE_MISSING:
2413 Do not relocate a zero address.
2414
23a1346e
JK
2415Thu Mar 30 19:46:36 1995 Jim Kingdon ([email protected])
2416
7c7c4f0a
JK
2417 * config/a29k/tm-a29k.h: Nuke obsolete define CONTROL_END_ADDR; it
2418 is nowhere used.
2419
23a1346e
JK
2420 * stabsread.c (read_range_type): Remove FIXME comment about
2421 type-id (I presume this meant a number followed by = followed by a
2422 type) versus type number; Per fixed it.
2423
1e1dd175
SS
2424Wed Mar 29 09:56:04 1995 Jason Molenda ([email protected])
2425
2426 * configure.in: sparc-*-sunos5* is same as sparc-*-solaris2*.
2427
a2f0cf2f
SS
2428Wed Mar 29 18:30:03 1995 Stan Shebs <[email protected]>
2429
2430 * remote-e7000.c (why_stop): Add new kinds of strings to expect
2431 from the emulator.
2432 (e7000_wait): Add interpretations for more stop reasons,
2433 including warnings for write protect and cycle address errors.
2434
a706069f
SG
2435Wed Mar 29 17:09:29 1995 Stu Grossman ([email protected])
2436
2437start-sanitize-gdbtk
2438 * Makefile.in (gdbtk.o): Use X11_CFLAGS to provide alternate
2439 locations (per-host) for X11 include files.
2440 * config/pa/hppahpux.mh (XM_CLIBS): Add -L/usr/lib/X11R5 to force
2441 the use of R5 libs. (X11_CFLAGS): Add this to indicate the locs
2442 of the R5 include files.
2443end-sanitize-gdbtk
2444 * monitor.c monitor.h remote-est.c rom68k-rom.c: Add start of
2445 support for interrupting target.
2446 * monitor.c (monitor_open): Send stop command before doing
2447 anything else.
2448 * (monitor_load_srec): Fix record size calculation to prevent end
2449 of segment from getting trashed.
2450 * rom68k-rom.c: Update to latest version of struct monitor_ops.
2451 * config/sparc/tm-sparc.h (FIX_CALL_DUMMY): Fix byte-order
2452 problems. Makes DOS hosted function calling work.
2453 * sparclite/crt0.s: Define _start to make COFF happy.
a706069f 2454
3e8fdb61
MM
2455Wed Mar 29 09:11:51 1995 Michael Meissner <[email protected]>
2456
2457 * defs.h (atof): Don't provide an external declaration if atof is
2458 a macro.
2459
e137e850
PS
2460Wed Mar 29 00:01:07 1995 Peter Schauer ([email protected])
2461
2462 * rs6000-tdep.c (skip_prologue): Skip saving of LR and CR in
2463 the stack frame, fix typos in `st rx,NUM(r1)' and `stu r1,NUM(r1)'
2464 tests.
2465
e55a5796
PB
2466Tue Mar 28 17:04:04 1995 Per Bothner <[email protected]>
2467
2468 * gdbtypes.c (create_range_type): If indextype has TYPE_FLAG_STUB
2469 set, set TYPE_FLAG_TARGET_STUB.
2470 (check_stub_type): Recalculate TYPE_LENGTH for range type.
2471 * stabsread.c (read_range_type): If index type number is followed
2472 by '=', back up, call read_type. and assume we have a true range.
2473 * gdbtypes.h (TYPE_FLAG_TARGET_STUB): Update comment.
2474
3f403f6a
PS
2475Mon Mar 27 22:51:54 1995 Peter Schauer ([email protected])
2476
2477 * alpha-nat.c, irix4-nat.c, irix5-nat.c, mipsv4-nat.c,
2478 sparc-tdep.c (supply_gregset, supply_fpregset): Fill inaccessible
2479 registers with zero to handle recent read_register_bytes change.
2480 * irix4-nat.c, irix5-nat.c, mipsv4-nat.c (supply_gregset,
2481 fill_gregset): Fix handling of CAUSE_REGNUM.
2482 * mips-nat.c (store_inferior_registers): Handle unwritable
2483 registers when storing a single register.
2484 * config/mips/tm-irix3.h (CAUSE_REGNUM, BADVADDR_REGNUM):
2485 Fix definitions.
2486
2487 * mdebugread.c (parse_symbol, psymtab_to_symtab_1): Clear
2488 allocated mips_extra_func_info, if the debug info is corrupt,
2489 the PDR to fill it in might be missing.
2490
3b94a0b8
KH
2491Mon Mar 27 14:43:00 1995 Kung Hsu <[email protected]>
2492
2493 * vx-share/regPacket.h: a new file interfacing with vxworks.
2494
d582898a
JK
2495Sun Mar 26 13:22:47 1995 Jim Kingdon ([email protected])
2496
2497 * breakpoint.c (bpstat_do_actions): Once we've executed the
2498 commands, set bs->commands to NULL.
2499
b9e58503
PS
2500Sat Mar 25 01:16:10 1995 Peter Schauer ([email protected])
2501
2502 * buildsym.c (patch_subfile_name): Update last_source_file
2503 with the real source file name.
2504 * dbxread.c (end_psymtab): Handle static functions in the
2505 SOFUN_ADDRESS_MAYBE_MISSING case by passing pst->filename
2506 to lookup_minimal_symbol.
2507 (process_one_symbol): Ignore extra outermost context from
2508 SunPRO cc and acc.
2509 * stabsread.c (define_symbol): Do not complain for SunPRO
2510 static variable encoding if STATIC_TRANSFORM_NAME is defined.
2511 * sparc-tdep.c, config/sparc/tm-sun4sol2.h
2512 (sunpro_static_transform_name): Renamed from
2513 solaris_static_transform_name.
2514 * config/sparc/tm-sun4os4.h (STATIC_TRANSFORM_NAME):
2515 Define to sunpro_static_transform_name for acc 3.0 compiled
2516 executables.
2517 * procfs.c, config/alpha/nm-osf2.h (PROCFS_DONT_TRACE_FAULTS):
2518 Renamed from PROCFS_DONT_TRACE_IFAULT, don't trace any faults
2519 if defined.
2520 * procfs.c (info_proc_siginfo): Cast sip->si_addr to
2521 `unsigned long' and use `lx' format for printing it.
2522
2523Fri Mar 24 15:45:42 1995 Stu Grossman ([email protected])
2524
2525 * configure.in: Move test for m68*-est-* before m68*-*-coff*.
2526 * findvar.c: Move default def of CANNOT_STORE_REGISTER closer to
2527 the beginning of the code.
2528 * (write_register_gen): New routine. Analogous to
2529 read_register_gen.
2530 * (write_register_bytes): Another rewrite! Make it smarter about
2531 not updating regs with the same value.
2532 * monitor.c (printf_monitor readchar): Use stderr instead of
2533 stdout to output debug info. Also cleanup readchar a little.
2534 * (expect): Make sure that excessive responses are null
2535 terminated.
2536 * (monitor_open): Check for magic number in monitor_ops struct.
2537 Allow multiple commands as init strings. Also, clear all
2538 breakpoints.
2539 * (monitor_resume monitor_wait): Send a command to dump all the
2540 regs for those targets which don't do so when waking up after a
2541 continue command.
2542 * (monitor_wait): Handle excessive response output better.
2543 * (monitor_write_memory): Use block fill, word, and long word
2544 commands (if they exist) to write memory more efficiently.
2545 * General cleanups to use flag bits instead of individual flag
2546 words in monitor_ops struct.
2547 * (monitor_command): Return output from command.
2548 * (monitor_load_srec): Allocate buffer only once. Use alloca.
2549 Wait for load response string instead of using a timeout to start
2550 sending S-records. Fix bug where value of srec_frame shrinks. If
2551 hashmark is set, print `-' for retransmissions. General cleanups.
2552 * (monitor_make_srec): Get rid of S-record default type kludge.
2553 * monitor.h: Use seperate struct for memory and register
2554 read/write commands. Memory commands can come in byte, word,
2555 long, and longlong forms.
2556 * (monitor_ops): Change lots of fields. Generalize some stuff.
2557 Put all flags into flags word. Allow init to be a list of commands.
2558 Add command for clearing all breakpoints, block fill, dumping all
2559 registers.
2560 * remote-est.c: Rewrite to use new monitor conventions.
2561 * config/m68k/est.mt (TDEPFILES): Add monitor.o.
2562 * config/m68k/tm-est.h: Set NUM_REGS to 18.
2563 * testsuite/gdb.base/break.exp: Lots of cleanups. Use gdb_test
2564 more thoroughly.
2565
9bfed1ee
JL
2566Thu Mar 23 23:20:00 1995 Jeff Law ([email protected])
2567
2568 * somsolib.c (som_solib_add): Handle case where a shared library
2569 referenced by a core file has sections without the SEC_ALLOC bit
2570 set (eg stabs sections).
2571
1c04536e
JK
2572Thu Mar 23 15:07:08 1995 Jim Kingdon ([email protected])
2573
2574 * breakpoint.c (bpstat_do_actions): For each element in the bpstat
2575 chain, do all the commands regardless of whether they run the
2576 inferior.
2577
aa949c08
DE
2578Wed Mar 22 19:17:06 1995 Doug Evans <[email protected]>
2579
2580 * mem-break.c (LITTLE_BREAKPOINT, BIG_BREAKPOINT): Define as
2581 BREAKPOINT if mono-endian.
2582 (break_insn): Deleted.
2583 (big_break_insn, little_break_insn): Define.
2584 (memory_insert_breakpoint): Handle bi-endian cpus.
2585 (BREAKPOINT_LEN): Define.
2586 (memory_remove_breakpoint): Use it.
2587 (memory_breakpoint_size): Likewise.
2588
9cc2cd4f
KH
2589Tue Mar 21 17:03:17 1995 Kung Hsu <[email protected]>
2590
2591 * sparc-stub.c: add nop after 'bg good_wim'.
2592 * sparcl-stub.c: ditto.
2593
1968ed13
JK
2594Tue Mar 21 13:34:12 1995 Jim Kingdon ([email protected])
2595
2596 * infrun.c (handle_command): Don't print TARGET_SIGNAL_0,
2597 TARGET_SIGNAL_UNKNOWN, or TARGET_SIGNAL_DEFAULT.
2598
e6059f4a
JL
2599Mon Mar 20 10:09:59 1995 Jeff Law ([email protected])
2600
2601 * hppab-nat.c (store_inferior_registers): Sync with HPUX version.
2602
a15f6b0a
SG
2603Mon Mar 20 07:34:48 1995 Stu Grossman ([email protected])
2604
2605 * hppah-nat.c (store_inferior_registers): Move check for
2606 CANNOT_STORE_REGISTER to a better place. Fixes ptrace I/O errors
2607 found by test suite during function calls, which attempts to write
2608 unwritable registers.
2609
5c26250b
PS
2610Sat Mar 18 02:02:24 1995 Peter Schauer ([email protected])
2611
2612 * mdebugread.c (parse_symbol): If finishing a function without
2613 known parameter type info, set that from parameter symbols.
2614 Remove commented-out add_param_to_type support.
2615
2616Thu Mar 16 16:38:03 1995 Jim Kingdon ([email protected])
2617
2618 * xcoffread.c (process_linenos): Make sure filename we pass to
2619 start_subfile will cause deduce_language_from_filename to return
2620 the correct thing. Reindent function to GNU standards.
2621
334655aa
C
2622Thu Mar 16 15:54:00 1995 J.T. Conklin <[email protected]>
2623
2624 * nlm/gdbserve.c (handle_exception): #if out call to StopBell,
2625 as it is not available on NetWare 3 or PIN.
2626 * nlm/ppc.c (StopBell): Removed.
2627
8367c66b
JK
2628Thu Mar 16 12:14:41 1995 Jim Kingdon ([email protected])
2629
d1f14b46
JK
2630 * xcoffread.c (read_xcoff_symtab): When creating a dummy parameter
2631 inferred from the traceback tags, give its type the name
2632 "<non-float parameter>".
2633
8367c66b
JK
2634 * stabsread.c (rs6000_builtin_type): Recognize types -31 to -34.
2635
2081365f
SG
2636Wed Mar 15 15:09:29 1995 Stu Grossman ([email protected])
2637
2638 * findvar.c (read_register_bytes write_register_bytes): Make
2639 these routines much smarter about updating registers from the
2640 target, only doing so when absolutely necessary. This really
2641 speeds up register modification on some remote targets.
2642
2643 * monitor.c: More cleanups. Get rid of monitor_load_ascii_srec.
2644 BFD makes this unnecessary. Lots of debugging speedups.
2645 * (expect): NULL terminate return string.
2646 * (monitor_open monitor_supply_register parse_register_dump
2647 monitor_wait monitor_fetch_register): Switch to using GNU regexp
2648 library to parse multi-register displays.
2649 * (monitor_read_memory): Read multiple bytes (up to 16) at once.
2650 * (monitor_create_inferior): Call clear_proceed_status to make run
2651 command notice first breakpoint.
2652 * (monitor_load): Clean up. Reset inferior_pid, set pc to start
2653 address and reset symbol table stuff to make loads put things into
2654 a fresh state.
2655 * (monitor_load_srec): Lower sleep time to 1 second.
2656
2657 * monitor.h (struct monitor_ops): Add register_pattern and
2658 supply_register to monitor_ops.
2659
2660 * rom68k-rom.c: Add new support for handling register dumps.
efe4e52d
SG
2661 * config/m68k/tm-m68k.h: Define D0_REGNUM and A0_REGNUM for register
2662 dump handling.
2081365f 2663
a7f6f40b
JK
2664Wed Mar 15 15:18:27 1995 Jim Kingdon ([email protected])
2665
2666 * utils.c, defs.h (putchar_unfiltered, fputc_unfiltered): Make
2667 argument be an int, not a char. Using a prototype followed by an
2668 old-style function definition in a case where an argument is
2669 widened is a GCC-ism not supported by the native AIX compiler.
2670
b1dda26e
C
2671Wed Mar 15 12:22:35 1995 J.T. Conklin <[email protected]>
2672
68c1bc9c
C
2673 * nlmstub.def: Removed, this was moved to nlm/gdbserve.def
2674 long ago.
2675
a64bbacf 2676 * configure.in (alpha-*-netware*): Removed configuration.
68c1bc9c
C
2677 * config/alpha/{alpha-nw.mt, gdbserve.mt, tm-alphanw.h}: Removed.
2678 * nlm/{README-ALPHA-NETWARE, aio.h, alpha-io.S, alpha-regdef.h,
2679 alpha.c, alpha.h, altdebug.h}: Removed.
2680
b1dda26e
C
2681 * nlm/gdbserve.c (main): Add support for processing BOARD=
2682 argument, deprecate NODE=.
2683
961b8ebd
JK
2684Wed Mar 15 10:58:26 1995 Jim Kingdon ([email protected])
2685
2686 * c-exp.y (yylex): Make an empty character constant an error.
2687
912cb3fd
PB
2688Tue Mar 14 15:00:54 1995 Per Bothner <[email protected]>
2689
2690 * valops.c (value_arg_coerce): Do possible value_coerce_array
2691 before determining type argument to value_cast.
2692
1990231d
KH
2693Tue Mar 14 10:41:41 1995 Kung Hsu <[email protected]>
2694
2695 * remote-es.c: Replace ignore with 0.
2696
a3012272
JK
2697Tue Mar 14 05:52:36 1995 Jim Kingdon ([email protected])
2698
2e12bf4f
JK
2699 * valops.c (value_repeat), eval.c (evaluate_subexp_standard):
2700 If VALUE_REPEATED is already set, just error out.
2701
36633dcc
JK
2702 * valops.c (value_cast, value_slice), parse.c (follow_types): Add
2703 FIXME-type-allocation comments.
2704
a3012272
JK
2705 * gdbtypes.h (struct type): Fix comment about what units the
2706 TYPE_LENGTH is in.
2707
477b2425
SS
2708Mon Mar 13 18:27:25 1995 Stan Shebs <[email protected]>
2709
2710 * ch-valprint.c (annotate.h): Include.
2711 * eval.c (evaluate_subexp_standard): Remove unused variable.
2712 (calc_f77_array_dims): Add parens to expression.
2713 * f-exp.y (yylex): Add parens to expression, remove unused label.
2714 * f-lang.h (calc_f77_array_dims): Declare.
2715 * f-valprint.c (f_val_print): Remove unused variables.
2716
4f69fe46
JK
2717Mon Mar 13 15:25:47 1995 Jim Kingdon <[email protected]>
2718
2719 * alpha-tdep.c (find_proc_desc): If pdr.framereg field is -1, don't
2720 use the PDR, just examine prologues instead.
2721
477b2425 2722start-sanitize-arc
c230fbb6
KH
2723Fri Mar 10 16:13:18 1995 Kung Hsu <[email protected]>
2724
c230fbb6
KH
2725 * config/tm-arc.h: Change arc register names.
2726end-sanitize-arc
2727
a1a0d974
PS
2728Fri Mar 10 02:49:40 1995 Peter Schauer ([email protected])
2729
2730 Fix problems with infinite recursion when printing a class
2731 that contains a static instance of the class.
2732 * cp-valprint.c (dont_print_vb_obstack): Renamed from
2733 dont_print_obstack, made static.
2734 (dont_print_statmem_obstack): New obstack, controls printing
2735 of static member classes.
2736 (_initialize_cp_valprint): Initialize it.
2737 (cp_print_static_field): New function, handles printing of
2738 static members.
2739 (cp_print_value_fields): New parameter dont_print_statmem to
2740 handle recursive printing of static member classes, use
2741 cp_print_static_field to handle printing of static members.
2742 * c-valprint.c (cp_print_value_fields): Update prototype and
2743 call to include additional dont_print_statmem parameter.
2744 * c-valprint.c, f-valprint.c (dont_print_obstack): Remove unused
2745 extern declaration.
2746
2747 * alpha-tdep.c, findvar.c, infptrace.c: Include <string.h>.
2748
2749 * config/alpha/tm-alpha.h (FRAME_FIND_SAVED_REGS): Call
2750 alpha_find_saved_regs if fi->saved_regs is still NULL.
2751
2752 * elfread.c (elf_symtab_read): Ensure that the filename field
2753 of a minsym is nonempty. Ignore solib trampoline symbols from
2754 the main symbol table, they might have a bogus value.
2755
2756 * procfs.c (set_proc_siginfo), config/alpha/alpha-osf2.mh:
2757 Fix typos in comments.
2758
45d6f623
JK
2759Thu Mar 9 17:19:47 1995 Jim Kingdon <[email protected]>
2760
2761 * mdebugread.c (parse_symbol, psymtab_to_symtab_1): Initialize
2762 pdr.framereg field of MIPS_EFI_SYMBOL_NAME symbol to -1. That way
2763 we know whether the PDR ever got set.
2764 * mips-tdep.c (find_proc_desc): If pdr.framereg field is -1, don't
2765 use the PDR, just examine prologues instead.
2766
2767Wed Mar 8 23:35:10 1995 Jeff Law ([email protected])
2768
2769 * somsolib.c (som_solib_section_offsets): Get offset of text
2770 section right.
2771
34c40fd7
SG
2772Wed Mar 8 16:12:21 1995 Stu Grossman ([email protected])
2773
8cbf6efc 2774start-sanitize-gdbtk
9468f8aa
SG
2775 * gdbtk.c (gdb_get_breakpoint_info): Return error if breakpoint
2776 type is not bp_breakpoint.
8cbf6efc 2777end-sanitize-gdbtk
9468f8aa 2778
34c40fd7
SG
2779 * source.c (forward_search_command reverse_search_command): Set
2780 convenience variable $_ to be the line # of the match.
2781 * symtab.c (decode_line_1): Allow convenience variables to be
2782 used in line specs (for breakpoints and such).
2783
95618211
SS
2784Wed Mar 8 12:51:00 1995 Stan Shebs <[email protected]>
2785
2786 * Makefile.in (VERSION): Bump to 4.14.1.
2787 * NEWS, README: Update for 4.14.
2788 * i386v-nat.c (i386_insert_aligned_watchpoint): Fix declaration.
2789 (i386_insert_nonaligned_watchpoint): Call aligned instead of
2790 generic watchpoint insertion.
2791
830a65b3
PB
2792Tue Mar 7 19:26:10 1995 Per Bothner <[email protected]>
2793
2794 * valops.c (value_slice): Do COERCE_VARYING_ARRAY.
2795
236274b9
SG
2796Tue Mar 7 00:23:47 1995 Stu Grossman ([email protected])
2797
95618211 2798 * monitor.c, array-rom.c, monitor.h, rom68k-rom.c: Move target_ops
32fa4b59
SG
2799 into monitor.c.
2800 * monitor.c (monitor_create_inferior): Allow run command to start
2801 program.
2802
f17aed8b
SG
2803 * monitor.c (monitor_load): Set PC to start address when done
2804 loading.
2805
95618211 2806 * array-rom.c, monitor.h, rom68k-rom.c: Clean up target_ops.
f17aed8b
SG
2807 Remove ref to monitor_create_inferior.
2808
8f078234
SG
2809 * monitor.c: More general cleanups. Add prototypes, remove
2810 unused routines. Fix bug with wrong number of args to error().
2811
cc60ad63
SG
2812 * main.c (main): Don't start up GUI when running under gdb mode
2813 in emacs.
2814
1265e2d8
SG
2815 * Makefile.in: Add rules for monitor.o and rom68k-rom.o to make
2816 Sun make (with VPATH) work...
2817
95618211 2818 * monitor.c, monitor.h, rom68k-rom.c: Serious cleanup to make IDP
1265e2d8 2819 (rom68k) target work right.
95618211 2820 * array-rom.c, op50-rom.c, w89k-rom.c: Partial updates to new
1265e2d8
SG
2821 monitor.c interface. More work needs to be done here.
2822 * config/m68k/tm-monitor.h: Change DECR_PC_AFTER_BREAK to 0 to
2823 match the IDP monitor. Also, set NUM_REGS to 18 cuz there's no
2824 floating-point for this card.
2825
95618211 2826 * serial.h, ser-go32.c, ser-go32-para.c, ser-mac.c, ser-tcp.c,
85c8b135
SG
2827 ser-unix.c: Add SERIAL_SETSTOPBITS to set the number of stopbits
2828 (needed for IDP board?!?!?).
2829
95618211
SS
2830 * defs.h, utils.c, remote-hms.c, remote-pa.c, remote.c: Fix defs
2831 and usage of fputc_unfiltered and putchar_unfiltered. Eliminate
7baea946
SG
2832 putc_unfiltered (it's superfluous).
2833
95618211 2834 * command.h, command.c, top.c: Add var_enum command type. It's
09374c98 2835 like var_string but allows only only one of the specified strings.
236274b9 2836
e70bba9f
JK
2837Mon Mar 6 15:03:59 1995 Jim Kingdon ([email protected])
2838
2839 * valops.c (value_cast): Don't use backslash newline--pre-ANSI
2840 compilers (such as SunOS4 /bin/cc) don't generally support it
2841 except in some contexts.
2842
f7a69ed7
PB
2843Fri Mar 3 17:42:48 1995 Per Bothner <[email protected]>
2844
2379f65c 2845 * valops.c (value_cast): Check for cast to array type *before*
f7a69ed7
PB
2846 we coerce array to pointer (in case arg2 is already array).
2847
2848 * valops.c (call_function_by_hand): Set using_gcc to 2 if using
2849 gcc2. Needed for REG_STRUCT_HAS_ADDR to work on sparc.
2850 Also check REG_STRUCT_HAS_ADDR for union, array and string types.
2851
2852 * valops.c (call_function_by_hand): Re-arrange code for pushing
2853 paramaters on the stack so we can do better STACK_ALIGN.
2854
2855 * valops.c (call_function_by_hand): Call error if the number
2856 of arguments is fewer than parameter types in function type.
2857
732ff6af
DE
2858Fri Mar 3 17:13:05 1995 Doug Evans <[email protected]>
2859
2860 * sparc-tdep.c (sparc_extract_struct_value_address): Move
2861 sparc64 support to here.
2862 (sparc64_extract_struct_value_address): Deleted.
2863 (dump_ccreg): Add a prototype so long long arg -> int.
2864 * sparc/tm-sp64.h (USE_STRUCT_CONVENTION): Define.
2865 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2866
13ffa6be
JL
2867Fri Mar 3 15:12:12 1995 Jeff Law ([email protected])
2868
3a0fbb3b
JL
2869 * hpread.c (hpread_record_lines): New argument "offset". All
2870 callers changed. Use it to handle dynamic address relocation.
2871 (hpread_build_psymtabs): Adjust texthigh as we read each function
2872 debug symbol. Fix computation of texthigh.
2873 (hpread_read_subrange_type): Work around macro bugs in HP's
2874 compilers.
2875 (hpread_process_one_debug_symbol): Correctly map source lines.
2876
2097152a
JL
2877 * somread.c (check_strange_names): Filter names emitted by the HP
2878 compiler when generating PIC code.
2879
13ffa6be
JL
2880 * valops.c (value_struct_elt_for_reference): Work around macro
2881 bugs in HP's compilers.
2882 * c-exp.y (block): Likewise.
2883
0d172a2e
JK
2884Fri Mar 3 12:27:28 1995 Jim Kingdon <[email protected]>
2885
5816555b
JK
2886 * rs6000-tdep.c (push_dummy_frame): Fix order of arguments to
2887 store_address.
2888
0d172a2e
JK
2889 * utils.c [_AIX]: Include stddef.h instead of #defining size_t.
2890
629b6214
MM
2891Fri Mar 3 12:33:24 1995 Michael Meissner <[email protected]>
2892
2893 * rs6000-tdep.c (skip_prologue): Skip multiple stores of the saved
2894 registers that GCC emits on the PowerPC by default in addition to
2895 the store multiple instruction used on the Power series.
2896
8b0f5a9d
DE
2897Fri Mar 3 00:54:58 1995 Doug Evans <[email protected]>
2898
2899 * sparc-tdep.c (decode_asi): New function.
2900 (sparc_print_register_hook): Pretty print more v9 registers.
2901 * sparc/tm-sp64.h (REGISTER_NAMES): Fix some typos.
2902
306d27ca
DE
2903Thu Mar 2 22:20:22 1995 Doug Evans <[email protected]>
2904
2905 * dwarfread.c (struct dieinfo): Use CORE_ADDR for at_{low,high}_pc.
2906 (target_to_host): Change result type to CORE_ADDR.
2907
2908Thu Mar 2 15:13:04 1995 Jim Kingdon ([email protected])
2909
2910 * rs6000-tdep.c: Fix byte-swapping sins.
2911
dc59e982
MM
2912Thu Mar 2 16:48:45 1995 Michael Meissner <[email protected]>
2913
2914 * rs6000-tdep.c (branch_dest): Minor code cleanup, don't share
2915 code between branch unconditional and branch conditional cases.
2916
762cf56f
DE
2917Wed Mar 1 09:41:26 1995 Doug Evans <[email protected]>
2918
2919 Various changes for sparc64.
2920 * sparc-tdep.c (NUM_SPARC_FPREGS): Define.
2921 (SPARC_INTREG_SIZE): Define.
2922 (*): Use SPARC_INTREG_SIZE instead of REGISTER_RAW_SIZE (intreg)
2923 where appropriate.
2924 (enum branch_type): New value `done_retry'.
2925 (isbranch): Renamed from isannulled. All callers changed.
2926 Support new sparc64 branch insns.
2927 (single_step): Handle done_retry.
2928 (sparc_extract_struct_value_address): Don't assume 4 byte regs.
2929 (get_saved_register): Likewise.
2930 (sparc_push_dummy_frame): Likewise.
2931 (sparc_frame_find_saved_regs): Likewise.
2932 (sparc_pop_frame): Likewise. Don't refer to FPS_REGNUM, CPS_REGNUM,
2933 or PS_REGNUM if not sparc64. sparc64 has 64 fp regs.
2934 (sparc64_extract_struct_value_address): New function.
2935 (dump_ccreg, sparc_print_register_hook): Likewise.
2936 * sp64-tdep.c: Deleted.
2937 * sparc/tm-sp64.h (GDB_TARGET_IS_SPARC64): Define.
2938 (NUM_REGS): Reduce by 2, cle/tle are in the pstate reg.
2939 (CC_HAS_LONG_LONG): Define.
2940 (REGISTER_NAMES): Delete cle/tle and reorganize.
2941 (PS_REGNUM, FPS_REGNUM, CPS_REGNUM): Delete, they're ifdef'd out of
2942 sparc-tdep.c now.
2943 (REGISTER_BYTES): Update.
2944 (REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Delete.
2945 (EXTRACT_RETURN_VALUE): Delete. Use definition in tm-sparc.h.
2946 (NO_SINGLE_STEP): Likewise.
2947 * sparc/tm-sparc.h (EXTRACT_VALUE_RETURN): Don't assume 4 byte regs.
2948 * sparc/sp64.mt: Move simulator support ...
2949 * sparc/sp64sim.mt: ... to here.
2950
7e869571
KH
2951Wed Mar 1 13:14:42 1995 Kung Hsu <[email protected]>
2952
2953 * remote-vx960.c: new file for target specific register packaging.
2954 * remote-vx68.c: ditto.
2955 * config/i960/vxworks960.mt: add remote-vx960.o.
2956 * config/m68k/vxworks68.mt: add remote-vx68.o.
2957
8bfd30b2
MM
2958Wed Mar 1 13:42:49 1995 Michael Meissner <[email protected]>
2959
2960 * remote.c (remote_wait): Make calls to strtol be type correct by
2961 passing the address of a char * pointer instead of an unsigned
2962 char *.
2963
2964 * rs6000-tdep.c (push_dummy_frame): Cast sp to char * when calling
2965 write_memory to make things type correct.
2966
ea082c0a
MM
2967Wed Mar 1 12:17:31 1995 Michael Meissner <[email protected]>
2968
2969 * ch-exp.y, c-exp.y, f-exp.y, m2-exp.y (yy defines): Support the
2970 standard Linux yacc by adding more names to be redefined with a
2971 prefix.
2972
bc28e68d
JK
2973Tue Feb 28 22:55:47 1995 Jim Kingdon ([email protected])
2974
2975 * hppa-tdep.c (pa_print_registers), monitor.c: Use
2976 extract_unsigned_integer and friends, not SWAP_TARGET_AND_HOST.
2977 * defs.h, findvar.c: Move SWAP_TARGET_AND_HOST back to findvar.c.
2978 Rename it to SWAP_FLOATING to make it clear it is no longer for
2979 integers.
2980
326ae3e2
KH
2981Tue Feb 28 14:38:39 1995 Kung Hsu <[email protected]>
2982
66aa7cf9
KH
2983 * defs.h (SWAP_TARGET_AND_HOST): check endianess at runtime not
2984 compile time.
2985
8cbf6efc 2986start-sanitize-arc
abed6bc2
KH
2987 * arc-tdep.c (_initialize_arc_tdep): set tm_print_insn according to
2988 processor.
2989 * remote-arc.c (arc_wait): when a processor stops, stop other two
2990 processors too.
2991 * remote-arc.c (switch_command): switch tm_print_insn.
8cbf6efc 2992end-sanitize-arc
abed6bc2 2993
bc01beb5
KH
2994 * vx-share/ptrace.h: merge in WRS new ptrace requests.
2995
75988f94
KH
2996 * defs.h: fix a syntax error.
2997
161520dc
KH
2998 * a29k-tdep.c (get_longjmp_target): add this function, from WRS.
2999 * remote-vx.c: move read_register and write_register out to
3000 target specific files.
3001 * remote-vx29k.c (get_fp_contnets): add this function, from WRS.
3002
326ae3e2
KH
3003 * defs.h: define SWAP_TARGET_AND_HOST macro.
3004 * findvar.c, monitor.c, hppa-tdep.c: remove definition of
3005 SWAP_TARGET_AND_HOST.
3006
de7ad6d8
JK
3007Tue Feb 28 08:31:40 1995 Jim Kingdon ([email protected])
3008
689409ca
JK
3009 * alpha-tdep.c (find_proc_desc): Only attempt to set
3010 PROC_LOCALOFF (found_heuristic) if found_heuristic is non-NULL.
de7ad6d8 3011
431b7d5f
SS
3012Mon Feb 27 11:56:32 1995 Stan Shebs <[email protected]>
3013
3014 * monitor.c: General gcc -Wall lint cleanup and reformat.
3015 (monitor_command): If no args, send an empty command.
3016
82fc3432
SG
3017Thu Feb 23 21:07:25 1995 Stu Grossman ([email protected])
3018
3019 * monitor.c (monitor_load_ascii_srec): Add a one second sleep
3020 after send LOAD_CMD to prevent loss of first S-record.
3021
835c2559
PB
3022Tue Feb 21 20:48:42 1995 Per Bothner <[email protected]>
3023
3024 * valops.c (call_function_by_hand): Set using_gcc to 2 if gcc-2.
3025 Call error if too few arguments.
3026 If REG_STRUCT_HAS_ADDR (structs passed by invisible reference),
3027 copy and convert to reference *before* we calculate alignment.
3028 Also, make sure structs allocated for return values and invisible
3029 reference don't violate STACK_ALIGN.
3030
1d19172b
PB
3031Tue Feb 21 23:29:59 1995 Per Bothner <[email protected]>
3032
3033 * ch-exp.y (expression_conversion): Recognize 'ARRAY () TYPE (EXPR)'
3034 (same as C's '(TYPE[])EXPR')
3035
7f4b4b71
SS
3036Tue Feb 21 11:47:26 1995 Stan Shebs <[email protected]>
3037
3038 * top.c (print_gdb_version): Update the year.
3039
d940a47e
JK
3040Sun Feb 19 14:31:57 1995 Jim Kingdon <[email protected]>
3041
7f4b4b71 3042 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Look for newlib in
d940a47e
JK
3043 `..' not in `../..'.
3044
f5de4904
PS
3045Sun Feb 19 11:05:28 1995 Peter Schauer ([email protected])
3046
3047 * procfs.c (unconditionally_kill_inferior): Don't issue a PIOCKILL
3048 in addition to a PIOCSSIG to kill the inferior.
3049
fda36387
PB
3050Thu Feb 16 15:06:12 1995 Per Bothner <[email protected]>
3051
3052 * parse.c (follow_types): Given (TYPE[]) (i.e. with no length),
3053 create a 0-length array type, and set BOUND_CANNOT_BE_DETERMINED.
3054 * valops.c (value_cast): If a cast like (TYPE[])VALUE (i.e. array
3055 of unknown length) use sizeof(VALUE)/sizeof(TYPE) as the length.
3056 * c-typeprint.c (c_type_print_varspec_suffix): If array length
3057 is 0, print it, but not if upper_bound is BOUND_CANNOT_BE_DETERMINED.
3058
92c6bf4d
MM
3059Thu Feb 16 16:06:50 1995 Michael Meissner <[email protected]>
3060
3061 * dcache.c (insque, remque): Rewrite Linux support.
3062
677653a0
MM
3063Wed Feb 15 12:33:20 1995 Michael Meissner <[email protected]>
3064
3065 * config/powerpc/tm-ppc-eabi.h (TEXT_SEGMENT_BASE): Define as 1.
3066
fed9a8d4
MM
3067 * dcache.c (insque, remque): If compiling in standard C on Linux,
3068 protect insque and remque with macros to cast the pointer
3069 arguments to the proper type.
677653a0
MM
3070
3071Tue Feb 14 17:16:41 1995 Stu Grossman ([email protected])
3072
7f4b4b71 3073 * annotate.c, breakpoint.c, defs.h, top.c: Replace
677653a0 3074 enable/disable_breakpoint_hook with modify_breakpoint_hook.
7f4b4b71
SS
3075start-sanitize-gdbtk
3076 * gdbtk.c: Ditto.
3077 * gdbtk.c: General cleanups, get rid of unused variables. Redo
677653a0
MM
3078 handling of stdout/stderr to just return output as the result of
3079 the tcl command that caused the output. Cleanup -Wall stuff.
3080 * (breakpoint_notify): Now returns just action and breakpoint
3081 number.
3082 * (gdb_get_breakpoint_list): New routine. Does the obvious.
3083 * (gdb_get_breakpoint_info): Mostly derived from the old
3084 breakpoint_notify, but returns lots more info.
3085 * (dsprintf_append_element): Helper routine, works like printf,
3086 but appends a tcl element onto the specified DString. Good for
3087 building up lists as return values.
3088 * (gdbtk_enable/disable_breakpoint): Go away. Replaced with
3089 gdbtk_modify_breakpoint.
3090 * (*many routines*): Use new result protocol.
3091 * (call_wrapper): Make sure that recursive calls don't trash results.
3092 * gdbtk.tcl: New windows, autocmd, and breakpoints.
3093 * (gdbtk_tcl_fputs): Don't use $current_output_win redirection
3094 anymore. It's not needed (in fact, this routine may not be needed
3095 anymore).
3096 * (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
3097 notification protocol.
3098 * (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
3099 catches.
3100 * (interactive_cmd): Use this wrapper around button invocations
3101 of many commands. This will catch errors and put the results into
3102 the command window. It also updates all the other windows.
3103 * Also, change reliefs of most things to sunken. This actually
3104 looks better.
3105 * (create_file_win): Fix margin binding to allow breakpoints to
3106 work again.
3107 * (create_asm_win): Use return value of gdb_disassemble instead
3108 of implicit I/O to the command window.
3109 * (create_command_window): Use new result protocol to get output
3110 from commands.
7f4b4b71 3111end-sanitize-gdbtk
677653a0 3112
5466f20f
JK
3113Tue Feb 14 16:58:07 1995 Jim Kingdon ([email protected])
3114
3115 * expression.h: Move declaration of evaluate_subexp_with_coercion
3116 from here...
3117 * value.h: ...to here.
3118 * expression.h: Don't include value.h
3119
a6865104
JK
3120Tue Feb 14 11:46:07 1995 Jim Kingdon ([email protected])
3121
3122 * expression.h: Move include of value.h until after declaration of
3123 enum exp_opcode.
3124
faf4dcd7
SS
3125Sun Feb 12 13:47:30 1995 Stan Shebs <[email protected]>
3126
d5c8cefe
SS
3127 * remote-e7000.c: Comprehensive cleanup; removal of dead code,
3128 simplify code, declare things, format to standards.
3129 (inferior.h, value.h, command.h, remote-utils.h): Include.
3130 (e7000_login): Rename to e7000_login_command.
3131 (e7000_ftp): Rename to e7000_ftp_command.
3132 (e7000_drain): Rename to e7000_drain_command.
3133
faf4dcd7
SS
3134 * irix5-nat.c (string.h): Include near beginning of file.
3135
18d3d859
JK
3136Sun Feb 12 12:36:38 1995 Jim Kingdon ([email protected])
3137
3138 * valops.c (value_arg_coerce): Use VALUE_TYPE not SYMBOL_TYPE on
3139 arg, it is a value not a symbol.
3140
3141 gcc -Wall lint:
3142 * eval.c: Move declaration of evaluate_subexp_with_coercion from here..
3143 * expression.h: ..to here.
3144 * expression.h: Include value.h.
3145 * ch-lang.c (evaluate_subexp_chill): Add default case in switch.
3146
60438e8e
PB
3147Sun Feb 12 11:03:47 1995 Per Bothner <[email protected]>
3148
7398958c
PB
3149 * language.h (struct language_defn): New field evaluate_exp.
3150 * c-lang.c (c_language_defn, cplus_language_defn, asm_langauge_defn),
3151 f-lang.c (f_language_defn), language.c (unknown_language_defn,
3152 auto_language_defn, local_language_defn), m2-lang.c (m2_language_defn):
3153 Set evaluate_exp to evaluate_subexp_standard.
3154 * ch-lang.c (evaluate_subexp_chill): New function. Chill-specific
3155 support for MULTI_SUBSCRIPT.
3156 (chill_language_defn): Set evaluate_exp to evaluate_subexp_chill.
3157 * eval.c (enum noside): Move from here ....
3158 * expression.h (enum noside): ... to here.
3159 (evaluate_subexp_standard): New prototype.
3160 * eval.c (evaluate_subexp): Renamed to evaluate_subexp_standard.
3161 Removed lo-longer-needed test for chill_varying_type.
3162 (evaluate_subexp): New. Calls exp->language_defn->evaluate_exp.
3163
60438e8e
PB
3164 * ch-exp.y (maybe_expression_list): New non-terminal.
3165 (primitive_value): Allow empty parameter list.
3166
27202b6a
PB
3167Sun Feb 12 10:02:16 1995 Per Bothner <[email protected]>
3168
3169 * buildsym.c (finish_block): If finishing a function without known
3170 parameter type info, set that from parameter symbols.
3171 * c-typeprint.c (c_type_print_varspec_suffix): For TYPE_CODE_FUNC,
3172 print parameter types, if available.
3173 * ch-typeprint.c (chill_type_print_base): Likewise.
3174
3175 * gdbtypes.h (struct type): Remove function type field.
3176 (TYPE_FUNCTION_TYPE): Remove macro. We can't as simply re-use
3177 function types now that we're also storing parameter types.
3178 And the payoff is much less.
3179 * gdbtypes.c (make_function_type): Don't use/set TYPE_FUNCTION_TYPE.
3180 (recursive_dump_type): Don't print TYPE_FUNCTION_TYPE.
3181 * dwarfread.c (read_subroutine_type): Don't set TYPE_FUNCTION_TYPE.
3182
5222ca60
PB
3183 * valops.c (value_arg_coerce): Now takes param_type argument.
3184 (call_function_by_hand): Convert arguments with value_arg_coerce
3185 early, and overwrite original args with converted args.
3186 No longer need multiple calls to value_arg_coerce.
3187 (value_arg_push): Removed.
3188 * hppa-tdep.c (hppa_push_arguments): No longer call value_arg_coerce.
3189 * mips-tdep.c (mips_push_arguments): Likewise.
3190 * alpha-tdep.c (alpha_push_arguments): Likewise.
3191 * rs6000-tdep.c (push_arguments, ran_out_of_registers_for_arguments):
3192 Likewise.
3193 * value.h (value_arg_coerce): Remove declaration. (It's now static.)
3194
3195 * valops.c (value_cast): Do COERCE_VARYING_ARRAY after COERCE_REF.
3196
7c606261
PB
3197 * symtab.c (add_param_to_type): Remove (commented-out) function,
3198 since that functionality has been re-written.
3199 * coffread.c: Remove commented-out add_param_to_type support.
3200 * mdebugread.c (parse_symbol): Likewise.
3201 * stabsread.c (define_symbol): Likewise.
3202
21af55c9
JK
3203Sun Feb 12 09:03:47 1995 Jim Kingdon ([email protected])
3204
3205 * buildsym.c (start_subfile): Set language for f2c like for cfront.
3206
3207Thu Feb 9 20:20:11 1995 Rob Savoye <[email protected]>
3208
3209 * op50n-rom.c: Add the control registers.
3210
76a457c0
SS
3211Thu Feb 9 15:46:39 1995 Stan Shebs <[email protected]>
3212
3213 * Makefile.in (CLIBS): Add $(LIBIBERTY) before, in addition to
3214 after, any host/target/native libraries.
3215 * dcache.c (insque, remque): Remove declarations.
3216 * gdbtypes.h (type_code): Remove trailing comma.
3217
3218 From Peter Schauer:
3219 * xcoffread.c (read_xcoff_symtab) [C_HIDEXT]: Move #ifdef
3220 STATIC_NODEBUG_VARS inside case.
3221
137a07e6
JK
3222Thu Feb 9 07:43:41 1995 Jim Kingdon <[email protected]>
3223
3224 * config/sparc/tm-sun4sol2.h: Define STATIC_TRANSFORM_NAME.
3225 * partial-stab.h: Call it.
3226 * stabsread.c (define_symbol) [STATIC_TRANSFORM_NAME]: Call
3227 STATIC_TRANSFORM_NAME to get the name and use minimal symbols to
3228 get the address.
3229 * sparc-tdep.c (solaris_static_transform_name): New function.
3230
506af7a7
JL
3231Thu Feb 9 12:09:09 1995 Jeff Law ([email protected])
3232
3233 * somread.c (som_symtab_read): Handle dynamic relocation for both
3234 text and data symbols.
3235 (som_symfile_offsets): If objfile is a shared library, then get
3236 text and data offsets from the shared library structures.
3237 * somsolib.c (som_solib_add): Copy the bfd pointer from the
3238 objfile rather than reopening the file again.
3239 (som_solib_section_offsets): New function.
3240 * somsolib.h (som_solib_section_offsets): Declare.
3241
2d336b1b
JK
3242Wed Feb 8 20:32:18 1995 Jim Kingdon <[email protected]>
3243
3244 * config/sparc/tm-sun4sol2.h, dbxread.c: Rename
3245 N_SO_ADDRESS_MAYBE_MISSING to SOFUN_ADDRESS_MAYBE_MISSING.
3246 * symtab.h (minimal_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]: Add
3247 filename field.
3248 * elfread.c (record_minimal_symbol_and_info),
3249 minsyms.c, symtab.h (prim_record_minimal_symbol_and_info): Return
3250 newly created symbol.
3251 * elfread.c (elf_symtab_read) [SOFUN_ADDRESS_MAYBE_MISSING]:
3252 Set filename field of minimal symbol.
3253 * symmisc.c (dump_msymbols) [SOFUN_ADDRESS_MAYBE_MISSING]:
3254 Print filename field.
3255 * minsyms.c, symtab.h (lookup_minimal_symbol): New arg sfile.
3256 * symm-tdep.c, somsolib.c, hppa-tdep.c, c-exp.y, f-exp.y,
3257 m2-exp.y, nindy-tdep.c, m3-nat.c, irix5-nat.c, hpread.c,
3258 os9kread.c, breakpoint.c, alpha-tdep.c, valops.c, symtab.c,
3259 printcmd.c, dbxread.c: Change callers to pass NULL for sfile.
3260 * dbxread.c (process_one_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]:
3261 Find address of function from minimal symbols.
3262 * partial-stab.h, case 'f', 'F': Call find_stab_function_addr
3263 instead of getting pst->textlow from the stab.
3264 * minsyms.c (find_stab_function_addr): New function.
3265
151e7820
RS
3266Wed Feb 8 19:19:56 1995 Rob Savoye <[email protected]>
3267
3268 * monitor.c: Fix so all the output shows up in the GUI command
3269 window.
3270
9c4ecee6
SS
3271Mon Feb 6 18:50:59 1995 Stan Shebs <[email protected]>
3272
3273 * i386-tdep.c (_initialize_i386_tdep): Put void decl on separate
3274 line, so init.c generation works correctly.
3275start-sanitize-arc
3276 * arc-tdep.c (_initialize_arc_tdep): Ditto.
3277end-sanitize-arc
3278
16b3ea5e
RS
3279Mon Feb 6 14:44:36 1995 Rob Savoye <[email protected]>
3280
04697040
RS
3281 * config/mips/idt.mt: Add support for the lsi33k target.
3282 * config/sparc/sun4sol2.mh: Add support for ser-tcp.
16b3ea5e
RS
3283 * array-rom.c: Finish the rest of the support commands needed by
3284 GDB.
3285 * mips-tdep.c: Add LSI33k register names and processor type.
3286
d039851f 3287start-sanitize-gdbtk
ddc0c38d 3288Sun Feb 5 20:32:44 1995 Jim Kingdon ([email protected])
9c4ecee6 3289
d039851f
JK
3290 * gdbtk.c (gdb_disassemble): Deference pointer to function before
3291 calling it (pre-ANSI compilers generally require this).
ddc0c38d 3292
f64a8968 3293end-sanitize-gdbtk
ddc0c38d
SS
3294Sat Feb 4 13:29:52 1995 Stan Shebs <[email protected]>
3295
3296 * config/m68k/est.mt (TDEPFILES): Remove m68k-pinsn.o.
3297
6396e0c0
KH
3298Fri Feb 3 16:47:31 1995 Kung Hsu <[email protected]>
3299
3300 * ser-go32-para.c (dos_read): fix syntax errors.
3301
a76ef70a
SG
3302Fri Feb 3 11:19:20 1995 Stu Grossman ([email protected])
3303
ddc0c38d
SS
3304 * core.c (dis_asm_read_memory), defs.h, top.c: Get rid of
3305 dis_asm_read_memory_hook. We can now call the disassemblers
3306 directly and have no need for this hook anymore.
3307start-sanitize-gdbtk
3308 * gdbtk.c (gdb_disassemble): Ditto.
3309end-sanitize-gdbtk
3310 * defs.h, printcmd.c: Make print_insn be static.
a76ef70a
SG
3311
3312 * ser-go32.c (dos_comisr): Make this 8 bit clean.
3313 * (dos_open dos_close): Allow multiple opens to the same device.
3314 Use a ref count to prevent unwanted deallocations.
3315 * sparcl-tdep.c: Put #ifdefs around all socket stuff to make GO32
3316 happy.
3317 * (sparclite_ops): Switch to download_stratum.
3318 * target.h (enum strata): Move download_stratum before
3319 process_stratum so that executable targets get pushed on top of
3320 download targets.
3321
1b552670
RS
3322Thu Feb 2 19:02:45 1995 Rob Savoye <[email protected]>
3323
3324 * array-rom.c: Remove the non GDB remote protocol config stuff.
3325
3326 * monitor.c: All reading/writing functions for memory and
3327 registers work.
3328
75a5da5f
KH
3329Thu Feb 2 16:11:04 1995 Kung Hsu <[email protected]>
3330
ddc0c38d 3331start-sanitize-arc
75a5da5f
KH
3332 * config/arc/arc.mt: new target makefile for arc processor.
3333 * config/arc/tm-arc.h: new target header for arc processor.
3334 * config/arc/go32.mh: new go32 host makefile for arc processor.
3335 * config/arc/xm-go32.h: new go32 host header for arc processor.
3336 * arc-tdep.c: new target dependent codes for arc processor.
3337 * remote-arc.c: new file for arc-specific protocol through
3338 parallel line.
ddc0c38d 3339end-sanitize-arc
75a5da5f 3340 * ser-go32-para.c: new file for go32 parallel port communication.
75a5da5f 3341
2d144441
SS
3342Thu Feb 2 13:58:40 1995 Stan Shebs <[email protected]>
3343
3344 * Makefile.in (VERSION): Bump to 4.13.2.
3345
3346Thu Feb 2 07:27:56 1995 Jim Kingdon ([email protected])
3347
3348 Fix compiler warnings:
3349 * remote-e7000.c (printf_e7000debug): Rename to puts_e7000debug
3350 and have the caller do the sprintf. Saves us from varargs hell.
3351 (normal): Define before use.
3352 * remote-e7000.c: Reindent a few things.
3353
8a329002 3354Wed Feb 1 21:16:42 1995 Per Bothner <[email protected]>
6073b8de 3355
8a329002
PB
3356 * f-typeprint.c (f_type_print_varspec_suffix): Print array index
3357 ranges in reverse order.
3358 * f-valprint.c (f77_create_arrayprint_offset_tbl): Fix calculation.
3359
3360 * eval.c (evaluate_subscript): Don't call value_subscript, since
3361 it adjusts for lower bound and enforces ranges.
3362
3363 * expression.h (exp_code): Remove MULTI_F77_SUBSCRIPT, OP_F77_SUBSTR.
3364 * eval.c, parse.c: Removed uses of removed opcodes.
ead95f8a
PB
3365 * eval.c (evaluate_subexp): Clean up handling of
3366 OP_UNDETERMINED_ARGLIST (no backtracking, more general).
3367
3368 * f-valprint.c (f_val_print): Print TYPE_CODE_STRING using
3369 LA_PRINT_STRING, and not val_print_string (which reads from inferior).
3370
3371 * ch-lang.c (chill_is_varying_struct), ch-lang.h: Remve function
3372 duplicate function made redundant by chill_varying_type.
3373
3374 Re-write of f77 string and complex number support:
3375
3376 * language.h (struct language_defn): New fields string_lower_bound
3377 and string_char_type.
3378 * c-lang.c (c_language_defn, cplus_language_defn, asm_language_defn),
3379 language.c (unknown_language_defn, auto_language_defn,
3380 local_language_defn), m2-lang.c (m2_language_defn), f-lang.c
3381 (f_language_defn), ch-lang.c (chill_language_defn): Set new fields.
3382 * gdbtypes.c (create_string_type): Use new string_char_type field.
3383 * valops.c (value_string): Use new string_lower_bound field.
3384
3385 * defs.h (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT): Removed.
3386 * f-lang.c (f_create_fundamental_type, _initialize_f_language),
3387 m2-lang.c (m2_create_fundamental_type),
3388 gdbtypes.c (_initialize_gdbtypes): Set TYPE_TARGET_TYPE of complex
3389 types. Set their TYPE_CODEs to TYPE_CODE_COMPLEX.
3390 * mdebugread.c (mdebug_type_complex, mdebug_type_double_complex):
3391 Removed. Use builtin_type_complex and builtin_type_double_complex.
3392
3393 * gdbtypes.h (enum type_code): Removed TYPE_CODE_LITERAL_STRING
3394 and TYPE_CODE_LITERAL_COMPLEX.
3395 * c-typeprint.c, f-typeprint.c, f-valprint.c, eval.c: Removed uses of
3396 TYPE_CODE_LITERAL_STRING and TYPE_CODE_LITERAL_COMPLEX.
3397 * gdbtypes.c, gdbtypes.h (f77_create_literal_complex_type,
3398 f77_create_literal_string_type): Removed.
3399 * value.h (VALUE_LITERAL_DATA, VALUE_SUBSTRING_MEMADDR,
3400 VALUE_SUBSTRING_MYADDR): Removed.
3401
3402 * expression.h (enum exp_opcode): Rename OP_F77_LITERAL_COMPLEX to
3403 OP_COMPLEX.
3404 * parse.c: Update accordingly.
3405
3406 * f-valprint.c (f77_print_cmplx): Removed.
3407 (f_val_print case TYPE_CODE_COMPLEX): Re-write to use print_floating.
3408
3409 * f-exp.y (STRING_LITERAL): Use OP_STRING instead of OP_ARRAY.
3410 * eval.c (evaluate_subexp): For case OP_ARRAY, don't call
3411 f77_value_literal_string.
3412 * valops.c, value.h (f77_value_literal_string, f77_value_substring,
3413 f77_assign_from_literal_string, f77_assign_from_literal_complex):
3414 Removed.
3415 (value_assign): No longer need to handle literal types.
3416 * valops.c (f77_value_literal_complex), value.h: Re-written and
3417 renamed to value_literal_complex. Last arg is now a (complex) type.
3418 * valops.c (f77_cast_into_complex): Re-written and renamed to
3419 cast_into_complex.
3420 * eval.c (evaluate_subexp): Update accordingly.
3421
6073b8de
PB
3422 * ch-valprint.c (chill_val_print): On TYPE_CODE_STRING, don't
3423 print address for non-'s'-formats.
3424 * ch-typeprint.c, ch-valprint.c: Use chill_varying_type instead
3425 of chill_is_varying_struct.
3426
e3be225e
SS
3427Wed Feb 1 13:27:33 1995 Stan Shebs <[email protected]>
3428
3429 gcc -Wall lint.
3430 * alpha-tdep.c (alpha_in_lenient_prologue): Comment out.
3431 (after_prologue): Remove unused local b.
3432 * procfs.c (thread.h): Include.
3433 (pr_flag_table, pr_why_table, faults_table, siginfo_table): Use
3434 nested braces in initializer.
3435 * top.c (initialize_targets, initialize_utils): Declare.
3436 (locate_arg, insert_args): Add parens around tested assignments.
3437 * remote-utils.c (sr_scan_args): Remove decl of strtol.
3438 * remote.c (thread.h): Include.
3439 (remote_wait): Remove unused local p2.
3440 * sparc-tdep.c (fill_gregset, fill_fpregset): Remove decls of
3441 registers array.
3442
3443 defs.h (stdlib.h): Include.
3444 (exit, perror, atoi, qsort, memcpy, memcmp): Don't declare.
3445 (fclose, atof, malloc, realloc, free, strchr, strrchr, strstr,
3446 strtok, strerror): Don't specify parameter types in declaration.
3447
f91a9e05
PB
3448Wed Feb 1 12:23:57 1995 Per Bothner <[email protected]>
3449
3450 * ch-exp.y (value_string_element, string_primitive_value,
3451 start_element, left_element, right_element, slice_size,
3452 lower_element, upper_element, first_element): Removed.
3453 (value_string_slice, value_array_slice): Replaced by ...
3454 (slice): New non-terminal, with working slice support.
3455 (primitive_value_lparen, rparen): New non-terminals.
3456 (maybe_tuple_elements): New non-terminal, to allow empty tuples.
3457 (idtokentab): Added "up".
3458
3459 * value.h (COERCE_VARYING_ARRAY): New macro.
3460 * valarith.c (value_subscript): Use it.
3461 * valops.c (value_cast): Likewise. Also, do nothing if already
3462 correct type, and allow converting from/to range to/from scalar.
3463
3464 * valops.c, value.h (varying_to_slice, value_slice): New functions.
3465 * eval.c (OP_ARRAY): Add cast for array element.
3466 * expression.h (TERNOP_SLICE, TERNOP_SLICE_COUNT): New exp_opcodes.
3467 * valops.c (chill_varying_type): Moved function frp, here ...
3468 * gdbtypes.c (chill_varying_type), gdbtypes.h: ... to here.
3469 * parse.c (length_of_subexp, prefixify_subexp): Add support
3470 for TERNOP_SLICE, TERNOP_SLICE_COUNT.
3471 * expprint.c (print_subexp, dump_expression): Likewise.
3472 * eval.c (evaluate_subexp): Likewise.
3473
3474 * eval.c (evaluate_subexp case MULTI_SUBSCRIPT): Don't call
3475 value_x_binop on a Chill varying string.
3476
23676ab8
JK
3477Tue Jan 31 13:51:53 1995 Jim Kingdon ([email protected])
3478
3479 * config/m68k/monitor.mt,
3480 config/pa/{hppabsd.mt,hppahpux.mt,hppaosf.mt,hppapro.mt}: Put
3481 depfiles in TDEPFILES not REMOTE_O.
3482
ccbae889
SC
3483Tue Jan 31 11:14:44 1995 Steve Chamberlain <sac@splat>
3484
3485 From [email protected].
3486 * ser-go32.c (dos_close): Don't crash if scb null.
3487 (dos_sendbreak): New function.
3488 (dos_ops): Point to dos_sendbreak.
3489 (dos_info): Calculate COM number correctly.
3490
a81ce07d
JK
3491Tue Jan 31 09:40:11 1995 Jim Kingdon ([email protected])
3492
3493 * xcoffread.c (process_xcoff_symbol): Use new variables
3494 func_symbol_type and var_symbol_type as type of functions and
3495 variables which don't have any stabs associated with them.
3496 Reindent most of function.
3497 (_initialize_xcoffread): Initialize *_symbol_type.
3498
3499 * xcoffread.c (read_xcoff_symtab): Reindent most of function.
3500 Put C_HIDEXT symbols in the minimal symbols, rather than ignoring
3501 them (this part commented out as I didn't quite get it to work).
3502 (cs_to_section, find_targ_sec): New functions, to support above code.
3503 * xcoffread.c (RECORD_MINIMAL_SYMBOL): Only skip '.' if it is
3504 actually present.
3505
0e887539 3506Mon Jan 30 17:34:24 1995 Stu Grossman ([email protected])
e3be225e 3507start-sanitize-gdbtk
78daa95e
SG
3508 * gdbtk.tcl (create_file_win): Disable old popup menu for source
3509 window.
e3be225e 3510end-sanitize-gdbtk
0e887539
SG
3511 * sparcl-tdep.c: Add `sparclite' target for doing serial and udp
3512 downloads to SPARClite demo boards.
3513
3514Sun Jan 29 09:43:22 1995 Jim Kingdon ([email protected])
3515
3516 * remote.c, remote-pa.c: Remove #if 0'd icache code. It has had
3517 no hope of working as is for a long time (in particular, shebs' 27
3518 Jan 95 change confuses the issue further--target_read_memory and
3519 xfer_core_file do *not* do the same thing in this context).
3520 Revise comment.
3521
de537409
PS
3522Sat Jan 28 13:40:46 1995 Peter Schauer ([email protected])
3523
3524 * elfread.c (elf_symtab_read): Do not test BSF_GLOBAL for
3525 procedure linkage table symbols, it is no longer set due to the
3526 Jan 6 BFD change in bfd/elfcode.h.
3527
06c41b39
SS
3528Fri Jan 27 17:08:06 1995 Stan Shebs <[email protected]>
3529
f22661ee
SS
3530 * top.c (use_windows): Clarify comments.
3531
0d2d8412
SS
3532 * convex-tdep.c (xfer_core_file): Comment out.
3533 * config/convex/tm-convex.h (XFER_CORE_FILE): Remove.
3534 * remote.c, remote-pa.c (remote_fetch_word): Change xfer_core_file
3535 references to target_read_memory.
3536 * gdbcore.h (xfer_core_file, core_open, core_detach): Remove
3537 declarations.
3538 * corelow.c (core_open, core_detach): Make static.
3539
06c41b39
SS
3540 * arm-tdep.c: Make it compile.
3541 (exec_file_command, xfer_core_file): Comment out.
3542 (arm_print_insn): Remove, now in libopcodes.
3543 (skip_prologue): Comment out most of body.
3544 (arm_frame_find_saved_regs): Move here from tm-arm.h.
3545 (_initialize_arm_tdep): Set tm_print_insn.
3546 * config/arm/tm-arm.h: Remove old refs to first_object_file_end.
3547 (XFER_CORE_FILE): Remove.
3548 (FRAME_FIND_SAVED_REGS): Call arm_frame_find_saved_regs.
3549
0d6a571b
JK
3550Fri Jan 27 08:48:28 1995 Jim Kingdon ([email protected])
3551
3552 * Makefile.in (CHILL_LIB): Define as in testsuite/Makefile.in.
3553
bf644f8f
JK
3554Thu Jan 26 18:24:41 1995 Jim Kingdon <[email protected]>
3555
606ae2ba
JK
3556 * symtab.c (find_pc_line): When subtracting one to get a line
3557 number, make sure not to end up with zero.
3558
bf644f8f
JK
3559 * remote-vx.c: Revert all of Kung's changes of 16 Jan. The
3560 problems with those changes were (a) the file didn't compile, (b)
3561 they changed memset to bzero--memset is correct, (c) they took out
3562 code to deal with boards lacking floating point, (d) who knows
3563 what I didn't discover in a quick read.
3564
c746aa85
SG
3565Thu Jan 26 17:32:54 1995 Stu Grossman ([email protected])
3566
3567 * sparcl-tdep.c: Clean up formatting and indentation.
3568
d2d0e51d
SC
3569Thu Jan 26 10:49:59 1995 Steve Chamberlain <sac@splat>
3570
3571 * remote-hms.c (hms_ops): Change ref of hr_load_image
3572 to gr_load_image.
03fc5a0b
SC
3573 (dcache_flush, dcache_hit, dcache_value, dcache_fetch,
3574 dcache_poke, dcache_init): Deleted.
3575 (hms_open, hms_resume, hms_fetch_word, hms_store_word):
3576 Use dcache routines provided by remote-util.h
d2d0e51d 3577
97544048
MM
3578Thu Jan 26 12:08:31 1995 Michael Meissner <[email protected]>
3579
3580 * configure.in: Add support for powerpc-*-eabi.
3581
3582 * powerpc/tm-ppc-eabi.h, powerpc/pcc-eabi.mt: New files for
3583 PowerPC support.
3584
acc4efde
PB
3585Wed Jan 25 18:13:14 1995 Per Bothner <[email protected]>
3586
3587 * language.h (struct language_defn): New field c_style_arrays.
3588 * language.c (unknown_language_defn, auto_language_defn,
3589 local_language_defn), c-lang.c (c_language_defn, cplus_language_defn,
3590 asm_language_defn): Set c_style_arrays to true.
3591 * m2-lang.c (m2_language_defn), ch-lang.c (chill_language_defn),
3592 f-lang.c (f_language_defn): Set c_style_arrays to false.
3593 * valops.c (value_string): If c_style_array is not set,
3594 allocate string in gdb (not inferior) using allocate_value.
3595
3596 * value.h (COERCE_ARRAY), valops.c (value_addr, value_arg_coerce):
3597 Only call value_coerce_array if current_language->c_style_arrays.
3598 * values.c: Add #include "language.h". (Needed for COERCE_ARRAY.)
3599
3600 * valops.c (chill_varying_type): New predicate.
3601 * valops.c (value_cast): Support assigning a fixed string or array
3602 to a variable string/array structure.
3603
3604 * valarith.c (value_subscripted_rvalue): Extra parameter lowerbound.
3605 Check index>=lowerbound, and then add lowerbound to index here,
3606 instead of in caller. Generalize to arbitrary lval_types.
3607 (value_subscript): Use enhanced value_subscripted_rvalue if
3608 c_style_arrays is false (and index is in range).
3609
8cbf6efc 3610start-sanitize-gdbtk
b66051ec
SG
3611Wed Jan 25 18:23:46 1995 Stu Grossman ([email protected])
3612
3613 * gdbtk.c (gdbtk_init): Prevent segfault when gdbtk.tcl can't be
3614 found.
3615 * gdbtk.tcl: Initialize expr_update_list() to prevent errors when
3616 popping up expression window for the first time.
8cbf6efc 3617end-sanitize-gdbtk
b66051ec 3618
ee3a45e7
PB
3619Wed Jan 25 18:13:14 1995 Per Bothner <[email protected]>
3620
3621 * eval.c (evaluate_subexp case OP_ARRAY): Fix calls to memset:
3622 TYPE_LENGTH is length in bytes, not bits.
3623
5024a43f
JK
3624Wed Jan 25 08:19:35 1995 Jim Kingdon ([email protected])
3625
3626 * infrun.c (proceed): Flush stdout before resuming inferior.
3627 * infcmd.c (step_1), annotate.c (annotate_starting):
3628 Don't bother to flush here.
3629
dc192b86
JL
3630Wed Jan 25 01:11:21 1995 Jeff Law ([email protected])
3631
3632 * hpread.c (hpread_process_one_debug_symbol): Fix lines garbled
3633 by an ill-advised global search and replace.
3634
c81a3fa9
SG
3635Tue Jan 24 12:10:28 1995 Stu Grossman ([email protected])
3636
8e5bc49f
SG
3637 * gdbtk.tcl (create_registers_window): Work around a radiobutton
3638 widget bug to make Options|Natural button work.
3639
c81a3fa9
SG
3640 * gdbtk.c (gdb_disassemble): Fix problem with source+assembly and
3641 g++ caused by out-of-order pc's.
3642 * gdbtk.tcl (files_command): Remove duplicate file names. Also,
3643 add scrollbar.
3644
6bd7d9fa
SG
3645Mon Jan 23 17:21:09 1995 Stu Grossman ([email protected])
3646
3647 * gdbtk.tcl: Take .gdbtkinit if it exists. Makes gdbtk match the
3648 doc!
3649
6d34c236
PB
3650Mon Jan 23 13:11:46 1995 Per Bothner <[email protected]>
3651
3652 Add support for Chill bitstring literals (e.h. H'FF00').
3653 * ch-exp.y (match_bitstring_literal): Fix for proper endianness.
3654 * expprint.c (print_subexp): Don't call error on OP_BITSTRING,
3655 just print B'<unimlemented>'.
3656 * gdbtypes.c (create_set_type): Fix bug in length calculation.
3657 * valops.c, value.h (value_bitstring): New function.
3658 * eval.c (evaluate_subexp): Implement support for OP_BITSTRING.
3659
3660 * ch-typeprint.c (chill_type_print_base): For TYPE_CODE_FUNC,
3661 check that return type is non-void, and print in proper Chill syntax.
3662
ce51845b
RS
3663Mon Jan 23 12:20:34 1995 Rob Savoye <[email protected]>
3664
3665 * Makefile.in: Remove references to remote-mon.c.
3666 * remote-mon.c: remove. Replaced by rom68k-rom.c.
3667 * rom68k-rom.c: Support for Rom68k monitor.
3668
a9c67591
JK
3669Mon Jan 23 10:50:57 1995 Jim Kingdon ([email protected])
3670
3671 * Makefile.in (CHILL_FOR_TARGET): Update -L argument to point to
3672 gcc/ch/runtime not chillrt, since that is where the chill runtime
3673 lives now.
3674
0c699ac1
SC
3675Mon Jan 23 00:06:57 1995 Steve Chamberlain <sac@splat>
3676
3677 * remote-hms.c (hms_load): Delete.
3678 (target_ops): Use hr_load_image.
3679
3680 * remote-e7000.c, remote-z8k.c, remote-nindy.c (target_ops):
3681 Define memory_insert/remove_breakpoint.
3682 * xm-go32.h: Remove redundant SIGs.
3683
3684Thu Jan 19 20:26:58 1995 Steve Chamberlain <sac@splat>
3685
3686 * ser-go32.c: Rewritten by [email protected].
3687
dcda44a0
PB
3688Fri Jan 20 15:23:55 1995 Per Bothner <[email protected]>
3689
3690 * expression.h (OP_LABELED): New operator, for Chill
3691 labeled structre tuples.
3692 * ch-exp.y (tuple_element, named_record_element, tuple_elements):
3693 New non-terminals, to handle labeled structure tuples.
3694 (tuple): Re-define using tuple_elements.
3695 * eval.c (evaluate_labeled_field_init): New function, to handle
3696 initialization of structure fields, possibly using OP_LABELED.
3697 (evaluate_subexp): Use it.
3698 * expprint.c (print_subexp case): For OP_ARRAY, use Chill syntax
3699 for Chill. Handled OP_LABELED.
3700 * parse.c (length_of_subexp, prefixify_subexp): Handle OP_LABELED.
3701
3702 * eval.c (evaluate_subexp): Handle Chill Powerset tuples.
3703 * valarith.c (value_bit_index): Just treat bitstring as represented
3704 by an array of bytes. Alignment is handled by compiler.
3705
3706Wed Jan 18 19:00:29 1995 Stan Shebs <[email protected]>
3707
3708 * h8300-tdep.c (gdb_print_insn_h8300): Fix typo (&info -> info).
3709 * sh-tdep.c (gdb_print_insn_sh): Ditto.
3710
6bbc99e3
KH
3711Wed Jan 18 11:25:43 1995 Kung Hsu <[email protected]>
3712
3713 * remote-os9k.c (rombug_open): Fix a bug in exception handling
3714 command.
3715 * remote-os9k.c (rombug_write_inferior_memory): reset buffer after
3716 write.
3717
eedb3363
JK
3718Tue Jan 17 09:48:38 1995 Jim Kingdon <[email protected]>
3719
3720 * parse.c (_initialize_parse): Improve wording of names of
3721 msym_*_symbol_type.
3722
daa4c5f8
ILT
3723Tue Jan 17 14:00:58 1995 Ian Lance Taylor <[email protected]>
3724
3725 * config/mips/tm-mips.h (enum mips_fpu_type): New enum.
3726 (mips_fpu): Change type to enum mips_fpu_type.
3727 (FIX_CALL_DUMMY): Handle mips_fpu == MIPS_FPU_SINGLE.
3728 * mips-tdep.c (mips_fpu): Change type to enum mips_fpu_type.
3729 Don't initialize.
3730 (mips_fpu_string): New static variable.
3731 (mips_push_dummy_frame): Handle mips_fpu == MIPS_FPU_SINGLE.
3732 (mips_pop_frame): Likewise.
3733 (mips_extract_return_value): Likewise.
3734 (mips_store_return_value): Likewise.
3735 (mips_set_fpu_command): New static function.
3736 (mips_show_fpu_command): New static function.
3737 (_initialize_mips_tdep): Change handling of set/show mipsfpu.
3738
3fb93d86
JK
3739Tue Jan 17 09:48:38 1995 Jim Kingdon <[email protected]>
3740
5ad32be2
JK
3741 * a29k-tdep.c (gdb_print_insn_a29k): Fix typo (&info -> info).
3742
3fb93d86
JK
3743 * parse.c (write_exp_msymbol): Use new variables
3744 msym_*_symbol_type as type of msymbol expression.
3745 (_initialize_parse): Initialize them.
3746
18b46e7c
SS
3747Mon Jan 16 18:11:03 1995 Stan Shebs <[email protected]>
3748
3749 General cleanup and simplication of disassembler interface.
3750 * a29k-pinsn.c, arm-pinsn.c, convex-pinsn.c, gould-pinsn.c,
3751 hppa-pinsn.c, i386-pinsn.c, i960-pinsn.c, m68k-pinsn.c,
3752 m88k-pinsn.c, mips-pinsn.c, ns32k-pinsn.c, pyr-pinsn.c,
3753 rs6000-pinsn.c, sparc-pinsn.c, tahoe-pinsn.c, vax-pinsn.c: Remove.
3754 * gould-tdep.c, ns32k-tdep.c, tahoe-tdep.c, vax-tdep.c: New files,
3755 had been -pinsn.c files.
3756 * Makefile.in (ALLDEPFILES): Remove removed files.
3757 (a29k-pinsn.o, arm-pinsn.o, convex-pinsn.o, gould-pinsn.o,
3758 hppa-pinsn.o, i386-pinsn.o, i960-pinsn.o, m68k-pinsn.o,
3759 m88k-pinsn.o, mips-pinsn.o, ns32k-pinsn.o, pyr-pinsn.o,
3760 rs6000-pinsn.o, sparc-pinsn.o, tahoe-pinsn.o, vax-pinsn.o):
3761 Remove compile actions.
3762 * arm-tdep.o, gould-tdep.o, ns32k-tdep.o, tahoe-tdep.o,
3763 vax-tdep.o: Add compile actions.
3764 * defs.h (tm_print_insn): New global.
3765 * a29k-tdep.c (gdb_print_insn_a29k): New function.
3766 (_initialize_a29k_tdep): Rename from _initialize_29k,
3767 set tm_print_insn.
3768 * alpha-tdep.c (print_insn): Remove.
3769 (_initialize_alpha_tdep): Set tm_print_insn.
3770 * arm-tdep.c (arm_print_insn): New function, was print_insn
3771 in arm-pinsn.c.
3772 * convex-tdep.c (convex_print_insn): New function, was print_insn
3773 in convex-pinsn.c.
3774 * h8300-tdep.c (print_insn): Remove.
3775 (gdb_print_insn_h8300): New function.
3776 (_initialize_h8300_tdep): New function.
3777 * h8500-tdep.c (print_insn): Remove.
3778 (_initialize_h8500_tdep): New function.
3779 * hppa-tdep.c (_initialize_hppa_tdep): Set tm_print_insn.
3780 * i386-tdep.c (_initialize_i386_tdep): New function.
3781 * i960-tdep.c (mem, next_insn): New functions, were in
3782 i960-pinsn.c.
3783 (_initialize_i960_tdep): Set tm_print_insn.
3784 * m68k-tdep.c (_initialize_m68k_tdep): New function.
3785 * m88k-tdep.c (_initialize_m88k_tdep): New function.
3786 * mips-tdep.c (gdb_print_insn_mips): New function.
3787 (_initialize_mips_tdep): Set tm_print_insn.
3788 * pyr-tdep.c (pyr_print_insn): New function, was print_insn
3789 in pyr-pinsn.c.
3790 * rs6000-tdep.c (_initialize_rs6000_tdep): New function.
3791 * sh-tdep.c (print_insn): Remove.
3792 (gdb_print_insn_sh): New function.
3793 (_initialize_sh_tdep): Set tm_print_insn.
3794 * sparc-tdep.c (_initialize_sparc_tdep): New function.
3795 * w65-tdep.c (print_insn): Remove.
3796 (_initialize_w65_tdep): New function.
3797 * z8k-tdep.c (print_insn): Remove.
3798 (gdb_print_insn_z8k): New function.
3799 (_initialize_z8k_tdep): Set tm_print_insn.
3800 * printcmd.c (print_insn): New function, generic disassembler.
3801 * config/*/*.mt (TDEPFILES): Remove refs to *-pinsn.o.
3802
83d9bb14
KH
3803Mon Jan 16 15:43:29 1995 Kung Hsu <[email protected]>
3804
3805 * Makefile.in: add new files remote-vx29k.c, config/a29k/tm-vx29k.h,
3806 and config/a29k/vx29k.mt.
3807 * configure.in: add new configuration a29k-*-vxworks.
3808 * remote-vx29k.c: new file merged from WRS.
3809 * remote-vx.c: merge changes from WRS.
3810 * config/a29k/vx29k.mt: new file for new configuration.
3811 * config/a29k/tm-vx29k.h: new header file for newconfiguration.
3812
16041d53
SC
3813Sun Jan 15 14:36:19 1995 Steve Chamberlain <sac@splat>
3814
3815 * breakpoint.h (disable_breakpoint, enable_breakpoint):
3816 New declarations.
3817 (enum bpdisp): Change name of 'delete' member to 'del'.
3818 (struct bpstat): Changed name to 'bpstats'.
3819 * breakpoint.c (disable_breakpoint, enable_breakpoint,
3820 breakpoint_chain): Made globally visible.
3821 (bpstat_stop_status): Use new name for bpstat.
3822 (break_command_1, watch_command_1, catch_command_1,
3823 breakpoint_auto_delete, denable_delete_breakpoint): Use 'del'
3824 instead of 'delete'.
3825 (set_breakpoint_sal): New function.
3826 * defs.h (registers_changed_hook): New declaration.
3827 * infcmd.c (run_stack_dummy): 'delete' is now 'del'.
3828 * inflow.c (new_tty): Treat WIN32 in same way as __GO32__
3829 * main.c (main): Don't scan options when in WIN32 and exit
3830 without entering main loop.
3831 * m2-exp.y (m2_elx): Member 'class' is now 'aclass'.
3832 * symtab.h (struct symbol, struct partial_symbol): Changed name of
3833 member 'class' to 'aclass'.
3834 (SYMBOL_CLASS, PSYMBOL_CLASS): Reflect change.
3835 * top.c (registers_changed_hook): New definition.
3836 * utils.c (quit, notice_quit, initialize_utils): Treate WIN32
3837 in same way as __GO32__.
3838 * value.h (c_typedef_print): Rename 'new' argument.
3839
be21628d
SC
3840 * w65-tdep.c, config/tm-w65.h, config/w65.mt: New files.
3841 * configure.in: Suppprt for w65,
3842
3843
22b1c54a
JK
3844Sat Jan 14 11:18:11 1995 Jim Kingdon <[email protected]>
3845
8248d21b
JK
3846 * infcmd.c (signal_command): For "signal 0", pass (CORE_ADDR)-1,
3847 not stop_pc, to proceed.
3848
22b1c54a
JK
3849 * eval.c (evaluate_subexp): Clear expect_type except for C++ and CHILL.
3850
b5088d10
JK
3851Fri Jan 13 17:52:57 1995 Jim Kingdon <[email protected]>
3852
3853 * infcmd.c (signal_command): Accept "signal 0"; the change to not
3854 accept it was accidental. "handle 0" and "info signal 0" remain
3855 illegal, though.
3856
218d43e5
SS
3857Fri Jan 13 15:19:01 1995 Stan Shebs <[email protected]>
3858
3859 * Makefile.in (all): Don't make libgdb-files.
3860 (libgdb): New action, makes libgdb-files.
3861
0f8631fb
PB
3862Thu Jan 12 21:23:25 1995 Per Bothner <[email protected]>
3863
3864 * stabsread.c (read_enum_type): When pending enum symbols are
3865 put into the enum type, they must be inserted in "backwards
3866 order, in case we've overflowed a struct pending buffer.
3867
218d43e5 3868start-sanitize-gdbtk
4604b34c
SG
3869Thu Jan 12 15:02:40 1995 Stu Grossman ([email protected])
3870
218d43e5 3871 * gdbtk.c, gdbtk.tcl: Update/add copyright.
4604b34c
SG
3872 * gdbtk.tcl (build_framework): Several fixes for filespec widget,
3873 including dismiss button, and better error handling.
3874 * (create_command_win): Bind button 2 to retrieve selection.
218d43e5 3875end-sanitize-gdbtk
4604b34c 3876
2592eef8
PS
3877Thu Jan 12 09:33:24 1995 Peter Schauer ([email protected])
3878
3879 * README: Add note about SPARCworks cc release 3.0 and higher.
3880
3881 Add procfs support for Alpha OSF/1-2.x.
3882 * config/alpha/nm-osf.h: Renamed from nm-alpha.h, generic
3883 OSF/1 native support.
3884 * config/alpha/alpha-osf1.mh (NAT_FILE): Changed accordingly.
3885 (MUNCH_DEFINE): Removed.
3886 * config/alpha/alpha-osf2.mh, config/alpha/nm-osf2.h: New files
3887 for procfs support.
3888 * configure.in (alpha-dec-osf*): Use alpha-osf2.mh for OSF/1
3889 release 2.x and higher, else alpha-osf1.mh, as the procfs support
3890 in release 1.x is incomplete.
3891 * Makefile.in (ALLCONFIG): Add config/alpha/alpha-osf2.mh.
3892 * alpha-nat.c (supply_gregset, fill_gregset, supply_fpgregset,
3893 fill_fpgregset): New routines for procfs support.
3894 * inftarg.c (_initialize_inftarg): Don't add ptrace support
3895 if we have an optional procfs and /proc is accessible.
3896 * procfs.c: Include sys/fault.h and sys/syscall.h before
3897 including sys/procfs.h.
3898 (unconditionally_kill_inferior): If PROCFS_NEED_PIOCSSIG_FOR_KILL
3899 is defined, additionally perform a PIOCSSIG to really terminate
3900 the inferior.
3901 (create_procinfo): Always return a result.
3902 (create_procinfo, do_attach): Don't trace T_IFAULT faults if
3903 PROCFS_DONT_TRACE_IFAULT is defined.
3904 (procfs_init_inferior): Use START_INFERIOR_TRAPS_EXPECTED as
3905 argument to startup_inferior if it is defined.
3906 (proc_set_exec_trap): If PIOCSSPCACT is defined, use it instead
3907 of tracing exits from exec system calls. Needed for the user level
3908 loader under Alpha OSF/1.
3909 (do_detach): Clear any pending signal if we want to detach from
3910 a process without a signal.
3911 (set_proc_siginfo): If PROCFS_DONT_PIOCSSIG_CURSIG is defined,
3912 don't issue a PIOCSSIG if pr_cursig already contains the signal we
3913 intend to set.
3914 (info_proc_signals): If PROCFS_SIGPEND_OFFSET is defined, the
3915 pending signals are numbered from 1 instead of 0.
3916 (info_proc_mappings): Increase size of output format for addresses
3917 if BFD_HOST_64_BIT is defined.
3918 (procfs_stop): Renamed from child_stop.
3919 (_initialize_procfs): Don't add procfs support if we have an
3920 optional procfs and /proc is not accessible.
3921
218d43e5 3922start-sanitize-gdbtk
724498fd
SG
3923Wed Jan 11 17:06:55 1995 Stu Grossman ([email protected])
3924
280c564c 3925 * gdbtk.tcl: Add button to control mixed source disassembly.
218d43e5 3926 Use text widgets in expr window. The give me more control over
280c564c 3927 layout.
218d43e5
SS
3928 Add auto-updating of exprs in expression window.
3929 Handle expressions out of scope a bit better.
3930 Make selected window pop up to the top when invoked via the
280c564c 3931 menubar.
218d43e5 3932 Make copyright message have raised relief.
280c564c 3933
724498fd
SG
3934 * gdbtk.c (gdbtk_init): Improve handling for errors in gdbtk.tcl
3935 during startup.
218d43e5 3936end-sanitize-gdbtk
724498fd 3937
b04a78d4
RS
3938Wed Jan 11 17:53:26 1995 Rob Savoye <[email protected]>
3939
3940 * array-rom.c: Add support for most commands.
3941
3942 * monitor.c: Add GDB remote protocol for the hybrid environment on
3943 the Array board.
3944
b47ae8fb
JL
3945Wed Jan 11 00:44:01 1995 Jeff Law ([email protected])
3946
3947 * command.c (show_user_1): Use print_command_line to show a user
3948 defined command (including control structures).
3949
3950 * top.c (init_main): Change documentation for user defined
3951 commands to indicate they may accept up to ten arguments.
3952
1d9489c1
JK
3953Tue Jan 10 16:22:41 1995 Jim Kingdon <[email protected]>
3954
3955 * mips-tdep.c (mips_skip_prologue): Accept or as well as addu for
3956 `move $s8, $sp' instruction.
3957
3b55fbe3
JK
3958Sun Jan 8 12:45:34 1995 Jim Kingdon <[email protected]>
3959
3960 * target.c, target.h (target_signal_from_command): New function.
3961 * infrun.c (handle_command, signals_info), infcmd.c
3962 (signal_command): Use it.
3963 * infrun.c, infcmd.c: Update docstrings for these commands.
3964
3965 * target.h (enum target_signal), target.c (signals), target.c
3966 (target_signal_from_host, target_signal_to_host): Add
3967 TARGET_SIGNAL_REALTIME_* and TARGET_SIGNAL_PRIO for lynx.
3968 * config/tm-lynx.h: Define signal numbers for realtime events.
3969
02b40a19
PS
3970Sat Jan 7 07:23:53 1995 Peter Schauer ([email protected])
3971
3972 * dbxread.c (process_one_symbol): Handle N_FUN symbols
3973 for Sun acc 3.0 under SunOS4.
3974
3975 Changes to improve handling of runtime common symbols
3976 under SunOS4.
3977 * minsyms.c (get_symbol_leading_char): New routine to determine
3978 the leading symbol character for an objfile.
3979 (prim_record_minimal_symbol_and_info, install_minimal_symbols):
3980 Use it.
3981 * objfiles.h (rt_common_objfile): New global, points to objfile
3982 containing the runtime common minimal symbols.
3983 * objfiles.c (free_objfile): Mark rt_common_objfile as
3984 unallocated before freeing it.
3985 * solib.c (allocate_rt_common_objfile): New routine to allocate
3986 an objfile for the runtime common minimal symbols.
3987 (solib_add_common_symbols): Allocate an objfile for the runtime
3988 common symbols if necessary and put common symbols into it.
3989 Clean up code and comments.
3990 (solib_add, special_symbol_handling): Cleanup comments regarding
3991 runtime common symbols.
3992 * stabsread.c (scan_file_globals_1): New routine, contains
3993 old scan_file_globals code. Checks if there are any unresolved
3994 global symbols before starting the expensive minimal symbol table
3995 search.
3996 (scan_file_globals): Now calls scan_file_globals_1 for the passed
3997 objfile and eventually for the runtime common objfile. Complains
3998 about any unresolved global symbols and removes them from the
3999 global symbol chain to avoid dangling pointers into the symbol
4000 table if the symbol table is reread.
4001
09722039
SG
4002Thu Jan 5 17:38:29 1995 Stu Grossman ([email protected])
4003
4a4f9e3b 4004 * Makefile.in (install_only uninstall): Indent for clarity.
09722039
SG
4005
4006 * core.c (dis_asm_read_memory): Add call to
4007 dis_asm_read_memory_hook to provide alternate way for disassembler
4008 to read memory.
4009
4010 * defs.h: Protect from multiple inclusion. Add decl for
4011 dis_asm_read_memory_hook.
4012
4a4f9e3b
SS
4013 * top.c: Make window startup be the default.
4014 * Add dis_asm_read_memory_hook.
4015
4016start-sanitize-gdbtk
09722039
SG
4017 * gdbtk.c (finish_saving_output): Don't do anything if not saving
4018 output.
4019 * (breakpoint_notify): Don't send null filename to tcl.
4020 * (gdb_eval): New tcl command to eval an expression.
4021 * (gdb_disassemble): New tcl command to do disassembly. This
4022 allows tcl code to choose between exec file and target memeory,
4023 and can also do mixed source and assembly.
4024 * (gdbtk_init): Move reading of gdbtk.tcl to the end to make sure
4025 that more of the environment is set up. Also, create link between
4026 gdb and tcl vars disassemble{-_}from{-_}exec.
4027
4028 * gdbtk.tcl: New expression window support.
4029 * Make assembly window be 80 columns wide.
4030 * Use new disassembly method. Add menu items to select
4031 disassembly from exec file or target.
4032 * Change View menubar item to Options.
4033
4034 * Get rid of Stack, Breakpoints, Signals, and Variables Windows,
4035 since they don't exist yet.
4036
4037 * Pop up a copyright window on startup.
4a4f9e3b 4038end-sanitize-gdbtk
09722039 4039
117a817d
JL
4040Thu Jan 5 01:16:40 1995 Jeff Law ([email protected])
4041
4042 * stabsread.c (define_symbol): Handle `a' symbol type used for
4043 reference parameter passed in a register.
4044
c4a5c37c
SS
4045start-sanitize-gdbtk
4046Wed Jan 4 19:49:10 1995 Stan Shebs <[email protected]>
4047
4048 * gdbtk.tcl (build_framework): Add standard commands menu, more
4049 windows to standard windows menu.
4050 (not_implemented_yet): Clarify message.
4051end-sanitize-gdbtk
4052
034022bf
KH
4053Wed Jan 4 12:27:29 1995 Kung Hsu <[email protected]>
4054
c023fbf4
KH
4055 * defs.h: move include tm.h up, so that the type LONGEST can
4056 also based on the target requirement to determine. In this case
4057 target mips64.
4058
034022bf
KH
4059 * remote-os9k.c (rombug_open): catch exception e in rombug.
4060 * remote-os9k.c (rombug_wait): print message before register display
4061 from rombug.
4062
fd2ae9ec
JK
4063Wed Jan 4 09:18:27 1995 Jim Kingdon ([email protected])
4064
4065 * top.c (locate_arg): Call strchr not index.
4066
3bcf4181
PB
4067Tue Jan 3 16:52:03 1995 Per Bothner <[email protected]>
4068
2d67c7e9
PB
4069 * ch-exp.y (literal): Recognize NULL.
4070 (tuple): Parse simple unlabelled tuples.
4071 * eval.c (evaluate_subexp case OP_ARRAY): Use expect_type to
4072 evaluate brace-initializer-expressions depending on context.
4073 (evaluate_subexp case UNOP_CAST): Pass the target type as
4074 expected type when evaluating the expression.
4075
3bcf4181
PB
4076 * ch-typeprint.c (chill_type_print_base): Get names of PTR and
4077 BOOL from TYPE_NAME.
4078 * ch-valprint.c (chill_print_type_scalar): New function, to handle
4079 TYPE_CODE_RANGE better than print_type_scalar does.
4080 (chill_val_print_array_elements): Use above new function.
4081
6dd6578b
SS
4082Mon Jan 2 15:02:51 1995 Stan Shebs <[email protected]>
4083
4084 * remote-udi.c (udi_load): Tell symbol_file_add that the
4085 program being loaded is the main program.
c4ea046a 4086
986c54ca 4087For older changes see ChangeLog-94
bd5635a1
RP
4088\f
4089Local Variables:
4090mode: indented-text
4091left-margin: 8
4092fill-column: 74
4093version-control: never
4094End:
This page took 1.193823 seconds and 4 git commands to generate.