* core-aout.c (fetch_core_registers): Cast core_reg_size to int
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 Fri Mar 29 21:39:56 1996 Fred Fish <fnf@cygnus.com>
2
3 * core-aout.c (fetch_core_registers): Cast core_reg_size to int
4 before testing against reg_ptr.
5 * eval.c (evaluate_subexp_standard): Cast type of
6 TYPE_FN_FIELD_VOFFSET to int.
7 * findvar.c (extract_signed_integer, extract_unsigned_integer,
8 extract_long_unsigned_integer): Cast type of sizeof to int.
9 * values.c (unpack_field_as_long, modify_field): Ditto.
10 * valops.c (value_assign, call_function_by_hand): Ditto.
11 * infcmd.c (do_registers_info): Ditto.
12 * ser-tcp.c (tcp_open): Ditto
13 * remote.c (putpkt): Ditto.
14 * dcache.c (dcache_peek): Ditto.
15 * dcache.c (dcache_poke): Ditto.
16 * m2-exp.y (yylex): Ditto.
17 * gnu-regex.c (re_match_2): Ditto.
18 * f-lang.c (ADD_BF_SYMNUM, saved_bf_list_end, tmp_bf_ptr): Ifdef
19 out unused macro definition and variables.
20 * inftarg.c (proc_wait): Move from main.c to here, and make static.
21 * valprint.c (val_print_string): Change bufsize from int to unsigned.
22 * main.c (wait.h): Include
23 * top.c (command_line_input): Remove unused variable "c".
24 * f-typeprint.c (f_type_print_varspec_prefix): Add missing enum
25 value TYPE_CODE_TYPEDEF to switch statement.
26 (f_type_print_varspec_suffix): Add missing enum value
27 TYPE_CODE_TYPEDEF to switch statement.
28 * ch-exp.c (parse_primval): Add remaining enumeration values to
29 switch statement, with no specific action.
30 (ch_lex): Add LOC_UNRESOLVED in switch statement.
31 (pushback_token): Ifdef out, since code using it is ifdef'd out.
32 * stabsread.c (cleanup_undefined_types): Remove unused label
33 "badtype".
34 * objfiles.h (print_symbol_bcache_statistics): Add prototype.
35 * maint.c (objfiles.h): Include.
36 (maintenance_print_statistics): Remove unused variable "temp".
37 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
38 unused variable "found_file_symbol".
39 * m2-exp.y (yylex): Add LOC_UNRESOLVED case to switch.
40 * language.c (lang_bool_type): Use existing function local type
41 variable rather than create block local variables.
42 * solib.c (disable_break): Enclose in ifndef SVR4_SHARED_LIBS.
43 * infptrace.c (wait.h, command.h): Include.
44 * ser-tcp.c (gdb_string.h): Include
45 * i386-tdep.c (codestream_seek): Change "place" to CORE_ADDR.
46 (i386_get_frame_setup): Change "pc" from int to CORE_ADDR.
47 * command.c (complete_on_enum): Make assignment used as truth value
48 explictly check against NULL.
49 (wait.h): Include.
50 * infrun.c (wait_for_inferior): Ifdef out prologue_pc since code
51 that uses it is ifdef'd out.
52 * parser-defs.h: Add prototype for write_dollar_variable.
53 * infrun.c: Add prototype for write_pc_pid.
54 * breakpoint.h: Add prototype for re_enable_breakpoints_in_shlibs.
55 * symmisc.c (bcache.h): Include.
56 * bcache.h: Add prototype for print_bcache_statistics.
57 * symfile.c: Include <time.h>.
58 * printcmd.c (print_scalar_formatted): Change len to unsigned int.
59 * valarith.c (value_equal): Cast result of TYPE_LENGTH to int.
60 * valarith.c (value_binop): Change result_len, promoted_len1,
61 and promoted_len2 to unsigned int.
62 * valarith.c (value_subscripted_rvalue): Change elt_offs and
63 elt_size to unsigned int.
64 * valops.c (value_array): Change typelength to unsigned int.
65 (destructor_name_p): Change len to unsigned int.
66 * scm-lang.h (scm_parse): Add prototype for scm_unpack.
67 * symfile.c (decrement_reading_symtab): Change return type to void.
68 * valarith.c (value_subscript): Remove unused variable "word".
69 (value_subscript): Remove unused variable "tint".
70 * valops.c (auto_abandon): Ifdef out, since code using it is also
71 ifdef'd out.
72 * eval.c (init_array_element): Remove unused variable "val".
73 * Makefile.in (values.o): Depends on scm-lang.h.
74 (command.o): Depends upon wait_h.
75 (ser-tcp.o): Depends upon gdb_string.h.
76 (infptrace.o): Depends upon wait_h and command_h.
77 (maint.o): Depends on objfiles.h and symfile.h.
78 * values.c (allocate_repeat_value): Remove unused variable
79 "element_type".
80 (scm-lang.h): Include.
81 * breakpoint.c (create_longjmp_breakpoint): Enclose in
82 GET_LONGJMP_TARGET define, unused otherwise.
83 * config/i386/nm-linux.h: Add prototypes for i386_insert_watchpoint,
84 i386_remove_watchpoint and i386_stopped_by_watchpoint.
85
86 Thu Mar 28 12:53:19 1996 Doug Evans <dje@canuck.cygnus.com>
87
88 * configure.in (sparc64-*-solaris2*): Delete.
89 Stick with sparc-*-solaris2*.
90 * configure: Regenerated.
91
92 Thu Mar 28 06:51:26 1996 Fred Fish <fnf@cygnus.com>
93
94 * valops.c (value_assign): Make copy of internal variable value
95 before returning it as a new value, since it is owned by the
96 internal variable and will be freed along with it.
97
98 Wed Mar 27 08:36:17 1996 Jeffrey A Law (law@cygnus.com)
99
100 * From Peter Schauer.
101 * breakpoint.c (breakpoint_re_set_one): Keep temporary
102 breakpoints bp_until, bp_finish, bp_watchpoint_cope, bp_call_dummy
103 and bp_step_resume in case breakpoint_re_set_one is called due
104 to a step over a dlopen call.
105 * infrun.c (wait_for_inferior): Always remove breakpoints from
106 inferior in BPSTAT_WHAT_CHECK_SHLIBS case.
107
108 Tue Mar 26 13:15:32 1996 Fred Fish <fnf@cygnus.com>
109
110 * config/mips/tm-mips.h (COERCE_FLOAT_TO_DOUBLE): Only prefer
111 non-prototyped case over prototyped case for C.
112 * config/pa/tm-hppa.h (COERCE_FLOAT_TO_DOUBLE): Ditto.
113
114 Sat Mar 23 17:24:28 1996 Fred Fish <fnf@cygnus.com>
115
116 * os9kread.c (os9k_process_one_symbol): Note nonportable
117 assumption that an int can hold a char *.
118
119 * bcache.h (struct hashlink): Wrap data[] inside union with
120 double to force longest alignment.
121 (BCACHE_DATA): New macro to access data[].
122 (BCACHE_ALIGNMENT): New macro to get offset to data[].
123 * bcache.c (lookup_cache, bcache): Use BCACHE_DATA to get
124 address of cached data. Use BCACHE_ALIGNMENT to compute
125 amount of space to allocate for each hashlink struct.
126
127 Sat Mar 23 12:14:02 1996 Fred Fish <fnf@cygnus.com>
128
129 * ch-lang.c (evaluate_subexp_chill): Fix typo.
130
131 Thu Mar 21 08:27:19 1996 Fred Fish <fnf@cygnus.com>
132
133 * Makefile.in (VERSION): Bump version to 4.15.3
134
135 Thu Mar 21 10:56:41 1996 Ian Lance Taylor <ian@cygnus.com>
136
137 * config.in: Rename from config.h.in.
138 * configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
139 Change CONFIG_HEADERS test in AC_OUTPUT accordingly.
140 * configure: Rebuild.
141 * Makefile.in (stamp-h): Depend upon config.in, not config.h.in.
142 Set CONFIG_HEADERS to config.h:config.in.
143
144 Tue Mar 19 12:47:51 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
145
146 * partial-stab.h (case N_ENDM): Finish current partial symbol
147 table for Solaris 2 cc.
148
149 Tue Mar 19 10:39:15 1996 Jeffrey A Law (law@cygnus.com)
150
151 * rs6000-nat.c (exec_one_dummy_insn): Don't clobber the
152 PC in the registers array. From Peter Schauer.
153
154 Mon Mar 18 13:47:09 1996 Fred Fish <fnf@cygnus.com>
155
156 * symfile.c (reread_symbols): Reinitialize bcache struct
157 members to zero using memset. Also use memset to reinit
158 global_psymbols and static_psymbols, rather than explicitly
159 resetting each structure member.
160
161 Sat Mar 16 19:47:36 1996 Fred Fish <fnf@cygnus.com>
162
163 * configure.in: Add fragment to create stamp-h.
164
165 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
166 * configure.in (AC_CHECK_HEADERS): Check for link.h.
167 * configure: Regenerate with autoconf.
168 * config.h.in: Regenerate with autoheader.
169 * config/i386/nm-linux.h: Include solib.h only if HAVE_LINK_H
170 is defined.
171 * solib.c: Exclude most of the code if HAVE_LINK_H is not defined.
172 * config/i386/linux.mh: Reinstate XM_CLIBS, it is needed for
173 older a.out based systems.
174
175 Sat Mar 16 16:45:43 1996 Fred Fish <fnf@cygnus.com>
176
177 * config.h.in: New file.
178 * acconfig.h: New file, for autoheader.
179 * configure.in (AC_CONFIG_HEADER): Add, generate config.h.
180 * configure: Regenerate.
181 * Makefile.in (defs_h): Add config.h
182 (distclean): Remove config.h and stamp-h during distclean.
183 (config.h, stamp-h): New targets to remake config.h when necessary.
184 * defs.h (config.h): Include before any other includes or defines.
185 * i386-tdep.c (gdb_string.h): Move include after include of defs.h.
186 * i386v4-nat.c (defs.h): Include before testing HAVE_SYS_PROCFS_H.
187
188 Sat Mar 16 14:55:27 1996 Fred Fish <fnf@cygnus.com>
189
190 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
191 * Makefile.in (INSTALLED_LIBS): Make sure that @LIBS@ will not
192 result in an empty line, to work around a bug in native Ultrix 4.4
193 and OSF/1-3.2C make.
194
195 Sat Mar 16 13:33:17 1996 Fred Fish <fnf@cygnus.com>
196
197 * configure.in: Add gdbserver to configdirs under linux.
198 * configure: Regenerate.
199
200 Fri Mar 15 12:06:58 1996 J.T. Conklin <jtc@rtl.cygnus.com>
201
202 * config/i386/nm-nbsd.h (FLOAT_INFO): Comment out.
203 * config/i386/tm-nbsd.h (NUM_REGS): Define.
204
205 Thu Mar 14 10:31:18 1996 Jeffrey A Law (law@cygnus.com)
206
207 * solib.c (solib_break_names): Add _r_debug_state for
208 vanilla SVR4 implementations. From Peter Schauer.
209
210 Mon Mar 11 14:24:57 1996 Dawn Perchik <dawn@critters.cygnus.com>
211
212 * mon960-rom.c: New file; support mon960 rom monitor on i960.
213 * monitor.c (monitor_debug): Change remotedebug to buffer strings.
214 * monitor.c (monitor_open): Add test for flag MO_NO_ECHO_ON_OPEN before
215 epecting prompt and echo during open.
216 * monitor.c (monitor_stop): Add test for flag MO_SEND_BREAK_ON_OPEN to
217 determine if break should be sent as stop command.
218 * monitor.h: Add flags MO_NO_ECHO_ON_OPEN and MO_SEND_BREAK_ON_OPEN.
219 * i960-tdep.c (mon960_frame_chain_valid): New function for getting
220 stack frame on mon960.
221 * Makefile.in: Add mon960 files.
222 * configure.in: Changed i960-*-coff* and i960-*-elf* to target mon960;
223 added i960-nindy-coff* and i960-nindy-elf* for target nindy.
224 * configure: Regenerated.
225 * config/i960/mon960.mt, config/i960/tm-mon960.h: New files;
226 support mon960 rom monitor on i960.
227
228 Mon Mar 11 11:02:47 1996 Steve Chamberlain <sac@slash.cygnus.com>
229
230 With Michael Snyder:
231 * i386-tdep.c (skip_trampoline_code): Fix strncmp length.
232 * win32-nat.c (CHECK, DEBUG*, debug_*): New.
233 (handle_load_dll): Don't reload symbols.
234 (handle_exception): Use the DEBUG_* names.
235 (child_wait): Add DEBUG_* code.
236 (_initialize_inftarg): Add new commands to set debug_ names.
237
238 Mon Mar 11 09:19:58 1996 Jeffrey A Law (law@cygnus.com)
239
240 * From Peter Schauer:
241 * breakpoint.c (insert_breakpoints): Use ALL_BREAKPOINTS_SAFE.
242 (bpstat_stop_status): Likewise.
243 (remove_solib_event_breakpoints): Likewise.
244 (clear_momentary_breakpoints): Likewise.
245 (re_enable_breakpoints_in_shlibs): Don't reenable a breakpoint
246 if we still can't read the memory for that breakpoint.
247 (mention): Add bp_shlib_event case to keep gcc quiet.
248
249 Fri Mar 8 12:08:12 1996 Jeffrey A Law (law@cygnus.com)
250
251 * breakpoint.h (enum enable): New enum shlib_disabled for
252 shared library breakpoints that have been temporarily disabled.
253 * breakpoint.c: Handle temporarily disabled shared library
254 breakpoints like disabled breakpoints in most places.
255 (insert_breakpoints): Use shlib_disabled to indicate
256 that an unsettable breakpoint is only temporarily disabled.
257 (re_enable_breakpoints_in_shlibs): New function.
258 * corelow.c (solib_add_stub): After adding shared libraries,
259 try to reenable any temporarily disabled breakpoints.
260 * infcmd.c (attach_command): Likewise.
261 * infrun.c (wait_for_inferior): Likewise.
262
263 Fri Mar 8 11:41:25 1996 Ian Lance Taylor <ian@cygnus.com>
264
265 * defs.h (extract_long_unsigned_integer): Declare.
266 * findvar.c (extract_long_unsigned_integer): New function.
267 * printcmd.c (print_scalar_formatted): Use it.
268 * valprint.c (val_print_type_code_int): Likewise.
269
270 Thu Mar 7 17:40:50 1996 Stan Shebs <shebs@andros.cygnus.com>
271
272 * infcmd.c (do_registers_info): Ignore anonymous registers.
273 * sh-tdep.c (set processor): New command to set specific
274 processor type.
275 (sh_reg_names, sh3_reg_names): Arrays of register names for
276 SH and SH3 processors.
277 (sh_set_processor_type): New function.
278 * sh3-rom.c (sh3_open): Call it.
279 (sh3_regname): Add names of all the bank registers.
280 (sh3_supply_register): Clean up formatting.
281 * config/sh/tm-sh.h (NUM_REGS, NUM_REALREGS): Increase to include
282 bank registers.
283 (REGISTER_NAMES): Add names of bank registers.
284 (FP15_REGNUM): Define.
285 (REGISTER_VIRTUAL_TYPE): Use it.
286 * monitor.c: Clean up some comments.
287
288 Thu Mar 7 12:09:51 1996 J.T. Conklin <jtc@rtl.cygnus.com>
289
290 * i386b-nat.c: Revert part of Mar 5 change. FreeBSD collapsed the
291 s* and t* symbols too.
292
293 Thu Mar 7 15:18:51 1996 James G. Smith <jsmith@cygnus.co.uk>
294
295 * symfile.c (generic_load): Avoid division by zero.
296
297 Wed Mar 6 17:57:59 1996 Jeffrey A Law (law@cygnus.com)
298
299 * breakpoint.c (bfd_lookup_symbol): Provide for all SVR4 systems,
300 not just those with HANDLE_SVR4_EXEC_EMULATORS.
301
302 From Peter Schauer:
303 * breakpoint.c (internal_breakpoint_number): Move to file scope.
304 (create_solib_event_breakpoint): Use an internal breakpoint number.
305
306 Wed Mar 6 00:32:44 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
307
308 * valarith.c (value_in): Change builtin_type_chill_bool to
309 LA_BOOL_TYPE.
310
311 Tue Mar 5 23:48:36 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
312
313 * ch-exp.c (parse_primval): Handle CARD, MAX, MIN.
314 (match_string_literal): Handle control sequence.
315 (match_character_literal): Deto.
316
317 * ch-lang.c (chill_printchar): Change formating of nonprintable
318 characters from C'xx' to ^(num).
319 (chill_printstr): Deto.
320 (value_chill_card, value_chill_max_min): New functions to process
321 Chill's CARD, MAX, MIN.
322 (evaluate_subexp_chill): Process UNOP_CARD, UNOP_CHMAX, UNOP_CHMIN.
323
324 * expression.h (exp_opcode): Add UNOP_CARD, UNOP_CHMAX, UNOP_CHMIN
325 for Chill's CARD, MAX, MIN.
326
327 * valarith.c (value_in): Add processing of TYPE_CODE_RANGE
328 and change return type from builtin_type_int to
329 builtin_type_chill_bool.
330
331 Tue Mar 5 18:54:04 1996 Stan Shebs <shebs@andros.cygnus.com>
332
333 * config/nm-nbsd.h (link_object, lo_name, etc): Move to here
334 from config/nm-nbsd.h.
335 * config/sparc/nm-nbsd.h (regs, fp_status, etc): Move to here
336 from config/sparc/tm-nbsd.h.
337
338 * config/m68k/nm-hp300hpux.h (FIVE_ARG_PTRACE): Define here
339 instead of in config/m68k/xm-hp300hpux.h.
340
341 Tue Mar 5 12:05:35 1996 J.T. Conklin <jtc@rtl.cygnus.com>
342
343 * i386b-nat.c, m68knbsd-nat.c (fetch_core_registers): Provide
344 implementation for NetBSD systems.
345
346 Mon Mar 4 23:44:16 1996 Per Bothner <bothner@kalessin.cygnus.com>
347
348 * valarith.c (binop_user_defined_p): Return 0 for BINOP_CONCAT.
349 (value_concat): Handle varying strings (add COERCE_VARYING_ARRAY).
350
351 * ch-lang.c (evaluate_subexp_chill case MULTI_SUBSCRIPT): Error
352 if "function" is pointer to non-function.
353
354 Mon Mar 4 17:47:03 1996 Stan Shebs <shebs@andros.cygnus.com>
355
356 * top.c (print_gdb_version): Update copyright year.
357
358 Mon Mar 4 14:44:54 1996 Jeffrey A Law (law@cygnus.com)
359
360 From Peter Schauer:
361 * infrun.c (wait_for_inferior): Remove breakpoints and
362 switch terminal settings before calling SOLIB_ADD.
363 * solib.c (enable_break, SVR4 variant): Don't map in symbols
364 for the dynamic linker, the namespace pollution causes real
365 problems.
366
367 Sun Mar 3 17:18:57 1996 James G. Smith <jsmith@cygnus.co.uk>
368
369 * remote-mips.c (common_breakpoint): Explicitly terminate the
370 returned buffer.
371
372 Wed Feb 28 22:32:18 1996 Stan Shebs <shebs@andros.cygnus.com>
373
374 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
375 * remote.c (remote_detach): Send a command 'D' to the target
376 when detaching, update the function's comments.
377
378 Wed Feb 28 15:50:12 1996 Fred Fish <fnf@cygnus.com>
379
380 * Makefile.in (VERSION): Bump version to 4.15.2 to establish
381 baseline for gdb 4.16 rerelease testing.
382
383 Wed Feb 28 13:32:05 1996 Jeffrey A Law (law@cygnus.com)
384
385 * somsolib.c (som_solib_create_inferior_hook): Before returning
386 call clear_symtab_users.
387
388 Tue Feb 27 00:04:46 1996 Stu Grossman (grossman@critters.cygnus.com)
389
390 * remote-e7000.c (e7000_open): Delete all breakpoints when
391 connecting to e7000. Change connect message to allow use of
392 monitor.exp in test suite.
393 * (e7000_load): Print transfer rate of download.
394 * symfile.c (generic_load): Print transfer rate of download.
395
396 Sun Feb 25 13:58:33 1996 Stan Shebs <shebs@andros.cygnus.com>
397
398 * configure.in (mips*-*-vxworks*): New config.
399 * configure: Regenerated.
400
401 * config/mips/vxmips.mt, config/mips/tm-vxmips.h: New files.
402 * remote-vxmips.c (vx_convert_to_virtual, vx_convert_from_virtual):
403 Remove, never used.
404
405 Sat Feb 24 12:30:28 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
406
407 * partial-stab.h (case N_FUN): Function symbols generated
408 by SPARCworks cc have a meaningless zero value, do not update
409 pst->textlow if the function symbol value is zero.
410
411 * stabsread.c (define_symbol): Initialize SYMBOL_TYPE field
412 for function prototype declaration symbols.
413
414 Fri Feb 23 22:33:04 1996 Stu Grossman (grossman@critters.cygnus.com)
415
416 * remote-e7000.c (e7000_load): New routine to download via the
417 network.
418 * (e7000_wait): Don't backup PC when we hit a breakpoint.
419 Apparantly new sh2 pods get this right...
420 * (e7000_ops): Add call to e7000_load.
421
422 Thu Feb 22 00:52:42 1996 J.T. Conklin <jtc@rtl.cygnus.com>
423
424 * config/m68k/{nbsd.mh,nbsd.mt,nm-nbsd.h,tm-nbsd.h,xm-nbsd.h},
425 m68knbsd-nat.c: New files, support for NetBSD/m68k.
426
427 * configure.in (m68k-*-netbsd*): New config.
428 * configure: Regenerated.
429
430 Wed Feb 21 19:00:21 1996 Fred Fish <fnf@ninemoons.com>
431
432 * standalone.c (open, _initialize_standalone): Fix obvious typos
433 reported by Martin Pool <martin@citr.uq.oz.au>.
434
435 Wed Feb 21 14:24:04 1996 Jeffrey A Law (law@cygnus.com)
436
437 * solib.c (solib_create_inferior_hook): Fix thinko.
438
439 Tue Feb 20 23:59:19 1996 Jeffrey A Law (law@cygnus.com)
440
441 * solib.c (solib_break_names): Define for Solaris and Linux.
442 (enable_break): For SVR4 systems, first try to use the debugger
443 interfaces in the dynamic linker to track shared library events
444 as they happen, then fall back to BKPT_AT_SYMBOL code. Convert
445 BKPT_AT_SYMBOL code to use shared library event breakpoints.
446 (solib_create_inferior_hook): Simplify BKPT_AT_SYMBOL code,
447 it no longer needs to restart/wait on the inferior.
448 * symfile.c (find_lowest_section): No longer static.
449 * symfile.h (find_lowest_section): Corresponding changes.
450
451 Tue Feb 20 18:54:08 1996 Fred Fish <fnf@rtl.cygnus.com>
452
453 * valops.c (COERCE_FLOAT_TO_DOUBLE): Define default value.
454 (value_arg_coerce): Use COERCE_FLOAT_TO_DOUBLE.
455 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Define to 1.
456 * config/mips/tm-mips.h: Ditto.
457 * config/pa/tm-hppa.h: Ditto.
458 * config/rs6000/tm-rs6000.h: Ditto.
459 * config/sparc/tm-sparc.h: Ditto.
460
461 Tue Feb 20 17:32:05 1996 J.T. Conklin <jtc@rtl.cygnus.com>
462
463 * config/{i386,ns32k}/nbsd.mh (NATDEPFILES): Remove core-aout.o.
464
465 * config/nm-nbsd.h (FETCH_INFERIOR_REGISTERS): Defined.
466 * config/xm-nbsd.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG):
467 #ifdef'd out definitions --- Causes serious gdb failures on
468 the i386. Need to investigate further before enabling.
469
470 * i386b-nat.c (fetch_inferior_registers, store_inferior_registers,
471 fetch_core_registers): New functions. These functions are defined
472 if FETCH_INFERIOR_REGISTERS is set. Registers are fetched/stored
473 with ptrace PT_GETREGS/PT_SETREGS.
474
475 Tue Feb 20 16:55:06 1996 Stu Grossman (grossman@critters.cygnus.com)
476
477 * findvar.c (extract_floating store_floating): Replace `long
478 double' with `DOUBLEST'.
479
480 Mon Feb 19 15:25:51 1996 J.T. Conklin <jtc@rtl.cygnus.com>
481
482 * config/xm-nbsd.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG):
483 Define.
484
485 Mon Feb 19 10:32:05 1996 Jeffrey A Law (law@cygnus.com)
486
487 * symtab.h (looup_minimal_symbol_solib_trampoline): Declare.
488
489 * breakpoint.h (remove_solib_event_breakpoints): Declare.
490 * breakpoint.c (remove_solib_event_breakpoints): New function.
491 * somsolib.c (solib_create_inferior_hook): Remove all solib event
492 breakpoints before inserting any new ones. Use a solib event
493 breakpoint for the breakpoint at "_start".
494 Remove extraneous "\n" from calls to warning.
495
496 * breakpoint.c (breakpoint_1): Add missing "sigtramp" to bptypes
497 name array.
498
499 Mon Feb 19 01:09:32 1996 Doug Evans <dje@cygnus.com>
500
501 * dwarfread.c (add_partial_symbol): Use ADD_PSYMBOL_ADDR_TO_LIST
502 for CORE_ADDR values.
503 (new_symbol): Use SYMBOL_VALUE_ADDRESS for CORE_ADDR values.
504 * symfile.h (add_psymbol_{,addr}to_list): Add prototypes.
505
506 Sun Feb 18 14:37:13 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
507
508 * mipsread.c (mipscoff_symfile_read): Unconditionally add
509 alpha coff dynamic symbols for all symbol files. Makes skipping
510 over the trampoline code work when stepping from a function in a
511 shared library into a function in a different shared library.
512
513 Sun Feb 18 09:27:10 1996 Stu Grossman (grossman@cygnus.com)
514
515 * config/sparc/tm-sparc.h: Define PS_FLAG_CARRY. Define
516 RETURN_VALUE_ON_STACK to return long doubles on the stack.
517
518 Sat Feb 17 16:33:11 1996 Fred Fish <fnf@cygnus.com>
519
520 * Makefile.in (ch-exp.o): Add dependencies.
521 (various): Add gdb_string.h to dependencies that need it.
522
523 Sat Feb 17 08:57:50 1996 Fred Fish <fnf@cygnus.com>
524
525 * symmisc.c (print_symbol_bcache_statistics): Update description for
526 printing byte cache statistics.
527
528 Thu Feb 16 16:02:03 1996 Stu Grossman (grossman@cygnus.com)
529
530 * Add native support for long double data type.
531 * c-exp.y (%union): Change dval to typed_val_float. Use DOUBLEST
532 to store actual data. Change types of INT and FLOAT tokens to
533 typed_val_int and typed_val_float respectively. Create new token
534 DOUBLE_KEYWORD to specify the string `double'. Make production
535 for FLOAT use type determined by parse_number. Add production for
536 "long double" data type.
537 * (parse_number): Use sscanf to parse numbers as float, double or
538 long double depending upon the type of typed_val_float.dval. Also
539 allow user to specify `f' or `l' suffix to explicitly specify
540 float or long double constants. Change typed_val to
541 typed_val_int.
542 * (yylex): Change typed_val to typed_val_int. Also, scan for
543 "double" keyword.
544 * coffread.c (decode_base_type): Add support for T_LNGDBL basic
545 type.
546 * configure, configure.in: Add check for long double support in
547 the host compiler.
548 * defs.h: Define DOUBLEST appropriatly depending on whether
549 HAVE_LONG_DOUBLE (from autoconf) is defined. Also, fix prototypes
550 for functions that handle this type.
551 * expression.h (union exp_element): doubleconst is now type
552 DOUBLEST.
553 * m2-exp.y f-exp.y (%union): dval becomes type DOUBLEST.
554 * findvar.c (extract_floating): Make return value be DOUBLEST.
555 Also, add support for numbers with size of long double.
556 * (store_floating): Arg `val' is now type DOUBLEST. Handle all
557 floating types.
558 * parser-defs.h parse.c (write_exp_elt_dblcst): Arg expelt is now
559 DOUBLEST.
560 * valarith.c (value_binop): Change temp variables v1, v2 and v to
561 type DOUBLEST. Coerce type of result to long double if either op
562 was of that type.
563 * valops.c (value_arg_coerce): If argument type is bigger than
564 double, coerce to long double.
565 * (call_function_by_hand): If REG_STRUCT_HAS_ADDR is defined, and
566 arg type is float and > 8 bytes, then use pointer-to-object
567 calling conventions.
568 * valprint.c (print_floating): Arg doub is now type DOUBLEST.
569 Use appropriate format and precision to print out floating point
570 values.
571 * value.h: Fixup prototypes for value_as_double,
572 value_from_double, and unpack_double to use DOUBLEST.
573 * values.c (record_latest_value): Remove check for invalid
574 floats. Allow history to store them so that people may examine
575 them in hex if they want.
576 * (value_as_double unpack_double): Change return value to DOUBLEST.
577 * (value_from_double): Arg `num' is now DOUBLEST.
578 * (using_struct_return): Use RETURN_VALUE_ON_STACK macro (target
579 specific) to expect certain types to always be returned on the stack.
580
581 Fri Feb 16 14:00:54 1996 Fred Fish <fnf@cygnus.com>
582
583 * bcache.c, bcache.h: New files to implement a byte cache.
584 * Makefile.in (SFILES): Add bcache.c.
585 (symtab_h): Add bcache.h.
586 (HFILES_NO_SRCDIR): add bcache.h
587 (COMMON_OBJS): Add bcache.o
588 (bcache.o): New target.
589 * dbxread.c (start_psymtab): Make global_syms & static_syms
590 type "partial_symbol **".
591 * hpread.c (hpread_start_symtab): Ditto.
592 * os9kread.c (os9k_start_psymtab): Ditto.
593 * stabsread.h (start_psymtab): Ditto.
594 * {symfile.c, symfile.h} (start_psymtab_common): Ditto.
595 * maint.c (maintenance_print_statistics): Call
596 print_symbol_bcache_statistics.
597 * objfiles.c (allocate_objfile): Initialize psymbol bcache malloc
598 and free pointers.
599 * solib.c (allocate_rt_common_objfile): Ditto.
600 * symfile.c (reread_symbols): Ditto.
601 (free_objfile): Free psymbol bcache when objfile is freed.
602 (objfile_relocate): Use new indirect psymbol pointers.
603 * objfiles.h (struct objfile): Add psymbol cache.
604 * symfile.c (compare_psymbols): Now passed pointers to pointers to
605 psymbols.
606 (reread_symbols): Free psymbol bcache when freeing other objfile
607 resources.
608 (add_psymbol_to_list, add_psymbol_addr_to_list): Initialize new
609 psymbol using the psymbol bcache.
610 (init_psymbol_list): Psymbol lists now contain pointers rather than
611 the actual psymbols.
612 * symfile.h (psymbol_allocation_list): Psymbol lists now dynamically
613 grown arrays of pointers.
614 (ADD_PSYMBOL_VT_TO_LIST): Initialize new symbol using the psymbol
615 bcache.
616 * symmisc.c (print_partial_symbols): Now takes pointer to pointer
617 to partial symbol.
618 (print_symbol_bcache_statistics): New function to print per objfile
619 bcache statistics.
620 (print_partial_symbol, print_partial_symbols,
621 maintenance_check_symtabs, extend_psymbol_list):
622 Account for change to pointer to pointer to partial symbol.
623 * symtab.c (find_pc_psymbol, lookup_partial_symbol, decode_line_2,
624 make_symbol_completion_list):
625 Account for change to pointer to pointer to partial symbol.
626 * symtab.h (bcache.h): Include.
627 * xcoffread.c (xcoff_start_psymtab): Make global_syms & static_syms
628 type "partial_symbol **".
629
630 Fri Feb 16 10:02:34 1996 Fred Fish <fnf@cygnus.com>
631
632 * dwarfread.c (free_utypes): New function.
633 (read_file_scope): Call free_utypes as cleanup, rather than just
634 freeing the utypes pointer.
635
636 Thu Feb 15 21:40:52 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
637
638 * demangle.c (is_cplus_marker): New function, checks if a
639 character is one of the commonly used C++ marker characters.
640 * defs.h (is_cplus_marker): Add prototype.
641 * c-typeprint.c (c_type_print_base), ch-lang.c (chill_demangle),
642 cp-valprint.c (cp_print_class_method), mdebugread.c (parse_symbol),
643 stabsread.c (define_symbol, read_member_functions, read_struct_fields),
644 symtab.h (OPNAME_PREFIX_P, VTBL_PREFIX_P, DESTRUCTOR_PREFIX_P),
645 values.c (vb_match): Use is_cplus_marker instead of comparison
646 with CPLUS_MARKER.
647
648 Thu Feb 15 18:08:13 1996 Fred Fish <fnf@cygnus.com>
649
650 * symfile.h (INLINE_ADD_PSYMBOL): Default this to 0 and possibly
651 delete entirely someday.
652
653 Thu Feb 15 15:25:34 1996 Stan Shebs <shebs@andros.cygnus.com>
654
655 * mpw-make.sed: Edit out makefile rebuild rule.
656 (host_alias, target_alias): Comment out instead of deleting.
657 (@LIBS@): Edit out references.
658
659 Tue Feb 13 22:56:46 1996 Fred Fish <fnf@cygnus.com>
660
661 * symfile.c (add_psymbol_to_list, add_psymbol_addr_to_list):
662 Use n_psyms in OBJSTAT, not psyms.
663
664 Mon Feb 12 15:59:31 1996 Doug Evans <dje@charmed.cygnus.com>
665
666 * configure.in (sparclet-*-aout*): New config.
667 * configure: Regenerated.
668
669 Mon Feb 12 14:17:52 1996 Fred Fish <fnf@cygnus.com>
670
671 * somsolib.c (som_solib_add): Use xmalloc rather than bare
672 unchecked call to malloc.
673 * remote-mips.c (pmon_load_fast): ditto.
674 * remote-mm.c (mm_open): ditto.
675 * hpread.c (hpread_lookup_type): ditto.
676 * remote-adapt.c (adapt_open): ditto.
677
678 Mon Feb 12 13:11:32 1996 Fred Fish <fnf@cygnus.com>
679
680 * f-lang.c (allocate_saved_bf_node, allocate_saved_function_node,
681 allocate_saved_f77_common_node, allocate_common_entry_node,
682 add_common_block): Use xmalloc rather than malloc, some of which
683 were unchecked.
684 * gnu-regex.c: At same point as other gdb specific changes
685 #undef malloc and then #define it to xmalloc.
686 * ch-exp.c (growbuf_by_size): Use xmalloc/xrealloc rather than
687 bare unchecked calls to malloc/realloc.
688 * stabsread.c (dbx_lookup_type): Use xmalloc rather than bare
689 unchecked call to malloc.
690
691 Wed Feb 7 11:31:26 1996 Stu Grossman (grossman@cygnus.com)
692
693 * symtab.c (gdb_mangle_name): Change opname var to be const to
694 match return val of cplus_mangle_name.
695 * i960-tdep.c: Change arg types of next_insn to match callers.
696
697 Wed Feb 7 07:34:24 1996 Fred Fish <fnf@cygnus.com>
698
699 * config/i386/linux.mh (XM_CLIBS, GDBSERVER_LIBS): Remove. These
700 apparently aren't needed in any reasonably recent version of
701 linux.
702
703 Tue Feb 6 21:37:03 1996 Per Bothner <bothner@kalessin.cygnus.com>
704
705 * stabsread.c (read_range_type): If !self-subrange and language
706 is Chill, assume a true range. If a true_range is a sub_subrange,
707 use builtin_type_int for index_type.
708
709 Tue Feb 6 18:38:51 1996 J.T. Conklin <jtc@slave.cygnus.com>
710
711 * nindy-share/nindy.c (say): Use stdarg.h macros when compiling
712 with an ANSI compiler.
713
714 start-sanitize-gdbtk
715 Tue Feb 6 16:31:25 1996 Tom Tromey <tromey@creche.cygnus.com>
716
717 * gdbtk.tcl (create_file_win): Eliminate text widget B1 binding so
718 double-clicking will work again.
719 (create_asm_win): Put "break" at end of all B1 bindings.
720 (create_file_win): Lower "sel" tag, don't raise it.
721 (ensure_line_visible): New proc.
722 (update_listing, update_assembly): Use it.
723 (create_copyright_window): Destroy window on Leave event.
724 (create_command_window): Put "break" at end of all B2 bindings.
725
726 end-sanitize-gdbtk
727 Mon Feb 5 18:24:28 1996 Steve Chamberlain <sac@slash.cygnus.com>
728
729 From Michael_Snyder@NeXT.COM (Michael Snyder):
730 * valops.c (value_arg_coerce): Coerce float to double, unless the
731 function prototype specifies float.
732
733 Mon Feb 5 09:51:55 1996 Tom Tromey <tromey@creche.cygnus.com>
734
735 * language.c (set_language_command): Use languages table when
736 printing available languages.
737
738 Sat Feb 3 12:22:05 1996 Fred Fish <fnf@cygnus.com>
739
740 Fix problems reported by Hans Verkuil (hans@wyst.hobby.nl):
741 * command.c (add_cmd): Add missing initialization for enums member.
742 Reorder members to match structure declaration to make it easier to
743 tell when one is missing.
744 * exec.c (exec_file_command): Fix problem where filename in malloc'd
745 memory is referenced after being freed.
746
747 Sat Feb 3 03:26:21 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
748
749 * dwarfread.c (read_func_scope): Avoid GDB core dumps if
750 AT_name tag is missing.
751
752 * procfs.c (procfs_stopped_by_watchpoint): Fix logic when
753 FLTWATCH and FLTKWATCH are defined.
754
755 * remote.c (remote_read_bytes): Advance memaddr for transfers,
756 return number of bytes transferred for partial reads.
757
758 * top.c (init_signals): Reset SIGTRAP to SIG_DFL.
759
760 Fri Feb 2 13:40:50 1996 Steve Chamberlain <sac@slash.cygnus.com>
761
762 * win32-nat.c (mappings): Add ppc registers.
763 (child_resume): Turn off step for ppc.
764
765 Thu Feb 1 10:29:31 1996 Steve Chamberlain <sac@slash.cygnus.com>
766
767 * config/powerpc/(cygwin32.mh, cygwin32.mt, tm-cygwin32.h,
768 xm-cygwin32.h): New.
769 * config/i386/(*win32*): Becomes *cygwin32*.
770 * configure.in (i[3456]86-*-win32*): Becomes i[3456]86-*-cygwin32.
771 (powerpcle-*-cygwin32): New.
772 * configure: Regenerate.
773 * win32-nat.c (child_create_inferior): Call CreateProcess
774 with the right program arg.
775
776 Thu Feb 1 11:01:10 1996 Jeffrey A Law (law@cygnus.com)
777
778 * config/pa/tm-hppa.h (SOFT_FLOAT): Provide a default definition.
779
780 Wed Jan 31 19:01:28 1996 Fred Fish <fnf@cygnus.com>
781
782 * serial.c: Change fputc/fputs/fprintf to _unfiltered forms.
783
784 Wed Jan 31 18:36:27 1996 Stan Shebs <shebs@andros.cygnus.com>
785
786 * config/sparc/xm-sun4os4.h (HAVE_TERMIOS): Remove.
787
788 * config/sparc/xm-sparc.h (HAVE_WAIT_STRUCT): Remove, never used.
789
790 * config/i386/nm-i386mach.h (CHILD_PREPARE_TO_STORE): Move to
791 here from config/i386/xm-i386mach.h, fix name.
792 * config/i386/nm-sun386.h: Ditto, from config/i386/xm-sun386.h.
793 * config/i386/nm-ptx4.h (CHILD_PREPARE_TO_STORE): Move to
794 here from config/i386/xm-ptx4.h.
795 * config/i386/nm-ptx4.h: Ditto, from config/i386/xm-ptx.h.
796 * config/i386/nm-symmetry.h: Ditto, from config/i386/xm-symmetry.h.
797 * config/m68k/nm-sun3.h: Ditto, from config/m68k/xm-sun3.h.
798 * config/sparc/nm-nbsd.h: Ditto, from config/sparc/xm-nbsd.h.
799 * config/sparc/nm-sun4os4: Ditto, from config/sparc/xm-sparc.h.
800
801 * config/sparc/nm-sun4sol2.h: New file, renamed from nm-sysv4.h.
802 (PRSVADDR_BROKEN): Move here from xm-sun4sol2.h.
803 * config/sparc/sun4sol2.mh (NAT_FILE): Update.
804
805 Wed Jan 31 17:20:26 1996 Jeffrey A Law (law@cygnus.com)
806
807 * config/pa/tm-hppa.h (EXTRACT_RETURN_VALUE): Handle software
808 floating point correctly.
809 (STORE_RETURN_VALUE): Likewise.
810 * config/pa/tm-pro.h (SOFT_FLOAT): define.
811
812 Wed Jan 31 13:34:52 1996 Fred Fish <fnf@cygnus.com>
813
814 * config/i386/xm-linux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
815 Define to what should be reasonable values. However, apparently
816 a bug in linux mmap prevents mapped symbol tables from working.
817
818 Tue Jan 30 18:26:19 1996 Fred Fish <fnf@cygnus.com>
819
820 * defs.h (errno.h>: Move #include closer to head of file to solve
821 obscure problem with systems that declare perror with const arg, in
822 both errno.h and stdio.h, and const is defined away by intervening
823 local include.
824
825 Tue Jan 30 15:41:10 1996 Fred Fish <fnf@cygnus.com>
826
827 From Jon Reeves <reeves@zk3.dec.com>:
828 * i386-stub.c (getpacket): Change fprintf stream from "gdb" to stderr.
829 (mem_fault_routine): Fix misplaced volatile type qualifier in decl.
830
831 Mon Jan 29 19:05:58 1996 Fred Fish <fnf@cygnus.com>
832
833 * Makefile.in (diststuff): Make all-doc; diststuff target does not
834 exist in doc/Makefile.in.
835
836 Mon Jan 29 18:44:57 1996 Stan Shebs <shebs@andros.cygnus.com>
837
838 * config/m88k/xm-cxux.h (BP_HIT_COUNT): Remove, never used.
839
840 Mon Jan 29 00:10:35 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
841
842 * ch-valprint.c (calculate_array_length): New function to
843 determine the length of an array type.
844 (chill_val_print (case TYPE_CODE_ARRAY)): If the length of an
845 array type is zero, call calculate_array_length.
846
847 * gdbtypes.c (get_discrete_bounds (case TYPE_CODE_ENUM)): The
848 values may not be sorted. Scan all entries and set the real lower
849 and upper bound.
850
851 Sun Jan 28 15:50:42 1996 Fred Fish <fnf@cygnus.com>
852
853 * config/xm-linux.h: Move include of solib.h and #define of
854 SVR4_SHARED_LIBS from here ...
855 * config/nm-linux.h: ...to here.
856
857 Sat Jan 27 10:34:05 1996 Fred Fish <fnf@cygnus.com>
858
859 * configure.in (AC_CHECK_HEADERS): Check for sys/procfs.h.
860 Also check for gregset_t and fpregset_t types.
861 * configure: Regenerate.
862 * core-regset.c (sys/procfs.h): Only include if HAVE_SYS_PROCFS_H
863 is defined.
864 (fetch_core_registers): Turn into stub unless both HAVE_GREGSET_T
865 and HAVE_FPREGSET_T are defined. These changes allow systems
866 like linux that are migrating to /proc support to use a single
867 configuration for both new and old versions.
868
869 * config/i386/linux.mt: Note that this is now for both a.out and
870 ELF systems.
871 * config/i386/linux.mh (NATDEPFILES): Add solib.o, core-regset.o,
872 i386v4-nat.o
873 * config/i386/tm-linux.h (tm-sysv4.h): Include.
874 * config/i386/xm-linux.h (solib.h): Include
875 (SVR4_SHARED_LIBS): Define.
876 * i386v4-nat.c: Only compile if HAVE_SYS_PROCFS_H is defined.
877 (supply_gregset, fill_gregset): Compile if HAVE_GREGSET_T defined.
878 (supply_fpregset, fill_fpregset): Compile if HAVE_FPREGSET_T
879 defined.
880
881 Fri Jan 26 13:48:14 1996 Stan Shebs <shebs@andros.cygnus.com>
882
883 * config/sparc/xm-sparc.h (NEW_SUN_CORE): Remove, never used.
884 * config/i386/xm-sun386.h: Ditto.
885 * config/m68k/xm-sun2.h, config/m68k/xm-sun3.h: Ditto.
886
887 Thu Jan 25 16:05:53 1996 Tom Tromey <tromey@creche.cygnus.com>
888
889 * Makefile.in (INSTALLED_LIBS, CLIBS): Include @LIBS@.
890
891 Thu Jan 25 09:22:15 1996 Steve Chamberlain <sac@slash.cygnus.com>
892
893 From Greg McGary <gkm@gnu.ai.mit.edu>:
894 * dcache.c (dcache_peek, dcache_poke): Advance addr for
895 multi-byte I/O.
896
897 Thu Jan 25 13:08:51 1996 Doug Evans (dje@cygnus.com)
898
899 * infrun.c (normal_stop): Fix test for shared library event.
900
901 Thu Jan 25 03:26:38 1996 Doug Evans <dje@charmed.cygnus.com>
902
903 * configure.in (sparc64-*-*): Add default host configuration.
904 start-sanitize-gdbtk
905 (sparc64-*-solaris2* host): Link statically if GCC used.
906 end-sanitize-gdbtk
907 (sparc64-*-solaris2*): Add target configuration.
908 * configure: Regenerated.
909 * sparc/sp64sol2.mt: New file.
910
911 Wed Jan 24 22:31:37 1996 Doug Evans <dje@charmed.cygnus.com>
912
913 * Makefile.in (RUNTEST): srcdir renamed to rootsrc.
914
915 Wed Jan 24 15:42:24 1996 Tom Tromey <tromey@creche.cygnus.com>
916
917 * Makefile.in (lint): Close backquotes.
918
919 start-sanitize-gdbtk
920 Wed Jan 24 15:28:41 1996 Tom Tromey <tromey@creche.cygnus.com>
921
922 * gdbtk.tcl, gdbtk.c: Updated copyrights.
923
924 * configure.in: Look for -ldl or -ldld when using Tcl 7.5 or
925 greater.
926 * configure: Rebuilt.
927
928 end-sanitize-gdbtk
929 Wed Jan 24 13:19:10 1996 Fred Fish <fnf@cygnus.com>
930
931 * NEWS: Make note of new record and replay feature for
932 remote debug sessions.
933 * serial.c (gdbcmd.h): Include.
934 (serial_logfile, serial_logfp, serial_reading, serial_writing):
935 Define here, for remote debug session logging.
936 (serial_log_command, serial_logchar, serial_write, serial_readchar):
937 New functions for remote debug session logging.
938 (serial_open): Open remote debug session log file when needed.
939 (serial_close): Close remote debug session log file when needed.
940 (_initialize_serial): Add set/show commands for name of remote
941 debug session log file.
942 * serial.h (serial_readchar): Declare
943 (SERIAL_READCHAR): Call serial_readchar().
944 (SERIAL_WRITE): Call serial_write().
945 (serial_close): Declare as extern.
946 (serial_logfile, serial_logfp): Declare.
947 * top.c (execute_command): Declare serial_logfp. Log user command
948 in remote debug session log if log file is open.
949 * remote-array.c (array_wait): #ifdef out echo to gdb_stdout.
950 (array_read_inferior_memory): Rewrite to fix memory overwrite bug.
951 * remote-array.c (SREC_SIZE): Remove, duplicates define in
952 monitor.h.
953 * remote-array.c (hexchars, hex2mem): Remove, unused.
954 * gdbserver/low-linux.c (store_inferior_registers): Remove
955 unnecessary extern declaration of registers[].
956 * gdbserver/Makefile.in (all): Add gdbreplay.
957 * gdbserver/gdbreplay.c: New file.
958 * gdbserver/README: Give example of recording a remote
959 debug session with gdb and then replaying it with gdbreplay.
960
961 Tue Jan 23 18:02:35 1996 Per Bothner <bothner@kalessin.cygnus.com>
962
963 * stabsread.c (rs6000_builtin_type): Make bool type unsigned.
964 (read_one_struct_field): Support boolean bitfields.
965 * c-valprint.c (c_val_print): Print booleans properly.
966
967 Tue Jan 23 18:54:09 1996 Stan Shebs <shebs@andros.cygnus.com>
968
969 * remote-vxsparc.c (vx_convert_to_virtual, vx_convert_from_virtual):
970 Remove, never used.
971 * config/sparc/vxsparc.mt (TDEPFILES): Add remote-vxsparc.o.
972
973 Tue Jan 23 14:36:05 1996 Per Bothner <bothner@kalessin.cygnus.com>
974
975 * ch-exp.c (parse_tuple): Error if invalid mode.
976
977 * value.h (COERCE_ARRAY): Don't coerce enums.
978 (COERCE_ENUM): Don't COERCE_REF.
979 (COERCE_NUMBER): New macro (same as COERCE_ARRAY then COERCE_ENUM).
980 * valops.c (value_assign): Only do COERCE_ARRAY if internalvar (let
981 value_cast handle it otherwise); do *not* COERCE_ENUM either way.
982 * valarith.c: Use COERCE_NUMBER instead od COEREC_ARRAY.
983 Add COERCE_REF before COERCE_ENUM.
984 * values.c (value_as_long): Simplify.
985
986 * valops.c (value_array): Create internalvar if !c_style_arrays.
987
988 * language.c (lang_bool_type): Add Fortran support.
989 * eval.c (OP_BOOL): Use LA_BOOL_TYPE.
990
991 Tue Jan 23 13:08:26 1996 Jeffrey A Law (law@cygnus.com)
992
993 * symfile.c (auto_solib_add): Renamed from auto_solib_add_at_startup.
994 All references changed.
995 * breakpoint.c (bpstat_what): Add shlib_event to the class types.
996 Update state table. Reformat so that it's still readable.
997 When we hit the shlib_event breakpoint, set the calss of shlib_event.
998 (breakpoint_1): Add "shlib events" as a breakpoint type.
999 Print the shlib_event breakpoint like other breakpoints.
1000 (create_solib_event_breakpoint): New function.
1001 (breakpoint_re_set_one): Handle solib_event breakpoints.
1002 * breakpoint.h (enum bytype): Add bp_shlib_event breakpoint type.
1003 (enum bpstat_what_main_action): Add BPSTAT_WHAT_CHECK_SHLIBS
1004 action.
1005 (create_solib_event_breakpoint): Declare.
1006 * infrun.c (wait_for_inferior): Handle CHECK_SHLIBS bpstat.
1007 (normal_stop): Inform the user when the inferior stoped due
1008 to a shared library event.
1009 (_initialize_infrun): Add new set/show variable "stop-on-solib-events"
1010 to control whether or not gdb continues the inferior or stops it when
1011 a shared library event occurs.
1012 * minsyms.c (lookup_minimal_symbol_solib_trampoline): New function.
1013 * somsolib.c (TODO list): Update.
1014 (som_solib_create_inferior_hook): Arrange for gdb to be notified
1015 when significant shared library events occur.
1016 * hppa-tdep.c (find_unwind_entry): No longer static.
1017
1018 Tue Jan 23 09:00:48 1996 Doug Evans <dje@charmed.cygnus.com>
1019
1020 * printcmd.c (print_insn): Pass fprintf_unfiltered to
1021 INIT_DISASSEMBLE_INFO.
1022 start-sanitize-gdbtk
1023 * gdbtk.c (gdb_disassemble): Likewise.
1024 end-sanitize-gdbtk
1025
1026 Mon Jan 22 16:59:40 1996 Stan Shebs <shebs@andros.cygnus.com>
1027
1028 * remote.c (remotebreak): New GDB variable.
1029 (remote_break): New global.
1030 (remote_interrupt): Send a break instead of ^C if remote_break.
1031 * NEWS: Describe the new variable.
1032
1033 Mon Jan 22 16:24:11 1996 Doug Evans <dje@charmed.cygnus.com>
1034
1035 * sparc-tdep.c (_initialize_sparc_tdep): Always use print_insn_sparc.
1036
1037 Fri Jan 19 07:19:38 1996 Fred Fish <fnf@cygnus.com>
1038
1039 * hp300ux-nat.c (getpagesize): Remove unused function
1040 fetch_core_registers.
1041 (hp300ux_core_fns): Remove, is unused.
1042 (_initialize_core_hp300ux): Remove, is unused.
1043 (gdbcore.h): Remove #include, no longer needed.
1044
1045 Fri Jan 19 00:59:53 1996 Jeffrey A Law (law@cygnus.com)
1046
1047 * rs6000-nat.c (exec_one_dummy_insn): Rework to avoid
1048 ptrace bug in aix4.1.3 on the rs6000.
1049
1050 Wed Jan 17 13:22:27 1996 Stan Shebs <shebs@andros.cygnus.com>
1051
1052 * remote-hms.c (hms_ops): Add value for to_thread_alive.
1053 * remote-nindy.c (nindy_ops): Ditto.
1054 * remote-udi.c (udi_ops): Ditto.
1055
1056 Tue Jan 16 18:00:35 1996 James G. Smith <jsmith@cygnus.co.uk>
1057
1058 * remote-mips.c (pmon_opn, pmon_wait, pmon_makeb64, pmon_zeroset,
1059 pmon_checkset, pmon_make_fastrec, pmon_check_ack,
1060 pmon_load_fast): New functions. Support for the PMON monitor world.
1061 (common_open): New function to merge support for different monitors.
1062 (mips_open): Use common_open().
1063 (mips_send_command): New function.
1064 (mips_send_packet): Scan out-of-sequence packets.
1065 (mips_enter_debug, mips_exit_debug): New functions.
1066 (pmon_ops): New target definition structure.
1067
1068 Tue Jan 16 11:22:58 1996 Stu Grossman (grossman@cygnus.com)
1069
1070 * Makefile.in (CLIBS): Add LIBS to allow libraries to be
1071 specified on the make command line (via make LIBS=xxx).
1072 start-sanitize-gm
1073 * configure.in (enable-gm): magic.o -> gmagic.o.
1074 end-sanitize-gm
1075
1076 start-sanitize-gdbtk
1077 Mon Jan 15 09:58:41 1996 Tom Tromey <tromey@creche.cygnus.com>
1078
1079 * gdbtk.tcl (create_expr_window): Many changes to update GUI.
1080 (add_expr): Changes from create_expr_window.
1081 (create_command_window): Set focus.
1082 (delete_expr): Rewrote.
1083 (expr_update_button): New proc.
1084 (add_expr): Put bindings on FocusIn, FocusOut.
1085 Don't allow .file_popup to be torn off.
1086 end-sanitize-gdbtk
1087
1088 Fri Jan 12 21:41:58 1996 Jeffrey A Law (law@cygnus.com)
1089
1090 * symtab.c (find_pc_symtab): Don't lose if OBJF_REORDERED
1091 is set but there are no psymtabs.
1092
1093 Fri Jan 12 15:56:12 1996 Steve Chamberlain <sac@slash.cygnus.com>
1094
1095 * dsrec.c (load_srec): Remove unused variable.
1096 * monitor.c (monitor_expect): Don't expect a ^C to echo.
1097 * serial.c (serial_open): Add parallel interface.
1098 * sh3-rom.c (parallel, parallel_in_use): New.
1099 (sh3_load): If parallel_in_use, download though the
1100 parallel port.
1101 (sh3_open): Open parallel port if specified.
1102 (sh3_close): New function.
1103 (_inititalize_sh3): Add sh3_close hook and documentation.
1104 * monitor.c (monitor_close): Export.
1105 * monitor.h (monitor_close): Add prototype.
1106
1107 Fri Jan 12 13:11:42 1996 Stan Shebs <shebs@andros.cygnus.com>
1108
1109 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
1110 * remote.c (remotetimeout): New GDB variable, use to set the
1111 remote timeout for reading.
1112
1113 start-sanitize-gdbtk
1114 Fri Jan 12 09:36:17 1996 Tom Tromey <tromey@creche.cygnus.com>
1115
1116 * gdbtk.tcl (gdbtk_tcl_query): Swap Yes and No buttons.
1117 (update_listing): Use lassign. Use "see" to scroll. Don't need
1118 screen_top, screen_bot, screen_height.
1119 (update_assembly): Use "see" to scroll.
1120 (textscrollproc): Removed.
1121 (create_file_win): Don't use textscrollproc.
1122 (asmscrollproc): Removed.
1123 (create_asm_window): Don't use asmscrollproc.
1124 (create_asm_win): Ditto.
1125 (screen_height, screen_top, screen_bot): Removed.
1126 (run_editor): New proc.
1127 (build_framework): Use it.
1128 (create_file_win, create_source_window): Don't use textscrollproc.
1129 (create_breakpoints_window): Set -xscrollcommand on canvas.
1130 (not_implemented_yet): Default button is 0.
1131 (delete_char): Don't use tk_textBackspace.
1132 (create_command_window): Allow Tk bindings to fire after deleting
1133 character.
1134 (create_command_window): Make Delete delete left, not right.
1135 end-sanitize-gdbtk
1136
1137 Fri Jan 12 07:14:27 1996 Fred Fish <fnf@cirdan.cygnus.com>
1138
1139 * lynx-nat.c, irix4-nat.c, sparc-nat.c: Include gdbcore.h
1140 to get "struct core_fns" defined.
1141 * Makefile.in (lynx-nat.o, irix4-nat.o, sparc-nat.o):
1142 Are dependent upon gdbcore_h.
1143
1144 Thu Jan 11 23:13:24 1996 Per Bothner <bothner@cygnus.com>
1145
1146 * symfile.c (decrement_reading_symtab): New function.
1147 * symfile.c, symtab.h (currently_reading_symtab): New variable.
1148 * symfile.c (psymtab_to_symtab): Adjust currently_reading_symtab.
1149 * gdbtypes.c (check_typedef): Don't call lookup_symbol if
1150 currently_reading_symtab (since that could infinitely recurse).
1151
1152 Thu Jan 11 17:21:25 1996 Per Bothner <bothner@kalessin.cygnus.com>
1153
1154 * stabsread.c (read_struct_type): Trivial simplification.
1155
1156 * stabsread.c (define-symbol): Use invisible references
1157 for TYPE_CODE_SET and TYPE_CODE_BITSTRING too.
1158 * valops.c (call_function_by_hand): Likewise.
1159 * eval.c (evaluate_subexp_standard): When known, use the formal
1160 parameter type as the expected type when evaluating arg expressions.
1161 * ch-lang.c (evaluate_subexp_chill): Likewise (for MULTI_SUBSCRIPT).
1162
1163 start-sanitize-gdbtk
1164 Thu Jan 11 10:08:14 1996 Tom Tromey <tromey@creche.cygnus.com>
1165
1166 * main.c (main): Disable window interface if --help or --version
1167 specified.
1168
1169 * gdbtk.tcl (FSBox): Don't use tk_listboxSingleSelect.
1170
1171 Changes in sync with expect:
1172 * configure.in (ENABLE_GDBTK): Use CY_AC_PATH_TCL and
1173 CY_AC_PATH_TK.
1174 * aclocal.m4: Replaced with version from expect.
1175 * configure: Regenerated.
1176 end-sanitize-gdbtk
1177
1178 Wed Jan 10 16:08:49 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1179
1180 * configure.in, configure: Recognize rs6000-*-aix4*.
1181 * config/powerpc/xm-aix.h: Reduce to include "xm-aix4.h".
1182 * config/rs6000/aix4.mh (XM_FILE): Point to xm-aix4.h.
1183 * config/rs6000/xm-aix4.h: New file.
1184 * config/xm-aix4.h: New file.
1185
1186 Wed Jan 10 11:25:37 1996 Fred Fish <fnf@cygnus.com>
1187
1188 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
1189 * gdbserver/low-linux.c: New file.
1190 * remote.c (remote_read_bytes): Fix aborts on larger packets.
1191
1192 * config/i386/linux.mh (GDBSERVER_DEPFILES, GDBSERVER_LIBS):
1193 Define.
1194 * stabsread.c (define_symbol): If register value is too large,
1195 tell what it is and what max is.
1196
1197 start-sanitize-gdbtk
1198 Wed Jan 10 09:07:22 1996 Tom Tromey <tromey@creche.cygnus.com>
1199
1200 * gdbtk.tcl (gdbtk_tcl_fputs, gdbtk_tcl_fputs_error,
1201 gdbtk_tcl_flush): Use "see", not "yview".
1202 (gdbtk_tcl_query): Use questhead bitmap.
1203 various: Always wrap condition of 'if' in {...}.
1204 (add_breakpoint_frame): Set -value on radiobuttons.
1205 (lassign): New proc.
1206 (add_breakpoint_frame): Use lassign, not series of assignments.
1207 (decr): Made faster.
1208 (interactive_cmd): Use "see", not "yview".
1209 (not_implemented_yet): Use warning bitmap.
1210 (update_expr): Don't allow $expr to be evalled by Tcl.
1211 (create_expr_window): Don't use "focus".
1212 (delete_char, delete_line): Define globally.
1213 (delete_line, delete_char, create_command_window, update_autocmd,
1214 build_framework, create_asm_win, create_file_win): Use "see", not
1215 "yview".
1216 (create_copyright_window, center_window, bind_widget_after_class):
1217 New procs.
1218 (FSBox,create_command_window, create_autocmd_window): Binding
1219 changes for Tk4.
1220 (textscrollproc): Define globally.
1221 (build_framework): tk_menuBar no longer needed. Keys Prior, Next,
1222 Home, End, Up, and Down are all defined by Tk.
1223 (apply_filespec): Use error bitmap in dialog.
1224 (files_command): Don't use tk_listboxSingleSelect.
1225 (files_command): Don't use "uniq" to remove duplicates from a
1226 list.
1227 (update_assembly): Use lassign.
1228 (create_asm_win): Removed redundant bindings.
1229 (listing_window_button_1, file_popup_menu): Use tk_popup.
1230 (ButtonRelease-1 binding): Just remove tag from window; rest
1231 handled by Tk.
1232
1233 * gdbtk.c (gdbtk_query): Use Tcl_Merge to provide quoting.
1234 (call_wrapper): Use Tcl_Eval, not Tcl_VarEval.
1235 (gdbtk_call_command): Ditto.
1236 end-sanitize-gdbtk
1237
1238 Tue Jan 9 09:33:53 1996 Jeffrey A Law (law@cygnus.com)
1239
1240 * hpread.c (hpread_build_psymtabs): Finish Jan 4th
1241 enum namespace -> enum_namespace change.
1242
1243 Tue Jan 9 04:44:47 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
1244
1245 * ch-exp.c (parse_primval): In case ARRAY, add missing
1246 FORWARD_TOKEN ().
1247
1248 Mon Jan 8 13:29:34 1996 Stan Shebs <shebs@andros.cygnus.com>
1249
1250 * remote-mips.c (mips_receive_header): Recognize \012 instead
1251 of \n, but write \n when program sends a \012.
1252 * ser-mac.c (mac_input_buffer): Increase size of buffer.
1253
1254 Mon Jan 8 12:00:40 1996 Jeffrey A Law (law@cygnus.com)
1255
1256 * infptrace.c (initialize_infptrace): Move function out of
1257 #ifdef conditional; put code within the function inside an
1258 #ifdef conditional.
1259
1260 * buildsym.c (end_symtab): Remove sort_pending and sort_linevec
1261 arguments. Sorting is now dependent on OBJF_REORDERED. All
1262 callers/references changed.
1263 * dbxread.c (read_ofile_symtab): Correctly determine value for
1264 last_source_start_addr for reordered executables.
1265 (process_one_symbol): Handle N_FUN with no name as an end of
1266 function marker.
1267 * partial-stab.h (case N_FN, N_TEXT): Don't assume CUR_SYMBOL_VALUE
1268 is the high text address for a psymtab.
1269 (case N_SO): Likewise.
1270 (case N_FUN): Handle N_FUN with no name as an end of function
1271 marker.
1272 * minsyms.c (lookup_minimal_symbol_by_pc): Examine all symbols
1273 at the same address rather than a random subset of them.
1274 * coffread.c (coff_symfile_init): Set OBJF_REORDERED.
1275 * elfread.c (elf_symfile_init): Similarly.
1276 * somread.c (som_symfile_init): Similarly.
1277 * xcoffread.c (xcoff_symfile_init): Similarly.
1278
1279 Fri Jan 5 17:46:01 1996 Stu Grossman (grossman@cygnus.com)
1280
1281 * stack.c (print_stack_frame print_frame_info) symmisc.c
1282 (dump_symtab): Change RETURN_MASK_ERROR to RETURN_MASK_ALL so
1283 that catch_errors doesn't get blindsided by QUIT and lose the
1284 cleanup chain. This fixes a problem where ^C while in a
1285 user-defined command sometimes leaves instream NULL and causes a
1286 segfault in command_loop.
1287
1288 Fri Jan 5 13:59:16 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1289
1290 * configure.in, configure: Add `-ldl -lw' for Solaris linking.
1291
1292 Fri Jan 5 12:02:00 1996 Steve Chamberlain <sac@slash.cygnus.com>
1293
1294 * config/sh/sh.mt, config/powerpc/*.mt, config/pa/hppapro.mt,
1295 config/m68k/monitor.mt, config/h8500/h8500.mt, config/h8300/h8300.mt:
1296 srec.o renamed to dsrec.o.
1297
1298 Thu Jan 4 16:04:54 1996 Stu Grossman (grossman@cygnus.com)
1299
1300 * breakpoint.c (remove_breakpoint): Change error to warning so
1301 that hardware watchpoint removal problems won't leave breakpoint
1302 traps in the target.
1303 start-sanitize-gdbtk
1304 * configure configure.in: Make --enable-gdbtk be the default.
1305 end-sanitize-gdbtk
1306 * remote-e7000.c (e7000_insert_breakpoint,
1307 e7000_remove_breakpoint): Use e7000 based breakpoints, not memory
1308 breakpoints.
1309 * (e7000_wait): Adjust PC back by two when we see a breakpoint to
1310 compensate for e7000 maladjustment.
1311 * sparcl-tdep.c (sparclite_check_watch_resources): Fix logic bug
1312 which prevented hardware watchpoints from working.
1313
1314 Thu Jan 4 10:44:17 1996 Fred Fish <fnf@cirdan.cygnus.com>
1315
1316 * infptrace.c (udot_info): New function.
1317 (PT_*): Define each individually if that one is not defined.
1318 * rs6000-nat.c (kernel_u_size): New function
1319 Include <sys/user.h> for "struct user"
1320 * alpha-nat.c (kernel_u_size): New function.
1321 Include <sys/user.h> for "struct user"
1322 * sparc-nat.c (kernel_u_size): New function.
1323 Include <sys/user.h> for "struct user"
1324 * i386b-nat.c (kernel_u_size): New function.
1325 * i386v-nat.c (kernel_u_size): New function.
1326 * config/i386/nm-fbsd.h (KERNEL_U_SIZE): Define.
1327 (kernel_u_size): Declare.
1328 * config/i386/nm-linux.h (KERNEL_U_SIZE): Define.
1329 (kernel_u_size): Declare.
1330 * config/sparc/nm-sun4os4.h (KERNEL_U_SIZE): Define.
1331 (kernel_u_size): Declare.
1332 * config/alpha/nm-osf2.h (KERNEL_U_SIZE): Define.
1333 (kernel_u_size): Declare.
1334 * config/rs6000/nm-rs6000.h (KERNEL_U_SIZE): Define.
1335 (kernel_u_size): Declare.
1336
1337 Thu Jan 4 11:00:01 1996 steve chamberlain <sac@slash.cygnus.com>
1338
1339 * mdebugread.c (mylookup_symbol): enum namespace becomes
1340 enum_namespace type.
1341 * symfile.c (add_psymbol_to_list)
1342 (add_psymbol_addr_to_list): Ditto.
1343 * symtab.c (lookup_partial_symbol): Ditto.
1344 (lookup_symbol): Ditto.
1345 (lookup_block_symbol): Ditto.
1346 * win32-nat.c (handle_load_dll): Use incoming dll base.
1347 (child_wait): Catch DLL load errors.
1348 (create_child_inferior): Translated between paths correctly.
1349
1350 Wed Jan 3 23:13:53 1996 Fred Fish <fnf@cygnus.com>
1351
1352 * i386v4-nat.c (supply_gregset, fill_gregset): Subtract NUM_FREGS
1353 from NUM_REGS to get number of general registers that we care about.
1354 * config/i386/tm-i386.h (REGISTER_BYTES): Define in terms
1355 of number of general regs and number of floating point regs.
1356
1357 Wed Jan 3 19:49:54 1996 steve chamberlain <sac@slash.cygnus.com>
1358
1359 * config/i386/tm-win32.h (IN_SOLIB_CALL_TRAMPOLINE): New.
1360 (SKIP_TRAMPOLINE_CODE): New.
1361 * config/i386/xm-win32.h (CANT_FORK): Deleted.
1362 (SLASH*) Changed to use unix style slash.
1363 * symtab.h (namespace enum): becomes typedef to avoid namespace
1364 collision in C++.
1365 * infcmd.c (path_command): Use empty string if PATH name not set.
1366 * i386-tdep.c (skip_trampoline_code): New function.
1367 * srec.c: Renamed dsrec.c to avoid filename collision.
1368 * Makefile.in: Cope with renaming.
1369
1370 Wed Jan 3 13:09:04 1996 Fred Fish <fnf@cygnus.com>
1371
1372 * symmisc.c (print_objfile_statistics): Print memory use statistics
1373 for objfile psymbol, symbol, and type obstacks.
1374
1375 Tue Jan 2 13:41:14 1996 Stan Shebs <shebs@andros.cygnus.com>
1376
1377 * config/mips/nm-irix5.h: Restore.
1378 (TARGET_HAS_HARDWARE_WATCHPOINTS, etc): Define as for Irix 4;
1379 from Lee Iverson <leei@ai.sri.com>.
1380 * config/mips/irix5.mh (NAT_FILE): Use nm-irix5.h.
1381 * config/mips/irix[345].mh (MUNCH_DEFINE): Remove.
1382
1383 For older changes see ChangeLog-95
1384 \f
1385 Local Variables:
1386 mode: indented-text
1387 left-margin: 8
1388 fill-column: 74
1389 version-control: never
1390 End:
This page took 0.060237 seconds and 4 git commands to generate.