3449d399608fa268952e6b0991e967065659d576
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 Thu 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
19 Thu 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
24 Thu Mar 7 15:18:51 1996 James G. Smith <jsmith@cygnus.co.uk>
25
26 * symfile.c (generic_load): Avoid division by zero.
27
28 Wed 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.
32
33 From Peter Schauer:
34 * breakpoint.c (internal_breakpoint_number): Move to file scope.
35 (create_solib_event_breakpoint): Use an internal breakpoint number.
36
37 Wed 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
42 Tue 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
62 Tue Mar 5 18:54:04 1996 Stan Shebs <shebs@andros.cygnus.com>
63
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
69 * config/m68k/nm-hp300hpux.h (FIVE_ARG_PTRACE): Define here
70 instead of in config/m68k/xm-hp300hpux.h.
71
72 Tue 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
77 Mon Mar 4 23:44:16 1996 Per Bothner <bothner@kalessin.cygnus.com>
78
79 * valarith.c (binop_user_defined_p): Return 0 for BINOP_CONCAT.
80 (value_concat): Handle varying strings (add COERCE_VARYING_ARRAY).
81
82 * ch-lang.c (evaluate_subexp_chill case MULTI_SUBSCRIPT): Error
83 if "function" is pointer to non-function.
84
85 Mon Mar 4 17:47:03 1996 Stan Shebs <shebs@andros.cygnus.com>
86
87 * top.c (print_gdb_version): Update copyright year.
88
89 Mon Mar 4 14:44:54 1996 Jeffrey A Law (law@cygnus.com)
90
91 From Peter Schauer:
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
98 Sun 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
103 Wed 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
109 Wed 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
114 Wed 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
119 Tue 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
127 Sun 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
136 Sat 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
145 Fri 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
153 Thu 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
161 Wed 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
166 Wed Feb 21 14:24:04 1996 Jeffrey A Law (law@cygnus.com)
167
168 * solib.c (solib_create_inferior_hook): Fix thinko.
169
170 Tue 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
182 Tue 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
192 Tue Feb 20 17:32:05 1996 J.T. Conklin <jtc@rtl.cygnus.com>
193
194 * config/{i386,ns32k}/nbsd.mh (NATDEPFILES): Remove core-aout.o.
195
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
206 Tue 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
211 Mon 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
216 Mon 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
230 Mon 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
237 Sun 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
244 Sun 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
249 Sat Feb 17 16:33:11 1996 Fred Fish <fnf@cygnus.com>
250
251 * Makefile.in (ch-exp.o): Add dependencies.
252 (various): Add gdb_string.h to dependencies that need it.
253
254 Sat 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
259 Thu 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
312 Fri 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
361 Fri 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
367 Thu 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
379 Thu 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
384 Thu 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
390 Tue 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
395 Mon Feb 12 15:59:31 1996 Doug Evans <dje@charmed.cygnus.com>
396
397 * configure.in (sparclet-*-aout*): New config.
398 * configure: Regenerated.
399
400 Mon 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
409 Mon 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
422 Wed 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
428 Wed 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
434 Tue 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
440 Tue 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
445 start-sanitize-gdbtk
446 Tue 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
457 end-sanitize-gdbtk
458 Mon 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
464 Mon Feb 5 09:51:55 1996 Tom Tromey <tromey@creche.cygnus.com>
465
466 * language.c (set_language_command): Use languages table when
467 printing available languages.
468
469 Sat 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.
477
478 Sat 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
491 Fri Feb 2 13:40:50 1996 Steve Chamberlain <sac@slash.cygnus.com>
492
493 * win32-nat.c (mappings): Add ppc registers.
494 (child_resume): Turn off step for ppc.
495
496 Thu 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
507 Thu 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
511 Wed Jan 31 19:01:28 1996 Fred Fish <fnf@cygnus.com>
512
513 * serial.c: Change fputc/fputs/fprintf to _unfiltered forms.
514
515 Wed Jan 31 18:36:27 1996 Stan Shebs <shebs@andros.cygnus.com>
516
517 * config/sparc/xm-sun4os4.h (HAVE_TERMIOS): Remove.
518
519 * config/sparc/xm-sparc.h (HAVE_WAIT_STRUCT): Remove, never used.
520
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
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.
535
536 Wed 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
543 Wed 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
549 Tue 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
556 Tue 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
562 Mon 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
567 Mon 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
571 Mon Jan 29 00:10:35 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
572
573 * ch-valprint.c (calculate_array_length): New function to
574 determine the length of an array type.
575 (chill_val_print (case TYPE_CODE_ARRAY)): If the length of an
576 array type is zero, call calculate_array_length.
577
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.
581
582 Sun 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
588 Sat 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.
609 (supply_fpregset, fill_fpregset): Compile if HAVE_FPREGSET_T
610 defined.
611
612 Fri 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
618 Thu Jan 25 16:05:53 1996 Tom Tromey <tromey@creche.cygnus.com>
619
620 * Makefile.in (INSTALLED_LIBS, CLIBS): Include @LIBS@.
621
622 Thu 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
628 Thu Jan 25 13:08:51 1996 Doug Evans (dje@cygnus.com)
629
630 * infrun.c (normal_stop): Fix test for shared library event.
631
632 Thu Jan 25 03:26:38 1996 Doug Evans <dje@charmed.cygnus.com>
633
634 * configure.in (sparc64-*-*): Add default host configuration.
635 start-sanitize-gdbtk
636 (sparc64-*-solaris2* host): Link statically if GCC used.
637 end-sanitize-gdbtk
638 (sparc64-*-solaris2*): Add target configuration.
639 * configure: Regenerated.
640 * sparc/sp64sol2.mt: New file.
641
642 Wed Jan 24 22:31:37 1996 Doug Evans <dje@charmed.cygnus.com>
643
644 * Makefile.in (RUNTEST): srcdir renamed to rootsrc.
645
646 Wed Jan 24 15:42:24 1996 Tom Tromey <tromey@creche.cygnus.com>
647
648 * Makefile.in (lint): Close backquotes.
649
650 start-sanitize-gdbtk
651 Wed 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
659 end-sanitize-gdbtk
660 Wed 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
692 Tue 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
698 Tue 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
704 Tue Jan 23 14:36:05 1996 Per Bothner <bothner@kalessin.cygnus.com>
705
706 * ch-exp.c (parse_tuple): Error if invalid mode.
707
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
719 * language.c (lang_bool_type): Add Fortran support.
720 * eval.c (OP_BOOL): Use LA_BOOL_TYPE.
721
722 Tue 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.
740 (_initialize_infrun): Add new set/show variable "stop-on-solib-events"
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
749 Tue Jan 23 09:00:48 1996 Doug Evans <dje@charmed.cygnus.com>
750
751 * printcmd.c (print_insn): Pass fprintf_unfiltered to
752 INIT_DISASSEMBLE_INFO.
753 start-sanitize-gdbtk
754 * gdbtk.c (gdb_disassemble): Likewise.
755 end-sanitize-gdbtk
756
757 Mon 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
764 Mon 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
768 Fri 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
776 Fri 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
781 Wed 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
787 Tue 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
799 Tue 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).
803 start-sanitize-gm
804 * configure.in (enable-gm): magic.o -> gmagic.o.
805 end-sanitize-gm
806
807 start-sanitize-gdbtk
808 Mon 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.
817 end-sanitize-gdbtk
818
819 Fri 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
824 Fri 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
838 Fri 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
844 start-sanitize-gdbtk
845 Fri 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.
866 end-sanitize-gdbtk
867
868 Fri 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):
873 Are dependent upon gdbcore_h.
874
875 Thu 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
883 Thu Jan 11 17:21:25 1996 Per Bothner <bothner@kalessin.cygnus.com>
884
885 * stabsread.c (read_struct_type): Trivial simplification.
886
887 * stabsread.c (define-symbol): Use invisible references
888 for TYPE_CODE_SET and TYPE_CODE_BITSTRING too.
889 * valops.c (call_function_by_hand): Likewise.
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
894 start-sanitize-gdbtk
895 Thu 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.
907 end-sanitize-gdbtk
908
909 Wed 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
917 Wed Jan 10 11:25:37 1996 Fred Fish <fnf@cygnus.com>
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
928 start-sanitize-gdbtk
929 Wed 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.
967 end-sanitize-gdbtk
968
969 Tue 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
974 Tue Jan 9 04:44:47 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
975
976 * ch-exp.c (parse_primval): In case ARRAY, add missing
977 FORWARD_TOKEN ().
978
979 Mon 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
985 Mon 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.
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
1010 Fri 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
1019 Fri Jan 5 13:59:16 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1020
1021 * configure.in, configure: Add `-ldl -lw' for Solaris linking.
1022
1023 Fri 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
1029 Thu 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.
1034 start-sanitize-gdbtk
1035 * configure configure.in: Make --enable-gdbtk be the default.
1036 end-sanitize-gdbtk
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
1045 Thu 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.
1049 * rs6000-nat.c (kernel_u_size): New function
1050 Include <sys/user.h> for "struct user"
1051 * alpha-nat.c (kernel_u_size): New function.
1052 Include <sys/user.h> for "struct user"
1053 * sparc-nat.c (kernel_u_size): New function.
1054 Include <sys/user.h> for "struct user"
1055 * i386b-nat.c (kernel_u_size): New function.
1056 * i386v-nat.c (kernel_u_size): New function.
1057 * config/i386/nm-fbsd.h (KERNEL_U_SIZE): Define.
1058 (kernel_u_size): Declare.
1059 * config/i386/nm-linux.h (KERNEL_U_SIZE): Define.
1060 (kernel_u_size): Declare.
1061 * config/sparc/nm-sun4os4.h (KERNEL_U_SIZE): Define.
1062 (kernel_u_size): Declare.
1063 * config/alpha/nm-osf2.h (KERNEL_U_SIZE): Define.
1064 (kernel_u_size): Declare.
1065 * config/rs6000/nm-rs6000.h (KERNEL_U_SIZE): Define.
1066 (kernel_u_size): Declare.
1067
1068 Thu 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
1081 Wed 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.
1085 * config/i386/tm-i386.h (REGISTER_BYTES): Define in terms
1086 of number of general regs and number of floating point regs.
1087
1088 Wed Jan 3 19:49:54 1996 steve chamberlain <sac@slash.cygnus.com>
1089
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.
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.
1100
1101 Wed Jan 3 13:09:04 1996 Fred Fish <fnf@cygnus.com>
1102
1103 * symmisc.c (print_objfile_statistics): Print memory use statistics
1104 for objfile psymbol, symbol, and type obstacks.
1105
1106 Tue Jan 2 13:41:14 1996 Stan Shebs <shebs@andros.cygnus.com>
1107
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.
1113
1114 For older changes see ChangeLog-95
1115 \f
1116 Local Variables:
1117 mode: indented-text
1118 left-margin: 8
1119 fill-column: 74
1120 version-control: never
1121 End:
This page took 0.061877 seconds and 4 git commands to generate.