]> Git Repo - binutils.git/blob - gdb/ChangeLog
* i386v-nat.c (i386_insert_nonaligned_watchpoint):
[binutils.git] / gdb / ChangeLog
1 Wed Aug 10 13:23:47 1994  Rick Sladkey  ([email protected])
2
3         * i386v-nat.c (i386_insert_nonaligned_watchpoint):
4         add additional argument specifying raw address to permit
5         proper release of debug registers.
6         (i386_insert_watchpoint, i386_insert_aligned_watchpoint):
7         change all callers.
8
9 Wed Aug 10 16:13:45 1994  Stu Grossman  ([email protected])
10
11         * defs.h, top.c:  Use `extern' in declarations of GUI hooks, and
12         define them in top.c.  Add comments to the hooks.
13
14 Wed Aug 10 15:57:43 1994  Doug Evans  ([email protected])
15
16         * remote-sim.c (gdbsim_ops): Set `to_insert_breakpoint' and
17         `to_remove_breakpoint' fields.
18
19 Wed Aug 10 15:46:03 1994  Jim Kingdon  ([email protected])
20
21         * infcmd.c (run_command): Remove comment suggesting using
22         target_has_execution instead of inferior_pid.
23
24 Wed Aug 10 10:33:20 1994  Kung Hsu  ([email protected])
25
26         * remote-mips.c (mips_open): add code to handle baud rate.
27
28 Tue Aug  9 09:44:42 1994  Stu Grossman  ([email protected])
29
30         * infrun.c (wait_for_inferior):  Call target_resume() upon
31         detection of new processes.
32
33         * procfs.c (create_procinfo):  Return pointer to new procinfo
34         structure.
35         * (do_detach):  Spacing & formatting cleanup.
36         * (procfs_wait):  Move wait_again label to ensure that we really
37         wait again.  On exit from fork, release new child from gdbs'
38         clutches.
39         * (procfs_set_sproc_trap):  Enable trapping of fork and vfork.
40
41 Mon Aug  8 15:09:32 1994  J.T. Conklin  ([email protected])
42
43         * i386-nlmstub.c (handle_exception): Wait until the thread has
44           been started before killing the NLM by pointing the PC at
45           _exit().
46
47 Sat Aug  6 22:27:30 1994  Peter Schauer  ([email protected])
48
49         * config/mips/tm-irix5.h (IN_SIGTRAMP):  Redefine for Irix 5,
50         Irix 5 has a standard _sigtramp signal handler.
51         * irix5-nat.c (solib_add):  Get rid of sigtramp_address handling,
52         it is not needed for a standard _sigtramp signal handler.
53         Add shared library sections to the section table of the target
54         before adding the symbols.
55         * mips-tdep.c (mips_skip_prologue):  Do not skip load immediate
56         instructions that do not prepare a stack adjustment.
57         * regex.c (SIGN_EXTEND_CHAR):  Update to emacs-19.25 definition,
58         which does the right thing on machines where `char' is unsigned.
59
60 Fri Aug  5 17:50:59 1994  Stu Grossman  ([email protected])
61
62         * remote.c (remote_open):  Move setting of inferior_pid prior to
63         call to remote_start_remote.  Also use unique value for pid to
64         avoid confusion with read_register_pid & friends.
65         * (remote_wait):  Return inferior_pid instead of 0 in all cases.
66
67 Fri Aug  5 12:23:02 1994  Stan Shebs  ([email protected])
68
69         * dwarfread.c (bfd.h): Don't include.
70
71 Fri Aug  5 09:08:34 1994  J.T. Conklin  ([email protected])
72
73         * i386-nlmstub.c (handle_exception): Point the PC at _exit() to
74           kill the program being debugged.  KillMe(), the undocumented
75           call intended for this purpose, causes the server to hang.
76
77 Thu Aug  4 16:26:06 1994  Steve Chamberlain  ([email protected])
78
79         * remote.c (read_frame): Calculate run length encoded checksum
80         correctly.
81         * config/sh/stub.c: New file.
82
83 Thu Aug  4 14:34:12 1994  Stu Grossman  ([email protected])
84
85         * target.c (find_default_run_target):  Make sure to_can_run is set
86         before calling it.
87
88 Thu Aug  4 11:46:27 1994  Jim Kingdon  ([email protected])
89
90         * TODO: Remove note about fast watchpoints and remove obsolete
91         Mach stuff.
92
93 Thu Aug  4 11:08:03 1994  Stan Shebs  ([email protected])
94
95         * config/i386/xm-i386v4.h, config/m68k/xm-m68kv4.h,
96         config/sparc/xm-sun4sol2.h (NORETURN): Don't define.
97         * config/m88k/tm-cxux.h (ARCH_NUM_REGS): Undefine before defining.
98
99 Thu Aug  4 10:26:36 1994  Stu Grossman  ([email protected])
100
101         * target.c (add_target):  Don't call clean_target on target
102         vectors anymore.
103         * (unpush_target):  Test for to_close being set before calling.
104         * (target_xfer_memory, target_info):  Check for to_has_memory
105         before playing with memory.
106
107         * remote.c (remote_open):  Set inferior_pid to make kill command
108         happy.
109         * inflow.c (kill_command):  Revert change of Aug 2.  Use
110         inferior_pid to determine whether to print out "The program is not
111         being run." message.
112
113 Thu Aug  4 07:55:04 1994  Jim Kingdon  ([email protected])
114
115         * config/i386/i386m3.mh (NAT_CLIBS): Add -lmachid and -lnetname.
116         * m3-nat.c, config/nm-m3.h: #if 0 REQUEST_QUIT stuff.
117         * m3-nat.c: Pass argument to return_to_top_level.
118         Declare m3_kill_inferior before use.
119         (port_chain_insert): In "can't happen" case, abort rather than
120         setting `mid' to large decimal constant (which gcc warns about).
121         (get_thread_name): Use cast to convert const char * to char *.
122         (add_mach_specific_commands): #if 0 "thread break" command.
123         (m3_trace_him): Call push_target.
124         (mach_really_wait): New argument pid; remove unused
125         variable pid.
126         (intercept_exec_calls): Call target_terminal_init and
127         target_terminal_inferior once the child execs.
128         * infrun.c (proceed): Pass argument to PREPARE_TO_PROCEED.
129
130 Wed Aug  3 22:41:13 1994  Tom Lord  ([email protected])
131
132         * procfs.c (procfs_mourn_inferior): don't dereference the
133         procinfo pointer after it has been freed.
134
135 Wed Aug  3 12:05:13 1994  Stan Shebs  ([email protected])
136
137         * breakpoint.c (breakpoint_1): Improve pluralization in display
138         of breakpoint hit counts.
139
140         * language.h (struct language_defn): Remove unused field
141         la_longest_float.
142         (longest_float): Remove, no longer used.
143         * language.c (unknown_language_defn, auto_language_defn,
144         local_language_defn): Remove init of la_longest_float field.
145         * c-lang.c (c_language_defn, cplus_language_defn,
146         asm_language_defn): Ditto.
147         * ch-lang.c (chill_language_defn): Ditto.
148         * m2-lang.c (m2_language_defn): Ditto.
149
150 Tue Aug  2 10:58:34 1994  Stan Shebs  ([email protected])
151
152         * defs.h (bfd_read, bfd_seek): Remove declarations.
153         * os9kread.c, rs6000-nat.c (libbfd.h): Don't include.
154
155 Tue Aug  2 09:50:50 1994  J.T. Conklin  ([email protected])
156
157         * inflow.c (kill_command): Fix a bug which prevented target
158           programs to be killed.
159
160 Mon Aug  1 18:48:47 1994  Stan Shebs  ([email protected])
161
162         * defs.h: Change two-line declarations to one-line form.
163         (NORETURN): Define as "volatile" only for older GCCs.
164         (ATTR_NORETURN): Define for newer GCCs.
165         * procfs.c (proc_init_failed): Add ATTR_NORETURN to declaration.
166
167 Mon Aug  1 16:43:24 1994  Jim Kingdon  ([email protected])
168
169         * breakpoint.c (mention), main.c (fputs_unfiltered): Add comments.
170         * breakpoint.c (delete_breakpoint, enable_breakpoint,
171         disable_breakpoint): Don't call breakpoints_changed; it is now
172         called via the *_breakpoint_hook functions.
173         * annotate.c (_initialize_annotate, breakpoint_changed): New functions.
174
175 Mon Aug  1 13:38:04 1994  Kung Hsu  ([email protected])
176
177         * stabsread.c (read_type): Fix a bug in enum size calculation.
178
179 Mon Aug  1 01:36:13 1994  Jeff Law  ([email protected])
180
181         * hppa-tdep.c (compare_unwind_entries): Add "const" to both
182         argument types to shut up GCC.
183
184         * hppa-tdep.c (saved_pc_after_call): If the saved PC is in a
185         linker stub, then return the address the stub will return to.
186         (frame_saved_pc): Correctly restart the search for the saved
187         pc when a linker stub is encountered.
188
189         * hppa-tdep.c (inst_saves_gr): Handle 16 and 8 bit instruction
190         register stores emitted by the version 9 HP compilers.
191         (inst_saves_fr): Relax test for a specific base register (%r1);
192         this avoids losing with the version 9 HP compilers.
193         (skip_prologue): Try to skip argument stores emitted by the HP
194         compilers.  It's not perfect, but it's better than before.
195
196 Fri Jul 29 23:20:30 1994  Stu Grossman  ([email protected])
197
198         * findvar.c (write_pc write_pc_pid):  Remove casts to long when
199         calling write_register_pid.
200         * (write_register_pid):  Add prototype.
201
202 Fri Jul 29 21:56:23 1994  Steve Chamberlain  ([email protected])
203
204         * remote.c (read_frame):  Split readchar/checksum calculation into
205         two parts since evaluation order is undefined.
206
207 Fri Jul 29 13:46:08 1994  Fred Fish  ([email protected])
208
209         From Kevin A. Buettner ([email protected]).
210         * Makefile.in (coredep.o):  Add inferior.h as dependency.
211         * inflow.c:  Add F_SETOWN to list of defines to check
212         around code that uses F_SETOWN.
213
214 Fri Jul 29 09:59:05 1994  J.T. Conklin  ([email protected])
215
216         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): If using newlib,
217           set the -L and -B directory prefixes so we can link with it.
218
219 Thu Jul 28 14:37:36 1994  Stu Grossman  ([email protected])
220
221         * Makefile.in (INSTALLED_LIBS, CLIBS, DEPFILES):  Add support for
222         --enable-xxx configure option by adding ENABLE_{CLIBS DEPFILES}
223         where appropriate.
224
225         * General hackery to support alternate user-interface.
226         * breakpoint.c (mention, delete_breakpoint, enable_breakpoint,
227         disable_breakpoint):  Call hooks for alternate user-interface.
228         * defs.h:  Add declarations for alternate user-interface hooks.
229         * main.c (main):  Add --nw (and --nowindows) options to disable
230         the GUI.
231         * (near call to command_loop):  Call command_loop_hook if set.
232         * (fputs_unfiltered):  Call fputs_unfiltered_hook if set.
233         * stack.c:  Call print_frame_info_listing_hook if set.
234         * top.c (gdb_init):  Initialize targets.c and utils.c prior to
235         other files to make sure that calls to error and warning will
236         work.  Call init_ui_hook after everything else.
237         * utils.c (query):  Call query_hook if set.
238         * (gdb_flush):  Call flush_hook if set.
239         * Change _initialize_utils to initialize_utils cuz we don't use
240         automatic initialization of utils.c anymore.
241
242         * Support for TK GUI.
243         * Makefile.in:  Add rule for gdbtk.o.
244         * configure.in:  Add support for --enable-gdbtk.
245         * gdbtk.c:  New file.  Contains support routines for TK interface.
246         * gdbtk.tcl:  New file.  Implements GUI policy.
247
248         * remote.c:  Get rid of #ifdef DONT_USE_REMOTE.  It's no longer
249         necessary.
250
251 Thu Jul 28 14:52:01 1994  J.T. Conklin  ([email protected])
252
253         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
254           there and we are using the gcc from the tree.
255           (LD_FOR_TARGET): Look for ld in ../ld/ld.new.
256
257 Thu Jul 28 10:43:36 1994  Fred Fish  ([email protected])
258
259         * Makefile.in (annotate.o):  Add dependencies.
260
261 Wed Jul 27 14:34:42 1994  J.T. Conklin  ([email protected])
262
263         * sparclite/aload.c: Added new -q (quiet) option.
264           return 0 exit status if file was successfully downloaded.
265
266         * nlm/gdbserve.c: merge in command line argument parsing changes
267           and bug fixes made to i386-nlmstub.c.
268
269         * i386-nlmstub.c: The returnLength field must be initialized
270           before portConfig is passed to AIOGetPortConfiguration.
271           Compare command line arguments with strnicmp(); args are
272           case insensitive on netware.
273
274 Wed Jul 27 09:24:19 1994  Fred Fish  ([email protected])
275
276         * Makefile.in (DISTSTUFF):  Add definition.
277         (diststuff):  Add for new distribution support.
278         (gdb.tar.Z, make-proto-gdb.dir, setup-to-dist,
279         gdb-$(VERSION).tar.Z, make-proto-gdb-1, make-proto-testsuite.dir):
280         Remove old distribution building rules, now uses standard
281         distribution support in parent directory Makefile.in.
282
283 Tue Jul 26 14:15:53 1994  Jim Kingdon  ([email protected])
284
285         * target.c (push_target): Cast result from xmalloc.
286
287 Tue Jul 26 18:20:46 1994  Paul Flinders  (ptf@smee)
288
289         * elfread.c (elf_symtab_read): Discard compiler labels generated
290         by the Solaris 2.1/Intel SunPro compiler.
291
292 Mon Jul 25 18:19:24 1994  Stu Grossman  ([email protected])
293
294         * target.c (nomemory):  Fix prototype and routine to take correct
295         args.
296
297 Mon Jul 25 15:38:23 1994  Jim Kingdon  ([email protected])
298
299         * Makefile.in (clean): Remove libgdb-files.
300
301 Mon Jul 25 11:50:57 1994  Stan Shebs  ([email protected])
302
303         * coredep.c: Include inferior.h.
304
305 Mon Jul 25 11:36:02 1994  J.T. Conklin  ([email protected])
306
307         * i386-nlmstub.c: Add support for NODE, PORT and BAUD command
308           line arguments.
309
310 Sat Jul 23 14:36:09 1994  Stan Shebs  ([email protected])
311
312         * symfile.c (deduce_language_from_filename): Recognize .S as asm,
313         .cp as C++, alphabetize better.
314
315         * breakpoint.c (ignore, condition): Move usage note into body of
316         help text, so first line can be one-line summary.
317
318 Sat Jul 23 00:58:15 1994  Stu Grossman  ([email protected])
319
320         * target.c (unpush_target):  Fix handling of removal of top target.
321
322 Fri Jul 22 17:30:39 1994  Stu Grossman  ([email protected])
323
324         * Makefile.in: Add stuff to build nlmstub.
325         * Add rule for annotate.o to keep Sun make happy.
326         * configure.in:  Add config for powerpc/Netware.
327
328         * partial-stab.h (near N_SO):  Don't call START_PSYMTAB with null
329         filename.  This speeds up handling of trailing N_SO stabs (they
330         mark the end of a .o file).
331
332         * target.c, target.h:  Change the way pushing and popping of
333         targets work to support target overlays and inheritance.
334         * corelow.c, hppa-tdep.c, inflow.c, remote-nindy.c, utils.c:
335         Fixup references to current_target, due to previous changes.
336
337         * config/i386/tm-i386nw.h:  Enable longjmp support.  More work is
338         needed to get the address of longjmp out of the target.
339
340 Tue Jul 19 13:25:06 1994  Stan Shebs  ([email protected])
341
342         * main.c: Include <ctype.h>.
343
344 Mon Jul 18 15:32:17 1994  Kung Hsu  ([email protected])
345
346         * remote-mips.c (mips_readchar): Fix a bug in checking <IDT>
347         prompt.
348
349 Mon Jul 18 14:26:35 1994  Stan Shebs  ([email protected])
350
351         * solib.c (look_for_base): Don't deref exec_bfd if NULL.
352
353 Sun Jul 17 15:38:36 1994  Fred Fish  ([email protected])
354
355         * Makefile.in (VERSION):  Bump to 4.12.4.
356
357 Sun Jul 17 12:20:35 1994  Stan Shebs  ([email protected])
358
359         Harris CX/UX support, from Bob Rusk ([email protected]).
360         * configure.in (m88*-harris-cxux*): New configuration.
361         * cxux-nat.c, config/m88k/cxux.mh, config/m88k/cxux.mt,
362         config/m88k/xm-cxux.h, config/m88k/tm-cxux.h, config/m88k/nm-cxux.h:
363         New files.
364         * config/m88k/tm-m88k.h: Add comment about Harris OS.
365         (TARGET_WRITE_PC): Pass pid through to register writers.
366
367         * configure.in (m68*): Put vendor-only-specified host configs
368         after vendor-and-os-specified configs.
369         (m68*-atari-sysv4*, m68*-cbm-sysv4*): Replace with m68*-*-sysv4.
370
371         * config/m88k/delta88.mh (MUNCH_DEFINE): Remove.
372         * config/m88k/delta88.mt, config/m88k/delta88v4.mh: Format
373         consistently.
374
375 Sat Jul 16 23:39:17 1994  Peter Schauer  ([email protected])
376
377         * elfread.c (elf_symtab_read):  Handle error return from
378         bfd_get_dynamic_symtab_upper_bound gracefully.
379
380 Sat Jul 16 14:43:17 1994  Stan Shebs  ([email protected])
381
382         * inferior.h (ARCH_NUM_REGS): New macro, actual number of
383         registers in use by the inferior.
384         * coredep.c (fetch_core_registers, register_addr): Use it.
385         * findvar.c (registers_changed, registers_fetched,
386         read_register_bytes): Ditto.
387         * infcmd.c (do_registers_info, registers_info): Ditto.
388         * infptrace.c (fetch_inferior_registers,
389         store_inferior_registers): Ditto.
390         * stack.c (frame_info): Ditto.
391
392         * coredep.c (CORE_REGISTER_ADDR): New macro.
393         (fetch_core_registers): Use it.
394
395         * breakpoint.c (ignore, condition): Add usage notes to help strings.
396         * symfile.c (add-symbol-file): Add usage note to help string.
397         (add_shared_symbol_files_command): New command.
398
399         gcc -Wall lint.
400         * inferior.h (read_pc_pid): Declare.
401         * breakpoint.c (watchpoint_check): Cache breakpoint in local
402         variable b, remove unused variable other_type_used.
403         * main.c (inferior.h, call-cmds.h): Include.
404         (gdb_init): Declare.
405         * remote.c (remote_wait): Return 0 by default.
406
407 Fri Jul 15 16:43:33 1994  Stan Shebs  ([email protected])
408
409         Stop printing at null char option, from Oliver Meyer
410         ([email protected]).
411         * valprint.h, valprint.c (stop_print_at_null): New global.
412         * valprint.c (_initialize_valprint): New print set subcommand
413         "null-stop".
414         * c-valprint.c (c_val_print): If stop_print_at_null is on, and
415         printing a char array, adjust the number of chars to print.
416
417 Fri Jul 15 14:33:40 1994  Stan Shebs  ([email protected])
418
419         From Kevin A. Buettner ([email protected]).
420         * m88k-tdep.c (examine_prologue): Modified to handle prologues for
421         pic code in addition to prologues where an instruction from the
422         prologue gets moved into the delay slot of a branch instruction
423         immediately following the prologue.  A table of potential prologue
424         instructions (prologue_insn_tbl) is now used for picking apart a
425         function prologue.
426         (frame_find_saved_regs): Changed the way in which limit gets set
427         so that the delay slot of branch instructions immediately
428         following the prologue gets examined.
429         (pushed_size, store_parm_word, store_parm, push_parameters,
430         collect_returned_value):  Deleted.
431
432 Fri Jul 15 01:06:00 1994  Peter Schauer  ([email protected])
433
434         * infrun.c (wait_for_inferior):  Handle stepping into leaf
435         functions whose prologue consists of gp loading code only.
436
437 Thu Jul 14 14:22:12 1994  Stan Shebs  ([email protected])
438
439         * dbxread.c: Don't include libbfd.h.
440         * dwarfread.c, elfread.c somread.c: Don't include libbfd.h,
441         <time.h>, or <sys/types.h>.
442         * elfread.c (elf_symfile_read): Use only standard BFD functions to
443         collect information about the stab and stab string sections.
444
445 Thu Jul 14 13:17:39 1994  Kung Hsu  ([email protected])
446
447         * stabsread.c (read_huge_number): handle large unsigned number
448         for stabs generated by os9k C compiler.
449
450 Wed Jul 13 18:58:15 1994  Stan Shebs  ([email protected])
451
452         Breakpoint hit counts, from Bob Rusk ([email protected]).
453         * breakpoint.h (hit_count): New breakpoint field.
454         * breakpoint.c (show_breakpoint_hit_counts): New variable.
455         (clear_breakpoint_hit_counts): New function.
456         (bpstat_stop_status): Increment the hit count.
457         (breakpoint_1): Display the hit count.
458         * infcmd.c (run_command): Reset breakpoint hit counts.
459         * target.c (generic_mourn_inferior): Don't clear ignore counts if
460         displaying hit counts.
461         
462 Tue Jul 12 12:23:15 1994  Peter Schauer  ([email protected])
463
464         * elfread.c (elf_symfile_read):  Unconditionally add dynamic
465         symbols for all symbol files.  Makes skipping over the
466         trampoline code work when stepping from a function in a shared
467         library into a function in a different shared library for Irix 5.
468         Other ELF targets do not have enough information in their
469         dynamic symbol tables to make this work.
470         (elf_symtab_read):  Relocate mst_solib_trampoline address.
471
472 Mon Jul 11 16:38:49 1994  Stan Shebs  ([email protected])
473
474         Atari support, from Uwe Seimet ([email protected]).
475         * configure.in (m68*-atari-sysv4*): New configuration.
476         (m68*-cbm-sysv4*): Use m68kv4 instead of amix.
477         * m68k-tdep.c (R_PS): Define as R_SR if necessary.
478         * config/m68k/m68kv4.mh, config/m68k/m68kv4.mt,
479         config/m68k/tm-m68kv4.h, config/m68k/xm-m68kv4.h: New files.
480         * config/m68k/amix.mh, config/m68k/amix.mt,
481         config/m68k/tm-amix.h, config/m68k/xm-amix.h: Removed, superseded
482         by m68kv4 files.
483
484 Sat Jul  9 16:28:43 1994  Peter Schauer  ([email protected])
485
486         * symtab.c (find_function_start_sal):  New function to find
487         the start of a function from a function symbol.
488         (decode_line_1, decode_line_2):  Use it instead of open coded
489         partial copies of the code.
490         (list_symbols):  Quote symbol name before passing it to
491         break_command to enable proper handling of mangled symbols.
492
493 Wed Jul  6 20:22:07 1994  Per Bothner  ([email protected])
494
495         * ch-exp.y (match_simple_name_string):  Don't lower-case here.
496         * ch-exp.y (yylex):  First try name lookup using exact name
497         typed by user;  if that fails, try lower-cased name.
498
499 Wed Jul  6 00:48:57 1994  Peter Schauer  ([email protected])
500
501         * dbxread.c, elfread.c, mipsread.c, nlmread.c, os9kread.c:
502         Move "no debugging symbols found" test to symfile.c.
503         * symfile.c (syms_from_objfile, reread_symbols):  Add
504         "no debugging symbols found" test.
505         * coffread.c (init_stringtab):  Handle stripped files with a
506         stringtab offset of zero gracefully.
507         * osfsolib.c (solib_create_inferior_hook):  Use DYNAMIC flag from
508         BFD instead of stop_pc heuristic to determine if it is a dynamically
509         linked object file.
510         * procfs.c (wait_fd):  Handle ENOENT error return from PIOCWSTOP
511         ioctl, it indicates that the process has exited.
512
513 Mon Jul  4 19:28:56 1994  Jeff Law  ([email protected])
514
515         * hppa-tdep.c (read_unwind_info): ELF unwind information is in the
516         .PARISC.unwind section now.
517
518 Mon Jul  4 17:06:26 1994  Stan Shebs  ([email protected])
519
520         * breakpoint.c (mention): Always show breakpoint address if no
521         source file.
522
523 Sat Jul  2 01:51:33 1994  Peter Schauer  ([email protected])
524
525         * solib.c (bfd_lookup_symbol, look_for_base):  Reinstate to reenable
526         handling of shared libraries for non-ELF executables, but only if
527         HANDLE_SVR4_EXEC_EMULATORS is defined.
528         (locate_base):  Try to find debug_base in the dynamic linker
529         for non-ELF executables if HANDLE_SVR4_EXEC_EMULATORS is defined.
530         * config/sparc/tm-sun4sol2.h (HANDLE_SVR4_EXEC_EMULATORS):
531         Define to enable handling of shared libraries for a.out executables,
532         run under Solaris BCP.
533
534 Thu Jun 30 13:59:23 1994  Jim Kingdon  ([email protected])
535
536         * infrun.c (wait_for_inferior): Print "Program exited normally"
537         regardless of batch_mode.
538         * defs.h, top.c (batch_mode): Removed.
539
540 Wed Jun 29 18:53:36 1994  Stan Shebs  ([email protected])
541
542         * Makefile.in (dcache_h): Remove redundant definition.
543         (init.c): Add a comment.
544         (top.c): Remove explicit compile action.
545         * breakpoint.c (mention): Share code indicating location of
546         break/watchpoints, don't print address if addressprint is off.
547         * breakpoint.c, c-typeprint.c, c-valprint.c, energize.c, symtab.h
548         (demangle): Remove redundant declarations.
549         * eval.c: Remove redundant function declarations.
550         * objfiles.h: Cosmetic and grammatical improvements.
551         * TODO: Various updates.
552
553         * remote-mips.c: Replace all \r chars with \015.
554         (mips_receive_header): Display control characters readably.
555         (mips_xfer_memory): Add a simple progress display.
556
557 Wed Jun 29 13:11:45 1994  Steve Chamberlain  ([email protected])
558
559         * remote-e7000.c (e7000_open): Don't try a tcp open if we're
560         using go32.
561         * remote-hms.c (flush): New function.
562         (expect): Get edge case right.
563         (hms_read_inferior_memory): Be more tolerant of line noise.
564
565 Tue Jun 28 14:17:03 1994  Jim Kingdon  ([email protected])
566
567         * configure.in: Use i386m3.mh and i386m3.mt as names of host and
568         target files, not non-existent mach3.mh and mach3.mt.
569
570 Wed Jun 29 00:26:17 1994  Peter Schauer  ([email protected])
571
572         * dbxread.c (dbx_symfile_read):  Unconditionally add dynamic
573         symbols for all symbol files.  Makes skipping over the
574         trampoline code work when stepping from a function in a shared
575         library into a function in a different shared library.
576         (read_dbx_dynamic_symtab):  Relocate mst_solib_trampoline address.
577
578 Tue Jun 28 15:28:01 1994  Stu Grossman  ([email protected])
579
580         * dbxread.c, partial-stab.h (near N_SO):  SO stabs with blank
581         names mean end of .o file.
582         * infrun.c (wait_for_inferior):  Clean up multi-thread logic near
583         top of routine.  Handle new thread notification cleanly.
584         * lynx-nat.c (child_wait):  General cleanups, handle new LynxOS
585         thread notification scheme.
586         * (child_resume):  General cleanups, handle resumption of all
587         threads properly.
588
589 Mon Jun 27 09:57:23 1994  Steve Chamberlain  ([email protected])
590
591         * ser-go32.c: Rewrite to run under windows.
592         * ser-e7kpc.c: New file to support the E7000 with the PC ISA
593         bus interface.
594         * serial.c (serial_open): Notice device "pc".
595         * remote-e7000.c: Fix copyright date.
596         (expect): Compare \n and \r the same.
597         (e7000_open): Allow pc as a serial port
598         * sh/sh.mt: Add ser-e7kpc.
599         * h8300/h8300hms.mt: Add ser-e7kpc.
600         * main.c (proc_wait): Don't wait if using go32.
601
602 Mon Jun 27 00:35:51 1994  Jeff Law  ([email protected])
603
604         * somread.c: Simplify by using stabsect_build_psymtabs.
605         * dbxread.c (stabsect_build_psymtabs): New argument "text_name"
606         corresponding to the name of the text section.  All references
607         changed.
608         (somstab_build_psymtabs): Delete function, no longer needed.
609
610 Sun Jun 26 23:54:08 1994  Jeff Law  ([email protected])
611
612         * somread.c: Renamed from paread.c.  Changed function names and
613         comments to reflect that this file deals with SOM (an object file
614         format), rather than the PA (a cpu).
615         (Makefile.in): Chaned appropriately.
616         (config/pa/hppabsd.mh, config/pa/hppahpux.mh): Likewise.
617         * dbxread.c (somstab_build_psymtabs): Renamed from
618         pastab_build_psymtabs.
619
620 Fri Jun 24 08:15:42 1994  Peter Schauer  ([email protected])
621
622         * core-sol2.c:  New file to handle ELF and BCP core file flavours.
623         * config/sparc/sun4sol2.mh (NATDEPFILES):  Use it instead of
624         core-svr4.
625         * Makefile.in:  Updated for core-sol2.c.
626         * README:  Add notes about SPARCworks cc under Solaris 2.x,
627         from Casper H.S. Dik ([email protected]).
628         * config/mips/xm-makeva.h:  Removed, no longer necessary.
629         * Makefile.in, config/mips/xm-irix3.h, config/mips/xm-irix5.h,
630         config/mips/xm-mips.h, config/mips/xm-news-mips.h,
631         config/mips/xm-riscos.h:  Remove references to xm-makeva.h
632
633 Wed Jun 22 17:48:21 1994  Jim Kingdon  ([email protected])
634
635         * gdba.el: Put program input and output in a separate buffer.
636
637 Wed Jun 22 16:54:15 1994  Fred Fish  ([email protected])
638
639         * energize-patches, main.c (main), top.c (gdb_init, pwd_command),
640         top.h: Change all occurances of dirbuf to gdb_dirbuf.  Collides
641         with global variable of same name in libnsl.so on UnixWare.
642
643 Wed Jun 22 14:40:52 1994  Kung Hsu  ([email protected])
644
645         * symtab.c (decode_line_1): fix a bug in dealing with '<>'
646         embedded in template name.
647
648 Tue Jun 21 14:06:46 1994  Kung Hsu  ([email protected])
649
650         * config/i386/nm-linux.h: change calling convention of 
651         TARGET_CAN_USE_HARDWARE_WATCHPOINT() and
652         target_insert_watchpoint() and
653         target_remove_watchpoint().
654
655         * config/mips/tm-mips64.h: define FORCE_LONG_LONG to force LONGEST
656         to be long long in gdb.
657         * config/mips/tm-bigmips.h: ditto.
658
659 Mon Jun 20 23:54:37 1994  Peter Schauer  ([email protected])
660
661         * c-lang.c (asm_language_defn):  New definitions for language_asm,
662         mostly copied from c_language_defn, to avoid warnings when
663         switching between c and asm stack frames.
664
665 Mon Jun 20 13:51:55 1994  Ian Lance Taylor  ([email protected])
666
667         * mdebugread.c (parse_symbol): Don't call ecoff_swap_tir_in or
668         ecoff_swap_rndx_in directly; use the debug_swap pointer instead.
669         (upgrade_type, handle_psymbol_enumerators): Likewise.
670         (has_opaque_xref, cross_ref): Likewise.
671         (elfmdebug_build_psymtabs): Call swap->read_debug_info to read
672         debugging information, rather than doing it here.
673         * mipsread.c (mipscoff_symfile_read): Call read_debug_info entry
674         point in ecoff_debug_swap backend structure, rather than calling
675         ecoff_slurp_symbolic_info directly.
676
677 Fri Jun 17 20:58:58 1994  Jim Kingdon  ([email protected])
678
679         * breakpoint.c: Include annotate.h.  Call annotate_field rather
680         than printing annotation directly.
681
682         * main.c: Include string.h.
683
684 Thu Jun 16 14:41:37 1994  Stan Shebs  ([email protected])
685
686         * fork-child.c (startup_inferior) [STARTUP_INFERIOR]: If defined,
687         call it instead of doing normal loop.
688         * infcmd.c (attach_command): Don't call wait_for_inferior if
689         running Mach 3.
690         * infrun.c (proceed) [PREPARE_TO_PROCEED]: If defined, call
691         hook that can decide whether to step over the next breakpoint.
692         * utils.c (wrap_here): Abort if wrap_buffer not allocated.
693         (request_quit) [REQUEST_QUIT]: If defined, call it instead of
694         doing normal quit.
695
696         * configure.in: Improve sorting/formatting of hosts and targets.
697         (i[34]86-*-mach3*, i[34]86-*-osf1mk*, mips-*-mach3*,
698         m88*-*-mach3*, ns32k-*-mach3*): Recognize.
699         * Makefile.in (stop-gdb): New target.
700         * stop-gdb.c: New file, utility to get attention of waiting GDBs
701         in Mach 3.
702
703 Wed Jun 15 00:41:03 1994  Tom Lord  ([email protected])
704
705         * top.c (gdb_init): Init current_directory in gdb_init.  Probably
706         the identical initialization can be deleted from main.c, but i
707         haven't done so just in case.
708
709 Tue Jun 14 17:24:41 1994  Tom Lord  ([email protected])
710
711         * gdba.el: Added menu windows and slightly improved window
712         handling to gdba.el.  Fixed numerous minor bugs that were causing
713         emacs and gdb to fall out of sync.
714
715 Tue Jun 14 16:18:44 1994  Kung Hsu  ([email protected])
716
717         * breakpoint.c: annotate changes lost at merge, put back in.
718
719 Mon Jun 13 17:28:50 1994  Stan Shebs  ([email protected])
720
721         * config/i386/i386sco.mh, i386sco4.mh (XDEPFILES): Remove
722         i387-tdep.o.
723
724 Sun Jun 12 03:51:52 1994  Peter Schauer  ([email protected])
725
726         * config/m68k/dpx2.mh (NATDEPFILES):  Remove duplicate inclusion
727         of inftarg.o.
728         * config/m68k/tm-dpx2.h (CANNOT_STORE_REGISTER):  Define to inhibit
729         writing of floating registers, the dpx2 kernel disallows it.
730         * irix5-nat.c (LM_ADDR):  The loaded address of the shared library
731         is contained in o_praw.
732         * irix5-nat.c (solib_map_sections):  Adjust sections by the
733         difference between the loaded address and the prelinked address.
734         * irix5-nat.c (solib_address):  Use LM_ADDR for the loaded start
735         address.
736         * mdebugread.c (parse_symbol):  Do not relocate stEnd/scText
737         symbols, their value is absolute.
738         * mdebugread.c (parse_partial_symbols):  Handle Irix 5.2 shared
739         libraries fh->adr fields of zero. Relocate minimal symbol values
740         upon readin. Relocate non-stabs symbols upon readin.
741         * mdebugread.c (psymtab_to_symtab_1):  Use pst->textlow for the
742         start address of the outermost block.
743         * mdebugread.c (parse_lines, parse_procedure):  Pass in pst
744         instead of section_offsets and use relocated pst->textlow for
745         line number and procedure address relocations.
746
747         From [email protected] (Guillermo A. Loyola):
748         * mdebugread.c (parse_symbol, parse_partial_symbols, cross_ref):
749         Handle SGI Irix5 stIndirect symbol type.
750
751 Fri Jun 10 14:52:56 1994  Kung Hsu  ([email protected])
752
753         * breakpoint.c: fix a syntax error native cc does not like.
754
755         * Makefile.in: change sparclite-tdep.c to sparcl-tdep.c.
756         * sparclite/Makefile.in: ditto.
757         * sparcl-tdpe.c: change file name because first 8 chars has to be 
758         unique.
759         * sparcl-stub.c: ditto.
760
761         * .Sanitize: add sparclite-stub.c sparclite-tdep.c to keep.
762
763         * sparclite/Makefile.in: fix INCLUDE_CFLAGS to have {srcdir}/../config.
764
765 Fri Jun 10 10:38:15 1994  Jeff Law  ([email protected])
766
767         * hppa-tdep.c (target_read_pc, target_write_pc): Accept (and
768         ignore) a PID argument.
769         (hppa_pop_frame): Pass a PID to target_write_pc.
770         * config/pa/tm-hppa.h (TARGET_READ_PC, TARGET_WRITE_PC): Accept
771         and pass through a PID argument.
772         (target_read_pc, target_write_pc): Update prototypes.
773
774 Thu Jun  9 18:10:44 1994  Kung Hsu  ([email protected])
775
776         * Makefile.in: add new file sparclite-tdep.c.
777         * sparclite/Makefile.in: add new file sparclite-stub.c.
778         * sparclite/hw_breakpoint.note: note for SPARClite hardware breapoint
779         support.
780         * config/sparc/sparclite.mt: add sparclite-tdep.o.
781         * config/sparc/tm-sparclite.h: add hardware breakpoints support 
782         defiines and code.
783         * sparclite-tdep.c: new file, contains hardware breakpoint support
784         code.
785         * sparclite-stub.c: new file, stub code that add support hardware
786         breakpoint support.
787         * breakpoint.c: add hardware breakpoint support.
788         * breakpoint.h: add new breakpoint type to support hardware
789         breakpoint.
790         * config/mips/nm-irix4.h: change interface for target dependent
791         code supporting watch point.
792         * config/pa/nm-hppab.h: change interface for target dependent
793         code supporting watch point.
794
795 Thu Jun  9 14:59:58 1994  Kung Hsu  ([email protected])
796
797         * remote-os9k.c (rombuf_command): fix a bug accepting rombug
798         output.
799         * stabsread.c (read_struct_fields): os9k nested structure does not
800         have terminating ';', instead it just get to ',' and bit position
801         and length.
802
803 Wed Jun  8 23:20:45 1994  Stu Grossman  ([email protected])
804
805         * nlmread.c (nlm_symtab_read):  Clean up a bit.
806         * (nlm_symfile_read):  Record bounds of main() so that backtrace
807         command will know where to stop.
808         * objfiles.c (objfile_relocate):  Relocate entry point/func info
809         for backtrace as well.
810         * objfiles.h:  Define values for invalid PCs for entry point info.
811         * symfile.c (init_entry_point_info):  Initialize invalid values
812         with aforementioned macros.
813         * config/alpha/tm-alphanw.h:  Turn on FRAME_CHAIN_VALID_ALTERNATE
814         to cause backtrace to stop when it gets back to main().
815         * config/i386/tm-i386nw.h:  Ditto.
816
817 Sat Jun  4 18:17:03 1994  Per Bothner  ([email protected])
818
819         Fix value_print, which used to be ostensibly language-independent,
820         but would print pointers and arrays in C syntax.  Instead, call
821         a language-specific function.
822         * language.h (struct language_defn):  New functional field
823         la_value_print.
824         (LA_VALUE_PRINT):  New macro.
825         * language.c (unk_lang_value_print):  New stub/dummy function.
826         (unknown_language_defn, auto_language_defn, local_language_defn):
827         Use it.
828         * c-valprint.c (c_value_print):  New function, with code moved from:
829         * valprint.c (value_print):  ... here.  Now just invoke
830         LA_VALUE_PRINT to do language-specific stuff.
831         * valprint.c (value_print_array_elements):  Make non-static.
832         * c-lang.c (c_language_defn, cplus_language_defn):  Add
833         c_value_print in the la_value_print field.
834         * m2-lang.c (m2_language_defn):  Likewise.
835         * ch-lang.c (chill_language_defn):  But here use chill_value_print.
836         * ch-valprint.c (chill_val_print):  Print null pointer as NULL.
837         * ch-valprint.c (chill_value_print):  New function, based on
838         c_value_print, but use Chill "look and feel."
839         * c-lang.h (c_value_print):  New prototype.
840         * ch-lang.h (chill_value_print):  New prototype.
841         * value.h (value_print_array_elements):  New prototype.
842
843         * ch-valprint.c (chill_val_print, case TYPE_CODE_BITSTRING
844         and case TYPE_CODE_SET):  Check that the element type isn't a stub.
845
846 Fri Jun  3 09:15:00 1994  Jim Kingdon  ([email protected])
847
848         * main.c: Move entire file except for #ifndef MAIN_OVERRIDE code
849         to new file top.c.  Make things extern instead of static and
850         similar rearrangements to deal with this.
851         * top.h: New file.
852         * utils.c: Move fputs_unfiltered to main.c.  Remove 
853         FPUTS_UNFILTERED_OVERRIDE ifndef.
854         * Makefile.in: Change so that gdb uses main.c, utils.c, and top.c,
855         and libgdb uses utils.c and top.c.
856
857 Thu Jun  2 23:19:10 1994  Jeff Law  ([email protected])
858
859         * hppa-tdep.c (skip_trampoline_code): Fix typo.
860
861 Thu Jun  2 18:09:59 1994  Per Bothner  ([email protected])
862
863         * ch-valprint.c (chill_val_print_array_elements):  New function.
864         A Chill version of val_print_array_elements, it prints the
865         array index labels, in additions ot the array element values.
866         (chill_val_print):  Use the new function.
867
868 Thu Jun  2 08:50:00 1994  Stu Grossman  ([email protected])
869
870         * configure.in:  Add nlm subdir to configdirs for alpha-*-netware
871         target.
872         * defs.h (enum language):  Add language_asm.
873         * findvar.c (read_register_bytes read_register_gen
874         write_register_bytes read_register read_register_pid
875         write_register write_register_pid supply_register):  Move multi-
876         thread handling down into these routines.  Create XXX_pid routines
877         that allow register references to specify the pid.
878         * findvar.c infcmd.c (read_pc read_pc_pid write_pc write_pc_pid
879         read_sp write_sp read_fp write_fp):  Move these routines from
880         infcmd to findvar to centralize the whole mess.
881         * i386-nlmstub.c:  Portability fixes.
882         * infptrace.c (child_resume):  Conditionalize to allow other natives
883         to override it.  Remove PIDGET gubbish, it's no longer necessary.
884         * infrun.c (wait_for_inferior):  Put registers_changed() before
885         target_wait() to speed up remote debugging.
886         * Replace code that reads registers from other threads with much
887         nicer looking new function calls (see changes to findvar.c).
888         * Don't skip prologues if debugging assembly source.
889         * lynx-nat.c (child_resume):  Lynx now needs it's own version of
890         child_resume to handle multi-thread debugging properly.
891         * remote.c:  Add O response to get console output from target.
892         * (readchar): Add timeout parameter.  Handle SERIAL_EOF and
893         SERIAL_ERROR here to simplify callers.
894         * Change static var timeout to remote_timeout.
895         * (fromhex):  Remove unnecessary return -1 at end of routine.
896         * (remote_wait):  Turn this into a big switch statement.  Add
897         support for O response.
898         * (putpkt):  Remove unnecessary handling of SERIAL_EOF/ERROR.
899         * (getpkt):  Split getpkt into two parts.  read_frame deals with
900         all formatting issues, run-length encoding, and framing.  getpkt
901         now handles error recovery, and frame detection.
902         * ser-tcp.c (tcp_readchar):  Handle EINTR from read().
903         * ser-unix.c (hardwire_raw):  Set CLOCAL so that we ignore modem
904         control.  (hardwire_readchar):  Handle EINTR from read().
905         * symfile.c (deduce_language_from_filename):  Add support for .s
906         files.
907         * config/nm-lynx.h:  Define CHILD_WAIT so that lynx-nat.c can
908         override infptrace's child_wait.
909         * config/rs6000/rs6000lynx.mh:  Use xm-rs6000ly.h & nm-rs6000ly.h
910         instead of XXXlynx.h.
911         * config/rs6000/rs6000lynx.mt:  Use tm-rs6000ly.h instead of
912         tm-rs6000lynx.h.
913         * nlm/gdbserve.c:  Portability fixes.
914
915 Tue May 31 20:35:44 1994  Jim Kingdon  ([email protected])
916
917         * inftarg.c (child_wait): Call proc_wait, not wait.
918         (child_mourn_inferior): Call proc_remove_foreign.
919         * main.c (gdb_init): Call init_proc.
920         * main.c: Provide dummy versions of init_proc, proc_wait, and
921         proc_remove_foreign for the gdb case (the libgdb case provides its
922         own versions of these functions).
923         * Makefile.in (libgdb-files): Add libproc.a.
924
925 Wed Jun  1 11:08:52 1994  Stan Shebs  ([email protected])
926
927         Hardware watchpoints for Linux, from Rick Sladkey
928         ([email protected]).
929         * infrun.c (wait_for_inferior) [HAVE_CONTINUABLE_WATCHPOINT]: Add
930         new hardware breakpoint recovery method.
931         * i386v-nat.c (i386_insert_watchpoint,
932         i386_insert_nonaligned_watchpoint, i386_remove_watchpoint,
933         i386_stopped_by_watchpoint) [TARGET_CAN_USE_HARWARE_WATCHPOINT]:
934         New functions to support the 386 hardware debugging registers.
935         * config/i386/nm-linux.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT,
936         HAVE_CONTINUABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
937         target_insert_watchpoint, target_remove_watchpoint): Define these
938         macros to use the hardware debugging functions in i386v-nat.c.
939
940 Wed May 25 17:06:15 1994  Jim Kingdon  ([email protected])
941
942         * Makefile.in: Replace libgdb.a with libgdb-files.  Make "all"
943         build it.
944
945 Thu May 19 09:56:20 1994  Jim Kingdon  ([email protected])
946
947         * target.c, target.h: New variables target_activity_function and
948         target_activity_fd.
949         * inflow.c, inferior.h: New functions set_sigio_trap and
950         clear_sigio_trap.
951         * inftarg.c (child_wait), procfs.c (wait_fd): Call them.
952
953 Wed May 18 13:01:55 1994  Doug Evans  ([email protected])
954
955         * remote-sim.h (sim_verbose): Delete.
956         Document callbacks needed.
957         (sim_*): Change result to void where there isn't one.
958         (sim_open): Clarify argument and error response.
959         (sim_close): Declare.
960         (sim_load): Change bfd_handle argument to file name.  Clarify result.
961         (sim_create_inferior): Renamed from sim_set_args.
962         (sim_set_pc): Delete.
963         (sim_info): Delete printf_fn argument.
964         * remote-sim.c (gdbsim_kill): Add comment describing purpose.
965         (gdbsim_load): Try sim_load first.
966         (gdbsim_create_inferior): Call sim_create_inferior.
967         (gdbsim_open): Handle args == NULL.  Update call to sim_open.
968         (gdbsim_close): Call sim_close.
969         (gdbsim_files_info): Update call to sim_info.
970         (gdbsim_ops): Realign comments.
971
972         * printcmd.c (decode_format): Allow TARGET_PTR_BIT to be non-constant.
973
974 Tue May 17 16:45:20 1994  Stan Shebs  ([email protected])
975
976         * xcoffread.c (read_xcoff_symtab): For C_FILE symbols, only use
977         the auxent if the symbol's name is ".file".  From David Edelsohn 
978         <[email protected]>.
979
980 Tue May 17 11:08:22 1994  Jim Kingdon  ([email protected])
981
982         * breakpoint.c (breakpoint_1): Fix typo.
983
984         * annotate.c (annotate_field_end): Fix typo.
985
986         * Makefile.in: Move annotate.o from COMMON_OBS to OBS.
987
988         * Makefile.in (TSSTART): Remove; no longer used.
989
990         * utils.c (vfprintf_maybe_filtered, vfprintf_unfiltered): Call
991         fputs_unfiltered and exit directly, rather than fatal.  The latter
992         calls vfprintf_unfiltered!
993
994         * gdbtypes.h, gdbtypes.c (can_dereference): New function.
995         * value.h, printcmd.c (print_value_flags): Move from here...
996         * annotate.c: ...to here, and make it use can_dereference.
997
998 Sat May 14 15:13:52 1994  Stan Shebs  ([email protected])
999
1000         * inflow.c (job_control, attach_flag, generic_mourn_inferior):
1001         Remove, needed for both native and cross.
1002         * target.c (attach_flag, generic_mourn_inferior): Put here.
1003         * utils.c (job_control): Put here.
1004         (terminal.h): Don't include anymore.
1005
1006 Sat May 14 09:11:44 1994  Jim Kingdon  ([email protected])
1007
1008         * source.c (find_source_lines): Always use code that was #ifdef
1009         BROKEN_LARGE_ALLOCA.  Do the cleanup before returning, rather than
1010         leaving it on the chain.  Reindent much of this function.
1011         * config/sparc/{xm-sun4sol2.h,xm-sun4os4.h},
1012         config/i386/{xm-sun386.h,xm-i386m3.h,xm-i386mach.h},
1013         config/m68k/{sun3os4.h,xm-news.h,xm-hp300hpux.h},
1014         config/ns32k/xm-ns32km3.h: Remove all references to
1015         BROKEN_LARGE_ALLOCA; with the above change it is no longer needed.
1016         * main.c, fork-child.c, many config files: Remove all
1017         SET_STACK_LIMIT_HUGE code; with the above changes it should no
1018         longer be needed.
1019
1020         * symtab.c (lookup_partial_symbol): Use if and abort, not assert.
1021         This avoids __eprintf troubles.
1022
1023 Fri May 13 08:10:21 1994  Jim Kingdon  ([email protected])
1024
1025         * main.c (main): Surround in #ifndef MAIN_OVERRIDE.  Move
1026         initialization code which needs to be called even if we bypass the
1027         command line stuff into gdb_init.
1028         * utils.c (fputs_unfiltered): Surround in #ifndef
1029         FPUTS_UNFILTERED_OVERRIDE.
1030         * Makefile.in (libgdb.a): New target.
1031
1032         * utils.c: Rearrange I/O stuff a bit so that all output goes
1033         through fputs_unfiltered.  Use vasprintf; removes arbitrary limit
1034         which made %s not work with arbitrarily large strings.
1035         * printcmd.c (printf_command): Use printf_filtered, not
1036         printf_unfiltered and printf, now that arbitrary limit is gone.
1037
1038         gcc -Wall lint:
1039         * breakpoint.c (watchpoint_check): Remove unused variable b.
1040         * stack.c (print_frame_info): Move sp and buf inside #if.
1041         * eval.c (evaluate_subexp): Remove unused variables pp,
1042         mangle_ptr, ptr, and mangle_tstr.
1043         * valarith.c (value_x_binop): Remove unused variables mangle_tstr
1044         and mangle_ptr.
1045         * symtab.c (lookup_symtab): Put variable copy inside #if.
1046         (decode_line_1): Put variable q1 inside #if 0.
1047         * target.h: Declare target_link.
1048         * infrun.c (wait_for_inferior): Remove unused variables signame.
1049         * remote.c (remote_resume): Remove unused variable name.
1050         * c-exp.y (parse_number): Parenthesize operand of shift.
1051         * dbxread.c (record_minimal_symbol): Parenthesize operand of &&
1052         (this is a semantic change, the warning seems to have detected a bug).
1053         * dbxread.c (end_psymtab): Move variable p1 inside #if.
1054         * coffread.c: Move variable temptype inside #if.
1055         * ch-typeprint.c (chill_type_print_base): Remove unused variable
1056         name.
1057         * ch-valprint.c: #include typeprint.h and ch-lang.h.
1058         (chill_val_print): Remove unused variable in_range.
1059         (chill_val_print): Remove statement "length > TYPE_LENGTH (type);".
1060         (chill_val_print): Add default case for switch.
1061         * stabsread.h: Declare stabsect_build_psymtabs.
1062         * os9kread.c (read_minimal_symbols): Make this return void.
1063         (os9k_symfile_read): Remove unused variables stb_exist and val.
1064         (os9k_symfile_init): Remove unused variable val.
1065         (fill_sym): Remove unused variable id.
1066         (read_os9k_psymtab): Put variable back_to inside #if 0.  Remove
1067         unused variable nsl.
1068         Remove unused variable symfile_bfd.
1069         #if 0 unused variables lbrac_unmatched_complaint and
1070         lbrac_mismatch_complaint.
1071         Remove declaration for non-existent function os9k_next_symbol_text.
1072
1073         * annotate.c, annotate.h: New files, containing a function for
1074         each annotation which outputs it.
1075         * Move breakpoints_changed from breakpoint.c to annotate.c.
1076         * breakpoint.c, blockframe.c, infrun.c, cp-valprint.c, main.c,
1077         printcmd.c, source.c, stack.c, utils.c, valprint.c:
1078         Use annotate.c functions to output annotations.
1079         * Makefile.in (OBS): Add annotate.o.
1080
1081 Thu May 12 10:46:27 1994  Jeff Law  ([email protected])
1082
1083         * hppa-tdep.c (read_unwind_info): Make sure elf_unwind_size and
1084         elf_unwind_entries are always initialized.
1085
1086         * hppa-tdep.c (skip_trampoline_code): Handle argument relocation
1087         stubs which return directly to the caller rather than to the stub
1088         itself.
1089
1090 Wed May 11 20:11:51 1994  Stan Shebs  ([email protected])
1091
1092         * c-exp.y (yyerror): Display a more informative error message.
1093         * ch-exp.y (yyerror): Ditto, don't use global yychar.
1094         * m2-exp.y (yyerror): Ditto.
1095
1096 Tue May 10 11:57:53 1994  Stan Shebs  ([email protected])
1097
1098         * inflow.c (job_control): Move definition to front of file.
1099
1100 Tue May 10 14:42:37 1994  Ian Lance Taylor  ([email protected])
1101
1102         * maint.c (print_section_table): Rename SEC_SHARED_LIBRARY to
1103         SEC_COFF_SHARED_LIBRARY to match corresponding change in bfd.
1104
1105 Fri May  6 13:30:22 1994  Stan Shebs  ([email protected])
1106
1107         * Makefile.in (kdb): Remove old init.c creation commands.
1108         * configure.in (sparclite): Match on sparclite*.
1109         * sparclite/aload.c (main): Only change section addresses for
1110         a.out format object files.
1111
1112 Fri May  6 13:24:04 1994  Steve Chamberlain  ([email protected])
1113
1114         * config/i386/go32.mh: Define CC.
1115
1116 Fri May  6 11:56:54 1994  Stan Shebs  ([email protected])
1117
1118         * gdbserver/Makefile.in: Remove irrelevant definitions and
1119         comments inherited from the gdb Makefile.
1120         (BFD_DIR, BFD, BFD_SRC, BFD_CFLAGS): Add from gdb Makefile.
1121         (VERSION): Update to 4.12.3.
1122         (gdbserver): Remove any existing executable first.
1123         (distclean, realclean): Remove nm.h.
1124         * gdbserver/low-lynx.c: Add Sparc Lynx support.
1125         * gdbserver/low-sparc.c, gdbserver/low-sun3.c (sys/wait.h):
1126         Don't use absolute pathname.
1127
1128 Thu May  5 12:00:22 1994  Stan Shebs  ([email protected])
1129
1130         * rs6000-nat.c (vmap_ldinfo): Don't fail if fstat returns an
1131         error.
1132
1133 Wed May  4 06:56:03 1994  Jim Kingdon  ([email protected])
1134
1135         * infrun.c (proceed, normal_stop, wait_for_inferior), breakpoint.c
1136         (print_it_normal): Add annotations for the inferior starting and
1137         stopping, and for all the various messages related to how it
1138         stopped.
1139
1140         * printcmd.c (do_one_display): Annotate.
1141         * stack.c (print_frame_info): Annotate printing of stack frames.
1142
1143 Wed May  4 18:15:51 1994  Stu Grossman  ([email protected])
1144
1145         * remote.c (get_offsets):  Handle case where stub doesn't support
1146         qOffsets message.
1147
1148 Wed May  4 15:30:39 1994  Per Bothner  ([email protected])
1149
1150         Add partial support for g++ code compiled with -fvtable-thunks.
1151         * c-valprint.c (c_val_print):  Add vtblprint support
1152         when using thunks.
1153         * cp-valprint.c (cp_is_vtbl_member):  A vtable can be an array of
1154         pointers (if using thunks) as well as array of structs (otherwise).
1155         * cp-valprint.c (vtbl_ptr_name_old, vtbl_ptr_name):  Move to global
1156         level, and make the latter non-static (so define_symbol can use it).
1157         * stabsread.c (define_symbol):  If the type being defined is a
1158         pointer type named "__vtbl_ptr_type", set the TYPE_NAME to that name.
1159         * symtab.h (VTBL_PREFIX_P):  Allow "_VT" as well as "_vt".
1160         * values.c (value_virtual_fn_field):  Handle thunks.
1161         * values.c (value_headof):  Minor efficiency hack.
1162         * values.c (value_headof):   Incomplete thunk support.  FIXME.
1163
1164 Wed May  4 06:56:03 1994  Jim Kingdon  ([email protected])
1165
1166         * valprint.c (print_longest): Clarify comment about use_local.
1167         * printcmd.c, defs.h (print_address_numeric), callers in
1168         symmisc.c, symfile.c, stack.c, source.c, remote.c, infcmd.c,
1169         cp-valprint.c, core.c, ch-valprint.c, c-valprint.c, breakpoint.c,
1170         exec.c: New argument use_local.
1171         * source.c (identify_source_line): Use filtered output.  Use
1172         print_address_numeric. 
1173
1174         * core.c (memory_error), symtab.c (cplusplus_hint, decode_line_1),
1175         language.c (type_error, range_error): Use filtered output.
1176         * utils.c (error_begin): Update comment to tell people to use
1177         filtered output.
1178
1179         * Makefile.in (HFILES_WITH_SRCDIR): List bfd.h.
1180         (HFILES_NO_SRCDIR): List gdbcore.h not gdbcore_h, so as not to get
1181         bfd.h.
1182
1183 Tue May  3 07:41:33 1994  Jim Kingdon  ([email protected])
1184
1185         * procfs.c (procfs_wait): Reinstate code which deduces the signal
1186         from the fault, #ifndef FAULTED_USE_SIGINFO.
1187         * config/sparc/tm-sun4sol2.h: Define FAULTED_USE_SIGINFO.
1188
1189 Fri Apr 29 18:15:04 1994  Jim Kingdon  ([email protected])
1190
1191         * breakpoint.c (breakpoint_1): Annotate each field of the headers.
1192         Explicitly annotate each record.
1193
1194 Fri Apr 29 15:56:18 1994  Stan Shebs  ([email protected])
1195
1196         * xcoffexec.c: Reformat to standards and lint.
1197         (language.h): Include.
1198         (exec_close): Declare arg "quitting".
1199         (file_command): Declare arg "from_tty".
1200         (map_vmap): Cast xmalloc result to PTR.
1201         * rs6000-nat.c: Reformat to standards and lint.
1202         (exec_one_dummy_insn): Use char array for saved instruction.
1203         (fixup_breakpoints): Declare.
1204         (vmap_ldinfo): Be more informative in fatal error messages.
1205         (xcoff_relocate_symtab): Define to return void.
1206         * xcoffsolib.h: Reformat to standards, improve comments.
1207         * config/rs6000/nm-rs6000.h (xcoff_relocate_symtab): Declare.
1208
1209 Thu Apr 28 08:40:56 1994  Jim Kingdon  ([email protected])
1210
1211         * utils.c, defs.h (error_begin): New function.
1212         (quit): Print annotation before printing the error message.
1213         * main.c (return_to_top_level): Print annotation before doing the
1214         longjmp.
1215         * symtab.c (decode_line_1): Call error not warning and then
1216         return_to_top_level.  Call error_begin and printf_unfiltered
1217         rather calling warning (before calls to return_to_top_level).
1218         * core.c (memory_error): Use error_begin, printf_unfiltered,
1219         print_address_numeric and return_to_top_level instead of error.
1220         Cleans up a FIXME-32x64.
1221         * language.c (type_error, range_error): Call error_begin
1222         not just target_terminal_ours.
1223
1224         * dbxread.c (stabsect_build_psymtabs): Assign to sym_stab_info
1225         directly, rather than via DBX_SYMFILE_INFO.  A cast on the left
1226         side of an assignment is non-portable.
1227
1228         * utils.c (query): Change syntax of query annotations to be
1229         consistent with other input annotations.
1230         (prompt_for_continue): Likewise for prompt-for-continue annotation.
1231
1232 Thu Apr 28 01:20:39 1994  Peter Schauer  ([email protected])
1233
1234         * mdebugread.c (psymtab_to_symtab_1):  Do not call sort_blocks
1235         for stabs symtabs.
1236         * mips-tdep.c (mips_skip_prologue):  Handle prologues for functions
1237         that have a stack frame size of 32k or larger (from Paul Flinders).
1238         Remove #if 0'd code.
1239
1240 Wed Apr 27 16:33:51 1994  Stan Shebs  ([email protected])
1241
1242         * lynx-nat.c (CANNOT_STORE_REGISTER): Add a fallback definition
1243         for Lynx platforms that need it.
1244         * config/nm-lynx.h (__LYNXOS): Define if not already defined.
1245
1246 Wed Apr 27 16:01:37 1994  Jim Kingdon  ([email protected])
1247
1248         * procfs.c (procfs_wait): Use the signal from the pr_info rather
1249         than trying to deduce it from the fault.
1250
1251 Wed Apr 27 12:22:46 1994  Steve Chamberlain  ([email protected])
1252
1253         * printcmd.c (print_address_symbolic): Initialize name to empty
1254         string to avoid core dump if lookup fails.
1255         * remote-e7000.c (printf_e7000debug): Error if target not open.
1256
1257 Tue Apr 26 22:45:24 1994  Stu Grossman  (grossman at cygnus.com)
1258
1259         * i386-nlmstub.c:  Update to be more in line with PIN stub.
1260         * nlm/gdbserve.c (putDebugChar):  Install bug fix from i386-nlmstub.
1261         * (hex2mem):  Init ptr.
1262         * General cleanups to use ConsolePrintf, standard prologues, etc...
1263
1264 Tue Apr 26 10:23:04 1994  Stu Grossman  (grossman at cygnus.com)
1265
1266         * i386-nlmstub.c:  More changes to be compatible with remote.c.
1267
1268         * dbxread.c:  Move a bunch of strncmps out of process_one_symbol
1269         into (the far less frequently called) dbx_symfile_read.
1270
1271         * i386-nlmstub.c:  An interim version till we get PIN for the x86.
1272
1273 Tue Apr 26 09:50:45 1994  Stu Grossman  (grossman at cygnus.com)
1274
1275         * dbxread.c (record_minimal_symbol):  Record the section
1276         associated with the symbol to make dynmaic relocation work.
1277         * (dbx_symfile_read, process_one_symbol):  Fixes to work around
1278         Solaris brain-damage which don't apply to relocatable object
1279         files.
1280         * (stabsect_build_psymtabs):  New routine to read stabs out of an
1281         arbitrarily named section.
1282         * nlmread.c (nlm_symtab_read):  Read ALL syms from the NLM, not just
1283         globals.
1284         * (nlm_symfile_read):  Call stabsect_build_psymtabs to read the
1285         stabs out of the nlm.
1286         * partial-stabs.h (cases 'f' & 'F'):  Fixes to work around Solaris
1287         brain-damage which don't apply to relocatable object files.
1288         * remote.c (putpkt):  Improve error reporting and error handling.
1289         * (get_offsets):  Temporary kludge to force data & bss sections to
1290         have the same relocation.
1291         * stabsread.c (define_symbol, scan_file_globals):  Record section
1292         info in sym.
1293
1294 Sat Apr 23 19:05:52 1994  Jim Kingdon  ([email protected])
1295
1296         * breakpoint.c (breakpoint_1): Annotate each field of output.  Add
1297         FIXME-32x64 comment.
1298
1299 Fri Apr 22 16:43:54 1994  Jim Kingdon  ([email protected])
1300
1301         * infrun.c (wait_for_inferior): Move call to flush_cached_frames
1302         to after call to target_wait.  This means that flush_cached_frames
1303         can call target_terminal_ours if it wants to.
1304         * infrun.c (wait_for_inferior) [HAVE_NONSTEPPABLE_WATCHPOINT]: Add
1305         comment about why the code is dubious.
1306
1307         * stabsread.c (read_type): Call read_type, not nonexistent
1308         os9k_read_type.
1309
1310 Fri Apr 22 14:25:36 1994  Kung Hsu  ([email protected])
1311
1312         * remote-os9k.c (rombug_fetch_registers): set trace mode
1313         correctly.
1314         * remote-os9k.c (rombug_read_inferior_memory): cache data in
1315         buffer.
1316         * os9kread,c (read_os9k_psymtab): process file symbol to truncate
1317         extra info.
1318         * os9kread.c (os9k_read_ofile_symtab): proper casting of args
1319         passed to process_one_symbol.
1320         * stabsread.c (read_type): process os9k functio prototype.
1321
1322 Fri Apr 22 11:27:39 1994  Jim Kingdon  ([email protected])
1323
1324         * solib.c (symbol_add_stub): If so->textsection is NULL, don't
1325         dump core.
1326
1327 Thu Apr 21 07:45:49 1994  Jim Kingdon  ([email protected])
1328
1329         * utils.c (prompt_for_continue): Annotate prompt.
1330         (query): Annotate query.
1331         * printcmd.c (print_frame_args): Change syntax of argument
1332         annotation to make name and value part of a single group of
1333         annotations, not two separate groups.
1334         * cp-valprint.c (cp_print_value_fields): Likewise for fields.
1335         * valprint.c (val_print_array_elements): Change syntax of
1336         annotation to be more concise.
1337         * main.c, defs.h (command_line_input): New argument tells what
1338         string to include in the annotations.
1339         * symtab.c (decode_line_2), main.c (read_command_lines,
1340         command_loop): Change callers.
1341
1342         * breakpoint.c (watch_command): Use (CORE_ADDR)0, not NULL, for
1343         target null pointer.
1344         * blockframe.c (find_frame_addr_in_frame_chain): Likewise.
1345
1346         * printcmd.c (output_command): Annotate things we print here too.
1347         * printcmd.c (print_command_1): Add "value-history-value" annotation.
1348         * Move declaration of print_value_flags from defs.h to value.h.
1349         * main.c (command_line_input): Call wrap_here as well as gdb_flush.
1350
1351 Thu Apr 21 09:29:37 1994  Peter Schauer  ([email protected])
1352
1353         * dbxread.c (read_dbx_dynamic_symtab):  Reinstall support for sun3,
1354         BFD handles sun3 dynamic relocations now.
1355         * elfread.c (elf_symtab_read, elf_symfile_read):  Handle dynamic
1356         symbol table.
1357
1358 Wed Apr 20 19:41:21 1994  Jim Kingdon  ([email protected])
1359
1360         * printcmd.c (print_command_1): Annotate the top-level expressions
1361         that we print.
1362         (print_frame_args): Annotate each argument.
1363         * printcmd.c, defs.h (print_value_flags): New function.
1364         * cp-valprint.c (cp_print_value_fields): Annotate each field.
1365         * valprint.c (val_print_array_elements): Annotate each array element.
1366
1367 Wed Apr 20 13:18:41 1994  Peter Schauer  ([email protected])
1368
1369         * findvar.c (read_var_value):  Handle LOC_REPARM_ADDR case correctly,
1370         the register contains a pointer to the type, not the type itself.
1371
1372 Mon Apr 11 10:44:35 1994  Jim Kingdon  ([email protected])
1373
1374         * main.c (main): Accept --annotate=N option and make --fullname
1375         the same as --annotate=1.
1376         (command_line_input): Print annotatation before and after prompt.
1377         * blockframe.c (flush_cached_frames): Print annotation.
1378         * Rename frame_file_full_name to annotation_level and move it from
1379         symtab.h to defs.h.
1380         * source.c (identify_source_line): If annotation_level > 1,
1381         change output format.
1382         * breakpoint.c: Print annotation whenever a breakpoint changes.
1383         * main.c: New variable server_command.
1384         (command_line_input): Parse "server " and set server_command.
1385         (dont_repeat): Check server_command.
1386
1387 Wed Apr 20 08:37:16 1994  Jim Kingdon  ([email protected])
1388
1389         * xcoffread.c (xcoff_next_symbol_text): Don't return before
1390         updating raw_symbol and symnum.  Return a value in the case where
1391         we complained.
1392
1393         * dstread.c, coffread.c: Don't define pending_blocks; buildsym.c
1394         takes care of it.
1395         * parse.c: Don't define block_found; it is defined in symtab.c.
1396         * parser-defs.h: Add comment regarding block_found.
1397
1398 Tue Apr 19 09:46:05 1994  Jeffrey A. Law  ([email protected])
1399
1400         * hppa-tdep.c (internalize_unwind_info): Delete unused indexp
1401         argument.
1402
1403 Mon Apr 18 13:18:56 1994  Peter Schauer  ([email protected])
1404
1405         * dbxread.c (read_dbx_dynamic_symtab):  Relocate BFD symbols by
1406         section vma. Do not read dynamic relocs for sun3 executables to
1407         avoid BFD assertion message.
1408
1409 Mon Apr 18 10:08:07 1994  Jeffrey A. Law  ([email protected])
1410
1411         * nm-hppab.h (KERNEL_U_ADDR): Define.
1412         (FIVE_ARG_PTRACE): Likewise.
1413         (CANNOT_STORE_REGISTER): Likewise.
1414         * nm-hppah.h (KERNEL_U_ADDR): Define.
1415         (FIVE_ARG_PTRACE): Likewise.
1416         (CANNOT_STORE_REGISTER): Likewise.
1417         (NEED_TEXT_START_END): Likewise.
1418
1419         * tm-hppah.h (NEED_TEXT_START_END): Delete definition.
1420         * xm-hppah.h (KERNEL_U_ADDR): Delete definition.
1421         (FIVE_ARG_PTRACE): Likewise.
1422         * xm-hppab.h (KERNEL_U_ADDR): Delete definition.
1423         (FIVE_ARG_PTRACE): Likewise.
1424
1425         * hppa-tdep.c (read_unwind_info): Make static.
1426         (restore_pc_queue): Indirect through the target vector to
1427         reload the register state.
1428
1429 Sat Apr 16 22:20:51 1994  Jeffrey A. Law  ([email protected])
1430
1431         * paread.c (compare_unwind_entries): Delete function.  It's been
1432         moved into hppa-tdep.c.
1433         (read_unwind_info): Likewise.
1434         (pa_symfile_read): No longer call read_unwind_info.  The unwind
1435         tables will be read in as they are needed.
1436
1437         * hppa-tdep.c (compare_unwind_entries): New function.
1438         (read_unwind_info, internalize_unwinds): Likewise.
1439         (find_unwind_entry): Read in unwind information on demand.
1440
1441 Fri Apr 15 11:53:46 1994  Stan Shebs  ([email protected])
1442
1443         * source.c (DIRNAME_SEPARATOR): New macro, replaces all references
1444         to : in search path processing.
1445         * defs.h (qsort): Rename argument in prototype.
1446         * symtab.h (SAYMBOL_VALUE): Rename value field, avoids bugs in
1447         some compilers.
1448         * breakpoint.c, exec.c, mdebugread.c, mipsread.c, xcoffexec.c
1449         (false): Eliminate usages.
1450
1451 Fri Apr 15 11:35:19 1994  Steve Chamberlain  ([email protected])
1452
1453         * h8500-tdep.c (initialize_h8500_tdep, large_command):
1454         All references to value changed to value_ptrlage_command is now
1455         called big_command.
1456         All references to value changed to value_ptr.
1457         * remote-e7000.c (e7000_wait): Use target_waitstatus and SETSTOP
1458         * remote-hms.c (hms_wait): Timeout after five seconds.
1459         * ser-go32.c (dosasync_read): Poll if timeout < 0.
1460         * config/tm/tm-h8500.h (BEFORE_MAIN_LOOP_HOOK): Deleted.
1461         * config/sh/tm-sh.h (BREAKPOINT): Is now sleep opcode.
1462
1463 Thu Apr 14 07:01:56 1994  Jeffrey A. Law  ([email protected])
1464
1465         * procfs.c (procfs_wait): Protect watchpoint code with appropriate
1466         #ifdefs.
1467         (procfs_set_watchpoint, procfs_stopped_by_watchpoint): Likewise.
1468
1469 Wed Apr 13 14:52:46 1994  Jeffrey A. Law  ([email protected])
1470
1471         * breakpoint.h (enum bptype): Add bp_hardware_watchpoint and
1472         bp_watchpoint_scope breakpoints.
1473         (struct breakpoint): Add val_chain and related_breakpoint fields
1474         for use by watchpoints.
1475
1476         * breakpoint.c (within_scope): Delete.  No longer used.
1477         (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Provide default definition.
1478         (target_{remove,insert}_watchpoint): Likewise.
1479         (can_use_hardware_watchpoint): New function.
1480         (remove_breakpoint): New function to remove a single breakpoint
1481         or hardware watchpoint.
1482         (insert_breakpoints): Handle insertion of hardware watchpoints.
1483         Store a copy of the value chain derived from the watchpoint
1484         expression.
1485         (remove_breakpoints): Simplify by using remove_breakpoint.
1486         (delete_breakpoint): Likewise.
1487         (watchpoint_check): Delete the watchpoint and watchpoint scope
1488         breakpoints when the watchpoint goes out of scope.  Save & restore
1489         the current frame after checking watchpoints.
1490         (breakpoint_init_inferior): Likewise (restarting the program
1491         makes all local watchpoints go out of scope).
1492         (bpstat_stop_status): Handle hardware watchpoints much like normal
1493         watchpoints. Delete the watchpoint and watchpoint scope breakpoint
1494         when the watchpoint goes out of scope.  Remove and reinsert all
1495         breakpoints before returning if we stopped when a hardware watchpoint
1496         fired.
1497         (watch_command): Use a hardware watchpoint when possible.  If
1498         watching a local expression, build a scope breakpoint too.
1499         (map_breakpoint_numbers): Also call given function for any
1500         related breakpoints.
1501         (disable_breakpoint): Never disable a scope breakpoint.
1502         (enable_breakpoint): Handle hardware breakpoints much like normal
1503         breakpoints, but recompute the watchpoint_scope breakpoint's
1504         frame and address  (if we have an associated scope breakpoint).
1505         (read_memory_nobpt): Handle hardware watchpoints like normal 
1506         watchpoints.  When necessary handle watchpoint_scope breakpoints.
1507         (print_it_normal, bpstat_what, breakpoint_1, mention): Likewise.
1508         (clear_command, breakpoint_re_set_one, enable_command): Likewise.
1509         (disable_command): Likewise.
1510
1511         * blockframe.c (find_frame_addr_in_frame_chain): New function.
1512         Extern prototype added to frame.h
1513
1514         * infrun.c (wait_for_inferior): Set current_frame and select
1515         a frame before checking if we stopped due to a hardare watchpoint
1516         firing.  Handle stepping over hardware watchpoints.
1517         (normal_stop): Remove unnecessary call to select_frame.
1518
1519         * value.h (value_release_to_mark): Declare.
1520         * values.c (value_release_to_mark): New function.
1521
1522         * procfs.c (procfs_wait): Add cases for hardware watchpoints.
1523         (procfs_set_watchpoint, procfs_stopped_by_watchpoint): New functions.
1524
1525         * hppab-nat.c (hppa_set_watchpoint): New function.
1526
1527         * config/pa/nm-hppab.h (STOPPED_BY_WATCHPOINT): Define.
1528         (HAVE_STEPPABLE_WATCHPOINT): Define.
1529         (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Define.
1530         (target_{insert,delete}_watchpoint): Define.
1531
1532         * config/mips/nm-irix4.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Define.
1533         (STOPPED_BY_WATCHPOINT, HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1534         (target_{insert,remove}_watchpoint): Likewise.
1535
1536 Mon Apr 11 19:21:27 1994  Stu Grossman  (grossman at cygnus.com)
1537
1538         * xcoffread.c (read_xcoff_symtab):  Ignore symbols of class C_EXT,
1539         smtyp XTY_LD, sclass XMC_DS (external data segment label).  They
1540         often have the same names as debug symbols for functions, and
1541         confuse lookup_symbol().
1542
1543 Mon Apr 11 10:44:35 1994  Jim Kingdon  ([email protected])
1544
1545         * remote.c: Around redefinition of PBUFSIZE, adjust whitespace.
1546         * config/pa/tm-hppa.h (REGISTER_BYTES): Use 4 rather than
1547         REGISTER_RAW_SIZE (1).
1548         Together these changes work around a bug in HP's compiler.  Both
1549         seem to be necessary.
1550
1551 Mon Apr 11 09:18:24 1994  Jeffrey A. Law  ([email protected])
1552
1553         * paread.c (pa_symtab_read): Handle ST_STUB symbols and symbols
1554         with scope SS_EXTERNAL.  ST_ENTRY symbols in dynamic executables
1555         are type mst_solib_trampoline.
1556
1557 Fri Apr  8 17:14:37 1994  Jim Kingdon  ([email protected])
1558
1559         * config/m68k/es1800.mt: Change comments.
1560
1561 Fri Apr  8 17:14:37 1994  Rob Savoye  ([email protected])
1562
1563         * config/m68k/monitor.mt (TDEPFILES): Don't include remote-es.o.
1564
1565 Fri Apr  8 15:35:30 1994  Stu Grossman  (grossman at cygnus.com)
1566
1567         * lynx-nat.c:  Restore regmap structure for SPARC.  It's needed
1568         for core files.
1569
1570 Fri Apr  8 14:53:35 1994  Jim Kingdon  ([email protected])
1571
1572         * values.c (unpack_long): Remove obsolete comment about using a
1573         switch statement.
1574
1575         * symfile.c (symbol_file_command): Add comments about command syntax.
1576
1577 Thu Apr  7 17:25:21 1994  Peter Schauer  ([email protected])
1578                           Jim Kingdon  ([email protected])
1579
1580         * infrun.c (IN_SOLIB_TRAMPOLINE):  Correct comment, trampolines
1581         are in the .plt section.
1582         * minsyms.c (lookup_solib_trampoline_symbol_by_pc,
1583         find_solib_trampoline_target):  New functions for handling
1584         stepping into -g compiled shared libraries.
1585         * symtab.h (lookup_solib_trampoline_symbol_by_pc,
1586         find_solib_trampoline_target):  Add prototypes.
1587         * config/tm-sunos.h (IN_SOLIB_TRAMPOLINE, SKIP_TRAMPOLINE_CODE):
1588         Define to handle stepping into  -g compiled shared libraries.
1589         * config/tm-sysv4.h (SKIP_TRAMPOLINE_CODE):  Define to handle
1590         stepping into  -g compiled shared libraries.
1591
1592 Thu Apr  7 17:22:54 1994  Peter Schauer  ([email protected])
1593
1594         * configure.in:  Add mips-*-sysv4* support.
1595         * config/mips/mipsv4.mh, config/mips/mipsv4.mt,
1596         config/mips/tm-mipsv4.h, config/mips/xm-mipsv4.h, mipsv4-nat.c:
1597         New files for MIPS SVR4 support.
1598         * Makefile.in:  Update for new mipsv4 files.
1599         * alpha-tdep.c (heuristic_proc_desc, find_proc_desc):  Use
1600         read_next_frame_reg to obtain the frame relative stack pointer.
1601         * mips-tdep.c (heuristic_proc_desc):  Use read_next_frame_reg to
1602         obtain the frame relative stack pointer.
1603         * mdebugread.c (parse_partial_symbols, psymtab_to_symtab1):
1604         Handle stStatic and stStaticProc symbols in stabs-in-ecoff output
1605         by entering them into the minimal symbol table.
1606         * printcmd.c (print_scalar_formatted):  Do not try to unpack to
1607         a long for float formats.
1608         * solib.c:  Include "elf/mips.h" only if DT_MIPS_RLD_MAP does not
1609         get defined in <link.h>.
1610         * solib.c (solib_add):  Add shared library sections to the section
1611         table of the target before adding the symbols.
1612         * partial-stab.h:  Relocate static and global functions.
1613         * dbxread.c (read_dbx_symtab):  Remove unused variable
1614         end_of_text_address.  Relocate text_addr when passing it
1615         to end_psymtab.
1616
1617         For Alpha OSF/1 targets, enable gdb to set breakpoints in shared
1618         library functions before the executable is run. Retrieve dynamic
1619         symbols from stripped executables.
1620         * mipsread.c (read_alphacoff_dynamic_symtab):  New function.
1621         * mipsread.c (mipscoff_symfile_read):  Use it. Issue warning message
1622         if no debugging symbols were found.
1623         * alpha-tdep.c (alpha_skip_prologue):  Silently return the unaltered
1624         pc if memory at the pc is not accessible and GDB_TARGET_HAS_SHARED_LIBS
1625         is defined.
1626         * config/alpha/nm-alpha.h (GDB_TARGET_HAS_SHARED_LIBS):  Define,
1627         OSF/1 has shared libraries.
1628
1629 Thu Apr  7 15:11:11 1994  Ian Lance Taylor  ([email protected])
1630
1631         * dbxread.c (read_dbx_dynamic_symtab): Adjust for recent changes
1632         to BFD handling of dynamic symbols.
1633
1634 Tue Apr  5 15:29:25 1994  Jeffrey A. Law  ([email protected])
1635
1636         * hppa-tdep.c (hppa_fix_call_dummy): If FUN is a procedure label,
1637         then gets its real address into FUN and its GOT/DP value into %r19.
1638
1639         * tm-hppa.h (CALL_DUMMY): Use %r20, not %r19 as a temporary.
1640
1641         * hppa-tdep.c (frameless_function_invocation): If no unwind
1642         descriptor was found, then assume this was not a frameless
1643         function invocation.
1644         (frame_saved_pc): If the saved PC is in a linker stub, then
1645         return the return address which the linker stub will return to.
1646
1647         * xm-hppab.h: Never define USG.
1648         * xm-hppah.h: Always define USG.
1649
1650 Tue Apr  5 12:58:47 1994  Per Bothner  ([email protected])
1651
1652         * values.c (unpack_long, value_from_longest),
1653         valarith.c (value_binop):  Allow TYPE_CODE_RANGE.
1654
1655 Fri Apr  1 14:04:34 1994  Jason Merrill  ([email protected])
1656
1657         * symfile.c (deduce_language_from_filename): .cpp is a C++ extension.
1658
1659 Fri Apr  1 00:44:00 1994  Peter Schauer  ([email protected])
1660
1661         For SVR4 targets, enable gdb to set breakpoints in shared
1662         library functions before the executable is run.
1663         * elfread.c (elf_symtab_read):  Handle symbols for shared library
1664         functions.
1665         * sparc-tdep.c (in_solib_trampoline):  Renamed to in_plt_section
1666         and moved to objfiles.c.
1667         * objfiles.c (in_plt_section):  Moved to here from sparc-tdep.
1668         * config/tm-sysv4.h (IN_SOLIB_TRAMPOLINE):  Use new in_plt_section.
1669         * config/sparc/tm-sun4sol2.h (IN_SOLIB_TRAMPOLINE):  Removed,
1670         the new generic definition from tm-sysv4.h works for Solaris.
1671
1672 Wed Mar 30 16:14:27 1994  Ian Lance Taylor  ([email protected])
1673
1674         * elfread.c (elf_symtab_read): Change storage_needed,
1675         number_of_symbols and i to long.  Rename get_symtab_upper_bound to
1676         bfd_get_symtab_upper_bound.  Check for errors from
1677         bfd_get_symtab_upper_bound and bfd_canonicalize_symtab.
1678         * nlmread.c (nlm_symtab_read): Same changes.
1679
1680 Wed Mar 30 11:43:29 1994  Jim Kingdon  ([email protected])
1681
1682         * xcoffread.c (xcoff_next_symbol_text): New function.
1683         (read_xcoff_symtab): Set next_symbol_text_func to it.
1684         Move raw_symbol outside of read_xcoff_symtab.
1685
1686         * remote.c (getpkt): Remove unused "out" label.
1687
1688 Wed Mar 30 09:15:42 1994  Jeffrey A. Law  ([email protected])
1689
1690         * breakpoint.c (print_it_normal): Allow GDB to notify the user
1691         about more than one watchpoint being triggered.
1692
1693 Wed Mar 30 08:24:18 1994  Jim Kingdon  ([email protected])
1694
1695         * config/m68k/tm-dpx2.h: Include tm-m68k.h not nonexistent tm-68k.h.
1696
1697 Wed Mar 30 00:31:49 1994  Peter Schauer  ([email protected])
1698
1699         * blockframe.c (find_pc_partial_function):  mst_file_text
1700         symbols do not live in the shared library transfer table.
1701         * ch-exp.y (decode_integer_value, match_character_literal,
1702         match_bitstring_literal):  Guard tolower calls with isupper,
1703         tolower on old BSD systems blindly subtracts a constant.
1704         * dbxread.c (read_ofile_symtab):  Check for __gnu_compiled_* as
1705         well when determining the producer of the object file.
1706         * mdebugread.c (has_opaque_xref):  New function to check for
1707         cross reference to an opaque aggregate.
1708         * mdebugread.c (parse_symbol, parse_partial_symbols):  Do not
1709         enter typedefs to opaque aggregates into the symbol tables.
1710         * mdebugread.c (parse_external):  Remove skip_procedures argument,
1711         it has always been 1.  Remove code that handled stProc symbols,
1712         it was never executed and was wrong, as the index of a
1713         stProc symbol points to the local symbol table and not to the
1714         auxiliary symbol info. Update caller.
1715         * mdebugread.c (parse_partial_symbols):  Do not enter external
1716         stProc symbols into the partial symbol table, they are already
1717         entered into the minimal symbol table.
1718         * config/i386/tm-symmetry.h:  Clean up, it is now only used for Dynix.
1719         Remove all conditionals and definitions for ptx.
1720         I386_REGNO_TO_SYMMETRY moved to here from symm-tdep.c.
1721         Fix addresses of floating point registers in REGISTER_U_ADDR.
1722         STORE_STRUCT_RETURN now handles cc and gcc conventions.
1723         FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC,
1724         IN_SIGTRAMP, SIGCONTEXT_PC_OFFSET defined to make backtracing through
1725         signal trampoline code work.
1726         * config/i386/xm-symmetry.h:  Clean up, it is now only used for Dynix.
1727         Remove all conditionals and definitions for ptx.
1728         Remove KDB definitions.
1729         * symm-nat.c (store_inferior_registers):  Fetch registers before
1730         storing them to obtain valid floating point control registers.
1731         Store fpu registers.
1732         * symm-nat.c (print_1167_control_word):  Dynix 3.1.1 defines
1733         FPA_PCR_CC_C0 and FPA_PCR_CC_C1, avoid duplicate case value.
1734         * symm-nat.c (fetch_inferior_registers, child_xfer_memory):
1735         Fix typos.
1736         * symm-nat.c (child_resume):  Update type of `signal' parameter.
1737         * symm-tdep.c (I386_REGNO_TO_SYMMETRY):  Moved to tm-symmetry.h.
1738
1739 Tue Mar 29 23:01:33 1994  Jeffrey A. Law  ([email protected])
1740
1741         * hppa-tdep.c (hppa_fix_call_dummy): Use an alternate method for
1742         calling import stubs for functions in shared libraries.
1743
1744 Tue Mar 29 21:14:04 1994  Per Bothner  ([email protected])
1745
1746         * ch-exp.y:  Implement SIZE(mode_name) and SIZE(expression).
1747
1748         * ch-lang.c (chill_is_varying_struct):  Magic string is
1749         was "<var_length>" is now "__var_length" (more portable).
1750
1751 Tue Mar 29 19:41:34 1994  Jim Kingdon  ([email protected])
1752
1753         * remote.c (getpkt): If we get a timeout, actually retry rather
1754         than just giving up the first time it happens.
1755         * remote.c: Document sequence numbers.
1756         (remote_store_registers): Change syntax of 'P' request so that it
1757         never looks like a sequence number.
1758
1759 Tue Mar 29 16:06:01 1994  Kung Hsu  ([email protected])
1760
1761         * os9kread.c (record_minimal_symbol): add section_offset to
1762         relocate minimal symbol table.
1763         * os9kread.c (read_minimal_symbols): ditto.
1764         * os9kread.c (os9k_symfile_init): increase size of dbg and stb
1765         file names.
1766         * os9kread.c (read_os9k_psymtab): if there's no dbg file, just
1767         return. Also if file addr is 0 leave it 0, not to relocate.
1768         * remote-os9k.c (_initialize_remote_os9k): add 'set remotexon',
1769         'set remotexoff' and 'set remotelog' commands.
1770
1771 Tue Mar 29 12:38:45 1994  Jim Kingdon  ([email protected])
1772
1773         * remote.c (remote_store_registers): Add 'P' request to set an
1774         individual register.
1775         (remote_write_bytes, remote_read_bytes): Use %lx, not %x, to print
1776         a target address.
1777
1778 Sat Mar 26 07:05:18 1994  Jim Kingdon  ([email protected])
1779
1780         * config/sparc/tm-sparc.h: Define USE_REGISTER_NOT_ARG.
1781         * stabsread (define_symbol): If USE_REGISTER_NOT_ARG, go back to
1782         combining all 'p' and 'r' pairs into a LOC_REGPARM.
1783
1784         * command.c (do_setshow_command, case var_string): Never add a
1785         space to the end of the string.
1786         * NEWS: Document this change.
1787         * .gdbinit: Add a space to the "set prompt" command.
1788
1789 Fri Mar 25 12:40:41 1994  Jim Kingdon  ([email protected])
1790
1791         *  m3-nat.c, i386m3-nat.c, config/i386/i386m3.mh: Many minor
1792         changes to make it compile (it doesn't link yet).
1793
1794         * buildsym.c (start_subfile, patch_subfile_names), demangle.c
1795         (set_demangling_style, set_demangling_command): Use savestring not
1796         strdup.  We were not dealing properly with a NULL return from
1797         strdup, and were not declaring strdup (the system header may or
1798         may not have it).
1799
1800         * valprint.c (val_print): Remove inaccurate comment about what
1801         types can be stub types.
1802
1803         * config/i386/ptx.mh (XDEPFILES): Add coredep.o.  Delete infptrace.o.
1804         * symm-nat.c (child_wait, _initialize_symm_nat, kill_inferior):
1805         Supply alternate version if ATTACH_DETACH is not defined.
1806         * ptx4-nat.c, config/i386/{nm-ptx4.h, ptx4.mh, ptx.mt, ptx4.mt,
1807         tm-ptx.h, tm-ptx4.h, xm-ptx.h, xm-ptx4.h}: New files.
1808         * configure.in: Recognize i[34]86-sequent-sysv4* host.
1809
1810 Fri Mar 25 10:14:03 1994  Jeffrey A. Law  ([email protected])
1811
1812         * hppa-tdep.c (skip_prologue): Do nothing if not at the beginning
1813         of a function.
1814         (skip_trampoline_code): Rewrite and add support for argument
1815         relocation stubs stubs, import/export stubs, calls through
1816         "_sr4export" and cascaded trampolines.
1817
1818         * hppa-tdep.c (skip_prologue): Return "pc" not zero
1819         if no unwind descriptor is found.
1820
1821         * tm-hppa.h (NUM_REGS): Bump to 128 registers.
1822         (REGISTER_NAMES): Add entries for "right-half" of FP registers.
1823         (REGISTER_RAW_SIZE, MAX_REGISTER_RAW_SIZE): Do not treat FP regs
1824         differently.  All registers are four bytes.
1825         (REGISTER_BYTES, REGISTER_BYTE): Simplify now that all registers are
1826         the same size.
1827         (REGISTER_VIRTUAL_TYPE): Use builtin_type_float for all FP regs.
1828
1829         * hppa-tdep.c (pa_print_fp_reg): Update to print even numbered FP
1830         registers as both single and double values (fetching 2nd 32bit half
1831         as necessary).  Annotate each register printed with its precision.
1832
1833         * paread.c (read_unwind_info): Fix off-by-one error.
1834
1835 Fri Mar 25 08:33:28 1994  Jim Kingdon  ([email protected])
1836
1837         * main.c (complete_command): Deal with it if arg is NULL.
1838
1839 Thu Mar 24 07:12:09 1994  Jim Kingdon  ([email protected])
1840
1841         * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Revise comment
1842         regarding using the PC--using the PC is necessary and all the
1843         FIXME comments in the world won't make it go away.
1844
1845         * valops.c (value_at, value_at_lazy): Give error if we dereference
1846         a pointer to void.
1847         * gdbtypes.h: Fix comments regarding TYPE_CODE_VOID.
1848         * stabsread.c: Use 1, not 0, for TYPE_LENGTH of void types.
1849
1850         * stabsread.c (patch_block_stabs): Add comment about what happens
1851         if the definition is in another compilation unit from the stab.
1852
1853         * dbxread.c (end_psymtab): Add comment about empty psymtabs.
1854
1855 Wed Mar 23 07:50:33 1994  Jim Kingdon  ([email protected])
1856
1857         * main.c (complete_command): New command, from Rick Sladkey
1858         <[email protected]>.
1859         (symbol_completion_function): Don't declare rl_point and
1860         rl_line_buffer; they are now declared in readline.h.
1861         (show_commands): Don't declare history_base; it is declared in
1862         history.h.
1863         * command.c (lookup_cmd): Don't delete trailing whitespace.
1864         Reverts change of 14 May 1989.
1865
1866 Wed Mar 23 16:14:52 1994  Stu Grossman  (grossman at cygnus.com)
1867
1868         * minsyms.c (prim_record_minimal_symbol):  Move section deduction
1869         code from prim_record_minimal_symbol_and_info() to here.  Callers
1870         of the latter can legitimately supply a section number of -1.
1871
1872 Wed Mar 23 07:50:33 1994  Jim Kingdon  ([email protected])
1873
1874         * gdbtypes.h, gdbtypes.c: Add comments regarding whether static
1875         member functions have an element in args for a (nonexistent) this
1876         pointer.
1877
1878 Tue Mar 22 20:12:53 1994  Jeffrey A. Law  ([email protected])
1879
1880         * config/pa/tm-hppao.h (NO_PC_SPACE_QUEUE_RESTORE): Define.
1881
1882         * hppa-tdep.c (hppa_pop_frame): Do not restore the PC space
1883         queue if NO_PC_SPACE_QUEUE_RESTORE is defined.
1884
1885         * stabsread.c (REG_STRUCT_HAS_ADDR): Accept additional argument
1886         for the structure's type.  All callers changed.
1887
1888         * valops.c (call_function_by_hand): Check REG_STRUCT_HAS_ADDR
1889         for each structure argument rather than assuming it's either
1890         true or false for all structure arguments.
1891
1892         * config/pa/tm-hppa.h (REG_STRUCT_HAS_ADDR): Depend only
1893         on the length structure passed, not the compiler used.
1894
1895         * config/sparc/tm-sparc.h (REG_STRUCT_HAS_ADDR): Accept additional
1896         argument for the structure's type.
1897
1898 Tue Mar 22 15:28:33 1994  Jim Kingdon  ([email protected])
1899
1900         * values.c (set_internalvar): Don't set var->value until we are
1901         sure there won't be an error().
1902
1903         * remote.c (get_offsets): Reinstate comment which was in
1904         remote_wait about use of SECT_OFF_TEXT and so on.
1905
1906 Mon Mar 21 13:11:30 1994  Peter Schauer  ([email protected])
1907
1908         * symmisc.c (maintenance_check_symtabs):  New function to check
1909         consistency of psymtabs and symtabs.
1910         * symtab.h (maintenance_check_symtabs):  Add prototype.
1911         * maint.c:  Add new `maint check-symtabs' command.
1912         * config/i386/tm-i386aix.h, config/i386/tm-sun386.h,
1913         config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW):  Fix typo.
1914         * config/i386/tm-symmetry.h:  Make comment inside #if 0 a real
1915         comment.
1916         * config/i386/tm-symmetry.h (STORE_STRUCT_RETURN):  Cast argument
1917         to write_memory to avoid warnings from gcc.
1918         * config/i386/xm-symmetry.h:  Add missing #endif.
1919         * config/i386/nm-symmetry.h (NO_PTRACE_H):  Add for Dynix.
1920         * config/i386/symmetry.mt (TDEPFILES):  Add i386-tdep.o.
1921         * config/i386/symmetry.mh (NAT_FILE, NATDEPFILES):  Add.
1922
1923 Mon Mar 21 11:50:28 1994  Jeffrey A. Law  ([email protected])
1924
1925         * hppa-tdep.c (hppa_fix_call_dummy): Use value_ptr.
1926         (hppa_push_arguments): Likewise.
1927
1928 Mon Mar 21 11:02:51 1994  Stu Grossman  (grossman at cygnus.com)
1929
1930         * alpha-tdep.c:  Gobs of changes (many imported from mips-tdep) to
1931         improve remote debugging efficiency.  Also fixed problems with
1932         doing function calls for programs with no entry points.
1933         * infcmd.c (run_stack_dummy):  Use CALL_DUMMY_ADDRESS instead of
1934         entry_point_address.
1935         * inferior.h (PC_IN_CALL_DUMMY):  ditto.
1936         * mdebugread.c (parse_symbol, parse_procedure, parse_external,
1937         parse_lines):  Pass section_offsets info to these routines so that
1938         we can relocate symbol table entries upon readin.
1939         * (psymtab_to_symtab_1):  Set symtab->primary to tell
1940         objfile_relocate to do relocations for our symbols.
1941         * (ecoff_relocate_efi):  New routine to relocate adr field of PDRs
1942         (which hang off of the symbol table).
1943         * Use prim_record_minimal_symbols_and_info instead of
1944         prim_record_minimal_symbols to supply section info to make minimal
1945         symbol relocations work.
1946         * minsyms.c (prim_record_minimal_symbols_and_info):  If section is
1947         -1, try to deduce it from ms_type.
1948         * objfiles.c (objfile_relocate):  Use ALL_OBJFILE_SYMTABS where
1949         appropriate.  Handle relocation of MIPS_EFI symbols special. Also,
1950         add code to relocate objfile->sections data structure.
1951         * remote.c (get_offsets):  Use new protocol message to acquire
1952         section offsets from the target.
1953         * (remote_wait):  Get rid of relocation stuff.  That's all handled
1954         by objfile_relocate now.
1955         * config/alpha/alpha-nw.mt (TM_FILE):  Use tm-alphanw.h.
1956         * config/alpha/tm-alpha.h:  Define CALL_DUMMY_ADDRESS, and
1957         VM_MIN_ADDRESS.
1958         * config/alpha/tm-alphanw.h:  DECR_PC_AFTER_BREAK=0, VM_MIN_ADDRESS=0.
1959
1960 Sun Mar 20 15:21:57 1994  Doug Evans  ([email protected])
1961
1962         * sparc-tdep.c (sparc_frame_find_save_regs): Use REGISTER_RAW_SIZE
1963         instead of 4.
1964         * sp64-tdep.c (target_ptr_bit, set_target_ptr_bit): Deleted,
1965         can no longer set this at run time.
1966         * config/sparc/sp64.mt (SIMFILES): Use remote-sim.o now.
1967         (TM_CLIBS): Define to -lm, the simulator uses the sqrt() function.
1968         * config/sparc/tm-sp64.h (FPS_REGNUM, CPS_REGNUM): Define (so
1969         sparc-tdep.c compiles).
1970         (TARGET_PTR_BIT): Must be a constant now, fix at 64.
1971
1972 Sat Mar 19 08:51:12 1994  Jim Kingdon  ([email protected])
1973
1974         * config/m68k/{cisco.mt,tm-cisco.h}: New files.
1975         * Makefile.in (ALLPARAM, ALLCONFIG): Add them.
1976         * configure.in: Recognize m68*-cisco*-*.
1977
1978         * Makefile.in (TAGS): Use variables directly, rather than using
1979         find, to locate TM_FILE, XM_FILE, and NAT_FILE.  This is faster
1980         and means that these filenames no longer need be unique across all
1981         the config/* directories.
1982         * configure.in: Put the config/*/ into TM_FILE, etc.
1983
1984         * m68k-stub.c (computeSignal): Return SIGFPE, not SIGURG, for chk
1985         and trapv exceptions.
1986
1987         * target.h (struct section_table), objfiles.h (struct obj_section):
1988         Change name of field sec_ptr to the_bfd_section.  More mnemonic
1989         and avoids the (sort of, for the ptx compiler) name clash with
1990         the name of the typedef.
1991         * exec.c, xcoffexec.c, sparc-tdep.c, rs6000-nat.c, osfsolib.c,
1992         solib.c, irix5-nat.c, objfiles.c, remote.c: Change users.
1993
1994         * utils.c: Include readline.h.
1995         * Makefile.in (utils.o): Add dependency.
1996
1997         * remote.c (getpkt): Add support for run-length encoding.
1998
1999 Fri Mar 18 19:11:15 1994  Steve Chamberlain  ([email protected])
2000
2001         * utils.c (prompt_for_continue): Call readline, not gdb_readline.
2002
2003 Fri Mar 18 10:25:55 1994  Jim Kingdon  ([email protected])
2004
2005         * dstread.c (record_minimal_symbol): New arg objfile.  Pass it to
2006         prim_record_minimal_symbol.
2007         Callers: Pass it.
2008
2009         * regex.c (EXTEND_BUFFER): Adjust pointers within buffer by
2010         computing their offset from the start of the old buffer and adding
2011         to the new buffer, rather than by assuming we can add the
2012         difference between the old buffer and the new buffer (it might not
2013         fit in an int).  Merge in cosmetic differences from emacs regex.c
2014         version of this macro.
2015
2016 Wed Mar 16 15:28:54 1994  Ian Lance Taylor  ([email protected])
2017
2018         * Makefile.in (install-only): Fix use of program_transform_name.
2019
2020 Wed Mar 16 07:18:43 1994  Jim Kingdon  ([email protected])
2021
2022         * printcmd.c: Remove "set print fast-symbolic-addr off" command.
2023         The bug which it worked around was fixed on 25 Feb 94 in coffread.c,
2024         so I'm nuking the command.
2025         * symtab.c (find_addr_symbol): Comment out, no longer used.
2026
2027         * main.c (main): Don't init_source_path for the -cd argument.  Now
2028         that source_path doesn't contain the current_directory from when
2029         GDB started up, init_source_path is no longer useful (and is
2030         harmful because it clobbers a source_path set in $HOME/.gdbinit).
2031
2032         * TODO: Remove item about line numbers being off.  It is useless
2033         and confusing without a reproducible test case (it mentions
2034         proceed(), but I was able to step through proceed without trouble).
2035
2036 Tue Mar 15 13:39:23 1994  Peter Schauer  ([email protected])
2037
2038         For Sunos 4.x targets, enable gdb to set breakpoints in shared
2039         library functions before the executable is run. Retrieve dynamic
2040         symbols from stripped executables.
2041         * symtab.h (minimal_symbol_type):  Add mst_solib_trampoline type.
2042         * parse.c (write_exp_msymbol), symmisc.c (dump_msymbols),
2043         symtab.c (list_symbols):  Handle mst_solib_trampoline.
2044         * minsyms.c (lookup_minimal_symbol):  Handle mst_solib_trampoline
2045         for all targets, remove IBM6000_TARGET dependencies.
2046         * dbxread.c (read_dbx_dynamic_symtab):  New function.
2047         * dbxread.c (dbx_symfile_read):  Use it.
2048         * dbxread.c (SET_NAMESTRING):  Set namestring to
2049         "<bad string table index>" instead of "foo" if the string index is
2050         corrupt.
2051         * xcoffread.c (read_xcoff_symtab):  Use mst_solib_trampoline instead
2052         of mst_unknown.
2053         * symtab.c (list_symbols):  Take from_tty as parameter and pass it
2054         to break_command. Handle mst_file_* minimal symbol types.
2055         * config/i386/tm-i386bsd.h: Give just macro name, not args, to #undef.
2056
2057 Tue Mar 15 11:40:43 1994  Kung Hsu  ([email protected])
2058
2059         * c-exp.y(yylex): fix potential memory overflow.
2060
2061 Tue Mar 15 10:33:28 1994  Jim Kingdon  ([email protected])
2062
2063         * environ.c (set_in_environ): Eliminate special handling of PATH and
2064         GNUTARGET.
2065         * putenv.c: Removed, conflicts with system declaration of
2066         putenv on RS/6000 running AIX 3.2.5, and above change makes it
2067         unnecessary. 
2068         * Makefile.in: Change accordingly.
2069         * procfs.c (procfs_create_inferior): Change comment accordingly.
2070
2071 Tue Mar 15 10:05:27 1994  Jim Kingdon  ([email protected])
2072
2073         * rs6000-tdep.c: Change value to value_ptr.
2074
2075 Sun Mar 13 09:45:51 1994  Jim Kingdon  ([email protected])
2076
2077         * i386m3-nat.c: Include floatformat.h.
2078         (get_i387_state): Use memset not bzero.
2079
2080         * Version 4.12.3.
2081
2082         * Makefile.in: Enable commented out getopt_h, bfd_h, etc.  Change
2083         ieee-float.h to floatformat.h.
2084
2085         * valprint.c (val_print_string): Ignore error if the error
2086         happened after a terminating '\0'.
2087
2088         * c-valprint.c (c_val_print): Never add 1 to return value from
2089         val_print_string; just return what it returns.
2090
2091         * target.h (enum target_signal): Add TARGET_SIGNAL_FIRST, for
2092         looping through all of the enums.
2093         * infrun.c (signals_info): Use it.
2094
2095 Fri Mar 11 08:08:50 1994  Jim Kingdon  ([email protected])
2096
2097         * main.c (main): When printing warning about bad baud rate, don't
2098         use warning(); it relies on current_target which isn't set up yet.
2099
2100         * breakpoint.c (_initialize_breakpoint): Update docstring for
2101         tbreak to match what the code actually does.  Don't mention tbreak
2102         in docstrings for "enable once" or "enable breakpoints once".
2103
2104 Thu Mar 10 08:52:38 1994  Jim Kingdon  ([email protected])
2105
2106         * symfile.h (ADD_PSYMBOL_VT_TO_LIST): Don't put a semicolon after
2107         while (0).  That defeats the whole purpose of using do . . . while (0).
2108         * mdebugread.c (parse_partial_symbols): Don't use ?: expression as
2109         list for ADD_PSYMBOL_TO_LIST; the macro takes its address and
2110         using a ?: expression as an lvalue is not portable.
2111
2112         * stabsread.c (define_symbol): If REG_STRUCT_HAS_ADDR, also
2113         convert a LOC_ARG to a LOC_REF_ARG.  Update code which combines
2114         'p' and 'r' symbol descriptors into a single symbol to look for a
2115         LOC_REF_ARG.
2116         * README, config/sparc/tm-sparc.h: Update comments.
2117
2118 Wed Mar  9 21:43:24 1994  Peter Schauer  ([email protected])
2119
2120         * mdebugread.c (parse_type):  Do not complain for types with
2121         an `indexNil' aux index, these are simply undefined types.
2122         Remove indexNil check from caller of parse_type.
2123         * mdebugread.c (parse_partial_symbols):  Do not enter
2124         stGlobal, scCommon symbols into the minimal symbol table, their
2125         value is the size of the common, not its address.
2126         Handle scInit, scFini, scPData and scXData sections.
2127         Use minimal symbol type mst_file_* for stLabel symbols, instead of
2128         mst_*.
2129         Enter stProc symbols into the global_psymbols list once, not into
2130         the static_psymbols_list.
2131         Get rid of dummy psymtab if it is empty, to allow proper detection
2132         of stripped executables.
2133         * mdebugread.c (cross_ref):  Allow cross references to Fortran
2134         common blocks.
2135
2136 Wed Mar  9 15:23:19 1994  Jim Kingdon  ([email protected])
2137
2138         * stabsread.c (common_block_end, fix_common_block): Stash the
2139         struct pending * in the SYMBOL_TYPE, not the SYMBOL_NAMESPACE, so
2140         as to not assume that a pointer fits in an enum.
2141
2142 Wed Mar  9 18:56:36 1994  Kung Hsu  ([email protected])
2143
2144         * os9kread.c (fill_sym): check compiler verion number for pre-
2145         UltraC compiler.
2146         * os9kread.c (os9k_process_one_symbol): address of symbol is
2147         relative to section not module.
2148         * stabsread.c (define_symbol): add symbol type 's' as local
2149         symbol for os9k.
2150         * remote-os9k.c: add command 'set monitor_log' to turn on or off
2151         monitor logging.
2152         * remote-os9k.c: fix bug in delete breakpoint, single step trace.
2153         * remote-os9k.c: fix bug in 'set remotebaud' function.
2154         * remote-os9k.c (rombug_link): minimize checking so to improve
2155         speed.
2156         * symfile.c (symbol_file_command): check if failed to link, also make
2157         the command be able to accept more than one filenames.
2158         * target.c (target_link): check if failed to link with rombug.
2159         * config/i386/tm-i386os9k.h : add #define DECR_PC_AFTER_BREAK 0.
2160
2161 Wed Mar  9 15:23:19 1994  Jim Kingdon  ([email protected])
2162
2163         * remote-es.c (es1800_child_ops): Don't declare it static.
2164
2165 Tue Mar  8 11:42:39 1994  Jim Kingdon  ([email protected])
2166
2167         * config/i386/tm-i386v4.h: Give just macro name, not args, to #undef.
2168
2169 Tue Mar  8 06:56:13 1994  Jim Kingdon  ([email protected])
2170
2171         * dbxread.c: New variable lowest_text_address.
2172         (record_minimal_symbol, read_dbx_symtab): Set it.
2173         (read_dbx_symtab): Use lowest_text_address + text_size instead of
2174         end_of_text_address.
2175         * config/gould/tm-pn.h: Add comment regarding END_OF_TEXT_DEFAULT.
2176
2177         * dbxread.c (end_psymtab): Remove old and commented out
2178         capping_global and capping_static.  Fix comments regarding
2179         N_SO_ADDRESS_MAYBE_MISSING to match the real name of the macro.
2180
2181         * parser-defs.h: Add "extern" to start of variable declarations so
2182         we don't end up with commons.
2183         * parse.c: Define these variables.
2184
2185         * irix5-nat.c (find_solib): Cast o_path to CORE_ADDR when using it
2186         as one.
2187
2188 Mon Mar  7 13:00:50 1994  Jim Kingdon  ([email protected])
2189
2190         * alpha-tdep.c: Change value to value_ptr.
2191
2192 Sun Mar  6 17:36:53 1994  Peter Schauer  ([email protected])
2193
2194         * solib.c (elf_locate_base):  New function to locate the address
2195         of the dynamic linker's runtime structure in the dynamic info section.
2196         * solib.c (locate_base):  Use it instead of iterating over the list
2197         of mapped address segments.
2198         * solib.c (look_for_base, bfd_lookup_symbol):  Removed, no longer
2199         necessary.
2200
2201 Fri Mar  4 09:50:47 1994  Jeffrey A. Law  ([email protected])
2202
2203         * hppa-tdep.c (pc_in_linker_stub): Move decl to beginning of file.
2204         (pc_in_interrupt_handler): New function.  Also add PARAM decl.
2205         (find_proc_framesize): Deal with HPUX setting SAVE_SP bit for
2206         signal trampoline and interrupt routines.
2207         (frame_saved_pc): Handle signal trampolines and interrupt routines.
2208         (frame_chain, frame_chain_valid): Likewise.
2209         (hppa_frame_find_saved_regs): Likewise.  Also deal with special
2210         saved regs convention for SP.
2211         
2212         * tm-hppa[bho].h: FRAME_FIND_SAVED_PC_IN_SIGTRAMP): Define.
2213         (FRAME_BASE_BEFORE_SIGTRAMP): Define.
2214         (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Define.
2215
2216         * tm-hppah.h (IN_SIGTRAMP): Define.
2217
2218 Thu Mar  3 12:41:16 1994  Jim Kingdon  ([email protected])
2219
2220         * ch-exp.y (match_simple_name_string): Accept '_' as well as an
2221         alphabetic character as the start of a name.
2222
2223         * sparclite/Makefile.in (all install): Build and install aload.
2224
2225         * configure.in: Accept i[34]86-*-*sysv32 because that is what
2226         config.guess and config.sub produce.
2227
2228         * mips-tdep.c: Change value to value_ptr.
2229
2230 Wed Mar  2 09:17:55 1994  Jim Kingdon  ([email protected])
2231
2232         * breakpoint.c, breakpoint.h, c-valprint.c, ch-valprint.c,
2233         cp-valprint.c, eval.c, expprint.c, findvar.c, language.c,
2234         objfiles.h, infcmd.c, printcmd.c, stack.c, typeprint.c,
2235         valarith.c, valops.c, valprint.c, value.h, values.c: Replace
2236         value with value_ptr.  This is for the ptx compiler.
2237         * objfiles.h, target.h: Don't declare a "sec_ptr" field using a
2238         "sec_ptr" typedef.
2239         * symm-nat.c: Add a bunch of stuff for symmetry's ptrace stuff.
2240         #if 0 i386_float_info.
2241         * symm-tdep.c (round): Remove.  Also remove sgttyb.
2242         * symm-tdep.c: Remove lots of stuff which duplicates stuff from
2243         i386-tdep.c.  Remove register_addr and ptx_coff_regno_to_gdb.
2244         * i386-tdep.c (i386_frame_find_saved_regs): Put in
2245         I386_REGNO_TO_SYMMETRY check in case it is needed for Dynix
2246         someday.
2247         * config/i386/nm-symmetry.h: Change KERNEL_U_ADDR.  Move
2248         stuff from PTRACE_READ_REGS, PTRACE_WRITE_REGS macros to
2249         symm-nat.c.  Define CHILD_WAIT and declare child_wait().
2250         * config/i386/tm-symmetry.h: Remove call function stuff; stuff in
2251         tm-i386v.h is apparently OK.
2252         * config/i386/xm-symmetry.h [_SEQUENT_]: Define HAVE_TERMIOS not
2253         HAVE_TERMIO.  Define MEM_FNS_DECLARED, NEED_POSIX_SETPGID, and
2254         USE_O_NOCTTY.
2255
2256 Wed Mar  2 11:31:08 1994  Peter Schauer  ([email protected])
2257
2258         * osfsolib.c (xfer_link_map_member): Update to use new
2259         target_read_string interface.
2260
2261 Wed Mar  2 09:17:55 1994  Jim Kingdon  ([email protected])
2262
2263         * infrun.c (wait_for_inferior): In checking
2264         remove_breakpoints_on_following_step, check
2265         through_sigtramp_breakpoint as well as step_resume_breakpoint.
2266
2267 Tue Mar  1 16:22:56 1994  Jim Kingdon  ([email protected])
2268
2269         * os9kread.c (os9k_process_one_symbol): Rename
2270         VARIABLES_INSIDE_BLOCK to OS9K_VARIABLES_INSIDE_BLOCK.
2271         * symfile.c (symbol_file_command): Check for (CORE_ADDR)-1, not
2272         (CORE_ADDR)0, from target_link, since that is what it uses.
2273         Process name at end, not during parsing (like we did before Kung's
2274         change), so that -readnow and -mapped can appear anywhere.
2275         Make text_relocation a local variable.
2276         * config/i386/i386os9k.mt: Fix comment.
2277         * Makefile.in (ALLDEPFILES): Add remote-os9k.c.
2278         * os9kread.c: Put "comments" after #endif inside /* */.
2279         * stabsread.h: Add os9k_stabs variable.
2280         * stabsread.c (start_stabs), os9kread.c (os9k_process_one_symbol):
2281         Set it.
2282         * stabsread.c (define_symbol): If os9k_stabs, put a 'V' symbol
2283         descriptor in global_symbols not local_symbols.
2284         (read_type): If os9k_stabs, accept 'c', 'i', and 'b' type
2285         descriptors.
2286         (read_type): If os9k_stabs, accept function parameters after 'f'
2287         type descriptor.
2288         (read_array_type): If os9k_stabs, don't expect index type and
2289         expect lower and upper to be separated by ',' not ';'.
2290         (read_enum_type): If os9k_stabs, read a number before the first
2291         enumeration constant.
2292         (os9k_init_type_vector): New function.
2293         (dbx_lookup_type): Call it when starting new type vector.
2294         * config/i386/tm-i386os9k.h: Define BELIEVE_PCC_PROMOTION.
2295         * (os9k_process_one_symbol): Call define_symbol not os9k_define_symbol.
2296         * os9kstab.c: Removed.
2297         * Makefile.in: Update accordingly.
2298         * objfiles.c (objfile_relocate_data): Removed.
2299         * remote-os9k.c (rombug_wait): Call objfile_relocate
2300         not objfile_relocate_data.
2301         * objfiles.h, objfiles.c: Remove find_pc_objfile.
2302         * remote-os9k.c (rombug_wait): Call find_pc_section not
2303         find_pc_objfile.
2304         * main.c (quit_command): Check inferior_pid; revert Kung change.
2305         * remote-os9k.c (rombug_create_inferior): Set inferior_pid.
2306
2307 Tue Mar  1 14:56:14 1994  Kung Hsu  ([email protected])
2308
2309         * os9kread.c: New file to read os9000 style symbo table.
2310         * os9kstab.c: new file to read os9000 style stabs.
2311         * remote-os9k.c: remote protocol talking to os9000 rombug monitor.
2312         * objfiles.c (find_pc_objfile): new function to search objfile
2313         from pc.
2314         * objfiles.c (objfile_relocate_data): new function to relocate
2315         data symbols in symbol table.
2316         * objfiles.h: Add two aux fields in struct objfile to handle
2317         multiple symbol table files situation like in os9000.
2318         * symfile.c: Change so 'symbol-file' command can handle multiple
2319         files. Also call target_link() to get relocation infos.
2320         * target.c (target_link): new function to get relocation info when
2321         a symbol file is requested to load.
2322         * main.c (quit_command): take out 'inferior_pid != 0' condition,
2323         because in cross mode there's no inferior pid, bit they need to
2324         be detached.
2325         Makefile.in: add os9kread.c os9kstab.c and .o's.
2326         configure.in: add i386os9k target.
2327         config/i386/i386os9k.mt: new add.
2328         config/i386/tm-i386os9k.h: new add.
2329
2330 Tue Mar  1 13:16:10 1994  Peter Schauer  ([email protected])
2331
2332         * config/sparc/tm-sun4sol2.h (IN_SIGTRAMP):  Handle ucbsigvechandler.
2333         * sparc-tdep.c (sparc_frame_saved_pc):  Handle ucbsigvechandler.
2334
2335 Tue Mar  1 11:54:11 1994  Jim Kingdon  ([email protected])
2336
2337         * target.c, target.h (target_read_string): Provide error detection to
2338         caller.  Put string in malloc'd space, so caller need not impose
2339         arbitrary limits.
2340         * solib.c (find_solib): Update to use new interface.
2341         * irix5-nat.c (find_solib): Read o_path from inferior
2342         (clear_solib): Free storage for o_path.
2343         * valprint.c (val_print_string): Add comments.
2344
2345 Mon Feb 28 23:54:39 1994  Peter Schauer  ([email protected])
2346
2347         * symtab.c (decode_line_1):  Handle the case when skip_quoted does not
2348         advance `p'.
2349
2350 Mon Feb 28 12:40:46 1994  Jim Kingdon  ([email protected])
2351
2352         * value.h (struct value): Add modifiable field.
2353         * values.c (allocate_value, record_latest_value, value_copy): Set it.
2354         (record_latest_value): Don't mess with VALUE_LVAL of value.
2355         * valops.c (value_assign): Check it.  Reword existing error
2356         message on not_lval.
2357
2358         * mips-tdep.c (mips_step_skips_delay), config/mips/tm-mips.h
2359         (STEP_SKIPS_DELAY): Added.
2360         * infrun.c (proceed) [STEP_SKIPS_DELAY]: Check for a breakpoint in
2361         the delay slot.
2362
2363         * valprint.c (val_print_string): If errcode is set, always print
2364         an error, regardless of force_ellipsis.  In the non-EIO case,
2365         just print the error message rather than calling error().  Don't
2366         access *(bufptr-1) if bufptr points to the start of the buffer.
2367         When looking for '\0', don't increment bufptr and addr if bufptr
2368         started out already at limit.  If an error happens on fetching the
2369         first character, don't print the string.
2370
2371 Sun Feb 27 21:05:06 1994  Jim Kingdon  ([email protected])
2372
2373         * config/m68k/tm-apollo68b.h: Remove HAVE_68881 define; it is
2374         obsolete. 
2375
2376         * i387-tdep.c, i386-tdep.c i386v-nat.c, i386aix-nat.c,
2377         i386m3-nat.c, config/m68k/tm-m68k.h, i960-tdep.c
2378         config/i960/tm-i960.h, remote-nindy.c, config/m88k/tm-m88k.h,
2379         m88k-tdep.c: Use floatformat.h instead of ieee-float.h.
2380         * sparc-tdep.c: Remove now-obsolete ieee-float.h stuff
2381         * findvar.c: Update comment regarding ieee-float.h.
2382
2383 Sun Feb 27 21:39:48 1994  Peter Schauer  ([email protected])
2384
2385         * config/i386/tm-i386v4.h (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP,
2386         FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC):
2387         Define to make backtracing through the various sigtramp handlers
2388         work.
2389         * i386-tdep.c (i386v4_sigtramp_saved_pc):  New routine to fetch
2390         the saved pc from ucontext on the stack for SVR4 signal handling.
2391
2392 Fri Feb 25 09:41:11 1994  Jim Kingdon  ([email protected])
2393
2394         * remote.c, remote-mon.c, remote-utils.c, remote-utils.h,
2395         target.h, remote-es.c, remote-nindy.c: Don't set baud rate if
2396         baud_rate is -1.  Remove sr_get_baud_rate and sr_set_baud_rate;
2397         just use the global variable itself.  When printing baud rate,
2398         don't print a baud rate if baud_rate is -1.
2399
2400         * coffread.c (read_coff_symtab): Pass mst_file_* to
2401         record_minimal_symbol for C_STAT symbols.  Put C_EXT and C_STAT
2402         symbols in the minimal symbols regardless of SDB_TYPE.
2403
2404 Thu Feb 24 08:30:33 1994  Jim Kingdon  ([email protected])
2405
2406         * breakpoint.h (enum bptype): New type bp_through_sigtramp.
2407         (bpstat_what_main_action): New code BPSTAT_WHAT_THROUGH_SIGTRAMP.
2408         * breakpoint.c (bpstat_what): Return BPSTAT_WHAT_THROUGH_SIGTRAMP
2409         if we hit a bp_through_sigtramp breakpoint.  Remove kludge which
2410         ignored bs->stop for a bp_step_resume breakpoint.
2411         * infrun.c (wait_for_inferior): Make a through_sigtramp_breakpoint
2412         which performs one (the check_sigtramp2 one) of the functions
2413         which had been handled by the step_resume_breakpoint.  For each
2414         use of the step_resume_breakpoint, make it still use the
2415         step_resume_breakpoint, use the through_sigtramp_breakpoint, or
2416         operate on both.
2417         Deal with BPSTAT_WHAT_THROUGH_SIGTRAMP return from bpstat_what.
2418         When setting the frame address of the step resume breakpoint, set
2419         it to the address for frame *before* the call instruction is
2420         executed, not after.
2421
2422         * mips-tdep.c (mips_print_register): Print integers using
2423         print_scalar_formatted rather than duplicating all the
2424         CC_HAS_LONG_LONG and so on.
2425         (mips_push_dummy_frame): Use read_register_gen rather than using
2426         read_register and then putting it back in target format with
2427         store_unsigned_integer.  If registers are more than 4 bytes, give
2428         an error rather than have some registers overwrite other
2429         registers.
2430         #if 0 unused include of opcode/mips.h.
2431
2432         * symfile.h: Don't declare arguments for coff_getfilename.
2433
2434         * defs.h: Revert Kung change regarding FORCE_LONG_LONG.
2435
2436 Thu Feb 24 08:06:52 1994  Jeffrey A. Law  ([email protected])
2437
2438         * configure.in (hppa*-*-osf*): New configuration.
2439         * config/pa/hppaosf.mt: New target makefile fragment.
2440         * config/pa/tm-hppao.h: New target include file.
2441
2442 Thu Feb 24 04:29:19 1994  Peter Schauer  ([email protected])
2443
2444         * exec.c (print_section_info):  Print entry point for exec_bfd only.
2445         * ser-unix.c (wait_for):  Fix typo in HAVE_TERMIO case.
2446         * dwarfread.c:  Remove second inclusion of <sys/types.h>, which
2447         causes problems if <sys/types.h> has no multiple inclusion protection.
2448
2449 Wed Feb 23 16:28:55 1994  Jeffrey A. Law  ([email protected])
2450
2451         * tm-hppa.h (CALL_DUMMY): Add two NOP instructions to the end of
2452         the call dummy to avoid kernel bugs in HPUX, BSD, and OSF1.
2453         (CALL_DUMMY_LENGTH): Changed accordingly.
2454
2455 Wed Feb 23 16:21:25 1994  Stu Grossman  (grossman at cygnus.com)
2456
2457         * sparc-stub.c (trap_low):  Make trap handler work for arbitrary
2458         numbers of register windows.
2459
2460         * sparclite/hello.c:  Add factorial function for testing.
2461         * salib.c:  Use macros instead of constants for I/O addresses to
2462         make 931 support easier.
2463         * sparclite.h:  Change constraint for LOC to "rJ" to force use of
2464         register in sta/lda instructions.
2465
2466 Wed Feb 23 10:39:18 1994  Jim Kingdon  ([email protected])
2467
2468         * dbxread.c (process_one_symbol): Set
2469         block_address_function_relative for COFF like we do for ELF and SOM.
2470
2471 Sat Feb 19 03:17:32 1994  Peter Schauer  ([email protected])
2472
2473         * mdebugread.c (new_psymtab):  Pass in section_offsets and set
2474         them in the pst.
2475         * mdebugread.c (handle_psymbol_enumerators):  New function to enter
2476         the enumerators of an ecoff enum into the partial symbol table.
2477         * mdebugread.c (parse_partial_symbols):  Call it.
2478         * symfile.c (reread_symbols):  Initialize objfile->*_psymbols.next.
2479         * symmisc.c (dump_psymtab):  Fix typo, clean up output of section
2480         offsets. Cast psymtab->read_symtab to PTR before passing it to
2481         gdb_print_address.
2482         * i386-tdep.c (i386_skip_prologue):  Skip over instructions that
2483         set up the global offset table pointer in pic compiled code.
2484         * config/mips/tm-mips.h (FIX_CALL_DUMMY):  For big endian targets,
2485         error() on TYPE_CODE_FLT arguments whose size is greater than 8,
2486         swap all other TYPE_CODE_FLT arguments as mips_push_arguments
2487         ensures that floats are promoted to doubles before they are pushed
2488         on the stack.
2489
2490 Fri Feb 18 23:12:59 1994  Stu Grossman  (grossman at cygnus.com)
2491
2492         * sparclite/Makefile.in, sparclite/salib.c, sparclite/sparclite.h:
2493         Fixup cache_on and flush_i_cache so that they work for both the
2494         930 and 932 processors.  Rewrite most low level funcs (uart
2495         access & cache stuff) to use new ASI access macros in sparclite.h.
2496         Also make it easy to access second serial port.
2497
2498 Fri Feb 18 22:17:33 1994  Ian Lance Taylor  ([email protected])
2499
2500         * hp300ux-nat.c: Don't incloude <sys/dir.h>, <sys/ioctl.h>, or
2501         <sys/stat.h>; not needed.
2502
2503 Fri Feb 18 08:26:29 1994  Jim Kingdon  ([email protected])
2504
2505         * stack.c (print_frame_info): In "pathological" case, don't
2506         distrust the line number information.
2507
2508 Fri Feb 18 16:51:14 1994  Kung Hsu  ([email protected])
2509
2510         * mips-tdep.c (mips_print_register): handle 64 bits register.
2511         * valprint.c (print_longest): fix a bug in printing 64 bits value.
2512
2513 Fri Feb 18 08:26:29 1994  Jim Kingdon  ([email protected])
2514
2515         * Version 4.12.2.
2516
2517         * Makefile.in (install): Do the sed for program_transform_name
2518         ourselves instead of worrying about INSTALL_XFORM.  This enables
2519         users to override INSTALL_PROGRAM in the standard way.
2520
2521         * Makefile.in (c-exp.tab.o, ch-exp.tab.o, m2-exp.tab.o): Don't
2522         depend on Makefile.in.
2523
2524         * defs.h, valprint.c: Make longest_to_int a function not a macro.
2525         Only test against INT_MIN if a LONGEST is bigger than an int.
2526
2527         * README: Change GhostScript to Ghostscript.
2528
2529 Fri Feb 18 07:30:55 1994  Jim Kingdon  ([email protected])
2530
2531         * config/rs6000/{tm-rs6000lynx.h,nm-rs6000lynx.h,xm-rs6000lynx.h}:
2532         Rename to tm-rs6000ly.h, nm-rs6000ly.h, xm-rs6000ly.h for 14
2533         character file names.
2534         * Makefile.in (ALLPARAM): Add these files.
2535
2536         * config/mips/littlemips64.mt: Rename to mipsel64.mt for 14
2537         character file names.
2538         * Makefile.in: Add Kung's new mips64 files.
2539
2540 Thu Feb 17 17:25:47 1994  Kung Hsu  ([email protected])
2541
2542         * configure.in: add mips64-*-elf, mips64-*-ecoff, mips64el-*-elf,
2543         mips64el-*-ecoff and mips64-big-*.
2544         * defs.h: get rid of FORCE_LONG_LONG.
2545         * mips-tdep.c (mips_find_saved_regs): add sd and sdc1 instruction
2546         parsing. Change register size to be MIPS_REGSIZE.
2547
2548 Thu Feb 17 09:30:22 1994  David J. Mackenzie  ([email protected])
2549
2550         * corelow.c, exec.c, irix5-nat.c, mipsread.c, objfiles.c, 
2551         osfsolib.c, rs6000-nat.c, solib.c, symfile.c, utils.c, 
2552         xcoffexec.c: Use bfd_get_error and bfd_set_error and new error names.
2553
2554 Fri Feb 11 21:47:24 1994  Steve Chamberlain  ([email protected])
2555
2556         * remote-hms.c (readchar, hms_open, hms_fetch_register): Made more robust.
2557         (remove_commands, add_commands): Add/remove hms-drain when target
2558         is connected.
2559
2560 Fri Feb 11 16:11:38 1994  Stu Grossman  (grossman at cygnus.com)
2561
2562         * configure.in:  Add Lynx/rs6000 support.
2563         * lynx-nat.c:  Clean up some Sparc stuff.  Clean up ptrace error
2564         messages.  Add rs6000 support.  Don't try to modify unwritable
2565         registers.
2566         * rs6000-nat.c:  Move lots of native dependent stuff (like core
2567         file support) from rs6000-tdep.c & xcoffexec.c to here.
2568         * rs6000-tdep.c:  Move native dependent stuff to nat.c.
2569         * xcoffexec.c:  Move native dependent stuff to nat.c.
2570         * config/rs6000/nm-rs6000.h:  Move defs of SOLIB_* macros to here
2571         from tm file.
2572         * config/rs6000/tm-rs6000.h:  Remove defs of SOLIB_* funcs, cuz they're
2573         really native.
2574         * config/rs6000/tm-rs6000lynx.h, config/rs6000/xm-rs6000lynx.h:
2575         New files to support Lynx/rs6000.
2576
2577 Tue Feb  8 00:32:28 1994  Peter Schauer  ([email protected])
2578
2579         * README:  Remove note about gcc warnings on alpha, these should be
2580         gone now.
2581         * c-exp.y, ch-exp.y, core.c, corelow.c, eval.c, fork-child.c, 
2582         m2-exp.y, minsyms.c, nlmread.c, parse.c, putenv.c, regex.c
2583         remote-utils.c, stabsread.c:  Include <string.h>.
2584         * regex.c:  Include "defs.h", change re_comp argument to const char *.
2585         * infptrace.c (fetch_register, store_inferior_registers):  Change
2586         regaddr to type CORE_ADDR.
2587         * config/alpha/alpha-nw.mt, config/alpha/alpha-osf1.mt (MT_CFLAGS):
2588         Remove, no longer necessary now that we use bfd_vma for a CORE_ADDR.
2589
2590 Mon Feb  7 09:21:17 1994  Jim Kingdon  ([email protected])
2591
2592         * symtab.h: Always define BYTE_BITFIELD to nothing.
2593
2594 Mon Feb  7 08:44:17 1994  Jim Kingdon  ([email protected])
2595
2596         * config/m68k/{m68k-em.mt,tm-m68k-em.h}: Remove; no longer used.
2597         * configure.in: Remove comment about m68k-em.mt.
2598         * Makefile.in: Remove references.
2599
2600 Mon Feb  7 08:22:42 1994  Jim Kingdon  ([email protected])
2601
2602         * defs.h [BFD64]: Use BFD_HOST_64_BIT, not nonexistent
2603         BFD_HOST_64_TYPE.
2604
2605 Sun Feb  6 06:55:15 1994  Jim Kingdon  ([email protected])
2606
2607         * target.c (target_preopen): If target_kill doesn't remove the
2608         target from the stack, use pop_target to do it.
2609
2610         * coffread.c (process_coff_symbol, case C_TPDEF): Don't set name
2611         of TYPE_CODE_PTR or TYPE_CODE_FUNC types.  This parallels similar
2612         changes to stabsread.c from summer 1993.
2613
2614         * remote-udi.c (udi_files_info): If prog_name is NULL, just skip
2615         printing the program, rather than passing NULL to printf.
2616         (udi_detach): Set udi_session_id to -1 so that udi_close doesn't
2617         try to call UDIDisconnect again.  Print better message.
2618         (udi_kill): Just call UDIDisconnect ourselves, rather than doing
2619         it via udi_close.
2620         (udi_create_inferior): If udi_session_id is negative, open a new
2621         TIP rather than giving an error.
2622
2623         * config/mips/mipsm3.mh, config/i386/i386m3.mh,
2624         config/ns32k/ns32km3.mh: Define NAT_FILE.
2625         * config/nm-m3.h: Change guard from _OS_MACH3_H_ and _OS_MACH3_H
2626         (it was inconsistent and namespace-wrong) to NM_M3_H.
2627         * m3-nat.c (mach_really_wait): Change parameter name to ourstatus.
2628         (m3_open): New function.
2629         (m3_ops): Use it.
2630         * TODO: Update Mach section.
2631
2632         * Makefile.in: Remove "rapp" stuff; it is superseded by gdbserver.
2633
2634 Sun Feb  6 13:26:21 1994  Per Bothner  ([email protected])
2635
2636         * printcmd.c (printf_command):  Add missing single-letter
2637         backslash-escape sequences, and improve error message.
2638
2639 Sun Feb  6 06:55:15 1994  Jim Kingdon  ([email protected])
2640
2641         * corelow.c (solib_add_stub, core_open): Pass address of from_tty
2642         rather than trying to shove an int into a pointer and back out
2643         again.  This avoids compiler warnings.
2644
2645         * defs.h (alloca): Declare as void *, not char *, on hpux.
2646         Don't prototype it, just declare the return type.
2647
2648 Sun Feb  6 03:25:41 1994  Peter Schauer  ([email protected])
2649
2650         * config/i386/tm-sun386.h, config/i386/tm-symmetry.h
2651         (REGISTER_CONVERT_TO_RAW):  Add missing backslash.
2652
2653 Sat Feb  5 08:03:41 1994  Jim Kingdon  ([email protected])
2654
2655         * remote-mips.c (mips_fetch_registers): If regno is FP_REGNUM or
2656         ZERO_REGNUM, just read it as zero without talking to the board.
2657
2658         * config/i386/tm-i386aix.h (REGISTER_CONVERT_TO_RAW): Add missing
2659         backslash.
2660         * i386-tdep.c (i386_extract_return_value): Pass TYPE_LENGTH (type)
2661         to store_floating, not nonexistent variable len.
2662
2663         * remote-mips.c (mips_insert_breakpoint, mips_remove_breakpoint):
2664         New functions.
2665         (mips_store_word): Change calling convention to return errors, and
2666         to provide old contents if the caller wants it.
2667         (mips_xfer_memory): Deal with errors from mips_store_word.
2668         * config/mips/tm-idt.h, config/mips/tm-idtl.h: Remove BREAKPOINT
2669         define now that remote-mips.c doesn't use BREAKPOINT.
2670
2671         * remote-mips.c (mips_create_inferior): Call warning if arguments
2672         specified, and then execute "set args" command.  Call error, not
2673         mips_error, if executable file not specified.
2674
2675         * remote-e7000.c: Replace "snoop" command (e7000_noecho) with
2676         remote_debug.
2677
2678         * config/rs6000/tm-rs6000.h (STORE_STRUCT_RETURN): Don't cast
2679         to unsigned int.
2680
2681 Sat Feb  5 05:27:05 1994  Peter Schauer  ([email protected])
2682
2683         * value.h (print_longest):  Rename "value" to "val" in prototype
2684         declaration because some compilers don't like arguments whose
2685         names are the same as types.
2686         * remote.c (remote_xfer_memory):  Cast "myaddr" to unsigned char *
2687         before passing it to remote_*_bytes.
2688
2689 Fri Feb  4 15:53:18 1994  Steve Chamberlain  ([email protected])
2690
2691         * h8500-tdep.c (saved_pc_after_call): The size of the
2692         pc is memory model dependent. (segmented_command,
2693         unsegmented_command, _initialize_h8500_tdep): New commands to
2694         change memory model.
2695         * remote-e7000.c (_initialize_remote_e7000): Change name of snoop
2696         command.
2697         * remote-hms.c (hms_load): Remove breakpoints when loaded.
2698         (hms_wait): Use new status structure
2699         (hms_open): Push the target here. (hms_before_main_loop): Not
2700         here.  (supply_val, hms_fetch_register, hms_store_register):  Cope
2701         with H8/500 names too. (hms_fetch_register): Take out REGISTER_TYPE.
2702         * sh-tdep.c (show_regs, initialize_sh_tdep): New command to print
2703         all registers in a compact way.
2704
2705 Fri Feb  4 07:41:13 1994  Jim Kingdon  ([email protected])
2706
2707         * config/rs6000/tm-rs6000.h: Declare rs6000_struct_return_address
2708         as CORE_ADDR to match definition in rs6000-tdep.c.
2709
2710 Fri Feb  4 01:14:20 1994  Peter Schauer  ([email protected])
2711
2712         * dwarfread.c (process_dies):  Skip nested TAG_compile_unit DIEs.
2713         * dwarfread.c (add_partial_symbol):  Do not enter opaque aggregate
2714         definitions into the psymtab.
2715
2716 Thu Feb  3 12:38:58 1994  Jim Kingdon  ([email protected])
2717
2718         * m68k-stub.c: Treat mc68332 like mc68020 most places.  Provide
2719         a special exceptionSize for the 68332.
2720
2721         * remote-udi.c (udi_attach): If no arguments, print error.
2722
2723 Thu Feb  3 17:34:05 1994  Fred Fish  ([email protected])
2724
2725         * Makefile.in (VERSION):  Bump to 4.12.1
2726         * NEWS, README:  Update to match 4.12 release.
2727
2728 Thu Feb  3 12:38:58 1994  Jim Kingdon  ([email protected])
2729
2730         * command.c (empty_sfunc): New function.
2731         (add_set_cmd): Use it instead of not_just_help_class_command.
2732         (not_just_help_class_command): Change calling convention back to
2733         what it was before yesterday's change.
2734
2735         * stabsread.c (read_sun_builtin_type): Skip the semicolon at the end
2736         of the type if present.
2737
2738 Wed Feb  2 11:16:45 1994  Jim Kingdon  ([email protected])
2739
2740         * printcmd.c (decode_format): Don't blithely set the size for
2741         an address to 'w'.  Make it 'g' or 'h', depending on TARGET_PTR_BIT.
2742
2743         * defs.h: Just typedef CORE_ADDR to bfd_vma.  Include bfd.h.
2744         If BFD64, make a LONGEST a BFD_HOST_64_BIT.
2745         * defs.h (longest_to_int): Don't depend on CC_HAS_LONG_LONG; instead
2746         always just check against INT_MIN and INT_MAX (this also fixes things
2747         if sizeof (long) > sizeof (int), e.g. Alpha).
2748         * config/pa/tm-hppa.h, config/i386/sun386.h, config/rs6000/tm-rs6000.h:
2749         Don't define LONGEST or BUILTIN_TYPE_LONGEST.
2750         * gdbtypes.h: Remove BUILTIN_TYPE_LONGEST and
2751         BUILTIN_TYPE_UNSIGNED_LONGEST.
2752         * language.h, c-lang.c, ch-lang.c, m2-lang.c, language.c: Remove
2753         longest_int and longest_unsigned_int.
2754         * value.h (struct value): Just align to LONGEST, rather than worrying
2755         about CC_HAS_LONG_LONG.
2756         * valarith.c (value_binop): Figure out type ourself based on
2757         sizeof (LONGEST) rather than relying on BUILTIN_TYPE_LONGEST.  The
2758         point is that we don't depend on CC_HAS_LONG_LONG anymore.
2759         * valprint.c (val_print_type_code_int): Just call
2760         extract_unsigned_integer directly, rather than going through
2761         unpack_long.
2762         * printcmd.c (decode_format): Remove code which would sometimes
2763         change 'g' size to 'w' for integers.  print_scalar_formatted handles
2764         printing huge integers well enough, thank you.
2765
2766         * command.c (add_set_cmd, not_just_help_class_command): Change
2767         to make this the sfunc, not cfunc, since that is how we call it.
2768         * command.h: Comment difference between sfunc and cfunc.
2769         * demangle.c (set_demangling_command): Add third arg since that
2770         is how it is called.
2771         (_initialize_demangler): Use sfunc, not cfunc, for
2772         set_demangling_command, since that is how it is called.
2773         Remove show_demangling_command; it has no effect.
2774
2775         * command.c (shell_escape): Report errors correctly (with error
2776         message from strerror).
2777
2778 Wed Feb  2 14:35:41 1994  Ian Lance Taylor  ([email protected])
2779
2780         * xcoffread.c (read_xcoff_symtab): Change CSECT_LEN to use
2781         x_scnlen.l rather than x_scnlen to match corresponding change in
2782         coff/internal.h.
2783
2784 Wed Feb  2 11:16:45 1994  Jim Kingdon  ([email protected])
2785
2786         * gdbtypes.h, ch-typeprint.c, ch-valprint.c:
2787         Change comments regarding TYPE_CODE_BOOL.
2788         * language.c (boolean_type): Always return 1 for TYPE_CODE_BOOL,
2789         regardless of the language.
2790         (value_true): Just call value_logical_not regardless of language.
2791         * coffread.c (coff_read_enum_type), stabsread.c (read_enum_type):
2792         Remove #if 0'd code which makes some enums TYPE_CODE_BOOL.
2793         * language.h: Improve comment for la_builtin_type_vector.
2794         * m2-lang.c (_initialize_m2_language): Don't add any fields to
2795         builtin_type_m2_bool.
2796
2797 Tue Feb  1 17:13:32 1994  Kevin Buettner ([email protected])
2798
2799         * config/m88k/{tm-delta88.h,tm-delta88v4.h}, m88k-tdep.c:
2800         Define IN_SIGTRAMP and backtrace correctly through signal handlers.
2801
2802 Tue Feb  1 22:13:25 1994  Peter Schauer  ([email protected])
2803
2804         * procfs.c (wait_fd):  Handle EINTR error return from PIOCWSTOP ioctl
2805         by restarting the ioctl.
2806
2807 Tue Feb  1 16:16:25 1994  Jim Kingdon  ([email protected])
2808
2809         * target.h (target_wait): Add comment about calling
2810         return_to_top_level.
2811
2812 Tue Feb  1 12:21:00 1994  Ian Lance Taylor  ([email protected])
2813
2814         * coffread.c (read_one_sym): bfd_coff_swap_aux_in now takes
2815         additional arguments.
2816         * xcoffread.c (read_xcoff_symtab, read_symbol_lineno): Likewise.
2817
2818 Mon Jan 31 16:10:41 1994  Stu Grossman  (grossman at cygnus.com)
2819
2820         * sparc-stub.c:  Remove unnecessary #include of memory.h.
2821
2822 Mon Jan 31 12:12:34 1994  Jim Kingdon  ([email protected])
2823
2824         * mips-tdep.c: Remove code which sets saved_regs from
2825         init_extra_frame_info and put it in new function mips_find_saved_regs.
2826         (READ_FRAME_REG): Remove macro and replace uses with the expansion.
2827         * mips-tdep.c, config/mips/tm-mips.h: When examining ->saved_regs,
2828         check if it is NULL and call mips_find_saved_regs if so.
2829
2830         * remote-mips.c: Use unfiltered, not filtered, output most places.
2831
2832         * blockframe.c (get_prev_frame_info): Detect and stop an infinite
2833         backtrace.  Revise comments.
2834
2835 Mon Jan 31 09:40:33 1994  Peter Schauer  ([email protected])
2836
2837         * mdebugread.c (parse_procedure):  Remove _sigtramp kludges for
2838         alpha and irix. The _sigtramp case has to be handled properly
2839         in the tdep files if we have no ecoff debugging info.
2840         * alpha-tdep.c (alpha_frame_saved_pc, alpha_frame_chain),
2841         mips-tdep.c (mips_frame_saved_pc):  Handle signal handler frames
2842         without PC_REGNUM kludge.
2843         * mdebugread.c (fixup_sigtramp), mips-tdep.c (read_next_frame_reg):
2844         Clean up handling of mips sigtramp frames, improve comments.
2845
2846 Sat Jan 29 23:25:57 1994  Jeffrey A. Law  ([email protected])
2847
2848         * paread.c (read_unwind_info): Fix typo.
2849
2850         * paread.c (pa_symtab_read): Update the "check_strange_names"
2851         filter to match GCC's current output.  Filter out section symbols
2852         (which the HP linker sometimes puts in the wrong place).
2853
2854 Sat Jan 29 07:44:59 1994  Jim Kingdon  ([email protected])
2855
2856         * serial.h (SERIAL_SET_TTY_STATE): Comment return value.
2857
2858         * Makefile.in (TAGS): Just echo one line, rather than the whole thing.
2859
2860         * Makefile.in: Remove all references to sparcly-nat.c.
2861
2862         * Makefile.in (HFILES_NO_SRCDIR): Include dcache.h remote-utils.h
2863         remote-sim.h directly, rather than via $(remote_utils_h).  This avoids
2864         duplicating serial.h and target.h.
2865
2866         * Makefile.in: Don't set M_INSTALL and M_UNINSTALL.  These variables
2867         are not used anywhere (a 5 Oct 1993 change removed the uses).
2868
2869         * config/m68k/monitor.mt (TDEPFILE): Add remote-es.o.
2870         * config/m68k/es1800.mt: Add comment.
2871         * remote-es.c: Extensive changes to update to current conventions.
2872
2873         * ser-unix.c (wait_for, hardwire_readchar) [HAVE_TERMIO, HAVE_TERMIOS]:
2874         If the timeout is too big to fit in c_cc[VTIME], then do multiple reads
2875         to achieve the desired timeout.
2876         * serial.h (serial_t): Add field timeout_remaining.
2877
2878 Fri Jan 28 08:45:02 1994  Jim Kingdon  ([email protected])
2879
2880         * c-exp.y (yylex): Reenable nested type code.
2881
2882 Fri Jan 28 15:40:33 1994  Jim Kingdon  ([email protected])
2883
2884         * a29k-tdep.c (examine_tag): Add comment regarding argcount.
2885
2886         * remote-mips.c (mips_ops): Fix docstring.
2887
2888         * remote-bug.c (bug_ops): Remove spurious newline from docstring.
2889
2890         * config/m68k/tm-monitor.h: Changes to bring this into accordance
2891         with the old tm-m68k-em.h:
2892         (GDBINIT_FILENAME, DEFAULT_PROMPT): Remove.
2893         (HAVE_68881): Don't undefine; HAVE_68881 is obsolete.
2894         (REGISTER_NAMES): Don't muck with it; what tm-m68k.h has is fine.
2895         Add FIXME regarding GET_LONGJMP_TARGET.
2896
2897         * remote-udi.c (udi_close, udi_detach, udi_kill): Add comments.
2898         * infptrace.c (kill_inferior): Add comments.
2899         * main.c (quit_command): Call target_close after we kill or
2900         detach.
2901         * remote-udi.c (udi_close): Don't error() if QUITTING.
2902
2903 Fri Jan 28 11:55:52 1994  Rob Savoye  ([email protected])
2904
2905         * configure.in: Make m68k-coff and aout add monitor support in
2906         addition to the standard serial support.
2907
2908 Fri Jan 28 08:45:02 1994  Jim Kingdon  ([email protected])
2909
2910         * mdebugread.c (psymtab_to_symtab_1): Don't complain on stLabel with
2911         index indexNil.
2912
2913 Fri Jan 28 10:40:34 1994  Jim Kingdon  ([email protected])
2914
2915         * config/pa/tm-hppa.h: Define macro SMASH_TEXT_ADDRESS.
2916         * elfread.c (record_minimal_symbol_and_info),
2917         dwarfread.c (process_dies), paread.c (pa_symtab_read): Use it.
2918
2919 Thu Jan 27 15:12:23 1994  Jim Kingdon  ([email protected])
2920
2921         * i386-stub.c: Add ".text" right before "mem_fault:".
2922
2923         * main.c (baud_rate): Add FIXME comment about printing -1 value.
2924
2925         * remote-utils.c (usage): Fix message to be accurate and conform
2926         more closely to normal conventions.
2927
2928         * remote-utils.c (gr_files_info): Have the exec_bfd test control
2929         whether to show information about exec_bfd, and not control whether
2930         to show information about device and speed.
2931
2932         * remote-utils.c (gr_open): If sr_get_device returns NULL, give
2933         usage message, don't dump core.
2934
2935         * remote-bug.c (bug_write_memory): Use alloca, not GCC extension
2936         for variable size array.
2937         (bug_fetch_register, bug_store_register): Rename "value" to
2938         "fpreg_buf" because some compilers don't like variables whose
2939         names are the same as types.
2940         (bug_store_register): Use a cast when converting char * to
2941         unsigned char *.
2942
2943         * symmisc.c (maintenance_print_symbols): Don't refer to the name
2944         of the command in error message (the text was referring to the old
2945         name of the command).
2946
2947         * symmisc.c (dump_symtab): Fix args to fprintf_filtered.
2948
2949         * c-typeprint.c (c_type_print_base): Have SHOW == 0 mean to print
2950         full details on structure elements without names.  This partially
2951         reverts the changes of 1 Jul 1993 and 31 Aug 1993; I think this aspect
2952         of those changes was accidental.
2953
2954         * stack.c (parse_frame_specification): If SETUP_ARBITRARY_FRAME is
2955         defined, make it an error to specify a single argument which is not
2956         a frame number.
2957
2958         * Makefile.in (version.c), main.c (print_gdb_version): Use
2959         host_alias and target_alias, not host_canonical and
2960         target_canonical, to print configuration.
2961
2962 Wed Jan 26 10:57:21 1994  Jim Kingdon  ([email protected])
2963
2964         * parse.c (write_exp_msymbol): Use new type msymbol_addr_type instead
2965         of builtin_type_long.  It is necessary to get a type which is
2966         TARGET_PTR_BIT bits in size; builtin_type_long might not be big enough.
2967
2968         Fix many sins which will come up in 32 bit x 64 bit GDB, and
2969         various miscellaneous things discovered in the process:
2970         * printcmd.c, defs.h (print_address_numeric): New function.
2971         * c-valprint.c (c_val_print), ch-valprint.c (chill_val_print)
2972         breakpoint.c (describe_other_breakpoints, breakpoint_1, mention),
2973         cp-valprint.c (cplus_print_value), infcmd.c (jump_command),
2974         printcmd.c, stack.c, symfile.c, symmisc.c, valprint.c:
2975         Use it.
2976         * utils.c, defs.h (gdb_print_address): New function.
2977         * expprint (dump_expression), gdbtypes.h: Use it.
2978         * breakpoint.c (describe_other_breakpoints),
2979         symmisc.c (dump_symtab, print_symbol):
2980         Use filtered not unfiltered I/O.
2981         (remove_breakpoints): Remove BREAKPOINT_DEBUG code.  Might as well
2982         just run gdb under a debugger for this (and it had problems with
2983         printing addresses, how to print b->shadow, etc.).
2984         * buildsym.c (make_blockvector), core.c (memory_error),
2985         exec.c (print_section_info), maint.c (print_section_table),
2986         mdebugread.c (parse_procedure), solib.c, source.c, symfile.c,
2987         symmisc.c, symtab.c, valops.c, valprint.c, xcoffexec.c:
2988         Add comments saying code is broken.  Marked with "FIXME-32x64".
2989         * dbxread.c (process_one_symbol), partial-stab.h (default),
2990         remote-vx.c (vx_run_files_info):
2991         Don't cast int being passed to local_hex_string.
2992         * symmisc.c (print_symbol): Don't cast long being passed to %lx.
2993         * symtab.h (general_symbol_info): Add comment about SYMBOL_VALUE
2994         only being a long.
2995         * symmisc.c (print_symbol): Print "offset" in message for LOC_ARG
2996         and LOC_LOCAL.
2997         * printcmd.c (print_address): Remove #if 0 code with ADDR_BITS_REMOVE.
2998         * source.c: Include <sys/types.h> regardless of USG.
2999
3000 Tue Jan 25 12:58:26 1994  Peter Schauer  ([email protected])
3001
3002         * valops.c (value_assign):  Set `type' after coercing toval.
3003         * c-valprint.c (c_val_print), ch-valprint.c (chill_val_print):
3004         Use extract_unsigned_integer to get the address of a reference.
3005
3006 Tue Jan 25 11:31:53 1994  Jim Kingdon  ([email protected])
3007
3008         * stabsread.c (STABS_CONTINUE, error_type), partial-stab.h:
3009         AIX can use ? instead of \ for continuation.  Deal with it.
3010
3011         * paread.c (read_unwind_info): Just assign to objfile->obj_private,
3012         not OBJ_UNWIND_INFO.  Assigning to a cast is a GCC-ism which
3013         the HP compiler in ANSI mode doesn't like.
3014
3015         * main.c: When defaulting HAVE_SIGSETMASK based on USG, just do it
3016         based on USG, rather than defining HAVE_SIGSETMASK to an
3017         expression containing defined.  Having a macro used in #if expand
3018         to an expression containing "defined" is undefined according to
3019         ANSI, and the HP compiler in ANSI mode doesn't do what we wanted
3020         it to.
3021
3022 Mon Jan 24 20:51:29 1994  John Gilmore  ([email protected])
3023
3024         * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
3025         Clean up the changes of 11 Jan, as recommended by Peter Schauer.
3026
3027 Fri Jan 21 19:10:44 1994  Per Bothner  ([email protected])
3028
3029         * ch-exp.y (match_string_literal):  Allow a zero-length string.
3030         * ch-lang.c (chill_printstr):  Don't print zero-length string funny.
3031
3032 Sat Jan 22 17:08:48 1994  Jim Kingdon  ([email protected])
3033
3034         * i386aix-nat.c (i386_float_info): Reverse order of registers before
3035         passing them to print_387_status.
3036         (print_387_status): Don't subtract top from 7 before using it.
3037         * i387-tdep.c: Remove comment about AIX wanting "top" subtracted
3038         from 7; the above explains it.
3039
3040 Sat Jan 22 20:25:11 1994  Peter Schauer  ([email protected])
3041
3042         * mips-tdep.c (init_extra_frame_info):  Use frame relative stack
3043         pointer value when fixing up the frame at the start of a function.
3044
3045 Sat Jan 22 12:29:13 1994  Stu Grossman  (grossman at cygnus.com)
3046
3047         * lynx-nat.c (fetch_core_registers):  Load the I & L regs for the
3048         Sparc from the stack.
3049
3050 Sat Jan 22 08:30:42 1994  Jim Kingdon  ([email protected])
3051
3052         * remote-mips.c (mips_initialize): Clear mips_initializing via
3053         cleanup chain, not directly.
3054
3055         * ser-unix.c (wait_for) [HAVE_TERMIO, HAVE_TERMIOS]: Make a timeout
3056         of -1 mean forever, like in the HAVE_SGTTY case.  Warn if we are
3057         munging the timeout due to the limited range of c_cc[VTIME].
3058
3059         * fork-child.c, inferior.h (fork_inferior): New argument shell_file.
3060         * procfs.c (procfs_create_inferior), inftarg.c (child_create_inferior),
3061         m3-nat.c (m3_create_inferior): Pass it.
3062         * procfs.c: Remove ptrace function.  It was declared in a way which
3063         conflicted with the prototype in unistd.h on Solaris.
3064
3065 Sat Jan 22 01:37:40 1994  Peter Schauer  ([email protected])
3066
3067         * sparc-tdep.c (frame_saved_pc):  Get the pc from the saved pc
3068         in the sigcontext if it is a signal trampoline frame.
3069         * config/sparc/tm-sun4sol2.h (IN_SIGTRAMP, SIGCONTEXT_PC_OFFSET):
3070         Define for Solaris2.
3071
3072 Sat Jan 22 00:34:47 1994  Stu Grossman  (grossman at cygnus.com)
3073
3074         * sparc-tdep.c, lynx-nat.c, config/sparc/tm-sparc.h,
3075         config/sparc/tm-sparclynx.h:  Move defs of FRAME_SAVED_I0/L0 to
3076         tm-sparc.h so they can be overridden if necessary.
3077
3078 Fri Jan 21 17:49:28 1994  Stu Grossman  (grossman at cygnus.com)
3079
3080         * lynx-nat.c:  Add Sparc support.
3081         * sparcly-nat.c:  Remove.  It's useless.
3082         * config/sparc/nm-sparclynx.h:  Rewrite.
3083         * config/sparc/sparclynx.mh (NATDEPFILES):  Replace sparcly-nat.o
3084         with lynx-nat.o
3085         * config/sparc/tm-sparclynx.h:  Rewrite.
3086
3087 Fri Jan 21 19:08:48 1994  Ian Lance Taylor  ([email protected])
3088
3089         * rs6000-pinsn.c: Use the new disassembler in the opcodes
3090         directory.  Old code was discarded, since the new opcode table has
3091         a different format.
3092
3093 Fri Jan 21 14:28:30 1994  Fred Fish  ([email protected])
3094
3095         * Makefile.in (realclean):  Remove info files per make-stds.texi.
3096
3097 Fri Jan 21 12:47:53 1994  Jim Kingdon  ([email protected])
3098
3099         * dbxread.c (end_psymtab): Only patch psymtab textlow and texthigh
3100         if N_SO_ADDRESS_MAYBE_MISSING is defined.
3101         * config/sparc/tm-sun4sol2.h: Define it.
3102
3103 Thu Jan 20 15:04:24 1994  Peter Schauer  ([email protected])
3104
3105         * printcmd.c (print_address_symbolic):  Unconditionally use msymbol
3106         if we did not find a symbol.
3107
3108 Fri Jan 21 08:20:18 1994  Jeffrey A. Law  ([email protected])
3109
3110         * infptrace.c (child_xfer_memory): Only use if CHILD_XFER_MEMORY
3111         is not defined.
3112
3113         * hppab-nat.c (call_ptrace): Delete redundant function.
3114         (kill_inferior, attach, detach, child_resume): Likewise.
3115         (child_xfer_memory): Likewise.
3116
3117         * hppah-nat.c (call_ptrace): Delete redundant function.
3118         (kill_inferior, attach, detach, child_resume): Likewise.
3119
3120         * config/pa/hppabsd.mh (NATDEPFILES): Add infptrace.o.
3121
3122         * config/pa/hppahpux.mh (NATDEPFILES): Add infptrace.o.
3123
3124         * config/pa/nm-hppab.h (FETCH_INFERIOR_REGISTERS): Define.
3125
3126         * config/pa/nm-hppah.h (FETCH_INFERIOR_REGISTERS): define.
3127         (CHILD_XFER_MEMORY): Define.
3128         (PT_*): Define so that generic infptrace.c code can be used.
3129
3130 Fri Jan 21 09:23:33 1994  Jim Kingdon  ([email protected])
3131
3132         * xcoffread.c (xcoff_symfile_read): Make second parameter a
3133         struct section_offsets *, not a (nonexistent) struct section_offset *.
3134
3135         * xcoffread.c (read_xcoff_symtab): Make main_aux just a union
3136         internal_xcoff_symtab, not an array of one of them.  Change lots of
3137         "main_aux" to "&main_aux" and so on.
3138
3139         * coffread.c, xcoffread.c: Include <coff/internal.h>
3140         before "symfile.h".
3141
3142 Thu Jan 20 17:30:55 1994  Jim Kingdon  ([email protected])
3143
3144         * coffread.c (coff_getfilename): Make it not static.
3145
3146         * xcoffread.c (read_xcoff_symtab): complain() not abort().
3147
3148         * xcoffread.c (struct coff_symbol): Rename c_nsyms to c_naux (removes
3149         a completely gratuitous difference between xcoffread.c and coffread.c).
3150
3151 Wed Jan 19 15:09:44 1994  Jim Kingdon  ([email protected])
3152
3153         * infrun.c (wait_for_inferior): Don't set frame for
3154         step_resume_breakpoint for IN_SIGTRAMP cases.
3155
3156         * infrun.c (wait_for_inferior), breakpoint.h (struct bpstat_what),
3157         breakpoint.c (bpstat_what): Move step_resume from its own field of
3158         the struct bpstat_what into the main_action.  Make it override
3159         other breakpoints.  This is a conservative change in the sense
3160         that before the step resume breakpoint was a breakpoint.c
3161         breakpoint, hitting the step resume breakpoint overrode even
3162         calling bpstat_stop_status.
3163
3164 Wed Jan 19 12:40:25 1994  Peter Schauer  ([email protected])
3165
3166         * infrun.c (normal_stop):  Set stop_pc after popping the dummy frame
3167         in case execution was stopped in the called function.
3168         * stack.c (print_frame_info, frame_info):  If backtracing through
3169         a call dummy, handle the starting source line number on a line
3170         boundary like backtracing through sigtramp.
3171         * sparc-tdep.c (sparc_frame_find_saved_regs):  Get frame address
3172         for call dummy frame right.  Remove old test for dummy frame,
3173         it has been unused at least since gdb-3.5.
3174         * sparc-tdep.c (sparc_push_dummy_frame):  Set return address register
3175         of the dummy frame.
3176
3177 Tue Jan 18 16:16:35 1994  Jim Kingdon  ([email protected])
3178
3179         * infcmd.c (signal_command): Accept 0 as legitimate signal number.
3180
3181 Tue Jan 18 14:09:25 1994  Peter Schauer  ([email protected])
3182
3183         * infrun.c (signals_info), target.c (target_signal_from_name):
3184         Use ugly casts to avoid enumvar < enumvar or enumvar++.
3185
3186 Mon Jan 17 22:00:15 1994  Jim Kingdon  ([email protected])
3187
3188         * ser-unix.c (hardwire_noflush_set_tty_state): Don't muck with ICANON.
3189         * inflow.c (terminal_ours_1): When discussing how to deal with the
3190         tty state, make note of query() as well as readline.
3191
3192         * infrun.c (_initialize_infrun): Add TARGET_SIGNAL_POLL to list of
3193         signals for which stop and print are cleared by default.
3194
3195 Mon Jan 17 20:00:51 1994  Jeffrey A. Law  ([email protected])
3196
3197         * config/pa/tm-hppa.h (unwind_table_entry): Use one of the
3198         reserved fields to hold a stub unwind entry type.  Fix typo.
3199         (stub_unwind_entry): New structure for raw stub unwind entries.
3200         (stub_unwind_types): The types of stubs we may encounter.
3201         (UNWIND_ENTRY_SIZE, STUB_UNWIND_ENTRY_SIZE): New defines.
3202         * hppa-tdep.c (rp_saved): Use additional information provided
3203         by linker stub unwind descriptors.
3204         (frameless_function_invocation): Likewise.
3205         (frame_chain_valid): Likewise.
3206         * paread.c (compare_unwind_entries): New function for sorting
3207         unwind table entries.
3208         (read_unwind_info): Rewrite to remove dependency on host endianness.
3209         Read in data from the $UNWIND_END$ subspace which contains linker
3210         stub unwind descriptors.  Merge that data into the basic unwind
3211         table.
3212
3213         * hppab-nat.c (_initialize_kernel_u_addr): Delete unwanted functions.
3214
3215 Mon Jan 17 22:00:15 1994  Jim Kingdon  ([email protected])
3216
3217         * xcoffread.c (read_xcoff_symtab, case C_FILE): Accept the name
3218         from either the symbol name or the auxent.
3219         * coffread.c, symfile.h (coff_getfilename): Renamed from getfilename,
3220         no longer static.
3221
3222 Mon Jan 17 13:35:01 1994  Fred Fish  ([email protected])
3223
3224         * Makefile.in (ALLPARAM):  Change irix5.h to nm-irix5.h.
3225
3226 Mon Jan 17 12:35:42 1994  Peter Schauer  ([email protected])
3227
3228         * README:  Update notes for alpha port.
3229
3230 Mon Jan 17 11:15:57 1994  Jim Kingdon  ([email protected])
3231
3232         * i960-tdep.c (i960_fault_to_signal): Return TARGET_SIGNAL_ILL
3233         for operation fault, constraint fault, and type fault.
3234
3235 Sun Jan 16 12:46:01 1994  Jim Kingdon  ([email protected])
3236
3237         * Makefile.in (init.c): Add comment explaining formatting conventions.
3238
3239         * c-exp.y (parse_number): Assign to temporary between the right
3240         shifts, to work around a bug in the SCO compiler.
3241
3242         * Makefile.in (ALLCONFIG, ALLPARAM, ALLDEPFILES, HFILES_NO_SRCDIR):
3243         Add various files which were added to GDB recently.
3244
3245         * xcoffread.c (process_xcoff_symbol): Only change 'V' to 'S' if not
3246         within_function.
3247
3248         * Makefile.in: Add mostlyclean target.
3249
3250 Sat Jan 15 10:20:13 1994  Jim Kingdon  ([email protected])
3251
3252         * Version 4.11.4.
3253
3254 Sat Jan 15 18:27:34 1994  Per Bothner  ([email protected])
3255
3256         * main.c (show_commands):  Make return type of extern
3257         history_get be HIST_ENTRY, rather than struct _hist_entry.
3258         (The latter loses with the upcoming merged readline.)
3259
3260 Sat Jan 15 10:20:13 1994  Jim Kingdon  ([email protected])
3261
3262         * minsyms.c (prim_record_minimal_symbol_and_info): Make tempstring
3263         const char *, not char *.
3264
3265         * symtab.h (struct symbol): Make section short, not unsigned short.
3266
3267         * symtab.c (lookup_symbol): Add comment about QUIT here.
3268
3269         * utils.c (fputs_unfiltered): Call fputs, not fputs_maybe_filtered.
3270
3271         * c-exp.y (parse_number): Check for overflow regardless of range
3272         checking.  Fix overflow check to use unsigned LONGEST, not
3273         unsigned int.
3274
3275         * c-exp.y (parse_number): Make it so that integer constants are
3276         builtin_type_long_long if builtin_type_long isn't big enough or if
3277         an "LL" suffix is used.  Properly handle "UL" or "LU" suffixes.
3278
3279         * c-typeprint.c (c_type_print_varspec_suffix, case TYPE_CODE_FUNC):
3280         Print our "()" first, then recurse for the target type.
3281
3282 Fri Jan 14 21:55:39 1994  Jim Kingdon  ([email protected])
3283
3284         * remote-udi.c (udi_create_inferior): Quote empty execfile argument.
3285
3286         * gdbserver/low-lynx.c: Include <sys/wait.h> not "/usr/include/wait.h".
3287
3288 Fri Jan 14 14:17:06 1994  Jim Kingdon  ([email protected])
3289
3290         * utils.c (request_quit): Re-establish signal handler regardless
3291         of USG.
3292
3293         * config/mips/xm-irix4.h: Define HAVE_TERMIOS.
3294
3295 Fri Jan 14 21:55:39 1994  Jim Kingdon  ([email protected])
3296
3297         * i960-tdep.c: Include target.h.
3298
3299 Fri Jan 14 17:12:28 1994  Stan Shebs  ([email protected])
3300
3301         * lynx-nat.c (sys/wait.h): Don't use absolute pathname.
3302
3303 Fri Jan 14 11:06:10 1994  Jim Kingdon  ([email protected])
3304
3305         * lynx-nat.c (child_wait): Fix thinkos in struct target_waitstatus
3306         changes (status -> ourstatus; declare status, etc.).
3307         * config/nm-lynx.h: Fix child_wait prototype and include target.h.
3308
3309 Fri Jan 14 14:17:06 1994  Jim Kingdon  ([email protected])
3310
3311         * Makefile.in (ALLPARAM): Add config/nm-lynx.h.
3312
3313 Fri Jan 14 11:49:44 1994  Ian Lance Taylor  ([email protected])
3314
3315         * remote-mips.c (mips_request, mips_wait): Correct prototypes.
3316
3317 Fri Jan 14 11:37:17 1994  Jim Kingdon  ([email protected])
3318
3319         * config/i386/xm-linux.h: Define HAVE_TERMIOS.
3320
3321 Fri Jan 14 01:04:36 1994  Peter Schauer  ([email protected])
3322
3323         * config/alpha/tm-alpha.h (CALL_DUMMY):  Improve comment.
3324
3325 Thu Jan 13 10:32:38 1994  Jim Kingdon  ([email protected])
3326
3327         * remote-vx.c (vx_wait): Only call i960_fault_to_signal if I80960
3328         is defined.  Otherwise just report TARGET_SIGNAL_UNKNOWN.
3329
3330         * mips-tdep.c (mips_push_arguments): Byteswap struct_addr before
3331         writing it.
3332
3333         Add search to target vector (#if 0'd until after 4.12):
3334         * target.h (to_search, target_search): Add.
3335         * gdbcore.h, core.c (generic_search): Add.
3336         * remote.c (remote_search): Add.
3337         * a29k-tdep.c (init_frame_info): Use target_search to find traceback
3338         tag.
3339
3340         * printcmd.c (print_address_symbolic): If set print fast-symbolic-addr
3341         is on, call find_pc_function rather than relying just on the minimal
3342         symbols (probably only matters for symbol readers which don't put
3343         statics in the minimal symbols, but changing this strikes me as
3344         not conservative enough).
3345         Initialize name_location in all cases.
3346         If no symbol and no msymbol, don't print anything symbolic.
3347
3348         * a29k-tdep.c (push_dummy_frame): Add comment about saving lr0.
3349
3350 Wed Jan 12 20:53:16 1994  John Gilmore  ([email protected])
3351
3352         * printcmd.c (print_address_symbolic):  Make it search the
3353         symtabs for variables as well as functions.  Add `set print
3354         fast-symbolic-addr' and default it to fast (the old way).
3355         Print line numbers for data items as well as functions.
3356
3357         * symtab.c (find_addr_symbol):  Return the symtab and the symbol
3358         address, if a symbol is found (take two more args pointing to
3359         where to store these results).
3360
3361         * symtab.h (find_addr_symbol):  Add prototype.
3362
3363 Wed Jan 12 19:32:11 1994  Jim Kingdon  ([email protected])
3364
3365         * objfiles.h: Fix comments to reflect the fact that the phrase
3366         "top of stack" always refers to where the pushing and popping takes
3367         place, regardless of whether it is at the highest or lowest address.
3368
3369 Wed Jan 12 13:23:37 1994  Peter Schauer  ([email protected])
3370
3371         * mdebugread.c (parse_symbol):  Do not set TYPE_TAG_NAME for
3372         compiler generated tag names.
3373         * mdebugread.c (parse_type):  Handle cross references to qualified
3374         aggregate types.
3375         * valops.c (value_struct_elt):  Improve error message if the
3376         address of a method is requested from an object instance.
3377         * valops.c (search_struct_method):  Make name_matched non-static
3378         to get it initialized correctly.
3379         * config/i386/nm-i386sco.h (CANNOT_STORE_REGISTER):  Define to
3380         exclude segment register which are not writable on newer SCO versions.
3381
3382 Wed Jan 12 14:44:45 1994  Jim Kingdon  ([email protected])
3383
3384         * go32-xdep.c: Remove unused function uerror.
3385         (sigsetmask): Declare return type.  Declare argument (to match the
3386         way it is called).  Explicitly return 0.
3387
3388 Wed Jan 12 01:44:25 1994  John Gilmore  ([email protected])
3389
3390         * symtab.h (struct symbol, general_symbol_info, minimal_symbol,
3391         partial_symbol):  Shrink the storage sizes of symbols, by making
3392         enums into 1-byte bitfields when compiled __GNUC__, moving all the
3393         enums and small ints to the end of each struct to improve
3394         alignment, and switching the section number from int to unsigned
3395         short.
3396
3397 Wed Jan 12 00:16:26 1994  John Gilmore  ([email protected])
3398
3399         * symtab.c (find_addr_symbol):  New routine that will find the nearest
3400         symbol associated with an address.  It does so by exhaustive
3401         search of the symtabs, so it's slow but complete.
3402
3403 Tue Jan 11 23:57:30 1994  John Gilmore  ([email protected])
3404
3405         * coffread.c (read_coff_symtab):  Set PC bounds of _globals_ symtab
3406         to [0,0] rather than [0, end of first source file].  This avoids
3407         problems with other parts of GDB looking for linetables in the
3408         _globals_ symtab.  Eliminate variables num_object_files and
3409         first_object_file_end.
3410
3411 Tue Jan 11 00:53:46 1994  John Gilmore  ([email protected])
3412
3413         * a29k-tdep.c (init_frame_info):  Cast null arg to examine_tag.
3414         (pop_frame):  Restore PC2 and LR0 from dummy frames.
3415         (push_dummy_frame):  Save PC2 and LR0 into dummy frames.
3416         (setup_arbitrary_frame):  Handle 3 args and set up real frames.
3417         * config/a29k/tm-a29k.h (FRAME_NUM_ARGS):  Update comments.
3418         (DUMMY_FRAME_RSIZE):  Add 2 longwords for PC2 and LR0.
3419         (SETUP_ARBITRARY_FRAME):  Define.
3420
3421 Tue Jan 11 06:59:10 1994  Jim Kingdon  ([email protected])
3422
3423         * infrun.c, config/mips/tm-irix5.h: Remove #if 0'd AT_FUNCTION_START.
3424
3425 Tue Jan 11 14:27:03 1994  Ian Lance Taylor  ([email protected])
3426
3427         * remote-udi.c (udi_resume): Correct prototype.
3428
3429 Tue Jan 11 11:10:30 1994  Jeffrey A. Law  ([email protected])
3430
3431         * config/pa/tm-hppa.h (FRAME_FIND_SAVED_REGS): Call
3432         hppa_frame_find_saved_regs.
3433         * hppa-tdep.c (dig_fp_from_stack): Delete function.
3434         (prologue_inst_adjust_sp): New function.
3435         (is_branch, inst_saves_gr, inst_saves_fr): New functions.
3436         (skip_prologue): Completely rewrite to use unwind information.
3437         (hppa_frame_find_saved_regs): Likewise.
3438
3439 Tue Jan 11 06:59:10 1994  Jim Kingdon  ([email protected])
3440
3441         * remote-mips.c (mips_wait): Use new function mips_signal_from_protocol
3442         to convert a signal number with appropriate bounds checking.
3443
3444         * remote-mips.c (mips_wait): Fix typos (0x177 -> 0177, 0x377 -> 0377).
3445
3446 Tue Jan 11 00:53:46 1994  John Gilmore  ([email protected])
3447
3448         * stack.c (frame_info):  If FRAME_FIND_SAVED_REGS isn't defined,
3449         print a newline to end the display anyway.
3450
3451         * sparc-tdep.c (sparc_pop_frame):  Pop the fsr and csr (float and
3452         coprocessor status regs) when popping a frame.  This fixes 
3453         float exceptions that occur after calling inferior functions.
3454
3455         * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
3456         Read and write the fsr (float status register) to/from the child
3457         process along with the float regs.  Remove Peter Schauer's change
3458         of May 24 '93, which has higher overhead and doesn't solve the
3459         real problem (which was that FSR wasn't being set).
3460
3461 Mon Jan 10 23:16:42 1994  John Gilmore  ([email protected])
3462
3463         * a29k-tdep.c (examine_prologue):  Don't worry if the ASGEQ
3464         stack overflow check isn't right after the register stack
3465         adjustment instruction.  Metaware R2.3u compiler moves other
3466         things in front of it.  This fix isn't perfect but is what's
3467         running.
3468
3469 Mon Jan 10 20:08:23 1994  Jim Kingdon  ([email protected])
3470
3471         * c-valprint.c (c_val_print): Treat TYPE_CODE_RANGE like TYPE_CODE_INT.
3472
3473         * config/alpha/alpha-netware.mt: Rename to alpha-nw.mt for 14
3474         character filenames.
3475         * configure.in: Change accordingly.
3476
3477 Mon Jan 10 15:48:36 1994  Tom Lord  ([email protected])
3478
3479         * m68k-stub.c, sparc-stub.c: removed spurious introduction of 
3480         _filtered io routines from these two files.
3481
3482 Fri Jan  7 12:42:45 1994  Peter Schauer  ([email protected])
3483
3484         * config/i386/tm-i386v.h, config/m68k/tm-m68k.h, config/mips/tm-mips.h,
3485         config/vax/tm-vax.h (CALL_DUMMY_BREAKPOINT_OFFSET):  Define.
3486         * mdebugread.c (parse_symbol):  Handle enum sh.type produced by
3487         DEC c89. 
3488         * mdebugread.c (add_line):  Handle zero linenos produced by DEC c89.
3489
3490 Fri Jan  7 12:55:25 1994  Jim Kingdon  ([email protected])
3491
3492         * utils.c (print_sys_errmsg): Call gdb_flush (gdb_stdout) before
3493         printing to gdb_stderr.
3494
3495         * remote-udi.c (udi_kill): Don't close the connection, just set
3496         inferior_pid to zero.
3497         (udi_mourn): Call remove_breakpoints.
3498
3499         * remote-udi.c: Remove obsolete need_artificial_traps comment.
3500
3501         * i386b-nat.c (sregmap): If sEAX, etc., not defined, use tEAX, etc.
3502
3503 Thu Jan  6 07:17:53 1994  Jim Kingdon  ([email protected])
3504
3505         * symtab.c (lookup_symbol): Don't try adding .c to the name.
3506
3507         * remote-bug.c: At the start of each section, reset srec_frame
3508         back to 160.
3509
3510         * target.h: Add TARGET_WAITKIND_LOADED and TARGET_WAITKIND_SPURIOUS.
3511         * target.c (store_waitstatus): Add CHILD_SPECIAL_WAITSTATUS hook.
3512         * infrun.c (wait_for_inferior): Replace SIGTRAP_STOP_AFTER_LOAD with
3513         code which looks for those two waitkinds.  Use switch statement.
3514         * config/rs6000/tm-rs6000.h: Replace SIGTRAP_STOP_AFTER_LOAD with
3515         CHILD_SPECIAL_WAITSTATUS.
3516
3517         * procfs.c (procfs_wait): Fix argument name to match 4 Jan changes.
3518         * Move target_signal_from_host, target_signal_to_host, and
3519         store_waitstatus from inftarg.c to target.c.  procfs needs them.
3520         * target.c: Include "wait.h" and <signal.h>.
3521         * target.h, infrun.c (proceed), proceed callers: Pass new code
3522         TARGET_SIGNAL_DEFAULT instead of -1.  This avoids problems with
3523         enums being treated as unsigned and is cleaner.
3524         * infrun.c (signals_info): Don't print TARGET_SIGNAL_DEFAULT or
3525         TARGET_SIGNAL_0.
3526         * infcmd.c (signal_command), infrun.c (signals_info):
3527         Don't allow user to specify numeric equivalent of
3528         TARGET_SIGNAL_DEFAULT.
3529
3530 Tue Jan  4 15:34:36 1994  Stu Grossman  ([email protected])
3531
3532         * config/alpha/alpha-netware.mt:  New target support for Alpha
3533         running Netware.
3534         * configure.in:  Add alpha-*-netware* target.
3535
3536 Tue Jan  4 14:51:35 1994  Stan Shebs  ([email protected])
3537
3538         * remote-mips.c (mips_wait): Fix ref to TARGET_WAITKIND_STOPPED.
3539
3540 Tue Jan  4 09:47:14 1994  Jim Kingdon  ([email protected])
3541
3542         * target.h: Add enum target_waitkind, enum target_signal, and
3543         struct target_waitstatus.  Change status argument to target_wait to
3544         be struct target_waitstatus * instead of int *.
3545         * target.h, infrun.c, all targets: Change type of signal arguments
3546         to resume(), proceed(), and target_resume() from int to enum
3547         target_signal.
3548         * All targets (*_wait, *_resume): Change accordingly.
3549         * infcmd.c (program_info, signal_command), throughout infrun.c, 
3550         * fork-child.c, solib.c, hppa-tdep.c, osfsolib.c: Use this stuff.
3551         * convex-xdep.c, convex-tdep.c: Add FIXME's (getting the Convex
3552         signal code stuff right with the new signals would be non-trivial).
3553         * inferior.h (stop_signal): Make it enum target_signal not int.
3554         * target.c, target.h (target_signal_to_string, target_signal_to_name,
3555         target_signal_from_name): New functions.
3556         * inftarg.c, target.h (target_signal_to_host, target_signal_from_host,
3557         store_waitstatus): New functions.
3558         * procfs.c (procfs_notice_signals): Use them.
3559         * i960-tdep.c (i960_fault_to_signal): New function, to replace
3560         print_fault.
3561         * config/i960/tm-i960.h: Don't define PRINT_RANDOM_SIGNAL.
3562
3563         * objfiles.c (build_objfile_section_table): Don't abort() if
3564         objfile->sections is already set.
3565
3566         * objfiles.c (add_to_objfile_sections): Check SEC_ALLOC not SEC_LOAD
3567         to match recent change to exec.c.
3568
3569         * Version 4.11.3.
3570
3571         * main.c (print_gdb_version): Change year to 1994.
3572
3573         * ChangeLog, ChangeLog-93: Split ChangeLog at 1994.
3574         * Makefile.in (NONSRC): Add ChangeLog-93.
3575
3576 Mon Jan  3 11:57:29 1994  Jim Kingdon  ([email protected])
3577
3578         * stabsread.c (read_type): Allow defining several type numbers
3579         at once (e.g. "(1,2)=(3,4)="...).
3580
3581         * stabsread.c (read_enum_type): Use TARGET_INT_BIT not sizeof (int).
3582
3583         * breakpoint.c (frame_in_dummy): Check PC as well as frame.
3584
3585 Mon Jan  3 02:47:03 1994  Peter Schauer  ([email protected])
3586
3587         * mdebugread.c (psymtab_to_symtab_1):  Only pass N_STAB symbols
3588         to process_one_symbol.
3589         * symtab.c (find_pc_psymbol):  Search global_psymbols as well to
3590         avoid caching a bad endaddr in find_pc_partial_function.
3591
3592 Sun Jan  2 21:41:17 1994  Jim Kingdon  ([email protected])
3593
3594         * config/m68k/tm-sun3.h: Don't define BELIEVE_PCC_PROMOTION.
3595
3596 Sat Jan  1 04:35:23 1994  Peter Schauer  ([email protected])
3597
3598         * infrun.c (wait_for_inferior):  Do not step or step resume past
3599         the end of a one-line function we just stepped into.
3600
3601 For older changes see ChangeLog-93
3602 \f
3603 Local Variables:
3604 mode: indented-text
3605 left-margin: 8
3606 fill-column: 74
3607 version-control: never
3608 End:
This page took 0.235621 seconds and 4 git commands to generate.