OSDN Git Service

132f27f5c01d9b4f3e606920dff8ce3fef4e648b
[pf3gnuchains/pf3gnuchains3x.git] / gdb / ChangeLog
1 2000-02-14  Amit S. Kale  <akale@veritas.com>
2
3         * elfread.c (elf_symtab_read): Move the use of sym to after where
4         it is set.
5         Checked in by Jim Kingdon  <kingdon@redhat.com>
6
7 Mon Feb 14 15:39:01 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8
9         * MAINTAINERS: Make Nick Duffek the UnixWare threads maintainer.
10
11 Mon Feb 14 15:20:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12
13         From 1999-11-24 Jason Merrill <jason@casey.cygnus.com>:
14         * dwarf2read.c: (die_is_declaration): New fn.
15         (read_structure_scope): Use it.
16
17         * dwarf2read.c: (die_is_declaration): Convert to ISO-C.
18
19 2000-02-10  J.T. Conklin  <jtc@redback.com>
20
21         * config/i386/nbsd.mt (GDBSERVER_DEPFILES): Add low-nbsd.o
22         * configure.tgt (i[3456]86-*-netbsd*): add gdbserver to
23         configdirs.
24         * gdbserver/low-nbsd.c: New file.
25         
26         * gdbserver/Makefile.in: convert to autoconf.
27         * gdbserver/configure.in: likewise.
28         * gdbserver/configure: generate.
29
30 Sun Feb 13 11:21:00 2000  Andrew Cagney  <cagney@b1.cygnus.com>
31
32         * CONTRIBUTE: New file.  How to contribute to GDB.
33
34 Sun Feb 13 10:34:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
35
36         * MAINTAINERS: Add Eli Zaretskii to djgpp maintiners.  Add Kevin
37         Buettner to powerpc maintainers.  Make Kevin Buettner the
38         GNU/LINUX PPC native maintainer.  Add J.T. Conklin, Jim Kingdon
39         and Jason Molenda to write after aproval list.
40
41 Sun Feb 13 10:18:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
42
43         * MAINTAINERS: Reformat.  Separate into check-in categories.
44
45 Sat Feb 12 01:08:21 EST 2000  Nicholas Duffek <nsd@cygnus.com>
46
47         * uw-thread.c: Remove __FUNCTION__ GNUism.
48
49 2000-01-17  Amit S. Kale  <akale@veritas.com>
50
51         * elfread.c (elf_symtab_read): Use offset for the section in which a
52         symbol resides, instead of .text section for calculating address of a
53         symbol.
54         Checked in by Jim Kingdon  <kingdon@redhat.com>
55
56 2000-02-09  Mark Kettenis  <kettenis@gnu.org>
57
58         * gnu-nat.c (proc_string): Make global.
59         (do_mach_notify_dead_name): Suppress dead name notifications if we
60         know that the task is dead.
61
62 1999-12-13  Mark Kettenis  <kettenis@gnu.org>
63
64         * gnu-nat.c (inf_validate_task_sc): Get task info via proc server
65         instead of directly from the kernel.  Add some hackery to make
66         sure that the info isn't influenced by suspension of the task in
67         the proc server itself.
68
69 2000-02-10  Jim Kingdon  <kingdon@redhat.com>
70
71         * defs.h (MERGEPID): Added.  Patch submitted by Andrew Hobson and
72         approved by Michael Snyder.
73
74 2000-02-09  Mark Kettenis  <kettenis@gnu.org>
75
76         * linux-thread.c: Include defs.h before gdb_wait.h.
77
78 Wed Feb  9 18:59:16 2000  Andrew Cagney  <cagney@b1.cygnus.com>
79
80         * Makefile.in (wait_h): Delete macro.  Update all dependencies
81         specifying gdb_wait.h instead.
82
83         * ser-unix.c, ser-pipe.c, remote.c, remote-udi.c, remote-sds.c,
84         remote-os9k.c, remote-es.c, remote-rdp.c, remote-vx960.c,
85         remote-vx.c, remote-st.c, remote-nindy.c, remote-mm.c,
86         convex-xdep.c, convex-tdep.c, target.c, win32-nat.c, standalone.c,
87         remote-vxmips.c, remote-vxsparc.c, remote-vx68.c, remote-vx29k.c,
88         remote-sim.c, remote-rdi.c, remote-mips.c, remote-eb.c,
89         remote-e7000.c, remote-bug.c, remote-array.c, remote-adapt.c,
90         ppc-bdm.c, ocd.c, monitor.c, m3-nat.c, linux-thread.c,
91         infttrace.c, lin-thread.c, infptrace.c, gnu-nat.c, gdbarch.c,
92         fork-child.c, command.c: Include "gdb_wait.h" instead of <wait.h>
93         or <sys/wait.h>.
94         * nindy-share/nindy.c, nindy-share/Onindy.c: Ditto.
95
96         * gdb_wait.h: New file.  Based on ../include/wait.h. Include
97         <sys/wait.h> or <wait.h> and then define any missing WIF macros.
98
99 Wed Feb  9 01:14:54 2000  Andrew Cagney  <cagney@amy.cygnus.com>
100
101         * config/d10v/tm-d10v.h (NO_EXTRA_ALIGNMENT_NEEDED): Define.
102         * config/d10v/tm-d10v.h (STACK_ALIGN): Define.
103         (d10v_stack_align): Declare.
104         * d10v-tdep.c (d10v_stack_align): Define.
105
106 1999-08-23  J.T. Conklin  <jtc@redback.com>
107
108         * top.c (remote_timeout): Change default to 2.  Add comment
109         explaining history of changes to the default value.
110         * remote.c (_initialize_remote): Remove code that adds set/
111         show remotetimeout, as that's also done in top.c
112
113 1999-10-18  J.T. Conklin  <jtc@redback.com>
114
115         * m32r-stub.c, sparcl-stub.c, sparclet-stub.c (handle_exception):
116         Return E01 instead of P01 when 'P' command fails.
117
118 2000-02-05  J.T. Conklin  <jtc@redback.com>
119
120         * remote.c (putpkt_binary): Handle NAK from target stub.
121
122 2000-02-08  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
123
124         * configure.in: Remove the addition of sol-thread.c to the
125         CONFIG_INITS list. This caused problems with init.c, because
126         sol-thread.c would be grepped twice for _initialize_* functions.
127         * configure: Ditto.
128         * Makefile.in: Add FIXME for init.c.
129
130 2000-02-07  Jim Kingdon  <kingdon@redhat.com>
131
132         Clean up compiler warnings:
133         * bcache.h, bcache.c, c-valprint.c, coffread.c, stabsread.c,
134         stack.c, valprint.c: Change variables to unsigned.
135         * bcache.c: Rearrange to avoid warnings about variables not being set.
136         * c-lang.c, ch-lang.c, f-lang.c, m2-lang.c: Include valprint.h
137         rather than declaring print_max and repeat_count_threashold
138         ourselves (incorrectly).
139         * valprint.h: Do declare repeat_count_threashold.
140         * ch-exp.c: Use default case for internal error.
141         * findvar.c: Don't omit argument type.
142         * symtab.c: Remove unused variable.
143
144 2000-02-04  Jim Blandy  <jimb@redhat.com>
145
146         * c-typeprint.c (remove_qualifiers): New function.
147         (c_type_print_base): Use it to remove qualifiers from C++
148         qualified names, not strrchr.
149
150         * c-typeprint.c (c_type_print_base): Recognize type conversion
151         operators by calling is_type_conversion_operator.
152         (is_type_conversion_operator): New function.
153
154 2000-02-04  Nick Clifton  <nickc@cygnus.com>
155
156         * config/arm/tm-arm.h (LOWEST_PC): Define.
157
158 2000-02-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
159
160         * infrun.c (resume): Make just one call to target_resume(), instead
161         of four: set up correct parameters in all the cases ahead of time,
162         and do call at the end.
163
164 2000-02-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
165
166         * config/powerpc/tm-ppc-eabi.h: Define
167         SOFUN_ADDRESS_MAYBE_MISSING.
168
169 2000-02-04  Fernando Nasser  <fnasser@totem.to.cygnus.com>
170
171         * arm-tdep.c (arm_pc_is_thumb_dummy): Account for large dummy
172         frames (revisited).
173
174 Fri Feb  4 22:42:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
175
176         * Makefile.in (INIT_FILES): Append CONFIG_INITS
177         * configure.in (CONFIG_INIT): Initialize.
178         (links): Link srcdir/gdbtk/library to gdbtcl2.
179         * gdbtcl2: Moved to gdbtk/library.
180         ChangeLog-gdbtk, gdbtk-cmds.c, gdbtk-hooks.c, gdbtk-variable.c,
181         gdbtk-varobj.c, gdbtk-wrapper.c, gdbtk-wrapper.h, gdbtk.c,
182         gdbtk.h: Moved to gdbtk/generic.
183
184 2000-02-03  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
185
186         * printcmd.c (build_address_symbolic): New function. Returns all
187         the parts that are necessary to print an address in a symbolic
188         form.
189         (print_address_symbolic): Split into a printing part and an
190         information building part, build_address_symbolic().
191
192         * defs.h (build_address_symbolic): Export.
193
194 2000-02-03  Jim Blandy  <jimb@redhat.com>
195
196         * dwarf2read.c (decode_locdesc): Add support for the DW_OP_bregx
197         opcode.
198
199 2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
200
201         * arm-tdep.c (arm_push_arguments): Fix passing of floating point
202         arguments on dummy frames.
203
204 2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
205
206         * arm-tdep.c (arm_pc_is_thumb_dummy): Account for large dummy frames.
207         (arm_pop_frame): Account fr dummy frames (as opposed to real ones).
208
209 2000-02-01  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
210
211         * remote.c (getpkt_sane): New function. It is the old getpkt(),
212         which now returns a timeout indication.
213         (getpkt): New function. Wrapper for getpkt_sane(), so that return
214         value can still be ignored.
215
216 Tue Feb  1 18:47:31 2000  Andrew Cagney  <cagney@b1.cygnus.com>
217
218         * top.c (print_gdb_version): Print ``UI_OUT'' when configured with
219         UI_OUT.
220
221 Tue Feb  1 00:17:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
222
223         * ui-file.c, ui-file.h: Rename gdb-file.h, gdb-file.c.  Rename
224         ``struct gdb_file'' to ``struct ui_file''.  Delete typedef
225         GDB_FILE.
226         
227         * Makefile.in: Update.
228
229         * ax-gdb.c, ax-general.c, ax.h, buildsym.c, c-lang.c, c-lang.h,
230         c-typeprint.c, c-valprint.c, ch-lang.c, ch-lang.h, ch-typeprint.c,
231         ch-valprint.c, command.c, command.h, convex-tdep.c, corefile.c,
232         cp-valprint.c, d10v-tdep.c, d30v-tdep.c, defs.h, expprint.c,
233         expression.h, f-lang.c, f-lang.h, f-typeprint.c, f-valprint.c,
234         frame.h, gdb-events.sh, gdb-file.c, gdb-file.h, gdbcmd.h,
235         gdbtypes.h, hppa-tdep.c, jv-lang.c, jv-lang.h, jv-typeprint.c,
236         jv-valprint.c, language.c, language.h, m2-lang.c, m2-lang.h,
237         m2-typeprint.c, m2-valprint.c, m3-nat.c, main.c, monitor.c,
238         printcmd.c, pyr-tdep.c, remote-mips.c, remote-sim.c, remote-udi.c,
239         remote.c, scm-lang.c, scm-lang.h, scm-valprint.c, ser-e7kpc.c,
240         ser-go32.c, ser-mac.c, ser-ocd.c, ser-unix.c, ser-unix.h,
241         serial.c, serial.h, stack.c, symfile.c, symmisc.c, tahoe-tdep.c,
242         target.c, target.h, top.c, top.h, typeprint.c, typeprint.h,
243         utils.c, v850ice.c, valprint.c, valprint.h, value.h,
244         config/pa/tm-hppa.h: Update.
245         * cli-out.c, cli-out.h, ui-out.c, ui-out.h, varobj.c: Update.
246
247 2000-01-31  Jason Molenda  (jsm@bugshack.cygnus.com)
248
249         * config/alpha/alpha-osf2.mh, config/alpha/alpha-osf3.mh,
250         config/i386/i386dgux.mh, config/i386/i386sol2.mh,
251         config/i386/i386v4.mh, config/i386/i386v42mp.mh,
252         config/i386/ncr3000.mh, config/m68k/m68kv4.mh,
253         config/m88k/delta88v4.mh, config/mips/irix4.mh,
254         config/mips/irix5.mh, config/mips/mipsv4.mh,
255         config/powerpc/solaris.mh (NATDEPFILES): Change references to
256         proc_api.o, proc_events.o, proc_flags.o, and proc_why.o to
257         proc-api.o, proc-events.o, proc-flags.o, and proc-why.o.
258
259 Mon Jan 31 17:14:52 2000  Andrew Cagney  <cagney@b1.cygnus.com>
260
261         * top.c (fputs_unfiltered_hook): Moved to tui/tui-file.c.
262
263         * main.c (captured_main): Only use the legacy tui_file code when
264         linking in older code such as the TUI.
265
266         * gdb-file.h, gdb-file.c: New files.
267         * utils.c, defs.h (struct gdb_file, gdb_file_new, gdb_file_delete,
268         null_file_isatty, null_file_rewind, null_file_put,
269         null_file_flush, null_file_write, null_file_fputs,
270         null_file_delete, gdb_file_data, gdb_flush, gdb_file_isatty,
271         gdb_file_rewind, gdb_file_put, gdb_file_write, fputs_unfiltered,
272         set_gdb_file_flush, set_gdb_file_isatty, set_gdb_file_rewind,
273         set_gdb_file_put, set_gdb_file_write, set_gdb_file_fputs,
274         set_gdb_file_data, struct accumulated_gdb_file,
275         do_gdb_file_xstrdup, gdb_file_xstrdup, struct mem_file):
276         mem_file_new, mem_file_delete, mem_fileopen, mem_file_rewind,
277         mem_file_put, mem_file_write, struct stdio_file): stdio_file_new,
278         stdio_file_delete, stdio_file_flush, stdio_file_write,
279         stdio_file_fputs, stdio_file_isatty, stdio_fileopen, gdb_fopen):
280         Moved to gdb-file.h and gdb-file.c.
281         * utils.c (enum streamtype, struct tui_stream, tui_file_new,
282         tui_file_delete, tui_fileopen, tui_sfileopen, tui_file_isatty,
283         tui_file_rewind, tui_file_put, tui_file_fputs,
284         tui_file_get_strbuf, tui_file_adjust_strbuf, tui_file_flush,
285         fputs_unfiltered_hook):
286         Moved to tui/tui-file.c and tui/tui-file.h.
287         
288         * Makefile.in (COMMON_OBS): Add gdb-file.o, tui-file.o.
289         (tui-file.o, gdb-file.o): Add dependencies.
290         (corefile.o, main.o, utils.o, simmisc.o): Update dependencies.
291         * main.c: #include tui/tui-file.h.
292
293 2000-01-28  Fred Fish  <fnf@cygnus.com>
294
295         * findvar.c (value_from_register): Special case handling of D10V
296         pointer values fetched from registers.
297
298 2000-01-28  Fernando Nasser  <fnasser@totem.to.cygnus.com>
299
300         * arm-tdep.c (thumb_skip_prologue, thumb_scan_prologue): Add
301         support for new style thumb prologues.
302
303 2000-01-28  Nick Clifton  <nickc@redhat.com>
304
305         * arm-tdep.c: Remove extraneous dash at start of strings
306         introduced in previous delta.
307
308 2000-01-27  Nick Clifton  <nickc@redhat.com>
309
310         * arm-tdep.c: Replace uses of arm_toggle_renames() with
311         parse_arm_disassembler_option().
312
313 2000-01-27  Jim Blandy  <jimb@cygnus.com>
314
315         * symtab.c (decode_line_1): Don't let commas that are within
316         quotes or parenthesis terminate the line spec.  Don't use pp when
317         removing the final double quote of a double-quoted string.  Don't
318         forget to skip the opening double quote.  I have no clue whether
319         this change is correct; probably we've just moved this function
320         from one buggy place to another buggy place, and never came within
321         an outhouse whiff of correctness.
322         (find_toplevel_char): New function.
323
324 2000-01-27  Fernando Nasser  <fnasser@totem.to.cygnus.com>
325
326         * arm-tdep.c (arm_push_arguments): Set the thumb mode bit when
327         passing the pointer to a thumb function as an argument.
328
329 2000-01-27  Fernando Nasser  <fnasser@totem.to.cygnus.com>
330
331         * remote-rdi.c (arm_rdi_mourn_inferior): Make sure breakpoints
332         are reinserted for another run.
333
334 2000-01-27  Fernando Nasser  <fnasser@totem.to.cygnus.com>
335
336         * cli-out.c (cli_filed_string): Test for NULL string.
337
338 2000-01-27  Fernando Nasser  <fnasser@totem.to.cygnus.com>
339
340         * infcmd.c (run_stack_dummy): Account for a random signal stopping
341         the inferior as well as breakpoints being hit while performing an
342         inferior function call.
343         * valops.c (hand_function_call): Ditto.
344
345 2000-01-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
346
347         From  Mark Kettenis  <kettenis@gnu.org>
348
349         * config/i386/tm-i386gnu.h (THREAD_STATE_FLAVOR): Define to
350         i386_REGS_SEGS_STATE.
351         (HAVE_I387_REGS): Define.
352         (FLOAT_INFO): Remove.
353         * i386gnu-nat.c: Almost completely rewritten to use new i386
354         register layout and `float info' implementation.
355         * gnu-nat.c (inf_update_procs, proc_get_state, proc_string):
356         Move prototypes from here.
357         * gnu-nat.h: To here.
358
359 2000-01-24  Kevin Buettner  <kevinb@redhat.com>
360
361         * utils.c (get_field, put_field): Fix buffer underruns and
362         overruns.  Also, handle case where total_len is not evenly
363         divisible by 8.
364         (getfield): Make sure zeroing of unwanted bits occurs even
365         when bit field to extract does not straddle two or more
366         bytes.
367
368 2000-01-23   Christopher Faylor  <cgf@cygnus.com>
369
370         * defs.h: Add gdb_thread_select declaration.
371
372 2000-01-23  Kevin Buettner  <kevinb@redhat.com>
373
374         * linux-thread.c (_initialize_linuxthreads): Make sure that
375         linuxthreads_block_mask does not block SIGCHLD.
376
377 2000-01-20  Fernando Nasser  <fnasser@totem.to.cygnus.com>
378
379         * rdi-share/devsw.c (openLogFile): On cygwin, set the log mode to
380         text so that new lines work properly.
381
382 2000-01-18  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
383
384         * proc-utils.h: New file. Export functions from proc-*.c.
385
386         * proc_api.c: Rename to:
387         * proc-api.c: New file. Add include of proc-utils.h.
388
389         * proc_events.c: Rename to:
390         * proc-events.c: New file.
391
392         * proc_flags.c: Rename to:
393         * proc-flags.c: New file.
394
395         * proc_why.c: Rename to:
396         * proc-why.c: New file. Add include of proc-utils.h.
397
398         * procfs.c: Add includes of gdbthread.h, sys/wait.h, signal.h,
399         ctype.h, proc-utils.h.
400         (find_procinfo_or_die): Add braces to avoid ambiguous else clause.
401         (open_procinfo_files): Conditionalize local variable tmp, to avoid
402         compiler warnings.
403         (proc_iterate_over_mappings): Conditionalize local vars mapfd and
404         pathname.
405         (procfs_wait): Adjust format in some printf_filetered calls to
406         avoid compiler warnings.
407         (make_signal_thread_runnable): Ifdef 0. The calls to this function
408         are also ifdef'd 0 .
409         (procfs_resume): Add parentheses around '&&' operation.
410         (procfs_set_exec_trap): Remove unused variable.
411         (info_proc_cmd): Add braces to avoid ambiguous else clause.
412
413         * Makefile.in (procfs.o, proc-api.o, proc-events.o, proc-flags.o,
414         proc-why.o): Update dependencies.
415
416         * config/sparc/sun4sol2.mh (NATDEPFILES): Change proc_*.o files to
417         proc-*.o.
418
419 2000-01-17  Jason Molenda  (jsm@bugshack.cygnus.com)
420
421         * configure.in (NEW_PROC_API): Fix Unixware-matching regexp.
422         Fix from Robert Lipe <robertl@sco.com>.
423         * configure: Regenerated.
424
425 2000-01-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
426
427         * stack.c (print_frame_info_base): Break up into the frame info
428         (location) printing part and the rest (source line printing).
429         (print_frame): New function. Take care of printing the location
430         information.
431         Update copyright.
432
433         * infrun.c (normal_stop): Use enum values rather than integers for the
434         source_flag to be passed to show_and_print_stack_frame().
435         Update copyright.
436         
437         * frame.h (print_what): New enum for 'source' argument to
438         print_frame_info_base(). Use this instead of obscure numbers.
439         Update copyright.
440         
441 Sun Jan 16 17:58:00 2000  David Taylor  <taylor@texas.cygnus.com>
442
443         * event-top.c (stdin_event_handler): call quit_command rather than
444         exit -- run cleanups, give target code a chance to say goodbye to
445         the target.  Fixes bug where the inferior processes were left
446         around on Solaris (and probably elsewhere) by the testsuite.
447
448 2000-01-14  Mark Salter  <msalter@cygnus.com>
449
450         * v850-tdep.c (v850_target_architecture_hook): Setup correct
451         machine id for disassembly.
452
453 2000-01-13  Jim Blandy  <jimb@cygnus.com>
454
455         * i386-linux-nat.c (fill_gregset): Pass the correct arguments to
456         convert_to_regset, when regno indicates a specific register.
457
458 Thu Jan 13 23:34:17 EST 2000  Nicholas Duffek <nsd@cygnus.com>
459
460         * uw-thread.c: Document libthread.so debugging interface.  Minor
461         comment and formatting tweaks.
462         (DEBUG): #define as 0 instead of 1.
463         (CALL_BASE): Include function name in error msg.
464         (libthread_stub): Adjust inferior_pid after thread exit.
465         (uw_thread_create_inferior): Deactivate uw_thread_ops before
466         asking procfs_ops to create inferior.
467         (libthread_init): Don't return nonlocally on error.
468
469 2000-01-12  Fernando Nasser  <fnasser@totem.to.cygnus.com>
470
471         * rdi-share/ardi.c (negotiate_params): Fix initialization of static
472         variable.
473
474 2000-01-12  Fernando Nasser  <fnasser@totem.to.cygnus.com>
475
476         * remote-rdi.c (arm_rdi_open): Call arm-rdi-close() to make sure
477         both sides are on the same state.
478
479 2000-01-12  Fernando Nasser  <fnasser@totem.to.cygnus.com>
480
481         * rdi-share/serdrv.c (find_baud_rate): Fix entries for 57600 and
482         115200 (minor syntax mistake).
483
484 2000-01-12  Jim Blandy  <jimb@cygnus.com>
485
486         * config/sparc/tm-sun4sol2.h (MERGEPID): Provide a definition for
487         this here, to go along with the definitions of PIDGET and TIDGET.
488
489 2000-01-12  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
490
491         * thread.c (do_captured_thread_select): New function. Switch
492         current thread, safely from within catch_errors().
493         (gdb_thread_select): New function. Switch threads safely.
494         (thread_command): Use gdb_thread_select().
495         Include ui-out.h.
496         (do_captured_list_thread_ids): New function.
497         (gdb_list_thread_ids): New function.
498
499         * defs.h (gdb_thread_select, gdb_list_thread_ids): Export.
500
501 2000-01-11  Christopher Faylor <cgf@cygnus.com>
502
503         * configure.in: Avoid linking -limagehlp unless it's a native build.
504         * configure: Regenerate.
505         * thread.cc (add_thread): Clear private data pointer here or suffer
506         strange behavior when it is checked for NULL later.
507
508 2000-01-09  Christopher Faylor  <cgf@cygnus.com>
509
510         * win32nat.c (handle_exceptions): Handle various arithmetic exceptions.
511         * configure.in: Add an additional library to cygwin link.
512         * configure: Regenerate.
513
514         Patch from Egor Duda <deo@logos-m.ru>:
515         * coffread.c (coff_symfile_read): Reinstate ability to recognize "pe"
516         type.
517
518 2000-01-07  Michael Snyder  <msnyder@cleaver.cygnus.com>
519
520         * uw-thread.c: New file to support UnixWare user-mode threads:
521         contributed by Nickolas Duffek  <nsd@cygnus.com>.
522         * target.h (struct target_ops): New vector, to_extra_thread_info,
523         allows back-ends to give extra details in info thread display.
524         (target_extra_thread_info): define new macro.
525         (target_find_new_threads): simplify macro.  Cleanup comments.
526         * target.c (to_extra_thread_info): default and inherit new vector.
527         (cleanup_target): eliminate PARAMS, break up long lines,
528         provide default definition for to_extra_thread_info, and
529         to_find_new_threads.  Default to_thread_alive and to_query
530         to return_zero, not target_ignore (they each return int not void).
531         (debug_to_find_new_threads): new debug entry.
532         (setup_target_debug): add debug_to_find_new_threads.
533         * gdbthread.h: export struct thread_info, find_thread_pid, and
534         iterate_over_threads.  Add comments.  Eliminate PARAMS.  Update
535         copyright.  Add new private data pointer for use by target back-ends.
536         * thread.c (struct thread_info): move definition to gdbthread.h.
537         (find_thread_pid): new exported function for thread lookup.
538         (iterate_over_threads): new exported function for applying
539         arbitrary operations to threads.  Update copyright to 2000.
540         (info_threads_command): use new target_extra_thread_info vector
541         to display extra information about each thread (if implemented).
542         * config/i386/tm-i386v42mp.h: remove obsolete #defines for procfs.
543         Add defines for PIDGET, etc.
544         * config/i386/tm-i386sol2.h: ditto.
545         * config/sparc/tm-sun4sol2.h: ditto.
546         * config/i386/i386v42mp.mh: add uw-thread.o to NATDEPFILES.
547         * testsuite/gdb.threads/pthreads.exp: Try to link with -lthread
548         if -lpthread and -lpthreads fail.
549
550         * procfs.c: (PIDGET, TIDGET, MERGEPID): change default to no-op.
551         (proc_flags): combine flags that UnixWare splits into two locations.
552         (proc_modify_flag): add support for PR_KLC (kill on last close).
553         (proc_[un]set_kill_on_last_close): new functions.
554         
555 2000-01-07  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
556
557         * infrun.c (normal_stop): Print out thread id when we stop.
558
559 2000-01-06  Fernando Nasser  <fnasser@totem.to.cygnus.com>
560
561         * remote.c (remote_open_1): Fix message so it does not imply a
562         specific syntax for serial ports, as it is OS dependent.
563         (remote_async_open_1): Ibid.
564         (init_remote_ops): Ibid.
565
566 2000-01-06  Fernando Nasser  <fnasser@totem.to.cygnus.com>
567
568         * rdi-share/serdrv.c (SerialOpen): Use speed from "-b" argument or
569         "set remotebaud" command (if set) when no speed is specified on
570         the "target rdi" command.
571
572 2000-01-06  Fernando Nasser  <fnasser@totem.to.cygnus.com>
573
574         * rdi-share/serdrv.c (find_baud_rate): Add entries for 57600 and
575         115200.
576         (baud_options[]): Ibid.
577
578 2000-01-06  Fernando Nasser  <fnasser@totem.to.cygnus.com>
579
580         * rdi-share/unixcomm.c: Fix SERIAL_PREFIX so it matches the prefix
581         used by each operating system.
582
583 2000-01-06  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
584
585         * breakpoint.c (until_break_command): Add an argument for the
586         continuation, the beginning of the cleanups set up by this
587         command.
588         (until_break_command_continuation): Do cleanups until the one
589         passed in as argument instead of doing all of them.
590
591         * infcmd.c (finish_command_continuation): Expect a new argument,
592         which indicates up to where to do cleanups. Update calls to
593         do_exec_cleanups to use this marker, instead of ALL_CLEANUPS.
594         (finish_command): Add another argument for the continuation: the
595         starting cleanup for this command.
596
597 2000-01-05  Fernando Nasser  <fnasser@totem.to.cygnus.com>
598
599         From Grant Edwards <grante@visi.com> (original patch from Thomas
600         Zenker ):
601         * rdi-share/ardi.c: Allow interruption of interruptible
602         targets with a <CNTL-C>.
603
604 2000-01-04  Fernando Nasser  <fnasser@totem.to.cygnus.com>
605
606         * rdi-share/etherdrv.c (fetch_ports): Send extra words on request
607         to control port to accommodate some versions of Angel.
608
609 2000-01-04  Fernando Nasser  <fnasser@totem.to.cygnus.com>
610
611         * rdi-share/devsw.c (dumpPacket): Fix source of channel information.
612         Add interpretation for C Support Library packets.
613
614 2000-01-04  Fernando Nasser  <fnasser@totem.to.cygnus.com>
615
616         * rdi-share/devsw.c (DevSW_Close): Remove const from argument that
617         is now being modified.
618         * rdi-share/devsw.h: Adjust declaration of the above funtion.
619
620 For older changes see ChangeLog-99
621 \f
622 Local Variables:
623 mode: change-log
624 left-margin: 8
625 fill-column: 74
626 version-control: never
627 End: