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