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