* inftarg.c (child_ops): Don't initialize statically.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 Tue Jan 12 14:50:10 1999 Stan Shebs <shebs@andros.cygnus.com>
2
3 * inftarg.c (child_ops): Don't initialize statically.
4 (init_child_ops): New function, fills in child_ops.
5 (_initialize_inftarg): Use it.
6 (child_post_attach): Declare extern.
7 (child_wait): Fix ambiguous parens.
8 (child_attach_to_process): Remove unused local wstatus.
9 (child_insert_fork_catchpoint, child_remove_fork_catchpoint,
10 child_insert_vfork_catchpoint, child_remove_vfork_catchpoint,
11 child_has_forked, child_insert_exec_catchpoint,
12 child_remove_exec_catchpoint): Return a value.
13
14 Mon Jan 11 16:43:44 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
15
16 * remote.c (remote_wait): Add inferior_pid to thread list only
17 if it is not already there.
18
19 1999-01-11 Jason Molenda (jsm@bugshack.cygnus.com)
20
21 * scm-tags.h: Update FSF's address on copyright notice.
22 * ser-e7kpc.c: Same.
23 * gnu-nat.h: Same.
24
25 Mon Jan 11 13:45:57 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
26
27 * dwarf2read.c (dump_die): Change stderr to gdb_stderr.
28 * expprint.c (print_subexp): fprintf => fprintf_unfiltered.
29 * jv-typeprint.c (java_type_print_base): fputs => fputs_filtered.
30 * stack.c (struct function_bounds): Remove superfluous `typedef'.
31 * symfile.c (list_overlays_command): stdout => gdb_stdout.
32 * symmisc.c (maintenance_check_symtabs): stdout => gdb_stdout.
33 * utils.c (print_spaces): Make more efficient.
34
35 Mon Jan 11 13:55:51 1999 David Taylor <taylor@texas.cygnus.com>
36
37 * utils (print_spaces): fix arg to strcat; fix formatting.
38
39 Fri Jan 8 11:57:24 1999 Stan Shebs <shebs@andros.cygnus.com>
40
41 * exec.c (exec_ops): Don't initialize statically.
42 (init_exec_ops): New function, fills in exec_ops.
43 (_initialize_exec): Use it.
44
45 Thu Jan 7 17:50:15 EST 1999 Zdenek Radouch (radouch@cygnus.com)
46
47 Beta FR30 port.
48 * fr30-tdep.c
49 * config/fr30/tm-fr30.h
50
51 Wed Jan 6 12:28:35 1999 David Taylor <taylor@texas.cygnus.com>
52
53 * configure.in: Add an --enable-tui argument. Construct
54 tui/Makefile from tui/Makefile.in. Use AM_PROG_CC_STDC. If we
55 have the GUI, then we need this to process libgui.h.
56 (ENABLE_CFLAGS): define and export BUILD_TUI.
57 (AC_CHECK_HEADERS): Add check for term.h.
58
59 * configure.host (hppa-*-hpux10.20, hppa-*-hpux11.0*): New configs.
60
61 * config.in, configure : regenerated.
62
63 * Makefile.in: Allow the TUI code to be conditionally enabled.
64 (TUI_LIBRARY): New variable, value are set by the configuration
65 script. Set to the empty string when the TUI isn't enabled.
66 (gdb$(GDBEXT)): Use those, instead of referring to all-tui and
67 tui/libtui.a directly.
68 (BUILD_TUI): build the tui -- only when configured with
69 --enable-tui.
70 (YLWRAP): use ylwrap to avoid problems on systems w/o bison.
71 (gdb$(EXEEXT)): make it dependent on BUILD_TUI.
72 (all-tui): remove dependency from phony target.
73 (c-exp.tab.c): use ylwrap instead of bison.
74 (jv-exp.tab.c): ditto.
75 (f-exp.tab.c): ditto.
76 (m2-exp.tab.c): ditto.
77 (ALLDEPFILES): add somread.c, hp-psymtab-read.c, hp-symtab-read.c.
78 (SFILES): remove the above files
79 (COMMON_OBS): remove somread.o
80 (SFILES): Add the tui files to this, so they get included in etags
81 tables.
82 (gdb$(EXEEXT)): Add all-tui to the list of dependencies, and add
83 tui/libtui.a to the link list.
84 (all-tui): New rule, which does a recursive make in the tui
85 subdir.
86 (tui/libtui.a): When recursing, pass down ${FLAGS_TO_PASS}. And
87 don't echo the make command. This is closer to what the other
88 recursions do.
89 (HFILES_NO_SRCDIR): add hpread.h
90 (COMMON_OBS): add hp-psymtab-read.o, hp-symtab-read.o
91 (SFILES): add hp-psymtab-read.c, hp-symtab-read.c add rules for
92 the new files. Remove hpread.c, hpread.o
93 (gdb$(EXEEXT)): Depend on the actual tui library, not on a
94 fictitious target. Since the fictitious target never existed,
95 make would always relink.
96 (tui/libtui.a): Always recurse to make sure the library is up to
97 date.
98
99 Wed Jan 6 12:05:12 1999 Stan Shebs <shebs@andros.cygnus.com>
100
101 * remote.c: Pacify --enable-build-warnings, reformat code
102 to conform to standards, fix spelling errors.
103 (ishex, stubhex, record_currthread, etc): Declare.
104 (ishex, stubhex): Declare char arg as int.
105 (pack_string): Comment out, never used but possibly useful.
106 (threadref_to_int, remote_get_threadinfo, etc): Make static.
107
108 Wed Jan 6 11:43:32 1999 David Taylor <taylor@texas.cygnus.com>
109
110 The following changes were made by Elena Zannoni
111 <ezannoni@cygnus.com> and Edith Epstein <eepstein@cygnus.com> as
112 part of a project to merge in changes made by HP.
113
114 * c-exp.y: use external flag hp_som_som_object_present to decide
115 whether code was compiled by HP's compilers. Add two new C++
116 tokens for true and false.
117 (yylex): check for template name is done differently for the
118 HP/aCC compiler case. Change some of the template processing code
119 for handling HP aCC templates. Handle true and false tokens.
120
121 Tue Jan 5 11:13:36 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
122
123 * remote.c (record_curthread): Must not modify inferior_pid when
124 called from wait_for_inferior. Instead, if a new thread-id is
125 detected, call add_thread.
126 (MAGIC_NULL_PID): new macro, use instead of the magic number
127 "42000".
128 (remote_find_new_threads): if inferior_pid is unknown, get and use
129 the current thread id.
130 (remote_start_remote): on connecting, attempt to get the current
131 thread id for inferior_pid.
132 (remote_resume): If pid == -1, then resume any-thread (not the
133 current thread specifically). Also some cosmetic fixups.
134
135 * thread.c (info_threads_command): don't initialize current_pid
136 until after call to FIND_NEW_THREADS (which may change inferior_pid).
137 Also some cosmetic fixups.
138 * infrun.c: cosmetic fixups and casts to avoid warnings.
139 * infcmd.c: cosmetic fixups, mainly long lines.
140
141 Tue Jan 5 11:55:57 1999 David Taylor <taylor@texas.cygnus.com>
142
143 * target.c (noprocess): terminate sentence with a period.
144 * breakpoint.c (catch_command_1): ditto.
145
146 * c-valprint.c (c_value_print): remove hack^2 from HP; it causes
147 testsuite losses with no real gain.
148
149 * inferior.h (START_INFERIOR_TRAPS_EXPECTED): restore, but only
150 if tm-*.h hasn't overridden default value.
151
152 1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
153
154 * configure.in: Fix whitespace indentation for --help.
155 * configure: Regenerated.
156
157 1999-01-04 Manuel Bouyer <bouyer@antioche.lip6.fr>
158
159 * main.c: Add --write command line option, document -w.
160 * gdb.1: Document --write.
161
162 1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
163
164 * configure.in: Require autoconf 2.12.1 or higher.
165 * doc/configure.in: Ditto.
166 * nlm/configure.in: Ditto.
167 * rdi-share/configure.in: Ditto.
168 * testsuite/configure.in: Ditto.
169 * doc/Makefile.in: Don't hardcode $(SHELL).
170 * nlm/Makefile.in: Ditto.
171 * rdi-share/Makefile.in: Ditto.
172 * testsuite/Makefile.in: Ditto.
173
174 Mon Jan 4 12:53:03 1999 Stan Shebs <shebs@andros.cygnus.com>
175
176 * remote-vx.c (init_vx_ops, init_vx_run_ops): Remove unneeded
177 inits of new fields, including ref to bogus field.
178 (vx_ops, vx_run_ops): Make static.
179
180 Mon Jan 4 15:05:29 1999 David Taylor <taylor@texas.cygnus.com>
181
182 * inferior.h (START_INFERIOR_TRAPS_EXPECTED): delete,
183 already defined in tm.h.
184
185 * inftarg.c: change <sys/unistd.h> to <unistd.h> and
186 conditionalize its inclusion.
187 * infttrace.c: ditto.
188
189 For older changes see ChangeLog-98
190 \f
191 Local Variables:
192 mode: change-log
193 left-margin: 8
194 fill-column: 74
195 version-control: never
196 End:
This page took 0.032484 seconds and 4 git commands to generate.