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