2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
56382845
FN
12000-03-23 Fernando Nasser <fnasser@cygnus.com>
2
3 From David Whedon <dwhedon@gordian.com>
4
5 * top.c (execute_command): Checks all commands beore executing
6 to see if the user needs to be warned that the command is
7 deprecated, warns user if appropriate.
8 (add_info), (add_info_alias), (add_com) , (add_com_alias): Changed
9 return values from void to struct cmd_list_element *.
10 * command.c (lookup_cmd_1): Check aliases before following link
11 in case user needs to be warned about a deprecated alias.
12 (deprecate_cmd): new exported function for command deprecation,
13 sets flags and posibly a replacement string.
14 (deprecated_cmd_warning): New exported funciton to warn user about
15 a deprecated command.
16 (lookup_cmd_composition): New exported function that determines
17 alias, prefix_command, and cmd based on a string. This is useful
18 is we want to full name of a command.
19 * command.h : Added prototypes for deprecate_cmd,
20 deprecated_warn_user and lookup_cmd_composition, added flags to
21 the cmd_list_element structure, changed return values for
22 add_com_* and add_info_* from void to cmd_list_element.
23 * maint.c : (maintenance_deprecate): New function to deprecate a
24 command. This exists only so that the testsuite can deprecate
25 commands at runtime and check the warning behavior.
26 (maintenance_undeprecate) : New function, drops deprecated flags.
27 (maintenance_do_deprecate): Actually does the (un)deprecation.
28 (initialize_maint_cmds): Added the above new deprecate commands.
29
302000-03-22 Daniel Berlin <dan@cgsoftware.com>
31 * command.c (apropos_cmd_helper): New function, meat of the
32 apropos command.
33 (apropos_command): New apropos command to search command
34 names/documentation for regular expressions.
35 (_initialize_command): Add the apropos command.
36
0f4db1a1
MS
372000-03-23 Michael Snyder <msnyder@cleaver.cygnus.com>
38
39 * sol-thread.c (ps_pglobal_lookup): Change argument type from
40 paddr_t to psaddr_t. This mistake appears to date from an
41 erroneous man page in Solaris 2.5 -- the correct type from the
42 system headers has always been psaddr_t.
43 (ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite): ditto.
44 (rw_common): ditto.
45
64a5b29c
KB
462000-03-22 Kevin Buettner <kevinb@redhat.com>
47
48 * ia64-linux-nat.c: Fix copyright.
49 (fill_gregset): Minor formatting fix.
50 * ia64-tdep.c (template_encoding_table, fetch_instruction,
51 examine_prologue): Clean up some compiler warnings.
52 (is_float_or_hfa_type_recurse, is_float_or_hfa_type, find_func_descr,
53 find_global_pointer, find_extant_func_descr): New functions.
54 (ia64_use_struct_convention, ia64_extract_return_value,
55 ia64_push_arguments): Handle HFAs.
56 (ia64_push_arguments): Find (or build) a function descriptor
57 when given a function address.
58 (ia64_push_return_address): Moved code for finding the
59 global pointer into its own function, find_global_pointer ().
60
7e5cd2de
EZ
612000-03-22 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
62
63 * event-loop.c (handle_file_event): Run through indent.
64
44f45770
EZ
652000-03-22 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
66
67 From Philippe De Muyter <phdm@macqel.be>
68
69 * event-loop.c (sys/types.h): File now included unconditionally.
70 (use_poll): New variable..
71 (gdb_notifier): poll- and select-versions merged.
72 (add_file_handler): If HAVE_POLL, check whether poll is usable,
73 and reset `use_poll' if not.
74 (create_file_handler): Select poll- or select-version according to
75 `use_poll'.
76 (delete_file_handler, handle_file_event): Likewise.
77 (gdb_wait_for_event, poll_timers): Likewise.
78
593de6a6
PS
792000-03-22 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
80
81 * printcmd.c (print_scalar_formatted): Truncate addresses to the
82 size of a target pointer before passing them to print_address.
83
1a309862
MK
842000-03-22 Mark Kettenis <kettenis@gnu.org>
85
86 * config/i386/tm-i386aix.h (I386_AIX_TARGET): Remove.
87 * config/i386/tm-linux.h (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM):
88 Remove
89 * i386-tdep.c (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): New defines.
90 (i386_extract_return_value): Rewritten. Correctly support all
91 floating-point types and large integer types on targets that use
92 the standard i386 GDB register layout and return floating-point
93 values in the FPU.
94
6a08e74c
AC
95Wed Mar 22 15:09:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
96
97 * configure.in (CONFIG_INITS): Do not append remote-nrom.c
98
5f04ac3d
C
992000-03-21 J.T. Conklin <jtc@redback.com>
100
101 * i386/nbsd.mh (NATDEPFILES): Change i386b-nat.o to i386nbsd-nat.o.
102 * i386nbsd-nat.c: New file.
103
104 * i386/tm-nbsd.h (NUM_REGS): Removed.
105 (HAVE_I387_REGS): Defined.
106 * i386/nm-nbsd.h (FLOAT_INFO): Removed.
107
108 * tm-nbsd.h (IN_SOLIB_CALL_TRAMPOLINE): Define if not
109 SVR4_SHARED_LIBS.
110
f09cffe3
AC
111Wed Mar 22 11:18:59 2000 Andrew Cagney <cagney@b1.cygnus.com>
112
113 * MAINTAINERS: Add Jim Blandy to breakpoint maintainers. David
114 taylor is the Solaris/SPARC maintainer. Add Jonathan Larmour to
115 the write after approval list.
116
62557bbc
KB
1172000-03-21 Kevin Buettner <kevinb@redhat.com>
118
119 * symtab.h (MAX_SECTIONS, struct section_addr_info,
120 symbol_file_add): Move declarations from here...
121 * symfile.h: ...to here.
122
123 * solib.c (symbol_add_stub): Make symbol_file_add () aware of
124 all section addresses, not just .text.
125 * symfile.h, symfile.c (free_section_addr_info,
126 build_section_addr_info_from_section_table): New functions.
127
128 * symfile.h (MAX_SECTIONS): Increase value to 40.
129 * symfile.c (syms_from_objfile): Add bounds check prior to
130 accessing ``other'' array in a section_addr_info_struct.
131 Remove unused variable section_offsets.
132 (add_symbol_file_command): Remove unused variable text_addr.
133
99e5c1c8
MS
1342000-03-21 Eli Zaretskii <eliz@is.elta.co.il>
135
136 * breakpoint.c (bpstat_stop_status): Don't stop if a read
137 watchpoint appears to break, but the watched value changed.
138
333a782f
JB
1392000-03-21 Jim Blandy <jimb@redhat.com>
140
141 * gdbarch.sh: Emit a definition and declaration for gdbarch_free,
142 a companion to gdbarch_alloc, which allows a gdbarch init function
143 to free partially-built gdbarch structures.
144 * gdbarch.c, gdbarch.h: Regenerated.
145
eafb8301
KB
1462000-03-20 Kevin Buettner <kevinb@redhat.com>
147
148 * configure.host, configure.tgt (ia64-*-linux*): New entry.
149
150 * gdbserver/low-linux.c (u_offsets, ia64_register_u_addr,
151 initialize_arch): Define for IA-64.
152 (initialize_arch): Add declaration.
153
2e70b7b9
MS
1542000-03-20 Eli Zaretskii <eliz@is.elta.co.il>
155
156 * breakpoint.c (insert_breakpoints, remove_breakpoint)
157 (bpstat_stop_status, can_use_hardware_watchpoint): Don't insert,
158 remove, or check status of hardware watchpoints for entire structs
159 and arrays unless the user explicitly asked to watch that struct
160 or array.
161 (insert_breakpoints): Try to insert watchpoints for all the values
162 on the value chain, even if some of them fail to insert.
163
164 * values.c (value_primitive_field): Set the offset in struct value
165 we return when the field is a packed bitfield.
166
9d1f7ab2
MS
1672000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
168
169 * remote.c (remote_threads_extra_info): new function.
170 Implement the extra thread info query for "info threads".
171 (remote_threads_info): clean up a bit.
172 (use_threadinfo_query, use_threadextra_query): new variables.
173 Control whether GDB will use the new or old protocol for
174 thread info queries.
175 (remote_open_1): initialize new variables.
176 (remote_async_open_1): ditto.
177 (remote_cisco_open): ditto.
178
16461d7d
KB
1792000-03-20 Kevin Buettner <kevinb@redhat.com>
180
181 * ia64-linux-nat.c, ia64-tdep.c, config/ia64/linux.mh,
182 config/ia64/linux.mt, config/ia64/nm-linux.h, config/ia64/tm-ia64.h,
183 config/ia64/tm-linux.h, config/ia64/xm-linux.h: New files.
184
ba8966d6
KB
1852000-03-20 Kevin Buettner <kevinb@redhat.com>
186
187 * utils.c (floatformat_from_doublest): Don't assume that a long
188 will be exactly 32 bits in length. Also... make sure space
189 that we're writing the float to is completely initialized to
190 zeroes, even when the number of bits in the float is not
191 evenly divisible by FLOATFORMAT_CHAR_BIT.
192
e7ee86a9
JB
1932000-03-20 Jim Blandy <jimb@redhat.com>
194
195 * i386-linux-nat.c: No need to #include "frame.h" any more.
196 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
197 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
198 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2, linux_sigtramp_code,
199 LINUX_SIGTRAMP_LEN, i386_linux_sigtramp_start,
200 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
201 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1,
202 linux_rt_sigtramp_code, LINUX_RT_SIGTRAMP_LEN,
203 i386_linux_rt_sigtramp_start, i386_linux_in_sigtramp,
204 i386_linux_sigcontext_addr, LINUX_SIGCONTEXT_PC_OFFSET,
205 i386_linux_sigtramp_saved_pc, LINUX_SIGCONTEXT_SP_OFFSET,
206 i386_linux_sigtramp_saved_sp): Deleted. Folks rightly pointed
207 out that these are target-dependent, and useful in non-native
208 configurations. Moved to...
209 * i386-linux-tdep.c: ... Here, a new file.
210 * Makefile.in (ALLDEPFILES): Add i386-linux-tdep.c.
211 (i386-linux-tdep.o): New rule.
212 (i386-linux-nat.o): We no longer depend on frame.h.
213 * config/i386/linux.mt (TDEPFILES): Add i386-linux-tdep.o.
214
58a2c44a
EZ
2152000-03-04 Eli Zaretskii <eliz@is.elta.co.il>
216
217 * event-loop.c (top-level) [NO_FD_SET]: Deprecate this branch.
218 Print an error at compile time if we are to use select, but FD_SET
219 is not available.
220 (SELECT_MASK, NBBY, FD_SETSIZE, NFDBITS, MASK_SIZE): Define only
221 if HAVE_POLL is not defined and NO_FD_SET *is* defined.
222 (create_file_handler) [!HAVE_POLL]: Use FD_SET and FD_CLR.
223 (delete_file_handler) [!HAVE_POLL]: Use FD_CLR and FD_ISSET.
224 (gdb_wait_for_event) [!HAVE_POLL]: Copy fd_set sets directly
225 instead of using memcpy and memset. Use FD_ISSET.
226
227 * config/i386/xm-go32.h (fd_mask): Remove typedef.
228
acd46a93
AC
229Mon Mar 20 19:58:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
230
231 * command.c (_initialize_command): Document requirements for ``!''
232 command.
233
b71896da
AC
234Mon Mar 20 18:12:46 2000 Andrew Cagney <cagney@b1.cygnus.com>
235
236 From Fri 10 Mar 2000 Robert
237 <robert.melchers@drives.eurotherm.co.uk>:
238 * sh-tdep.c (sh_processor_type_table): Add entry for sh2.
239
4397a6ab
AC
240Mon Mar 20 17:33:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
241
242 From Thu Mar 16 16:49:27 EST 2000 John David Anglin
243 <dave@hiauly1.hia.nrc.ca>:
244 * configure.in (CONFIG_INITS): Don't include hpux-thread.c. Stops
245 _initialize_hpux_thread being called twice.
246 * configure: Regenerated.
247
c5201926
EZ
2482000-03-19 Eli Zaretskii <eliz@is.elta.co.il>
249
250 * event-top.c (_initialize_event_loop): If instream is not
251 connected to a terminal device, turn editing off.
252
ded59a1e
EZ
2532000-03-19 Eli Zaretskii <eliz@is.elta.co.il>
254
255 Support for building GDB with DJGPP, and running the test suite on
256 it:
257 * config/djgpp/djconfig.sh: New file.
258 * config/djgpp/config.sed: New file.
259 * config/djgpp/README: New file.
260 * config/djgpp/fnchange.lst: New file.
261 * config/djgpp/djcheck.sh: New file.
262
615b480f
EZ
2632000-03-19 Eli Zaretskii <eliz@is.elta.co.il>
264
265 * ser-go32.c (ports): Make the initializers complete, to pacify
266 GCC 2.9X.
267
1cc26dd0
JB
2682000-03-17 Jim Blandy <jimb@redhat.com>
269
9f81f4aa
JB
270 * i386v-nat.c (i386_insert_nonaligned_watchpoint): Use a
271 two-dimensional array, instead of faking it with explicit index
272 arithmetic.
273
274 * linux-thread.c (linuxthreads_attach, linuxthreads_detach,
275 linuxthreads_create_inferior): Fix typo in variable name: it's
276 linuxthreads_exit_status, not linux_exit_status.
277
278 * gdb_wait.h (WSETSTOP): Pass the appropriate number of arguments
279 to W_STOPCODE.
280
1cc26dd0
JB
281 * solib.c (solib_add): Delete debugging code.
282
ca9c33a5
MS
2832000-03-17 Mark Kettenis <kettenis@gnu.org>
284
285 * gdb_wait.h: add definitions of WSETSTOP and WSETEXIT for Linux.
286 * linux-thread.c: Use WSETSTOP instead of W_STOPCODE.
287
ccdaf797
PDM
288Fri Mar 17 11:06:59 2000 Philippe De Muyter <phdm@macqel.be>
289
290 * language.c (set_lang_str): Do not call `free' for a null pointer.
291 (set_type_str, set_range_str): Ditto.
292
7f869e41
JB
2932000-03-16 Jim Blandy <jimb@redhat.com>
294
17f9defb
JB
295 * i386-linux-nat.c (i386_linux_saved_pc_after_call): Lost in the
296 merge; reinstated.
297
7f869e41
JB
298 * solib.c (current_sos): Be more careful about freeing the new
299 so_list node if an error occurs.
300
11708b95
JB
301 * i386-tdep.c (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
302 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
303 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2, linux_sigtramp_code,
304 LINUX_SIGTRAMP_LEN, i386_linux_sigtramp_start,
305 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
306 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1,
307 linux_rt_sigtramp_code, LINUX_RT_SIGTRAMP_LEN,
308 i386_linux_rt_sigtramp_start, i386_linux_in_sigtramp,
309 i386_linux_sigcontext_addr, LINUX_SIGCONTEXT_PC_OFFSET,
310 i386_linux_sigtramp_saved_pc, LINUX_SIGCONTEXT_SP_OFFSET,
17f9defb
JB
311 i386_linux_sigtramp_saved_sp): Deleted. These all implement
312 Linux-specific signal trampoline detection, and should be moved
313 to...
11708b95
JB
314 * i386-linux-nat.c: ... here.
315 * config/i386/tm-linux.h (I386_LINUX_SIGTRAMP): No need to define
316 this any more, since we're not enabling OS-specific code in a
317 OS-independent file.
318
3a95698a
EZ
3192000-03-16 Eli Zaretskii <eliz@is.elta.co.il>
320
2c33cc30 321 * Makefile.in (go32-nat.o): Add prerequisites.
3a95698a
EZ
322 (ALLDEPFILES): Add go32-nat.c.
323
0a83117a
MS
3242000-03-15 Michael Snyder <msnyder@cleaver.cygnus.com>
325
326 From "Peter.Schauer" <Peter.Schauer@regent.e-technik.tu-muenchen.de>
327 * symfile.c (reread_symbols): Clear msymbol hash table.
328
07cd4b97
JB
3292000-03-15 Jim Blandy <jimb@redhat.com>
330
331 Deal with the inferior unloading shared objects.
332 * solib.c (current_sos): New function, replacing find_solib.
333 (find_solib): Deleted.
334 (free_so): New function.
335 (clear_solib): Call free_so, instead of writing it out.
336 (solib_add): Rewritten: compare the inferior's current list of
337 shared objects with GDB's list, and do the required loads and
338 unloads.
339 (info_sharedlibrary_command, solib_address): Don't use find_solib
340 to walk the list of shared libraries: call solib_add, and then
341 walk the list at so_list_head normally.
342 * objfiles.c (free_objfile): Don't call CLEAR_SOLIB, and don't
343 detach the core target. These tasks are taken care of elsewhere.
344 * target.c (remove_target_sections): New function.
345 * target.h (remove_target_sections): New declaration.
346
347 * solib.c (symbol_add_stub): Check whether we've already created
348 an objfile for this shared object first, before doing all that
349 work to compute section addresses, etc.
350
351 * objfiles.c (unlink_objfile): Report an internal error if objfile
352 doesn't occur in the object_files list.
353
354 * solib.c (special_symbol_handling): Delete argument; it's not
355 used.
356
357 Changes from Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
358
359 * solib.c (SOLIB_EXTRACT_ADDRESS): New macro to extract addresses
360 from solib structures. Use it throughout solib.c, get rid of all
361 CORE_ADDR casts.
362 (struct so_list): Change type of lmaddr to CORE_ADDR.
363 (first_link_map_member): Change return value type to CORE_ADDR,
364 update callers.
365 (solib_add_common_symbols): Change parameter type to CORE_ADDR,
366 update callers.
367 (open_symbol_file_object, find_solib): Change type of lm variable
368 to CORE_ADDR.
369
afbae4e3
EZ
3702000-03-15 Eli Zaretskii <eliz@is.elta.co.il>
371
372 * ser-go32.c (dos_noop, dos_raw, dos_noflush_set_tty_state)
373 (dos_print_tty_state, dos_info, _initialize_ser_dos): Convert
374 to ISO C. Use ATTRIBUTE_UNUSED to avoid compiler warnings.
375 (dos_info): Avoid compiler warning when printing a ptrdiff_t.
376
377 * ser-go32.c (dos_get_tty_state): Fail if the (fake) handle was
378 not opened by dos_open, but let the 3 standard handles go through
379 unharmed.
380
751a959b
EZ
3812000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
382
383 * eval.c (evaluate_subexp_with_coercion): Add call to
384 check_typedef, to handle typedeffed vars correctly.
385
1a0559af
AC
386Mon Mar 13 21:21:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
387
388 * defs.h (STREQ, STRCMP, STREQN): Document that these macros are
389 somewhat redundant.
390 (QUIT): Note that this can probably be replaced by a function.
391
73a93a32
JI
3922000-03-13 James Ingham <jingham@leda.cygnus.com>
393
394 Add support for a variable object that tries to evaluate itself in
395 the currently selected frame, rather than in a fixed frame.
396
397 * wrapper.c,h (gdb_parse_exp_1): Added a wrapper for
398 gdb_parse_exp_1.
399 * varobj.h: Added USE_CURRENT_FRAME to varobj_type & changed def'n
400 of varobj_create.
401 * varobj.c (varobj_list): Return type indicates whether the
402 variable's type has changed (for current frame variables).
403 (varobj_update): Handle the case where the variable's type has
404 changed.
405 (delete_variable_1): Allow for deletion of variables that have not
406 been installed yet.
407 (new_root_variable): Initialize use_selected_frame variable.
408 (value_of_root): This is where most of the work to handle "current
409 frame" variables was added. Most of the complexity involves
410 handling the case where the type of the variable has changed.
411 (varobj_create): Add a "type" argument, to tell if the
412 variable is one of these "current frame" variables. Also protect
413 call to parse_exp_1 from long jumping.
414
0fff5247
EZ
4152000-03-13 Eli Zaretskii <eliz@is.elta.co.il>
416
417 * go32-nat.c (struct env387): Remove declaration.
418 (print_387_status, i386_go32_float_info): Remove redundant
419 functions.
420 (regno_mapping, sig_map, excepn_map): Add braces around inner
421 initializers.
422 (many functions): Use ATTRIBUTE_UNUSED to shut up the compiler;
423 fix code which mixed signed with unsigned.
424 (go32_resume): Use TARGET_SIGNAL_LAST instead of -1.
425 (go32_wait): Initialize INT3_addr.
426 (go32_fetch_registers): Extend all FP registers that are shorter
427 than 4 bytes to 32 bits. Support 32 standard FP registers defined
428 on config/i386/tm-i386.h.
429 (store_register): Support 32 FP registers.
430 (go32_create_inferior): Don't crash if handed a NULL pointer
431 instead of exec file name.
432 (ignore): Remove unused function.
433 (go32_insert_hw_breakpoint): Remove unused variables.
434 (init_go32_ops): Set value of processing_gcc_compilation to 2.
435
db577aea
AC
436Mon Mar 13 18:54:42 2000 Andrew Cagney <cagney@b1.cygnus.com>
437
438 From 2000-03-10 Daniel Berlin <dan@cgsoftware.com> Fix C++
439 overloading, add support for seeing through references:
440 * valops.c (find_overload_match): Handle STABS overloading for
441 C++.
442 (find_overload_match): Look in right place for function arguments
443 in the debug info.
444 (find_overload_match): Rather than giving up when we have >1
445 perfect match, just choose one, especially since the
446 recommendation GDB gives ("disambiguate it by specifying function
447 signature"), is basically impossible.
448 (check_field_in): STREQ->strcmp_iw
449 (search_struct_field): STREQ->strcmp_iw
450 (find_method_list): STREQ->strcmp_iw
451 * gdbtypes.c (rank_one_type): Add ability to see through
452 references.
453 (rank_one_type): strcmp->strcmp_iw, because the whitespace could
454 be different.
455 (rank_function): Rank function properly (was doing it wrong
456 before, comparing the wrong parts of the arrays)
457 (rank_one_type): Change #if 0 to #ifdef DEBUG_OLOAD.
458 * gdbtypes.h: Add REFERENCE_CONVERSION_BADNESS for "badness"
459 associated with converting a non-reference to a reference.
460
461 * gdbtypes.c (rank_one_type): Add comment on how to eliminate the
462 #ifdef DEBUG_OLOAD.
463
f75c77fc
MK
4642000-03-11 Mark Kettenis <kettenis@gnu.org>
465
466 * gnu-nat.c: Fix the formatting where indent misinterpreted `&' as
467 a binary operator.
468 (gnu_attach): Change error message for missing
469 argument to be identical to the corresponding message in
470 `inftarg.c'. This makes the testsuite happy.
471
fb557744
MK
4722000-03-11 Mark Kettenis <kettenis@gnu.org>
473
474 * i386gnu-nat.c (gnu_store_registers): Make sure the T bit in the
475 %eflags isn't modified. This fixes a bug where every call to a
476 function in the program beyond the first call would fail.
477
36c2118f
AC
478Fri Mar 10 11:44:55 2000 Andrew Cagney <cagney@b1.cygnus.com>
479
480 * MAINTAINERS: Devolve responsibility for domain maintenance.
481
a79dea61
EZ
4822000-03-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
483
484 * minsyms.c (prim_record_minimal_symbol_and_info): Add comment.
485
f1a6b754
SB
4862000-02-25 Scott Bambrough <scottb@netwinder.org>
487
488 * gdb.base/long_long.exp: Correct test suite failure when printing
489 a long long value as a double on ARM platforms.
490
513d6eba
AC
491Thu Mar 9 14:21:07 2000 Andrew Cagney <cagney@b1.cygnus.com>
492
493 * MAINTAINERS (Core): Anthony Green is the Java - including
7b83ea04
AC
494 testsuite - maintainer. Reformat testsuite and language support
495 sections
513d6eba 496
4cc24188
MK
4972000-03-08 Mark Kettenis <kettenis@gnu.org>
498
499 * i386-tdep.c (i386_linux_saved_pc_after_call): New function.
500 * config/i386/tm-linux.h (SAVED_PC_AFTER_CALL): Define to call
501 i386_linux_saved_pc_after_call.
502
9227b5eb
JB
5032000-03-06 Jim Blandy <jimb@redhat.com>
504
505 From Tom Tromey <tromey@cygnus.com> and Keith Seitz <?>:
506
507 * minsyms.c: #include <ctype.h>, for msymbol_hash_iw.
508 (compact_minimal_symbols): Added `objfile' argument.
509 Put symbols in the objfile's hash table.
510 (install_minimal_symbols): Put symbols in the objfile's demangled
511 hash table.
512 (lookup_minimal_symbol): Use hash table to find symbol in
513 objfile.
514 (msymbol_hash_iw, msymbol_hash, add_minsym_to_hash_table): New
515 functions.
516 (prim_record_minimal_symbol_and_info): Initialize the
517 hash link fields of the new minimal symbol.
518 * symtab.h (struct minimal_symbol): New fields `hash_next',
519 `demangled_hash_next'.
520 (msymbol_hash_iw, msymbol_hash, add_minsym_to_hash_table): Declare.
521 * objfiles.h (MINIMAL_SYMBOL_HASH_SIZE): New define.
522 (struct objfile): New fields `msymbol_hash',
523 `msymbol_demangled_hash'.
524
ef7904ee
JB
5252000-03-06 Jim Blandy <jimb@redhat.com>
526
527 * solib.c (first_link_map_member): Doc fix.
528
2f16bb32
EZ
5292000-03-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
530
7b83ea04 531 From Eli Zaretskii <eliz@is.elta.co.il>:
2f16bb32
EZ
532
533 * event-loop.c (poll_timers): Don't compare delta.tv_sec with
534 zero, since time_t might be unsigned.
535
b948cda9
MK
5362000-03-06 Mark Kettenis <kettenis@gnu.org>
537
538 * i386-linux-nat.c (supply_fpregset): Mask off the reserved bits
539 in *FPREGSETP.
540 (convert_to_fpregset): Don't touch the reserved bits in *FPREGSETP.
541
9eaaac16
MK
5422000-03-05 Mark Kettenis <kettenis@gnu.org>
543
544 Allow GDB to run on Linux 2.0 again.
545 * config.in: Add HAVE_PTRACE_GETREGS.
546 * configure.in: Check if <sys/ptrace.h> defines PTRACE_GETREGS.
547 * configure: Regenerated.
548 * config/i386/nm-linux.h (CANNOT_FETCH_REGISTER,
549 CANNOT_STORE_REGISTER): New defines.
550 * i386-linux-nat.c (have_ptrace_getregs): New variable.
551 (PTRACE_XFER_TYPE, CANNOT_FETCH_REGISTER, fetch_register,
552 old_fetch_inferior_registers, CANNOT_STORE_REGISTER,
553 store_register, old_store_inferior_registers): Copied over from
554 `inptrace.c' as a temporary measure.
555 (fetch_regs, store_regs, fetch_fpregs, store_fpregs):
556 Conditionalize on HAVE_PTRACE_GETREGS. Define stubs if
557 HAVE_PTRACE_GETREGS isn't defined.
558 (fetch_regs): Reset `have_ptrace_getregs' if ptrace call fails
559 with EIO.
560 (fetch_inferior_registers, store_inferior_registers): Fall back on
561 the method use in `infptrace.c' (by calling
562 old_fetch_inferior_registers and old_store_inferior_registers) if
563 `have_ptrace_getregs' isn't set.
564
04cd15b6
MK
5652000-03-05 Mark Kettenis <kettenis@gnu.org>
566
567 * i386-linux-nat.c: Use elf_gregset_t and elf_fpregset_t instead
568 of gregset_t and fpregset_t. Those are the only names that are
569 guaranteed to specify the right types for all supported Linux
570 systems out there.
571 Various doc fixes and gratitious local variable renames, all in an
572 attempt to stress similarities between the code and unify the
573 terminology used. Use ISO-C all over.
574 (regmap): Remove trailing comma.
575 (FPREG_ADDR): Renamed from FPREGSET_T_FPREG_ADDR.
576 (convert_to_gregset): Make static. Remove GDB_REGS argument. It
577 is unnecessary and wasn't used anyway. All callers changed.
578 (convert_to_fpregset, convert_to_xfpregset): Likewise.
579 (fetch_regs, store_regs): Remove unused variable `regno'.
580 (fill_fpregs): If REGNO is not -1, only update the specified
581 register.
582 (fetch_core_registers): Renamed from
583 i386_linux_fetch_core_registers. There is no need for a unique
584 name since the function is static anyway.
585 (linux_elf_core_fns): Renamed from i386_linux_nat_core_functions
586 since it is more descriptive.
587
9ec7faef
AC
588Sun Mar 5 19:40:27 2000 Andrew Cagney <cagney@b1.cygnus.com>
589
590 * MAINTAINERS (readline/): Expand to include host maintainers.
591
45a816d9
MK
5922000-03-04 Mark Kettenis <kettenis@gnu.org>
593
594 Fix support for Linux/i386 signal trampolines. The old approach
595 didn't work for Linux 2.2 and beyond, and didn't work with recent
596 versions of the GNU C library.
597 * i386-tdep.c (LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
598 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): New defines.
599 (linux_rt_sigtramp_code): New variable.
600 (LINUX_RT_SIGTRAMP_LEN): New define.
601 (i386_linux_rt_sigtramp_start): New function. Detect start of
602 signal trampolines for RT signals.
603 (i386_linux_sigtramp): Removed.
604 (i386_linux_in_sigtramp): New function.
605 (i386_linux_sigcontext_addr): New function. Recognize the names
606 of the signal tranmpolines used by recent versions of the GNU C
607 library, and add support for RT signals.
7b83ea04 608 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_SP_OFFSET): New
45a816d9
MK
609 defines. Moved here from config/i386/tm-linux.h.
610 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
611 Reimplement in terms of i386_linux_sigcontext_addr.
612 * config/i386/tm-linux.h (LINUX_SIGCONTEXT_SIZE): Removed.
7b83ea04
AC
613 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_SP_OFFSET):
614 Moved to i386-tdep.c.
45a816d9
MK
615 (IN_SIGTRAMP): Redefine to call i386_linux_in_sigtramp.
616
109213fc 617Sat Mar 4 19:38:11 2000 Andrew Cagney <cagney@b1.cygnus.com>
b70bc471 618
109213fc 619 By: Sat Mar 4 04:08:58 2000 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
b70bc471
AO
620 * Makefile.in (all-gdbtk): Fix $srcdir to ${srcdir}.
621
7158fd7f
AC
622Sat Mar 4 17:23:06 2000 Andrew Cagney <cagney@b1.cygnus.com>
623
624 * MAINTAINERS: Frank Ch. Eigler and Andrew Cagney co-ordinate the
7b83ea04 625 sim directory.
7158fd7f 626
e7411eaa
AC
627Sat Mar 4 16:19:31 2000 Andrew Cagney <cagney@b1.cygnus.com>
628
629 * MAINTAINERS: Add Michael Snyder and Peter Schauer to list of
7b83ea04 630 ``Blanket Write Privs'' maintainers.
e7411eaa 631
392746e5
AC
632Sat Mar 4 15:58:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
633
9ec7faef 634 From Sun 20 Feb 2000 Robert Lipe <robertl@sco.com>:
392746e5 635 * language.c (longest_local_hex_string_custom): Don't compile
7b83ea04 636 'long long' section if host doesn't have 'long long'.
392746e5 637
7acb79c8
AC
638Sat Mar 4 15:45:38 2000 Andrew Cagney <cagney@b1.cygnus.com>
639
640 * language.c (longest_raw_hex_string): Comment out. Appears
7b83ea04 641 unused.
7acb79c8 642
082faf24
AC
643Sat Mar 4 13:02:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
644
645 * utils.c (mcalloc), defs.h (mcalloc): Keep consistent with
7b83ea04 646 "mmalloc.h" which means using PTRs.
082faf24
AC
647 (init_malloc, msavestring, mstrsave): Convert to PTR free ISO-C.
648
a9ac8f51
AC
649Sat Mar 4 11:49:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
650
651 * defs.h (store_address, store_unsigned_integer, store_address):
7b83ea04 652 Replace PTR with void* in delcaration.
a9ac8f51 653 * findvar.c (extract_signed_integer, extract_unsigned_integer,
7b83ea04
AC
654 extract_long_unsigned_integer, extract_address,
655 store_signed_integer, store_unsigned_integer, store_address):
656 Convert definition to ISO-C. Replace PTR with void*.
a9ac8f51 657
e4005526
AC
658Sat Mar 4 10:57:25 2000 Andrew Cagney <cagney@b1.cygnus.com>
659
660 * defs.h (make_cleanup_func): Document as deprecated.
661 (make_cleanup_ftype): New typedef. Make signature consistent with
7b83ea04
AC
662 other function typedefs. Document as not be used out side of
663 make_cleanup code. Use in make_cleanup declarations.
e54a9244 664 (null_cleanup): Replace PTR with void*.
7b83ea04 665
e4005526 666 * utils.c (make_cleanup, make_final_cleanup, make_run_cleanup,
7b83ea04
AC
667 make_exec_cleanup, make_exec_error_cleanup, make_my_cleanup,
668 null_cleanup): Change K&R definition to ISO-C using void* and
669 make_cleanup_fytpe.
e4005526
AC
670 (discard_my_cleanups): Don't cast argument to free.
671
97bb9d91
EZ
6722000-03-03 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
673
674 * defs.h (struct continuation_arg): Change type of field 'data'
7b83ea04 675 from PTR to void *.
97bb9d91
EZ
676
677 * event-loop.h: Eliminate uses of PTR, use 'void *' instead.
678
679 * event-top.c: Ditto.
680
b3a90332
AC
681Fri Mar 3 15:39:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
682
683 * Makefile.in (CONFIG_CLEAN, CONFIG_ALL, LN_S): Defined by
7b83ea04 684 configure.
b3a90332 685 (SUBDIR_MI_CLEAN, SUBDIR_GDBTK_CLEAN, SUBDIR_MI_ALL,
7b83ea04 686 SUBDIR_GDBTK_ALL): Define.
b3a90332
AC
687 (all-gdbtk, clean-gdbtk): New targets.
688 (all): Add CONFIG_ALL as dependency.
689 (clean): Add CONFIG_CLEAN as dependency.
7b83ea04 690
b3a90332
AC
691 * configure.in (CONFIG_ALL, CONFIG_CLEAN): Define.
692 (LN_S): Define. Delete GDBtk's link code.
693
379d6434
AC
694Fri Mar 3 13:12:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
695
696 * configure.in (ENABLE_GDBTK): Delete variable.
697 (enable-gdbtk): Only enable gdbtk when there is a GDBTK directory.
698 * Makefile.in: Update.
699 * configure: Regenerate
700
7b64ac2f
EZ
7012000-03-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
702
703 * config/alpha/alpha-linux.mh: Remove core-regset.o fron the
7b83ea04 704 NATDEPFILES list.
7b64ac2f 705
667620fa
MK
7062000-03-02 Mark Kettenis <kettenis@gnu.org>
707
708 * config/i386/tm-i386aix.h (NUM_FPREGS, NUM_REGS, REGISTER_BYTES):
709 Override definitions to include the normal FPU registers.
710 (REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
711 REGISTER_CONVERT_TO_RAW): Removed. The default definitions are
712 fine for AIX/i386.
713 (i387_to_double, double_to_i387): Remove prototypes.
714
3db87ba3
KB
7152000-03-02 Kevin Buettner <kevinb@redhat.com>
716
717 * findvar.c (extract_floating, store_floating): Use target
718 floating point type sizes rather host sizes to determine
719 which conversion needs to be done.
720
6c7e601e
ND
7212000-03-02 Nick Duffek <nsd@cygnus.com>
722
723 * uw-thread.c: Apply GNU conventions to comment formatting.
724 (deactivate_uw_thread): Call remove_thread_event_breakpoints().
725 (uw_thread_mourn_inferior): Move remove_thread_event_breakpoints()
726 call to deactivate_uw_thread().
727
a09e9d09
AC
728Thu Mar 2 09:04:46 2000 Andrew Cagney <cagney@b1.cygnus.com>
729
7b83ea04 730 * MAINTAINERS: Daniel Berlin is C++ maintainer.
a09e9d09 731
ef7b4488
AC
732Thu Mar 2 08:55:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
733
734 * MAINTAINERS: Mark Kettenis is the x86 architcture maintainer and
7b83ea04
AC
735 a joint GNU/Linux/x86 maintainer. Nick Duffeck and Robert Lipe
736 share SCO/Unixware. Nick Duffek and Peter Schauer share
737 Solaris/x86.
a09e9d09 738
75660bc0 739Wed Mar 1 22:12:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
7b83ea04 740
75660bc0
AC
741 From Wed 23 Feb 2000 Fernando Nasser <fnasser@redhat.com>:
742 * remote-sim.c (gdbsim_close): Call generic_mourn_inferior.
7b83ea04 743 * remote-rdi.c (arm_rdi_close): Ditto.
75660bc0 744
15db4a06
AC
745Wed Mar 1 19:31:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
746
747 * CONTRIBUTE (configure.in): Note that patches to configure are
7b83ea04 748 not needed.
15db4a06 749
80582566
MK
7502000-03-01 Mark Kettenis <kettenis@gnu.org>
751
752 * MAINTAINERS: Correct my own mail address.
753
dfe25b3a
AC
754Wed Mar 1 11:26:07 2000 Andrew Cagney <cagney@b1.cygnus.com>
755
756 * MAINTAINERS: Document people with paperwork pending.
757
05e28a7b
AC
758Wed Mar 1 00:49:06 2000 Andrew Cagney <cagney@b1.cygnus.com>
759
760 From 2000-02-28 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
761 Make NEW_PROC_ABI interface functional on Solaris x86.
762 * sol-thread.c (ps_lgetLDT): Rewrite to use new
7b83ea04
AC
763 procfs_find_LDT_entry function from procfs.c, mostly copied from
764 lin-thread.c.
05e28a7b 765 * inferior.h, procfs.c (procfs_get_pid_fd): Removed, no longer
7b83ea04 766 needed.
05e28a7b 767
b241ba8e
AC
768Wed Mar 1 00:34:55 2000 Andrew Cagney <cagney@b1.cygnus.com>
769
770 From 2000-02-26 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
771 * config/i386/tm-i386sol2.h (MERGEPID): Define.
772
1211c4e4
AC
773Wed Mar 1 00:06:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
774
775 From 1999-08-13 J.T. Conklin <jtc@redback.com>:
7b83ea04
AC
776 * config/i386/tm-i386.h (FRAME_INIT_SAVED_REGS): Replace
777 FRAME_FIND_SAVED_REGS.
778 (i386_frame_init_saved_regs): Replace i386_frame_find_saved_regs.
779 * i386-tdep.c (i386_frame_init_saved_regs, i386_pop_frame):
780 Update.
1211c4e4 781
2fc18c15
AC
782Tue Feb 29 23:56:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
783
784 From 2000-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
785 * objfiles.c (open_mapped_file): Fix obsolete references to `mapped'
786 parameter.
787
02409499
AC
788Tue Feb 29 18:47:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
789
790 From 2000-02-23 Eli Zaretskii <eliz@is.elta.co.il>:
791 * config/i386/nm-go32.h (FLOAT_INFO): Remove macro definition.
792 (top level): Add prototypes for go32_* functions.
793 * config/i386/tm-go32.h (I386_DJGPP_TARGET): Define.
794 (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC):
795 Override definitions from tm-i386.h.
796 (REGISTER_VIRTUAL_TYPE): Remove macro definition.
797 * i386-tdep.c (i386_extract_return_value)
798 [I386_AIX_TARGET || I386_GNULINUX_TARGET]: Add I386_DJGPP_TARGET
799 to the list of targets which return FP values in FP registers.
800
801 * i386-tdep.c (i386_extract_return_value): Add FIXME recommending
7b83ea04 802 that this function be re-implemented using multi-arch.
02409499 803
9d271fd8
AC
804Tue Feb 29 18:40:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
805
806 From 2000-02-23 Eli Zaretskii <eliz@is.elta.co.il>:
807 * utils.c [__GO32__]: Include pc.h, for prototypes of ScreenCols
808 and ScreenRows.
809 * ser-go32.c: Include string.h, for prototype of strncasecmp.
810 (dpmi_regs, dpmi_sregs): Remove unused variables.
811 (dos_flush_input): Return a value, to prevent compiler warning.
812 * expprint.c (dump_prefix_expression): Use %ld in format and cast
813 sizeof(union exp_element) to long, to prevent GCC from complaining
814 about format/argument mismatch.
815 (dump_postfix_expression): Likewise.
816
30f6df08
AC
817Tue Feb 29 18:09:46 2000 Andrew Cagney <cagney@b1.cygnus.com>
818
819 * arm-tdep.c: Include <ctype.h>.
820
d082b2bb
AC
821Tue Feb 29 17:33:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
822
823 From Wed, 23 Feb 2000 Fernando Nasser <fnasser@redhat.com>:
824 * stack.c (backtrace_command_1), infrun.c (normal_stop): Check
7b83ea04 825 that the target's stack was valid.
d082b2bb 826
244106e8
AC
827Tue Feb 29 15:14:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
828
829 From 2000-02-22 Stephane Carrez <stcarrez@worldnet.fr>:
7b83ea04 830 * dwarf2read.c (read_address): Read 16-bits addresses.
244106e8 831
56624b0a
SB
8322000-02-28 Scott Bambrough <scottb@netwinder.org>
833
834 * arm-linux-nat.c (fetch_nw_fpe_*):
7b83ea04 835 Renamed to fetch_nwfpe_* to use the same naming convention
56624b0a
SB
836 as in the Linux kernel. Modified prototype to get rid of
837 unused parameters.
838 (store_nw_fpe_*): Renamed to store_nwfpe_* to use the same
7b83ea04 839 naming convention as in the Linux kernel. Fixed calls to
56624b0a
SB
840 fetch_nwfpe_*.
841 (store_fpregs): Fixed calls to store_nwfpe_*. Removed
7b83ea04 842 unused variable.
56624b0a 843
388c1733
AC
844Mon Feb 28 18:24:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
845
846 * MAINTAINERS: Transfer d30v maintainership to David Taylor.
847
f0d42432
CF
8482000-02-28 Christopher Faylor <cgf@cygnus.com>
849
850 * win32-nat.c: Remove unneeded header.
851 * wince.c: Ditto.
852
c322964e
AC
853Mon Feb 28 13:34:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
854
855 * wince.c: Include "gdb_wait.h" and not "wait.h".
856
8860ff2e
AC
857Mon Feb 28 10:58:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
858
859 * MAINTAINERS: Mention mmalloc. Expand Host/Native and
7b83ea04 860 Target/Architecture maintainers descriptions.
8860ff2e 861
942fd805
MK
8622000-02-26 Mark Kettenis <kettenis@gnu.org>
863
864 * gnu-nat.c: Include "gdbthread.h". Include <hurd.h>.
865 Reorder headers a bit. Overall cleanup and minor reformatting.
866 (MIG_SERVER_DIED): Remove define.
867 (proc_update_sc): Add braces to silence compiler warning.
868 (proc_steal_exc_port): Initialize err to zero.
869 (make_proc): Add braces to silence compiler warning.
870 (inf_validate_task_sc): Add cast to silence compiler warning.
871 (inf_set_traced): Reorganize a bit to silence compiler warning.
872 (inf_validate_procs): Use mach_msg_type_number_t for all thread
873 numbers and add braces to silence compiler warning.
874 (gnu_wait): Add prototypes for server functions and add braces to
875 silence compiler warnings.
876 (S_exception_raise_request): Pass subcode to inf_debug call.
877 (gnu_write_inferior): Remove unused variable `protection_changed'.
878 (gnu_xfer_memory): Remove unused variable `result'.
879 (set_sig_thread_cmd): Remove unused varible `tid'.
880 (set_signals_cmd): Remve unused variable `trace'.
881 (add_task_commands): Provide complete prototype. Reformat help
882 strings a bit to make sure the first line is a full sentence.
883 Call info_port_rights_cmd instead of info_send_rights_cmd for the
884 "info port-rights" command.
885 (add_thread_commands): Provide complete prototype. Make static.
886 Reformat help strings a bit to make sure the first line is a full
887 sentence.
888 (_initialize_gnu_nat): Provide complete prototype.
889
75c6e08a
MK
8902000-02-26 Mark Kettenis <kettenis@gnu.org>
891
892 Make cross-compilation for the Hurd more friendly.
893 From Jeff Bailey <jbailey@gnu.org>:
894 * configure.in: Use AC_CHECK_TOOL to find MiG.
895 * Makefile.in (MIG): New variable.
896 * config/i386/i386gnu.mh (MIG): Remove.
897 * configure: Regenerated.
898
ddb20c56
KB
8992000-02-26 Kevin Buettner <kevinb@redhat.com>
900
901 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Add
902 comment explaining motivation behind this function and why
903 the generic facilities won't work for this platform.
904 * rs6000-tdep.c (skip_prologue): Always test to make sure
905 that an instruction is read successfully from the target's
906 memory. Introduce notion of instructions which may appear in
907 the prologue, but may not end the prologue. Added explicit
908 check for nop instruction. Use memset() to zero the frame
909 data instead of assignment from a statically allocated,
910 uninitialized structure.
911
2a20d068
AC
912Sat Feb 26 17:15:16 2000 Andrew Cagney <cagney@b1.cygnus.com>
913
914 * MAINTAINERS: Chris Faylor is responsible for all MS Windows
7b83ea04
AC
915 systems. Note that Jim Blandy as maintainer for ``tracing
916 bytecode stuff''
2a20d068 917
608d5915
FN
9182000-02-25 Fernando Nasser <fnasser@cygnus.com>
919
920 From: Thomas Zenker <thz@Lennartz-electronic.DE>
921 * rdi-share/hsys.c: to compile under 4.4BSD derived systems (FreeBSD,
922 NetBSD...) sys_errlist should not be declared in hsys.c.
923 NEED_SYSERRLIST is set already by configure, so we can use it.
924 * rdi-share/unixcomm.c: 4.4BSD derived systems define BSD, but are
925 posix compliant and we should not work with the old compatibility
926 stuff. Because of that I undef BSD in case of FBSD etc and include
927 sys/ioctl to get the flags.
928 * rdi-share/unixcomm.c: If the TIOCEXCL flags exists set serial line
929 for exclusive use.
930
482ca3f5
KB
9312000-02-24 Kevin Buettner <kevinb@redhat.com>
932
933 * ppc-linux-tdep.c (ppc_sysv_abi_push_arguments): Put address
934 of return structure in r3 if necessary.
935 (ppc_linux_memory_remove_breakpoints): New function.
936 * rs6000-tdep.c (skip_prologue): Make sure that the cases
937 for storing either cr or lr to the stack only handle those
938 cases. (I.e, don't let these cases match 0x00000000 which is
939 found found in the shared library trampoline prior to the
940 loading of the shared library.)
941 * config/powerpc/tm-linux.h (ppc_linux_memory_remove_breakpoint):
942 Declare.
943 (MEMORY_REMOVE_BREAKPOINT): Define.
944
a526d713
AC
945Wed Feb 23 23:27:48 2000 Andrew Cagney <cagney@behemoth.cygnus.com>
946
947 * hppah-nat.c: Include "gdb_wait.h" instead of <wait.h>.
948
e56ac5c3
AC
949Thu Feb 24 18:42:15 2000 Andrew Cagney <cagney@b1.cygnus.com>
950
951 * configure.in (CONFIG_INSTALL, CONFIG_UNINSTALL): Set to
7b83ea04 952 $(SUBDIR_*_INSTALL) when so configured.
e56ac5c3 953 * configure: Regenerate.
7b83ea04 954
e56ac5c3 955 * Makefile.in (CONFIG_INSTALL, CONFIG_UNINSTALL): Define using
7b83ea04 956 configure.
e56ac5c3 957 (install-only): Add dependency on $(CONFIG_INSTALL). Delete code
7b83ea04 958 installing GDBtk.
e56ac5c3
AC
959 (uninstall): Add dependency on $(CONFIG_UNINSTALL).
960 (SUBDIR_MI_INSTALL, SUBDIR_MI_UNINSTALL, SUBDIR_GDBTK_UNINSTALL,
7b83ea04 961 SUBDIR_GDBTK_INSTALL): Define.
e56ac5c3
AC
962 (install-gdbtk): New target.
963
b0b1b869
AC
964Thu Feb 24 18:19:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
965
966 * configure.in (SUBDIR_MI_CFLAGS): Fix typo, wrong brace.
967 * configure: Regenerate.
7b83ea04 968
091be84d
CF
9692000-02-24 Christopher Faylor <cgf@cygnus.com>
970
971 * configure.tgt: Add arm, mips, sh wince targets.
972 * config/arm/tm-wince.h: New file.
33ee05bc 973 * config/arm/wince.mt: New file.
091be84d 974 * config/sh/tm-wince.h: New file.
33ee05bc 975 * config/sh/wince.mt: New file.
091be84d 976 * config/mips/tm-wince.h: New file.
33ee05bc 977 * config/mips/wince.mt: New file.
091be84d
CF
978 * wince.c: New file.
979 * wince-stub.c: New file.
980 * wince-stub.h: New file.
981 * sh-tdep.c: Use correct register names for Windows CE.
982
99eeeb0f
ND
983Wed Feb 23 19:01:45 EST 2000 Nicholas Duffek <nsd@cygnus.com>
984
985 * top.c (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP): Update comments.
986 (error_return, quit_return): Merge into catch_return pointer.
987 (return_to_top_level): Update comment. Longjmp to *catch_errors,
988 and communicate reason to catch_errors via setjmp return value.
989 (catch_errors): Always catch both quit and error, and if a catch
990 wasn't requested by caller, throw it to the next catch_error.
991 Replace dual longjmp buffer memcpy with single pointer change.
992 Add FIXME for possibly adding new interface to tell caller what
993 event was caught. Add extensive comments.
994 * defs.h (enum return_reason): Reserve 0 for use as initial
995 setjmp() return value.
996 (RETURN_MASK): New public macro to generate RETURN_MASK_* from
997 enum return_reason.
998 (RETURN_MASK_QUIT, RETURN_MASK_ERROR): Define using RETURN_MASK.
999
242bfc55
FN
10002000-02-23 Fernando Nasser <fnasser@cygnus.com>
1001
1002 * infcmd.c (run_stack_dummy): Do not pop frame on random signal.
1003 * valops.c (_initialize_valops): Add command "set unwindonsignal".
1004 (hand_function_call): Test for unwind_on_signal and act accordingly.
1005
ff844c8d
AC
1006Wed Feb 23 12:58:46 2000 Andrew Cagney <cagney@b1.cygnus.com>
1007
1008 * gdbarch.sh (dis_asm_read_memory): Change LEN to unsigned long.
7b83ea04 1009 Match ../include/dis-asm.h change.
ff844c8d
AC
1010 * gdbarch.h: Regenerate.
1011 * corefile.c (dis_asm_read_memory): Update.
1012
fb40c209
AC
1013Mon Feb 21 13:57:27 2000 Andrew Cagney <cagney@b1.cygnus.com>
1014
1015 * configure.in (CONFIG_INITS): Fix typo, was CONFIG_INIT.
1016 (ENABLE_CFLAGS): Move initialization to start of file.
1017 (enable-gdbmi): Add new configure option --enable-gdbmi. When
7b83ea04
AC
1018 selected and an ${srcdir}/mi directory is present enable MI
1019 interface.
fb40c209
AC
1020
1021 * configure: Regenerate.
7b83ea04 1022
fb40c209 1023 * Makefile.in (SUBDIR_MI_OBS, SUBDIR_MI_SRCS, SUBDIR_MI_DEPS,
7b83ea04 1024 SUBDIR_MI_INITS, SUBDIR_MI_LDFLAGS, SUBDIR_MI_CFLAGS): New macros.
fb40c209 1025 (CONFIG_OBS, CONFIG_SRCS, CONFIG_DEPS, CONFIG_INITS,
7b83ea04
AC
1026 CONFIG_LDFLAGS): New macros. Initialized by autoconf via
1027 @CONFIG...@.
fb40c209 1028 (INTERNAL_LDFLAGS, CDEPS, LINTFILES, DEPFILES, SOURCES,
7b83ea04 1029 INIT_FILES): Use $(CONFIG_...) instead of @CONFIG...@.
fb40c209
AC
1030
1031 * mi: New directory. MI interface to GDB.
1032
1033 * defs.h (interpreter_p): Declare when UI_OUT.
1034 * top.c (gdb_init): When interpreter_p, check that the interpreter
7b83ea04 1035 was recognized by one of the linked in interpreters.
fb40c209
AC
1036 * main.c (interpreter_p): Define.
1037 (captured_main): When UI_OUT, check for ``-i <interpreter>'' option.
1038 * event-top.c (display_gdb_prompt): When interpreter_p, assume
7b83ea04 1039 interpreter displays prompt.
fb40c209
AC
1040
1041 * breakpoint.c (print_it_typical, watchpoint_check,
7b83ea04 1042 print_one_breakpoint, mention): When MI include additional
fb40c209
AC
1043 target status information.
1044 * infrun.c (print_stop_reason, normal_stop): Ditto.
1045
14e0eb3b
JB
10462000-02-22 Jim Blandy <jimb@redhat.com>
1047
1048 * gdbarch.sh: Make the `default' field really default to zero, as
7b83ea04 1049 documented.
14e0eb3b
JB
1050
1051 Bring COERCE_FLOAT_TO_DOUBLE under gdbarch's control.
1052 * valops.c (COERCE_FLOAT_TO_DOUBLE): Rework definition to be
1053 more function-like.
1054 (default_coerce_float_to_double, standard_coerce_float_to_double):
1055 New functions.
1056 (value_arg_coerce): Adjust for new definition.
1057 * value.h (default_coerce_float_to_double,
1058 standard_coerce_float_to_double): New declarations for the above.
1059 * gdbarch.sh (coerce_float_to_double): New entry, replacing macro.
1060 * gdbarch.c, gdbarch.h: Regenerated.
1061 * tm-alpha.h, tm-fr30.h, tm-m32r.h, tm-mips.h, tm-hppa.h,
7b83ea04
AC
1062 tm-rs6000.h, tm-sh.h, tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Change
1063 definitions.
14e0eb3b
JB
1064 * mips-tdep.c (mips_coerce_float_to_double): Supply our own custom
1065 function here.
1066 (mips_gdbarch_init): Install that as our coerce_float_to_double
1067 function.
1068
50c9bd31
KB
10692000-02-22 Kevin Buettner <kevinb@redhat.com>
1070
1071 * ppc-linux-nat.c (supply_gregset, supply_fpregset): Add return
1072 type.
1073 * ppc-linux-tdep.c (ppc_linux_at_sigtramp_return_path): Add
1074 forward declaration.
1075
1076 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc): Handle case
1077 where the next frame is a signal handler caller.
1078
1079 * config/powerpc/tm-linux.h (PUSH_ARGUMENTS): Remove extraneous
1080 undef.
1081 (tm-linux.h): Include.
1082 (tm-sysv4.h): Don't include (directly). config/tm-linux.h will
1083 include this file for us.
1084 (REALTIME_LO, REALTIME_HI): Don't define. These are defined by
1085 config/tm-linux.h for us.
1086 (SOFUN_ADDRESS_MAYBE_MISSING): Define.
1087
223b8554
KB
10882000-02-21 Kevin Buettner <kevinb@redhat.com>
1089
1090 * Makefile.in (ppc-linux-nat.c, ppc-linux-tdep.c): New files.
1091 (ppc-linux-nat.o, ppc-linux-tdep.o): Add dependencies.
1092 * configure.tgt (powerpc-*-linux*): Separate from powerpc-*-eabi
1093 and like targets.
1094
1095 * ppc-linux-nat.c, ppc-linux-tdep.c, config/powerpc/linux.mt,
1096 config/powerpc/nm-linux.h, config/powerpc/tm-linux.h: New files.
1097 * config/powerpc/xm-linux.h: Substantially revised for native
1098 port.
8883511e
KB
1099 * config/powerpc/linux.mh (NAT_FILE): Redefine to be nm-linux.h.
1100 (NATDEPFILES): Update list to reflect the fact that we can
1101 now debug natively.
223b8554
KB
1102
1103 * rs6000-tdep.c, config/rs6000/tm-rs6000.h
1104 (rs6000_frameless_function_invocation, rs6000_frame_saved_pc):
1105 Renamed; The former names were lacking the rs6000_ prefix.
1106 * rs6000-tdep.c (rs6000_frame_saved_pc): Call FRAME_CHAIN
1107 instead of rs6000_frame_chain.
1108 (rs6000_frame_chain): Call FRAMELESS_FUNCTION_INVOCATION instead
1109 of rs6000_frameless_function_invocation.
1110
750334d7
EZ
11112000-02-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1112
1113 From Philippe De Muyter <phdm@macqel.be>
1114
1115 * event-loop.c (handle_file_event): In case of poll, enable
7b83ea04
AC
1116 printing of informational message if an error/exception is
1117 detected on the file descriptor.
750334d7 1118
2403ff6f
JK
11192000-02-21 Jim Kingdon <kingdon@redhat.com>
1120
1121 * MAINTAINERS (Misc): Clarify that yes, anyone can edit web pages.
1122
f7cb3ef8
AC
1123Mon Feb 21 12:50:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
1124
91b9ff21 1125 * buildsym.c: Include "language.h" and "expression.h" for
7b83ea04 1126 longest_local_hex_string_custom.
f7cb3ef8 1127
0596389c
AC
1128Mon Feb 21 11:17:18 2000 Andrew Cagney <cagney@b1.cygnus.com>
1129
1130 * gdbarch.sh: Include <gdb_wait.h> instead of <wait.h>.
1131 * gdbarch.c: Already updated by Wed Feb 9 18:59:16 2000 Andrew
7b83ea04 1132 Cagney <cagney@b1.cygnus.com>.
0596389c 1133
f5bca8e7
AC
1134Mon Feb 21 11:03:01 2000 Andrew Cagney <cagney@b1.cygnus.com>
1135
1136 * MAINTAINERS: Update: IA-64 - Kevin Buettner; ARM - Fernando
7b83ea04
AC
1137 nasser, Jim Ingham and Scott Bambrough; GNU/Linux ARM - Scott
1138 Bambrough; event loop - Elena Zannoni; SDS and RDI/APD protocol -
1139 to Fernando Nasser and Jim Ingham; KOD - Fernando Nasser; MI -
1140 Andrew Cagney, Elena Zannoni and Fernando Nasser; Web pages - Jim
1141 Kingdon.
f5bca8e7 1142 * MAINTAINERS: Add Nick Clifton to write after approval list.
7b83ea04 1143
538aae9d
AC
1144Mon Feb 21 10:30:39 2000 Andrew Cagney <cagney@b1.cygnus.com>
1145
1146 * MAINTAINERS: Add note on multiple maintainers.
1147
55555bbc
FN
11482000-02-19 Philippe De Muyter <phdm@macqel.be>
1149
7b83ea04
AC
1150 * cli-out.c (cli_table_header): Type of parameter `alignment' is
1151 `enum ui_align', not `int'.
1152 (cli_field_string, cli_field_skip): Likewise.
55555bbc 1153
dea753cd 11542000-02-18 Jim Blandy <jimb@redhat.com>
9a90a845 1155
dea753cd 1156 From Jimmy Guo <guo@cup.hp.com>:
9a90a845
JB
1157 * buildsym.h (add_free_pendings): Declare.
1158 * buildsym.c (add_free_pendings): New function.
1159 (make_blockvector): 32x64 fix using longest_local_hex_string().
1160 (start_subfile): initialize variable 'subfile'.
1161
cca728d0
EZ
11622000-02-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1163
1164 * remote.c (remote_async_detach): Use target_mourn_inferior(), to
7b83ea04
AC
1165 make sure that all is cleaned up after we disconnect from the
1166 target.
cca728d0
EZ
1167 (remote_detach): Ditto.
1168
e8b09175
FN
11692000-02-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
1170
b8d86de3
FN
1171 From Rodney Brown <RodneyBrown@pmsc.com>
1172 * ui-out.c (ui_out_set_flags): Fix typo, removing warning and
1173 potentially harming mistake.
1174
41815666
FN
11752000-02-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
1176
e8b09175
FN
1177 * arm-tdep.c: Use header file instead of extern declarations for
1178 the {get,set}_arm_regname* functions.
1179
d45b9300
FN
11802000-02-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
1181
1182 * configure.in: Replaces obsolete gdbtk-variable.c with
1183 gdbtk-varobj.c.
1184 * configure: Regenerate.
1185 * Makefile.in: Remove obsolete/extraneous references to
1186 gdbtk-var* files.
1187
e95a43ad
MK
11882000-02-16 Mark Kettenis <kettenis@gnu.org>
1189
1190 * target.c (do_target_signal_to_host): Do not use REALTIME_LO in
1191 the conversion of the signal number. TARGET_SIGNAL_REALTIME_33 is
1192 33 by definition, whereas REALTIME_LO might be 32 on systems that
1193 have SIG32 such as Linux. Make sure that the signal number
1194 returned is within the range specified by REALTIME_LO and
1195 REALTIME_HI.
1196
7433da22
MK
11972000-02-16 Mark Kettenis <kettenis@gnu.org>
1198
1199 * configure: Regenerated.
1200
bc90b915
FN
12012000-02-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
1202
1203 * arm-tdep.c (set_disassembly_flavor, arm_othernames,
1204 _initialize_arm_tdep): Allows the user to choose between any of
1205 the flavors available for the disassembly to be used in the "info
1206 reg" command and elsewhere in gdb. It prevents having to maintain
1207 this information in two places by using the data kept in the
1208 opcodes directory.
1209
83d37ec8
MK
12102000-02-09 Mark Kettenis <kettenis@gnu.org>
1211
1212 * configure.in: Check for lwpid_t, psaddr_t, prgregset_t and
1213 prfpregset_t in <sys/procfs.h>.
1214 * config.in: Add HAVE_LWPID_T, HAVE_PSADDR_T, HAVE_PRGREGSET_T,
1215 HAVE_PRFPREGSET_T.
1216 * gdb_proc_service.h: Only provide typedefs for lwpid_t, psaddr_t,
1217 prgregset_t and prfpregset_t if they are not already present.
1218
eeefac92
AC
1219Wed Feb 16 19:00:02 2000 Andrew Cagney <cagney@b1.cygnus.com>
1220
1221 From 2000-01-26 Rodney Brown <RodneyBrown@pmsc.com>:
7b83ea04 1222 * procfs.c: Define MERGEPID if not defined. For osf4.0e.
eeefac92 1223
1a645206
JM
12242000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
1225
1226 * Makefile.in (diststuff): Run 'diststuff' in doc/ subdir, not
1227 'do-doc'.
1228
f6077098
KB
12292000-02-15 Kevin Buettner <kevinb@redhat.com>
1230
1231 Changes for AIX 4.3:
1232 * rs6000-tdep.c (rs6000_fix_call_dummy): Set TOC register
1233 to correct value for generic dummy frames. When using
1234 generic dummy frames, don't attempt to write TOC value or
1235 function to call into the call dummy.
7b83ea04 1236 (rs6000_push_arguments): Adapt USE_GENERIC_DUMMY_FRAMES
f6077098
KB
1237 code to also handle the PowerOpen ABI.
1238 (ppc_push_return_address): Enable for all ports.
1239 * config/powerpc/tm-ppc-aix.h (USE_GENERIC_DUMMY_FRAMES,
7b83ea04 1240 PUSH_DUMMY_FRAME, PUSH_RETURN_ADDRESS, GET_SAVED_REGISTER,
f6077098
KB
1241 CALL_DUMMY_BREAKPOINT_OFFSET, CALL_DUMMY_LOCATION,
1242 CALL_DUMMY_ADDRESS, CALL_DUMMY_START_OFFSET): Override defaults
1243 provided by generic RS6000 definitions so that call dummies
1244 are implemented using generic dummy frames instead.
1245
1246 * rs6000-nat.c (store_inferior_registers): Call exec_one_dummy_insn()
1247 prior to changing the stack pointer via ptrace(). Also, ignore
1248 attempts to store to undefined registers that are less than
1249 NUM_REGS.
1250
1251 * rs6000-tdep.c (DUMMY_FRAME_SIZE): Change size of the dummy
1252 frame from 436 to 448 to account for alignment padding.
1253 (rs6000_push_arguments): Obtain actual register size instead
1254 of assuming the register is 4 bytes long. [There's still
1255 more work to be done to totally remove the 4 byte assumption,
1256 however.] Make sure the stack is 16 byte aligned as required
1257 by the PowerOpen ABI. Also, make sure that small structures
1258 passed in registers are properly aligned within the register.
1259
12602000-02-15 Jesper Skov <jskov@cygnus.co.uk>
1261
1262 Patch applied by Kevin Buettner <kevinb@redhat.com>
7b83ea04 1263
f6077098
KB
1264 * rs6000-tdep.c (skip_prologue): skip copying of argument
1265 registers to local variable registers.
1266
70d5406d
JK
12672000-02-14 Jim Kingdon <kingdon@redhat.com>
1268
1269 * elfread.c (elf_symtab_read): Revert changes by Amit S. Kale. A
1270 sym->section->index number is not a SECT_OFF_* code.
1271
168770df
AC
1272Tue Feb 15 12:07:30 2000 Andrew Cagney <cagney@b1.cygnus.com>
1273
1274 * MAINTAINERS (write after approval): Add H.J. Lu.
1275
031d1bf1
NC
12762000-02-14 Nick Clifton <nickc@cygnus.com>
1277
1278 * sh-tdep.c: Remove extraneous code.
1279
2bc8a457
JK
12802000-02-14 Amit S. Kale <akale@veritas.com>
1281
1282 * elfread.c (elf_symtab_read): Move the use of sym to after where
1283 it is set.
1284 Checked in by Jim Kingdon <kingdon@redhat.com>
1285
0c566c2e
AC
1286Mon Feb 14 15:39:01 2000 Andrew Cagney <cagney@b1.cygnus.com>
1287
1288 * MAINTAINERS: Make Nick Duffek the UnixWare threads maintainer.
1289
3ca72b44
AC
1290Mon Feb 14 15:20:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
1291
1292 From 1999-11-24 Jason Merrill <jason@casey.cygnus.com>:
1293 * dwarf2read.c: (die_is_declaration): New fn.
1294 (read_structure_scope): Use it.
1295
1296 * dwarf2read.c: (die_is_declaration): Convert to ISO-C.
1297
d6e9fb05
JK
12982000-02-10 J.T. Conklin <jtc@redback.com>
1299
1300 * config/i386/nbsd.mt (GDBSERVER_DEPFILES): Add low-nbsd.o
1301 * configure.tgt (i[3456]86-*-netbsd*): add gdbserver to
7b83ea04 1302 configdirs.
d6e9fb05 1303 * gdbserver/low-nbsd.c: New file.
7b83ea04 1304
d6e9fb05
JK
1305 * gdbserver/Makefile.in: convert to autoconf.
1306 * gdbserver/configure.in: likewise.
1307 * gdbserver/configure: generate.
1308
41c8e009
AC
1309Sun Feb 13 11:21:00 2000 Andrew Cagney <cagney@b1.cygnus.com>
1310
1311 * CONTRIBUTE: New file. How to contribute to GDB.
1312
15929d05
AC
1313Sun Feb 13 10:34:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
1314
1315 * MAINTAINERS: Add Eli Zaretskii to djgpp maintiners. Add Kevin
7b83ea04
AC
1316 Buettner to powerpc maintainers. Make Kevin Buettner the
1317 GNU/LINUX PPC native maintainer. Add J.T. Conklin, Jim Kingdon
1318 and Jason Molenda to write after aproval list.
15929d05 1319
5185fdd7
AC
1320Sun Feb 13 10:18:44 2000 Andrew Cagney <cagney@b1.cygnus.com>
1321
1322 * MAINTAINERS: Reformat. Separate into check-in categories.
1323
f086451a
ND
1324Sat Feb 12 01:08:21 EST 2000 Nicholas Duffek <nsd@cygnus.com>
1325
1326 * uw-thread.c: Remove __FUNCTION__ GNUism.
1327
fa292f23
JK
13282000-01-17 Amit S. Kale <akale@veritas.com>
1329
1330 * elfread.c (elf_symtab_read): Use offset for the section in which a
1331 symbol resides, instead of .text section for calculating address of a
1332 symbol.
1333 Checked in by Jim Kingdon <kingdon@redhat.com>
1334
e18ef0bd
JK
13352000-02-10 Mark Kettenis <kettenis@gnu.org>
1336
1337 * gnu-nat.c: Remove hackery to include <bits/waitflags.h>. It is
1338 no longer necessary now we have gdb_wait.h.
1339
f90b2b1d
JK
13402000-02-09 Mark Kettenis <kettenis@gnu.org>
1341
1342 * gnu-nat.c (proc_string): Make global.
1343 (do_mach_notify_dead_name): Suppress dead name notifications if we
1344 know that the task is dead.
1345
13461999-12-13 Mark Kettenis <kettenis@gnu.org>
1347
1348 * gnu-nat.c (inf_validate_task_sc): Get task info via proc server
1349 instead of directly from the kernel. Add some hackery to make
1350 sure that the info isn't influenced by suspension of the task in
1351 the proc server itself.
1352
09f99d3f
JK
13532000-02-10 Jim Kingdon <kingdon@redhat.com>
1354
1355 * defs.h (MERGEPID): Added. Patch submitted by Andrew Hobson and
1356 approved by Michael Snyder.
1357
203051af
AC
13582000-02-09 Mark Kettenis <kettenis@gnu.org>
1359
7b83ea04 1360 * linux-thread.c: Include defs.h before gdb_wait.h.
203051af 1361
03f2053f
AC
1362Wed Feb 9 18:59:16 2000 Andrew Cagney <cagney@b1.cygnus.com>
1363
1364 * Makefile.in (wait_h): Delete macro. Update all dependencies
7b83ea04 1365 specifying gdb_wait.h instead.
03f2053f
AC
1366
1367 * ser-unix.c, ser-pipe.c, remote.c, remote-udi.c, remote-sds.c,
7b83ea04
AC
1368 remote-os9k.c, remote-es.c, remote-rdp.c, remote-vx960.c,
1369 remote-vx.c, remote-st.c, remote-nindy.c, remote-mm.c,
1370 convex-xdep.c, convex-tdep.c, target.c, win32-nat.c, standalone.c,
1371 remote-vxmips.c, remote-vxsparc.c, remote-vx68.c, remote-vx29k.c,
1372 remote-sim.c, remote-rdi.c, remote-mips.c, remote-eb.c,
1373 remote-e7000.c, remote-bug.c, remote-array.c, remote-adapt.c,
1374 ppc-bdm.c, ocd.c, monitor.c, m3-nat.c, linux-thread.c,
1375 infttrace.c, lin-thread.c, infptrace.c, gnu-nat.c, gdbarch.c,
1376 fork-child.c, command.c: Include "gdb_wait.h" instead of <wait.h>
1377 or <sys/wait.h>.
145679a8 1378 * nindy-share/nindy.c, nindy-share/Onindy.c: Ditto.
03f2053f
AC
1379
1380 * gdb_wait.h: New file. Based on ../include/wait.h. Include
7b83ea04 1381 <sys/wait.h> or <wait.h> and then define any missing WIF macros.
03f2053f 1382
489137c0
AC
1383Wed Feb 9 01:14:54 2000 Andrew Cagney <cagney@amy.cygnus.com>
1384
1385 * config/d10v/tm-d10v.h (NO_EXTRA_ALIGNMENT_NEEDED): Define.
1386 * config/d10v/tm-d10v.h (STACK_ALIGN): Define.
1387 (d10v_stack_align): Declare.
1388 * d10v-tdep.c (d10v_stack_align): Define.
1389
ce808e91
AC
13901999-08-23 J.T. Conklin <jtc@redback.com>
1391
7b83ea04
AC
1392 * top.c (remote_timeout): Change default to 2. Add comment
1393 explaining history of changes to the default value.
1394 * remote.c (_initialize_remote): Remove code that adds set/
1395 show remotetimeout, as that's also done in top.c
ce808e91 1396
e9277ae8
AC
13971999-10-18 J.T. Conklin <jtc@redback.com>
1398
7b83ea04
AC
1399 * m32r-stub.c, sparcl-stub.c, sparclet-stub.c (handle_exception):
1400 Return E01 instead of P01 when 'P' command fails.
e9277ae8 1401
1216fa2c
AC
14022000-02-05 J.T. Conklin <jtc@redback.com>
1403
1404 * remote.c (putpkt_binary): Handle NAK from target stub.
1405
f2c4d933
EZ
14062000-02-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1407
1408 * configure.in: Remove the addition of sol-thread.c to the
1409 CONFIG_INITS list. This caused problems with init.c, because
1410 sol-thread.c would be grepped twice for _initialize_* functions.
1411 * configure: Ditto.
1412 * Makefile.in: Add FIXME for init.c.
1413
745b8ca0
JK
14142000-02-07 Jim Kingdon <kingdon@redhat.com>
1415
1416 Clean up compiler warnings:
1417 * bcache.h, bcache.c, c-valprint.c, coffread.c, stabsread.c,
1418 stack.c, valprint.c: Change variables to unsigned.
1419 * bcache.c: Rearrange to avoid warnings about variables not being set.
1420 * c-lang.c, ch-lang.c, f-lang.c, m2-lang.c: Include valprint.h
1421 rather than declaring print_max and repeat_count_threashold
1422 ourselves (incorrectly).
1423 * valprint.h: Do declare repeat_count_threashold.
1424 * ch-exp.c: Use default case for internal error.
1425 * findvar.c: Don't omit argument type.
1426 * symtab.c: Remove unused variable.
1427
4d9ab7f6
JK
14282000-02-04 Jim Blandy <jimb@redhat.com>
1429
1430 * c-typeprint.c (remove_qualifiers): New function.
1431 (c_type_print_base): Use it to remove qualifiers from C++
1432 qualified names, not strrchr.
1433
1434 * c-typeprint.c (c_type_print_base): Recognize type conversion
1435 operators by calling is_type_conversion_operator.
1436 (is_type_conversion_operator): New function.
1437
dfcd3bfb
JM
14382000-02-04 Nick Clifton <nickc@cygnus.com>
1439
1440 * config/arm/tm-arm.h (LOWEST_PC): Define.
1441
14422000-02-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1443
1444 * infrun.c (resume): Make just one call to target_resume(), instead
7b83ea04
AC
1445 of four: set up correct parameters in all the cases ahead of time,
1446 and do call at the end.
dfcd3bfb
JM
1447
14482000-02-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1449
1450 * config/powerpc/tm-ppc-eabi.h: Define
7b83ea04 1451 SOFUN_ADDRESS_MAYBE_MISSING.
dfcd3bfb
JM
1452
14532000-02-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
1454
1455 * arm-tdep.c (arm_pc_is_thumb_dummy): Account for large dummy
1456 frames (revisited).
1457
1458Fri Feb 4 22:42:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
1459
1460 * Makefile.in (INIT_FILES): Append CONFIG_INITS
1461 * configure.in (CONFIG_INIT): Initialize.
3fc11d3e
JM
1462 (links): Link srcdir/gdbtk/library to gdbtcl2.
1463 * gdbtcl2: Moved to gdbtk/library.
1464 ChangeLog-gdbtk, gdbtk-cmds.c, gdbtk-hooks.c, gdbtk-variable.c,
7b83ea04
AC
1465 gdbtk-varobj.c, gdbtk-wrapper.c, gdbtk-wrapper.h, gdbtk.c,
1466 gdbtk.h: Moved to gdbtk/generic.
dfcd3bfb
JM
1467
14682000-02-03 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1469
1470 * printcmd.c (build_address_symbolic): New function. Returns all
7b83ea04
AC
1471 the parts that are necessary to print an address in a symbolic
1472 form.
dfcd3bfb 1473 (print_address_symbolic): Split into a printing part and an
7b83ea04 1474 information building part, build_address_symbolic().
dfcd3bfb
JM
1475
1476 * defs.h (build_address_symbolic): Export.
1477
14782000-02-03 Jim Blandy <jimb@redhat.com>
1479
1480 * dwarf2read.c (decode_locdesc): Add support for the DW_OP_bregx
1481 opcode.
1482
8b93c638
JM
14832000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
1484
1485 * arm-tdep.c (arm_push_arguments): Fix passing of floating point
1486 arguments on dummy frames.
1487
14882000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
1489
1490 * arm-tdep.c (arm_pc_is_thumb_dummy): Account for large dummy frames.
1491 (arm_pop_frame): Account fr dummy frames (as opposed to real ones).
1492
d9fcf2fb
JM
14932000-02-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1494
1495 * remote.c (getpkt_sane): New function. It is the old getpkt(),
7b83ea04 1496 which now returns a timeout indication.
d9fcf2fb 1497 (getpkt): New function. Wrapper for getpkt_sane(), so that return
7b83ea04 1498 value can still be ignored.
d9fcf2fb 1499
8b93c638
JM
1500Tue Feb 1 18:47:31 2000 Andrew Cagney <cagney@b1.cygnus.com>
1501
1502 * top.c (print_gdb_version): Print ``UI_OUT'' when configured with
7b83ea04 1503 UI_OUT.
8b93c638 1504
d9fcf2fb
JM
1505Tue Feb 1 00:17:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
1506
1507 * ui-file.c, ui-file.h: Rename gdb-file.h, gdb-file.c. Rename
7b83ea04
AC
1508 ``struct gdb_file'' to ``struct ui_file''. Delete typedef
1509 GDB_FILE.
1510
d9fcf2fb
JM
1511 * Makefile.in: Update.
1512
1513 * ax-gdb.c, ax-general.c, ax.h, buildsym.c, c-lang.c, c-lang.h,
7b83ea04
AC
1514 c-typeprint.c, c-valprint.c, ch-lang.c, ch-lang.h, ch-typeprint.c,
1515 ch-valprint.c, command.c, command.h, convex-tdep.c, corefile.c,
1516 cp-valprint.c, d10v-tdep.c, d30v-tdep.c, defs.h, expprint.c,
1517 expression.h, f-lang.c, f-lang.h, f-typeprint.c, f-valprint.c,
1518 frame.h, gdb-events.sh, gdb-file.c, gdb-file.h, gdbcmd.h,
1519 gdbtypes.h, hppa-tdep.c, jv-lang.c, jv-lang.h, jv-typeprint.c,
1520 jv-valprint.c, language.c, language.h, m2-lang.c, m2-lang.h,
1521 m2-typeprint.c, m2-valprint.c, m3-nat.c, main.c, monitor.c,
1522 printcmd.c, pyr-tdep.c, remote-mips.c, remote-sim.c, remote-udi.c,
1523 remote.c, scm-lang.c, scm-lang.h, scm-valprint.c, ser-e7kpc.c,
1524 ser-go32.c, ser-mac.c, ser-ocd.c, ser-unix.c, ser-unix.h,
1525 serial.c, serial.h, stack.c, symfile.c, symmisc.c, tahoe-tdep.c,
1526 target.c, target.h, top.c, top.h, typeprint.c, typeprint.h,
1527 utils.c, v850ice.c, valprint.c, valprint.h, value.h,
1528 config/pa/tm-hppa.h: Update.
8b93c638 1529 * cli-out.c, cli-out.h, ui-out.c, ui-out.h, varobj.c: Update.
d9fcf2fb 1530
da59e081
JM
15312000-01-31 Jason Molenda (jsm@bugshack.cygnus.com)
1532
a9e0ce2c
JM
1533 * config/alpha/alpha-osf2.mh, config/alpha/alpha-osf3.mh,
1534 config/i386/i386dgux.mh, config/i386/i386sol2.mh,
1535 config/i386/i386v4.mh, config/i386/i386v42mp.mh,
1536 config/i386/ncr3000.mh, config/m68k/m68kv4.mh,
1537 config/m88k/delta88v4.mh, config/mips/irix4.mh,
1538 config/mips/irix5.mh, config/mips/mipsv4.mh,
da59e081 1539 config/powerpc/solaris.mh (NATDEPFILES): Change references to
a9e0ce2c 1540 proc_api.o, proc_events.o, proc_flags.o, and proc_why.o to
da59e081
JM
1541 proc-api.o, proc-events.o, proc-flags.o, and proc-why.o.
1542
1543Mon Jan 31 17:14:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
1544
1545 * top.c (fputs_unfiltered_hook): Moved to tui/tui-file.c.
1546
1547 * main.c (captured_main): Only use the legacy tui_file code when
7b83ea04 1548 linking in older code such as the TUI.
da59e081
JM
1549
1550 * gdb-file.h, gdb-file.c: New files.
1551 * utils.c, defs.h (struct gdb_file, gdb_file_new, gdb_file_delete,
7b83ea04
AC
1552 null_file_isatty, null_file_rewind, null_file_put,
1553 null_file_flush, null_file_write, null_file_fputs,
1554 null_file_delete, gdb_file_data, gdb_flush, gdb_file_isatty,
1555 gdb_file_rewind, gdb_file_put, gdb_file_write, fputs_unfiltered,
1556 set_gdb_file_flush, set_gdb_file_isatty, set_gdb_file_rewind,
1557 set_gdb_file_put, set_gdb_file_write, set_gdb_file_fputs,
1558 set_gdb_file_data, struct accumulated_gdb_file,
1559 do_gdb_file_xstrdup, gdb_file_xstrdup, struct mem_file):
1560 mem_file_new, mem_file_delete, mem_fileopen, mem_file_rewind,
1561 mem_file_put, mem_file_write, struct stdio_file): stdio_file_new,
1562 stdio_file_delete, stdio_file_flush, stdio_file_write,
1563 stdio_file_fputs, stdio_file_isatty, stdio_fileopen, gdb_fopen):
1564 Moved to gdb-file.h and gdb-file.c.
da59e081 1565 * utils.c (enum streamtype, struct tui_stream, tui_file_new,
7b83ea04
AC
1566 tui_file_delete, tui_fileopen, tui_sfileopen, tui_file_isatty,
1567 tui_file_rewind, tui_file_put, tui_file_fputs,
1568 tui_file_get_strbuf, tui_file_adjust_strbuf, tui_file_flush,
da59e081 1569 fputs_unfiltered_hook):
7b83ea04
AC
1570 Moved to tui/tui-file.c and tui/tui-file.h.
1571
da59e081
JM
1572 * Makefile.in (COMMON_OBS): Add gdb-file.o, tui-file.o.
1573 (tui-file.o, gdb-file.o): Add dependencies.
1574 (corefile.o, main.o, utils.o, simmisc.o): Update dependencies.
1575 * main.c: #include tui/tui-file.h.
1576
15772000-01-28 Fred Fish <fnf@cygnus.com>
1578
1579 * findvar.c (value_from_register): Special case handling of D10V
1580 pointer values fetched from registers.
1581
15822000-01-28 Fernando Nasser <fnasser@totem.to.cygnus.com>
1583
1584 * arm-tdep.c (thumb_skip_prologue, thumb_scan_prologue): Add
b55cf2e4 1585 support for new style thumb prologues.
da59e081
JM
1586
15872000-01-28 Nick Clifton <nickc@redhat.com>
1588
1589 * arm-tdep.c: Remove extraneous dash at start of strings
1590 introduced in previous delta.
1591
15922000-01-27 Nick Clifton <nickc@redhat.com>
1593
1594 * arm-tdep.c: Replace uses of arm_toggle_renames() with
b55cf2e4 1595 parse_arm_disassembler_option().
da59e081
JM
1596
15972000-01-27 Jim Blandy <jimb@cygnus.com>
1598
1599 * symtab.c (decode_line_1): Don't let commas that are within
7b83ea04
AC
1600 quotes or parenthesis terminate the line spec. Don't use pp when
1601 removing the final double quote of a double-quoted string. Don't
1602 forget to skip the opening double quote. I have no clue whether
1603 this change is correct; probably we've just moved this function
1604 from one buggy place to another buggy place, and never came within
1605 an outhouse whiff of correctness.
da59e081
JM
1606 (find_toplevel_char): New function.
1607
16082000-01-27 Fernando Nasser <fnasser@totem.to.cygnus.com>
1609
1610 * arm-tdep.c (arm_push_arguments): Set the thumb mode bit when
7b83ea04 1611 passing the pointer to a thumb function as an argument.
da59e081
JM
1612
16132000-01-27 Fernando Nasser <fnasser@totem.to.cygnus.com>
1614
1615 * remote-rdi.c (arm_rdi_mourn_inferior): Make sure breakpoints
1616 are reinserted for another run.
1617
8b93c638
JM
16182000-01-27 Fernando Nasser <fnasser@totem.to.cygnus.com>
1619
1620 * cli-out.c (cli_filed_string): Test for NULL string.
1621
da59e081
JM
16222000-01-27 Fernando Nasser <fnasser@totem.to.cygnus.com>
1623
1624 * infcmd.c (run_stack_dummy): Account for a random signal stopping
1625 the inferior as well as breakpoints being hit while performing an
1626 inferior function call.
1627 * valops.c (hand_function_call): Ditto.
1628
16292000-01-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1630
1631 From Mark Kettenis <kettenis@gnu.org>
1632
1633 * config/i386/tm-i386gnu.h (THREAD_STATE_FLAVOR): Define to
1634 i386_REGS_SEGS_STATE.
1635 (HAVE_I387_REGS): Define.
1636 (FLOAT_INFO): Remove.
1637 * i386gnu-nat.c: Almost completely rewritten to use new i386
1638 register layout and `float info' implementation.
1639 * gnu-nat.c (inf_update_procs, proc_get_state, proc_string):
1640 Move prototypes from here.
1641 * gnu-nat.h: To here.
1642
0fda6bd2
JM
16432000-01-24 Kevin Buettner <kevinb@redhat.com>
1644
1645 * utils.c (get_field, put_field): Fix buffer underruns and
1646 overruns. Also, handle case where total_len is not evenly
1647 divisible by 8.
1648 (getfield): Make sure zeroing of unwanted bits occurs even
1649 when bit field to extract does not straddle two or more
1650 bytes.
1651
16522000-01-23 Christopher Faylor <cgf@cygnus.com>
1653
1654 * defs.h: Add gdb_thread_select declaration.
1655
16562000-01-23 Kevin Buettner <kevinb@redhat.com>
1657
1658 * linux-thread.c (_initialize_linuxthreads): Make sure that
1659 linuxthreads_block_mask does not block SIGCHLD.
1660
16612000-01-20 Fernando Nasser <fnasser@totem.to.cygnus.com>
1662
1663 * rdi-share/devsw.c (openLogFile): On cygwin, set the log mode to
1664 text so that new lines work properly.
1665
16662000-01-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1667
1668 * proc-utils.h: New file. Export functions from proc-*.c.
1669
1670 * proc_api.c: Rename to:
1671 * proc-api.c: New file. Add include of proc-utils.h.
1672
1673 * proc_events.c: Rename to:
1674 * proc-events.c: New file.
1675
1676 * proc_flags.c: Rename to:
1677 * proc-flags.c: New file.
1678
1679 * proc_why.c: Rename to:
1680 * proc-why.c: New file. Add include of proc-utils.h.
1681
1682 * procfs.c: Add includes of gdbthread.h, sys/wait.h, signal.h,
7b83ea04 1683 ctype.h, proc-utils.h.
0fda6bd2
JM
1684 (find_procinfo_or_die): Add braces to avoid ambiguous else clause.
1685 (open_procinfo_files): Conditionalize local variable tmp, to avoid
7b83ea04 1686 compiler warnings.
0fda6bd2 1687 (proc_iterate_over_mappings): Conditionalize local vars mapfd and
7b83ea04 1688 pathname.
0fda6bd2 1689 (procfs_wait): Adjust format in some printf_filetered calls to
7b83ea04 1690 avoid compiler warnings.
0fda6bd2 1691 (make_signal_thread_runnable): Ifdef 0. The calls to this function
7b83ea04 1692 are also ifdef'd 0 .
0fda6bd2
JM
1693 (procfs_resume): Add parentheses around '&&' operation.
1694 (procfs_set_exec_trap): Remove unused variable.
1695 (info_proc_cmd): Add braces to avoid ambiguous else clause.
1696
1697 * Makefile.in (procfs.o, proc-api.o, proc-events.o, proc-flags.o,
7b83ea04 1698 proc-why.o): Update dependencies.
0fda6bd2
JM
1699
1700 * config/sparc/sun4sol2.mh (NATDEPFILES): Change proc_*.o files to
1701 proc-*.o.
1702
c5394b80
JM
17032000-01-17 Jason Molenda (jsm@bugshack.cygnus.com)
1704
1705 * configure.in (NEW_PROC_API): Fix Unixware-matching regexp.
1706 Fix from Robert Lipe <robertl@sco.com>.
1707 * configure: Regenerated.
1708
17092000-01-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1710
1711 * stack.c (print_frame_info_base): Break up into the frame info
7b83ea04 1712 (location) printing part and the rest (source line printing).
c5394b80 1713 (print_frame): New function. Take care of printing the location
7b83ea04 1714 information.
c5394b80
JM
1715 Update copyright.
1716
1717 * infrun.c (normal_stop): Use enum values rather than integers for the
1718 source_flag to be passed to show_and_print_stack_frame().
7b83ea04
AC
1719 Update copyright.
1720
c5394b80 1721 * frame.h (print_what): New enum for 'source' argument to
7b83ea04 1722 print_frame_info_base(). Use this instead of obscure numbers.
c5394b80 1723 Update copyright.
7b83ea04 1724
c5394b80
JM
1725Sun Jan 16 17:58:00 2000 David Taylor <taylor@texas.cygnus.com>
1726
1727 * event-top.c (stdin_event_handler): call quit_command rather than
7b83ea04
AC
1728 exit -- run cleanups, give target code a chance to say goodbye to
1729 the target. Fixes bug where the inferior processes were left
1730 around on Solaris (and probably elsewhere) by the testsuite.
c5394b80
JM
1731
17322000-01-14 Mark Salter <msalter@cygnus.com>
1733
1734 * v850-tdep.c (v850_target_architecture_hook): Setup correct
7b83ea04 1735 machine id for disassembly.
c5394b80 1736
0fda6bd2
JM
17372000-01-13 Jim Blandy <jimb@cygnus.com>
1738
1739 * i386-linux-nat.c (fill_gregset): Pass the correct arguments to
1740 convert_to_regset, when regno indicates a specific register.
1741
c5394b80
JM
1742Thu Jan 13 23:34:17 EST 2000 Nicholas Duffek <nsd@cygnus.com>
1743
1744 * uw-thread.c: Document libthread.so debugging interface. Minor
1745 comment and formatting tweaks.
1746 (DEBUG): #define as 0 instead of 1.
1747 (CALL_BASE): Include function name in error msg.
1748 (libthread_stub): Adjust inferior_pid after thread exit.
1749 (uw_thread_create_inferior): Deactivate uw_thread_ops before
1750 asking procfs_ops to create inferior.
1751 (libthread_init): Don't return nonlocally on error.
1752
17532000-01-12 Fernando Nasser <fnasser@totem.to.cygnus.com>
1754
1755 * rdi-share/ardi.c (negotiate_params): Fix initialization of static
1756 variable.
1757
17582000-01-12 Fernando Nasser <fnasser@totem.to.cygnus.com>
1759
1760 * remote-rdi.c (arm_rdi_open): Call arm-rdi-close() to make sure
1761 both sides are on the same state.
1762
17632000-01-12 Fernando Nasser <fnasser@totem.to.cygnus.com>
1764
1765 * rdi-share/serdrv.c (find_baud_rate): Fix entries for 57600 and
1766 115200 (minor syntax mistake).
1767
17682000-01-12 Jim Blandy <jimb@cygnus.com>
1769
1770 * config/sparc/tm-sun4sol2.h (MERGEPID): Provide a definition for
1771 this here, to go along with the definitions of PIDGET and TIDGET.
1772
17732000-01-12 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1774
1775 * thread.c (do_captured_thread_select): New function. Switch
7b83ea04 1776 current thread, safely from within catch_errors().
c5394b80
JM
1777 (gdb_thread_select): New function. Switch threads safely.
1778 (thread_command): Use gdb_thread_select().
8b93c638
JM
1779 Include ui-out.h.
1780 (do_captured_list_thread_ids): New function.
1781 (gdb_list_thread_ids): New function.
1782
1783 * defs.h (gdb_thread_select, gdb_list_thread_ids): Export.
c5394b80
JM
1784
17852000-01-11 Christopher Faylor <cgf@cygnus.com>
1786
1787 * configure.in: Avoid linking -limagehlp unless it's a native build.
1788 * configure: Regenerate.
1789 * thread.cc (add_thread): Clear private data pointer here or suffer
1790 strange behavior when it is checked for NULL later.
1791
0d06e24b
JM
17922000-01-09 Christopher Faylor <cgf@cygnus.com>
1793
1794 * win32nat.c (handle_exceptions): Handle various arithmetic exceptions.
1795 * configure.in: Add an additional library to cygwin link.
1796 * configure: Regenerate.
1797
1798 Patch from Egor Duda <deo@logos-m.ru>:
1799 * coffread.c (coff_symfile_read): Reinstate ability to recognize "pe"
1800 type.
1801
18022000-01-07 Michael Snyder <msnyder@cleaver.cygnus.com>
1803
1804 * uw-thread.c: New file to support UnixWare user-mode threads:
aa47baa9 1805 contributed by Nickolas Duffek <nsd@cygnus.com>.
0d06e24b
JM
1806 * target.h (struct target_ops): New vector, to_extra_thread_info,
1807 allows back-ends to give extra details in info thread display.
1808 (target_extra_thread_info): define new macro.
1809 (target_find_new_threads): simplify macro. Cleanup comments.
1810 * target.c (to_extra_thread_info): default and inherit new vector.
1811 (cleanup_target): eliminate PARAMS, break up long lines,
1812 provide default definition for to_extra_thread_info, and
1813 to_find_new_threads. Default to_thread_alive and to_query
1814 to return_zero, not target_ignore (they each return int not void).
1815 (debug_to_find_new_threads): new debug entry.
1816 (setup_target_debug): add debug_to_find_new_threads.
1817 * gdbthread.h: export struct thread_info, find_thread_pid, and
1818 iterate_over_threads. Add comments. Eliminate PARAMS. Update
1819 copyright. Add new private data pointer for use by target back-ends.
1820 * thread.c (struct thread_info): move definition to gdbthread.h.
1821 (find_thread_pid): new exported function for thread lookup.
2b266721 1822 (iterate_over_threads): new exported function for applying
0d06e24b
JM
1823 arbitrary operations to threads. Update copyright to 2000.
1824 (info_threads_command): use new target_extra_thread_info vector
1825 to display extra information about each thread (if implemented).
1826 * config/i386/tm-i386v42mp.h: remove obsolete #defines for procfs.
1827 Add defines for PIDGET, etc.
1828 * config/i386/tm-i386sol2.h: ditto.
1829 * config/sparc/tm-sun4sol2.h: ditto.
1830 * config/i386/i386v42mp.mh: add uw-thread.o to NATDEPFILES.
1831 * testsuite/gdb.threads/pthreads.exp: Try to link with -lthread
1832 if -lpthread and -lpthreads fail.
1833
1834 * procfs.c: (PIDGET, TIDGET, MERGEPID): change default to no-op.
1835 (proc_flags): combine flags that UnixWare splits into two locations.
1836 (proc_modify_flag): add support for PR_KLC (kill on last close).
1837 (proc_[un]set_kill_on_last_close): new functions.
7b83ea04 1838
8b93c638
JM
18392000-01-07 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1840
1841 * infrun.c (normal_stop): Print out thread id when we stop.
1842
0d06e24b
JM
18432000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
1844
1845 * remote.c (remote_open_1): Fix message so it does not imply a
2b266721 1846 specific syntax for serial ports, as it is OS dependent.
0d06e24b
JM
1847 (remote_async_open_1): Ibid.
1848 (init_remote_ops): Ibid.
1849
18502000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
1851
1852 * rdi-share/serdrv.c (SerialOpen): Use speed from "-b" argument or
1853 "set remotebaud" command (if set) when no speed is specified on
1854 the "target rdi" command.
1855
18562000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
1857
1858 * rdi-share/serdrv.c (find_baud_rate): Add entries for 57600 and
1859 115200.
1860 (baud_options[]): Ibid.
1861
18622000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
1863
1864 * rdi-share/unixcomm.c: Fix SERIAL_PREFIX so it matches the prefix
1865 used by each operating system.
1866
18672000-01-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1868
1869 * breakpoint.c (until_break_command): Add an argument for the
7b83ea04
AC
1870 continuation, the beginning of the cleanups set up by this
1871 command.
0d06e24b 1872 (until_break_command_continuation): Do cleanups until the one
7b83ea04 1873 passed in as argument instead of doing all of them.
0d06e24b
JM
1874
1875 * infcmd.c (finish_command_continuation): Expect a new argument,
7b83ea04
AC
1876 which indicates up to where to do cleanups. Update calls to
1877 do_exec_cleanups to use this marker, instead of ALL_CLEANUPS.
0d06e24b
JM
1878 (finish_command): Add another argument for the continuation: the
1879 starting cleanup for this command.
1880
c3f6f71d 18812000-01-05 Fernando Nasser <fnasser@totem.to.cygnus.com>
ed9a39eb 1882
c3f6f71d
JM
1883 From Grant Edwards <grante@visi.com> (original patch from Thomas
1884 Zenker ):
1885 * rdi-share/ardi.c: Allow interruption of interruptible
1886 targets with a <CNTL-C>.
ed9a39eb 1887
c3f6f71d 18882000-01-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
ed9a39eb 1889
c3f6f71d
JM
1890 * rdi-share/etherdrv.c (fetch_ports): Send extra words on request
1891 to control port to accommodate some versions of Angel.
ed9a39eb 1892
c3f6f71d 18932000-01-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
ed9a39eb 1894
c3f6f71d
JM
1895 * rdi-share/devsw.c (dumpPacket): Fix source of channel information.
1896 Add interpretation for C Support Library packets.
ed9a39eb 1897
c3f6f71d 18982000-01-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
ed9a39eb 1899
c3f6f71d
JM
1900 * rdi-share/devsw.c (DevSW_Close): Remove const from argument that
1901 is now being modified.
1902 * rdi-share/devsw.h: Adjust declaration of the above funtion.
ed9a39eb 1903
c3f6f71d 1904For older changes see ChangeLog-99
c906108c
SS
1905\f
1906Local Variables:
1907mode: change-log
1908left-margin: 8
1909fill-column: 74
1910version-control: never
1911End:
This page took 0.146947 seconds and 4 git commands to generate.