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