* mswin/recordit: Fix problem with absolute paths.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
237fa47e
SG
1Mon Nov 4 00:48:37 1996 Stu Grossman (grossman@critters.cygnus.com)
2
9356d50d 3 * mswin/recordit: Fix problem with absolute paths.
237fa47e
SG
4 * mswin/recordit: Fix problem with relative paths.
5
0f6e2984
SG
6Sun Nov 3 18:06:42 1996 Stu Grossman (grossman@critters.cygnus.com)
7
8 * mswin/{Makefile.in configure configure.in}: New files for
9 configuring wingdb under Unix.
10
73b8e6a9
PS
11Sat Nov 2 03:54:13 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12
13 * irix5-nat.c, osfsolib.c, solib.c (symbol_add_stub): Handle
14 missing or zero-sized .text sections properly.
15 * mdebugread.c: Handle scRConst and scSUndefined storage classes.
16 * stabsread.c (scan_file_globals): Try to resolve symbols
17 for shared libraries from the minimal symbol table of the main
18 executable first.
19
21260fe1
MH
20start-sanitize-d10v
21Fri Nov 1 13:59:28 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
22
23 * d10v-tdep.c, config/d10v/tm-d10v.h: Major fixes to support
24 inferior function calls and proper stack backtracing on D10V-EVA
25 board.
26
27end-sanitize-d10v
5db7cc25
MM
28Fri Nov 1 10:50:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
29
30 * config/powerpc/linux.mh (NATDEPFILES): Fix up things so that it
31 links.
32 (GDBSERVER_DEPFILES,TERMCAP): Ditto.
33
34 * monitor.c (dev_name,targ_ops): Move static variables before
35 first use, to avoid compiler warnings.
36
70ab088d 37start-sanitize-m32r
8665f3dc
MS
38Thu Oct 31 16:37:17 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
39
40 * m32r-tdep.c: Improved frame_chain and fn prologue analysis.
41 * configure.tgt: Add entry for m32r target.
42 * monitor.h: Add a flag to tell monitor_store_register to use
43 (val, regno) instead of (regno, val).
44 * monitor.c: Make monitor_store_register honor the above flag.
45 Make monitor_exp ignore DC1/DC3 for m32r.
46 Increase buf size in monitor_dump_regs.
47
70ab088d
MS
48Wed Oct 30 18:14:14 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
49
50 * m32r-tdep.c, m32r-rom.c: New files.
51 * config/m32r/m32r.mt: New file.
52 * config/m32r/tm-m32r.h: New file.
53end-sanitize-m32r
54
ea5c2d66
GN
55Tue Oct 29 16:56:01 1996 Geoffrey Noer <noer@cygnus.com>
56
57 * config/i386/xm-cygwin32.h:
58 * config/powerpc/xm-cygwin32.h:
59 add #define LSEEK_NOT_LINEAR so source lines aren't unexpectedly
70ab088d 60 truncated.
ea5c2d66 61
3f740173
MM
62Tue Oct 29 18:36:43 1996 Michael Meissner <meissner@tiktok.cygnus.com>
63
64 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE):
65 Define.
66
62c0cf24
SS
67Tue Oct 29 14:59:20 1996 Stan Shebs <shebs@andros.cygnus.com>
68
69 * TODO: Add item suggesting an "info bfd" command.
70
19414cdf
MH
71start-sanitize-d10v
72Tue Oct 29 12:48:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
73
74 * d10v-tdep.c: Snapshot that supports D10V-EVA board.
75
76 * config/d10v/tm-d10v.h (REGISTER_NAMES): Add imap0,imap1,dmap.
77 (TARGET_READ_FP,TARGET_WRITE_FP): Define.
78
79end-sanitize-d10v
cb5e6e68
SG
80Mon Oct 28 17:34:24 1996 Stu Grossman (grossman@critters.cygnus.com)
81
82 * mswin/genmakes mswin/recordit: New scripts to generate make
83 files for MSVC.
84
85Sun Oct 27 20:18:04 1996 Mark Alexander <marka@cygnus.com>
86
87 * config/mips/{tm-vr5000.h,tm-vr5000el.h,vr5000.mt,vr5000el.mt}:
88 New files.
89 * configure.tgt: Modify cases for vr5000 to use new files.
90
1cb1b16c
PS
91Sat Oct 26 07:15:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
92
93 * config/alpha/alpha-osf3.mh (XM_CLIBS): Add -lm for OSF/1-4.0.
94
95 * procfs.c (proc_set_exec_trap): Under Alpha OSF/1-4.0, tracing
96 the entry to the exit system call to detect termination of the
97 inferior stopped working. Trace termination of the inferior via
98 PRFS_STOPTERM instead.
99 (procfs_init_inferior): Do not trace entry to exit system call
100 if PIOCSSPCACT is defined.
101 (procfs_wait): Handle PR_DEAD event, which signals the termination
102 of the inferior if PRFS_STOPTERM is set.
103
104 * mdebugread.c (parse_partial_symbols): Ignore stNil section
105 start address symbols.
106
107 * sparc-tdep.c (get_saved_register): Get saved PC from the
108 frame info if not in innermost frame.
109
110Thu Oct 24 10:51:45 1996 Mark Alexander <marka@cygnus.com>
111
112 * dbxread.c (process_one_symbol): Interpret end-of-function
113 markers correctly; this fixes problem on Vr5000 where all
114 functions in a module had the same address.
115 * configure.in, configure.tgt, configure.host, gdbserver/configure.in:
116 Correct for pc-linux-gnu problem in config.guess.
117 * configure: Regenerate.
118
139e2c0f
SG
119Thu Oct 24 10:06:58 1996 Stu Grossman (grossman@critters.cygnus.com)
120
121 * dbxread.c: Don't swap symbols in place, since internal and
122 external forms may have different sizes. Don't assume that an
123 internal_nlist has the same layout as an external_nlist. Create
124 symbol for n_strx element so to hide specifics of nlist from
125 partial-stab.h.
126 * partial-stab.h: Don't reference dbxread symbols directly. Use
127 CUR_SYMBOL_STRX instead.
128 * config/i386/xm-windows.h: Define SIGQUIT and SIGTRAP.
129
130start-sanitize-v850
131 * config/v850/tm-v850.h: Define PS_REGNUM and TARGET_V850 for
132 MSVC builds.
133 * mswin/gdbwin.c (reg_order): Define register order for V850.
134 * mswin/gui.cpp (CGuiApp::InitInstance): Define target name for
135 V850.
136 * mswin/regdoc.h: Define MAXREGS for V850.
137end-sanitize-v850
a638512f
SG
138start-sanitize-v850
139Tue Oct 22 16:28:20 1996 Stu Grossman (grossman@critters.cygnus.com)
140
141 * v850-tdep.c (scan_prologue): Changes to deal with scheduled
142 prologues correctly. First, prologue end is now defined by
143 presence of a branch, jump or call insn. Second, can no longer
144 fix frame offsets because we may not know the offset until after a
145 register has been saved.
146 * (v850_init_extra_frame_info): Fixup frame offsets here because
147 we have all the info at this time.
148 * (v850_frame_chain): Use new calling convention for scan_prologue.
149
150end-sanitize-v850
fcabf676
MH
151start-sanitize-d10v
152Tue Oct 22 10:25:29 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
153
154 * d10v-tdep.c, config/d10v/tm-d10v.h: Changes to allow stack
155 backtraces and inferior function calls.
156
157end-sanitize-d10v
5efcbe36
SS
158Tue Oct 22 10:32:46 1996 Stan Shebs <shebs@andros.cygnus.com>
159
160 * mpw-make.sed: Update init.c editing to work with Oct 8 change.
161 (@HLDFLAGS@): Always edit out.
162
d8831024
MA
163Mon Oct 21 18:17:08 1996 Mark Alexander <marka@cygnus.com>
164
165 * mdebugread.c (parse_partial_symbols): Fix 64-bit
166 sign-extension problems in calculating psymtab addresses.
167 * buildsym.c (end_symtab): Use macro to pop context.
168
53845f94 169start-sanitize-v850
23da411a
SG
170Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
171
172 * v850-tdep.c: Cleanup lots of things. Add many comments.
23da411a 173
53845f94
SG
174 * v850-tdep.c (v850_init_extra_frame_info v850_frame_chain): Fix
175 sign bugs with scanning prologues. Get a little smarter about
176 calculating the length of uninteresting instructions.
177
a638512f 178end-sanitize-v850
62dd860e
MS
179Mon Oct 21 14:01:38 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
180
181 * top.c: Add new commands "set annotate" and "show annotate".
182
972256e7
PS
183Sun Oct 20 04:38:39 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
184
185 * corelow.c (core_close): Clear inferior_pid only if there is
186 an open core_bfd.
187
188 * cp-valprint.c (cp_print_value_fields): Pass correct address
189 to val_print, not 0.
190
191 From Andreas Schwab (schwab@issan.informatik.uni-dortmund.de):
192 * eval.c (evaluate_subexp_standard) [case BINOP_REPEAT]: Chase
193 typedefs before checking for integral type of right operand.
194
91d12e12
MA
195Fri Oct 18 17:26:22 1996 Mark Alexander <marka@cygnus.com>
196
197 * mdebugread.c (parse_symbol): Fix crash when malloc has
198 no type info and void type has no associated pointer type.
199
943e243c
SS
200Thu Oct 17 18:18:20 1996 Stan Shebs <shebs@andros.cygnus.com>
201
202 * configure.host: New file, host configuration mapping.
203 * configure.tgt: New file, target configuration mapping.
204 * configure.in: Remove host and target mapping.
205 * configure: Rebuild.
206
93ed453c
SS
207Wed Oct 16 17:46:03 1996 Stan Shebs <shebs@andros.cygnus.com>
208
209 * breakpoint.c (must_shift_inst_regs): New global.
210 (bpstat_stop_status): Change #if uses of DECR_PC_AFTER_BREAK into
211 equivalent expression uses.
212 * infrun.c (wait_for_inferior): Ditto.
213
687f4e23
SG
214start-sanitize-v850
215Wed Oct 16 01:53:43 1996 Stu Grossman (grossman@critters.cygnus.com)
216
217 * v850-tdep.c (v850_push_arguments): Use symbolic names for arg
218 registers.
219 * config/v850/tm-v850.h: Change FP to 29. Define arg regs.
220
221end-sanitize-v850
ac954805
SG
222Tue Oct 15 16:30:07 1996 Stu Grossman (grossman@critters.cygnus.com)
223
9bf9a318
SG
224 * Makefile.in (init.c): Don't use -s option with grep. It means
225 something different under Digital Unix.
226
ac954805
SG
227 * buildsym.c (finish_block): Treat LOC_BASEREG_ARG and
228 LOC_LOCAL_ARG as arguments so that GDB will know about function
229 args declared this way. Mostly affects dwarf.
230 * dwarfread.c (decode_die_type): Change default type from int to
231 void. This allows GDB to recognize void functions.
232 * (new_symbol): If AT_PROTOTYPED is present, set a flag in the
233 type structure.
234 * findvar.c (extract_floating store_floating): Clean up comments
235 to reflect reality.
236 * gdbtypes.h: Add TYPE_FLAG_PROTOTYPED so that we can tell if a
237 function has a prototype. Currently, only dwarf supports this.
238 * utils.c (floatformat_from_doublest): Fix logic error with
239 converting from double to float. (It wasn't shifting mant_long if
240 it had a hidden bit.)
241
242start-sanitize-v850
243 * v850-tdep.c: Add support for function calling. Fix some
244 problems with debugging code w/o debug symbols.
245 * config/v850/tm-v850.h: Ditto.
687f4e23 246
ac954805 247end-sanitize-v850
03e2a8c8
ILT
248Tue Oct 15 18:19:42 1996 Ian Lance Taylor <ian@cygnus.com>
249
250 * utils.c: Always ensure that size_t is defined. Check
251 HAVE_STDDEF_H rather than __STDC__
252 (xmalloc, xrealloc): Use size_t rather than long.
253
3f3d60c1
MH
254Tue Oct 15 14:24:19 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
255
256 * config/powerpc/tm-ppc-eabi.h: Undefine NO_SINGLE_STEP so targets
257 can use single-step commands.
258
259Sun Oct 13 11:38:25 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
260
261 * stabsread.c (define_symbol): If REG_STRUCT_HAS_ADDR is non-zero,
262 follow typedefs before checking TYPE_CODE for structures and unions.
263
e5a2ac8b
SG
264Fri Oct 11 15:43:54 1996 Stu Grossman (grossman@critters.cygnus.com)
265
ac954805
SG
266 * frame.h: Move definition of struct frame_saved_regs to before
267 struct frame to make it possible to use frame_saved_regs in
e5a2ac8b
SG
268 EXTRA_FRAME_INFO macro.
269
270start-sanitize-v850
271 * v850-tdep.c config/v850/tm-v850.h: Lotsa new functions and
272 macros to make frame operations (such as backtrace) work.
273
274end-sanitize-v850
693e9bf6
FF
275Fri Oct 11 14:23:50 1996 Fred Fish <fnf@cygnus.com>
276
277 * dbxread.c (process_one_symbol): Check for null string directly
278 rather than using strcmp against "".
279 * partial-stab.h: Ditto.
280
913a7c4c
MA
281Fri Oct 11 12:18:32 1996 Mark Alexander <marka@cygnus.com>
282
283 * gdbserver/{gdbreplay.c,low-linux.c,remote-utils.c,utils.c}:
284 Make it compile on Linux and eliminate some warnings.
285
e96dc1f7
SG
286Thu Oct 10 16:32:08 1996 Stu Grossman (grossman@critters.cygnus.com)
287
288 * Makefile.in (init.c): Fixup final sed script to work around
289 Linux bug with `p' operator.
290
5dad8312
SS
291Wed Oct 9 18:02:48 1996 Stan Shebs <shebs@andros.cygnus.com>
292
293 * remote-mips.c: Use the correct name everywhere (DDB) for NEC's
294 VR4300 target.
295 (ddb_ops, pmon_ops): Fix the documentation strings.
296
5faa6e1e
SG
297Wed Oct 9 07:42:44 1996 Stu Grossman (grossman@critters.cygnus.com)
298
299 * Makefile.in (init.c): Retro HPUX grep lacks -h option. Strip
300 filenames with sed instead.
301
99283e87
SG
302Tue Oct 8 15:59:44 1996 Stu Grossman (grossman@critters.cygnus.com)
303
304 * defs.h: Remove decls of xmalloc and xrealloc. There is a
305 conflicting definition in libiberty.h.
306
a7f56d5a
FF
307Tue Oct 8 11:47:13 1996 Fred Fish <fnf@cygnus.com>
308
309 * dbxread.c (dbx_symfile_read): Call free_pending_blocks rather
310 than poking global variable (which is now static).
311 * hpread.c (hpread_build_psymtabs): Ditto.
312 * os9kread.c (os9k_symfile_read): Ditto.
313 * xcoffread.c (xcoff_initial_scan): Ditto.
314
315 * buildsym.h (free_pending_blocks): Declare here.
316 (pending_blocks): Remove declaration of global symbol.
317 (free_pendings): Remove declaration of global symbol.
318 (make_blockvector): Declare here.
319 (record_pending_block): Declare here.
320
321 * dstread.c (make_blockvector): Remove static copy that was old
322 clone of version in buildsym.c.
323 (process_dst_block): Call record_pending_block rather than doing
324 it by hand.
325 (read_dst_symtab): Ditto.
326
327 * buildsym.c (make_blockvector): Make global rather than static,
328 (record_pending_block): New function, code moved from finish_block.
329 (finish_block): Use record_pending_block.
330 (free_pending_blocks): New function.
331 (really_free_pendings): Call free_pending_blocks.
332 (pending_blocks): Make static instead of global.
333 (free_pendings): Make static instead of global.
334
5d394f70
SG
335Tue Oct 8 09:03:22 1996 Stu Grossman (grossman@critters.cygnus.com)
336
8a5c77a1
SG
337 * config/i386/windows.mh config/i386/xm-windows.h:: New config
338 files to support building Wingdb (built under Microsoft build
339 environment).
340
5d394f70
SG
341 * Makefile.in: Add rule for hpux-thread.o (needs special header
342 files).
343 * (SUBDIRS): Remove mswin.
344 * Change procedure for creating init.c. Speeds things up quite a
345 bit.
346 * config.in configure configure.in: Check for select, poll.
347 * Check for OSF header files before including hpux-thread.o.
348 * Don't configure doc or testsuite when building under MSVC.
349 * findvar.c value.h (read_register_pid write_register_pid): Make
350 global. Needed for hppa-tdep.c.
351 * (supply_register): Don't set pid to inferior_pid when supplying
352 registers.
353 * hppa-tdep.c (saved_pc_after_call): frame_saved_pc ->
354 FRAME_SAVED_PC.
355 * (frame_saved_pc): Change name to hppa_frame_saved_pc.
356 * (hppa_pop_frame): Don't use a pid of 0 with target_write_pc.
357 Use write_pc instead, which uses the correct pid.
358 * (target_read_pc target_write_pc): Use read/write_register_pid
359 instead of read/write_register to preserve the pid passed in.
360 * inftarg.c (child_can_run): Add flag child_suppress_run to allow
361 hpux-threads.c to override this as a runnable target.
362 * config/pa/nm-hppah.h: Define target_new_objfile and
363 target_pid_to_str.
364 * config/pa/tm-hppa.h (FRAME_SAVED_PC): Use hppa_frame_saved_pc
365 instead of frame_saved_pc.
366 * config/m68k/tm-m68k.h: Define TARGET_M68K for Wingdb.
367 * config/m68k/tm-monitor.h: Use FRAME_CHAIN_VALID_ALTERNATE, since
368 we can't easily determine the start file bounds with ELF.
369 * config/mips/tm-mips.h: Define TARGET_MIPS for Wingdb.
370 * hpux-thread.c: New file for HPUX/OSF thread support.
371 * osf-share/{README AT386/cma_thread_io.h HP800/cma_thread_io.h
372 RIOS/cma_thread_io.h cma_attr.h cma_deb_core.h cma_debug_client.h
373 cma_errors.h cma_handle.h cma_init.h cma_list.h cma_mutex.h
374 cma_sched.h cma_semaphore_defs.h cma_sequence.h cma_stack.h
375 cma_stack_int.h cma_tcb_defs.h cma_util.h}: New files for OSF
376 thread support.
377
73369488
FF
378Sun Oct 6 15:48:09 1996 Fred Fish <fnf@cygnus.com>
379
380 * buildsym.c (finish_block): Change innerblock_anon_complaint to
381 print the addresses as part of the complaint. Add a complaint for
382 cases where the block end address is smaller than the block start
383 address, in case any such conditions slip through our fixup mechanism.
384 * symmisc.c (dump_symtab): Only print blockvector for primary
385 symtabs, to avoid massive duplication of output due to secondary
386 symtabs that point to same blockvector. Also do some minor
387 formatting tweaks.
388
7f8da359
PB
389Mon Oct 7 10:42:32 1996 Per Bothner <bothner@deneb.cygnus.com>
390
391 Replace header_files global by per-objfile field.
392 * gdb-stabs.h (struct dbx_symfile_info): Add fields header_files,
393 n_header_files, n_allocated_header_files.
394 * stabsread.h (header_files, n_header_files, n_allocated_header_files):
395 Replace externs by macros HEADER_FILES, N_HEADER_FILES, and
396 N_ALLOCATED_HEADER_FILES.
397 * dbxread.c (dbx_symfile_finish): Free HEADER_FILES.
398 (free_header_files, init_header-files): Don't free/init headerfiles.
399 (various functions): Use macros instead of header_files globals.
400 * stabsread.c (various functions): Likewise.
401
e61a754e
JM
402Sun Oct 6 22:43:06 1996 Jason Merrill <jason@yorick.cygnus.com>
403
404 * dwarf2read.c (read_tag_reference_type): New fn.
405 (read_type_die): Call it.
406 (dwarf_attr): Also look in the DIEs referred to by specification
407 or abstract_origin attributes.
408
5bb23a95
FF
409Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
410
411 * inferior.h (IN_SIGTRAMP): Pass pc to SIGTRAMP_START and
412 SIGTRAMP_END.
413 * config/i386/tm-i386os9k.h (SIGTRAMP_START, SIGTRAMP_END):
414 Define with dummy pc arg.
415 * config/m68k/tm-nbsd.h: Ditto.
416 * doc/gdbint.texinfo: Document that SIGTRAMP_START and
417 SIGTRAMP_END are macros that take an single argument.
418
b51843d8
FF
419Mon Sep 30 20:02:45 1996 Fred Fish <fnf@cygnus.com>
420
421 * defs.h: Remove define of PRIVATE_XMALLOC.
422
b51843d8
FF
423start-sanitize-v850
424Mon Sep 30 15:39:28 1996 Stu Grossman (grossman@critters.cygnus.com)
425
426 * config/v850/tm-v850.h: Use distinct register for PC, not EIPC.
427
428end-sanitize-v850
e20c36ba
JL
429Mon Sep 30 11:16:34 1996 Jeffrey A Law (law@cygnus.com)
430
431 * top.c (execute_control_command): Free values from while_control
432 and if_control conditions after evaluation to avoid storage leaks.
433 From Peter Schauer.
434
e2810631
SG
435start-sanitize-v850
436Fri Sep 27 17:43:06 1996 Stu Grossman (grossman@critters.cygnus.com)
437
1fa83dcd 438 * configure configure.in: Recognize v850 target.
e2810631
SG
439 * v850-tdep.c: New file, NEC V850 target support.
440 * config/v850/{v850.mt tm-v850.h}: New files for NEC V850 support.
441
442end-sanitize-v850
be23e5a4
PS
443Fri Sep 27 14:48:15 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
444
445 * infrun.c (wait_for_inferior): Update current_line and
446 current_symtab when stepping continues in the middle of a new line.
447
50140ab2
FF
448Fri Sep 27 10:25:30 1996 Fred Fish <fnf@cygnus.com>
449
450 * top.c (print_gdb_version): Rewrote to comply with new GNU coding
451 standards for the --version option.
452 (print_gnu_advertisement): Remove, now part of print_gdb_version.
453 (show_version): Remove call to print_gnu_advertisement.
454 * top.h (print_gnu_advertisement): Remove prototype.
455 * main.c (print_gdb_help): Move help to static function and
456 add prototype.
457 (main): Call print_gdb_help rather than inlining it.
458 (main): Remove call to print_gnu_advertisement.
459start-sanitize-gdbtk
460 * gdbtk.tcl (create_copyright_window): Increase timeout from
461 15 seconds to 30 seconds.
462end-sanitize-gdbtk
463
d266afa9
MM
464start-sanitize-d10v
465Fri Sep 27 13:32:53 1996 Michael Meissner <meissner@tiktok.cygnus.com>
466
467 * config/d10v/tm-d10v.h (TARGET_{INT,PTR}_BIT): Define.
fb0097a0 468 (TARGET_{,LONG_}DOUBLE_BIT): Ditto.
d266afa9
MM
469
470end-sanitize-d10v
54225fd0
MA
471Thu Sep 26 23:10:26 1996 Mark Alexander <marka@cygnus.com>
472
473 * configure.in, config/i386/tm-linux.h: Fix configure
474 problem on older Linux systems that prevented core files
475 from being recognized.
476
477Wed Sep 25 18:31:33 1996 Stan Shebs <shebs@andros.cygnus.com>
478
479 * dbug-rom.c: New file, support for Motorola's dBUG monitor.
480 * config/m68k/monitor.mt (TDEPFILES): Add it.
481 * NEWS: Mention it.
482
483start-sanitize-d10v
484Mon Sep 23 16:13:50 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
485
486 * config/d10v/tm-d10v.h (SAVED_PC_AFTER_CALL): Fixed.
487 Now single-steps correctly.
488 * d10v-tdep.c (d10v_pop_frame): Fixed.
489
490end-sanitize-d10v
12ffa10c
SS
491Fri Sep 20 16:10:58 1996 Stan Shebs <shebs@andros.cygnus.com>
492
493 * config/sh/tm-sh.h (REGISTER_NAMES): Move fp registers to
494 be consistent with GCC.
495 (FPUL_REGNUM, etc): Renumber to match list changes.
496 (ADDR_BITS_REMOVE): Delete.
497 * sh-tdep.c (sh_reg_names, sh3_reg_names, sh3e_reg_names):
498 Rearrange to match REGISTER_NAMES.
499 * sh3-rom.c (sh3_regnames, sh3e_regnames): Ditto.
500
e05bda9f 501start-sanitize-d10v
81dc176f
MH
502Thu Sep 19 16:19:01 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
503
504 * d10v-tdep.c: Stack chain should work now.
505
e05bda9f
MH
506Tue Sep 17 18:46:57 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
507
508 * d10v-tdep.c, config/d10v/tm-d10v.h: Snapshot.
509
510end-sanitize-d10v
88907d73
ILT
511Tue Sep 17 12:20:50 1996 Ian Lance Taylor <ian@cygnus.com>
512
513 * configure.in: Add cases for MIPS 5000 like MIPS 4300.
514 * configure: Rebuild.
515
5b59224e
DP
516Tue Sep 17 12:09:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
517
518 * ser-e7kpc.c: Added wingdb support for target e7000pc.
519
520Tue Sep 17 10:56:52 1996 James G. Smith <jsmith@cygnus.co.uk>
521
5dad8312 522 * remote-mips.c (pmon_wait): DDB PMON does not require forced
5b59224e
DP
523 re-entry back into debug mode.
524
aeb8f981
JSC
525Mon Sep 16 14:32:58 1996 James G. Smith <jsmith@cygnus.co.uk>
526
527 * remote-mips.c (mips_load): Ensure that the PC is explicitly
5dad8312 528 loaded after a load to a DDB PMON system.
aeb8f981 529
1d5eb137
FF
530Fri Sep 13 12:02:39 1996 Fred Fish <fnf@cygnus.com>
531
532 * Makefile.in (INTERNAL_LDFLAGS): Add @HLDFLAGS@ to list.
533 (HLDENV): Set to @HLDENV@.
534 (gdb): Prefix link command line with $(HLDENV).
535 * configure.in: Add support to test for --enable-shared and
536 generate appropriate values for HLDFLAGS and HLDENV.
537 * configure: Regenerated with autoconf.
538
948a9d92
FF
539Sun Sep 8 15:26:27 1996 Fred Fish <fnf@cygnus.com>
540
541 * alpha-nat.c (fetch_core_registers): Match Sep 4 gdbcore.h prototype
542 change for core_read_registers in struct core_fns.
543 * core-regset.c (fetch_core_registers): Ditto & add prototype.
544 * core-sol2.c (fetch_core_registers): Ditto & add prototype.
545 * i386aix-nat.c (fetch_core_registers): Ditto & add prototype.
546 * i386b-nat.c (fetch_core_registers): Ditto.
547 * i386mach-nat.c (fetch_core_registers): Ditto & add prototype.
548 * irix4-nat.c (fetch_core_registers): Ditto.
549 * irix5-nat.c (fetch_core_registers): Ditto.
550 * lynx-nat.c (fetch_core_registers): Ditto & add prototype.
551 * m68knbsd-nat.c (fetch_core_registers): Ditto.
552 * mips-nat.c (fetch_core_registers): Ditto & add prototype.
553 * rs6000-nat.c (fetch_core_registers): Ditto.
554 * sparc-nat.c (fetch_core_registers): Ditto.
555 * sun3-nat.c (fetch_core_registers): Ditto & add prototype.
556 * ultra3-nat.c (fetch_core_registers): Ditto & add prototype.
557
558 * alpha-nat.c (register_addr): Match Sep 4 gdbcore.h prototype change.
559 * delta68-nat.c (register_addr): Ditto.
560 * gdbserver/low-linux.c (register_addr): Ditto.
561 * gdbserver/low-hppabsd.c (register_addr): Ditto.
562 * i386m3-nat.c (register_addr): Ditto.
563 * mips-nat.c (register_addr): Ditto.
564 * ultra3-nat.c (register_addr): Ditto.
565
7bd1f0c5
SG
566Sun Sep 8 15:14:00 1996 Stu Grossman (grossman@critters.cygnus.com)
567
568 * blockframe.c (inside_main_func): Cleanup slightly. Move
569 mainsym def into the block it's used in.
570 * configure.in configure: Allow NATDEPFILES to be recognized in
571 .mh files regardless of whitespace.
572
573 * cpu32bug-rom.c (cpu32bug_cmds): Change load_response string to
574 keep downloads from hanging.
575
576 * remote-wiggler.c: Add support for flash upgrades.
577 * (wiggler_error): Fix message format. Add new error code.
578 * (wiggler_write_byets): Error code is hex. Report errors with
579 proper routine name.
580 * (wiggler_read_byets): Report errors with proper routine name.
581 * (get_packet): Add support for new flash commands.
582 * (wiggler_load): Call clear_symtab_users() to reset things
583 properly after download.
584 * (flash_xfer_memory bdm_update_flash_command): New funxtions to
585 support flash upgrades for Wiggler.
586 * (_initialize_remote_wiggler): Add `bdm update-flash' command.
587
94a42c63
GN
588Fri Sep 6 13:14:13 1996 Geoffrey Noer <noer@cygnus.com>
589
590 * ser-tcp.c: don't include netinet/tcp.h if __CYGWIN32__
591
421fafa2
GN
592Thu Sep 5 17:05:13 1996 Geoffrey Noer <noer@cygnus.com>
593
594 * config/i386/cygwin32.mh:
595 * config/powerpc/cygwin32.mh: build ser-tcp.o for both hosts
596
9e9358eb
PB
597Thu Sep 5 12:09:13 1996 Per Bothner <bothner@deneb.cygnus.com>
598
599 * value.h (COERCE_REF): Fix previous change.
600 (COERCE_ENUM): Add a check_typedef (this is the real fix).
601
947ca025
WM
602Thu Sep 5 03:28:30 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
603
604 * eval.c (evaluate_subexp_standard): In case of OP_ARRAY: make a
605 better check of array boundaries.
606
5819f35d
SG
607Thu Sep 5 01:29:42 1996 Stu Grossman (grossman@critters.cygnus.com)
608
609 * configure: Update aclocal.m4 and re-run autoconf to get correct
610 defs for BFD stuff.
611 * remote-wiggler.c (wiggler_error): Error codes are hex. Also,
612 fix default message generation.
613
0ca4776e
SG
614Wed Sep 4 17:28:40 1996 Stu Grossman (grossman@critters.cygnus.com)
615
616 * Makefile.in: Add mswin to SUBDIRS. Add rules for
617 mswin/libwingdb.a and remote-wiggler.o.
618 * breakpoint.c (breakpoint_here_p): Clean up bp enabled test.
619 * (breakpoint_inserted_here_p): New func, just like
620 breakpoint_here_p, except it's honest. Honestly.
621 * breakpoint.h: Proto for above.
622start-sanitize-gdbtk
623 * configure configure.in: Add host *windows* to list of hosts
624 that don't support GDBtk.
625end-sanitize-gdbtk
626 * configure configure.in: Add mswin to configdirs if host is
627 i[3456]86-*-windows.
628 * core-aout.c (fetch_core_registers register_addr) gdbcore.h:
629 Change all vars that can contain addresses to type CORE_ADDR.
630 * findvar.c (supply_register): Allow val to be NULL. This means
631 that regno is unsupported.
632 * (read_pc read_pc_pid write_pc write_pc_pid): Make non-pid forms
633 just call pid forms with inferior_pid so that there's only once
634 place to hack PC's and such.
635 * infrun.c (proceed): Don't skip breakpoints if user changed PC.
636 * remote-wiggler.c: New file. Support for BDM interface from
637 Macraigor Systems.
638 * serial.c: Enhance serial logging capability. Add hex and octal
639 output modes (set remotelogbase {hex|octal|ascii}. Also log
640 breaks, timeouts, errors, and eofs.
641 * serial.h: Redefine SERIAL_SEND_BREAK to go through a wrapper
642 function so that we can log breaks. Don't export serial_logfile
643 or serial_logfp.
644 * top.c (execute_command): Don't test for serial_logfp here.
645 Just call serial_log_comand, and let serial.c sort it out.
646 * valops.c (value_of_variable): Don't attempt to establish frames
647 for static and global variables. This makes things work a bit
648 better if the stack or frame pointer is trashed.
649 * config/m68k/monitor.mt (TDEPFILES): Add remote-wiggler.o.
650 * config/m68k/tm-m68k.h: Define STACK_ALIGN. CPU32 can't hack
651 misaligned stacks during function calls.
652
10d183a0
ILT
653Wed Sep 4 13:06:26 1996 Ian Lance Taylor <ian@cygnus.com>
654
655 * terminal.h: Don't use #elif.
656
b5865bb2
WM
657Wed Sep 4 06:49:35 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
658
659 * ch-exp.c (parse_tuple_element): Allow (*): for array tuples
660 if we have a type.
661
662 * eval.c (evaluate_subexp_standard): In case of OP_ARRAY:
663 check number of args against bounds of array to avoid
664 memory corruption.
665
666 * value.h (COERCE_REF): Do a CHECK_TYPEDEF in case we get
667 a TYPE_CODE_TYPEDEF.
668
669Fri Aug 30 15:07:14 1996 James G. Smith <jsmith@cygnus.co.uk>
670
5dad8312
SS
671 * remote-mips.c: Provide support for DDBVR4300 target board.
672 (ddb_open, ddb_ops): Added.
673 (mips_monitor_type): MON_DDB Added.
b5865bb2
WM
674 (mips_enter_debug, mips_exit_debug, mips_initialize,
675 mips_fetch_registers, common_breakpoint, mips_load,
676 _initialize_remote_mips): Updated.
677
26c543ea
MM
678Thu Aug 29 17:00:18 1996 Michael Meissner <meissner@tiktok.cygnus.com>
679
680 * nlm/configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
681 * nlm/configure: Regenerate.
682
683 * gdbserver/configure.in (i[345]86-*-*): Recognize i686 for
684 pentium pro.
26c543ea 685
0cf433d9
ILT
686Wed Aug 28 13:11:15 1996 Ian Lance Taylor <ian@cygnus.com>
687
688 * configure.in: If CY_AC_PATH_TCLCONFIG can't find TCL, don't run
689 CY_AC_LOAD_TCLCONFIG.
690 * configure: Rebuild.
691
692Tue Aug 27 12:40:40 1996 Fred Fish <fnf@cygnus.com>
693
694 * infrun.c (wait_for_inferior): Initialize stop_func_end before calling
695 find_pc_partial_function.
696
855f9c58
MM
697Tue Aug 27 10:17:34 1996 Michael Meissner <meissner@tiktok.cygnus.com>
698
699 * configure: Regenerate again.
700
701Tue Aug 27 04:25:08 1996 Geoffrey Noer <noer@cygnus.com>
702
703 * configure.in: work around host_alias configure bug.
704 AC_CANONICAL_HOST is called twice (first by AC_CHECK_TOOL
705 and second by AC_CANONICAL_SYSTEM). The second clobbers the
706 previous setting. Circumventing by moving the second check
707 to before the first.
708 * configure: regenerated
709
7b3fa778
MH
710start-sanitize-d10v
711Mon Aug 26 18:36:54 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
712
713 * config/d10v/d10v.mt: New file.
714 * config/d10v/tm-d10v.h: New file.
715 * configure.in: New target D10V.
716 * d10v-tdep.c: New file.
717
718end-sanitize-d10v
94b4f756
FF
719Sun Aug 25 00:09:47 1996 Fred Fish <fnf@rtl.cygnus.com>
720
721 * rs6000-tdep.c: Fix typo in comment.
722 * valops.c (call_function_by_hand): Set using_gcc to 2
723 for code compiled without -g, per comment in code.
724 * config/a29k/tm-a29k.h (STACK_ALIGN): Add comment.
725 * config/sparc/tm-sparc.h (STACK_ALIGN): Add comment.
726 * config/sparc/tm-sp64.h (STACK_ALIGN): Add comment.
727 * config/pyr/tm-pyr.h (STACK_ALIGN): Add comment.
728 * config/m88k/tm-m88k.h (STACK_ALIGN): Add comment.
729 * config/pa/tm-hppa.h (PUSH_ARGUMENTS): Enclose args in ()'s.
730 (STACK_ALIGN): Add comment, move to be with other associated
731 macros, and document.
732 * config/mips/tm-mips.h (PUSH_ARGUMENTS): Enclose args in ()'s.
733 (STACK_ALIGN): Remove completely, handled by PUSH_ARGUMENTS.
734 * config/alpha/tm-alpha.h (PUSH_ARGUMENTS): Enclose args in ()'s.
735 * config/rs6000/tm-rs6000.h (STACK_ALIGN): Remove completely,
736 handled by PUSH_ARGUMENTS.
737 (PUSH_ARGUMENTS): Enclose args in ()'s.
738
739Fri Aug 23 13:55:05 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
740
741 * infrun.c (wait_for_inferior): Try to reenable shared library
742 breakpoints even if auto_solib_load is not set.
743
26b3dc44 744Fri Aug 23 00:44:57 1996 Fred Fish <fnf@cygnus.com>
fe58c81f
FF
745
746 * gdbtk.c (gdbtk_init): Check for a DISPLAY env variable and
747 gracefully degrade to using command line interface if none is
748 found.
749
26b3dc44 750Wed Aug 21 16:31:27 1996 Fred Fish <fnf@cygnus.com>
d538f9cf
FF
751
752 * valprint.c (print_longest): Test for CC_HAS_LONG_LONG as well as
753 PRINTF_HAS_LONG_LONG.
754 * expprint.c (dump_expression): Ditto.
755 * configure.in: Fix check for long long support in compiler to
756 use a function body, not a nested function.
757 * configure: Rebuild with autoconf.
758
fef1696f
ILT
759Tue Aug 20 17:59:42 1996 Ian Lance Taylor <ian@cygnus.com>
760
761 * aclocal.m4: Include ../bfd/aclocal.m4.
762 * configure.in: Add stdlib.h to AC_CHECK_HEADERS. Call
763 BFD_NEED_DECLARATION on malloc, realloc, and free.
764 * acconfig.h: Add NEED_DECLARATION_MALLOC,
765 NEED_DECLARATION_REALLOC, and NEED_DECLARATION_FREE.
766 * configure, config.in: Rebuild.
767 * defs.h: Include <stddef.h> and <stdlib.h> based on HAVE_*_H
768 rather than __STDC__. Only declare malloc, realloc, and free if
769 NEED_DECLARATION_* is defined.
770
26b3dc44 771Tue Aug 20 15:37:03 1996 Fred Fish <fnf@cygnus.com>
dbc4eefc
FF
772
773 * solib.c (_initialize_solib): Add missing '\' chars at ends of
774 strings that continue on next line.
775 (enable_break): Replace "return 0" with setting success to zero
776 and letting normal return handle the return.
777
778Sat Aug 17 14:16:23 1996 Fred Fish <fnf@cygnus.com>
779
780 * mips-tdep.c (mips_push_arguments): Make sure sp and struct_addr
781 are properly aligned.
782
2f163bc3
SS
783Fri Aug 16 17:54:26 1996 Stan Shebs <shebs@andros.cygnus.com>
784
785 * rs6000-tdep.c (rs6000_fix_call_dummy): Add full set of arguments.
786 * config/rs6000/tm-rs6000.h (FIX_CALL_DUMMY): Pass all arguments
787 to function, declare function correctly.
788
68fc375e
DP
789Fri Aug 16 17:24:35 1996 Dawn Perchik <dawn@critters.cygnus.com>
790
791 * symtab.h: changed namespace to _namespace for compiling under
792 MFC v4.0.
793
b208ff3b
SS
794Fri Aug 16 13:52:21 1996 Stan Shebs <shebs@andros.cygnus.com>
795
796 * mpw-make.sed: Update for various recent changes, add some
797 comments.
798start-sanitize-gm
799 * mpw-config.in: Fix name of Magic Cap-specific file.
800end-sanitize-gm
801
b597998a
MM
802Fri Aug 16 15:47:36 1996 Michael Meissner <meissner@tiktok.cygnus.com>
803
804 * config/rs6000/tm-rs6000.h (FIX_CALL_DUMMY): Cast args to be an
805 integer for type correctness.
806
4caa1158
JSC
807Fri Aug 16 15:15:37 1996 James G. Smith <jsmith@cygnus.co.uk>
808
809 * config/mips/{vr4300.mt, vr4300el.mt} (SIM): Add -lm when
810 simulator is included.
811
eb17f9d5
FF
812Thu Aug 15 13:44:13 1996 Fred Fish <fnf@cygnus.com>
813
814 * findvar.c (write_register_pid): Only needed when TARGET_WRITE_PC
815 is not defined.
816 (read_register_pid): Only needed when TARGET_READ_PC is not
817 defined.
818 * hppa-tdep.c (frame_saved_pc): Remove prototype.
819 * infptrace.c (udot_info): Prototype when CHILD_XFER_MEMORY is
820 not defined.
821 * config/xm-aix4.h (aix_resizewindow): Convert old style decl
822 to prototype.
823 * xcoffsolib.c (command.h): Include for needed prototypes.
824
825Wed Aug 14 17:54:19 1996 Stu Grossman (grossman@critters.cygnus.com)
826
827 * config/i386/cygwin32.mh: Set NAT_FILE to nm-empty.h to make
828 native work.
829
26b3dc44 830Wed Aug 14 02:03:42 1996 Fred Fish <fnf@cygnus.com>
81a80f32 831
e5718bee
FF
832 From Blair MacIntyre <bm@cs.columbia.edu>:
833 * hppa-tdep.c (hppa_fix_call_dummy): Use MSYMBOL_TYPE rather
834 than SYMBOL_TYPE on msymbols.
835 * somsolib.c (som_solib_create_inferior_hook): Ditto.
836
81a80f32
FF
837 * Makefile.in (init.c): Generate with prototypes.
838
839 * config/pa/tm-hppa.h (frame_saved_pc): Add prototype.
840 * config/rs6000/xm-rs6000.h (aix_resizewindow): Ditto.
841 * config/rs6000/tm-rs6000.h (frame_initial_stack_address): Ditto.
842 (pc_load_segment_name): Ditto.
843 (pop_frame): Ditto.
844 (extract_return_value): Ditto.
845 (is_magic_function_pointer): Ditto.
846 (push_dummy_frame): Ditto.
847 (fix_call_dummy): Ditto.
848 (push_arguments): Ditto.
849 (skip_trampoline_code): Ditto.
850 (aix_process_linenos): Ditto.
851
852 * config/m68k/tm-cisco.h (get_longjmp_target): Add prototype.
853 * config/m68k/tm-es1800.h: Ditto.
854 * config/m68k/tm-vx68.h: Ditto.
855 * config/m68k/tm-sun3.h: Ditto.
856 * config/m68k/tm-m68kv4.h: Ditto.
857
857dcde8
FF
858Tue Aug 13 23:04:36 1996 Fred Fish <fnf@cygnus.com>
859
860 * config/mips/nm-mips.h (get_longjmp_target): Add prototype.
861 * config/mips/nm-irix3.h (get_longjmp_target): Add prototype.
862 * remote-mips.c (mips_read_processor_type): Remove prototype.
863 * mips-tdep.c (gdb_print_insn_mips): Add prototype and make static.
864 * irix5-nat.c (fetch_core_registers): Add prototype.
865
c1d58bcd
FF
866Mon Aug 12 21:23:44 1996 Fred Fish <fnf@cygnus.com>
867
868 * remote-pa.c (boot_board): Add dummy params to make type compatible
869 for passing to add_com.
870 * scm-exp.c (scm_lreadr): Ensure svalue is not used uninitialized.
871 * buildsym.c (compare_line_numbers): Change function to match
872 prototype and also what qsort expects.
873
cd21cbc4
MA
874Mon Aug 12 19:19:00 1996 Mark Alexander <marka@cygnus.com>
875
876 * remote.c: Make remote_write_size public.
877 * sh-tdep.c (_initialize_sh_tdep): Set remote_write_size to 300
878 to prevent packet errors with some versions of CMON.
879
8501c742
SG
880Mon Aug 12 16:20:58 1996 Stu Grossman (grossman@critters.cygnus.com)
881
882 * defs.h: Define CONST_PTR as blank if compiling with Microsoft
883 C, else it's `const'.
884 * c-lang.c c-lang.h ch-lang.c f-lang.c language.c m2-lang.c
885 scm-lang.c: Microsoft C can't hack const pointers. Use CONST_PTR
886 macro instead.
887 * configure configure.in defs.h: Use AC_C_CONST to figure out if
888 the compiler supports const. Gets rid of some cruft in defs.h.
889 * dwarf2read.c: <string.h> -> "gdb_string.h"
890 * remote-sim.c: Add prototypes. Fix call to gdbsim_kill.
891 * sparcl-tdep.c (download): Add prototypes to write_routine and
892 start_routine args.
893
894 * mswin/gdbwin.c: Don't include both varargs.h AND stdarg.h. Get
895 rid of varargs.h Include string.h.
896 * (gdbwin_update gdbwin_fputs regs_changed_f bpt_changed_f
897 update): Fix prototypes, fix calls.
898 * (update): Return value for catch_errors.
899 * (run_execute_command togdb_command_from_tty togdb_command):
900 Cleanup catching of errors from calls to execute_command. Also,
901 dup command string to avoid modifying const strings.
902 * (togdb_breakinfo_i_init togdb_breakinfo_i_next): Use 0 instead
903 of NULL when see if b->address isn't set.
904 * (bi_disable_bpt bi_enable_bpt bi_delete_all
905 bi_delete_breakpoint): Add arg to calls to update.
906 * (gui_command): Add prototype.
907 * (mswin_query): Fix prototype.
908 * (_initialize_gdbwin): Dup string to avoid modifying const.
909 * (info_path togdb_get_info_path): Remove const from decls cuz
910 this can't be const (it points at malloc'ed memory).
911 * (togdb_searchpath): Remove const from path. Dup string to
912 avoid modifying const strings.
913 * rindex -> strrchr.
914 * (gdbwin_list_symbols): Regexp param is const.
915 * Fix lots of refs to psymtabs to deref correct pointers.
916 * (togdb_set_breakpoint_sal): Call set_breakpoint_sal with sal,
917 not &sal.
918 * mswin/gdbwin.h (togdb_searchpath togdb_get_info_path
919 toget_set_info_path): Fix prototypes to match reality.
920 * mswin/gui.cpp: Define _beginthreadex and _endthreadex routines
921 with proper prototypes.
922 * mswin/iface.cpp (gdbwin_fputs): Define with correct number of args.
923 * mswin/ser-win32s.c: Fix defs of min and max.
924 * mswin/serdll32.c (OpenComm16): Make cbInQueue and cbOutQueue be
925 USHORT.
926 * (WriteComm16): Change lpBug from LPVOID to LPCSTR.
927 * mswin/serdll32.h: Fix prototypes for OpenComm16 and WriteComm16.
928
82c6139b
SG
929Sun Aug 11 20:54:16 1996 Stu Grossman (grossman@critters.cygnus.com)
930
931 * main.c (main): Make sure command loop is used with cygwin32.
932 * terminal.h: Allow cygwin32 to use termios.h.
933
611f046f
TT
934start-sanitize-gdbtk
935Fri Aug 9 12:32:53 1996 Tom Tromey <tromey@creche.cygnus.com>
936
937 * Makefile.in (LIB_INSTALL_DIR): New macro.
938 (TCL): Include @TCL_LD_SEARCH_FLAGS@.
939
940end-sanitize-gdbtk
c149559f
JL
941Fri Aug 9 12:42:49 1996 Jeffrey A Law (law@cygnus.com)
942
943 * somread.c (som_symtab_read): Handle secondary definition
944 symbols (aka weak symbols).
bb1847ca
JL
945
946 * config/tm-hppa.h (EXTRACT_RETURN_VALUE): Fix thinko in
947 last change.
948
e618c70e
SG
949Thu Aug 8 10:12:36 1996 Stu Grossman (grossman@critters.cygnus.com)
950
8d42089e
SG
951 * symfile.c (symfile_bfd_open): Change ifdef from __WIN32__ to
952 _WIN32.
953
e618c70e
SG
954 * somread.c: Rearrange order of includes to fix warnings under
955 hpux-10.10. Also don't include sys/file.h.
956
500992b7
SG
957Wed Aug 7 21:45:52 1996 Stu Grossman (grossman@critters.cygnus.com)
958
959 * dbxread.c: Don't include param.h or sys/file.h.
960 * (dbx_symfile_read): Determine symfile_relocatable from bfd
961 flags instead of file extension. Also clean up a little bit.
962
9e77e83d
SG
963Wed Aug 7 17:18:37 1996 Stu Grossman (grossman@critters.cygnus.com)
964
965 * dwarf2read.c dwarfread.c exec.c infcmd.c infrun.c main.c
966 mdebugread.c os9kread.c source.c top.c utils.c: Don't
967 include param.h or sys/file.h (or unistd.h in some cases).
968 * defs.h exec.c inflow.c remote-array.c remote-e7000.c
969 sparcl-tdep.c terminal.h utils.c: Replace all occurances of
970 __WIN32__, WINGDB, WIN32, etc... with _WIN32.
971 * main.c: Remove #ifndef WINGDB around option processing. Fix
972 bug with passing argc==0 and argv==NULL to getopt.
973 * (main) Remove calls to access() before source_command. Let
974 soure_command handle access errors.
975 * maint.c (maintenance_dump_me): #ifdef out for _WIN32.
976 * symtab.c (operator_chars): Make this global for wingdb.
977 * top.c (disconnect): #ifdef out for _WIN32.
978 * (source_command): If got an error and from_tty, then call print
979 error, else just return quietly.
980 * utils.c (fatal_dump_core): Can't kill ourselves under windows.
981 Just exit.
982 * (pollquit notice_quit): #ifdef out stuff that doesn't exist
983 under windows.
984
0d43c8e7
JL
985Wed Aug 7 09:59:19 1996 Jeffrey A Law (law@cygnus.com)
986
8d038451
JL
987 * config/pa/tm-hppa.h (EXTRACT_RETURN_VALUE): Tweak for
988 structures > 4 bytes in size.
989
0d43c8e7
JL
990 * valops.c (call_function_by_hand): Handle aligning stacks that
991 grow up correctly.
992 * config/pa/tm-hppa.h (USE_STRUCT_CONVENTION): Define.
993 (STACK_ALIGN): Define.
994 * hppa-tdep.c (hppa_alignof): Don't demand a minumim two byte
995 alignment on structs/unions.
996
769d0c90
FF
997Sun Aug 4 16:22:42 1996 Fred Fish <fnf@cygnus.com>
998
999 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Define to "int *",
1000 which is the documented type under at least AIX 3 and AIX 4.
1001
6b24a9f6
FF
1002Sat Aug 3 04:02:46 1996 Fred Fish <fnf@cygnus.com>
1003
1004 * config/alpha/alpha-osf3.mh (XM_FILE): Change from xm-alpha.h to
1005 xm-alphaosf.h.
38eee4a9
FF
1006 (MMALLOC_CFLAGS): Define NO_MMCHECK to not install consistency
1007 checks.
6b24a9f6 1008
047465fd
TT
1009start-sanitize-gdbtk
1010Thu Aug 1 20:35:01 1996 Tom Tromey <tromey@creche.cygnus.com>
1011
1012 * gdbtk.c (mainWindow): Deleted.
1013 (cleanup_init): Don't destroy main window.
1014 (gdbtk_init): Main window now created by Tk_Init.
1015
1016 * configure.in: Most X checks now handled automatically by Tk.
1017 Use new macros to find Tcl/Tk.
1018 * aclocal.m4: New version for new Tcl/Tk; from Don Libes.
1019 * config.in, configure: Regenerated.
1020
1021 * Makefile.in (TCL, TCL_CFLAGS, TK, TK_CFLAGS, X11_CFLAGS,
1022 X11_LDFLAGS, X11_LIBS): Changed for new Tcl and Tk.
1023
1024end-sanitize-gdbtk
8efb8079
FF
1025Thu Aug 1 10:11:34 1996 Fred Fish <fnf@cygnus.com>
1026
1027 * config/mips/tm-mips.h (TM_MIPS_H): Enclose file contents in
1028 this, define when contents are included.
1029 (mips_read_processor_type): Add prototype.
1030 * config/mips/xm-mips.h: Remove strdup decl, now in gdb_string.h
1031 * mdebugread.c (ecoff_relocate_efi): Add prototype.
1032 (fixup_sigtramp): Only needed when TM_MIPS_H is defined.
1033
e822a3db
JM
1034start-sanitize-gdbtk
1035Thu Aug 1 16:12:05 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1036
1037 * Makefile.in (gdbtk.tcl): put in $(datadir), not $(libdir).
1038
1039end-sanitize-gdbtk
a95d92fa
FF
1040Wed Jul 31 20:21:24 1996 Fred Fish <fnf@cygnus.com>
1041
1042 * rs6000-nat.c (add_vmap): Return 0 to caller rather than random value.
1043 (vmap_ldinfo): Ensure got_exec_file is not used uninitialized.
1044 (fetch_core_registers): Add prototype.
1045 (vmap_symtab): Ditto.
1046 (objfile_symbol_add): Ditto.
1047 (add_vmap): Ditto.
1048 (vmap_ldinfo): Ditto.
1049 (vmap_exec): Ditto.
1050
cb74cc24
SS
1051Tue Jul 30 17:57:46 1996 Stan Shebs <shebs@andros.cygnus.com>
1052
1053 * stabsread.c (get_substring): Declare second arg as int.
1054
1055 * remote-es.c: Include gdb_string.h after defs.h.
1056
80f600a4
FF
1057Mon Jul 29 21:13:20 1996 Fred Fish <fnf@cygnus.com>
1058
368f1e77
FF
1059 * rs6000-tdep.c (push_arguments): Remove unused variable "pc".
1060 (branch_dest): Remove unused variable "offset".
1061 (pop_dummy_frame): Add prototype and make static.
1062 (push_arguments): Guard against using len uninitialized.
1063 (push_arguments): Guard against using arg uninitialized.
1064 (frame_saved_pc): Remove unused variable "frameless".
1065 (free_loadinfo): Ifdef out unused function.
1066
6e0949ae
FF
1067 * xcoffread.c (compare_lte): Change prototype and function to
1068 be correct type for passing to qsort.
1069 (add_stab_to_list): Ifdef out unused function and prototype.
1070 (compare_lte): Add prototype
1071 (arrange_linetable): Ditto.
1072 (record_include_begin): Ditto.
1073 (record_include_end): Ditto.
1074 (process_linenos): Ditto.
1075 (xcoff_next_symbol_text): Ditto.
1076 (scan_xcoff_symtab): Ditto.
1077 (xcoff_initial_scan): Ditto.
1078
80e0e92a
FF
1079 * mips-tdep.c (mips_read_processor_type): Add parens around
1080 bitwise-and operands in comparison; previous expression always
1081 evaluated to 0 because of equality comparison of two constants.
1082
58b4fad2
FF
1083 * rs6000-tdep.c (skip_prologue): Add missing parens around
1084 operands of logical-or so that first operand does not bind
1085 to previous logical-and.
1086
80f600a4
FF
1087 * configure.in: Expand "long long" test to include code that triggers
1088 known problem on HPUX with native compiler.
1089 (configure): Regenerated.
1090
6f359895
JL
1091Mon Jul 29 18:12:27 1996 Jeffrey A Law (law@cygnus.com)
1092
1093 * somsolib.c (som_solib_create_inferior_hook): Don't
1094 warn if __d_pid can't be found.
1095
f2bf454e
FF
1096Sun Jul 28 10:46:39 1996 Fred Fish <fnf@cygnus.com>
1097
1098 * config/mips/tm-mips.h (struct frame_info): Forward decl.
1099 (struct type): Ditto.
1100 (struct value): Ditto.
1101
1102 * config/mips/tm-mips.h (sigtramp_address): Move extern decl
1103 from mips-tdep.c to here.
1104 (sigtramp_end): Ditto.
1105 (fixup_sigtramp): Ditto.
1106
1107 * config/mips/tm-mips.h (init_extra_frame_info): Add prototype.
1108 (mips_frame_chain): Ditto.
1109 (mips_step_skips_delay): Ditto.
1110 (mips_frame_saved_pc): Ditto.
1111 (mips_find_saved_regs): Ditto.
1112 (mips_frame_num_args): Ditto.
1113 (mips_pop_frame): Ditto.
1114 (mips_extract_return_value): Ditto.
1115 (mips_store_return_value): Ditto.
1116 (mips_push_dummy_frame): Ditto.
1117 (mips_push_arguments): Ditto.
1118 (mips_do_registers_info): Ditto.
1119 (ecoff_relocate_efi): Ditto.
1120 (ecoff_relocate_efi): Ditto.
1121 * irix4-nat.c (fetch_core_registers): Add prototype.
1122 * mips-tdep.c (read_next_frame_reg): Add prototype
1123 (heuristic_proc_start): Ditto.
1124 (heuristic_proc_desc): Ditto.
1125 (mips_print_register): Ditto.
1126 * config/mips/nm-irix5.h (procfs_set_watchpoint): Add prototype.
1127 (procfs_stopped_by_watchpoint): Ditto.
1128 * config/mips/nm-irix4.h (procfs_set_watchpoint): Add prototype.
1129 (procfs_stopped_by_watchpoint): Ditto.
1130 * config/alpha/tm-alpha.h (ecoff_relocate_efi): Add prototype.
1131 (struct symbol): Add forward decl for prototype.
1132
1133 * breakpoint.c (internal_breakpoint_number): Only needed if
1134 GET_LONGJMP_TARGET or SOLIB_ADD is defined.
1135
1136 * objfiles.c (ecoff_relocate_efi): Remove prototype.
1137
3f550b59
FF
1138Sat Jul 27 17:47:35 1996 Fred Fish <fnf@cygnus.com>
1139
1140 * configure.in: Add test for "long long" support.
1141 * configure: Regenerate with autoconf.
1142 * acconfig.h: Add CC_HAS_LONG_LONG
1143 * config.in: Regenerate with autoheader.
1144 * config/mips/tm-mips64.h (FORCE_LONG_LONG): Remove
1145 * config/sparc/tm-sp64.h (CC_HAS_LONG_LONG): Remove.
1146 * config/mips/tm-vr4300el.h (CC_HAS_LONG_LONG): Remove.
1147 * config/mips/tm-vr4300.h (CC_HAS_LONG_LONG): Remove.
1148 * config/mips/xm-irix5.h (CC_HAS_LONG_LONG): Remove
1149 (PRINTF_HAS_LONG_LONG): Remove.
1150 (FORCE_LONG_LONG): Remove.
1151 * config/powerpc/xm-aix.h (UINT_MAX): Undef and use gdb's version.
1152 * config/convex/xm-convex.h (CC_HAS_LONG_LONG): Remove
1153 (PRINTF_HAS_LONG_LONG): Remove.
1154 * config/xm-nbsd.h (CC_HAS_LONG_LONG): Remove.
1155 (PRINTF_HAS_LONG_LONG): Remove.
1156 * config/pa/tm-hppa.h (GET_FIELD): Put parens around
1157 subtraction inside shift. Put parens around subtraction
1158 in operand of bitwise and.
1159 (struct frame_info): Forward declare
1160 if __STDC__ defined.
1161 (frame_saved_regs): Ditto.
1162 (struct value): Ditto.
1163 (struct type): Ditto.
1164 (struct inferior_status): Ditto.
1165 (init_extra_frame_info): Add prototype.
1166 (skip_prologue): Ditto.
1167 (frameless_function_invocation): Ditto.
1168 (frame_chain): Ditto.
1169 (frame_chain_valid): Ditto.
1170 (saved_pc_after_call): Ditto.
1171 (hppa_fix_call_dummy): Ditto.
1172 (hppa_push_arguments): Ditto.
1173 (pa_do_registers_info): Ditto.
1174 (in_solib_call_trampoline): Ditto.
1175 (in_solib_return_trampoline): Ditto.
1176 (push_dummy_frame): Ditto.
1177 * convex-tdep.c (decout): Use print_longest rather than
1178 fprintf_filtered.
1179 * defs.h: Remove use of FORCE_LONG_LONG and __GNUC__ to set
1180 CC_HAS_LONG_LONG.
1181 (INT_MIN): Fix so it works correctly when assigned to a long long.
1182 * valprint.c (longest_to_int): Rewrite to remove dependence
1183 on INT_MIN and INT_MAX.
1184 (print_longest): Rewrite the code that falls back to synthesized
1185 hex output when LONGEST value is not representable as in a long and
1186 printf doesn't support printing long longs.
1187 * ch-valprint.c (chill_val_print): Cast 2nd arg of
1188 chill_print_type_scalar to LONGEST.
1189 chill_print_type_scalar): Make static and add prototype.
1190 * hppa-tdep.c (get_field): Ifdef out unused function.
1191 (set_field): Ditto.
1192 (extract_3): Ditto.
1193 (extract_5_store): Ditto.
1194 (extract_11): Ditto.
1195 (extract_12): Ditto.
1196 (deposit_17): Ditto.
1197 (extract_14): Convert to static and add prototype.
1198 (deposit_14): Ditto.
1199 (extract_21): Ditto.
1200 (deposit_21): Ditto.
1201 (extract_17): Ditto.
1202 (extract_5r_store): Ditto.
1203 (extract_5R_store): Ditto.
1204 (extract_5_load): Ditto.
1205 (find_proc_framesize): Ditto.
1206 (find_dummy_frame_regs): Ditto.
1207 (sign_extend): Ditto.
1208 (find_unwind_entry): Add prototype.
1209 (find_return_regnum): Ditto.
1210 (unwind_command): Ditto.
1211 (find_dummy_frame_regs): Add parens around subtraction in operand
1212 of bitwise-and.
1213 (skip_prologue): Add parens around operands of logical-and inside
1214 operand of logical-or.
1215 (sign_extend): Add parens around operands of subtraction inside
1216 operand of shift.
1217 (low_sign_extend): Ditto.
1218 * top.c (filename_completer): Convert old style decl of
1219 filename_completion_function into prototype.
1220 * f-lang.c (patch_common_entries): Ifdef out unused function.
1221 * stabsread.c (read_cfront_baseclasses): Remove unused local
1222 variable "msg_noterm".
1223 (resolve_cfront_continuation): Remove unused local variable "fip".
1224 (read_type): Remove unused variable xtypenums.
1225 (read_cfront_static_fields): Remove unused variable "i".
1226 (read_cfront_static_fields): Remove unused variable "nfields".
1227 (read_cfront_member_functions): Add missing comment terminator.
1228 (read_cfront_static_fields): Return 1 rather than random value.
1229 (read_cfront_baseclasses): Ditto.
1230 (read_cfront_baseclasses): Ditto.
1231 (read_cfront_baseclasses): Ditto.
1232 * somsolib.c (som_solib_create_inferior_hook): Remove unused
1233 variable "u".
1234 (som_solib_create_inferior_hook): Remove unused variable
1235 shadow_contents.
1236 (language.h): Add for needed prototypes.
1237 (som_solib_sharedlibrary_command): Add prototype.
1238 * hpread.c: (hpread_read_array_type): Add prototype.
1239 * somread.c (hpread_build_pysmtabs): Add prototype.
1240 (hpread_symfile_finish): Ditto.
1241 (hpread_symfile_init): Ditto.
1242 * hppah-nat.c (fetch_register): Convert old style decl
1243 to prototype.
1244 (gdbcore.h): Include for needed prototypes.
1245 (fetch_register): Remove unused variable "mess".
1246 * remote-pa.c (get_offsets): Ifdef out unused function.
1247 (remote_start_remote): Remove unused variable "timeout".
1248 (boot_board): Add prototype.
1249 (reaad_frame): Add prototype.
1250 (getpkt): Remove unused variable "bp".
1251 (remote_kill): Add prototype.
1252 (remote_mourn): Add prototype.
1253 (remote_insert_breakpoint): Add prototype.
1254 (remote_remove_breakpoint): Add prototype.
1255 * valops.c (value_push): Only use if PUSH_ARGUMENTS is not defined.
1256 * infcmd.c (do_registers_info): Only need prototype if
1257 DO_REGISTERS_INFO is not defined.
1258 (breakpoint_auto_delete_contents): Only need if
1259 CALL_DUMMY_BREAKPOINT_OFFSET is defined.
1260
68aadb90
FF
1261Sat Jul 27 08:49:49 1996 Fred Fish <fnf@cygnus.com>
1262
1263 * xcoffread.c (xcoff_end_psymtab): Add textlow_not_set parameter.
1264 (END_PSYMTAB): Ditto.
1265 (scan_xcoff_symtab): Call xcoff_end_psymtab with textlow_not_set.
1266
caeec767
ILT
1267Fri Jul 26 14:07:37 1996 Ian Lance Taylor <ian@cygnus.com>
1268
1269 * printcmd.c (_initialize_printcmd): Initialize
1270 tm_print_insn_info.flavour.
cb74cc24 1271start-sanitize-gdbtk
caeec767 1272 * gdbtk.c (gdb_disassemble): Initialize di.flavour.
cb74cc24 1273end-sanitize-gdbtk
caeec767 1274
b607efe7
FF
1275Thu Jul 25 19:41:31 1996 Fred Fish <fnf@cygnus.com>
1276
1277 * Makefile.in (scm-valprint.o): Depends upon gdbcore_h.
1278 (arm-tdep.o): Ditto.
1279 (dcache.o): Ditto.
1280 (i386ly-tdep.o): Ditto.
1281 (i960-tdep.o): Ditto.
1282 (m68k-tdep.o): Ditto.
1283 (nindy-tdep.o): Ditto.
1284 (scm-lang.o): Ditto.
1285 (w65-tdep.o): Ditto.
1286 (z8k-tdep.o): Ditto.
1287 (m68k-tdep.o): Depends upon value_h and gdb_string.h
1288 (m2-valprint.o): Depends upon m2-lang.h.
1289 (sparc-tdep.o): Depends upon gdb_string.h
1290 (valprint.o): Depends upon valprint.h
1291
1292 * remote-e7000.c (notice_quit): Remove prototype.
1293 * top.c (initialize_targets): Remove prototype, now in target.h.
1294 * stabsread.c (resolve_cfront_continuation): Remove prototype.
1295 * dbxread.c (resolve_cfront_continuation): Remove prototype.
1296 * symfile.h (set_demangling_style): Remove prototype.
1297 * config/tm-sysv4.h (in_plt_section): Remove prototype, in objfiles.h.
1298 * config/sparc/tm-sparc.h (single_step): Remove extern decl, now in
1299 target.h.
1300 * config/arc/tm-arc.h (one_stepped, single_step): Remove extern decls,
1301 now in target.h.
1302 * ser-unix.c (hardwire_restore): Remove obsolete prototype.
1303 * sparc-tdep.c (single_step): Remove forward decl of isbranch.
1304 * scm-lang.c (find_function_in_inferior): Remove prototype.
1305 (value_allocate_space_in_inferior): Ditto.
1306 * infrun.c (write_pc_pid): Remove prototype, now in inferior.h.
1307 * defs.h (strchr): Remove declarations, they are declared in
1308 gdb_string.h also.
1309 (strrchr): Ditto.
1310 (strstr): Ditto.
1311 (strtok): Ditto.
1312 (strerror): Ditto.
1313 * f-valprint.c (f77_print_array_1): Remove extra arg that was being
1314 passed to f77_print_array_1.
b607efe7
FF
1315 * gdbtypes.c (add_name): Remove unused variables lenstrlen and lenstr.
1316 * scm-exp.c (scm_istr2int): Remove unused variable "j".
1317 (scm_parse): Remove unused variable "str".
1318 * hp300ux-nat.c (store_inferior_register): Remove unused variable
1319 "buf".
1320 (store_inferior_registers): Remove unnecessary decl "registers".
1321 * m68k-tdep.c (m68k_pop_frame): Remove unused variable "fi".
1322 * scm-lang.c (scm_get_field): Remove unused variable "val".
1323 (scm_lookup_name): Remove unused variable "symval".
1324 * objfiles.c (map_to_file): Remove unused local variable "tempfd".
1325 * procfs.c (do_attach, do_detach): Remove unused variable "result".
1326 (last_resume_pid): Remove unused static variable.
1327 * alpha-tdep.c (alpha_linux_sigtramp_offset): Remove unused variable
1328 "res".
1329 * objfiles.c (map_to_address): Remove unused function.
1330 * f-valprint.c (print_max): Remove extraneous extern decl,
1331 in valprint.h.
1332 (calc_f77_array_dims): Remove extraneous prototype, in f-lang.h.
1333 * ch-exp.c (write_lower_upper_value): Remove prototype for
1334 type_lower_upper.
1335
1336 * gdbtypes.c (cfront_mangle_name): #ifdef out unused function.
1337 * ch-exp.c (parse_mode_call): Ditto.
1338 * f-valprint.c (there_is_a_visible_common_named): Ditto.
1339 * f-lang.c (clear_function_list): Ditto.
1340 (get_bf_for_fcn): Ditto.
1341 (clear_bf_list): Ditto.
1342 (add_common_block): Ditto.
1343 (patch_all_commons_by_name): Ditto.
1344 (find_first_common_named): Ditto.
1345 (add_common_entry): Ditto.
1346 (allocate_saved_function_node): Ditto.
1347 (allocate_saved_bf_node): Ditto.
1348 (allocate_common_entry_node): Ditto.
1349 (allocate_saved_f77_common_node): Ditto.
1350
1351 * arm-tdep.c (gdbcore.h): Include for necessary prototypes.
1352 * dcache.c (gdbcore.h): Ditto.
1353 * i386ly-tdep.c (gdbcore.h): Ditto.
1354 * i960-tdep.c (gdbcore.h): Ditto.
1355 * m2-valprint.c (m2-lang.h): Ditto.
1356 * m68k-tdep.c (gdbcore.h): Ditto.
1357 (value.h): Ditto.
1358 (gdb_string.h): Ditto.
1359 * nindy-tdep.c (gdbcore.h): Ditto.
1360 * scm-lang.c (gdbcore.h): Ditto.
1361 * scm-valprint.c (gdbcore.h): Ditto.
1362 * w65-tdep.c (gdbcore.h): Ditto.
1363 * z8k-tdep.c (gdbcore.h): Ditto.
1364 * sparc-tdep.c (gdb_string.h): Include.
1365 * valprint.c (valprint.h): Include.
1366
1367 * config/xm-lynx.h: Remove part of comment about INT_MIN
1368 redefined warnings from defs.h, since INT_MIN define in
1369 defs.h is now protected by #ifndef INT_MIN.
1370 * config/i386/xm-i386bsd.h: Ditto.
1371 * config/m68k/xm-hp300bsd.h: Ditto.
1372 * config/m68k/xm-news.h: Ditto.
1373
1374 * config/pa/xm-hppah.h (INT_MIN): Remove bogus INT_MIN
1375 definition as 0x80000000. The macro in defs.h is better.
1376 * config/i386/xm-i386m3.h (INT_MIN): Ditto.
1377 * config/i386/xm-i386mach.h (INT_MIN): Ditto.
1378 * config/ns32k/xm-ns32km3.h (INT_MIN): Ditto.
1379 * config/pa/xm-hppab.h: Ditto.
1380
1381 * core-aout.c (fetch_core_registers): Add prototype.
1382 * hp300ux-nat.c (fetch_inferior_register): Ditto.
1383 (store_inferior_register_1): Ditto.
1384 (store_inferior_register): Ditto.
1385 * config/m68k/tm-m68k.h (find_saved_regs): Ditto.
1386 *scm-valprint.c (c_val_print): Ditto.
1387 * procfs.c (add_fd): Ditto.
1388 (remove_fd): Ditto.
1389 (wait_fd): Ditto.
1390 (sigcodename): Ditto.
1391 (sigcodedesc): Ditto.
1392 (procfs_kill_inferior): Ditto.
1393 (procfs_xfer_memory): Ditto.
1394 (procfs_store_registers): Ditto.
1395 (create_procinfo): Ditto.
1396 (procfs_init_inferior): Ditto.
1397 (proc_set_exec_trap): Ditto.
1398 (procfs_attach): Ditto.
1399 (procfs_detach): Ditto.
1400 (procfs_prepare_to_store): Ditto.
1401 (procfs_files_info): Ditto.
1402 (procfs_open): Ditto.
1403 (procfs_wait): Ditto.
1404 (procfs_fetch_registers): Ditto.
1405 (procfs_mourn_inferior): Ditto.
1406 (procfs_can_run): Ditto.
1407 (procfs_thread_alive): Ditto.
1408 (procfs_stop): Ditto.
1409 * alpha-nat.c (fetch_core_registers): Ditto.
1410 * config/alpha/tm-alpha.h (alpha_osf_skip_sigtramp_frame): Ditto.
1411 * objfiles.c (ecoff_relocate_efi): Ditto.
1412 * inflow.c (pass_signal): Ditto.
1413 (handle_sigio): Ditto.
1414 * annotate.c (breakpoint_changed): Ditto.
1415 * callback.c (wrap): Ditto.
1416 (fdbad): Ditto.
1417 (fdmap): Ditto.
1418 * utils.c (malloc_botch): Ditto.
1419 (fputs_maybe_filtered): Ditto.
1420 (vfprintf_maybe_filtered): Ditto.
1421 * defs.h (notice_quit): Ditto.
1422 * defs.h (xmalloc, xrealloc): Ditto.
1423 * top.c (stop_sig): Ditto.
1424 (init_signals): Ditto.
1425 (user_defined_command): Ditto.
1426 (source_cleanup_lines): Ditto.
1427 (dont_repeat_command): Ditto.
1428 (serial_log_command): Ditto.
1429 (disconnect): Ditto.
1430 * target.h (initialize_targets): Ditto.
1431 * os9kread.c (read_minimal_symbols): Ditto.
1432 * mdebugread.c (mdebug_psymtab_to_symtab): Ditto.
1433 (fdr_name): Ditto.
1434 (push_parse_stack): Ditto.
1435 (pop_parse_stack): Ditto.
1436 (is_pending_symbol): Ditto.
1437 (add_pending): Ditto.
1438 * serial.c (serial_logchar): Ditto.
1439 (serial_interface_lookup): Ditto.
1440 * serial.h (serial_log_command): Ditto.
1441 * f-valprint.c (info_common_command): Ditto.
1442 * gdbtypes.h (print_type_scalar): Ditto.
1443 * scm-valprint.c (scm_scmlist_print): Ditto.
1444 (scm_ipruk): Ditto.
1445 * scm-lang.c (scm_printstr): Ditto.
1446 (in_eval_c): Ditto.
1447 (evaluate_subexp_scm): Ditto.
1448 * scm-exp.c (scm_read_token): Ditto.
1449 (scm_skip_ws): Ditto.
1450 (scm_lreadparen): Ditto.
1451 * m2-lang.c (emit_char): Ditto.
1452 (m2_printchar): Ditto.
1453 (m2_printstr): Ditto.
1454 (m2_create_fundamental_type): Ditto.
1455 * f-lang.c (emit_char): Ditto.
1456 (f_printchar): Ditto.
1457 (f_printstr): Ditto.
1458 (f_create_fundamental_type): Ditto.
1459 * ch-lang.c (chill_printchar): Ditto.
1460 (chill_printstr): Ditto.
1461 (chill_create_fundamental_type): Ditto.
1462 (value_chill_length): Ditto.
1463 (value_chill_card): Ditto.
1464 (value_chill_max_min): Ditto.
1465 (evaluate_subexp_chill): Ditto.
1466 * ch-exp.c (PEEK_TOKEN): Ditto.
1467 (peek_token_): Ditto.
1468 (forward_token_): Ditto.
1469 (parse_case_label): Ditto.
1470 (parse_opt_untyped_expr): Ditto.
1471 (parse_unary_call): Ditto.
1472 (parse_call): Ditto.
1473 (parse_named_record_element): Ditto.
1474 (parse_tuple_element): Ditto.
1475 (parse_opt_element_list): Ditto.
1476 (parse_tuple): Ditto.
1477 (parse_primval): Ditto.
1478 (parse_operand6): Ditto.
1479 (parse_operand5): Ditto.
1480 (parse_operand4): Ditto.
1481 (parse_operand3): Ditto.
1482 (parse_operand2): Ditto.
1483 (parse_operand1): Ditto.
1484 (parse_operand0): Ditto.
1485 (parse_expr): Ditto.
1486 (parse_then_alternative): Ditto.
1487 (parse_else_alternative): Ditto.
1488 (parse_if_expression): Ditto.
1489 (parse_untyped_expr): Ditto.
1490 (growbuf_by_size): Ditto.
1491 (match_simple_name_string): Ditto.
1492 (decode_integer_value): Ditto.
1493 (decode_integer_literal): Ditto.
1494 (match_float_literal): Ditto.
1495 (match_float_literal): Ditto.
1496 (match_string_literal): Ditto.
1497 (match_character_literal): Ditto.
1498 (match_integer_literal): Ditto.
1499 (match_bitstring_literal): Ditto.
1500 (write_lower_upper_value): Ditto.
1501 * ch-lang.h (type_lower_upper): Ditto.
1502 * c-lang.c (emit_char): Ditto.
1503 * dwarfread.c (free_utypes): Ditto.
1504 * stabsread.h (resolve_cfront_continuation): Ditto.
1505 * stabsread.c (get_substring): Ditto.
1506 (read_one_struct_field): Ditto.
1507 * stabsread.h (process_later): Ditto.
1508 * demangle.c (set_demangling_command): Ditto.
1509 * defs.h (set_demangling_style): Ditto.
1510 * maint.c (maintenance_info_command): Ditto.
1511 (print_section_table): Ditto.
1512 (maintenance_info_sections): Ditto.
1513 (maintenance_print_command): Ditto.
1514 * symtab.h (maintenance_print_statistics): Ditto.
1515 * objfiles.h (in_plt_section): Ditto.
1516 * objfiles.c (add_to_objfile_sections): Ditto.
1517 * bcache.c (hash): Ditto.
1518 (lookup_cache): Ditto.
1519 * exec.c (bfdsec_to_vmap): Ditto.
1520 (ignore): Ditto.
1521 * f-exp.y (growbuf_by_size, match_string_literal): Ditto.
1522 * language.c (unk_lang_printchar): Ditto.
1523 (unk_lang_printstr): Ditto.
1524 (unk_lang_create_fundamental_type): Ditto.
1525 (unk_lang_print_type): Ditto.
1526 (unk_lang_val_print): Ditto.
1527 (unk_lang_value_print): Ditto.
1528 * target.c (update_current_target): Ditto.
1529 (debug_to_open): Ditto.
1530 (debug_to_close): Ditto.
1531 (debug_to_attach): Ditto.
1532 (debug_to_detach): Ditto.
1533 (debug_to_resume): Ditto.
1534 (debug_to_wait): Ditto.
1535 (debug_to_fetch_registers): Ditto.
1536 (debug_to_store_registers): Ditto.
1537 (debug_to_prepare_to_store): Ditto.
1538 (debug_to_xfer_memory): Ditto.
1539 (debug_to_files_info): Ditto.
1540 (debug_to_insert_breakpoint): Ditto.
1541 (debug_to_remove_breakpoint): Ditto.
1542 (debug_to_terminal_init): Ditto.
1543 (debug_to_terminal_inferior): Ditto.
1544 (debug_to_terminal_ours_for_output): Ditto.
1545 (debug_to_terminal_ours): Ditto.
1546 (debug_to_terminal_info): Ditto.
1547 (debug_to_kill): Ditto.
1548 (debug_to_load): Ditto.
1549 (debug_to_lookup_symbol): Ditto.
1550 (debug_to_create_inferior): Ditto.
1551 (debug_to_mourn_inferior): Ditto.
1552 (debug_to_can_run): Ditto.
1553 (debug_to_notice_signals): Ditto.
1554 (debug_to_thread_alive): Ditto.
1555 (debug_to_stop): Ditto.
cb74cc24 1556start-sanitize-gdbtk
b607efe7
FF
1557 * gdbtk.c (null_routine): Ditto.
1558 (gdbtk_flush): Ditto.
1559 (gdbtk_fputs): Ditto.
1560 (gdbtk_query): Ditto.
1561 (gdbtk_readline): Ditto.
1562 (gdbtk_readline_end): Ditto.
1563 (gdb_get_breakpoint_list): Ditto.
1564 (gdb_get_breakpoint_info): Ditto.
1565 (breakpoint_notify): Ditto.
1566 (gdbtk_create_breakpoint): Ditto.
1567 (gdbtk_delete_breakpoint): Ditto.
1568 (gdbtk_modify_breakpoint): Ditto.
1569 (gdb_loc): Ditto.
1570 (gdb_eval): Ditto.
1571 (gdb_sourcelines): Ditto.
1572 (map_arg_registers): Ditto.
1573 (get_register_name): Ditto.
1574 (gdb_regnames): Ditto.
1575 (get_register): Ditto.
1576 (gdb_fetch_registers): Ditto.
1577 (register_changed_p): Ditto.
1578 (gdb_changed_register_list): Ditto.
1579 (gdb_cmd): Ditto.
1580 (call_wrapper): Ditto.
1581 (gdb_listfiles): Ditto.
1582 (gdb_stop): Ditto.
1583 (gdbtk_dis_asm_read_memory): Ditto.
1584 (compare_lines): Ditto.
1585 (gdb_disassemble): Ditto.
1586 (tk_command): Ditto.
1587 (cleanup_init): Ditto.
1588 (gdbtk_interactive): Ditto.
1589 (x_event): Ditto.
1590 (gdbtk_wait): Ditto.
1591 (gdbtk_call_command): Ditto.
1592 (tk_command_loop): Ditto.
1593 (gdbtk_init): Ditto.
cb74cc24 1594end-sanitize-gdbtk
b607efe7
FF
1595 * breakpoint.h (set_breakpoint_sal): Ditto.
1596 * remote-utils.c (usage): Ditto.
1597 * remote.c (set_thread): Ditto.
1598 (remote_thread_alive): Ditto.
1599 (get_offsets): Ditto.
1600 (read_frame): Ditto.
1601 (remote_insert_breakpoint): Ditto.
1602 (remote_remove_breakpoint): Ditto.
1603 * sparc-nat.c (fetch_core_registers): Ditto.
1604 * corelow.c (add_to_thread_list): Ditto.
1605 (ignore): Ditto.
1606 * inftarg.c (proc_wait): Ditto.
1607 * infptrace.c (udot_info): Ditto.
1608 (fetch_register): Ditto.
1609 * ser-unix.c (hardwire_noflush_set_tty_state): Ditto.
1610 (hardwire_print_tty_state): Ditto.
1611 (hardwire_flush_output): Ditto.
1612 (hardwire_flush_input): Ditto.
1613 (hardwire_send_break): Ditto.
1614 (hardwire_setstopbits): Ditto.
1615 * ser-tcp.c (tcp_return_0): Ditto.
1616 (tcp_noflush_set_tty_state): Ditto.
1617 (tcp_print_tty_state): Ditto.
1618 * solib.c (match_main): Ditto.
1619 * gdbtypes.c (print_bit_vector): Ditto.
1620 (print_arg_types): Ditto.
1621 (dump_fn_fieldlists): Ditto.
1622 (print_cplus_stuff): Ditto.
1623 * symfile.h (entry_point_address): Ditto.
1624 * symfile.c (decrement_reading_symtab): Ditto.
1625 * valops.c (value_arg_coerce): Ditto.
1626 * value.h (find_function_in_inferior): Ditto.
1627 (value_allocate_space_in_inferior): Ditto.
1628 * values.c (vb_match): Ditto.
1629 * thread.c (info_thread_command): Ditto.
1630 (restore_current_thread): Ditto.
1631 (thread_apply_all_command): Ditto.
1632 (thread_apply_command): Ditto.
1633 * inferior.h (write_pc_pid): Ditto.
1634 * infrun.c (delete_breakpoint_current_contents): Ditto.
1635 * breakpoint.c (print_it_normal): Ditto.
1636 (watchpoint_check): Ditto.
1637 (print_it_done): Ditto.
1638 (print_it_noop): Ditto.
1639 (maintenance_info_breakpoints): Ditto.
1640 (create_longjmp_breakpoint): Ditto.
1641 (hbreak_command): Ditto.
1642 (thbreak_command): Ditto.
1643 (watch_commnd_1): Ditto.
1644 (rwatch_command): Ditto.
1645 (awatch_command): Ditto.
1646 (do_enable_breakpoint): Ditto.
1647 * ch-valprint.c (chill_val_print_array_elements): Ditto.
1648 * eval.c (evaluate_subexp): Ditto.
1649 (get_label): Ditto.
1650 (evaluate_struct_tuple): Ditto.
1651 * eval.c (init_array_element): Ditto.
1652
1653 * alpha-tdep.c (push_sigtramp_desc): Add prototype and make static.
1654 * breakpoint.c (hw_breakpoint_used_count): Ditto.
1655 (hw_watchpoint_used_count): Ditto.
1656 * findvar.c (write_register_gen): Ditto.
1657 (read_register_pid): Ditto.
1658 * symtab.c (cplusplus_hint): Ditto.
1659 * infcmd.c (breakpoint_auto_delete_contents): Ditto.
1660 * ch-valprint.c (chill_print_type_scalar): Ditto.
1661 * gdbtypes.c (add_name): Ditto.
1662 (add_mangled_type): Ditto.
1663 (cfront_mangle_name): Ditto.
1664 * sparc-tdep.c (isbranch): Ditto.
1665 * inftarg.c (child_stop): Ditto.
1666 * win32-nat.c (child_stop): Ditto.
1667 * mac-nat.c (child_stop): Ditto.
1668 * remote-utils.c (sr_com): Ditto.
1669 * dbxread.c (process_now): Ditto.
1670 * ch-exp.c (require): Ditto.
1671 (check_token): Ditto.
1672 (expect): Ditto.
1673 (parse_mode_call): Ditto.
1674 (parse_mode_or_normal_call): Ditto.
1675 * scm-lang.c (scm_lookup_name): Ditto
1676 * f-lang.c (allocate_saved_bf_node): Ditto.
1677 (allocate_saved_function_node): Ditto.
1678 (allocate_saved_f77_common_node): Ditto.
1679 (allocate_common_entry_node): Ditto.
1680 (add_common_block): Ditto.
1681 (add_common_entry): Ditto.
1682 (find_first_common_named): Ditto.
1683 (patch_common_entries): Ditto.
1684 (patch_all_commons_by_name): Ditto.
1685 (clear_bf_list): Ditto.
1686 (get_bf_for_fcn): Ditto.
1687 (clear_function_list): Ditto.
1688 * scm-exp.c (scm_istr2int): Ditto.
1689 (scm_istring2number): Ditto.
1690 * scm-valprint.c (scm_inferior_print): Ditto.
1691 * f-typeprint.c (print_equivalent_f77_float_type): Ditto.
1692 * f-valprint.c (f77_get_dynamic_length_of_aggregate): Ditto.
1693 (f77_create_arrayprint_offset_tbl): Ditto.
1694 (f77_print_array_1): Ditto.
1695 (f77_print_array): Ditto.
1696 (list_all_visible_commons): Ditto.
1697 (there_is_a_visible_common_named): Ditto.
1698 * mdebugread.c (ecoff_relocate_efi): Ditto.
1699 * callback.c (os_close): Ditto.
1700 (os_get_errno): Ditto.
1701 (os_isatty): Ditto.
1702 (os_lseek): Ditto.
1703 (os_open): Ditto.
1704 (os_read): Ditto.
1705 (os_read_stdin): Ditto.
1706 (os_write): Ditto.
1707 (os_write_stdout): Ditto.
1708 (os_rename): Ditto.
1709 (os_system): Ditto.
1710 (os_time): Ditto.
1711 (os_unlink): Ditto.
1712 (os_shutdown): Ditto.
1713 (os_init): Ditto.
1714 (os_printf_filtered): Ditto.
1715
1716 * scm-lang.h (scm_parse): Change old style decl to prototype.
1717 * config/alpha/tm-alphalinux.h (alpha_linux_sigtramp_offset): Ditto.
1718 * top.c (init_proc): Ditto.
1719 (query_hook): Ditto.
1720 (error_hook): Ditto.
1721 * f-lang.c (c_value_print): Ditto.
1722 * ch-exp.c (parse_expression): Ditto.
1723 (parse_primval): Ditto.
1724 (parse_untyped_expr): Ditto.
1725 (parse_opt_untyped_expr): Ditto.
1726 (ch_lex): Ditto.
1727 * config/sparc/tm-sparc.h (sparc_init_extra_frame_info): Ditto.
1728 (sparc_frame_saved_pc): Ditto.
1729 (sparc_push_dummy_frame): Ditto.
1730 (sparc_pop_frame): Ditto.
1731 * defs.h (fclose): Ditto.
1732 (atof): Ditto.
1733 (error_hook): Ditto.
1734
1735 * arc-tdep.c (single_step): Change arg to type "enum target_signal".
1736 * rs6000-tdep.c (single_step): Ditto.
1737 * sparc-tdep.c (single_step): Ditto.
1738
1739 * breakpoint.c (cleanup_executing_breakpoints): Change unused arg type
1740 to PTR which is what make_cleanup expects.
1741 * utils.c (null_cleanup): Change arg type to PTR.
1742 * defs.h (null_cleanup): Change prototype to match actual function.
1743 * config/sparc/tm-sparc.h (struct frame_info): Move forward decl.
1744 * ch-valprint.c (chill_val_print): Cast 2nd arg of
1745 chill_print_type_scalar to LONGEST.
1746 * infrun.c (wait_for_inferior): Have empty switch case for
1747 BPSTAT_WHAT_CHECK_SHLIBS when SOLIB_ADD is not defined.
1748 (stop_on_solib_events): Only needed if SOLIB_ADD is defined.
1749 * infcmd.c (attach_command): Only need auto_solib_add if SOLIB_ADD
1750 is defined.
1751 * symfile.c (generic_load): Scan long int using a long int spec,
1752 not an int spec.
1753 * infptrace.c (udot_info): Only need local variables if KERNEL_U_SIZE
1754 is defined.
1755 (fetch_register): Only need function if FETCH_INFERIOR_REGISTERS is
1756 not defined.
1757 * inflow.c (handle_sigio): Only need prototype when the actual
1758 function is compiled in.
1759 * valprint.c (longest_to_int): Expand error message to be
1760 separate messages for args larger than largest signed int
1761 and args smaller than smallest signed int.
1762 * valprint.c (print_longest): Fix problems with support for case
1763 where compiler supports type "long long" but the runtime doesn't
1764 support printing them with "%ll".
1765 * scm-valprint.c (scm_scmlist_print, scm_scmval_print): Change
1766 return types to void since we don't actually return anything
1767 meaningful and callees ignore the values anyway.
1768 * procfs.c (modify_inherit_on_fork_flag): Enclose pr_flags in PIOCSET
1769 ifdef.
1770 (modify_run_on_last_close_flag): Ditto.
1771 (wait_fd): Enclose local variables "num_fds" and "i" LOSING_POLL
1772 ifdef
1773 * alpha-tdep.c (push_sigtramp_desc): Return proc_desc rather than
1774 random value.
1775 * infrun.c (wait_for_inferior): Ensure random_signal is not used
1776 uninitialized.
1777 * valops.c (call_function_by_hand): Ensure struct_addr is not used
1778 uninitialized.
1779 * breakpoint.c (watch_command_1): Ensure prev_frame is not used
1780 uninitialized.
1781 * utils.c (vfprintf_maybe_filtered): Change second arg from "char *"
1782 to "const char *".
cb74cc24 1783start-sanitize-gdbtk
b607efe7
FF
1784 * gdbtk.c (gdb_fetch_registers): Cast fourth arg to map_arg_registers
1785 to proper pointer type, from int.
1786 (gdbtk_query): Change first arg to "const char *" from "char *".
cb74cc24 1787end-sanitize-gdbtk
b607efe7
FF
1788 * infptrace.c (udot_info): Add two dummy args so that the type is
1789 correct for passing to add_info.
1790 * f-lang.c (saved_fcn): Move decl to head of file so it can be used
1791 in prototypes.
1792 (saved_bf_symnum): Ditto.
1793 (SAVED_FUNCTION): Ditto.
1794 (SAVED_FUNCTION_PTR): Ditto.
1795 (SAVED_BF): Ditto.
1796 (SAVED_BF_PTR): Ditto.
1797 * ch-exp.c (parse_named_record_element): Build error message in
1798 temporary buffer before passing it to expect, rather than passing
1799 wrong number of args to expect.
1800 * demangle.c (set_demangling_style): Call set_demangling_command with
1801 correct number of arguments.
1802 * inferior.h (terminal_init_inferior_with_pgrp): Change arg type to
1803 int to match actual function.
1804 (os_isatty): Call fdmap with right number of arguments, was missing
1805 the host_callback* arg.
1806 * target.c (cleanup_target): Prototype all functions casts.
1807 * target.h (one_stepped, single_step): Declare here and convert
1808 single_step to prototype.
1809 * infrun.c (one_stepped, single_step): Don't declare externs
1810 here, they have moved to target.h.
1811 * eval.c (init_array_element): Declare previously undeclared
1812 last two args as LONGEST.
1813 * dcache.c (dcache_xfer_memory): Change xfunc decls to prototype form.
cb74cc24
SS
1814start-sanitize-gdbtk
1815 * gdbtk.c (register_changed_p): Remove unused local variable "buf".
1816end-sanitize-gdbtk
b607efe7 1817
dc88c64e
DE
1818Thu Jul 25 16:11:54 1996 Doug Evans <dje@canuck.cygnus.com>
1819
1820 * dsrec.c (load_srec): Protect ANSI style function parms with PARAMS.
1821
3a179be1
SG
1822Mon Jul 22 18:13:27 1996 Stu Grossman (grossman@critters.cygnus.com)
1823
1824 * Makefile.in (os9kread.o): Remove dependency on partial-stab.h.
1825 * dbxread.c (read_dbx_symtab end_psymtab), partial-stab.h: Don't
1826 use partial_symtab->textlow==0 as a flag, as 0 is a legitimate
1827 text address. Use a seperate flag (textlow_not_set) instead.
1828 This makes stabs in ELF .o files work a lot better.
1829 * mdebugread.c xcoffread.c: Define textlow_not_set for
1830 partial-stab.h.
1831 * stabsread.h (end_psymtab): Add textlow_not_set arg to prototype.
1832
cb74cc24 1833start-sanitize-gdbtk
396bf873
FF
1834Sat Jul 20 17:46:40 1996 Fred Fish <fnf@cygnus.com>
1835
1836 * gdbtk.tcl (files_command): Reorder the binding tags for
1837 the listbox widget to avoid referencing the listbox after
1838 the containing widget has been destroyed by the action of
1839 a previous binding.
cb74cc24 1840end-sanitize-gdbtk
396bf873 1841
9422fadb
FF
1842Sat Jul 20 10:41:06 1996 Fred Fish <fnf@cygnus.com>
1843
1844 * dwarf2read.c (struct filenames): Change internal "struct file"
1845 to "struct fileinfo" to avoid conflict with "struct file" in
1846 <sys/file.h> on HPUX and Solaris.
1847
cb74cc24 1848start-sanitize-gdbtk
efd14e45
FF
1849Sat Jul 20 10:09:28 1996 Fred Fish <fnf@cygnus.com>
1850
1851 * gdbtk.tcl (delete_expr): Unset corresponding element of
1852 expr_update_list when destroying an expression.
1853 (create_expr_window): Initialize expr_num, delete_expr_num,
1854 and expr_update_list here when each new expression window
1855 is created, rather than once at startup.
cb74cc24 1856end-sanitize-gdbtk
efd14e45 1857
fcf05549
SS
1858Fri Jul 19 14:05:57 1996 Stan Shebs <shebs@andros.cygnus.com>
1859
1860 * dwarf2read.c: New file, DWARF 2 reader originally contributed by
1861 Brent Benson, with additions by Gary Funck and Jerry Kreuscher.
1862 * Makefile.in (COMMON_OBS): Add dwarf2read.o.
1863 (SFILES): Add dwarf2read.c.
1864 (dwarf2read.o): Add build rule.
1865 * symfile.h (dwarf2_has_info, dwarf2_build_psymtabs): Declare
1866 exported functions.
1867 * elfread.c (elf_symfile_read): Call them.
1868 (elf_symtab_read) [HARRIS_TARGET]: Skip some special symbols.
1869
3f17fed8
GN
1870Thu Jul 18 01:22:01 1996 Geoffrey Noer <noer@cygnus.com>
1871
1872 * symfile.c (symfile_bfd_open):
1873 * exec.c (exec_file_command): for __GO32__ and __WIN32__ systems,
1874 free the user from having to type the .exe extension.
1875
2531b169
MA
1876Wed Jul 17 06:54:50 1996 Mark Alexander <marka@cygnus.com>
1877
1878 * mon960-rom.c: Shorten the mon960_inits string to a single
1879 carriage return; this prevents a hang on connecting immediately
1880 after powerup, when MON960 is attempting autobaud detection.
1881
48b497ed
MA
1882Tue Jul 16 23:47:04 1996 Mark Alexander <marka@cygnus.com>
1883
1884 * a29k-tdep.c (get_saved_register): Allow PC to be modified
1885 when innermost frame is selected, but not in outer frames.
1886
76420d46
SG
1887Tue Jul 16 23:37:25 1996 Stu Grossman (grossman@critters.cygnus.com)
1888
1889 * command.c (do_setshow_command): Don't segfault when showing
1890 var_string and var_string_noescape vars that are NULL.
1891
2dcfc9c7
DE
1892Mon Jul 15 16:55:48 1996 Doug Evans <dje@canuck.cygnus.com>
1893
1894 * win32-nat.c (handle_load_dll): dos_path_to_unix_path renamed to
1895 cygwin32_conv_to_posix_path.
1896 (child_create_inferior): unix_path_to_dos_path renamed to
1897 cygwin32_conv_to_win32_path. Rewrite code to translate PATH.
1898
91550191
SG
1899Mon Jul 15 16:44:05 1996 Stu Grossman (grossman@critters.cygnus.com)
1900
1901 * defs.h printcmd.c: Create global disassemble_info structure
1902 tm_print_insn_info.
cb74cc24 1903start-sanitize-gdbtk
91550191
SG
1904 * gdbtk.c (gdb_disassemble): Setup di.mach from
1905 tm_print_insn_info.mach, and set endian from TARGET_BYTE_ORDER.
cb74cc24 1906end-sanitize-gdbtk
91550191
SG
1907 * i386-tdep.c (set_assembly_language_command): set
1908 tm_print_insn_info.mach to the appropriate value for 386 or 8086
1909 disassembly.
1910 * printcmd.c (print_insn): Move init of disassembler_info to
1911 _initialize_printcmd. Set endian for disassembler here.
1912 * sparc-tdep.c: Set tm_print_insn_info.mach as appropriate to
1913 select sparc/sparclite.
1914 * config/sparc/{tm-sparc.h tm-sparclite.h}: Get rid of
1915 TM_PRINT_INSN. Set TM_PRINT_INSN_MACH to
1916 bfd_mach_sparc/bfd_mach_sparc_sparclite.
1917
d369b213
FF
1918Fri Jul 12 19:04:32 1996 Fred Fish <fnf@cygnus.com>
1919
1920 * hpread.c (hpread_lookup_type): Use xmmalloc/xmrealloc rather
1921 than xmalloc/xrealloc.
1922
26b3dc44 1923Fri Jul 12 17:59:47 1996 Fred Fish <fnf@cygnus.com>
c0e6ae2e
FF
1924
1925 * objfiles.c (map_to_file): Error return from mmalloc_findbase is
1926 a NULL pointer, not a -1.
1927
f33b2c13
SG
1928Fri Jul 12 10:16:24 1996 Stu Grossman (grossman@critters.cygnus.com)
1929
1930 * i386-tdep.c (set_assembly_language_command): New routine to
1931 select between i386 and i8086 instruction sets for disassembly.
1932 New command `set assembly-language {i386 i8086}'.
1933
f3138a7c
MA
1934Thu Jul 11 21:13:21 1996 Mark Alexander <marka@cygnus.com>
1935
1936 * monitor.c (monitor_write_memory, monitor_read_memory_single):
1937 Disable use of "long long" memory read/write commands; can't
1938 use them because we hold the values to read/write in an int
1939 variable, and because strtoul fails on values that exceed the
1940 size of a long. This fixes breakpoint problems on MON960.
1941
4853b6d1
FF
1942Thu Jul 11 11:39:31 1996 Fred Fish <fnf@cygnus.com>
1943
1944 * config/m68k/xm-hp300hpux.h (HAVE_MMAP): Remove definition.
1945 * config/pa/xm-hppah.h (HAVE_MMAP): Ditto.
1946
54109914
FF
1947Wed Jul 10 16:54:41 1996 Fred Fish <fnf@cygnus.com>
1948
1949 * Makefile.in (MMALLOC_CFLAGS): Eliminate intermediate MMALLOC_DISABLE
1950 and MMALLOC_CHECK macros, and add comment indicating how host dependent
1951 makefile fragment should modify MMALLOC_CFLAGS to not use mmalloc, or
1952 to use it but to not do heap corruption checking.
1953 * gdbserver/Makefile.in: Ditto.
1954 * utils.c (init_malloc): Replace warning() use with direct call of
1955 fprintf_unfiltered, since current_target has not yet been set and thus
1956 we cannot use warning(). If we try to use mmcheck and it fails,
1957 suggest that this configuration needs NO_MMCHECK or MMCHECK_FORCE
1958 defined. Other small mmalloc related cleanups.
1959 * config/sparc/sun4os4.mh (MMALLOC_CFLAGS): Define MMCHECK_FORCE to 1.
1960 * config/alpha/alpha-osf2.mh (MMALLOC_CFLAGS): Set to -DNO_MMCHECK.
1961
1962 * config/sparc/xm-sun4os4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1963 * config/i386/xm-i386v4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1964 * config/i386/xm-linux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1965 * config/m68k/xm-hp300hpux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1966 * config/m68k/xm-m68kv4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT);
1967 * config/m68k/xm-sun3os4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1968 * config/pa/xm-hppah.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1969 * config/sparc/xm-sun4sol2.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1970 Remove obsolete defines.
1971
1972 * config/alpha/alpha-linux.mh (MMALLOC_DISABLE):
1973 * config/alpha/alpha-osf1.mh (MMALLOC_DISABLE):
1974 * config/rs6000/rs6000.mh (MMALLOC_DISABLE):
1975 * config/rs6000/aix4.mh (MMALLOC_DISABLE):
1976 * config/powerpc/aix4.mh (MMALLOC_DISABLE):
1977 * config/powerpc/aix.mh (MMALLOC_DISABLE):
1978 * config/ns32k/ns32km3.mh (MMALLOC_DISABLE):
1979 * config/mips/mipsm3.mh (MMALLOC_DISABLE):
1980 * config/mips/decstation.mh (MMALLOC_DISABLE):
1981 * config/m88k/cxux.mh (MMALLOC_DISABLE):
1982 * config/i386/i386mk.mh (MMALLOC_DISABLE):
1983 * config/i386/i386m3.mh (MMALLOC_DISABLE):
1984 * config/i386/i386gnu.mh (MMALLOC_DISABLE):
1985 Use MMALLOC_CFLAGS instead.
1986
4679717d
JL
1987Tue Jul 9 22:41:12 1996 Jeffrey A Law (law@cygnus.com)
1988
1989 * h8300-tdep.c: Remove some outdated comments.
1990 (h8300_skip_prologue): Rework to be more correct for the H8/300H.
1991 Handle stm.l insns for the H8/S.
1992 (examine_prologue): Likewise.
1993
15aec61c
RJ
1994Tue Jul 9 16:48:55 1996 Raymond Jou <rjou@mexican.cygnus.com>
1995
1996 * ser-mac.c (mac_close): Change a typo SetSetBuf to SerSetBuf.
1997
ee7b308f
MA
1998Mon Jul 08 08:50:39 1996 Mark Alexander <marka@cygnus.com>
1999
2000 * mon960-rom.c (mon960_open): Add floating point detection to
2001 prevent hang on non-FPU processors (PR 9775).
2002 (mon960_cmds): Swap setmem.cmdw and setmem.cmdl to fix problem
2003 setting breakpoints and improve loading speed.
2004
ace4b8d7
FF
2005Sun Jul 7 14:57:34 1996 Fred Fish <fnf@cygnus.com>
2006
2007 * coffread.c (record_minimal_symbol): Don't presave name string
2008 on symbol_obstack before passing to prim_record_minimal_symbol.
2009 It now handles saving the string itself.
2010 * dbxread.c (read_dbx_dynamic_symtab): Ditto.
2011 * mipsread.c (read_alphacoff_dynamic_symtab): Ditto.
2012 * os9kread.c (record_minimal_symbol): Ditto.
2013 * solib.c (solib_add_common_symbols): Ditto.
2014
2015 * coffread.c (coff_symtab_read): Don't presave name string on
2016 symbol_obstack before passing to prim_record_minimal_symbol_and_info.
2017 It now handles saving the string itself.
2018 * dbxread.c (record_minimal_symbol): Ditto.
2019 * elfread.c (record_minimal_symbol_and_info): Ditto.
2020
2021 * dstread.c (record_minimal_symbol): Remove static function that just
2022 called prim_record_minimal_symbol with the same args (after change to
2023 prim_record_minimal_symbol to do it's own name string saves).
2024 * nlmread.c (record_minimal_symbol): Ditto.
2025 * somread.c (record_minimal_symbol): Ditto.
2026
2027 * hpread.c (hpread_read_enum_type): Save symbol name on symbol obstack.
2028 (hpread_read_function_type): Ditto.
2029 (hpread_process_one_debug_symbol): Ditto.
2030 * mdebugread.c (parse_symbol): Ditto.
2031 (new_symbol): Ditto.
2032 * minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
2033
2034 * coffread.c (process_coff_symbol): Use obsavestring to save
2035 SYMBOL_NAME, rather than obstack_copy0.
2036 * dstread.c (create_new_symbol): Ditto
2037 * symfile.c (obconcat): Ditto.
2038 * stabsread.c (patch_block_stabs): Ditto.
2039 * xcoffread.c (SYMNAME_ALLOC): Ditto.
2040
2041 * symfile.c (obsavestring): Update comments
2042 * solib.c (solib_add_common_symbols): Remove local var origname.
2043
89e673a4
SG
2044Wed Jul 3 15:56:08 1996 Stu Grossman (grossman@critters.cygnus.com)
2045
bc859e63
SG
2046 * configure: Re-build with autoconf-2.10.
2047
89e673a4
SG
2048 * sparcl-tdep.c (_initialize_sparc_tdep) config/sparc/tm-sparc.h,
2049 config/sparc/tm-sparclite.h: Initialize tm_print_insn from
2050 TM_PRINT_INSN, which comes from the tm file.
2051
e74acce4
MA
2052Tue Jul 02 21:41:20 1996 Mark Alexander <marka@cygnus.com>
2053
2054 * coffread.c, dbxread.c, elfread.c, mipsread.c, nlmread.c,
2055 os9kread.c: Replace identical sym_offsets functions with
2056 default_symfile_offsets.
2057 * somread.c (som_symfile_offsets): Use new SIZEOF_SECTION_OFFSETS
2058 macro to allocate section_offsets.
2059 * symfile.c (default_symfile_offsets): New function.
2060 * symfile.h: Declare default_symfile_offsets.
2061 * symtab.h: Define SIZEOF_SECTION_OFFSETS macro to
2062 simplify allocation of section_offsets.
2063
89e673a4
SG
2064Tue Jun 11 12:02:55 1996 Stu Grossman (grossman@critters.cygnus.com)
2065
2066 * Makefile.in (INTERNAL_LDFLAGS): Add in flags from configure.
2067 * configure configure.in: Only make sol-thread.o for native.
2068 Also, switch to dlopened libthread_db.so.1.
2069 * sol-thread.c: Switch to using dlopen to get the thread_db
2070 library.
2071
2072Thu Jun 13 16:53:25 1996 Stu Grossman (grossman@critters.cygnus.com)
2073
2074 * configure, configure.in: Change test for libthread_db to only
2075 work for configs where build/host/target are the same.
2076
eafdda3d
MM
2077Tue Jul 2 15:04:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2078
2079 * config/powerpc/{linux.mh,xm-linux.h}: New files, for Linux on
2080 PowerPC.
2081
2082 * configure.in (powerpc-*-linux): Add Linux, System V, and ELF
2083 support.
2084 * configure: Regenerate.
2085
6687c953
SS
2086Mon Jul 1 13:00:43 1996 Stan Shebs <shebs@andros.cygnus.com>
2087
2088 From Raymond Jou <rjou@mexican.cygnus.com>:
2089 * mpw-make.sed: Add lines to whack out autoconf hook
2090 @CONFIG_LDFLAGS@.
2091
97fd185a 2092Mon Jul 01 11:07:15 1996 Mark Alexander <marka@cygnus.com>
012be3ce 2093
97fd185a 2094 * remote-e7000.c (e7000_stop): New function.
012be3ce
DP
2095
2096Fri Jun 28 06:34:19 1996 Dawn Perchik <dawn@cygnus.com>
2097
6687c953
SS
2098 * configure, configure.in: Add target sparclet.
2099 * monitor.h, monitor.c: Added monitor flags MO_NO_ECHO_ON_SETMEM
2100 (don't expect echo on setmem command), MO_RUN_FIRST_TIME (if
2101 command to start process running on target is different from one
2102 to continue execution), MO_HEX_PREFIX (if addresses from monitor
2103 have a "0x" prefix).
2104 * monitor.c, parse.c, sparc-tdep.c: Don't require strings in the
2105 registers array. This is to allow NULLs to be place holders in
2106 the tm-*.h file so that only minor changes are needed when a new
2107 processor is introduced (eg, one without floating point).
2108 * sparc-tdep.c: Conditionally remove dependancies on floating
2109 point.
2110 * sparclet-rom.c, config/sparc/sparclet.mt,
2111 config/sparc/tm-sparclet.h: New files for target sparclet.
2112 * symfile.c (load_command): Add option for 2nd parameter; a load
2113 offset added to the vma of each section.
012be3ce 2114
265c044a
DP
2115Fri Jun 28 05:39:19 1996 Dawn Perchik <dawn@cygnus.com>
2116
2117 * main.c (main): Add option "l" for setting remote_timeout.
2118
cb1709ae
DP
2119Fri Jun 28 05:25:18 1996 Dawn Perchik <dawn@cygnus.com>
2120
6687c953
SS
2121 * remote-e7000.c, remote.c, target.h, top.c: Add set option
2122 "remote_timeout" for setting remote_timeout. Add set option
2123 "use_hard_breakpoints" for setting hardware .vs. memory
2124 breakpoints.
cb1709ae 2125
56a4bf53
DP
2126Fri Jun 28 04:32:18 1996 Dawn Perchik <dawn@cygnus.com>
2127
2128 * remote-e7000.c (e7000_parse_device): New function.
2129 Add option "tcp_remote" to target command if using
2130 tcp to connect to a remote host which is then connected
2131 via serial port to the e7000 (for exampole, a port master).
2132 (e7000_open): Change to call e7000_parse_device.
2133
f7ce02f4
DP
2134Fri Jun 28 03:47:17 1996 Dawn Perchik <dawn@cygnus.com>
2135
2136 * monitor.c (monitor_debug): Fix remotedebug buffering.
2137
99afd188
SS
2138Thu Jun 27 18:24:17 1996 Stan Shebs <shebs@andros.cygnus.com>
2139
2140 * config/i386/cygwin32.mh, config/powerpc/cygwin32.mh
2141 (NATDEPFILES): Add a space.
2142
81508b27
WM
2143Wed Jun 26 06:05:39 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
2144
2145 * gdbtypes.c (create_array_type): If TYPE_LENGTH (result_type)
2146 is zero, set TYPE_FLAG_TARGET_STUB to force reevaluation of the type.
2147
2148 * ch-exp.c (calculate_array_length): Function removed.
2149
ebea0366
MH
2150Tue Jun 25 17:41:06 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2151
2152 * remote-e7000.c (e7000_read_inferior_memory_large): New function.
2153 (e7000_xfer_inferior_memory): Call it.
2154
a69b7bdc
JM
2155Tue Jun 25 23:14:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2156
2157 * gdb/gdbserver/Makefile.in (docdir): Removed.
2158
5d8b7982
JM
2159Tue Jun 25 22:05:38 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2160
2161 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir):
2162 Use autoconf set values.
2163 (docdir): Removed.
2164 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
2165 * nlm/Makefile.in (bindir, libdir, datadir, mandir, infodir,
2166 includedir): Use autoconf set values.
2167 (docdir): Removed.
2168 * nlm/configure.in (AC_PREREQ): autoconf 2.5 or higher.
2169 * nlm/configure: Rebuilt.
2170 * gdb/gdbserver/Makefile.in (datadir): Set to $(prefix)/share.
2171
2172Mon Jun 24 09:56:14 1996 Angela Marie Thomas (angela@cygnus.com)
2173
2174 * stabsread.c (read_cfront_member_functions): add type
2175
2176Sun Jun 23 23:40:48 1996 Doug Evans <dje@canuck.cygnus.com>
2177
2178 * win32-nat.c: #include <unistd.h>.
2179 (unix_paths_to_dos_paths, dos_paths_to_unix_paths): Delete.
2180 (child_create_inferior): Convert only env var PATH to win32 style.
2181 (set_pathstyle_dos): Delete.
2182 (_initialize_inftarg): Delete dos-path-style command.
2183
3d9f68c0 2184start-sanitize-gdbtk
ab5c0a12
FF
2185Fri Jun 21 11:04:47 1996 Fred Fish <fnf@cygnus.com>
2186
2187 * gdbtk.tcl (create_register_windows): Include missing '$'s.
2188 Add global declarations for various reg_format_* variables.
4149b5f4
FF
2189 * gdbtk.tcl (populate_register_window): Make initial window one
2190 line taller to account for new column header line.
ab5c0a12
FF
2191
2192Fri Jun 21 09:46:47 1996 Fred Fish <fnf@cygnus.com>
3d9f68c0
FF
2193
2194 * gdbtk.c (get_register): Support for printing raw formats.
2195 * gdbtk.tcl: Add hint for using debug_interface.
2196 (center_window, add_breakpoint_frame, delete_breakpoint_frame):
2197 Enclose arg in braces for consistency.
2198 (create_registers_window, populate_reg_window, update_registers):
ab5c0a12
FF
2199 Major rewrite to support displaying multiple formats in the register
2200 window.
3d9f68c0
FF
2201 (init_reg_info): New function.
2202 (recompute_reg_display_list): Reset reg_display_list, start
2203 register display lines at line 2.
2204
2205end-sanitize-gdbtk
1a7b4b7c
DE
2206Thu Jun 20 13:42:23 1996 Doug Evans <dje@canuck.cygnus.com>
2207
2208 * configure.in: Revise sol-thread.o test.
2209 * configure: Regenerated.
2210
2211 * source.c (find_source_lines): Reassign size to result of read.
2212
b613bfbf 2213start-sanitize-gdbtk
3f8eefba
FF
2214Thu Jun 20 08:18:59 1996 Fred Fish <fnf@cygnus.com>
2215
2216 * gdbtk.tcl (gdbtk_tcl_readline_begin): Handle backspace to
2217 avoid backing up over prompt. At every input, make sure insert
2218 point is at least after command start, handle control-u to delete
2219 current input line.
2220 (tclsh): Handle backspace to avoid backing up over prompt. Handle
2221 control-u to delete current input line.
2222
b613bfbf
GN
2223Wed Jun 19 17:23:38 1996 Geoffrey Noer <noer@cygnus.com>
2224
2225 * configure.in: disable gdbtk for *cygwin32* hosted compiles
2226 * configure: regenerated with autoconf 2.8
2227
2228end-sanitize-gdbtk
b613bfbf
GN
2229Tue Jun 18 16:25:54 1996 Jeffrey A. Law <law@rtl.cygnus.com>
2230
2231 * h8300-dep.c (gdb_print_insn_h8300): Handle the H8/S.
2232 (h8300_command): Likewise.
2233 (set_machine): Likewise.
2234 (set_machine_hook): Likewise.
2235 (_initialize_h8300m): Likewise.
2236
2237 * config/h8300/tm-h8300.h (h8300smode): Declare.
2238
5499f9a1
JL
2239Sun Jun 16 15:21:51 1996 Jeffrey A. Law <law@rtl.cygnus.com>
2240
2241 * somsolib.c (som_solib_create_inferior_hook): Handle tracking
2242 of shl_load calls for hpux10.
2243
2244Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
2245
2246 * config.in: Regenerated.
2247 * acconfig.h (HAVE_THREAD_DB_LIB): Added entry.
2248
2249 * configure: Regenerated.
2250 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
2251 avoid name clashes with SunOS headers.
2252
9d111656
FF
2253Tue Jun 11 19:52:50 1996 Fred Fish <fnf@cygnus.com>
2254
2255 From Michael Snyder <Michael_Snyder@next.com>:
2256 * bcache.c (print_bcache_statistics): Avoid divide-by-zero
2257 exception if one or more objfile has no symbols, such as when
2258 a dynamic library has been stripped.
2259
2260Tue Jun 11 12:02:55 1996 Stu Grossman (grossman@critters.cygnus.com)
2261
2262 * Makefile.in (INTERNAL_LDFLAGS): Add in flags from configure.
2263 * configure configure.in: Only make sol-thread.o for native.
2264 Also, switch to dlopened libthread_db.so.1.
2265 * sol-thread.c: Switch to using dlopen to get the thread_db
2266 library.
2267
f023ce5c
FF
2268Mon Jun 10 14:17:19 1996 Fred Fish <fnf@cygnus.com>
2269
2270 * config/sparc/{xm-sun4sol2.h,xm-sun4os4.h} (MMAP_BASE_ADDRESS):
2271 Change from 0xE0000000 to 0xC0000000.
2272
2273Thu Jun 6 17:10:32 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2274
2275 * config/powerpc/xm-solaris.h: Initial version of support for
2276 Solaris on PowerPC.
2277
911026aa
JSC
2278Wed Jun 5 01:52:57 1996 James G. Smith <jsmith@cygnus.co.uk>
2279
2280 * configure.in (configdirs): Force 4100 builds to use 4300 GDB
2281 target.
2282 * configure: Rebuild.
2283
2284 * config/mips/vr4300el.mt (SIM_OBS): Include simulator in
2285 little-endian builds.
2286
093c1a2f
JL
2287Mon Jun 3 11:48:29 1996 Jeffrey A Law (law@cygnus.com)
2288
f4c952e4
JL
2289 * inftarg.c (child_thread_alive): Protect declaration with
2290 #ifndef CHILD_THREAD_ALIVE.
2291
093c1a2f
JL
2292 * source.c (find_source_lines): Check the time on the symtab's bfd if
2293 it exists, else check the time on the exec_bfd.
2294
f6decc18
MA
2295Thu May 30 09:43:17 1996 Mark Alexander <marka@cygnus.com>
2296
2297 * dsrec.c (make_srec): Fix calculation of address size
2298 to allow addresses less than 0x100.
2299
3db21ca5
WM
2300Thu May 30 04:24:09 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
2301
2302 * ch-exp.c (ch_lex): In case of LOC_TYPEDEF call calculate_array_length.
2303
3308a107
GN
2304Tue May 28 16:15:47 1996 Geoffrey Noer <noer@cygnus.com>
2305
2306 * remote-mips.c: cannot use EINVAL for breakpoint test since
2307 its value varies for different hosts (e.g. go32's is 19, while
2308 sunos is 22). Changed to hardcoded 22 since that is what the
2309 mips boards return.
2310
e44d1491
TT
2311Tue May 28 11:14:58 1996 Tom Tromey <tromey@creche.cygnus.com>
2312
2313 * configure: Regenerated.
2314 * aclocal.m4 (CY_AC_PATH_TCLH): Don't use AC_TRY_RUN.
2315 (CY_AC_PATH_TKH): Don't use AC_TRY_RUN.
2316
76420d46
SG
2317Sun May 26 16:56:35 1996 Miles Bader <miles@gnu.ai.mit.edu>
2318
2319 * solib.c (solib_absolute_prefix, solib_search_path): New variables.
2320 (_initialize_solib): Add set/show commands for those variables.
2321 (solib_map_sections): Implement searching using them.
2322
9391c997
FF
2323Sun May 26 14:14:49 1996 Fred Fish <fnf@cygnus.com>
2324
2325 Changes from: David Mosberger-Tang <davidm@azstarnet.com>
2326
2327 * NEWS: Add Alpha Linux as a new native configuration.
2328
2329 * mdebugread.c (parse_symbol): When we find a malloc() symbol with
2330 return type VOID, assume no debugging info is available for that
2331 object file and patch the return value into VOID *. Otherwise,
2332 operations requiring an implicit call to malloc() will fail.
2333
2334 * infrun.c (wait_for_inferior): The criterion to detect entering a
2335 sigtramp handler is now: (a) the current pc is inside a sigtramp
2336 handler, (b) the previous pc is not in a sigtramp handler, and (c)
2337 the current stack pointer is "inner" than the old one. Condition
2338 (c) is new to avoid mistaking a return from a signal handler into
2339 sigtramp as a new sigtramp invocation.
2340
2341 * dcache.c (struct dcache_block): Declare addr as CORE_ADDR. An
2342 int may not be big enough to hold an address.
2343 (dcache_hit): Ditto.
2344 (dcache_peek_byte): Fix indentation.
2345
2346 * configure.in (alpha-*-linux*): Add target.
2347 * configure: Rebuild
2348
2349 * config/alpha/tm-alpha.h (PROC_DESC_IS_DYN_SIGTRAMP): New macro.
2350 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
2351 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
2352 (SIGCONTEXT_ADDR): Ditto.
2353 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
2354
2355 * config/alpha/alpha-linux.mh: New file.
2356 * config/alpha/alpha-linux.mt: Ditto.
2357 * config/alpha/nm-linux.h: Ditto.
2358 * config/alpha/tm-alphalinux.h: Ditto.
2359 * config/alpha/xm-alphalinux.h: Ditto.
2360 * config/alpha/xm-alphaosf.h: Renamed from xm-alpha.h.
2361 * config/alpha/alpha-osf1.mh (XM_FILE): Change from xm-alpha.h to
2362 xm-alphaosf.h.
2363 * config/alpha/alpha-osf2.mh: Ditto.
2364
2365 * blockframe.c (find_pc_partial_function): Pass PC to
2366 SIGTRAMP_START and SIGTRAMP_END macros for the benefit of systems
2367 that detect sigtramp code via designated code sequences (as is the
2368 case for Linux/Alpha, for example).
2369
2370 * config/i386/tm-i386bsd.h: Change SIGTRAMP_START and SIGTRAMP_END
2371 to ignore new PC argument.
2372 * config/m68k/tm-hp300bsd.h: Ditto.
2373 * config/vax/tm-vax.h: Ditto.
2374
2375 * alpha-tdep.c (alpha_linux_sigtramp_offset): New function.
2376 (alpha_osf_skip_sigtramp_frame): Ditto.
2377 (push_sigtramp_desc): Ditto.
2378 (alpha_find_saved_regs): Use SIGCONTEXT_ADDR macro to extract
2379 sigcontext address from frame.
2380 (alpha_saved_pc_after_call): When in sigtramp, use
2381 alpha_frame_saved_pc() instead of read-register().
2382 (after_prologue): When inside a dynamically generated sigtramp
2383 function, there is no prologue, so return address of first
2384 instruction.
2385 (alpha_in_prologue): Fix typo in comment.
2386 (find_proc_desc): Use macro DYNAMIC_SIGTRAMP_OFFSET to determine
2387 whether we're inside a dynamicaly generated sigtramp function. If
2388 so, create and push and appropriate procedure descriptor.
2389 (alpha_frame_chain): Use macro FRAME_PAST_SIGTRAMP_FRAME to obtain
2390 the frame past a sigtramp frame (if the current frame is indeed a
2391 sigtramp function).
2392 (init_extra_frame_info): Don't read next frame register off of
2393 stack-pointer when inside a dynamiccaly generated sigtramp.
2394 (alpha_pop_frame): Also unlink and destroy procedure descriptors
2395 created for dynamically generated sigtramp functions.
2396
2397 * alpha-nat.c: When compiling under Linux, include <asm/reg.h> and
2398 <alpha/ptrace.h> instead of <machine/reg.h>
2399
647e52ea
SG
2400Tue Jul 2 13:58:10 1996 Miles Bader <miles@gnu.ai.mit.edu>
2401
2402 * gnu-nat.c (inf_validate_task_sc):
2403 Give terminal to gdb while asking question.
2404 (inf_resume): Don't validate the task suspend-count while execing.
2405
2406Thu Jun 13 11:04:52 1996 Miles Bader <miles@gnu.ai.mit.edu>
2407
2408 * gnu-nat.c (inf_validate_task_sc): Query user before clearing any
2409 additional suspend count.
2410 (S_proc_wait_reply, gnu_attach): Don't call inf_validate_task_sc.
2411 (inf_resume): Call inf_validate_task_sc here.
2412 (gnu_resume): Call inf_update_procs to ensure noticing new threads.
2413
2414Fri Jun 7 17:00:43 1996 Miles Bader <miles@gnu.ai.mit.edu>
2415
2416 * gnu-nat.c (gnu_create_inferior: attach_to_child): Return PID.
2417
52f74d48
JL
2418Thu May 23 15:13:56 1996 Jeffrey A Law (law@cygnus.com)
2419
31778db0
JL
2420 * h8300-tdep.c (IS_PUSH): Refine.
2421 (IS_MOVE_FP, IS_MOV_SP_FP): Accept H8/300H varaints.
2422 (IS_SUB4_SP, IS_SUBL_SP): New macros.
2423 (h8300_skip_prologue): Handle H8/300H prologue code sequences.
2424 (examine_prologue): Handle addresses from 0x010000 to 0xffffff
2425 when in H8/300H mode. Get the return pointer's address correctly
2426 for the H8/300H. Handle H8/300H prolouge code sequences.
2427
52f74d48
JL
2428 * symfile.c (generic_load): Print the starting address
2429 of the file just loaded.
2430
e7600d8e
SS
2431Thu May 23 12:09:52 1996 Stan Shebs <shebs@andros.cygnus.com>
2432
2433 * mpw-make.sed: Edit @THREAD_DB_OBS@ out of makefile.
2434
2435Tue May 21 11:53:56 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2436
2437 * breakpoint.c (bpstat_do_actions): Avoid endless recursion
2438 if a `source' command is contained in bs->commands.
2439
2440 * infrun.c (wait_for_inferior): Update step_frame_address when
2441 stepping into a new line.
2442
2443 From schwab@issan.informatik.uni-dortmund.de (Andreas Schwab):
2444 * breakpoint.c (breakpoint_1): Add shlib_disabled case to
2445 bpenables array.
2446
c92f31c6
MA
2447Mon May 20 22:52:00 1996 Mark Alexander <marka@cygnus.com>
2448
2449 * dsrec.c (load_srec): Add WAITACK parameter, for machines
2450 like EST visionICE that send back an ACK after each S-record.
2451 * monitor.c (monitor_wait_srec_ack): New function.
2452 (monitor_load): Pass monitor_wait_srec_ack to load_srec
2453 if the monitor's MO_SREC_ACK flag is set.
2454 * monitor.h: Define MO_SREC_ACK flag.
2455 * remote-est.c (est_cmds): Add MO_SREC_ACK flag.
2456 * sh3-rom.c (sh3_load): Accomodate change in load_srec prototype.
2457 * srec.h: Add WAITACK parameter to load_srec prototype.
2458
6a4bfd83
RS
2459Sun May 19 21:22:00 1996 Rob Savoye <rob@chinadoll>
2460
2461 * config/sparc/sparclite.mt: Add the sparc simulator.
2462
41756e56
FF
2463Sun May 19 16:49:37 1996 Fred Fish <fnf@cygnus.com>
2464
2465 * defs.h (read_command_lines, query_hook): Update prototypes.
2466 (readline_begin_hook, readline_hook, readline_end_hook): Declare.
2467 * breakpoint.c (commands_command): Build message in temporary buffer
2468 and pass that, as well as tty control flag, to read_command_lines.
2469 * top.c (readline_begin_hook, readline_hook, readline_end_hook):
2470 Define here.
2471 (command_loop): Check for non-NULL instream before looping.
2472 (command_line_input): Use readline_hook when appropriate, to get
2473 user input from a GUI window.
2474 (read_next_line): Also build prompt if getting user input from a GUI.
2475 (recurse_read_control_structure): Fix typo in comment.
2476 (read_command_lines): Use passed in prompt and tty flag to decide how
2477 to build message. Use readline_begin_hook when appropriate, to set
2478 up a GUI interaction window. Just return head, whether NULL or not,
2479 after using readline_end_hook to complete GUI interaction.
2480 (define_command, document_command): Build message in a temporary
2481 buffer and pass it to read_command_lines, along with tty flag.
2482
2483start-sanitize-gdbtk
2484 * gdbtk.c (gdbtk_readline_begin, gdbtk_readline, gdbtk_readline_end):
2485 New functions.
2486 (tk_command_loop): Set instream to NULL to enable Tk user interaction.
2487 (gdbtk_init): Set readline_begin_hook, readline_hook,
2488 and readline_end_hook.
2489 * gdbtk.tcl (gdbtk_tcl_readline_begin, gdbtk_tcl_readline,
2490 gdbtk_tcl_readline_end): New functions.
2491 (tclsh): Pack scroll bar on right side of window, not left.
2492end-sanitize-gdbtk
2493
f0c56658
PS
2494Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2495
2496 * blockframe.c (frameless_look_for_prologue):
2497 Add FUNCTION_START_OFFSET only if func_start is non-zero.
2498 * minsyms.c (lookup_minimal_symbol_by_pc): Return NULL if
2499 pc is not in a known section.
2500 * stack.c (print_frame_info): Remove check for fi->pc in known
2501 section, now handled by lookup_minimal_symbol_by_pc.
2502
81ae689a
FF
2503start-sanitize-gdbtk
2504Fri May 17 13:54:34 1996 Fred Fish <fnf@cygnus.com>
2505
2506 * gdbtk.tcl (create_command_window): Change a misspelled "get"
2507 to the intended "cget".
2508 (delete_line): Fix so it deletes the current line at the
2509 insertion cursor.
2510end-sanitize-gdbtk
2511
6a4547c0
SS
2512Fri May 17 13:31:04 1996 Stan Shebs <shebs@andros.cygnus.com>
2513
2514 * sh-stub.c: New file, was config/sh/stub.c.
2515
b8f3d4c6 2516start-sanitize-gdbtk
26b3dc44 2517Thu May 16 19:20:29 1996 Fred Fish <fnf@cygnus.com>
5bac2b50
FF
2518
2519 * gdbtk.tcl (gdb_prompt): Set this early on.
2520 (create_command_window): Use gdb_prompt rather than "(gdb) ".
2521 (gdbtk_tcl_preloop): Proc executed just prior to Tk main loop.
2522 (tclsh): If an evaluation window already exists, just bring it
2523 to the front instead of trying to create another.
2524 * gdbtk.c (tk_command_loop): New function.
2525 (gdbtk_init): Call tk_command_loop rather than Tk_MainLoop.
2526
954a4a2a
FF
2527Thu May 16 16:16:35 1996 Fred Fish <fnf@cygnus.com>
2528
2529 * gdbtk.tcl (evaluate_tcl_command, tclsh): New functions that
2530 implement a tcl evaluation window for gdbtk maintainers to use.
2531
76e641bd
TT
2532Thu May 16 11:42:58 1996 Tom Tromey <tromey@creche.cygnus.com>
2533
f4e769dc
TT
2534 * gdbtk.tcl (files_command): Correctly insert list of files into
2535 listbox widget.
2536
76e641bd
TT
2537 * gdbtk.tcl (files_command): listbox command no longer accepts
2538 -geometry.
2539
b8f3d4c6
SS
2540Wed May 15 16:04:09 1996 Stan Shebs <shebs@andros.cygnus.com>
2541
2542 * gdbtk.tcl (create_command_window): If command window's buffer
2543 is disabled, don't execute any of the key bindings.
2544end-sanitize-gdbtk
2545
6bafbdfb
JL
2546Wed May 15 08:25:12 1996 Jeffrey A Law (law@cygnus.com)
2547
e7600d8e 2548 * top.c (read_next_line): Fix thinkos. From Donn Seeley.
ecebd693 2549
6bafbdfb
JL
2550 * coffread.c (coff_symtab_read): Handle C_LABEL symbols like
2551 C_STAT symbols.
2552 * h8300-tdep.c (h8300_pop_frame): Reset $sp and $pc correctly.
2553 Flush cached frames just before exiting.
2554 * remote-sim.c (gdbsim_resume): Complain if the program isn't
2555 being run.
2556 * config/h8300/tm-h8300.h (BELIEVE_PCC_PROMOTION): Define.
2557
9b33e492
SG
2558Tue May 14 18:05:16 1996 Stu Grossman (grossman@critters.cygnus.com)
2559
2560 * procfs.c (procfs_thread_alive procfs_stop): Make static.
e7600d8e 2561 (procfs_pid_to_str): New routine to print out thread id's in an
9b33e492
SG
2562 intelligible manner.
2563 * sol-thread.c (sol_thread_fetch_registers): Re-order manner in
b8f3d4c6 2564 which supply_register is called to fix bug with writing
9b33e492
SG
2565 individual regs.
2566 * config/sparc/tm-sun4sol2.h: Define default for
2567 target_pid_to_str in case host lacks libthread_db.
2568
47ef0da5
SG
2569Mon May 13 23:53:30 1996 Stu Grossman (grossman@critters.cygnus.com)
2570
2571 * Makefile.in config.in configure configure.in
2572 config/sparc/nm-sun4sol2.h config/sparc/sun4sol2.mh
2573 config/sparc/tm-sun4sol2.h: Use autoconf to config Solaris thread
2574 and pthread support, since pre-2.5 systems don't come with
2575 libthread_db.so.1.
2576
2577 * procfs.c (info_proc): Use int instead of id_t. Old versions of
e7600d8e 2578 Irix don't seem to define this.
47ef0da5 2579
572977a5
FF
2580start-sanitize-gdbtk
2581Mon May 13 13:43:25 1996 Fred Fish <fnf@cygnus.com>
2582
2583 * gdbtk.c (tk_command): Catch case where no argument is given
2584 since this will cause the tcl interpreter to dump core.
2585end-sanitize-gdbtk
2586
24ecc17a
JL
2587Mon May 13 17:40:58 1996 Jeffrey A Law (law@cygnus.com)
2588
2589 * top.c (execute_control_command, case while_control): Allow
2590 a while command to be interrupted.
2591
a50cedad
SG
2592Mon May 13 16:17:36 1996 Stu Grossman (grossman@critters.cygnus.com)
2593
2594 * sol-thread.c: More cleanup, add comments.
b8f3d4c6 2595 (sol_thread_resume): Prevent people from trying to step
a50cedad 2596 inactive threads.
b8f3d4c6 2597 (sol_thread_wait sol_thread_fetch_registers
a50cedad
SG
2598 sol_thread_store_registers): Remove unnecessary check for
2599 sol_thread_active. These routines won't get called unless threads
2600 are active.
2601
05535e79
SS
2602Mon May 13 11:29:37 1996 Stan Shebs <shebs@andros.cygnus.com>
2603
2604 SH3-E support from Allan Tajii <atajii@hmsi.com>:
2605 * sh-tdep.c (sh_reg_names, sh3_reg_names): Add empty names for
2606 float registers.
2607 (sh3e_reg_names): New register name array.
2608 (sh_processor_type_table): Add sh3e processor type.
2609 * config/sh/tm-sh.h (REGISTER_VIRTUAL_TYPE): Fix test.
2610 (REGISTER_NAMES, NUM_REGS, NUM_REALREGS, etc): Adjust for
2611 full set of registers.
2612 * remote-e7000.c (want_sh3, want_sh3_nopc): New globals.
2613 (e7000_fetch_registers, e7000_wait): Use them.
2614 * sh3-rom.c (sh3_regnames): Add float registers.
2615 (sh3e_cmds, sh3e_ops): New globals.
2616 (sh3e_open): New function.
2617 (_initialize_sh3_rom): Rename from _initialize_sh3, set up
2618 sh3e target vector.
2619
934741a1
SG
2620Fri May 10 15:53:38 1996 Stu Grossman (grossman@lisa.cygnus.com)
2621
2622 * sol-thread.c: Cleanup. gcc -Wall fixes. Add prototypes.
2623 Print out messages instead of codes for thread_db errors. Make
2624 access macros for thread and lwp manipulation. Make cleanups to
2625 fixup inferior_pid in case of errors.
2626
31ed312c
FF
2627Thu May 9 19:06:02 1996 Fred Fish <fnf@cygnus.com>
2628
2629 * aclocal.m4: Remove unused definition of AC_C_CROSS.
2630 * configure.in: Add powerpcle-*-solaris* host and target config
2631 so April 30th change does not get lost next time configure is
2632 rebuilt.
2633
fdfa3315
SG
2634Thu May 9 14:13:08 1996 Stu Grossman (grossman@critters.cygnus.com)
2635
2636 * Makefile.in, breakpoint.c, corelow.c, fork-child.c, inflow.c,
2637 infrun.c, mac-nat.c, procfs.c, remote.c, sol-thread.c, thread.c,
2638 win32-nat.c, config/nm-lynx.h: Rename thread.h to gdbthread.h to
2639 avoid conflict with Solaris /usr/include/thread.h.
2640
7574859f
RS
2641Thu May 9 12:33:32 1996 Rob Savoye <rob@chinadoll.cygnus.com>
2642
2643 * abug-rom.c: Config file for the older style ABug monitor that
2644 runs on the mvme13x boards.
2645 * config/m68k/monitor.mt: Add abug support for m68k cross
2646 debugging.
2647
2ae2f078 2648Wed May 8 20:33:24 1996 Fred Fish <fnf@cygnus.com>
3f37b696 2649
2ae2f078
FF
2650 * infcmd.c (do_registers_info): Always print the raw floating
2651 point value's bytes in big endian order, so the the leftmost bit
2652 is the most significant.
3f37b696
FF
2653 * breakpoint.c (clear_momentary_breakpoints): Remove dead code
2654 that is referenced nowhere else.
2655 (set_breakpoint): Ditto.
2656 (do_enable_breakpoint): Created from enable_once_breakpoint
2657 with a couple of changes.
2658 (enable_breakpoint): Call do_enable_breakpoint with an appropriate
2659 bpdisp enum value to set disposition of breakpoint.
2660 (enable_once_breakpoint): Ditto.
2661 (enable_delete_breakpoint): Ditto.
2662 * breakpoint.h (clear_momentary_breakpoints): Remove prototype.
2663 * symtab.c (find_pc_line): Improve comments.
572977a5 2664start-sanitize-gdbtk
3f37b696 2665 * gdbtk.c: Fix a couple of misspellings.
572977a5 2666end-sanitize-gdbtk
3f37b696
FF
2667 * xcoffread.c: Ditto.
2668
37316b52
SS
2669Tue May 7 18:37:06 1996 Stan Shebs <shebs@andros.cygnus.com>
2670
2671 * target.c (debug_to_xfer_memory): Insert line breaks when
2672 dumping the memory block.
2673
8fc2b417
SG
2674Mon May 6 13:52:52 1996 Stu Grossman (grossman@critters.cygnus.com)
2675
2676 * fork-child.c (fork_inferior), inferior.h: init_trace_fun now
2677 returns a possibly modified pid.
2678 * inftarg.c (ptrace_him): Now returns pid;
2679 * m3-nat.c (m3_trace_him): Now returns pid;
2680 * infcmd.c (run_command): Minor cleanup.
2681 * infrun.c (wait_for_inferior): Add another check for one_stepped
2682 near where we read the pc to avoid erroneously setting
2683 random_signal for multi-threaded support.
2684 * procfs.c: Add support for Solaris LWPs. Remove def of
2685 LOSING_POLL. Many cleanups... Several workarounds for Solaris
2686 lossage. System call entry and exit are now handled by
2687 dynamically registered handlers.
2688 * (syscallname): Don't barf when handed an unknown syscall
2689 number.
2690 * (info_proc_syscalls): Ditto.
2691 * sol-thread.c: New file. Implements Solaris thread support.
2692 * symfile.c (symbol_file_add): Add call to target_new_objfile to
2693 notify target-dependent code about new symbol tables.
2694 * (clear_symtab_users): Call target_new_objfile to notify it of
2695 the removal of all symbol tables.
2696 * target.c (push_target): Make sure that to_close is non-zero
2697 before calling it.
2698 * target.h (target_new_objfile): Provide default.
2699 * config/alpha/nm-osf2.h: Define LOSING_POLL because this version
2700 of OSF can't hack using poll with /proc.
2701 * config/sparc/nm-sun4sol2.h (target_new_objfile): Define to be
2702 sol-thread-new-objfile.
2703 * config/sparc/sun4sol2.mh: Add sol-thread.o to NATDEFFILES, and
2704 add libthread_db.so.1 to NAT_CLIBS.
2705 * config/sparc/tm-sun4sol2.h: Define PIDGET, TIDGET, and
2706 target_pid_to_str.
2707
2708Sat May 4 02:13:34 1996 N Srin Kumar <nsrin@wipinfo.soft.net>
2709
2710 * procfs.c (remove_fd): Fix copy of fds to fill hole left after
2711 removal of the requested fd.
2712
8678180e
MM
2713Mon May 6 07:52:48 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2714
2715 * rs6000-tdep.c (_initialize_rs6000_tdep): Don't do XCOFF specific
2716 hooks under ELF.
2717
2718 * config/powerpc/tm-ppc-eabi.h: Define ELF_OBJECT_FORMAT.
2719
9e9cf822
SS
2720start-sanitize-gdbtk
2721Thu May 2 19:17:49 1996 Stan Shebs <shebs@andros.cygnus.com>
2722
2723 * gdbtk.tcl (debug_interface): New global, use to aid debugging.
2724 (insert_breakpoint_tag, delete_breakpoint_tag): Fix range.
2725 (file_popup_menu): Delete, never used.
2726 (listing_window_popup): Rename from listing_window_button_1,
2727 remove breakpoint toggling code.
2728 (toggle_breakpoint): New procedure.
2729 (create_file_win): Bind popup menu to button 2, toggle breakpoints
2730 with button 1 in breakpoint area, add display of tagged areas if
2731 debugging on.
2732end-sanitize-gdbtk
2733
e51481f9
JL
2734Thu May 2 12:46:14 1996 Jeffrey A Law (law@cygnus.com)
2735
9e9cf822 2736 From Peter Schauer:
e51481f9
JL
2737 * breakpoint.h (enum bpdisp): Add del_at_next_stop.
2738 * breakpoint.c (insert_breakpoints, watchpoint_check,
2739 bpstat_stop_status): Avoid bad references to memory freed via
2740 delete_breakpoint on watchpoints going out of scope.
2741 Do not delete these watchpoints, disable them and change their
2742 disposition to del_at_next_stop instead.
2743 (breakpoint_auto_delete): Delete all breakpoints whose disposition
2744 is del_at_next_stop.
2745 (breakpoint_init_inferior): Use switch to avoid reference to
2746 already deleted breakpoint.
2747
062cb0d3
FF
2748Wed May 1 17:29:18 1996 Fred Fish <fnf@cygnus.com>
2749
9e9cf822 2750 * Makefile.in (rs6000-nat.o): Depend on xcoffsolib.h.
062cb0d3 2751 * config/rs6000/rs6000.mh (NATDEPFILES): Move xcoffread.o ...
9e9cf822 2752 * config/rs6000/rs6000.mt (TDEPFILES): ... to here.
062cb0d3
FF
2753 * xcoffsolib.c (xcoff_relocate_symtab_hook): Define and initialize.
2754 (solib_info): Call xcoff_relocate_symtab via the hook.
2755 (sharedlibrary_command): Ditto.
2756 * xcoffread.c: Remove all FAKING_RS6000 comments and defines.
2757 (xcoff_add_toc_to_loadinfo_hook): Define and initialize here.
2758 (xcoff_init_loadinfo_hook): Define and initialize here.
2759 (scan_xcoff_symtab): Call xcoff_add_toc_to_loadinfo via the hook.
2760 (xcoff_initial_scan): Call xcoff_init_loadinfo via the hook.
2761 * xcoffsolib.h (xcoff_relocate_symtab_hook): Declare extern func.
2762 * rs6000-tdep.c (_initialize_rs6000_tdep): Add initializations
2763 of xcoff_add_toc_to_loadinfo_hook and xcoff_init_loadinfo_hook.
2764 * rs6000-nat.c (_initialize_core_rs6000): Add initialization
2765 of xcoff_relocate_symtab_hook.
2766
fe8d28cf
MM
2767Tue Apr 30 13:22:02 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2768
2769 * configure (powerpcle-*-solaris*): Add Solaris support.
2770
2771 * config/powerpc/{solaris.m[ht],tm-solaris.h}: New files for
2772 Solaris support.
aad09779
DP
2773
2774Mon Apr 29 16:17:31 1996 Dawn Perchik <dawn@cygnus.com>
9e9cf822 2775
aad09779
DP
2776 * c-valprint.c (c_val_print): Fix printing for arrays defined
2777 with 0 length.
2778
5a2934b4
SS
2779Sun Apr 28 15:08:05 1996 Stan Shebs <shebs@andros.cygnus.com>
2780
fea17b55
SS
2781 Support for bi-endian remote breakpoints.
2782 * remote.c (big_break_insn, little_break_insn): New globals.
2783 (break_insn): Remove.
2784 (remote_insert_breakpoint, remote_remove_breakpoint): Use own
2785 code if REMOTE_BREAKPOINT defined, otherwise call memory
2786 breakpoint functions.
2787 * config/sh/tm-sh.h (REMOTE_BREAKPOINT): Remove.
2788 (BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT): Define.
2789
5a2934b4
SS
2790 * mon960-rom.c (mon960_cmds): Remove forward decl.
2791 (mon960_load): Use current_monitor instead of mon960_cmds.
2792 (mon960_regnames): Remove backslashes from line ends.
2793 (_initialize_mon960): Fix documentation string.
2794
d2c17d4f
FF
2795Sun Apr 28 12:10:35 1996 Fred Fish <fnf@cygnus.com>
2796
2797 * symfile.h (psymbol_allocation_list): Expand comments which
2798 describe the psymbol allocation list and how each field is
2799 used.
2800
39ce6829
PS
2801Sun Apr 28 03:44:30 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2802
2803 * breakpoint.c (delete_breakpoint): Fix bpt->val, bpt->exp
2804 storage leaks.
2805 (breakpoint_re_set_one): Fix b->exp, b->val, b->cond storage leaks.
2806
2807 * infcmd.c (run_command), solib.c (locate_base): Check for
2808 target_has_execution in addition to inferior_pid, a core file
2809 from a threaded program is yielding a non-zero inferior_pid.
2810
2811 * sparc-tdep.c (get_saved_register): Handle window registers
2812 in a dummy frame correctly.
2813
6c0643e3
FF
2814Sat Apr 27 20:38:32 1996 Fred Fish <fnf@cygnus.com>
2815
2816 * Makefile.in (CLIBS): Move $(MMALLOC) past all other libs,
2817 so that anything that wants an allocation function not yet pulled
2818 in, will get it from mmalloc rather than a system library.
2819 * Makefile.in (INSTALLED_LIBS): Reorder to match order of CLIBS,
2820 to avoid surprising results when used.
2821
00d93b6d
DP
2822Sat Apr 27 00:12:05 1996 Dawn Perchik (dawn@cygnus.com)
2823
2824 * stabsread.c: Changes and bug fixes for cfront support.
2825 Fix bug for class data members.
2826 Fix parsing bug when no base classes exist.
2827 Fix memory bug - allocate space for cplusplus specific info.
2828 Add support for static data.
2829 Add prototypes for static functions.
2830 Enhance comments to show what each function expects to parse.
2831 Cleanup code.
2832 * stabsread.c(resolve_cont),dbxread.c(resolve_cont): Rename
2833 function to resolve_cfront_continuation.
2834
7dbb5eed
JL
2835Fri Apr 26 23:58:26 1996 Jeffrey A Law (law@cygnus.com)
2836
2837 * infrun.c (wait_for_inferior): Call registers_changed when
6cc17fd5 2838 restarting the inferior to get over a nullified instruction.
7dbb5eed 2839
73e75264 2840Tue Apr 24 12:12:55 1996 Dawn Perchik (dawn@cygnus.com)
7dbb5eed 2841
73e75264
DP
2842 * dbxread.c,stabsread.c,gdbtypes.c,partial-stab.h,valops.c:
2843 Add new support for parsing cfront stabs.
2844
894d8e69
JL
2845Wed Apr 24 00:32:55 1996 Jeffrey A Law (law@cygnus.com)
2846
2847 * infrun.c (wait_for_inferior): Move "have_waited" label
2848 outside of #ifdef conditionals. Don't trash the wait status
2849 if we get a signal and the current instruction is nullified.
2850
2851Mon Apr 22 20:17:01 1996 Fred Fish <fnf@cygnus.com>
2852
9e9cf822 2853 * Makefile.in (VERSION): Bump version number to 4.16.1.
894d8e69
JL
2854 * NEWS: Update for 4.16 release.
2855
178ed338
SS
2856Mon Apr 22 16:32:29 1996 Stan Shebs <shebs@andros.cygnus.com>
2857
2858 * monitor.h: Clean up comment formatting.
2859 (current_monitor): Remove decl.
2860 (LOADTYPES, LOADPROTOS, INIT_CMD, etc): Remove definitions.
2861 (push_monitor, SREC_SIZE): Remove.
2862 * monitor.c: Expand old macro into current_monitor derefs
2863 everywhere.
2864 * remote-os9k.c (current_monitor): Remove definition.
2865
f9fedc48
MA
2866Mon Apr 22 14:54:45 1996 Mark Alexander <marka@superball.cygnus.com>
2867
2868 * corefile.c (specify_exec_file_hook): Allow arbitrary number of
2869 hooks.
2870 (call_extra_exec_file_hooks): New function.
2871 * h8300-tdep.c: Lint; add .h files to provide missing declarations,
2872 remove unused variables.
2873 (set_machine_hook): New function.
2874 (_initialize_h8300m): Initialize it.
2875
102f473b
ILT
2876Fri Apr 19 15:03:49 1996 Ian Lance Taylor <ian@cygnus.com>
2877
2878 * remote-mips.c (encoding): Don't specify size, to avoid bug in
2879 SunOS native compiler.
2880
69159fad
SS
2881Thu Apr 18 18:46:57 1996 Stan Shebs <shebs@andros.cygnus.com>
2882
2883 * monitor.c: Use int rather than LONGEST for values, since
2884 the formatting strings are not prepared to accept long longs.
2885
e1b4f287
DE
2886Wed Apr 17 20:17:27 1996 Doug Evans <dje@canuck.cygnus.com>
2887
2888 * arm-tdep.c (initialize_arm_tdep): Make apcs32 a `zinteger'.
2889
8eff3c7f
SG
2890Tue Apr 16 17:38:23 1996 Stu Grossman (grossman@critters.cygnus.com)
2891
2892 * corelow.c (add_to_thread_list): Make sure reg_sect is non-null
2893 before de-referencing it. Prevents deref of NULL pointer if core
2894 file lacks .reg section.
2895 * defs.h: Rename floatformat_{to from}_long_double to
2896 floatformat_{to from}_doublest. Get rid of FLOATFORMAT_{TO
2897 FROM}... macros.
2898 * findvar.c (extract_floating store_floating): Change all refs to
2899 FLOATFORMAT_{FROM TO}... to floatformat_{from to}_doublest.
2900 * utils.c: Change floatformat_{to from}_long_double to
2901 floatformat_{to from}_doublest cuz the new routines will use
2902 whatever size (double or long double) is appropriate.
2903 * config/i960/tm-i960.h (REGISTER_CONVERT_TO_VIRTUAL
2904 REGISTER_CONVERT_TO_RAW): Change FLOATFORMAT... macros to
2905 floatformat... routine calls.
2906
15b03b57
PB
2907Mon Apr 15 16:34:11 1996 Per Bothner <bothner@kalessin.cygnus.com>
2908
2909 * stabsread.c (read_type): Move handling of '@' from type
2910 number handling to handling of types proper (as emitted by gcc!).
2911 For typedefs, allocate the typedef type before reading its
2912 definition, to properly handling recursive types.
2913
c5ee9d00
JL
2914Mon Apr 15 11:19:26 1996 Jeffrey A Law (law@cygnus.com)
2915
2916 * ch-exp.c (calculate_array_length): Fix prototype.
2917
449abd89
SG
2918Sat Apr 13 14:21:16 1996 Stu Grossman (grossman@critters.cygnus.com)
2919
2920 * remote-nindy.c (nindy_open): Acquire more target state so that
2921 user can attach to a previously running program.
2922 * (nindy_fetch_registers nindy_store_registers): Get rid of fp
2923 conversion code. That's all handled in {extract store}_floating
2924 now.
2925 * utils.c (floatformat_to_double): Don't bias exponent when
2926 handling zero's, denorms or NaNs.
2927 * config/i960/tm-i960.h (REGISTER_CONVERT_TO_VIRTUAL
2928 REGISTER_CONVERT_TO_RAW): Change to using DOUBLST and
2929 FLOATFORMAT_TO/FROM_DOUBLEST macros.
2930 * config/i960/tm-nindy960.h: Undefine
2931 REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW, and
2932 REGISTER_CONVERTIBLE. These are no longer necessary now that all
2933 the magic happens in extract/store_floating.
2934
9898b3b7
PS
2935Sat Apr 13 02:58:02 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2936
2937 * eval.c (evaluate_subexp_standard): Report error when attempting to
2938 evaluate subscripts for types which cannot be subscripted.
2939
2940 * valarith.c (value_x_binop, value_x_unop): Add noside parameter.
2941 Return a zero value with the return type of the member function
2942 if noside is EVAL_AVOID_SIDE_EFFECTS instead of calling the member
2943 function.
2944 * values.h (value_x_binop, value_x_unop): Update prototypes
2945 accordingly.
2946 * eval.c (evaluate_subexp_standard): Update all callers of
2947 value_x_binop, value_x_unop accordingly.
2948
2949 * valarith.c (value_neg, value_complement): Perform ANSI C/C++
2950 integral promotion on operands.
2951
38d715a4
FF
2952Fri Apr 12 13:19:27 1996 Fred Fish <fnf@cygnus.com>
2953
2954 * README: Update for 4.16 release.
2955 * configure.in (AC_CHECK_FUNCS): Also check for sbrk.
2956 * configure: Regenerate with autoconf.
2957 * config.in: Regenerate with autoheader.
2958 * main.c (main): Only use sbrk() when HAVE_SBRK is defined.
2959 * top.c (command_loop): Ditto.
2960
c6fbd98b
SG
2961Fri Apr 12 09:45:29 1996 Stu Grossman (grossman@critters.cygnus.com)
2962
2963 * defs.h: Define TARGET_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT
2964 defaults for bi-endian targets. Replace function pointers for
2965 floatformat routines with macros. No need for these to be runtime
2966 selectable.
2967 * findvar.c: Get rid of floatformat function pointers. Use
2968 macros in extract_floating and store_floating.
2969 * remote-nindy.c (nindy_fetch_registers nindy_store_registers):
2970 Use floatformat macros.
2971
d8efbc66
FF
2972Thu Apr 11 21:28:02 1996 Fred Fish <fnf@cygnus.com>
2973
2974 From: Miles Bader <miles@gnu.ai.mit.edu>
2975 * configure.in (AC_CHECK_HEADERS): check for endian.h.
2976 Use AC_CHECK_TOOL to find AR & RANLIB. Add AC_PROG_AWK.
2977 Add host & target cases for i[345]86-*-gnu*.
2978 * config.in: Regenerate with autoheader.
2979 * configure: Regenerate with autoconf.
2980 * Makefile.in (AR, AWK): Set from corresponding autoconf substs.
2981 (init.c): Don't scan mig-generated files.
2982 * defs.h (endian.h): Include if HAVE_ENDIAN_H defined.
2983 * config/nm-m3.h (ATTACH_NO_WAIT): Define.
2984 * infcmd.c (attach_command): Use "#ifndef ATTACH_NO_WAIT"
2985 rather than "#ifndef MACH".
2986
4eaf7c0a
SS
2987Thu Apr 11 18:49:42 1996 Stan Shebs <shebs@andros.cygnus.com>
2988
2989 * remote.c (remotewritesize): New GDB variable, controls size
2990 of memory packets sent to the target.
2991
a243a22f
SG
2992Thu Apr 11 13:47:52 1996 Stu Grossman (grossman@critters.cygnus.com)
2993
2994 * dcache.c: Add prototypes. Make many functions static.
2995 * (dcache_peek dcache_fetch dcache_poke): Make dcache_fetch and
2996 dcache_poke call dcache_xfer_memory directly in order to fix
2997 problems with turning off dcache. dcache_peek is now unnecessary,
2998 so it goes away.
2999
3000 * defs.h: Define new macros HOST_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT
3001 and TARGET_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT to specify a pointer
3002 to a struct floatformat. This allows for better handling of
3003 targets whose floating point formats differ from the host by more
3004 than just byte order.
3005 * (floatformat_to_long_double floatformat_from_long_double):
3006 Prototypes for new functions in utils.c.
3007 * (floatformat_to_doublest floatformat_from_doublest): Prototypes
3008 for pointers to floating point conversion functions. The actual
3009 function uses either double or long double if the host supports it.
3010 * findvar.c (floatformat_to_doublest floatformat_from_doublest):
3011 Initialize to point at correct function depending on HAVE_LONG_DOUBLE.
3012 * (extract_floating store_floating): Rewrite. Now, if host fp
3013 format is the same as the target, we just do a copy. Otherwise,
3014 we call floatformat_{to from}_doublest.
3015 * remote-nindy.c (nindy_xfer_inferior_memory): Change param
3016 `write' to `should_write'.
3017 * utils.c (floatformat_to_long_double
3018 floatformat_from_long_double): New routines that implement long
3019 double versions of functions in libiberty/floatformat.c.
3020 * config/i960/tm-i960.h (TARGET_LONG_DOUBLE_FORMAT): Define this for
3021 i960 extended real (80 bit) numbers.
3022 * nindy-share/nindy.c (ninMemGet ninMemPut): Return number of bytes
3023 actually read or written.
3024
f046f4c8
WM
3025Wed Apr 10 02:56:06 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
3026
3027 * ch-valprint.c (chill_val_print): Remove call to calculate_array_length.
3028 (calculate_array_length): Move function from here ...
3029
3030 * ch-exp.c (calculate_array_length): ... to here.
3031 (parse_primval): If we have a symbol with an array type
3032 and the length is 0, call calculate_array_length.
3033
a539f6d8
WM
3034Tue Apr 9 01:23:05 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
3035
3036 * eval.c (evaluate_subexp_standard): In case of TYPE_CODE_SET:
3037 Add some checks for powerset compatibility.
3038
3039 * valops.c (value_slice): Use lowbound instead of lowerbound for
3040 call to slice_range_type to get correct bounds.
3041
d8efbc66 3042Mon Apr 8 12:53:56 1996 Fred Fish <fnf@cygnus.com>
5579919f
FF
3043
3044 * Makefile.in (scm-exp.o, scm-lang.o, scm-valprint.o): Add targets and
3045 dependencies.
3046 * scm-lang.c (gdb_string.h): Include.
3047 * objfiles.c (add_to_objfile_sections): Cast second arg of obstack_grow
3048 call to correct type (char *).
3049 * cp-valprint.c (cp_print_static_field): Ditto.
3050 * somsolib.c (som_solib_create_inferior_hook): Add a declaration
3051 for external find_unwind_entry function (from hppa-tdep.c).
3052 * remote-pa.c (remote_write_bytes, remote_read_bytes): Change
3053 type of second arg to "char *" to be type compatible with
3054 dcache.
3055 (remote_wait): Cast second arg to strtol to correct type.
3056 * hppa-tdep.c (compare_unwind_entries): Change argument types to
3057 "const void *" to be type compatible with qsort, and then
3058 assign to local args prior to use.
3059
75eb5231
JL
3060Mon Apr 8 15:35:52 1996 Jeffrey A Law (law@cygnus.com)
3061
3062 * infptrace.c (kill_inferior): Remove call to "kill"; update
3063 comments.
3064
7782ee45
GN
3065Mon Apr 8 14:05:07 1996 Geoffrey Noer <noer@cygnus.com>
3066
3067 * remote-e7000.c: don't append :23 to target port if __WIN32__
3068 is defined (it's WinGDB).
3069
ce0787ef
FF
3070Sun Apr 7 22:34:29 1996 Fred Fish <fnf@cygnus.com>
3071
3072 From: Miles Bader <miles@gnu.ai.mit.edu>
3073 * gnu-nat.c, gnu-nat.h, msg.defs, exc_request.defs, i386gnu-nat.c,
3074 msg_reply.defs, notify.defs, process_reply.defs, reply_mig_hack.awk,
3075 config/nm-gnu.h, config/i386/{i386gnu.mh, i386gnu.mt, nm-gnu.h,
3076 m-i386gnu.h, xm-i386gnu.h}: New files for GNU hurd.
3077
3078Sun Apr 7 13:32:41 1996 Fred Fish <fnf@cygnus.com>
125c17af
FF
3079
3080 * configure.in (case host): Add i386sco5 host.
3081 * configure: Regenerate.
3082
3083 From: Robert Lipe <robertl@dgii.com>
3084 Add support for SCO OpenServer 5 (a.k.a. 3.2v5*) This
3085 target is an SVR3.2 with COFF, ELF, and shared libes, but
3086 no /proc.
3087 * config/i386/i386sco5.mh: New file.
3088 * config/i386/nm-i386sco5.h: New file.
3089
a6b65627
FF
3090Sat Apr 6 08:55:22 1996 Fred Fish <fnf@cygnus.com>
3091
3092 * bcache.c (bcache): When size of chunk to cache is exactly equal to
3093 BCACHE_MAXLENGTH, stash chunk as unique copy.
3094
eae8aa30
FF
3095Sat Apr 6 00:46:26 1996 Fred Fish <fnf@cygnus.com>
3096
3097 * symfile.c (INLINE_ADD_PSYMBOL): Remove ifdef.
3098 (add_psymbol_to_list): Add an arg for passing CORE_ADDR values and
3099 use it, rather than calling add_psymbol_addr_to_list.
3100 (add_psymbol_addr_to_list): Delete.
3101 (add_psymbol_to_list): Make psymbol static to avoid random data in
3102 gaps due to alignment of structure members.
3103 * symfile.h (INLINE_ADD_PSYMBOL, ADD_PSYMBOL_TO_LIST,
3104 ADD_PSYMBOL_ADDR_TO_LIST): Remove. Real world tests show no
3105 performance improvements by inlining via complicated macros and
3106 they just make gdb larger and harder to maintain.
3107 * dwarfread.c (add_enum_psymbol): Replace ADD_PSYMBOL_TO_LIST
3108 and/or ADD_PSYMBOL_ADDR_TO_LIST macro(s) with call to
3109 add_psymbol_to_list with appropriate long or CORE_ADDR args.
3110 (add_partial_symbol): Ditto.
3111 * partial-stab.h: Ditto.
3112 * os9kread.c (read_os9k_psymtab): Ditto
3113 * mdebugread.c (parse_partial_symbols): Ditto.
3114 (handle_psymbol_enumerators): Ditto.
3115 (demangle.h): Include.
3116 * hpread.c (hpread_build_psymtabs): Ditto.
3117 (hpread_build_psymtabs): Ditto.
3118 (demangle.h): Include
3119
51bea8cf 3120start-sanitize-gdbtk
fda6fadc
SS
3121Fri Apr 5 13:44:40 1996 Stan Shebs <shebs@andros.cygnus.com>
3122
3123 * gdbtk.c (running_now): New global variable.
3124 (gdb_cmd): Test it before executing any command.
3125 (gdbtk_call_command): Set it when inferior is running.
3126 * gdbtk.tcl (gdbtk_tcl_busy, gdbtk_tcl_idle): Enable and
3127 disable interaction with command window's text appropriately.
3128
8b3f9ed6
MM
3129Fri Apr 5 13:25:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3130
3131 * gdbtk.c (SIOCSPGRP, linux): If on Linux, undef SIOCSPGRP, since
3132 some versions of the kernel don't support it.
51bea8cf 3133end-sanitize-gdbtk
8b3f9ed6 3134
72ae15f6
FF
3135Thu Apr 4 20:16:55 1996 Fred Fish <fnf@cygnus.com>
3136
3137 * configure.in: Check for setpgid function.
3138 * config.in: Regenerate with autoheader.
3139 * configure: Regenerate with autoconf.
3140 * inflow.c (_initialize_inflow): Only try to use _SC_JOB_CONTROL
3141 if it is actually defined.
3142 (gdb_setpgid): Use HAVE_SETPGID.
3143 * ch-exp.c: Change include of <string.h> to "gdb_string.h".
fda6fadc
SS
3144 * c-exp.y, f-exp.y, m2-exp.y: Ditto.
3145 * c-exp.y, serial.c: Include <ctype.h>.
72ae15f6
FF
3146 * config/m68k/nm-news.h: Add typedef for pid_t which is
3147 apparently missing from <sys/types.h>. Enclose entire
3148 file in NM_NEWS_H ifndef and define when included.
3149 * config/mips/nm-news-mips.h: Ditto.
3150 * config/m68k/tm-m68k.h (REGISTER_CONVERT_TO_VIRTUAL,
3151 REGISTER_CONVERT_TO_RAW): Change name of temporary variable.
3152
67c1413d
SS
3153Thu Apr 4 19:04:18 1996 Stan Shebs <shebs@andros.cygnus.com>
3154
72c9954b
SS
3155 * arm-xdep.c: Move native-specific code to here from arm-tdep.c.
3156 * arm-tdep.c (arm_apcs_32): New global.
3157 (arm_addr_bits_remove, arm_saved_pc_after_call,
3158 arm_push_dummy_frame, arm_pop_frame): New functions.
3159 (arm_skip_prologue): Updated version from Richard Earnshaw.
3160 (_initialize_arm_tdep): Add set/show "apcs32".
3161 * config/arm/tm-arm.h (ADDR_BITS_REMOVE): Call
3162 arm_addr_bits_remove.
3163 (SAVED_PC_AFTER_CALL): Call arm_saved_pc_after_call.
3164 (frame_find_saved_regs): Declare properly.
3165 (PUSH_DUMMY_FRAME): Call arm_push_dummy_frame.
3166 (POP_FRAME): Call arm_pop_frame, use ADDR_BITS_REMOVE instead of
3167 explicit mask.
3168 * config/arm/nm-arm.h: New file.
3169 * config/arm/xm-arm.h (KERNEL_U_ADDR, FETCH_INFERIOR_REGISTERS):
3170 Move definitions to nm-arm.h.
3171 * config/arm/arm.mh (NAT_FILE): Define.
3172
67c1413d
SS
3173 * symfile.c (generic_load): Initialize data_count properly.
3174
3e3ee48f
FF
3175Thu Apr 4 17:17:53 1996 Fred Fish <fnf@cygnus.com>
3176
3177 * symmisc.c (print_objfile_statistics): Print memory used by
3178 psymbol cache obstack.
3179
72158e71
SS
3180Thu Apr 4 15:43:07 1996 Stan Shebs <shebs@andros.cygnus.com>
3181
3182 * symfile.c (report_transfer_performance): New function.
3183 (generic_load): Call it to report transfer rate.
3184 * remote-e7000.c (e7000_load): Ditto.
3185
761e98aa
SS
3186Mon Apr 1 16:31:00 1996 Stan Shebs <shebs@andros.cygnus.com>
3187
3188 * mpw-make.sed: Change references to config.h to be in objdir,
3189 edit out rules to rebuild config.h.
3190
251b8ab9
FF
3191Mon Apr 1 08:32:23 1996 Fred Fish <fnf@cygnus.com>
3192
3193 * hppa-tdep.c (hppa_pop_frame): Call clear_proceed_status before
3194 proceeding.
3195
517cb8d7 3196Sun Mar 31 16:15:43 1996 Fred Fish <fnf@cygnus.com>
771f63d3
FF
3197
3198 * hppah-nat.c (store_inferior_registers, store_inferior_registers,
3199 fetch_register, child_xfer_memory): Use call_ptrace function supplied
3200 by infptrace.c rather than calling ptrace directly.
3201
32b18604
SS
3202Sun Mar 31 15:39:00 1996 Stan Shebs <shebs@andros.cygnus.com>
3203
3204 * mon960-rom.c: Cleanups and elimination of unused code,
3205 clarify documentation string.
3206 (mon960_serial, mon960_ttyname): Remove.
3207 * config/i960/tm-mon960.h (ADDITIONAL_OPTIONS,
3208 ADDITIONAL_OPTION_CASES, ADDITIONAL_OPTION_HELP): Remove.
3209
07b77f5c
FF
3210Sat Mar 30 11:00:22 1996 Fred Fish <fnf@cygnus.com>
3211
3212 * configure.in: Check whether printf family supports printing
3213 long doubles or not and define PRINTF_HAS_LONG_DOUBLE if so.
3214 * acconfig.h: Provide default undef for PRINTF_HAS_LONG_DOUBLE.
3215 * configure: Regenerate.
3216 * valprint.c (print_floating): Use PRINTF_HAS_LONG_DOUBLE.
3217 * c-exp.y (parse_number): Use PRINTF_HAS_LONG_DOUBLE.
3218 * configure.in: Fix have_gregset and have_fpregset autoconf
3219 variable names so that they match the pattern required to
3220 cache them.
3221
b52cac6b
FF
3222Fri Mar 29 21:39:56 1996 Fred Fish <fnf@cygnus.com>
3223
3224 * core-aout.c (fetch_core_registers): Cast core_reg_size to int
3225 before testing against reg_ptr.
3226 * eval.c (evaluate_subexp_standard): Cast type of
3227 TYPE_FN_FIELD_VOFFSET to int.
3228 * findvar.c (extract_signed_integer, extract_unsigned_integer,
3229 extract_long_unsigned_integer): Cast type of sizeof to int.
3230 * values.c (unpack_field_as_long, modify_field): Ditto.
3231 * valops.c (value_assign, call_function_by_hand): Ditto.
3232 * infcmd.c (do_registers_info): Ditto.
fda6fadc 3233 * ser-tcp.c (tcp_open): Ditto.
b52cac6b
FF
3234 * remote.c (putpkt): Ditto.
3235 * dcache.c (dcache_peek): Ditto.
3236 * dcache.c (dcache_poke): Ditto.
3237 * m2-exp.y (yylex): Ditto.
3238 * gnu-regex.c (re_match_2): Ditto.
3239 * f-lang.c (ADD_BF_SYMNUM, saved_bf_list_end, tmp_bf_ptr): Ifdef
3240 out unused macro definition and variables.
3241 * inftarg.c (proc_wait): Move from main.c to here, and make static.
3242 * valprint.c (val_print_string): Change bufsize from int to unsigned.
fda6fadc 3243 * main.c (wait.h): Include.
b52cac6b
FF
3244 * top.c (command_line_input): Remove unused variable "c".
3245 * f-typeprint.c (f_type_print_varspec_prefix): Add missing enum
3246 value TYPE_CODE_TYPEDEF to switch statement.
3247 (f_type_print_varspec_suffix): Add missing enum value
3248 TYPE_CODE_TYPEDEF to switch statement.
3249 * ch-exp.c (parse_primval): Add remaining enumeration values to
3250 switch statement, with no specific action.
3251 (ch_lex): Add LOC_UNRESOLVED in switch statement.
3252 (pushback_token): Ifdef out, since code using it is ifdef'd out.
3253 * stabsread.c (cleanup_undefined_types): Remove unused label
3254 "badtype".
3255 * objfiles.h (print_symbol_bcache_statistics): Add prototype.
3256 * maint.c (objfiles.h): Include.
3257 (maintenance_print_statistics): Remove unused variable "temp".
3258 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
3259 unused variable "found_file_symbol".
3260 * m2-exp.y (yylex): Add LOC_UNRESOLVED case to switch.
3261 * language.c (lang_bool_type): Use existing function local type
3262 variable rather than create block local variables.
3263 * solib.c (disable_break): Enclose in ifndef SVR4_SHARED_LIBS.
3264 * infptrace.c (wait.h, command.h): Include.
3265 * ser-tcp.c (gdb_string.h): Include
3266 * i386-tdep.c (codestream_seek): Change "place" to CORE_ADDR.
3267 (i386_get_frame_setup): Change "pc" from int to CORE_ADDR.
3268 * command.c (complete_on_enum): Make assignment used as truth value
3269 explictly check against NULL.
3270 (wait.h): Include.
3271 * infrun.c (wait_for_inferior): Ifdef out prologue_pc since code
3272 that uses it is ifdef'd out.
3273 * parser-defs.h: Add prototype for write_dollar_variable.
3274 * infrun.c: Add prototype for write_pc_pid.
3275 * breakpoint.h: Add prototype for re_enable_breakpoints_in_shlibs.
3276 * symmisc.c (bcache.h): Include.
3277 * bcache.h: Add prototype for print_bcache_statistics.
3278 * symfile.c: Include <time.h>.
3279 * printcmd.c (print_scalar_formatted): Change len to unsigned int.
3280 * valarith.c (value_equal): Cast result of TYPE_LENGTH to int.
3281 * valarith.c (value_binop): Change result_len, promoted_len1,
3282 and promoted_len2 to unsigned int.
3283 * valarith.c (value_subscripted_rvalue): Change elt_offs and
3284 elt_size to unsigned int.
3285 * valops.c (value_array): Change typelength to unsigned int.
3286 (destructor_name_p): Change len to unsigned int.
3287 * scm-lang.h (scm_parse): Add prototype for scm_unpack.
3288 * symfile.c (decrement_reading_symtab): Change return type to void.
3289 * valarith.c (value_subscript): Remove unused variable "word".
3290 (value_subscript): Remove unused variable "tint".
3291 * valops.c (auto_abandon): Ifdef out, since code using it is also
3292 ifdef'd out.
3293 * eval.c (init_array_element): Remove unused variable "val".
3294 * Makefile.in (values.o): Depends on scm-lang.h.
3295 (command.o): Depends upon wait_h.
3296 (ser-tcp.o): Depends upon gdb_string.h.
3297 (infptrace.o): Depends upon wait_h and command_h.
3298 (maint.o): Depends on objfiles.h and symfile.h.
3299 * values.c (allocate_repeat_value): Remove unused variable
3300 "element_type".
3301 (scm-lang.h): Include.
3302 * breakpoint.c (create_longjmp_breakpoint): Enclose in
3303 GET_LONGJMP_TARGET define, unused otherwise.
3304 * config/i386/nm-linux.h: Add prototypes for i386_insert_watchpoint,
3305 i386_remove_watchpoint and i386_stopped_by_watchpoint.
3306
078aeca4
DE
3307Thu Mar 28 12:53:19 1996 Doug Evans <dje@canuck.cygnus.com>
3308
3309 * configure.in (sparc64-*-solaris2*): Delete.
3310 Stick with sparc-*-solaris2*.
3311 * configure: Regenerated.
3312
75225aa2
FF
3313Thu Mar 28 06:51:26 1996 Fred Fish <fnf@cygnus.com>
3314
3315 * valops.c (value_assign): Make copy of internal variable value
3316 before returning it as a new value, since it is owned by the
3317 internal variable and will be freed along with it.
3318
fa3764e2
JL
3319Wed Mar 27 08:36:17 1996 Jeffrey A Law (law@cygnus.com)
3320
3321 * From Peter Schauer.
3322 * breakpoint.c (breakpoint_re_set_one): Keep temporary
3323 breakpoints bp_until, bp_finish, bp_watchpoint_cope, bp_call_dummy
3324 and bp_step_resume in case breakpoint_re_set_one is called due
3325 to a step over a dlopen call.
3326 * infrun.c (wait_for_inferior): Always remove breakpoints from
3327 inferior in BPSTAT_WHAT_CHECK_SHLIBS case.
3328
7e2ff10d
FF
3329Tue Mar 26 13:15:32 1996 Fred Fish <fnf@cygnus.com>
3330
3331 * config/mips/tm-mips.h (COERCE_FLOAT_TO_DOUBLE): Only prefer
3332 non-prototyped case over prototyped case for C.
3333 * config/pa/tm-hppa.h (COERCE_FLOAT_TO_DOUBLE): Ditto.
3334
4cfb23a9
FF
3335Sat Mar 23 17:24:28 1996 Fred Fish <fnf@cygnus.com>
3336
3337 * os9kread.c (os9k_process_one_symbol): Note nonportable
3338 assumption that an int can hold a char *.
3339
3340 * bcache.h (struct hashlink): Wrap data[] inside union with
3341 double to force longest alignment.
3342 (BCACHE_DATA): New macro to access data[].
3343 (BCACHE_ALIGNMENT): New macro to get offset to data[].
3344 * bcache.c (lookup_cache, bcache): Use BCACHE_DATA to get
3345 address of cached data. Use BCACHE_ALIGNMENT to compute
3346 amount of space to allocate for each hashlink struct.
3347
b9aa6215
FF
3348Sat Mar 23 12:14:02 1996 Fred Fish <fnf@cygnus.com>
3349
3350 * ch-lang.c (evaluate_subexp_chill): Fix typo.
3351
3352Thu Mar 21 08:27:19 1996 Fred Fish <fnf@cygnus.com>
3353
3354 * Makefile.in (VERSION): Bump version to 4.15.3
3355
18ea4416
ILT
3356Thu Mar 21 10:56:41 1996 Ian Lance Taylor <ian@cygnus.com>
3357
3358 * config.in: Rename from config.h.in.
3359 * configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
3360 Change CONFIG_HEADERS test in AC_OUTPUT accordingly.
3361 * configure: Rebuild.
3362 * Makefile.in (stamp-h): Depend upon config.in, not config.h.in.
3363 Set CONFIG_HEADERS to config.h:config.in.
3364
67718369
PS
3365Tue Mar 19 12:47:51 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3366
3367 * partial-stab.h (case N_ENDM): Finish current partial symbol
3368 table for Solaris 2 cc.
3369
a466b86a
JL
3370Tue Mar 19 10:39:15 1996 Jeffrey A Law (law@cygnus.com)
3371
3372 * rs6000-nat.c (exec_one_dummy_insn): Don't clobber the
3373 PC in the registers array. From Peter Schauer.
3374
0ef22be9
FF
3375Mon Mar 18 13:47:09 1996 Fred Fish <fnf@cygnus.com>
3376
3377 * symfile.c (reread_symbols): Reinitialize bcache struct
3378 members to zero using memset. Also use memset to reinit
3379 global_psymbols and static_psymbols, rather than explicitly
3380 resetting each structure member.
3381
31520669
FF
3382Sat Mar 16 19:47:36 1996 Fred Fish <fnf@cygnus.com>
3383
3384 * configure.in: Add fragment to create stamp-h.
3385
3386 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3387 * configure.in (AC_CHECK_HEADERS): Check for link.h.
3388 * configure: Regenerate with autoconf.
3389 * config.h.in: Regenerate with autoheader.
3390 * config/i386/nm-linux.h: Include solib.h only if HAVE_LINK_H
3391 is defined.
3392 * solib.c: Exclude most of the code if HAVE_LINK_H is not defined.
3393 * config/i386/linux.mh: Reinstate XM_CLIBS, it is needed for
3394 older a.out based systems.
3395
bfcf3112 3396Sat Mar 16 16:45:43 1996 Fred Fish <fnf@cygnus.com>
db210d08 3397
bfcf3112 3398 * config.h.in: New file.
db210d08
FF
3399 * acconfig.h: New file, for autoheader.
3400 * configure.in (AC_CONFIG_HEADER): Add, generate config.h.
3401 * configure: Regenerate.
3402 * Makefile.in (defs_h): Add config.h
bfcf3112
FF
3403 (distclean): Remove config.h and stamp-h during distclean.
3404 (config.h, stamp-h): New targets to remake config.h when necessary.
db210d08
FF
3405 * defs.h (config.h): Include before any other includes or defines.
3406 * i386-tdep.c (gdb_string.h): Move include after include of defs.h.
d58ffc6c 3407 * i386v4-nat.c (defs.h): Include before testing HAVE_SYS_PROCFS_H.
db210d08 3408
d5fde1c9
FF
3409Sat Mar 16 14:55:27 1996 Fred Fish <fnf@cygnus.com>
3410
3411 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3412 * Makefile.in (INSTALLED_LIBS): Make sure that @LIBS@ will not
3413 result in an empty line, to work around a bug in native Ultrix 4.4
3414 and OSF/1-3.2C make.
3415
3dedc867
FF
3416Sat Mar 16 13:33:17 1996 Fred Fish <fnf@cygnus.com>
3417
3418 * configure.in: Add gdbserver to configdirs under linux.
3419 * configure: Regenerate.
3420
f727efb5
C
3421Fri Mar 15 12:06:58 1996 J.T. Conklin <jtc@rtl.cygnus.com>
3422
3423 * config/i386/nm-nbsd.h (FLOAT_INFO): Comment out.
3424 * config/i386/tm-nbsd.h (NUM_REGS): Define.
3425
a404ea25
JL
3426Thu Mar 14 10:31:18 1996 Jeffrey A Law (law@cygnus.com)
3427
3428 * solib.c (solib_break_names): Add _r_debug_state for
3429 vanilla SVR4 implementations. From Peter Schauer.
3430
3431Mon Mar 11 14:24:57 1996 Dawn Perchik <dawn@critters.cygnus.com>
3432
3433 * mon960-rom.c: New file; support mon960 rom monitor on i960.
3434 * monitor.c (monitor_debug): Change remotedebug to buffer strings.
3435 * monitor.c (monitor_open): Add test for flag MO_NO_ECHO_ON_OPEN before
3436 epecting prompt and echo during open.
3437 * monitor.c (monitor_stop): Add test for flag MO_SEND_BREAK_ON_OPEN to
3438 determine if break should be sent as stop command.
3439 * monitor.h: Add flags MO_NO_ECHO_ON_OPEN and MO_SEND_BREAK_ON_OPEN.
3440 * i960-tdep.c (mon960_frame_chain_valid): New function for getting
3441 stack frame on mon960.
3442 * Makefile.in: Add mon960 files.
3443 * configure.in: Changed i960-*-coff* and i960-*-elf* to target mon960;
3444 added i960-nindy-coff* and i960-nindy-elf* for target nindy.
3445 * configure: Regenerated.
3446 * config/i960/mon960.mt, config/i960/tm-mon960.h: New files;
3447 support mon960 rom monitor on i960.
3448
1ef980b9
SC
3449Mon Mar 11 11:02:47 1996 Steve Chamberlain <sac@slash.cygnus.com>
3450
3451 With Michael Snyder:
3452 * i386-tdep.c (skip_trampoline_code): Fix strncmp length.
3453 * win32-nat.c (CHECK, DEBUG*, debug_*): New.
3454 (handle_load_dll): Don't reload symbols.
3455 (handle_exception): Use the DEBUG_* names.
3456 (child_wait): Add DEBUG_* code.
3457 (_initialize_inftarg): Add new commands to set debug_ names.
3458
803a31a3
JL
3459Mon Mar 11 09:19:58 1996 Jeffrey A Law (law@cygnus.com)
3460
3461 * From Peter Schauer:
3462 * breakpoint.c (insert_breakpoints): Use ALL_BREAKPOINTS_SAFE.
3463 (bpstat_stop_status): Likewise.
3464 (remove_solib_event_breakpoints): Likewise.
3465 (clear_momentary_breakpoints): Likewise.
3466 (re_enable_breakpoints_in_shlibs): Don't reenable a breakpoint
3467 if we still can't read the memory for that breakpoint.
3468 (mention): Add bp_shlib_event case to keep gcc quiet.
3469
3470Fri Mar 8 12:08:12 1996 Jeffrey A Law (law@cygnus.com)
3471
3472 * breakpoint.h (enum enable): New enum shlib_disabled for
3473 shared library breakpoints that have been temporarily disabled.
3474 * breakpoint.c: Handle temporarily disabled shared library
3475 breakpoints like disabled breakpoints in most places.
3476 (insert_breakpoints): Use shlib_disabled to indicate
3477 that an unsettable breakpoint is only temporarily disabled.
3478 (re_enable_breakpoints_in_shlibs): New function.
3479 * corelow.c (solib_add_stub): After adding shared libraries,
3480 try to reenable any temporarily disabled breakpoints.
3481 * infcmd.c (attach_command): Likewise.
3482 * infrun.c (wait_for_inferior): Likewise.
3483
4972c44e
ILT
3484Fri Mar 8 11:41:25 1996 Ian Lance Taylor <ian@cygnus.com>
3485
3486 * defs.h (extract_long_unsigned_integer): Declare.
3487 * findvar.c (extract_long_unsigned_integer): New function.
3488 * printcmd.c (print_scalar_formatted): Use it.
3489 * valprint.c (val_print_type_code_int): Likewise.
3490
00dd4fd9
SS
3491Thu Mar 7 17:40:50 1996 Stan Shebs <shebs@andros.cygnus.com>
3492
3493 * infcmd.c (do_registers_info): Ignore anonymous registers.
3494 * sh-tdep.c (set processor): New command to set specific
3495 processor type.
3496 (sh_reg_names, sh3_reg_names): Arrays of register names for
3497 SH and SH3 processors.
3498 (sh_set_processor_type): New function.
3499 * sh3-rom.c (sh3_open): Call it.
3500 (sh3_regname): Add names of all the bank registers.
3501 (sh3_supply_register): Clean up formatting.
3502 * config/sh/tm-sh.h (NUM_REGS, NUM_REALREGS): Increase to include
3503 bank registers.
3504 (REGISTER_NAMES): Add names of bank registers.
3505 (FP15_REGNUM): Define.
3506 (REGISTER_VIRTUAL_TYPE): Use it.
3507 * monitor.c: Clean up some comments.
3508
43ece84d
C
3509Thu Mar 7 12:09:51 1996 J.T. Conklin <jtc@rtl.cygnus.com>
3510
3511 * i386b-nat.c: Revert part of Mar 5 change. FreeBSD collapsed the
3512 s* and t* symbols too.
3513
5a367b09
JSC
3514Thu Mar 7 15:18:51 1996 James G. Smith <jsmith@cygnus.co.uk>
3515
3516 * symfile.c (generic_load): Avoid division by zero.
3517
653fed07
JL
3518Wed Mar 6 17:57:59 1996 Jeffrey A Law (law@cygnus.com)
3519
3520 * breakpoint.c (bfd_lookup_symbol): Provide for all SVR4 systems,
3521 not just those with HANDLE_SVR4_EXEC_EMULATORS.
27b6a1fa 3522
00dd4fd9 3523 From Peter Schauer:
27b6a1fa
JL
3524 * breakpoint.c (internal_breakpoint_number): Move to file scope.
3525 (create_solib_event_breakpoint): Use an internal breakpoint number.
3526
bb901438
WM
3527Wed Mar 6 00:32:44 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
3528
3529 * valarith.c (value_in): Change builtin_type_chill_bool to
3530 LA_BOOL_TYPE.
3531
c105168f
WM
3532Tue Mar 5 23:48:36 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
3533
3534 * ch-exp.c (parse_primval): Handle CARD, MAX, MIN.
3535 (match_string_literal): Handle control sequence.
3536 (match_character_literal): Deto.
3537
3538 * ch-lang.c (chill_printchar): Change formating of nonprintable
3539 characters from C'xx' to ^(num).
3540 (chill_printstr): Deto.
3541 (value_chill_card, value_chill_max_min): New functions to process
3542 Chill's CARD, MAX, MIN.
3543 (evaluate_subexp_chill): Process UNOP_CARD, UNOP_CHMAX, UNOP_CHMIN.
3544
3545 * expression.h (exp_opcode): Add UNOP_CARD, UNOP_CHMAX, UNOP_CHMIN
3546 for Chill's CARD, MAX, MIN.
3547
3548 * valarith.c (value_in): Add processing of TYPE_CODE_RANGE
3549 and change return type from builtin_type_int to
3550 builtin_type_chill_bool.
3551
d009ffd8
SS
3552Tue Mar 5 18:54:04 1996 Stan Shebs <shebs@andros.cygnus.com>
3553
b4692cbc
SS
3554 * config/nm-nbsd.h (link_object, lo_name, etc): Move to here
3555 from config/nm-nbsd.h.
3556 * config/sparc/nm-nbsd.h (regs, fp_status, etc): Move to here
3557 from config/sparc/tm-nbsd.h.
3558
d009ffd8
SS
3559 * config/m68k/nm-hp300hpux.h (FIVE_ARG_PTRACE): Define here
3560 instead of in config/m68k/xm-hp300hpux.h.
3561
d554e554
C
3562Tue Mar 5 12:05:35 1996 J.T. Conklin <jtc@rtl.cygnus.com>
3563
3564 * i386b-nat.c, m68knbsd-nat.c (fetch_core_registers): Provide
3565 implementation for NetBSD systems.
3566
02e6e53d
PB
3567Mon Mar 4 23:44:16 1996 Per Bothner <bothner@kalessin.cygnus.com>
3568
8d67b75a
PB
3569 * valarith.c (binop_user_defined_p): Return 0 for BINOP_CONCAT.
3570 (value_concat): Handle varying strings (add COERCE_VARYING_ARRAY).
3571
02e6e53d
PB
3572 * ch-lang.c (evaluate_subexp_chill case MULTI_SUBSCRIPT): Error
3573 if "function" is pointer to non-function.
3574
f935141e
SS
3575Mon Mar 4 17:47:03 1996 Stan Shebs <shebs@andros.cygnus.com>
3576
3577 * top.c (print_gdb_version): Update copyright year.
3578
11be829f
JL
3579Mon Mar 4 14:44:54 1996 Jeffrey A Law (law@cygnus.com)
3580
f935141e 3581 From Peter Schauer:
11be829f
JL
3582 * infrun.c (wait_for_inferior): Remove breakpoints and
3583 switch terminal settings before calling SOLIB_ADD.
3584 * solib.c (enable_break, SVR4 variant): Don't map in symbols
3585 for the dynamic linker, the namespace pollution causes real
3586 problems.
3587
4f005fea
JSC
3588Sun Mar 3 17:18:57 1996 James G. Smith <jsmith@cygnus.co.uk>
3589
3590 * remote-mips.c (common_breakpoint): Explicitly terminate the
3591 returned buffer.
3592
cf3c0938
SS
3593Wed Feb 28 22:32:18 1996 Stan Shebs <shebs@andros.cygnus.com>
3594
3595 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
3596 * remote.c (remote_detach): Send a command 'D' to the target
3597 when detaching, update the function's comments.
3598
647e52ea
SG
3599Thu Jun 6 16:11:38 1996 Miles Bader <miles@gnu.ai.mit.edu>
3600
3601 * gnu-nat.c (thread_cmd_list): New declaration.
3602 (parse_int_arg): New function.
3603
3604Wed Jun 5 17:28:04 1996 Miles Bader <miles@gnu.ai.mit.edu>
3605
3606 * gnu-nat.h (struct proc): Add DETACH_SC field.
3607 * gnu-nat.c (make_proc): Set DETACH_SC.
3608 (struct inf): Add DETACH_SC & DEFAULT_THREAD_DETACH_SC fields.
3609 (make_inf): Set DETACH_SC & DEFAULT_THREAD_DETACH_SC fields.
3610 (add_thread_commands): Add set/show for detach-suspend-count.
3611 Add takeover-suspend-count cmd.
3612 (inf_detach): Set suspend counts to the detach SC, not 0.
3613 (set_thread_detach_sc_cmd, show_thread_detach_sc_cmd,
3614 set_task_detach_sc_cmd, show_task_detach_sc_cmd,
3615 set_thread_default_thread_detach_sc_cmd,
3616 show_thread_default_thread_detach_sc_cmd): New functions.
3617 (show_task_cmd): Also show detach-suspend-count values.
3618 (thread_takeover_sc_cmd): New function.
3619
3620Fri May 31 16:49:24 1996 Miles Bader <miles@gnu.ai.mit.edu>
3621
3622 * gnu-nat.c (show_thread_run_cmd): Actually print state.
3623
3624Thu May 30 10:47:56 1996 Miles Bader <miles@gnu.ai.mit.edu>
3625
3626 * gnu-nat.c (inf_signal): Make unforwardable exceptions an error.
3627
3628Tue May 28 17:06:36 1996 Miles Bader <miles@gnu.ai.mit.edu>
3629
3630 * gnu-nat.c (inf_validate_stopped): proc_getprocinfo takes a
3631 pointer to the flags now, not the flags themselves.
3632
3633Mon May 27 13:31:17 1996 Miles Bader <miles@gnu.ai.mit.edu>
3634
3635 * gnu-nat.c (gnu_wait): Print debugging msgs for pending execs.
3636 (gnu_create_inferior): Check return from ptrace.
3637
3638Sun May 26 16:56:35 1996 Miles Bader <miles@gnu.ai.mit.edu>
3639
3640 * gnu-nat.h (struct proc): Add DEAD field.
3641 * gnu-nat.c (make_proc): Initialize DEAD.
3642 (inf_set_traced, inf_validate_task_sc, inf_validate_procs: Frob it.
3643 (gnu_wait): Only abort for 0 threads if the task isn't dead.
3644
3645Sat May 25 17:06:05 1996 Miles Bader <miles@gnu.ai.mit.edu>
3646
3647 * gnu-nat.c (inf_signal): Pass SIGCODE when posting a signal.
3648
3649Wed May 22 18:44:28 1996 Miles Bader <miles@gnu.ai.mit.edu>
3650
3651 * gnu-nat.c (S_proc_wait_reply): Add SIGCODE argument.
3652 (inf_set_traced): Only give no-signal-thread error message if
3653 turning *on* tracing.
3654
3655Wed May 15 13:03:16 1996 Miles Bader <miles@gnu.ai.mit.edu>
3656
3657 * gnu-nat.c (inf_validate_procs): If INF has no threads, always
3658 set inf->threads_up_to_date to 0.
3659 (inf_signal): Pass in new SIGCODE argument to msg_sig_post_untraced.
3660 (gnu_wait): Pass in new TIMEOUT arg to interrupt_operation.
3661 (proc_update_sc): Cast thread state arg to thread_set_state.
3662 (proc_get_state): Cast thread state arg to thread_get_state.
3663 (inf_validate_task_sc): Cast task_basic_info arg to task_info.
3664 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Call
3665 inf_update_procs before we lookup the thread.
3666 * config/i386/i386gnu.mh (MH_CFLAGS): New variable.
3667
3668Tue May 7 17:52:33 1996 Miles Bader <miles@gnu.ai.mit.edu>
3669
3670 * gnu-nat.c (gnu_kill_inferior): Use inf_set_task to clear the task.
3671
3672Mon May 6 19:06:49 1996 Miles Bader <miles@gnu.ai.mit.edu>
3673
3674 * gnu-nat.c (inf_set_traced): Use msg_set_init_int with
3675 INIT_TRACEMASK instead of setting the exec flags.
3676
3677Fri May 3 19:10:57 1996 Miles Bader <miles@gnu.ai.mit.edu>
3678
3679 * gnu-nat.c (inf_validate_procs): Don't clear INF->task if we find
3680 the task's died, so others have a chance at it.
3681 (gnu_resume): When single-stepping a single thread, given an error
3682 if there is no such thread. When single-stepping one but running
3683 the others, just given a warning and still run all the threads.
3684 (gnu_wait): If there seem to be no threads, look harder, and
3685 signal an error if there really aren't any.
3686 (gnu_attach): Reset thread numbering to 0.
3687
3688 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Give
3689 thread name in warning messages.
3690
3691 * gnu-nat.c (active_inf): New function.
3692 (show_sig_thread_cmd, show_stopped_cmd): Use it.
3693 (info_port_rights, info_send_rights_cmd, info_port_sets_cmd,
3694 info_recv_rights_cmd, info_port_rights_cmd, info_port_rights_cmd):
3695 New functions.
3696 (add_task_commands): Add new port-right info commands.
3697
3698Fri Apr 26 20:42:16 1996 Miles Bader <miles@gnu.ai.mit.edu>
3699
3700 * gnu-nat.c (gnu_wait): Instead of _hurd_intr_rpc_mach_msg, just
3701 use mach_msg with MACH_RCV_INTERRUPT.
3702 (set_noninvasive_cmd): New function.
3703 (add_task_commands): Add command entry for `set noninvasive'.
3704
3705Mon Mar 4 14:12:02 1996 Miles Bader <miles@gnu.ai.mit.edu>
3706
3707 * gnu-nat.c (gnu_read_inferior): Use hurd_safe_memmove, not safe_bcopy.
3708 (safe_bcopy): Function removed.
3709
3710Mon Dec 4 14:18:26 1995 Miles Bader <miles@gnu.ai.mit.edu>
3711
3712 * gnu-nat.c (proc_update_sc): Assert only threads can have state.
3713 (make_proc): Initialize state_valid & state_changed fields.
3714
3715Tue Nov 28 17:51:21 1995 Miles Bader <miles@gnu.ai.mit.edu>
3716
3717 * reply_mig_hack.awk: New file.
3718
3719Tue Nov 14 14:31:03 1995 Miles Bader <miles@gnu.ai.mit.edu>
3720
3721 * breakpoint.c (breakpoint_1): Print breakpoint thread field.
3722
3723 * lynx-nat.c (child_wait): Return TARGET_WAITKIND_SPURIOUS for new
3724 threads.
3725
3726Mon Nov 13 18:30:53 1995 Miles Bader <miles@gnu.ai.mit.edu>
3727
3728 * target.c (debug_to_check_threads): New function.
3729
3730 * inflow.c (terminal_init_inferior_with_pgrp): New function.
3731 (terminal_init_inferior): Call terminal_init_inferior_with_pgrp.
3732 * inferior.h (terminal_init_inferior_with_pgrp): New declaration,
3733 but only if PROCESS_GROUP_TYPE is defined.
3734
3735Mon Nov 6 16:42:09 1995 Miles Bader <miles@gnu.ai.mit.edu>
3736
3737 * target.c (debug_to_thread_alive): Pass through the return value.
3738
3739Thu Nov 2 18:05:00 1995 Miles Bader <miles@gnu.ai.mit.edu>
3740
3741 * target.c (signals, target_signal_from_host, target_signal_to_host):
3742 Add mach exceptions.
3743 * target.h (enum target_signal): Add mach exceptions.
3744
3745Mon Oct 30 16:41:04 1995 Miles Bader <miles@gnu.ai.mit.edu>
3746
3747 * gnu-nat.c: New file: gnu native backend.
3748 * i386gnu-nat.c: New file: i386-specific part of gnu native backend.
3749 * gnu-nat.h: New file.
3750 * config/nm-gnu.h: New file.
3751 * config/tm-i386gnu.h: New file.
3752 * config/xm-i386gnu.h: New file.
3753 * config/i386/i386gnu.mh: New file.
3754 * config/i386/i386gnu.mt: New file.
3755
8fe2b2c5
FF
3756Wed Feb 28 15:50:12 1996 Fred Fish <fnf@cygnus.com>
3757
3758 * Makefile.in (VERSION): Bump version to 4.15.2 to establish
3759 baseline for gdb 4.16 rerelease testing.
3760
a4f39c06
JL
3761Wed Feb 28 13:32:05 1996 Jeffrey A Law (law@cygnus.com)
3762
3763 * somsolib.c (som_solib_create_inferior_hook): Before returning
3764 call clear_symtab_users.
3765
3766Tue Feb 27 00:04:46 1996 Stu Grossman (grossman@critters.cygnus.com)
3767
3768 * remote-e7000.c (e7000_open): Delete all breakpoints when
3769 connecting to e7000. Change connect message to allow use of
3770 monitor.exp in test suite.
3771 * (e7000_load): Print transfer rate of download.
3772 * symfile.c (generic_load): Print transfer rate of download.
3773
8fa6fcf8
SS
3774Sun Feb 25 13:58:33 1996 Stan Shebs <shebs@andros.cygnus.com>
3775
3776 * configure.in (mips*-*-vxworks*): New config.
3777 * configure: Regenerated.
3778
3779 * config/mips/vxmips.mt, config/mips/tm-vxmips.h: New files.
3780 * remote-vxmips.c (vx_convert_to_virtual, vx_convert_from_virtual):
3781 Remove, never used.
3782
a97a483c
PS
3783Sat Feb 24 12:30:28 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3784
3785 * partial-stab.h (case N_FUN): Function symbols generated
3786 by SPARCworks cc have a meaningless zero value, do not update
3787 pst->textlow if the function symbol value is zero.
3788
3789 * stabsread.c (define_symbol): Initialize SYMBOL_TYPE field
3790 for function prototype declaration symbols.
3791
b5eccf74
SG
3792Fri Feb 23 22:33:04 1996 Stu Grossman (grossman@critters.cygnus.com)
3793
3794 * remote-e7000.c (e7000_load): New routine to download via the
3795 network.
3796 * (e7000_wait): Don't backup PC when we hit a breakpoint.
3797 Apparantly new sh2 pods get this right...
3798 * (e7000_ops): Add call to e7000_load.
3799
b7f3b6d5
C
3800Thu Feb 22 00:52:42 1996 J.T. Conklin <jtc@rtl.cygnus.com>
3801
3802 * config/m68k/{nbsd.mh,nbsd.mt,nm-nbsd.h,tm-nbsd.h,xm-nbsd.h},
3803 m68knbsd-nat.c: New files, support for NetBSD/m68k.
3804
3805 * configure.in (m68k-*-netbsd*): New config.
3806 * configure: Regenerated.
3807
517cb8d7 3808Wed Feb 21 19:00:21 1996 Fred Fish <fnf@cygnus.com>
6a6a552a
FF
3809
3810 * standalone.c (open, _initialize_standalone): Fix obvious typos
3811 reported by Martin Pool <martin@citr.uq.oz.au>.
3812
13f6c7ea
JL
3813Wed Feb 21 14:24:04 1996 Jeffrey A Law (law@cygnus.com)
3814
3815 * solib.c (solib_create_inferior_hook): Fix thinko.
3816
464c6c5f
JL
3817Tue Feb 20 23:59:19 1996 Jeffrey A Law (law@cygnus.com)
3818
3819 * solib.c (solib_break_names): Define for Solaris and Linux.
3820 (enable_break): For SVR4 systems, first try to use the debugger
3821 interfaces in the dynamic linker to track shared library events
3822 as they happen, then fall back to BKPT_AT_SYMBOL code. Convert
3823 BKPT_AT_SYMBOL code to use shared library event breakpoints.
3824 (solib_create_inferior_hook): Simplify BKPT_AT_SYMBOL code,
3825 it no longer needs to restart/wait on the inferior.
3826 * symfile.c (find_lowest_section): No longer static.
3827 * symfile.h (find_lowest_section): Corresponding changes.
3828
517cb8d7 3829Tue Feb 20 18:54:08 1996 Fred Fish <fnf@cygnus.com>
45c5fa78
FF
3830
3831 * valops.c (COERCE_FLOAT_TO_DOUBLE): Define default value.
3832 (value_arg_coerce): Use COERCE_FLOAT_TO_DOUBLE.
3833 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Define to 1.
3834 * config/mips/tm-mips.h: Ditto.
3835 * config/pa/tm-hppa.h: Ditto.
3836 * config/rs6000/tm-rs6000.h: Ditto.
3837 * config/sparc/tm-sparc.h: Ditto.
3838
48d27324
C
3839Tue Feb 20 17:32:05 1996 J.T. Conklin <jtc@rtl.cygnus.com>
3840
eb224848
C
3841 * config/{i386,ns32k}/nbsd.mh (NATDEPFILES): Remove core-aout.o.
3842
48d27324
C
3843 * config/nm-nbsd.h (FETCH_INFERIOR_REGISTERS): Defined.
3844 * config/xm-nbsd.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG):
3845 #ifdef'd out definitions --- Causes serious gdb failures on
3846 the i386. Need to investigate further before enabling.
3847
3848 * i386b-nat.c (fetch_inferior_registers, store_inferior_registers,
3849 fetch_core_registers): New functions. These functions are defined
3850 if FETCH_INFERIOR_REGISTERS is set. Registers are fetched/stored
3851 with ptrace PT_GETREGS/PT_SETREGS.
3852
95f6f926
SG
3853Tue Feb 20 16:55:06 1996 Stu Grossman (grossman@critters.cygnus.com)
3854
3855 * findvar.c (extract_floating store_floating): Replace `long
3856 double' with `DOUBLEST'.
3857
cb91ea56
C
3858Mon Feb 19 15:25:51 1996 J.T. Conklin <jtc@rtl.cygnus.com>
3859
3860 * config/xm-nbsd.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG):
3861 Define.
3862
9263da6f
JL
3863Mon Feb 19 10:32:05 1996 Jeffrey A Law (law@cygnus.com)
3864
3865 * symtab.h (looup_minimal_symbol_solib_trampoline): Declare.
3866
3867 * breakpoint.h (remove_solib_event_breakpoints): Declare.
3868 * breakpoint.c (remove_solib_event_breakpoints): New function.
3869 * somsolib.c (solib_create_inferior_hook): Remove all solib event
3870 breakpoints before inserting any new ones. Use a solib event
3871 breakpoint for the breakpoint at "_start".
3872 Remove extraneous "\n" from calls to warning.
3873
3874 * breakpoint.c (breakpoint_1): Add missing "sigtramp" to bptypes
3875 name array.
3876
0708e99f
FF
3877Mon Feb 19 01:09:32 1996 Doug Evans <dje@cygnus.com>
3878
3879 * dwarfread.c (add_partial_symbol): Use ADD_PSYMBOL_ADDR_TO_LIST
3880 for CORE_ADDR values.
3881 (new_symbol): Use SYMBOL_VALUE_ADDRESS for CORE_ADDR values.
3882 * symfile.h (add_psymbol_{,addr}to_list): Add prototypes.
3883
08dc1eeb
PS
3884Sun Feb 18 14:37:13 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3885
3886 * mipsread.c (mipscoff_symfile_read): Unconditionally add
3887 alpha coff dynamic symbols for all symbol files. Makes skipping
3888 over the trampoline code work when stepping from a function in a
3889 shared library into a function in a different shared library.
3890
1d6afd7f
SG
3891Sun Feb 18 09:27:10 1996 Stu Grossman (grossman@cygnus.com)
3892
3893 * config/sparc/tm-sparc.h: Define PS_FLAG_CARRY. Define
3894 RETURN_VALUE_ON_STACK to return long doubles on the stack.
3895
0708e99f 3896Sat Feb 17 16:33:11 1996 Fred Fish <fnf@cygnus.com>
176b2bee
FF
3897
3898 * Makefile.in (ch-exp.o): Add dependencies.
3899 (various): Add gdb_string.h to dependencies that need it.
3900
dcb6a7c0
FF
3901Sat Feb 17 08:57:50 1996 Fred Fish <fnf@cygnus.com>
3902
3903 * symmisc.c (print_symbol_bcache_statistics): Update description for
3904 printing byte cache statistics.
3905
aa220473
SG
3906Thu Feb 16 16:02:03 1996 Stu Grossman (grossman@cygnus.com)
3907
3908 * Add native support for long double data type.
3909 * c-exp.y (%union): Change dval to typed_val_float. Use DOUBLEST
3910 to store actual data. Change types of INT and FLOAT tokens to
3911 typed_val_int and typed_val_float respectively. Create new token
3912 DOUBLE_KEYWORD to specify the string `double'. Make production
3913 for FLOAT use type determined by parse_number. Add production for
3914 "long double" data type.
3915 * (parse_number): Use sscanf to parse numbers as float, double or
3916 long double depending upon the type of typed_val_float.dval. Also
3917 allow user to specify `f' or `l' suffix to explicitly specify
3918 float or long double constants. Change typed_val to
3919 typed_val_int.
3920 * (yylex): Change typed_val to typed_val_int. Also, scan for
3921 "double" keyword.
3922 * coffread.c (decode_base_type): Add support for T_LNGDBL basic
3923 type.
3924 * configure, configure.in: Add check for long double support in
3925 the host compiler.
3926 * defs.h: Define DOUBLEST appropriatly depending on whether
3927 HAVE_LONG_DOUBLE (from autoconf) is defined. Also, fix prototypes
3928 for functions that handle this type.
3929 * expression.h (union exp_element): doubleconst is now type
3930 DOUBLEST.
3931 * m2-exp.y f-exp.y (%union): dval becomes type DOUBLEST.
3932 * findvar.c (extract_floating): Make return value be DOUBLEST.
3933 Also, add support for numbers with size of long double.
3934 * (store_floating): Arg `val' is now type DOUBLEST. Handle all
3935 floating types.
3936 * parser-defs.h parse.c (write_exp_elt_dblcst): Arg expelt is now
3937 DOUBLEST.
3938 * valarith.c (value_binop): Change temp variables v1, v2 and v to
3939 type DOUBLEST. Coerce type of result to long double if either op
3940 was of that type.
3941 * valops.c (value_arg_coerce): If argument type is bigger than
3942 double, coerce to long double.
3943 * (call_function_by_hand): If REG_STRUCT_HAS_ADDR is defined, and
3944 arg type is float and > 8 bytes, then use pointer-to-object
3945 calling conventions.
3946 * valprint.c (print_floating): Arg doub is now type DOUBLEST.
3947 Use appropriate format and precision to print out floating point
3948 values.
3949 * value.h: Fixup prototypes for value_as_double,
3950 value_from_double, and unpack_double to use DOUBLEST.
3951 * values.c (record_latest_value): Remove check for invalid
3952 floats. Allow history to store them so that people may examine
3953 them in hex if they want.
3954 * (value_as_double unpack_double): Change return value to DOUBLEST.
3955 * (value_from_double): Arg `num' is now DOUBLEST.
3956 * (using_struct_return): Use RETURN_VALUE_ON_STACK macro (target
3957 specific) to expect certain types to always be returned on the stack.
3958
2ad5709f
FF
3959Fri Feb 16 14:00:54 1996 Fred Fish <fnf@cygnus.com>
3960
3961 * bcache.c, bcache.h: New files to implement a byte cache.
3962 * Makefile.in (SFILES): Add bcache.c.
3963 (symtab_h): Add bcache.h.
3964 (HFILES_NO_SRCDIR): add bcache.h
3965 (COMMON_OBJS): Add bcache.o
3966 (bcache.o): New target.
3967 * dbxread.c (start_psymtab): Make global_syms & static_syms
3968 type "partial_symbol **".
3969 * hpread.c (hpread_start_symtab): Ditto.
3970 * os9kread.c (os9k_start_psymtab): Ditto.
3971 * stabsread.h (start_psymtab): Ditto.
3972 * {symfile.c, symfile.h} (start_psymtab_common): Ditto.
3973 * maint.c (maintenance_print_statistics): Call
3974 print_symbol_bcache_statistics.
3975 * objfiles.c (allocate_objfile): Initialize psymbol bcache malloc
3976 and free pointers.
3977 * solib.c (allocate_rt_common_objfile): Ditto.
3978 * symfile.c (reread_symbols): Ditto.
3979 (free_objfile): Free psymbol bcache when objfile is freed.
3980 (objfile_relocate): Use new indirect psymbol pointers.
3981 * objfiles.h (struct objfile): Add psymbol cache.
3982 * symfile.c (compare_psymbols): Now passed pointers to pointers to
3983 psymbols.
3984 (reread_symbols): Free psymbol bcache when freeing other objfile
3985 resources.
3986 (add_psymbol_to_list, add_psymbol_addr_to_list): Initialize new
3987 psymbol using the psymbol bcache.
3988 (init_psymbol_list): Psymbol lists now contain pointers rather than
3989 the actual psymbols.
3990 * symfile.h (psymbol_allocation_list): Psymbol lists now dynamically
3991 grown arrays of pointers.
3992 (ADD_PSYMBOL_VT_TO_LIST): Initialize new symbol using the psymbol
3993 bcache.
3994 * symmisc.c (print_partial_symbols): Now takes pointer to pointer
3995 to partial symbol.
3996 (print_symbol_bcache_statistics): New function to print per objfile
3997 bcache statistics.
3998 (print_partial_symbol, print_partial_symbols,
3999 maintenance_check_symtabs, extend_psymbol_list):
4000 Account for change to pointer to pointer to partial symbol.
4001 * symtab.c (find_pc_psymbol, lookup_partial_symbol, decode_line_2,
4002 make_symbol_completion_list):
4003 Account for change to pointer to pointer to partial symbol.
4004 * symtab.h (bcache.h): Include.
4005 * xcoffread.c (xcoff_start_psymtab): Make global_syms & static_syms
4006 type "partial_symbol **".
4007
4a1d2ce2
FF
4008Fri Feb 16 10:02:34 1996 Fred Fish <fnf@cygnus.com>
4009
4010 * dwarfread.c (free_utypes): New function.
4011 (read_file_scope): Call free_utypes as cleanup, rather than just
4012 freeing the utypes pointer.
4013
81afee37
FF
4014Thu Feb 15 21:40:52 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4015
4016 * demangle.c (is_cplus_marker): New function, checks if a
4017 character is one of the commonly used C++ marker characters.
4018 * defs.h (is_cplus_marker): Add prototype.
4019 * c-typeprint.c (c_type_print_base), ch-lang.c (chill_demangle),
4020 cp-valprint.c (cp_print_class_method), mdebugread.c (parse_symbol),
4021 stabsread.c (define_symbol, read_member_functions, read_struct_fields),
4022 symtab.h (OPNAME_PREFIX_P, VTBL_PREFIX_P, DESTRUCTOR_PREFIX_P),
4023 values.c (vb_match): Use is_cplus_marker instead of comparison
4024 with CPLUS_MARKER.
4025
14b22711
FF
4026Thu Feb 15 18:08:13 1996 Fred Fish <fnf@cygnus.com>
4027
4028 * symfile.h (INLINE_ADD_PSYMBOL): Default this to 0 and possibly
4029 delete entirely someday.
4030
884fb64c
SS
4031Thu Feb 15 15:25:34 1996 Stan Shebs <shebs@andros.cygnus.com>
4032
4033 * mpw-make.sed: Edit out makefile rebuild rule.
4034 (host_alias, target_alias): Comment out instead of deleting.
4035 (@LIBS@): Edit out references.
4036
f1d39876
FF
4037Tue Feb 13 22:56:46 1996 Fred Fish <fnf@cygnus.com>
4038
4039 * symfile.c (add_psymbol_to_list, add_psymbol_addr_to_list):
4040 Use n_psyms in OBJSTAT, not psyms.
4041
4042Mon Feb 12 15:59:31 1996 Doug Evans <dje@charmed.cygnus.com>
4043
4044 * configure.in (sparclet-*-aout*): New config.
4045 * configure: Regenerated.
4046
c37c7c6c
FF
4047Mon Feb 12 14:17:52 1996 Fred Fish <fnf@cygnus.com>
4048
4049 * somsolib.c (som_solib_add): Use xmalloc rather than bare
4050 unchecked call to malloc.
4051 * remote-mips.c (pmon_load_fast): ditto.
4052 * remote-mm.c (mm_open): ditto.
4053 * hpread.c (hpread_lookup_type): ditto.
4054 * remote-adapt.c (adapt_open): ditto.
4055
6405302d
FF
4056Mon Feb 12 13:11:32 1996 Fred Fish <fnf@cygnus.com>
4057
4058 * f-lang.c (allocate_saved_bf_node, allocate_saved_function_node,
4059 allocate_saved_f77_common_node, allocate_common_entry_node,
4060 add_common_block): Use xmalloc rather than malloc, some of which
4061 were unchecked.
4062 * gnu-regex.c: At same point as other gdb specific changes
4063 #undef malloc and then #define it to xmalloc.
4064 * ch-exp.c (growbuf_by_size): Use xmalloc/xrealloc rather than
4065 bare unchecked calls to malloc/realloc.
4066 * stabsread.c (dbx_lookup_type): Use xmalloc rather than bare
4067 unchecked call to malloc.
4068
ff7116e2
SG
4069Wed Feb 7 11:31:26 1996 Stu Grossman (grossman@cygnus.com)
4070
4071 * symtab.c (gdb_mangle_name): Change opname var to be const to
4072 match return val of cplus_mangle_name.
4073 * i960-tdep.c: Change arg types of next_insn to match callers.
4074
b0ee0cf2
FF
4075Wed Feb 7 07:34:24 1996 Fred Fish <fnf@cygnus.com>
4076
4077 * config/i386/linux.mh (XM_CLIBS, GDBSERVER_LIBS): Remove. These
4078 apparently aren't needed in any reasonably recent version of
4079 linux.
4080
ec49fc98
PB
4081Tue Feb 6 21:37:03 1996 Per Bothner <bothner@kalessin.cygnus.com>
4082
4083 * stabsread.c (read_range_type): If !self-subrange and language
4084 is Chill, assume a true range. If a true_range is a sub_subrange,
4085 use builtin_type_int for index_type.
4086
4087Tue Feb 6 18:38:51 1996 J.T. Conklin <jtc@slave.cygnus.com>
4088
4089 * nindy-share/nindy.c (say): Use stdarg.h macros when compiling
4090 with an ANSI compiler.
4091
f0b0d915
TT
4092start-sanitize-gdbtk
4093Tue Feb 6 16:31:25 1996 Tom Tromey <tromey@creche.cygnus.com>
4094
4095 * gdbtk.tcl (create_file_win): Eliminate text widget B1 binding so
4096 double-clicking will work again.
4097 (create_asm_win): Put "break" at end of all B1 bindings.
4098 (create_file_win): Lower "sel" tag, don't raise it.
4099 (ensure_line_visible): New proc.
4100 (update_listing, update_assembly): Use it.
4101 (create_copyright_window): Destroy window on Leave event.
4102 (create_command_window): Put "break" at end of all B2 bindings.
4103
4104end-sanitize-gdbtk
263af172
SC
4105Mon Feb 5 18:24:28 1996 Steve Chamberlain <sac@slash.cygnus.com>
4106
4107 From Michael_Snyder@NeXT.COM (Michael Snyder):
4108 * valops.c (value_arg_coerce): Coerce float to double, unless the
4109 function prototype specifies float.
4110
fc71ad23 4111Mon Feb 5 09:51:55 1996 Tom Tromey <tromey@creche.cygnus.com>
8bdae156 4112
fc71ad23
TT
4113 * language.c (set_language_command): Use languages table when
4114 printing available languages.
4115
4116Sat Feb 3 12:22:05 1996 Fred Fish <fnf@cygnus.com>
4117
4118 Fix problems reported by Hans Verkuil (hans@wyst.hobby.nl):
4119 * command.c (add_cmd): Add missing initialization for enums member.
4120 Reorder members to match structure declaration to make it easier to
4121 tell when one is missing.
4122 * exec.c (exec_file_command): Fix problem where filename in malloc'd
4123 memory is referenced after being freed.
8bdae156 4124
255181a9
PS
4125Sat Feb 3 03:26:21 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4126
4127 * dwarfread.c (read_func_scope): Avoid GDB core dumps if
4128 AT_name tag is missing.
4129
4130 * procfs.c (procfs_stopped_by_watchpoint): Fix logic when
4131 FLTWATCH and FLTKWATCH are defined.
4132
4133 * remote.c (remote_read_bytes): Advance memaddr for transfers,
4134 return number of bytes transferred for partial reads.
4135
4136 * top.c (init_signals): Reset SIGTRAP to SIG_DFL.
4137
454ffae5
SC
4138Fri Feb 2 13:40:50 1996 Steve Chamberlain <sac@slash.cygnus.com>
4139
4140 * win32-nat.c (mappings): Add ppc registers.
9a763320 4141 (child_resume): Turn off step for ppc.
454ffae5 4142
3d78f532
SC
4143Thu Feb 1 10:29:31 1996 Steve Chamberlain <sac@slash.cygnus.com>
4144
4145 * config/powerpc/(cygwin32.mh, cygwin32.mt, tm-cygwin32.h,
4146 xm-cygwin32.h): New.
4147 * config/i386/(*win32*): Becomes *cygwin32*.
4148 * configure.in (i[3456]86-*-win32*): Becomes i[3456]86-*-cygwin32.
4149 (powerpcle-*-cygwin32): New.
4150 * configure: Regenerate.
4151 * win32-nat.c (child_create_inferior): Call CreateProcess
4152 with the right program arg.
4153
4ad70253
JL
4154Thu Feb 1 11:01:10 1996 Jeffrey A Law (law@cygnus.com)
4155
4156 * config/pa/tm-hppa.h (SOFT_FLOAT): Provide a default definition.
4157
0db5a6fe
FF
4158Wed Jan 31 19:01:28 1996 Fred Fish <fnf@cygnus.com>
4159
4160 * serial.c: Change fputc/fputs/fprintf to _unfiltered forms.
4161
28bc5ef7
SS
4162Wed Jan 31 18:36:27 1996 Stan Shebs <shebs@andros.cygnus.com>
4163
97abaf19
SS
4164 * config/sparc/xm-sun4os4.h (HAVE_TERMIOS): Remove.
4165
28bc5ef7
SS
4166 * config/sparc/xm-sparc.h (HAVE_WAIT_STRUCT): Remove, never used.
4167
97abaf19
SS
4168 * config/i386/nm-i386mach.h (CHILD_PREPARE_TO_STORE): Move to
4169 here from config/i386/xm-i386mach.h, fix name.
4170 * config/i386/nm-sun386.h: Ditto, from config/i386/xm-sun386.h.
4171 * config/i386/nm-ptx4.h (CHILD_PREPARE_TO_STORE): Move to
4172 here from config/i386/xm-ptx4.h.
4173 * config/i386/nm-ptx4.h: Ditto, from config/i386/xm-ptx.h.
4174 * config/i386/nm-symmetry.h: Ditto, from config/i386/xm-symmetry.h.
4175 * config/m68k/nm-sun3.h: Ditto, from config/m68k/xm-sun3.h.
4176 * config/sparc/nm-nbsd.h: Ditto, from config/sparc/xm-nbsd.h.
4177 * config/sparc/nm-sun4os4: Ditto, from config/sparc/xm-sparc.h.
4178
28bc5ef7
SS
4179 * config/sparc/nm-sun4sol2.h: New file, renamed from nm-sysv4.h.
4180 (PRSVADDR_BROKEN): Move here from xm-sun4sol2.h.
4181 * config/sparc/sun4sol2.mh (NAT_FILE): Update.
28bc5ef7 4182
17280c3f
JL
4183Wed Jan 31 17:20:26 1996 Jeffrey A Law (law@cygnus.com)
4184
4185 * config/pa/tm-hppa.h (EXTRACT_RETURN_VALUE): Handle software
4186 floating point correctly.
4187 (STORE_RETURN_VALUE): Likewise.
4188 * config/pa/tm-pro.h (SOFT_FLOAT): define.
4189
44e9f3b3
FF
4190Wed Jan 31 13:34:52 1996 Fred Fish <fnf@cygnus.com>
4191
4192 * config/i386/xm-linux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
4193 Define to what should be reasonable values. However, apparently
4194 a bug in linux mmap prevents mapped symbol tables from working.
4195
ad1e42be
FF
4196Tue Jan 30 18:26:19 1996 Fred Fish <fnf@cygnus.com>
4197
4198 * defs.h (errno.h>: Move #include closer to head of file to solve
4199 obscure problem with systems that declare perror with const arg, in
4200 both errno.h and stdio.h, and const is defined away by intervening
4201 local include.
4202
d3ba76fc
FF
4203Tue Jan 30 15:41:10 1996 Fred Fish <fnf@cygnus.com>
4204
4205 From Jon Reeves <reeves@zk3.dec.com>:
4206 * i386-stub.c (getpacket): Change fprintf stream from "gdb" to stderr.
4207 (mem_fault_routine): Fix misplaced volatile type qualifier in decl.
4208
f6ade5dd
FF
4209Mon Jan 29 19:05:58 1996 Fred Fish <fnf@cygnus.com>
4210
4211 * Makefile.in (diststuff): Make all-doc; diststuff target does not
4212 exist in doc/Makefile.in.
4213
cdea3fd3
SS
4214Mon Jan 29 18:44:57 1996 Stan Shebs <shebs@andros.cygnus.com>
4215
4216 * config/m88k/xm-cxux.h (BP_HIT_COUNT): Remove, never used.
4217
d221b17e
WM
4218Mon Jan 29 00:10:35 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
4219
cdea3fd3
SS
4220 * ch-valprint.c (calculate_array_length): New function to
4221 determine the length of an array type.
d221b17e
WM
4222 (chill_val_print (case TYPE_CODE_ARRAY)): If the length of an
4223 array type is zero, call calculate_array_length.
4224
cdea3fd3
SS
4225 * gdbtypes.c (get_discrete_bounds (case TYPE_CODE_ENUM)): The
4226 values may not be sorted. Scan all entries and set the real lower
4227 and upper bound.
d221b17e 4228
fa9f5840
FF
4229Sun Jan 28 15:50:42 1996 Fred Fish <fnf@cygnus.com>
4230
4231 * config/xm-linux.h: Move include of solib.h and #define of
4232 SVR4_SHARED_LIBS from here ...
4233 * config/nm-linux.h: ...to here.
4234
4708ac65
FF
4235Sat Jan 27 10:34:05 1996 Fred Fish <fnf@cygnus.com>
4236
4237 * configure.in (AC_CHECK_HEADERS): Check for sys/procfs.h.
4238 Also check for gregset_t and fpregset_t types.
4239 * configure: Regenerate.
4240 * core-regset.c (sys/procfs.h): Only include if HAVE_SYS_PROCFS_H
4241 is defined.
4242 (fetch_core_registers): Turn into stub unless both HAVE_GREGSET_T
4243 and HAVE_FPREGSET_T are defined. These changes allow systems
4244 like linux that are migrating to /proc support to use a single
4245 configuration for both new and old versions.
4246
4247 * config/i386/linux.mt: Note that this is now for both a.out and
4248 ELF systems.
4249 * config/i386/linux.mh (NATDEPFILES): Add solib.o, core-regset.o,
4250 i386v4-nat.o
4251 * config/i386/tm-linux.h (tm-sysv4.h): Include.
4252 * config/i386/xm-linux.h (solib.h): Include
4253 (SVR4_SHARED_LIBS): Define.
4254 * i386v4-nat.c: Only compile if HAVE_SYS_PROCFS_H is defined.
4255 (supply_gregset, fill_gregset): Compile if HAVE_GREGSET_T defined.
cdea3fd3
SS
4256 (supply_fpregset, fill_fpregset): Compile if HAVE_FPREGSET_T
4257 defined.
4708ac65 4258
a77bf669
SS
4259Fri Jan 26 13:48:14 1996 Stan Shebs <shebs@andros.cygnus.com>
4260
4261 * config/sparc/xm-sparc.h (NEW_SUN_CORE): Remove, never used.
4262 * config/i386/xm-sun386.h: Ditto.
4263 * config/m68k/xm-sun2.h, config/m68k/xm-sun3.h: Ditto.
4264
4265Thu Jan 25 16:05:53 1996 Tom Tromey <tromey@creche.cygnus.com>
4266
4267 * Makefile.in (INSTALLED_LIBS, CLIBS): Include @LIBS@.
4268
a4b4479a
SC
4269Thu Jan 25 09:22:15 1996 Steve Chamberlain <sac@slash.cygnus.com>
4270
4271 From Greg McGary <gkm@gnu.ai.mit.edu>:
4272 * dcache.c (dcache_peek, dcache_poke): Advance addr for
4273 multi-byte I/O.
4274
4133a76e
JL
4275Thu Jan 25 13:08:51 1996 Doug Evans (dje@cygnus.com)
4276
4277 * infrun.c (normal_stop): Fix test for shared library event.
4278
146ee7db
DE
4279Thu Jan 25 03:26:38 1996 Doug Evans <dje@charmed.cygnus.com>
4280
4281 * configure.in (sparc64-*-*): Add default host configuration.
4282start-sanitize-gdbtk
4283 (sparc64-*-solaris2* host): Link statically if GCC used.
4284end-sanitize-gdbtk
4285 (sparc64-*-solaris2*): Add target configuration.
b23b4cb5 4286 * configure: Regenerated.
146ee7db
DE
4287 * sparc/sp64sol2.mt: New file.
4288
76336191
DE
4289Wed Jan 24 22:31:37 1996 Doug Evans <dje@charmed.cygnus.com>
4290
4291 * Makefile.in (RUNTEST): srcdir renamed to rootsrc.
4292
1a57cd09
TT
4293Wed Jan 24 15:42:24 1996 Tom Tromey <tromey@creche.cygnus.com>
4294
4295 * Makefile.in (lint): Close backquotes.
4296
4297start-sanitize-gdbtk
4298Wed Jan 24 15:28:41 1996 Tom Tromey <tromey@creche.cygnus.com>
4299
4300 * gdbtk.tcl, gdbtk.c: Updated copyrights.
4301
4302 * configure.in: Look for -ldl or -ldld when using Tcl 7.5 or
4303 greater.
4304 * configure: Rebuilt.
4305
4306end-sanitize-gdbtk
e8f1ad9a
FF
4307Wed Jan 24 13:19:10 1996 Fred Fish <fnf@cygnus.com>
4308
4309 * NEWS: Make note of new record and replay feature for
4310 remote debug sessions.
4311 * serial.c (gdbcmd.h): Include.
4312 (serial_logfile, serial_logfp, serial_reading, serial_writing):
4313 Define here, for remote debug session logging.
4314 (serial_log_command, serial_logchar, serial_write, serial_readchar):
4315 New functions for remote debug session logging.
4316 (serial_open): Open remote debug session log file when needed.
4317 (serial_close): Close remote debug session log file when needed.
4318 (_initialize_serial): Add set/show commands for name of remote
4319 debug session log file.
4320 * serial.h (serial_readchar): Declare
4321 (SERIAL_READCHAR): Call serial_readchar().
4322 (SERIAL_WRITE): Call serial_write().
4323 (serial_close): Declare as extern.
4324 (serial_logfile, serial_logfp): Declare.
4325 * top.c (execute_command): Declare serial_logfp. Log user command
4326 in remote debug session log if log file is open.
4327 * remote-array.c (array_wait): #ifdef out echo to gdb_stdout.
4328 (array_read_inferior_memory): Rewrite to fix memory overwrite bug.
4329 * remote-array.c (SREC_SIZE): Remove, duplicates define in
4330 monitor.h.
4331 * remote-array.c (hexchars, hex2mem): Remove, unused.
4332 * gdbserver/low-linux.c (store_inferior_registers): Remove
4333 unnecessary extern declaration of registers[].
4334 * gdbserver/Makefile.in (all): Add gdbreplay.
4335 * gdbserver/gdbreplay.c: New file.
4336 * gdbserver/README: Give example of recording a remote
4337 debug session with gdb and then replaying it with gdbreplay.
4338
c6038971
PB
4339Tue Jan 23 18:02:35 1996 Per Bothner <bothner@kalessin.cygnus.com>
4340
4341 * stabsread.c (rs6000_builtin_type): Make bool type unsigned.
4342 (read_one_struct_field): Support boolean bitfields.
4343 * c-valprint.c (c_val_print): Print booleans properly.
4344
5a8d8b8d
SS
4345Tue Jan 23 18:54:09 1996 Stan Shebs <shebs@andros.cygnus.com>
4346
4347 * remote-vxsparc.c (vx_convert_to_virtual, vx_convert_from_virtual):
4348 Remove, never used.
4349 * config/sparc/vxsparc.mt (TDEPFILES): Add remote-vxsparc.o.
4350
ec5f347c
PB
4351Tue Jan 23 14:36:05 1996 Per Bothner <bothner@kalessin.cygnus.com>
4352
9293e886
PB
4353 * ch-exp.c (parse_tuple): Error if invalid mode.
4354
533bda77
PB
4355 * value.h (COERCE_ARRAY): Don't coerce enums.
4356 (COERCE_ENUM): Don't COERCE_REF.
4357 (COERCE_NUMBER): New macro (same as COERCE_ARRAY then COERCE_ENUM).
4358 * valops.c (value_assign): Only do COERCE_ARRAY if internalvar (let
4359 value_cast handle it otherwise); do *not* COERCE_ENUM either way.
4360 * valarith.c: Use COERCE_NUMBER instead od COEREC_ARRAY.
4361 Add COERCE_REF before COERCE_ENUM.
4362 * values.c (value_as_long): Simplify.
4363
4364 * valops.c (value_array): Create internalvar if !c_style_arrays.
4365
ec5f347c
PB
4366 * language.c (lang_bool_type): Add Fortran support.
4367 * eval.c (OP_BOOL): Use LA_BOOL_TYPE.
4368
87273c71
JL
4369Tue Jan 23 13:08:26 1996 Jeffrey A Law (law@cygnus.com)
4370
4371 * symfile.c (auto_solib_add): Renamed from auto_solib_add_at_startup.
4372 All references changed.
4373 * breakpoint.c (bpstat_what): Add shlib_event to the class types.
4374 Update state table. Reformat so that it's still readable.
4375 When we hit the shlib_event breakpoint, set the calss of shlib_event.
4376 (breakpoint_1): Add "shlib events" as a breakpoint type.
4377 Print the shlib_event breakpoint like other breakpoints.
4378 (create_solib_event_breakpoint): New function.
4379 (breakpoint_re_set_one): Handle solib_event breakpoints.
4380 * breakpoint.h (enum bytype): Add bp_shlib_event breakpoint type.
4381 (enum bpstat_what_main_action): Add BPSTAT_WHAT_CHECK_SHLIBS
4382 action.
4383 (create_solib_event_breakpoint): Declare.
4384 * infrun.c (wait_for_inferior): Handle CHECK_SHLIBS bpstat.
4385 (normal_stop): Inform the user when the inferior stoped due
4386 to a shared library event.
a77bf669 4387 (_initialize_infrun): Add new set/show variable "stop-on-solib-events"
87273c71
JL
4388 to control whether or not gdb continues the inferior or stops it when
4389 a shared library event occurs.
4390 * minsyms.c (lookup_minimal_symbol_solib_trampoline): New function.
4391 * somsolib.c (TODO list): Update.
4392 (som_solib_create_inferior_hook): Arrange for gdb to be notified
4393 when significant shared library events occur.
4394 * hppa-tdep.c (find_unwind_entry): No longer static.
4395
fc941258
DE
4396Tue Jan 23 09:00:48 1996 Doug Evans <dje@charmed.cygnus.com>
4397
5a8d8b8d
SS
4398 * printcmd.c (print_insn): Pass fprintf_unfiltered to
4399 INIT_DISASSEMBLE_INFO.
4400start-sanitize-gdbtk
4401 * gdbtk.c (gdb_disassemble): Likewise.
4402end-sanitize-gdbtk
fc941258 4403
b3fd4c06
SS
4404Mon Jan 22 16:59:40 1996 Stan Shebs <shebs@andros.cygnus.com>
4405
4406 * remote.c (remotebreak): New GDB variable.
4407 (remote_break): New global.
4408 (remote_interrupt): Send a break instead of ^C if remote_break.
4409 * NEWS: Describe the new variable.
4410
d2f5fa49
DE
4411Mon Jan 22 16:24:11 1996 Doug Evans <dje@charmed.cygnus.com>
4412
4413 * sparc-tdep.c (_initialize_sparc_tdep): Always use print_insn_sparc.
4414
8c038399
FF
4415Fri Jan 19 07:19:38 1996 Fred Fish <fnf@cygnus.com>
4416
4417 * hp300ux-nat.c (getpagesize): Remove unused function
4418 fetch_core_registers.
4419 (hp300ux_core_fns): Remove, is unused.
4420 (_initialize_core_hp300ux): Remove, is unused.
4421 (gdbcore.h): Remove #include, no longer needed.
4422
a0d76829
JL
4423Fri Jan 19 00:59:53 1996 Jeffrey A Law (law@cygnus.com)
4424
4425 * rs6000-nat.c (exec_one_dummy_insn): Rework to avoid
4426 ptrace bug in aix4.1.3 on the rs6000.
4427
b6768627
SS
4428Wed Jan 17 13:22:27 1996 Stan Shebs <shebs@andros.cygnus.com>
4429
4430 * remote-hms.c (hms_ops): Add value for to_thread_alive.
4431 * remote-nindy.c (nindy_ops): Ditto.
4432 * remote-udi.c (udi_ops): Ditto.
4433
090d784a
JSC
4434Tue Jan 16 18:00:35 1996 James G. Smith <jsmith@cygnus.co.uk>
4435
4436 * remote-mips.c (pmon_opn, pmon_wait, pmon_makeb64, pmon_zeroset,
4437 pmon_checkset, pmon_make_fastrec, pmon_check_ack,
4438 pmon_load_fast): New functions. Support for the PMON monitor world.
4439 (common_open): New function to merge support for different monitors.
4440 (mips_open): Use common_open().
4441 (mips_send_command): New function.
4442 (mips_send_packet): Scan out-of-sequence packets.
4443 (mips_enter_debug, mips_exit_debug): New functions.
4444 (pmon_ops): New target definition structure.
4445
4e327047
TT
4446Tue Jan 16 11:22:58 1996 Stu Grossman (grossman@cygnus.com)
4447
4448 * Makefile.in (CLIBS): Add LIBS to allow libraries to be
4449 specified on the make command line (via make LIBS=xxx).
4450start-sanitize-gm
4451 * configure.in (enable-gm): magic.o -> gmagic.o.
4452end-sanitize-gm
4453
4454start-sanitize-gdbtk
4455Mon Jan 15 09:58:41 1996 Tom Tromey <tromey@creche.cygnus.com>
4456
4457 * gdbtk.tcl (create_expr_window): Many changes to update GUI.
4458 (add_expr): Changes from create_expr_window.
4459 (create_command_window): Set focus.
4460 (delete_expr): Rewrote.
4461 (expr_update_button): New proc.
4462 (add_expr): Put bindings on FocusIn, FocusOut.
4463 Don't allow .file_popup to be torn off.
4464end-sanitize-gdbtk
4465
1aac3d3c
JL
4466Fri Jan 12 21:41:58 1996 Jeffrey A Law (law@cygnus.com)
4467
4468 * symtab.c (find_pc_symtab): Don't lose if OBJF_REORDERED
4469 is set but there are no psymtabs.
4470
c84e5000
SC
4471Fri Jan 12 15:56:12 1996 Steve Chamberlain <sac@slash.cygnus.com>
4472
4473 * dsrec.c (load_srec): Remove unused variable.
1ef980b9 4474 * monitor.c (monitor_expect): Don't expect a ^C to echo.
c84e5000
SC
4475 * serial.c (serial_open): Add parallel interface.
4476 * sh3-rom.c (parallel, parallel_in_use): New.
4477 (sh3_load): If parallel_in_use, download though the
4478 parallel port.
4479 (sh3_open): Open parallel port if specified.
4480 (sh3_close): New function.
4481 (_inititalize_sh3): Add sh3_close hook and documentation.
4482 * monitor.c (monitor_close): Export.
4483 * monitor.h (monitor_close): Add prototype.
4484
2c441e7f
SS
4485Fri Jan 12 13:11:42 1996 Stan Shebs <shebs@andros.cygnus.com>
4486
4487 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
4488 * remote.c (remotetimeout): New GDB variable, use to set the
4489 remote timeout for reading.
4490
4e327047
TT
4491start-sanitize-gdbtk
4492Fri Jan 12 09:36:17 1996 Tom Tromey <tromey@creche.cygnus.com>
4493
4494 * gdbtk.tcl (gdbtk_tcl_query): Swap Yes and No buttons.
4495 (update_listing): Use lassign. Use "see" to scroll. Don't need
4496 screen_top, screen_bot, screen_height.
4497 (update_assembly): Use "see" to scroll.
4498 (textscrollproc): Removed.
4499 (create_file_win): Don't use textscrollproc.
4500 (asmscrollproc): Removed.
4501 (create_asm_window): Don't use asmscrollproc.
4502 (create_asm_win): Ditto.
4503 (screen_height, screen_top, screen_bot): Removed.
4504 (run_editor): New proc.
4505 (build_framework): Use it.
4506 (create_file_win, create_source_window): Don't use textscrollproc.
4507 (create_breakpoints_window): Set -xscrollcommand on canvas.
4508 (not_implemented_yet): Default button is 0.
4509 (delete_char): Don't use tk_textBackspace.
4510 (create_command_window): Allow Tk bindings to fire after deleting
4511 character.
4512 (create_command_window): Make Delete delete left, not right.
4513end-sanitize-gdbtk
4514
517cb8d7 4515Fri Jan 12 07:14:27 1996 Fred Fish <fnf@cygnus.com>
3730a0ed
FF
4516
4517 * lynx-nat.c, irix4-nat.c, sparc-nat.c: Include gdbcore.h
4518 to get "struct core_fns" defined.
4519 * Makefile.in (lynx-nat.o, irix4-nat.o, sparc-nat.o):
2c441e7f 4520 Are dependent upon gdbcore_h.
3730a0ed 4521
7ef89313
PB
4522Thu Jan 11 23:13:24 1996 Per Bothner <bothner@cygnus.com>
4523
4524 * symfile.c (decrement_reading_symtab): New function.
4525 * symfile.c, symtab.h (currently_reading_symtab): New variable.
4526 * symfile.c (psymtab_to_symtab): Adjust currently_reading_symtab.
4527 * gdbtypes.c (check_typedef): Don't call lookup_symbol if
4528 currently_reading_symtab (since that could infinitely recurse).
4529
1c486a2b
PB
4530Thu Jan 11 17:21:25 1996 Per Bothner <bothner@kalessin.cygnus.com>
4531
34cfa2da
PB
4532 * stabsread.c (read_struct_type): Trivial simplification.
4533
1c486a2b
PB
4534 * stabsread.c (define-symbol): Use invisible references
4535 for TYPE_CODE_SET and TYPE_CODE_BITSTRING too.
34cfa2da 4536 * valops.c (call_function_by_hand): Likewise.
1c486a2b
PB
4537 * eval.c (evaluate_subexp_standard): When known, use the formal
4538 parameter type as the expected type when evaluating arg expressions.
4539 * ch-lang.c (evaluate_subexp_chill): Likewise (for MULTI_SUBSCRIPT).
4540
4e327047
TT
4541start-sanitize-gdbtk
4542Thu Jan 11 10:08:14 1996 Tom Tromey <tromey@creche.cygnus.com>
4543
4544 * main.c (main): Disable window interface if --help or --version
4545 specified.
4546
4547 * gdbtk.tcl (FSBox): Don't use tk_listboxSingleSelect.
4548
4549 Changes in sync with expect:
4550 * configure.in (ENABLE_GDBTK): Use CY_AC_PATH_TCL and
4551 CY_AC_PATH_TK.
4552 * aclocal.m4: Replaced with version from expect.
4553 * configure: Regenerated.
4554end-sanitize-gdbtk
a1df8e78 4555
a1956677
BK
4556Wed Jan 10 16:08:49 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
4557
4558 * configure.in, configure: Recognize rs6000-*-aix4*.
4559 * config/powerpc/xm-aix.h: Reduce to include "xm-aix4.h".
4560 * config/rs6000/aix4.mh (XM_FILE): Point to xm-aix4.h.
4561 * config/rs6000/xm-aix4.h: New file.
4562 * config/xm-aix4.h: New file.
4563
3730a0ed 4564Wed Jan 10 11:25:37 1996 Fred Fish <fnf@cygnus.com>
0d14c7df
FF
4565
4566 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
4567 * gdbserver/low-linux.c: New file.
4568 * remote.c (remote_read_bytes): Fix aborts on larger packets.
4569
4570 * config/i386/linux.mh (GDBSERVER_DEPFILES, GDBSERVER_LIBS):
4571 Define.
4572 * stabsread.c (define_symbol): If register value is too large,
4573 tell what it is and what max is.
4574
4e327047
TT
4575start-sanitize-gdbtk
4576Wed Jan 10 09:07:22 1996 Tom Tromey <tromey@creche.cygnus.com>
4577
4578 * gdbtk.tcl (gdbtk_tcl_fputs, gdbtk_tcl_fputs_error,
4579 gdbtk_tcl_flush): Use "see", not "yview".
4580 (gdbtk_tcl_query): Use questhead bitmap.
4581 various: Always wrap condition of 'if' in {...}.
4582 (add_breakpoint_frame): Set -value on radiobuttons.
4583 (lassign): New proc.
4584 (add_breakpoint_frame): Use lassign, not series of assignments.
4585 (decr): Made faster.
4586 (interactive_cmd): Use "see", not "yview".
4587 (not_implemented_yet): Use warning bitmap.
4588 (update_expr): Don't allow $expr to be evalled by Tcl.
4589 (create_expr_window): Don't use "focus".
4590 (delete_char, delete_line): Define globally.
4591 (delete_line, delete_char, create_command_window, update_autocmd,
4592 build_framework, create_asm_win, create_file_win): Use "see", not
4593 "yview".
4594 (create_copyright_window, center_window, bind_widget_after_class):
4595 New procs.
4596 (FSBox,create_command_window, create_autocmd_window): Binding
4597 changes for Tk4.
4598 (textscrollproc): Define globally.
4599 (build_framework): tk_menuBar no longer needed. Keys Prior, Next,
4600 Home, End, Up, and Down are all defined by Tk.
4601 (apply_filespec): Use error bitmap in dialog.
4602 (files_command): Don't use tk_listboxSingleSelect.
4603 (files_command): Don't use "uniq" to remove duplicates from a
4604 list.
4605 (update_assembly): Use lassign.
4606 (create_asm_win): Removed redundant bindings.
4607 (listing_window_button_1, file_popup_menu): Use tk_popup.
4608 (ButtonRelease-1 binding): Just remove tag from window; rest
4609 handled by Tk.
4610
4611 * gdbtk.c (gdbtk_query): Use Tcl_Merge to provide quoting.
4612 (call_wrapper): Use Tcl_Eval, not Tcl_VarEval.
4613 (gdbtk_call_command): Ditto.
4614end-sanitize-gdbtk
4615
60d5a517
JL
4616Tue Jan 9 09:33:53 1996 Jeffrey A Law (law@cygnus.com)
4617
4618 * hpread.c (hpread_build_psymtabs): Finish Jan 4th
4619 enum namespace -> enum_namespace change.
4620
d1f5c804
WM
4621Tue Jan 9 04:44:47 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
4622
2c441e7f
SS
4623 * ch-exp.c (parse_primval): In case ARRAY, add missing
4624 FORWARD_TOKEN ().
d1f5c804 4625
1f233758
SS
4626Mon Jan 8 13:29:34 1996 Stan Shebs <shebs@andros.cygnus.com>
4627
4628 * remote-mips.c (mips_receive_header): Recognize \012 instead
4629 of \n, but write \n when program sends a \012.
4630 * ser-mac.c (mac_input_buffer): Increase size of buffer.
4631
ed3b618d
JL
4632Mon Jan 8 12:00:40 1996 Jeffrey A Law (law@cygnus.com)
4633
4634 * infptrace.c (initialize_infptrace): Move function out of
4635 #ifdef conditional; put code within the function inside an
4636 #ifdef conditional.
436d4143
JL
4637
4638 * buildsym.c (end_symtab): Remove sort_pending and sort_linevec
4639 arguments. Sorting is now dependent on OBJF_REORDERED. All
4640 callers/references changed.
4641 * dbxread.c (read_ofile_symtab): Correctly determine value for
4642 last_source_start_addr for reordered executables.
4643 (process_one_symbol): Handle N_FUN with no name as an end of
4644 function marker.
4645 * partial-stab.h (case N_FN, N_TEXT): Don't assume CUR_SYMBOL_VALUE
4646 is the high text address for a psymtab.
4647 (case N_SO): Likewise.
4648 (case N_FUN): Handle N_FUN with no name as an end of function
4649 marker.
4650 * minsyms.c (lookup_minimal_symbol_by_pc): Examine all symbols
4651 at the same address rather than a random subset of them.
4652 * coffread.c (coff_symfile_init): Set OBJF_REORDERED.
4653 * elfread.c (elf_symfile_init): Similarly.
4654 * somread.c (som_symfile_init): Similarly.
4655 * xcoffread.c (xcoff_symfile_init): Similarly.
4656
5351b2a0
SG
4657Fri Jan 5 17:46:01 1996 Stu Grossman (grossman@cygnus.com)
4658
4659 * stack.c (print_stack_frame print_frame_info) symmisc.c
4660 (dump_symtab): Change RETURN_MASK_ERROR to RETURN_MASK_ALL so
4661 that catch_errors doesn't get blindsided by QUIT and lose the
4662 cleanup chain. This fixes a problem where ^C while in a
4663 user-defined command sometimes leaves instream NULL and causes a
4664 segfault in command_loop.
4665
127841e4
BK
4666Fri Jan 5 13:59:16 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
4667
4668 * configure.in, configure: Add `-ldl -lw' for Solaris linking.
4669
6b4fe21d
SC
4670Fri Jan 5 12:02:00 1996 Steve Chamberlain <sac@slash.cygnus.com>
4671
4672 * config/sh/sh.mt, config/powerpc/*.mt, config/pa/hppapro.mt,
4673 config/m68k/monitor.mt, config/h8500/h8500.mt, config/h8300/h8300.mt:
4674 srec.o renamed to dsrec.o.
4675
0fe1522a
SG
4676Thu Jan 4 16:04:54 1996 Stu Grossman (grossman@cygnus.com)
4677
4678 * breakpoint.c (remove_breakpoint): Change error to warning so
4679 that hardware watchpoint removal problems won't leave breakpoint
4680 traps in the target.
d039321c 4681start-sanitize-gdbtk
0fe1522a 4682 * configure configure.in: Make --enable-gdbtk be the default.
d039321c 4683end-sanitize-gdbtk
0fe1522a
SG
4684 * remote-e7000.c (e7000_insert_breakpoint,
4685 e7000_remove_breakpoint): Use e7000 based breakpoints, not memory
4686 breakpoints.
4687 * (e7000_wait): Adjust PC back by two when we see a breakpoint to
4688 compensate for e7000 maladjustment.
4689 * sparcl-tdep.c (sparclite_check_watch_resources): Fix logic bug
4690 which prevented hardware watchpoints from working.
4691
517cb8d7 4692Thu Jan 4 10:44:17 1996 Fred Fish <fnf@cygnus.com>
7531f36e
FF
4693
4694 * infptrace.c (udot_info): New function.
4695 (PT_*): Define each individually if that one is not defined.
7531f36e
FF
4696 * rs6000-nat.c (kernel_u_size): New function
4697 Include <sys/user.h> for "struct user"
7531f36e
FF
4698 * alpha-nat.c (kernel_u_size): New function.
4699 Include <sys/user.h> for "struct user"
7531f36e
FF
4700 * sparc-nat.c (kernel_u_size): New function.
4701 Include <sys/user.h> for "struct user"
7531f36e 4702 * i386b-nat.c (kernel_u_size): New function.
7531f36e 4703 * i386v-nat.c (kernel_u_size): New function.
7531f36e
FF
4704 * config/i386/nm-fbsd.h (KERNEL_U_SIZE): Define.
4705 (kernel_u_size): Declare.
7531f36e
FF
4706 * config/i386/nm-linux.h (KERNEL_U_SIZE): Define.
4707 (kernel_u_size): Declare.
7531f36e
FF
4708 * config/sparc/nm-sun4os4.h (KERNEL_U_SIZE): Define.
4709 (kernel_u_size): Declare.
7531f36e
FF
4710 * config/alpha/nm-osf2.h (KERNEL_U_SIZE): Define.
4711 (kernel_u_size): Declare.
7531f36e
FF
4712 * config/rs6000/nm-rs6000.h (KERNEL_U_SIZE): Define.
4713 (kernel_u_size): Declare.
7531f36e 4714
1750a5ef
SC
4715Thu Jan 4 11:00:01 1996 steve chamberlain <sac@slash.cygnus.com>
4716
4717 * mdebugread.c (mylookup_symbol): enum namespace becomes
4718 enum_namespace type.
4719 * symfile.c (add_psymbol_to_list)
4720 (add_psymbol_addr_to_list): Ditto.
4721 * symtab.c (lookup_partial_symbol): Ditto.
4722 (lookup_symbol): Ditto.
4723 (lookup_block_symbol): Ditto.
4724 * win32-nat.c (handle_load_dll): Use incoming dll base.
4725 (child_wait): Catch DLL load errors.
4726 (create_child_inferior): Translated between paths correctly.
4727
e33aefba
FF
4728Wed Jan 3 23:13:53 1996 Fred Fish <fnf@cygnus.com>
4729
4730 * i386v4-nat.c (supply_gregset, fill_gregset): Subtract NUM_FREGS
4731 from NUM_REGS to get number of general registers that we care about.
e33aefba
FF
4732 * config/i386/tm-i386.h (REGISTER_BYTES): Define in terms
4733 of number of general regs and number of floating point regs.
e33aefba 4734
e02a2ad9
SC
4735Wed Jan 3 19:49:54 1996 steve chamberlain <sac@slash.cygnus.com>
4736
a3b64bf9
SC
4737 * config/i386/tm-win32.h (IN_SOLIB_CALL_TRAMPOLINE): New.
4738 (SKIP_TRAMPOLINE_CODE): New.
4739 * config/i386/xm-win32.h (CANT_FORK): Deleted.
4740 (SLASH*) Changed to use unix style slash.
e02a2ad9
SC
4741 * symtab.h (namespace enum): becomes typedef to avoid namespace
4742 collision in C++.
4743 * infcmd.c (path_command): Use empty string if PATH name not set.
4744 * i386-tdep.c (skip_trampoline_code): New function.
4745 * srec.c: Renamed dsrec.c to avoid filename collision.
4746 * Makefile.in: Cope with renaming.
e02a2ad9 4747
ef4d6187 4748Wed Jan 3 13:09:04 1996 Fred Fish <fnf@cygnus.com>
5eccb7dc 4749
ef4d6187
FF
4750 * symmisc.c (print_objfile_statistics): Print memory use statistics
4751 for objfile psymbol, symbol, and type obstacks.
5eccb7dc 4752
ef4d6187 4753Tue Jan 2 13:41:14 1996 Stan Shebs <shebs@andros.cygnus.com>
3dcd429f 4754
ef4d6187
FF
4755 * config/mips/nm-irix5.h: Restore.
4756 (TARGET_HAS_HARDWARE_WATCHPOINTS, etc): Define as for Irix 4;
4757 from Lee Iverson <leei@ai.sri.com>.
4758 * config/mips/irix5.mh (NAT_FILE): Use nm-irix5.h.
4759 * config/mips/irix[345].mh (MUNCH_DEFINE): Remove.
3dcd429f 4760
ef4d6187 4761For older changes see ChangeLog-95
bd5635a1
RP
4762\f
4763Local Variables:
4764mode: indented-text
4765left-margin: 8
4766fill-column: 74
4767version-control: never
4768End:
This page took 0.629719 seconds and 4 git commands to generate.