Add comment explaining ppc_linux_memory_remove_breakpoint ().
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 Sat Feb 26 17:15:16 2000 Andrew Cagney <cagney@b1.cygnus.com>
2
3 * MAINTAINERS: Chris Faylor is responsible for all MS Windows
4 systems. Note that Jim Blandy as maintainer for ``tracing
5 bytecode stuff''
6
7 2000-02-25 Fernando Nasser <fnasser@cygnus.com>
8
9 From: Thomas Zenker <thz@Lennartz-electronic.DE>
10 * rdi-share/hsys.c: to compile under 4.4BSD derived systems (FreeBSD,
11 NetBSD...) sys_errlist should not be declared in hsys.c.
12 NEED_SYSERRLIST is set already by configure, so we can use it.
13 * rdi-share/unixcomm.c: 4.4BSD derived systems define BSD, but are
14 posix compliant and we should not work with the old compatibility
15 stuff. Because of that I undef BSD in case of FBSD etc and include
16 sys/ioctl to get the flags.
17 * rdi-share/unixcomm.c: If the TIOCEXCL flags exists set serial line
18 for exclusive use.
19
20 2000-02-24 Kevin Buettner <kevinb@redhat.com>
21
22 * ppc-linux-tdep.c (ppc_sysv_abi_push_arguments): Put address
23 of return structure in r3 if necessary.
24 (ppc_linux_memory_remove_breakpoints): New function.
25 * rs6000-tdep.c (skip_prologue): Make sure that the cases
26 for storing either cr or lr to the stack only handle those
27 cases. (I.e, don't let these cases match 0x00000000 which is
28 found found in the shared library trampoline prior to the
29 loading of the shared library.)
30 * config/powerpc/tm-linux.h (ppc_linux_memory_remove_breakpoint):
31 Declare.
32 (MEMORY_REMOVE_BREAKPOINT): Define.
33
34 Wed Feb 23 23:27:48 2000 Andrew Cagney <cagney@behemoth.cygnus.com>
35
36 * hppah-nat.c: Include "gdb_wait.h" instead of <wait.h>.
37
38 Thu Feb 24 18:42:15 2000 Andrew Cagney <cagney@b1.cygnus.com>
39
40 * configure.in (CONFIG_INSTALL, CONFIG_UNINSTALL): Set to
41 $(SUBDIR_*_INSTALL) when so configured.
42 * configure: Regenerate.
43
44 * Makefile.in (CONFIG_INSTALL, CONFIG_UNINSTALL): Define using
45 configure.
46 (install-only): Add dependency on $(CONFIG_INSTALL). Delete code
47 installing GDBtk.
48 (uninstall): Add dependency on $(CONFIG_UNINSTALL).
49 (SUBDIR_MI_INSTALL, SUBDIR_MI_UNINSTALL, SUBDIR_GDBTK_UNINSTALL,
50 SUBDIR_GDBTK_INSTALL): Define.
51 (install-gdbtk): New target.
52
53 Thu Feb 24 18:19:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
54
55 * configure.in (SUBDIR_MI_CFLAGS): Fix typo, wrong brace.
56 * configure: Regenerate.
57
58 2000-02-24 Christopher Faylor <cgf@cygnus.com>
59
60 * configure.tgt: Add arm, mips, sh wince targets.
61 * config/arm/tm-wince.h: New file.
62 * config/arm/wince.mt New file.
63 * config/sh/tm-wince.h: New file.
64 * config/sh/wince.mt New file.
65 * config/mips/tm-wince.h: New file.
66 * config/mips/wince.mt New file.
67 * wince.c: New file.
68 * wince-stub.c: New file.
69 * wince-stub.h: New file.
70 * sh-tdep.c: Use correct register names for Windows CE.
71
72 Wed Feb 23 19:01:45 EST 2000 Nicholas Duffek <nsd@cygnus.com>
73
74 * top.c (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP): Update comments.
75 (error_return, quit_return): Merge into catch_return pointer.
76 (return_to_top_level): Update comment. Longjmp to *catch_errors,
77 and communicate reason to catch_errors via setjmp return value.
78 (catch_errors): Always catch both quit and error, and if a catch
79 wasn't requested by caller, throw it to the next catch_error.
80 Replace dual longjmp buffer memcpy with single pointer change.
81 Add FIXME for possibly adding new interface to tell caller what
82 event was caught. Add extensive comments.
83 * defs.h (enum return_reason): Reserve 0 for use as initial
84 setjmp() return value.
85 (RETURN_MASK): New public macro to generate RETURN_MASK_* from
86 enum return_reason.
87 (RETURN_MASK_QUIT, RETURN_MASK_ERROR): Define using RETURN_MASK.
88
89 2000-02-23 Fernando Nasser <fnasser@cygnus.com>
90
91 * infcmd.c (run_stack_dummy): Do not pop frame on random signal.
92 * valops.c (_initialize_valops): Add command "set unwindonsignal".
93 (hand_function_call): Test for unwind_on_signal and act accordingly.
94
95 Wed Feb 23 12:58:46 2000 Andrew Cagney <cagney@b1.cygnus.com>
96
97 * gdbarch.sh (dis_asm_read_memory): Change LEN to unsigned long.
98 Match ../include/dis-asm.h change.
99 * gdbarch.h: Regenerate.
100 * corefile.c (dis_asm_read_memory): Update.
101
102 Mon Feb 21 13:57:27 2000 Andrew Cagney <cagney@b1.cygnus.com>
103
104 * configure.in (CONFIG_INITS): Fix typo, was CONFIG_INIT.
105 (ENABLE_CFLAGS): Move initialization to start of file.
106 (enable-gdbmi): Add new configure option --enable-gdbmi. When
107 selected and an ${srcdir}/mi directory is present enable MI
108 interface.
109
110 * configure: Regenerate.
111
112 * Makefile.in (SUBDIR_MI_OBS, SUBDIR_MI_SRCS, SUBDIR_MI_DEPS,
113 SUBDIR_MI_INITS, SUBDIR_MI_LDFLAGS, SUBDIR_MI_CFLAGS): New macros.
114 (CONFIG_OBS, CONFIG_SRCS, CONFIG_DEPS, CONFIG_INITS,
115 CONFIG_LDFLAGS): New macros. Initialized by autoconf via
116 @CONFIG...@.
117 (INTERNAL_LDFLAGS, CDEPS, LINTFILES, DEPFILES, SOURCES,
118 INIT_FILES): Use $(CONFIG_...) instead of @CONFIG...@.
119
120 * mi: New directory. MI interface to GDB.
121
122 * defs.h (interpreter_p): Declare when UI_OUT.
123 * top.c (gdb_init): When interpreter_p, check that the interpreter
124 was recognized by one of the linked in interpreters.
125 * main.c (interpreter_p): Define.
126 (captured_main): When UI_OUT, check for ``-i <interpreter>'' option.
127 * event-top.c (display_gdb_prompt): When interpreter_p, assume
128 interpreter displays prompt.
129
130 * breakpoint.c (print_it_typical, watchpoint_check,
131 print_one_breakpoint, mention): When MI include additional
132 target status information.
133 * infrun.c (print_stop_reason, normal_stop): Ditto.
134
135 2000-02-22 Jim Blandy <jimb@redhat.com>
136
137 * gdbarch.sh: Make the `default' field really default to zero, as
138 documented.
139
140 Bring COERCE_FLOAT_TO_DOUBLE under gdbarch's control.
141 * valops.c (COERCE_FLOAT_TO_DOUBLE): Rework definition to be
142 more function-like.
143 (default_coerce_float_to_double, standard_coerce_float_to_double):
144 New functions.
145 (value_arg_coerce): Adjust for new definition.
146 * value.h (default_coerce_float_to_double,
147 standard_coerce_float_to_double): New declarations for the above.
148 * gdbarch.sh (coerce_float_to_double): New entry, replacing macro.
149 * gdbarch.c, gdbarch.h: Regenerated.
150 * tm-alpha.h, tm-fr30.h, tm-m32r.h, tm-mips.h, tm-hppa.h,
151 tm-rs6000.h, tm-sh.h, tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Change
152 definitions.
153 * mips-tdep.c (mips_coerce_float_to_double): Supply our own custom
154 function here.
155 (mips_gdbarch_init): Install that as our coerce_float_to_double
156 function.
157
158 2000-02-22 Kevin Buettner <kevinb@redhat.com>
159
160 * ppc-linux-nat.c (supply_gregset, supply_fpregset): Add return
161 type.
162 * ppc-linux-tdep.c (ppc_linux_at_sigtramp_return_path): Add
163 forward declaration.
164
165 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc): Handle case
166 where the next frame is a signal handler caller.
167
168 * config/powerpc/tm-linux.h (PUSH_ARGUMENTS): Remove extraneous
169 undef.
170 (tm-linux.h): Include.
171 (tm-sysv4.h): Don't include (directly). config/tm-linux.h will
172 include this file for us.
173 (REALTIME_LO, REALTIME_HI): Don't define. These are defined by
174 config/tm-linux.h for us.
175 (SOFUN_ADDRESS_MAYBE_MISSING): Define.
176
177 2000-02-21 Kevin Buettner <kevinb@redhat.com>
178
179 * Makefile.in (ppc-linux-nat.c, ppc-linux-tdep.c): New files.
180 (ppc-linux-nat.o, ppc-linux-tdep.o): Add dependencies.
181 * configure.tgt (powerpc-*-linux*): Separate from powerpc-*-eabi
182 and like targets.
183
184 * ppc-linux-nat.c, ppc-linux-tdep.c, config/powerpc/linux.mt,
185 config/powerpc/nm-linux.h, config/powerpc/tm-linux.h: New files.
186 * config/powerpc/xm-linux.h: Substantially revised for native
187 port.
188 * config/powerpc/linux.mh (NAT_FILE): Redefine to be nm-linux.h.
189 (NATDEPFILES): Update list to reflect the fact that we can
190 now debug natively.
191
192 * rs6000-tdep.c, config/rs6000/tm-rs6000.h
193 (rs6000_frameless_function_invocation, rs6000_frame_saved_pc):
194 Renamed; The former names were lacking the rs6000_ prefix.
195 * rs6000-tdep.c (rs6000_frame_saved_pc): Call FRAME_CHAIN
196 instead of rs6000_frame_chain.
197 (rs6000_frame_chain): Call FRAMELESS_FUNCTION_INVOCATION instead
198 of rs6000_frameless_function_invocation.
199
200 2000-02-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
201
202 From Philippe De Muyter <phdm@macqel.be>
203
204 * event-loop.c (handle_file_event): In case of poll, enable
205 printing of informational message if an error/exception is
206 detected on the file descriptor.
207
208 2000-02-21 Jim Kingdon <kingdon@redhat.com>
209
210 * MAINTAINERS (Misc): Clarify that yes, anyone can edit web pages.
211
212 Mon Feb 21 12:50:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
213
214 * buildsym.c: Include "language.h" and "expression.h" for
215 longest_local_hex_string_custom.
216
217 Mon Feb 21 11:17:18 2000 Andrew Cagney <cagney@b1.cygnus.com>
218
219 * gdbarch.sh: Include <gdb_wait.h> instead of <wait.h>.
220 * gdbarch.c: Already updated by Wed Feb 9 18:59:16 2000 Andrew
221 Cagney <cagney@b1.cygnus.com>.
222
223 Mon Feb 21 11:03:01 2000 Andrew Cagney <cagney@b1.cygnus.com>
224
225 * MAINTAINERS: Update: IA-64 - Kevin Buettner; ARM - Fernando
226 nasser, Jim Ingham and Scott Bambrough; GNU/Linux ARM - Scott
227 Bambrough; event loop - Elena Zannoni; SDS and RDI/APD protocol -
228 to Fernando Nasser and Jim Ingham; KOD - Fernando Nasser; MI -
229 Andrew Cagney, Elena Zannoni and Fernando Nasser; Web pages - Jim
230 Kingdon.
231 * MAINTAINERS: Add Nick Clifton to write after approval list.
232
233 Mon Feb 21 10:30:39 2000 Andrew Cagney <cagney@b1.cygnus.com>
234
235 * MAINTAINERS: Add note on multiple maintainers.
236
237 2000-02-19 Philippe De Muyter <phdm@macqel.be>
238
239 * cli-out.c (cli_table_header): Type of parameter `alignment' is
240 `enum ui_align', not `int'.
241 (cli_field_string, cli_field_skip): Likewise.
242
243 2000-02-18 Jim Blandy <jimb@redhat.com>
244
245 From Jimmy Guo <guo@cup.hp.com>:
246 * buildsym.h (add_free_pendings): Declare.
247 * buildsym.c (add_free_pendings): New function.
248 (make_blockvector): 32x64 fix using longest_local_hex_string().
249 (start_subfile): initialize variable 'subfile'.
250
251 2000-02-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
252
253 * remote.c (remote_async_detach): Use target_mourn_inferior(), to
254 make sure that all is cleaned up after we disconnect from the
255 target.
256 (remote_detach): Ditto.
257
258 2000-02-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
259
260 From Rodney Brown <RodneyBrown@pmsc.com>
261 * ui-out.c (ui_out_set_flags): Fix typo, removing warning and
262 potentially harming mistake.
263
264 2000-02-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
265
266 * arm-tdep.c: Use header file instead of extern declarations for
267 the {get,set}_arm_regname* functions.
268
269 2000-02-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
270
271 * configure.in: Replaces obsolete gdbtk-variable.c with
272 gdbtk-varobj.c.
273 * configure: Regenerate.
274 * Makefile.in: Remove obsolete/extraneous references to
275 gdbtk-var* files.
276
277 2000-02-16 Mark Kettenis <kettenis@gnu.org>
278
279 * target.c (do_target_signal_to_host): Do not use REALTIME_LO in
280 the conversion of the signal number. TARGET_SIGNAL_REALTIME_33 is
281 33 by definition, whereas REALTIME_LO might be 32 on systems that
282 have SIG32 such as Linux. Make sure that the signal number
283 returned is within the range specified by REALTIME_LO and
284 REALTIME_HI.
285
286 2000-02-16 Mark Kettenis <kettenis@gnu.org>
287
288 * configure: Regenerated.
289
290 2000-02-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
291
292 * arm-tdep.c (set_disassembly_flavor, arm_othernames,
293 _initialize_arm_tdep): Allows the user to choose between any of
294 the flavors available for the disassembly to be used in the "info
295 reg" command and elsewhere in gdb. It prevents having to maintain
296 this information in two places by using the data kept in the
297 opcodes directory.
298
299 2000-02-09 Mark Kettenis <kettenis@gnu.org>
300
301 * configure.in: Check for lwpid_t, psaddr_t, prgregset_t and
302 prfpregset_t in <sys/procfs.h>.
303 * config.in: Add HAVE_LWPID_T, HAVE_PSADDR_T, HAVE_PRGREGSET_T,
304 HAVE_PRFPREGSET_T.
305 * gdb_proc_service.h: Only provide typedefs for lwpid_t, psaddr_t,
306 prgregset_t and prfpregset_t if they are not already present.
307
308 Wed Feb 16 19:00:02 2000 Andrew Cagney <cagney@b1.cygnus.com>
309
310 From 2000-01-26 Rodney Brown <RodneyBrown@pmsc.com>:
311 * procfs.c: Define MERGEPID if not defined. For osf4.0e.
312
313 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
314
315 * Makefile.in (diststuff): Run 'diststuff' in doc/ subdir, not
316 'do-doc'.
317
318 2000-02-15 Kevin Buettner <kevinb@redhat.com>
319
320 Changes for AIX 4.3:
321 * rs6000-tdep.c (rs6000_fix_call_dummy): Set TOC register
322 to correct value for generic dummy frames. When using
323 generic dummy frames, don't attempt to write TOC value or
324 function to call into the call dummy.
325 (rs6000_push_arguments): Adapt USE_GENERIC_DUMMY_FRAMES
326 code to also handle the PowerOpen ABI.
327 (ppc_push_return_address): Enable for all ports.
328 * config/powerpc/tm-ppc-aix.h (USE_GENERIC_DUMMY_FRAMES,
329 PUSH_DUMMY_FRAME, PUSH_RETURN_ADDRESS, GET_SAVED_REGISTER,
330 CALL_DUMMY_BREAKPOINT_OFFSET, CALL_DUMMY_LOCATION,
331 CALL_DUMMY_ADDRESS, CALL_DUMMY_START_OFFSET): Override defaults
332 provided by generic RS6000 definitions so that call dummies
333 are implemented using generic dummy frames instead.
334
335 * rs6000-nat.c (store_inferior_registers): Call exec_one_dummy_insn()
336 prior to changing the stack pointer via ptrace(). Also, ignore
337 attempts to store to undefined registers that are less than
338 NUM_REGS.
339
340 * rs6000-tdep.c (DUMMY_FRAME_SIZE): Change size of the dummy
341 frame from 436 to 448 to account for alignment padding.
342 (rs6000_push_arguments): Obtain actual register size instead
343 of assuming the register is 4 bytes long. [There's still
344 more work to be done to totally remove the 4 byte assumption,
345 however.] Make sure the stack is 16 byte aligned as required
346 by the PowerOpen ABI. Also, make sure that small structures
347 passed in registers are properly aligned within the register.
348
349 2000-02-15 Jesper Skov <jskov@cygnus.co.uk>
350
351 Patch applied by Kevin Buettner <kevinb@redhat.com>
352
353 * rs6000-tdep.c (skip_prologue): skip copying of argument
354 registers to local variable registers.
355
356 2000-02-14 Jim Kingdon <kingdon@redhat.com>
357
358 * elfread.c (elf_symtab_read): Revert changes by Amit S. Kale. A
359 sym->section->index number is not a SECT_OFF_* code.
360
361 Tue Feb 15 12:07:30 2000 Andrew Cagney <cagney@b1.cygnus.com>
362
363 * MAINTAINERS (write after approval): Add H.J. Lu.
364
365 2000-02-14 Nick Clifton <nickc@cygnus.com>
366
367 * sh-tdep.c: Remove extraneous code.
368
369 2000-02-14 Amit S. Kale <akale@veritas.com>
370
371 * elfread.c (elf_symtab_read): Move the use of sym to after where
372 it is set.
373 Checked in by Jim Kingdon <kingdon@redhat.com>
374
375 Mon Feb 14 15:39:01 2000 Andrew Cagney <cagney@b1.cygnus.com>
376
377 * MAINTAINERS: Make Nick Duffek the UnixWare threads maintainer.
378
379 Mon Feb 14 15:20:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
380
381 From 1999-11-24 Jason Merrill <jason@casey.cygnus.com>:
382 * dwarf2read.c: (die_is_declaration): New fn.
383 (read_structure_scope): Use it.
384
385 * dwarf2read.c: (die_is_declaration): Convert to ISO-C.
386
387 2000-02-10 J.T. Conklin <jtc@redback.com>
388
389 * config/i386/nbsd.mt (GDBSERVER_DEPFILES): Add low-nbsd.o
390 * configure.tgt (i[3456]86-*-netbsd*): add gdbserver to
391 configdirs.
392 * gdbserver/low-nbsd.c: New file.
393
394 * gdbserver/Makefile.in: convert to autoconf.
395 * gdbserver/configure.in: likewise.
396 * gdbserver/configure: generate.
397
398 Sun Feb 13 11:21:00 2000 Andrew Cagney <cagney@b1.cygnus.com>
399
400 * CONTRIBUTE: New file. How to contribute to GDB.
401
402 Sun Feb 13 10:34:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
403
404 * MAINTAINERS: Add Eli Zaretskii to djgpp maintiners. Add Kevin
405 Buettner to powerpc maintainers. Make Kevin Buettner the
406 GNU/LINUX PPC native maintainer. Add J.T. Conklin, Jim Kingdon
407 and Jason Molenda to write after aproval list.
408
409 Sun Feb 13 10:18:44 2000 Andrew Cagney <cagney@b1.cygnus.com>
410
411 * MAINTAINERS: Reformat. Separate into check-in categories.
412
413 Sat Feb 12 01:08:21 EST 2000 Nicholas Duffek <nsd@cygnus.com>
414
415 * uw-thread.c: Remove __FUNCTION__ GNUism.
416
417 2000-01-17 Amit S. Kale <akale@veritas.com>
418
419 * elfread.c (elf_symtab_read): Use offset for the section in which a
420 symbol resides, instead of .text section for calculating address of a
421 symbol.
422 Checked in by Jim Kingdon <kingdon@redhat.com>
423
424 2000-02-10 Mark Kettenis <kettenis@gnu.org>
425
426 * gnu-nat.c: Remove hackery to include <bits/waitflags.h>. It is
427 no longer necessary now we have gdb_wait.h.
428
429 2000-02-09 Mark Kettenis <kettenis@gnu.org>
430
431 * gnu-nat.c (proc_string): Make global.
432 (do_mach_notify_dead_name): Suppress dead name notifications if we
433 know that the task is dead.
434
435 1999-12-13 Mark Kettenis <kettenis@gnu.org>
436
437 * gnu-nat.c (inf_validate_task_sc): Get task info via proc server
438 instead of directly from the kernel. Add some hackery to make
439 sure that the info isn't influenced by suspension of the task in
440 the proc server itself.
441
442 2000-02-10 Jim Kingdon <kingdon@redhat.com>
443
444 * defs.h (MERGEPID): Added. Patch submitted by Andrew Hobson and
445 approved by Michael Snyder.
446
447 2000-02-09 Mark Kettenis <kettenis@gnu.org>
448
449 * linux-thread.c: Include defs.h before gdb_wait.h.
450
451 Wed Feb 9 18:59:16 2000 Andrew Cagney <cagney@b1.cygnus.com>
452
453 * Makefile.in (wait_h): Delete macro. Update all dependencies
454 specifying gdb_wait.h instead.
455
456 * ser-unix.c, ser-pipe.c, remote.c, remote-udi.c, remote-sds.c,
457 remote-os9k.c, remote-es.c, remote-rdp.c, remote-vx960.c,
458 remote-vx.c, remote-st.c, remote-nindy.c, remote-mm.c,
459 convex-xdep.c, convex-tdep.c, target.c, win32-nat.c, standalone.c,
460 remote-vxmips.c, remote-vxsparc.c, remote-vx68.c, remote-vx29k.c,
461 remote-sim.c, remote-rdi.c, remote-mips.c, remote-eb.c,
462 remote-e7000.c, remote-bug.c, remote-array.c, remote-adapt.c,
463 ppc-bdm.c, ocd.c, monitor.c, m3-nat.c, linux-thread.c,
464 infttrace.c, lin-thread.c, infptrace.c, gnu-nat.c, gdbarch.c,
465 fork-child.c, command.c: Include "gdb_wait.h" instead of <wait.h>
466 or <sys/wait.h>.
467 * nindy-share/nindy.c, nindy-share/Onindy.c: Ditto.
468
469 * gdb_wait.h: New file. Based on ../include/wait.h. Include
470 <sys/wait.h> or <wait.h> and then define any missing WIF macros.
471
472 Wed Feb 9 01:14:54 2000 Andrew Cagney <cagney@amy.cygnus.com>
473
474 * config/d10v/tm-d10v.h (NO_EXTRA_ALIGNMENT_NEEDED): Define.
475 * config/d10v/tm-d10v.h (STACK_ALIGN): Define.
476 (d10v_stack_align): Declare.
477 * d10v-tdep.c (d10v_stack_align): Define.
478
479 1999-08-23 J.T. Conklin <jtc@redback.com>
480
481 * top.c (remote_timeout): Change default to 2. Add comment
482 explaining history of changes to the default value.
483 * remote.c (_initialize_remote): Remove code that adds set/
484 show remotetimeout, as that's also done in top.c
485
486 1999-10-18 J.T. Conklin <jtc@redback.com>
487
488 * m32r-stub.c, sparcl-stub.c, sparclet-stub.c (handle_exception):
489 Return E01 instead of P01 when 'P' command fails.
490
491 2000-02-05 J.T. Conklin <jtc@redback.com>
492
493 * remote.c (putpkt_binary): Handle NAK from target stub.
494
495 2000-02-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
496
497 * configure.in: Remove the addition of sol-thread.c to the
498 CONFIG_INITS list. This caused problems with init.c, because
499 sol-thread.c would be grepped twice for _initialize_* functions.
500 * configure: Ditto.
501 * Makefile.in: Add FIXME for init.c.
502
503 2000-02-07 Jim Kingdon <kingdon@redhat.com>
504
505 Clean up compiler warnings:
506 * bcache.h, bcache.c, c-valprint.c, coffread.c, stabsread.c,
507 stack.c, valprint.c: Change variables to unsigned.
508 * bcache.c: Rearrange to avoid warnings about variables not being set.
509 * c-lang.c, ch-lang.c, f-lang.c, m2-lang.c: Include valprint.h
510 rather than declaring print_max and repeat_count_threashold
511 ourselves (incorrectly).
512 * valprint.h: Do declare repeat_count_threashold.
513 * ch-exp.c: Use default case for internal error.
514 * findvar.c: Don't omit argument type.
515 * symtab.c: Remove unused variable.
516
517 2000-02-04 Jim Blandy <jimb@redhat.com>
518
519 * c-typeprint.c (remove_qualifiers): New function.
520 (c_type_print_base): Use it to remove qualifiers from C++
521 qualified names, not strrchr.
522
523 * c-typeprint.c (c_type_print_base): Recognize type conversion
524 operators by calling is_type_conversion_operator.
525 (is_type_conversion_operator): New function.
526
527 2000-02-04 Nick Clifton <nickc@cygnus.com>
528
529 * config/arm/tm-arm.h (LOWEST_PC): Define.
530
531 2000-02-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
532
533 * infrun.c (resume): Make just one call to target_resume(), instead
534 of four: set up correct parameters in all the cases ahead of time,
535 and do call at the end.
536
537 2000-02-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
538
539 * config/powerpc/tm-ppc-eabi.h: Define
540 SOFUN_ADDRESS_MAYBE_MISSING.
541
542 2000-02-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
543
544 * arm-tdep.c (arm_pc_is_thumb_dummy): Account for large dummy
545 frames (revisited).
546
547 Fri Feb 4 22:42:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
548
549 * Makefile.in (INIT_FILES): Append CONFIG_INITS
550 * configure.in (CONFIG_INIT): Initialize.
551 (links): Link srcdir/gdbtk/library to gdbtcl2.
552 * gdbtcl2: Moved to gdbtk/library.
553 ChangeLog-gdbtk, gdbtk-cmds.c, gdbtk-hooks.c, gdbtk-variable.c,
554 gdbtk-varobj.c, gdbtk-wrapper.c, gdbtk-wrapper.h, gdbtk.c,
555 gdbtk.h: Moved to gdbtk/generic.
556
557 2000-02-03 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
558
559 * printcmd.c (build_address_symbolic): New function. Returns all
560 the parts that are necessary to print an address in a symbolic
561 form.
562 (print_address_symbolic): Split into a printing part and an
563 information building part, build_address_symbolic().
564
565 * defs.h (build_address_symbolic): Export.
566
567 2000-02-03 Jim Blandy <jimb@redhat.com>
568
569 * dwarf2read.c (decode_locdesc): Add support for the DW_OP_bregx
570 opcode.
571
572 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
573
574 * arm-tdep.c (arm_push_arguments): Fix passing of floating point
575 arguments on dummy frames.
576
577 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
578
579 * arm-tdep.c (arm_pc_is_thumb_dummy): Account for large dummy frames.
580 (arm_pop_frame): Account fr dummy frames (as opposed to real ones).
581
582 2000-02-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
583
584 * remote.c (getpkt_sane): New function. It is the old getpkt(),
585 which now returns a timeout indication.
586 (getpkt): New function. Wrapper for getpkt_sane(), so that return
587 value can still be ignored.
588
589 Tue Feb 1 18:47:31 2000 Andrew Cagney <cagney@b1.cygnus.com>
590
591 * top.c (print_gdb_version): Print ``UI_OUT'' when configured with
592 UI_OUT.
593
594 Tue Feb 1 00:17:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
595
596 * ui-file.c, ui-file.h: Rename gdb-file.h, gdb-file.c. Rename
597 ``struct gdb_file'' to ``struct ui_file''. Delete typedef
598 GDB_FILE.
599
600 * Makefile.in: Update.
601
602 * ax-gdb.c, ax-general.c, ax.h, buildsym.c, c-lang.c, c-lang.h,
603 c-typeprint.c, c-valprint.c, ch-lang.c, ch-lang.h, ch-typeprint.c,
604 ch-valprint.c, command.c, command.h, convex-tdep.c, corefile.c,
605 cp-valprint.c, d10v-tdep.c, d30v-tdep.c, defs.h, expprint.c,
606 expression.h, f-lang.c, f-lang.h, f-typeprint.c, f-valprint.c,
607 frame.h, gdb-events.sh, gdb-file.c, gdb-file.h, gdbcmd.h,
608 gdbtypes.h, hppa-tdep.c, jv-lang.c, jv-lang.h, jv-typeprint.c,
609 jv-valprint.c, language.c, language.h, m2-lang.c, m2-lang.h,
610 m2-typeprint.c, m2-valprint.c, m3-nat.c, main.c, monitor.c,
611 printcmd.c, pyr-tdep.c, remote-mips.c, remote-sim.c, remote-udi.c,
612 remote.c, scm-lang.c, scm-lang.h, scm-valprint.c, ser-e7kpc.c,
613 ser-go32.c, ser-mac.c, ser-ocd.c, ser-unix.c, ser-unix.h,
614 serial.c, serial.h, stack.c, symfile.c, symmisc.c, tahoe-tdep.c,
615 target.c, target.h, top.c, top.h, typeprint.c, typeprint.h,
616 utils.c, v850ice.c, valprint.c, valprint.h, value.h,
617 config/pa/tm-hppa.h: Update.
618 * cli-out.c, cli-out.h, ui-out.c, ui-out.h, varobj.c: Update.
619
620 2000-01-31 Jason Molenda (jsm@bugshack.cygnus.com)
621
622 * config/alpha/alpha-osf2.mh, config/alpha/alpha-osf3.mh,
623 config/i386/i386dgux.mh, config/i386/i386sol2.mh,
624 config/i386/i386v4.mh, config/i386/i386v42mp.mh,
625 config/i386/ncr3000.mh, config/m68k/m68kv4.mh,
626 config/m88k/delta88v4.mh, config/mips/irix4.mh,
627 config/mips/irix5.mh, config/mips/mipsv4.mh,
628 config/powerpc/solaris.mh (NATDEPFILES): Change references to
629 proc_api.o, proc_events.o, proc_flags.o, and proc_why.o to
630 proc-api.o, proc-events.o, proc-flags.o, and proc-why.o.
631
632 Mon Jan 31 17:14:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
633
634 * top.c (fputs_unfiltered_hook): Moved to tui/tui-file.c.
635
636 * main.c (captured_main): Only use the legacy tui_file code when
637 linking in older code such as the TUI.
638
639 * gdb-file.h, gdb-file.c: New files.
640 * utils.c, defs.h (struct gdb_file, gdb_file_new, gdb_file_delete,
641 null_file_isatty, null_file_rewind, null_file_put,
642 null_file_flush, null_file_write, null_file_fputs,
643 null_file_delete, gdb_file_data, gdb_flush, gdb_file_isatty,
644 gdb_file_rewind, gdb_file_put, gdb_file_write, fputs_unfiltered,
645 set_gdb_file_flush, set_gdb_file_isatty, set_gdb_file_rewind,
646 set_gdb_file_put, set_gdb_file_write, set_gdb_file_fputs,
647 set_gdb_file_data, struct accumulated_gdb_file,
648 do_gdb_file_xstrdup, gdb_file_xstrdup, struct mem_file):
649 mem_file_new, mem_file_delete, mem_fileopen, mem_file_rewind,
650 mem_file_put, mem_file_write, struct stdio_file): stdio_file_new,
651 stdio_file_delete, stdio_file_flush, stdio_file_write,
652 stdio_file_fputs, stdio_file_isatty, stdio_fileopen, gdb_fopen):
653 Moved to gdb-file.h and gdb-file.c.
654 * utils.c (enum streamtype, struct tui_stream, tui_file_new,
655 tui_file_delete, tui_fileopen, tui_sfileopen, tui_file_isatty,
656 tui_file_rewind, tui_file_put, tui_file_fputs,
657 tui_file_get_strbuf, tui_file_adjust_strbuf, tui_file_flush,
658 fputs_unfiltered_hook):
659 Moved to tui/tui-file.c and tui/tui-file.h.
660
661 * Makefile.in (COMMON_OBS): Add gdb-file.o, tui-file.o.
662 (tui-file.o, gdb-file.o): Add dependencies.
663 (corefile.o, main.o, utils.o, simmisc.o): Update dependencies.
664 * main.c: #include tui/tui-file.h.
665
666 2000-01-28 Fred Fish <fnf@cygnus.com>
667
668 * findvar.c (value_from_register): Special case handling of D10V
669 pointer values fetched from registers.
670
671 2000-01-28 Fernando Nasser <fnasser@totem.to.cygnus.com>
672
673 * arm-tdep.c (thumb_skip_prologue, thumb_scan_prologue): Add
674 support for new style thumb prologues.
675
676 2000-01-28 Nick Clifton <nickc@redhat.com>
677
678 * arm-tdep.c: Remove extraneous dash at start of strings
679 introduced in previous delta.
680
681 2000-01-27 Nick Clifton <nickc@redhat.com>
682
683 * arm-tdep.c: Replace uses of arm_toggle_renames() with
684 parse_arm_disassembler_option().
685
686 2000-01-27 Jim Blandy <jimb@cygnus.com>
687
688 * symtab.c (decode_line_1): Don't let commas that are within
689 quotes or parenthesis terminate the line spec. Don't use pp when
690 removing the final double quote of a double-quoted string. Don't
691 forget to skip the opening double quote. I have no clue whether
692 this change is correct; probably we've just moved this function
693 from one buggy place to another buggy place, and never came within
694 an outhouse whiff of correctness.
695 (find_toplevel_char): New function.
696
697 2000-01-27 Fernando Nasser <fnasser@totem.to.cygnus.com>
698
699 * arm-tdep.c (arm_push_arguments): Set the thumb mode bit when
700 passing the pointer to a thumb function as an argument.
701
702 2000-01-27 Fernando Nasser <fnasser@totem.to.cygnus.com>
703
704 * remote-rdi.c (arm_rdi_mourn_inferior): Make sure breakpoints
705 are reinserted for another run.
706
707 2000-01-27 Fernando Nasser <fnasser@totem.to.cygnus.com>
708
709 * cli-out.c (cli_filed_string): Test for NULL string.
710
711 2000-01-27 Fernando Nasser <fnasser@totem.to.cygnus.com>
712
713 * infcmd.c (run_stack_dummy): Account for a random signal stopping
714 the inferior as well as breakpoints being hit while performing an
715 inferior function call.
716 * valops.c (hand_function_call): Ditto.
717
718 2000-01-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
719
720 From Mark Kettenis <kettenis@gnu.org>
721
722 * config/i386/tm-i386gnu.h (THREAD_STATE_FLAVOR): Define to
723 i386_REGS_SEGS_STATE.
724 (HAVE_I387_REGS): Define.
725 (FLOAT_INFO): Remove.
726 * i386gnu-nat.c: Almost completely rewritten to use new i386
727 register layout and `float info' implementation.
728 * gnu-nat.c (inf_update_procs, proc_get_state, proc_string):
729 Move prototypes from here.
730 * gnu-nat.h: To here.
731
732 2000-01-24 Kevin Buettner <kevinb@redhat.com>
733
734 * utils.c (get_field, put_field): Fix buffer underruns and
735 overruns. Also, handle case where total_len is not evenly
736 divisible by 8.
737 (getfield): Make sure zeroing of unwanted bits occurs even
738 when bit field to extract does not straddle two or more
739 bytes.
740
741 2000-01-23 Christopher Faylor <cgf@cygnus.com>
742
743 * defs.h: Add gdb_thread_select declaration.
744
745 2000-01-23 Kevin Buettner <kevinb@redhat.com>
746
747 * linux-thread.c (_initialize_linuxthreads): Make sure that
748 linuxthreads_block_mask does not block SIGCHLD.
749
750 2000-01-20 Fernando Nasser <fnasser@totem.to.cygnus.com>
751
752 * rdi-share/devsw.c (openLogFile): On cygwin, set the log mode to
753 text so that new lines work properly.
754
755 2000-01-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
756
757 * proc-utils.h: New file. Export functions from proc-*.c.
758
759 * proc_api.c: Rename to:
760 * proc-api.c: New file. Add include of proc-utils.h.
761
762 * proc_events.c: Rename to:
763 * proc-events.c: New file.
764
765 * proc_flags.c: Rename to:
766 * proc-flags.c: New file.
767
768 * proc_why.c: Rename to:
769 * proc-why.c: New file. Add include of proc-utils.h.
770
771 * procfs.c: Add includes of gdbthread.h, sys/wait.h, signal.h,
772 ctype.h, proc-utils.h.
773 (find_procinfo_or_die): Add braces to avoid ambiguous else clause.
774 (open_procinfo_files): Conditionalize local variable tmp, to avoid
775 compiler warnings.
776 (proc_iterate_over_mappings): Conditionalize local vars mapfd and
777 pathname.
778 (procfs_wait): Adjust format in some printf_filetered calls to
779 avoid compiler warnings.
780 (make_signal_thread_runnable): Ifdef 0. The calls to this function
781 are also ifdef'd 0 .
782 (procfs_resume): Add parentheses around '&&' operation.
783 (procfs_set_exec_trap): Remove unused variable.
784 (info_proc_cmd): Add braces to avoid ambiguous else clause.
785
786 * Makefile.in (procfs.o, proc-api.o, proc-events.o, proc-flags.o,
787 proc-why.o): Update dependencies.
788
789 * config/sparc/sun4sol2.mh (NATDEPFILES): Change proc_*.o files to
790 proc-*.o.
791
792 2000-01-17 Jason Molenda (jsm@bugshack.cygnus.com)
793
794 * configure.in (NEW_PROC_API): Fix Unixware-matching regexp.
795 Fix from Robert Lipe <robertl@sco.com>.
796 * configure: Regenerated.
797
798 2000-01-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
799
800 * stack.c (print_frame_info_base): Break up into the frame info
801 (location) printing part and the rest (source line printing).
802 (print_frame): New function. Take care of printing the location
803 information.
804 Update copyright.
805
806 * infrun.c (normal_stop): Use enum values rather than integers for the
807 source_flag to be passed to show_and_print_stack_frame().
808 Update copyright.
809
810 * frame.h (print_what): New enum for 'source' argument to
811 print_frame_info_base(). Use this instead of obscure numbers.
812 Update copyright.
813
814 Sun Jan 16 17:58:00 2000 David Taylor <taylor@texas.cygnus.com>
815
816 * event-top.c (stdin_event_handler): call quit_command rather than
817 exit -- run cleanups, give target code a chance to say goodbye to
818 the target. Fixes bug where the inferior processes were left
819 around on Solaris (and probably elsewhere) by the testsuite.
820
821 2000-01-14 Mark Salter <msalter@cygnus.com>
822
823 * v850-tdep.c (v850_target_architecture_hook): Setup correct
824 machine id for disassembly.
825
826 2000-01-13 Jim Blandy <jimb@cygnus.com>
827
828 * i386-linux-nat.c (fill_gregset): Pass the correct arguments to
829 convert_to_regset, when regno indicates a specific register.
830
831 Thu Jan 13 23:34:17 EST 2000 Nicholas Duffek <nsd@cygnus.com>
832
833 * uw-thread.c: Document libthread.so debugging interface. Minor
834 comment and formatting tweaks.
835 (DEBUG): #define as 0 instead of 1.
836 (CALL_BASE): Include function name in error msg.
837 (libthread_stub): Adjust inferior_pid after thread exit.
838 (uw_thread_create_inferior): Deactivate uw_thread_ops before
839 asking procfs_ops to create inferior.
840 (libthread_init): Don't return nonlocally on error.
841
842 2000-01-12 Fernando Nasser <fnasser@totem.to.cygnus.com>
843
844 * rdi-share/ardi.c (negotiate_params): Fix initialization of static
845 variable.
846
847 2000-01-12 Fernando Nasser <fnasser@totem.to.cygnus.com>
848
849 * remote-rdi.c (arm_rdi_open): Call arm-rdi-close() to make sure
850 both sides are on the same state.
851
852 2000-01-12 Fernando Nasser <fnasser@totem.to.cygnus.com>
853
854 * rdi-share/serdrv.c (find_baud_rate): Fix entries for 57600 and
855 115200 (minor syntax mistake).
856
857 2000-01-12 Jim Blandy <jimb@cygnus.com>
858
859 * config/sparc/tm-sun4sol2.h (MERGEPID): Provide a definition for
860 this here, to go along with the definitions of PIDGET and TIDGET.
861
862 2000-01-12 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
863
864 * thread.c (do_captured_thread_select): New function. Switch
865 current thread, safely from within catch_errors().
866 (gdb_thread_select): New function. Switch threads safely.
867 (thread_command): Use gdb_thread_select().
868 Include ui-out.h.
869 (do_captured_list_thread_ids): New function.
870 (gdb_list_thread_ids): New function.
871
872 * defs.h (gdb_thread_select, gdb_list_thread_ids): Export.
873
874 2000-01-11 Christopher Faylor <cgf@cygnus.com>
875
876 * configure.in: Avoid linking -limagehlp unless it's a native build.
877 * configure: Regenerate.
878 * thread.cc (add_thread): Clear private data pointer here or suffer
879 strange behavior when it is checked for NULL later.
880
881 2000-01-09 Christopher Faylor <cgf@cygnus.com>
882
883 * win32nat.c (handle_exceptions): Handle various arithmetic exceptions.
884 * configure.in: Add an additional library to cygwin link.
885 * configure: Regenerate.
886
887 Patch from Egor Duda <deo@logos-m.ru>:
888 * coffread.c (coff_symfile_read): Reinstate ability to recognize "pe"
889 type.
890
891 2000-01-07 Michael Snyder <msnyder@cleaver.cygnus.com>
892
893 * uw-thread.c: New file to support UnixWare user-mode threads:
894 contributed by Nickolas Duffek <nsd@cygnus.com>.
895 * target.h (struct target_ops): New vector, to_extra_thread_info,
896 allows back-ends to give extra details in info thread display.
897 (target_extra_thread_info): define new macro.
898 (target_find_new_threads): simplify macro. Cleanup comments.
899 * target.c (to_extra_thread_info): default and inherit new vector.
900 (cleanup_target): eliminate PARAMS, break up long lines,
901 provide default definition for to_extra_thread_info, and
902 to_find_new_threads. Default to_thread_alive and to_query
903 to return_zero, not target_ignore (they each return int not void).
904 (debug_to_find_new_threads): new debug entry.
905 (setup_target_debug): add debug_to_find_new_threads.
906 * gdbthread.h: export struct thread_info, find_thread_pid, and
907 iterate_over_threads. Add comments. Eliminate PARAMS. Update
908 copyright. Add new private data pointer for use by target back-ends.
909 * thread.c (struct thread_info): move definition to gdbthread.h.
910 (find_thread_pid): new exported function for thread lookup.
911 (iterate_over_threads): new exported function for applying
912 arbitrary operations to threads. Update copyright to 2000.
913 (info_threads_command): use new target_extra_thread_info vector
914 to display extra information about each thread (if implemented).
915 * config/i386/tm-i386v42mp.h: remove obsolete #defines for procfs.
916 Add defines for PIDGET, etc.
917 * config/i386/tm-i386sol2.h: ditto.
918 * config/sparc/tm-sun4sol2.h: ditto.
919 * config/i386/i386v42mp.mh: add uw-thread.o to NATDEPFILES.
920 * testsuite/gdb.threads/pthreads.exp: Try to link with -lthread
921 if -lpthread and -lpthreads fail.
922
923 * procfs.c: (PIDGET, TIDGET, MERGEPID): change default to no-op.
924 (proc_flags): combine flags that UnixWare splits into two locations.
925 (proc_modify_flag): add support for PR_KLC (kill on last close).
926 (proc_[un]set_kill_on_last_close): new functions.
927
928 2000-01-07 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
929
930 * infrun.c (normal_stop): Print out thread id when we stop.
931
932 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
933
934 * remote.c (remote_open_1): Fix message so it does not imply a
935 specific syntax for serial ports, as it is OS dependent.
936 (remote_async_open_1): Ibid.
937 (init_remote_ops): Ibid.
938
939 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
940
941 * rdi-share/serdrv.c (SerialOpen): Use speed from "-b" argument or
942 "set remotebaud" command (if set) when no speed is specified on
943 the "target rdi" command.
944
945 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
946
947 * rdi-share/serdrv.c (find_baud_rate): Add entries for 57600 and
948 115200.
949 (baud_options[]): Ibid.
950
951 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
952
953 * rdi-share/unixcomm.c: Fix SERIAL_PREFIX so it matches the prefix
954 used by each operating system.
955
956 2000-01-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
957
958 * breakpoint.c (until_break_command): Add an argument for the
959 continuation, the beginning of the cleanups set up by this
960 command.
961 (until_break_command_continuation): Do cleanups until the one
962 passed in as argument instead of doing all of them.
963
964 * infcmd.c (finish_command_continuation): Expect a new argument,
965 which indicates up to where to do cleanups. Update calls to
966 do_exec_cleanups to use this marker, instead of ALL_CLEANUPS.
967 (finish_command): Add another argument for the continuation: the
968 starting cleanup for this command.
969
970 2000-01-05 Fernando Nasser <fnasser@totem.to.cygnus.com>
971
972 From Grant Edwards <grante@visi.com> (original patch from Thomas
973 Zenker ):
974 * rdi-share/ardi.c: Allow interruption of interruptible
975 targets with a <CNTL-C>.
976
977 2000-01-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
978
979 * rdi-share/etherdrv.c (fetch_ports): Send extra words on request
980 to control port to accommodate some versions of Angel.
981
982 2000-01-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
983
984 * rdi-share/devsw.c (dumpPacket): Fix source of channel information.
985 Add interpretation for C Support Library packets.
986
987 2000-01-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
988
989 * rdi-share/devsw.c (DevSW_Close): Remove const from argument that
990 is now being modified.
991 * rdi-share/devsw.h: Adjust declaration of the above funtion.
992
993 For older changes see ChangeLog-99
994 \f
995 Local Variables:
996 mode: change-log
997 left-margin: 8
998 fill-column: 74
999 version-control: never
1000 End:
This page took 0.049176 seconds and 4 git commands to generate.