Remove cvs conflict indicator.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2001-02-19 Michael Snyder <msnyder@mvstp600e.cygnus.com>
2
3 * parse.c (write_exp_msymbol): Make the type CORE_ADDR, to
4 accomodate 64-bit addresses.
5
6 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7
8 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>
9 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux, not
10 lookup_symbol, when trying to find a symbol with a mangled name,
11 to avoid infinite recursion.
12
13 2001-02-18 Andrew Cagney <ac131313@redhat.com>
14
15 * TODO (5.2): Mention G++ 3.0 ABI. General cleanups.
16
17 2001-02-19 Jonathan Larmour <jlarmour@redhat.com>
18
19 * arm-tdep.c (check_prologue_cache): Fix off by 1 error.
20 (save_prologue_cache): Ditto.
21
22 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23
24 From: innadadadavida@yahoo.com:
25 * partial-stab.h (switch): Check that pst is not null
26 before dereferencing it.
27
28 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
29
30 From Andrew Cagney <cagney@b1.cygnus.com>:
31 * symfile.c (add_symbol_file_command): Always initialize
32 my_cleanup using a NULL cleanup.
33
34 2001-02-19 Eli Zaretskii <eliz@is.elta.co.il>
35
36 * demangle.c (demangling_style_names): New variable.
37 (_initialize_demangler): Fill demangling_style_names with the
38 names of known demangling styles from libiberty_demanglers[]. Use
39 add_set_enum_cmd instead of add_set_cmd, to get completion on
40 demangling style names.
41
42 * proc-api.c (_initialize_proc_api): Make `procfs-file' use
43 file-name completion.
44
45 * remote-rdi.c (_initialize_remote_rdi): Ditto for `rdilogfile'.
46
47 * solib.c (_initialize_solib): Ditto for `solib-search-path' and
48 `solib-absolute-prefix'.
49
50 * tracepoint.c (_initialize_tracepoint): Ditto for
51 `save-tracepoints'.
52
53 * win32-nat.c (_initialize_inftarg): Ditto for `dll-symbols'.
54
55 * cli/cli-cmds.c (init_cli_cmds): Make `shell' and `make' use
56 file-name completion.
57
58 * infcmd.c (_initialize_infcmd): Make the following commands use
59 the file-name completer: `tty', `args', `path', `paths', and
60 `run'.
61
62 2001-02-18 Eli Zaretskii <eliz@is.elta.co.il>
63
64 * go32-nat.c: Include i387-nat.h.
65 (fetch_register): New function, uses some of the guts of
66 go32_fetch_registers and calls i387_supply_register.
67 (go32_fetch_registers): Most of the code moved into
68 fetch_register. Use i387_supply_fsave.
69 (store_register): Use i387_fill_fsave instead of custom code.
70 (go32_store_registers): Use i387_fill_fsave.
71
72 * Makefile.in (go32-nat.o): Depend on i387-nat.h.
73
74 * config/i386/go32.mh (NATDEPFILES): Add i387-nat.o.
75
76 * completer.c (gdb_completer_file_name_break_characters): Remove
77 slash from file-name break characters.
78 [__MSDOS__]: Special definition for DOS/Windows file names.
79 (line_completion_function): When completing on file names, bump
80 `p' to the first file-name constituent character of `word', before
81 invoking the completer.
82
83 2001-02-17 Mark Kettenis <kettenis@gnu.org>
84
85 * i387-nat.c: Include "i387-nat.h". Use regnum instead of regno
86 consistently for parameter names. Fix comments accordingly.
87 (i387_supply_register): New function.
88 (i387_supply_fsave): Implement using i387_supply_register.
89 * i387-nat.h: Use regnum instead of regno consistently for
90 parameter names. Fix comments accordingly.
91 (i387_supply_register): New prototype.
92
93 2001-02-16 Michael Snyder <msnyder@mvstp600e.cygnus.com>
94
95 * remote.c (build_remote_gdbarch_data): Use new TARGET_ADDR_BIT
96 instead of TARGET_PTR_BIT (to support Harvard architectures).
97
98 2001-02-16 Andrew Cagney <ac131313@redhat.com>
99
100 From 2001-02-11 Paul Hilfinger <hilfingr@lisbon.int.act-europe.fr>
101 * hpux-thread.c (hpux_thread_xfer_memory): Add mem_attrib
102 argument to parameter list and to call in order to conform to
103 to_xfer_memory field of struct target_ops.
104
105 2001-02-12 Michael Chastain <chastain@redhat.com>
106
107 * somsolib.c (som_solib_add_solib_objfile): Do not use
108 section relocation feature of syms_from_objfile. Do my own
109 section relocation, offsetting each section of the som by
110 either text_addr - text_link_addr or data_start.
111
112 2001-02-16 Andrew Cagney <ac131313@redhat.com>
113
114 * TODO (5.1): Move ``Hardware watchpint problems'' out of 5.1.
115
116 2001-02-16 Andrew Cagney <ac131313@redhat.com>
117
118 * MAINTAINERS (paper trail): Update.
119
120 2001-02-16 Mark Kettenis <kettenis@gnu.org>
121
122 * target.h (target_fetch_registers): Fix comment.
123
124 2001-02-15 Andrew Cagney <ac131313@redhat.com>
125
126 * f-exp.y: Include <ctype.h>.
127 (parse_number): Ensure that ``i'' is always initialized.
128
129 2001-02-14 Jim Kingdon <jkingdon@engr.sgi.com>
130
131 * MAINTAINERS: Add myself to paper trail section.
132
133 2001-02-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
134
135 * configure.in (AC_CHECK_HEADERS): Add sys/file.h.
136 * configure, config.in: Regenerate.
137 * corelow.c: Include <sys/file.h> if present.
138
139 2001-02-14 Andrew Cagney <ac131313@redhat.com>
140
141 * inflow.c (terminal_ours_1): Initialize ``osigtou''. Only
142 declare when have SIGTTOU.
143
144 2001-02-14 Eli Zaretskii <eliz@is.elta.co.il>
145
146 * config/djgpp/fnchange.lst: Add entries for gdb/gdbtk/*/ChangeLog-*.
147
148 2001-02-12 Jim Kingdon <jkingdon@engr.sgi.com>
149
150 * MAINTAINERS: Update my email address.
151
152 2001-02-11 Eli Zaretskii <eliz@is.elta.co.il>
153
154 * NEWS: Document that "info symbol" works with COFF debug info and
155 its variants.
156
157 * minsyms.c (lookup_minimal_symbol_by_pc_section): Don't skip
158 symbols whose SYMBOL_BFD_SECTION is NULL.
159
160 2000-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
161
162 Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.
163 * xcoffsolib.c (xcoff_solib_address): Renamed from
164 pc_load_segment_name. Return NULL if address is not in a shared
165 library. Cleanup shared library name construction, using xasprintf.
166 Format shared library member names consistent with format in exec.c.
167 (solib_info): Format shared library member names consistent with
168 format in exec.c.
169 * config/rs6000/nm-rs6000.h: Replace PC_LOAD_SEGMENT with PC_SOLIB,
170 using xcoff_solib_address for PC_SOLIB definition.
171 * stack.c (print_frame): Remove PC_LOAD_SEGMENT code, no longer
172 needed.
173
174 2000-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
175
176 * mipsread.c (read_alphacoff_dynamic_symtab): Replace alloca calls
177 with xmalloc calls and cleanups.
178
179 2000-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
180
181 * rs6000-nat.c (child_xfer_memory): Add missing parameter
182 'struct mem_attrib *' required by 2001-01-23 change.
183
184 2001-02-08 Jim Kingdon <jkingdon@engr.sgi.com>
185
186 Updates to "make TAGS":
187 * Makefile.in (ALLDEPFILES): Remove altos-xdep.c arm-convert.s
188 arm-xdep.c convex-tdep.c convex-xdep.c pyr-tdep.c pyr-xdep.c
189 tahoe-tdep.c.
190 (TAGFILES_NO_SRCDIR): Add $(SUBDIR_CLI_SRCS).
191
192 2001-02-08 Eli Zaretskii <eliz@is.elta.co.il>
193
194 * config/djgpp/fnchange.lst: Remove extraneous "too many dots".
195
196 Wed Feb 7 22:39:26 2001 Andrew Cagney <cagney@redhat.com>
197
198 From Dean Luick <luick@cray.com>:
199 * defs.h (continuation): Remove unused global variable.
200
201 Wed Feb 7 22:28:31 2001 Andrew Cagney <cagney@redhat.com>
202
203 * configure.tgt: Remove references to convex, pyramid, altos and
204 tahoe.
205 * configure.host: Ditto.
206 * MAINTAINERS: Ditto.
207 * NEWS: Update.
208
209 * tahoe-tdep.c: Delete obsolete file.
210 * pyr-xdep.c: Ditto.
211 * pyr-tdep.c: Ditto.
212 * convex-tdep.c: Ditto.
213 * convex-xdep.c: Ditto.
214 * config/tahoe/xm-tahoe.h: Ditto.
215 * config/tahoe/tm-tahoe.h: Ditto.
216 * config/tahoe/tahoe.mt: Ditto.
217 * config/tahoe/tahoe.mh: Ditto.
218 * config/pyr/xm-pyr.h: Ditto.
219 * config/pyr/tm-pyr.h: Ditto.
220 * config/pyr/pyramid.mt: Ditto.
221 * config/pyr/pyramid.mh: Ditto.
222 * config/m68k/xm-altos.h: Ditto.
223 * config/m68k/tm-altos.h: Ditto.
224 * config/m68k/altos.mt: Ditto.
225 * config/m68k/altos.mh: Ditto.
226 * config/convex/xm-convex.h: Ditto.
227 * config/convex/tm-convex.h: Ditto.
228 * config/convex/convex.mt: Ditto.
229 * config/convex/convex.mh: Ditto.
230 * config/convex/Convex.notes: Ditto.
231 * config/arm/xm-arm.h: Ditto.
232 * config/arm/nm-arm.h: Ditto.
233 * config/arm/arm.mt: Ditto.
234 * config/arm/arm.mh: Ditto.
235 * arm-convert.s: Ditto.
236 * arm-xdep.c: Ditto.
237 * altos-xdep.c: Ditto.
238
239 Wed Feb 7 19:41:21 2001 Andrew Cagney <cagney@redhat.com>
240
241 * defs.h (internal_error, internal_verror): Add __FILE__ and
242 __LINE__ parameter.
243 * utils.c (internal_error, internal_verror): Update.
244
245 * v850-tdep.c: Update calls to internal_error.
246 * utils.c: Ditto.
247 * ui-out.c: Ditto.
248 * ui-file.c: Ditto.
249 * target.h: Ditto.
250 * symtab.h: Ditto.
251 * symm-nat.c: Ditto.
252 * sparc-tdep.c: Ditto.
253 * source.c: Ditto.
254 * serial.c: Ditto.
255 * rs6000-tdep.c: Ditto.
256 * rs6000-nat.c: Ditto.
257 * remote.c: Ditto.
258 * remote-vx.c: Ditto.
259 * remote-sim.c: Ditto.
260 * remote-mips.c: Ditto.
261 * regcache.c: Ditto.
262 * objfiles.h: Ditto.
263 * objfiles.c: Ditto.
264 * mn10300-tdep.c: Ditto.
265 * mips-tdep.c: Ditto.
266 * maint.c: Ditto.
267 * m68k-tdep.c: Ditto.
268 * m3-nat.c: Ditto.
269 * language.c: Ditto.
270 * infptrace.c: Ditto.
271 * inferior.h: Ditto.
272 * infcmd.c: Ditto.
273 * ia64-tdep.c: Ditto.
274 * i386-tdep.c: Ditto.
275 * i386-linux-nat.c: Ditto.
276 * hppah-nat.c: Ditto.
277 * go32-nat.c: Ditto.
278 * findvar.c: Ditto.
279 * f-lang.c: Ditto.
280 * elfread.c: Ditto.
281 * event-loop.c: Ditto.
282 * dwarf2read.c: Ditto.
283 * dsrec.c: Ditto.
284 * d30v-tdep.c: Ditto.
285 * d10v-tdep.c: Ditto.
286 * cli/cli-setshow.c: Ditto.
287 * cli/cli-script.c: Ditto.
288 * ch-exp.c: Ditto.
289 * breakpoint.c: Ditto.
290 * ax-gdb.c: Ditto.
291 * arch-utils.c: Ditto.
292 * a29k-tdep.c: Ditto.
293 * gdb_assert.h: Ditto.
294 * gdbarch.sh: Ditto.
295 * gdbarch.h, gdbarch.c: Re-generate.
296
297 2001-02-07 Andrew Cagney <ac131313@redhat.com>
298
299 From Mark Kettenis <kettenis@gnu.org>:
300 * event-top.h [!STOP_SIGNAL]: #include <signal.h>.
301
302 2001-02-07 Andrew Cagney <ac131313@redhat.com>
303
304 * remote-sim.c (dump_mem): Cleanup printf format argument.
305 * MAINTAINERS: Update, mn10300-elf now builds.
306
307 2001-02-07 Mark Kettenis <kettenis@gnu.org>
308
309 * event-top.c: Remove duplicate #include <signal.h>.
310
311 2001-02-06 Andrew Cagney <ac131313@redhat.com>
312
313 * sol-thread.c (restore_inferior_pid): Save the PID in a freshly
314 allocated buffer.
315 (save_inferior_pid): Restore the PID from that tempoary
316 buffer. Delete the buffer.
317 * utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD.
318
319 2001-02-06 Andrew Cagney <ac131313@redhat.com>
320
321 * MAINTAINERS: Add ``The Obvious Fix Rule''.
322
323 2001-02-06 Andrew Cagney <ac131313@redhat.com>
324
325 * MAINTAINERS: Add Michael Snyder to Solaris/SPARC list.
326
327 2001-02-06 Andrew Cagney <ac131313@cygnus.com>
328
329 * gdbarch.sh: Include "gdb_assert.h".
330 (struct gdbarch): Change ``nr_data'' to unsigned.
331 (alloc_gdbarch_data, free_gdbarch_data): New functions.
332 (gdbarch_free): Free the data-pointer vector. Use xfree to delete
333 architecture vector.
334 (struct gdbarch_data, struct gdbarch_data_registration): Move init
335 method to gdbarch_data. Add free method, make index unsigned.
336 (struct gdbarch_data_registry): Make nr unsigned.
337 (register_gdbarch_data): Add free parameter. Store in
338 gdbarch_data.
339 (init_gdbarch_data): Use set_gdbarch_data.
340 (set_gdbarch_data): New function.
341
342 * gdbarch.h, gdbarch.c: Re-generate.
343
344 2001-02-06 Michael Sokolov <msokolov@ivan.Harhan.ORG>
345
346 * ser-unix.c (hardware_print_tty_state) [HAVE_SGTTY]: Call
347 fprintf_filtered with correct arguments.
348
349 2001-02-06 Michael Snyder <msnyder@makita.cygnus.com>
350 Submitted by Paul Hilfinger (hilfingr@gnat.com)
351 and Andrei Petrov (and@genesyslab.com).
352 * findvar.c: Buffers of size MAX_REGISTER_RAW_SIZE or REGISTER_BYTES
353 must be allocated dynamically, since these are no longer constants.
354 * infcmd.c: Ditto.
355 * regcache.c: Ditto.
356 * remote.c: Ditto.
357 * sol-thread.c: Ditto.
358 * valops.c: Ditto.
359 * config/sparc/sun4sol2.mh (MH_CFLAGS): Add -I/usr/include/v9, as a
360 work-around for a missing Sun header file in solaris for sparc64.
361
362 2001-02-04 Philip Blundell <philb@gnu.org>
363
364 * config/arm/linux.mh (NATDEPFILES): Add proc-service.o,
365 thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o.
366 * config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP,
367 GET_THREAD_SIGNALS): Define.
368 * arm-linux-nat.c (fill_gregset): Correct type of argument.
369 (supply_gregset): Likewise.
370 (fill_fpregset): Likewise.
371 (supply_fpregset): Likewise.
372
373 Tue Feb 6 11:58:57 2001 David Taylor <taylor@redhat.com>
374
375 * valops.c (value_cast): If casting a scalar to a pointer, do not
376 issue a message about truncation unless it exceeds the length of
377 an address, not the length of a pointer. This is because what the
378 user gives us is an address, not a pointer, and we will ultimately
379 convert it (via ADDRESS_TO_POINTER) to a pointer, not truncate it
380 to a pointer. This allows things like "print *(int *)0x01000234"
381 to work without generating a misleading message on a target having
382 two byte pointers and four byte addresses.
383
384 2001-02-05 Christopher Faylor <cgf@cygnus.com>
385
386 * win32-nat.c: Change PTR to void * throughout.
387
388 2001-02-05 J.T. Conklin <jtc@redback.com>
389
390 * signals.h: Removed.
391 * event-top.c (#include <signal.h>): Changed from signals.h.
392 * inflow.c: Likewise.
393 * mac-xdep.c: Likewise.
394 * ser-pipe.c: Likewise.
395 * ser-tcp.c: Likewise.
396 * standalone.c: Likewise.
397 * top.c: Likewise.
398 * utils.c: Likewise.
399 * Makefile.in: Removed signals.h from dependencies.
400
401 2001-02-05 Christopher Faylor <cgf@cygnus.com>
402
403 Change suggested by Dean Luick <luick@cray.com>
404 * inferior.h (step_over_calls_kind): Remove trailing comma from
405 last enum element.
406 (step_over_calls): Declare as extern rather than global.
407
408 2001-02-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
409
410 * sh-tdep.c: Update copyright.
411 (sh_extract_return_value): Rewrite.
412 (sh3e_sh4_extract_return_value): New function.
413 (sh_gdbarch_init): Initialize gdbarch_extract-return_value to new
414 version of the function for sh3e and sh4 CPUs.
415
416 2001-02-05 Michael Chastain <chastain@redhat.com>
417
418 * hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
419 to conform with interface change.
420
421 2001-02-04 Eli Zaretskii <eliz@is.elta.co.il>
422
423 * config/djgpp/fnchange.lst: Tweak to make consistent with the
424 new files.
425
426 * config/djgpp/djconfig.sh: Use explicit absolute file name when
427 invoking `find'.
428
429 * ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only if
430 UART_FIFO_WORKS is defined. Otherwise use outportb.
431 From Francisco Pastor <fpastor.etra-id@etra.es>
432
433 * go32-nat.c (go32_xfer_memory): Make the argument list consistent
434 with target.h's `to_xfer_memory' member.
435
436 2001-02-02 J.T. Conklin <jtc@redback.com>
437
438 * ppc-bdm.c (#include <signal.h>): Removed.
439 * remote-array.c: Likewise.
440 * remote-bug.c: Likewise.
441 * remote-e7000.c: Likewise.
442 * remote-mips.c: Likewise.
443 * remote-os9k.c: Likewise.
444 * remote-st.c: Likewise.
445 * remote-udi.c: Likewise.
446 * remote-vx29k.c: Likewise.
447 * remote-vx68.c: Likewise.
448 * remote-vx960.c: Likewise.
449 * remote-vxmips.c: Likewise.
450 * remote-vxsparc.c: Likewise.
451
452 2001-02-02 John Moore <jmoore@redhat.com>
453
454 * remote-utils.h (sr_set_device): Changed free() to xfree() where
455 appropriate. Also changed Copyright to include 2001.
456 * symtab.h (obstack_chunk_free, SYMBOL_INIT_DEMANGLED_NAME): Likewise.
457 * value.h (value_free): Likewise.
458 * gdbarch.sh (gdbarch_free): Likewise.
459 * gdbarch.c, gdbarch.h: Regenerated.
460
461 2001-02-02 John Moore <jmoore@redhat.com>
462
463 * cli/cli-cmds.c (apropos_command): Changed occurance of free() to
464 xfree(). Also changed Copyright to include 2001.
465
466 2001-02-02 J.T. Conklin <jtc@redback.com>
467
468 * monitor.c (#include "gdb_wait.h"): Removed.
469 * ocd.c: Likewise.
470 * ppc-bdm.c: Likewise.
471 * remote-adapt.c: Likewise.
472 * remote-array.c: Likewise.
473 * remote-bug.c: Likewise.
474 * remote-e7000.c: Likewise.
475 * remote-eb.c: Likewise.
476 * remote-es.c: Likewise.
477 * remote-mips.c: Likewise.
478 * remote-mm.c: Likewise.
479 * remote-nindy.c: Likewise.
480 * remote-os9k.c: Likewise.
481 * remote-rdi.c: Likewise.
482 * remote-rdp.c: Likewise.
483 * remote-sds.c: Likewise.
484 * remote-sim.c: Likewise.
485 * remote-st.c: Likewise.
486 * remote-udi.c: Likewise.
487 * remote-vx.c: Likewise.
488 * remote-vx29k.c: Likewise.
489 * remote-vx68.c: Likewise.
490 * remote-vx960.c: Likewise.
491 * remote-vxmips.c: Likewise.
492 * remote-vxsparc.c: Likewise.
493 * remote.c: Likewise.
494 * ser-pipe.c: Likewise.
495 * ser-unix.c: Likewise.
496 * Makefile.in: Updated dependencies.
497
498 2001-01-31 David Smith <dsmith@redhat.com>
499
500 * event-loop.c: Change inclusion of string.h to gdb_string.h and
501 updated the copyright notice.
502 * ser-pipe.c: Ditto.
503 * mi/mi-cmds.c: Ditto.
504 * mi/mi-console.c: Ditto.
505 * mi/mi-getopt.c: Ditto.
506 * mi/mi-parse.c: Ditto.
507
508 2001-01-31 David Smith <dsmith@redhat.com>
509
510 * MAINTAINERS: Add David Smith to Write After Approval list.
511
512 Tue Jan 30 15:43:08 2001 Andrew Cagney <cagney@cygnus.com>
513
514 * cli/cli-utils.c (putchar_filtered): Move function from here.
515 * utils.c (putchar_filtered): To here.
516 * cli/cli-utils.h (putchar_filtered): Move declaration from here.
517 * defs.h (putchar_filtered): To here.
518
519 Tue Jan 30 17:27:11 2001 Andrew Cagney <cagney@redhat.com>
520
521 * configure.in (AC_CHECK_FUNCS): Replace vfork test with
522 AC_FUNC_VFORK macro.
523 * config.in, configure: Re-generate.
524
525 * gdb_vfork.h: New file.
526 * ser-pipe.c (pipe_open): Update. Include "gdb_vfork.h".
527 * fork-child.c (fork_inferior): Ditto.
528
529 Tue Jan 30 17:09:07 2001 Andrew Cagney <cagney@redhat.com>
530
531 * defs.h (strsave): Delete declaration.
532 * utils.c (strsave): Delete definition.
533 * TODO (strsave): Update
534
535 * mac-xdep.c (tilde_expand): Replace strsave with xstrdup.
536 * sparcl-tdep.c (sparclite_open): Ditto.
537 * mips-tdep.c (mips_set_processor_type_command): Ditto.
538 (_initialize_mips_tdep): Ditto.
539 * solib.c (solib_open): Ditto.
540 * symfile.c (add_filename_language): Ditto.
541 (set_ext_lang_command): Ditto.
542 * source.c (init_source_path): Ditto.
543 (mod_path): Ditto.
544 * sh3-rom.c (sh3_open): Ditto.
545 (sh3e_open): Ditto.
546 * serial.c (serial_open): Ditto.
547 * remote-mips.c (common_open): Ditto.
548 * monitor.c (monitor_open): Ditto.
549 * m32r-rom.c (m32r_upload_command): Ditto.
550 * infcmd.c (path_command): Ditto.
551 * f-exp.y (parse_number): Ditto.
552 * breakpoint.c (create_longjmp_breakpoint): Ditto.
553 (create_thread_event_breakpoint): Ditto.
554 * arc-tdep.c (arc_set_cpu_type_command): Ditto.
555 (_initialize_arc_tdep): Ditto.
556
557 Tue Jan 30 15:14:26 2001 Andrew Cagney <cagney@skil>
558
559 * cli/cli-script.c (define_command): Check for a bad hook value in
560 switch statement.
561
562 2001-01-30 J.T. Conklin <jtc@redback.com>
563
564 * configure/sh/embed.mt: New file.
565 * configure/sh/linux.mt: New file.
566 * configure/sh/sh.mt: Removed.
567 * configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets.
568 (sh-*-*): Removed.
569
570 2001-01-29 Michael Chastain <chastain@redhat.com>
571
572 * symtab.c (block_lookup_symbol): Use 'namespace' parameter in
573 symbol comparisons in binary search.
574
575 2000-01-27 Christopher Faylor <cgf@cygnus.com>
576
577 * win32-nat.c (child_xfer_memory): Add missing argument required by
578 2001-01-23 change.
579
580 2001-01-27 Mark Kettenis <kettenis@gnu.org>
581
582 * ui-out.c (do_list_end): New function.
583 (make_cleanup_ui_out_list_end): New function.
584 * ui-out.h: Provide prototype for make_cleanup_ui_out_list_end.
585 * stack.c (print_frame) [UI_OUT]: Call
586 make_cleanup_ui_out_list_end to make sure we mark the end of the
587 list if we do a non-local exit. At the end of the function,
588 instead of calling ui_out_list_end directly, let do_cleanups
589 handle it.
590
591 2001-01-26 Fernando Nasser <fnasser@redhat.com>
592
593 Fix double parsing of filenames passed as command line arguments
594 to GDB (causes weird handling of escape characters).
595 Also, remove dependencies on the CLI from libgdb.
596 * call-cmds.h: Remove declaration of exec_file_command().
597 * gdbcore.h: Remove declaration of exec_file_command().
598 Add declarations for exec_open() and exec_file_clear().
599 * symfile.h: Add declarations for symbol_file_add_main() and
600 symbol_file_clear().
601 * exec.c (exec_open): New function. Implements to_open for exec
602 targets.
603 (exec_file_clear): New function. Makes GDB forget about a previously
604 specified executable file.
605 (exec_file_attach): Move parsing of arguments from here ...
606 (exec_file_command): ... to here.
607 (init_exec_ops): Use exec_open(), not exec_file_command() to
608 implement to_open for exec targets.
609 * symfile.c (symbol_file_add_main): New function. Call symbol_file_add()
610 with default values. Used when the file name has already been parsed.
611 (symbol_file_clear): New function. Makes GDB forget about previously
612 read symbols.
613 (symbol_file_command): Call the above function instead of inline code.
614 * main.c: Include "symfile.h" and "gdbcore.h" instead of the deprecated
615 "call-cmds.h".
616 (captured_main): Call exec_file_attach() and symbol_file_add_main()
617 instead of exec_file_command() and symbol_file_command().
618 (captured_main): Add comment.
619 * corefile.c: Include "symfile.h".
620 (core_file_command): Call symbol_file_add_main() instead of
621 symbol_file_command().
622 (reopen_exec_file): Call exec_open() instead of exec_file_command().
623 * infcmd.c: Include "symfile.h".
624 (attach_command): Call symbol_file_add_main() instead of
625 symbol_file_command().
626 * infrun.c: Remove comment about the inclusion of "symfile.h",
627 not any longer appropriate.
628 (follow_exec): Call symbol_file_add_main() instead of
629 symbol_file_command().
630 * remote-es.c: Include "symfile.h".
631 (es1800_load): Call symbol_file_add_main() instead of
632 symbol_file_command().
633 * remote-vx.c: Remove comment about the inclusion of "symfile.h",
634 not any longer appropriate.
635 (vx-wait): Call symbol_file_add_main() instead of
636 symbol_file_command().
637 * solib-svr4.c (open_symbol_file_object): Call symbol_file_add_main()
638 instead of symbol_file_command().
639 * v850ice.c (ice_file): Call exec_open(), exec_file_attach() and
640 symbol_file_add_main() instead of exec_file_command() and
641 symbol_file_command().
642 * Makefile.in: Update dependencies.
643
644 2001-01-26 Jeff Holcomb <jeffh@redhat.com>
645
646 * remote-udi.c (udi_open): Change strdup to xstrdup.
647 * thread.c (thread_apply_all_command): Change strdup to xstrdup.
648 Update copyright message.
649 * varobj.c (delete_variable_1): Likewise.
650
651 * gdb_string.h: Remove declaration of strdup. Update copyright
652 message.
653 * config/xm-mpw.h: Likewise.
654 * config/i386/xm-i386mach.h: Likewise.
655 * config/m68k/xm-apollo68b.h: Likewise.
656 * config/m68k/xm-hp300bsd.h: Likewise.
657 * config/rs6000/xm-rs6000.h: Likewise.
658 * config/vax/xm-vaxult.h: Remove declaration of strdup.
659 * config/vax/xm-vaxult2.h: Likewise.
660
661 2001-01-26 Jeff Holcomb <jeffh@redhat.com>
662
663 * MAINTAINERS: Add Jeff Holcomb to Write After Approval list.
664
665 2001-01-25 J.T. Conklin <jtc@redback.com>
666
667 * target.c (target_xfer_memory_partial): Return -1 on failure due
668 to invalid access mode attribute.
669
670 2001-01-25 Christopher Faylor <cgf@cygnus.com>
671
672 * win32-nat.c (_initialize_core_win32): Prototype correctly.
673
674 2001-01-25 Mark Kettenis <kettenis@gnu.org>
675
676 * config/alpha/tm-fbsd.h: Update copyright.
677 (USE_STRUCT_CONVENTION): Define in terms of
678 alphabsd_use_struct_convention.
679 * config/alpha/fbsd.mt (TDEPFILES): Add alphafbsd-tdep.c.
680 * alphafbsd-tdep.c: New file.
681
682 2001-01-24 Fernando Nasser <fnasser@redhat.com>
683
684 * top.c (print_gdb_version): Update Copyright year.
685
686 2001-01-24 J.T. Conklin <jtc@redback.com>
687
688 * dcache.c (dcache_write_line): Fix typo.
689
690 * memattr.c (delete_mem_region): Replace free() with xfree().
691 (mem_number): Add explicit type.
692
693 * sol-thread.c (sol_thread_xfer_memory): Add attrib argument.
694 (rw_common): Likewise.
695
696 2001-01-24 Fernando Nasser <fnasser@redhat.com>
697
698 * infcmd.c (get_inferior_args, set_inferior_args): Accessor functions
699 for the inferior program arguments.
700 (run_command, run_no_args_command, init_infcmd)): Use accessor
701 functions to set the inferior program arguments.
702 * inferior.h: Add definitions to the accessor functions above.
703
704 2001-01-23 Jim Blandy <jimb@redhat.com>
705
706 * dwarf2read.c (read_tag_const_type, read_tag_volatile_type):
707 Implement these correctly, using make_cv_type.
708
709 2001-01-23 J.T. Conklin <jtc@redback.com>
710
711 * exec.c (xfer_memory): Add attrib argument.
712 * infptrace.c (child_xfer_memory): Likewise.
713 * lin-lwp.c (lin_lwp_xfer_memory): Likewise.
714 * monitor.c (monitor_xfer_memory): Likewise.
715 * remote-adapt.c (adapt_xfer_inferior_memory): Likewise.
716 * remote-array.c (array_xfer_memory): Likewise.
717 * remote-bug.c (bug_xfer_memory): Likewise.
718 * remote-e7000.c (e7000_xfer_inferior_memory): Likewise.
719 * remote-eb.c (eb_xfer_inferior_memory): Likewise.
720 * remote-es.c (es1800_xfer_inferior_memory): Likewise.
721 * remote-mips.c (mips_xfer_memory): Likewise.
722 * remote-mm.c (mm_xfer_inferior_memory): Likewise.
723 * remote-nindy.c (nindy_xfer_inferior_memory): Likewise.
724 * remote-os9k.c (rombug_xfer_inferior_memory): Likewise.
725 * remote-rdi.c (arm_rdi_xfer_memory): Likewise.
726 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Likewise.
727 * remote-sds.c (sds_xfer_memory): Likewise.
728 * remote-sim.c (gdbsim_xfer_inferior_memory): Likewise.
729 * remote-st.c (st2000_xfer_inferior_memory): Likewise.
730 * remote-udi.c (udi_xfer_inferior_memory): Likewise.
731 * remote-vx.c (vx_xfer_memory): Likewise.
732 * remote.c (remote_xfer_memory): Likewise.
733 * target.c (debug_to_xfer_memory, do_xfer_memory): Likewise.
734 * target.h (child_xfer_memory, do_xfer_memory, xfer_memory): Likewise.
735 * thread-db.c (thread_db_xfer_memory): Likewise.
736
737 * target.h (#include "memattr.h"): Added.
738 (target_ops.to_xfer_memory): Add attrib argument.
739
740 * wince.c (_initialize_inftarg): Removed call to set_dcache_state.
741 * dcache.h (set_dcache_state): Removed declaration.
742 * dcache.c (set_dcache_state): Removed definition
743
744 * dcache.c: Update module comment, as dcache is now enabled and
745 disabled with memory region attributes instead of by the global
746 variable "remotecache". Add comment describing the interaction
747 between dcache and memory region attributes.
748 (dcache_xfer_memory): Add comment describing benefits of moving
749 cache writeback to a higher level.
750 (dcache_struct): Removed cache_has_stuff field. This was used to
751 record whether the cache had been accessed in order to invalidate
752 it when it was disabled. However, this is not needed because the
753 cache is write through and the code that enables, disables, and
754 deletes memory regions invalidate the cache. Add comment which
755 suggests that we could be more selective and only invalidate those
756 cache lines containing data from those memory regions.
757 (dcache_invalidate): Updated.
758 (dcache_xfer_memory): Updated.
759
760 (dcache_alloc): Don't abort() if dcache_enabled_p is clear.
761 (dcache_xfer_memory): Removed code that called do_xfer_memory() to
762 perform a uncached transfer if dcache_enabled_p was clear. This
763 function is now only called if caching is enabled for the memory
764 region.
765 (dcache_info): Always print cache info.
766
767 * target.c (do_xfer_memory): Add attrib argument.
768 (target_xfer_memory, target_xfer_memory_partial): Break transfer
769 into chunks defined by memory regions, pass region attributes to
770 do_xfer_memory().
771 * dcache.c (dcache_read_line, dcache_write_line): Likewise.
772
773 * Makefile.in (SFILES): Add memattr.c.
774 (COMMON_OBS): Add memattr.o.
775 (dcache.o): Add target.h to dependencies.
776 * memattr.c: New file.
777 * memattr.h: Likewise.
778
779 * config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a.
780 * config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise.
781 * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise.
782 * gdbserver/low-sim.c (#include "defs.h"): Removed.
783 (mygeneric_load): Rename from generic_load.
784
785 * gdbserver/low-hppabsd.c (#include "server.h"): Added.
786 (#include "defs.h"): Removed.
787 (inferior_pid, perror_with_name): Remove declarations.
788 * gdbserver/low-linux.c: Likewise.
789 * gdbserver/low-nbsd.c: Likewise.
790 * gdbserver/low-sparc.c: Likewise.
791 * gdbserver/low-sun3.c: Likewise.
792
793 * i386-stub.c: Re-indent.
794 * m68k-stub.c: Re-indent.
795
796 2001-01-22 Nicholas Duffek <nsd@redhat.com>
797
798 * gdbarch.sh (PARM_BOUNDARY): Define.
799 * gdbarch.c: Regenerate.
800 * gdbarch.h: Regenerate.
801
802 2001-01-22 J.T. Conklin <jtc@redback.com>
803
804 * ns32k-tdep.c: #include "frame.h"
805 * config/ns32k/tm-umax.h (FRAME_FIND_SAVED_REGS): Restore. It
806 appears to have been inadvertantly removed sometime in May 1999.
807
808 * Revert 2000-11-09 changes where shared library objects were
809 moved from NATDEPFILES to TDEPFILES on NetBSD targets. While
810 we'd like to be able to debug dynamically linked executables,
811 this makes it impossible to build a cross debugger on a many
812 hosts.
813
814 * config/i386/nbsd.mt: Remove solib.o, solib-svr4.o from TDEPFILES.
815 * config/i386/nbsdelf.mt: Likewise.
816 * config/m68k/nbsd.mt: Likewise.
817 * config/ns32k/nbsd.mt: Likewise.
818 * config/powerpc/nbsd.mt: Likewise.
819 * config/sparc/nbsd.mt: Likewise.
820 * config/sparc/nbsdelf.mt: Likewise.
821 * config/i386/nbsd.mh: Add solib.o, solib-svr4.o to NATDEPFILES.
822 * config/i386/nbsdelf.mh: Likewise.
823 * config/m68k/nbsd.mh: Likewise.
824 * config/ns32k/nbsd.mh: Likewise.
825 * config/powerpc/nbsd.mh: Likewise.
826 * config/sparc/nbsd.mh: Likewise.
827
828 2001-01-19 Jason Merrill <jason@redhat.com>
829
830 * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++.
831 (process_one_symbol): Likewise.
832 * dwarfread.c (handle_producer): Likewise.
833
834 Thu Jan 18 12:08:57 2001 Andrew Cagney <cagney@b1.cygnus.com>
835
836 * configure.in (build_warnings): Disable -Wuninitialized until GDB
837 compiles with -Wuninitialized,-Werror.
838 * configure: Regenerate.
839
840 * MAINTAINERS: Add list of buildable targets.
841
842 Thu Jan 18 12:48:04 2001 Andrew Cagney <cagney@b1.cygnus.com>
843
844 * defs.h (STRCMP): Delete macro.
845
846 * objfiles.c (objfile_relocate): Replace STRCMP with call to
847 strcmp.
848 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
849 * symfile.c (compare_symbols): Ditto.
850 * standalone.c (open): Ditto.
851 * remote-es.c (verify_break): Ditto.
852 * cli/cli-decode.c (add_cmd, add_show_from_set): Ditto.
853
854 * symfile.c (compare_psymbols): Delete comment refering to STRCMP.
855
856 Thu Jan 18 12:25:06 2001 Andrew Cagney <cagney@b1.cygnus.com>
857
858 * varobj.c (FREEIF): Delete macro.
859 (varobj_set_value, free_variable): Replace FREEIF with ``xfree''
860 call.
861
862 2001-01-18 Nick Clifton <nickc@redhat.com>
863
864 * arc-tdep.c (arc_cpu_type_table): Add new arc core numbers.
865 (arc_print_insn): No bfd available, so pass NULL to
866 arc_get_disassembler.
867
868 2001-01-09 James Ingham <jingham@inghji.apple.com>
869
870 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookup
871 a mangled symbol rather than recursing into lookup_symbol, since
872 this will just re-unmangle the name & call lookup_symbol_aux -
873 leading to an infinite recursion.
874
875 2001-01-18 Mark Kettenis <kettenis@gnu.org>
876
877 * infcmd.c (print_return_value): Restore another space lost by
878 switch to UIOUT. ``$NN='' should be ``$NN =''.
879
880 Fri Jan 19 02:31:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
881
882 * target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
883 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro
884 definition in parenthesis.
885
886 Fri Jan 19 02:13:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
887
888 From 2000-10-27 Mark Salter <msalter@redhat.com>:
889 * remote.c (remote_remove_hw_breakpoint): Add 'len' field to Z
890 packet.
891 (remote_insert_hw_breakpoint): Ditto.
892
893 2001-01-17 J.T. Conklin <jtc@redback.com>
894
895 * config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.
896 (BPT_VECTOR, REMOTE_BPT_VECTOR): Change to 0xf.
897 * config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o.
898 * m68knbsd-tdep.c: New file.
899
900 * i386nbsd-tdep.c: Remove #if 0'd out #includes.
901
902 * m68knbsd-nat.c: #include gdbcore.h.
903
904 Wed Jan 17 09:41:58 2001 Andrew Cagney <cagney@b1.cygnus.com>
905
906 * MAINTAINERS: Add J.T. Conklin to Blanket Write Privs.
907
908 2001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>
909
910 * procfs.c (procfs_stopped_by_watchpoint): Don't die if process
911 goes away -- just return false (ie. not stopped by watchpoint).
912 * source.c (openp): Fix typo in comment.
913
914 2001-01-12 Nicholas Duffek <nsd@redhat.com>
915
916 * blockframe.c (generic_get_saved_register): Spelling fix.
917 * frame.h (FRAME_FP): Spelling fix.
918
919 Fri Jan 12 18:29:46 2001 Andrew Cagney <cagney@b1.cygnus.com>
920
921 * infcmd.c (print_return_value): Restore space lost by switch to
922 UIOUT. ``$NN='' should be ``$NN =''.
923
924 2001-01-08 Nicholas Duffek <nsd@redhat.com>
925
926 * regcache.c (set_register_cached, register_buffer,
927 real_register, pseudo_register fetch_register, store_register):
928 New functions.
929 (register_changed, read_relative_register_raw_bytes_for_frame,
930 registers_changed, registers_fetched, read_register_bytes,
931 read_register_gen, write_register_gen, read_register,
932 read_signed_register, write_register, supply_register): Replace
933 register_valid[] with register_cached() and
934 set_register_cached().
935 (read_register_bytes, read_register_gen, write_register_gen,
936 read_register, read_signed_register, write_register,
937 supply_register): Replace registers[] with register_buffer().
938 (read_register_bytes, read_register_gen, read_register,
939 read_signed_register): Call fetch_register().
940 (write_register_gen, write_register): Call real_register() and
941 store_register().
942 (write_register_bytes): Call store_register().
943 * value.h (set_register_cached, register_buffer): Prototype.
944 * remote.c (remote_fetch_registers): Allocate regs[] with a
945 run-time size. Replace register_valid[] with
946 set_register_cached().
947 (store_register_using_P, remote_store_registers): Replace
948 registers[] with register_buffer().
949
950 2001-01-08 Nicholas Duffek <nsd@redhat.com>
951
952 * regcache.c: Change "write-back" comment to "write-through".
953 Change "regno" to "regnum".
954 (read_register, read_signed_register): Remove "raw" from return
955 value description.
956 (supply_register): Spelling fix.
957 * value.h: Change "regno" to "regnum".
958
959 2001-01-08 Fernando Nasser <fnasser@redhat.com>
960
961 * Makefile.in (install-gdbtk): Add .itcl files to the list of files
962 to be installed.
963
964 2001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
965
966 * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
967
968 2001-01-04 Nicholas Duffek <nsd@redhat.com>
969
970 * valops.c (VALUE_SUBSTRING_START): Delete.
971
972 2001-01-04 Nicholas Duffek <nsd@redhat.com>
973
974 * Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
975 (SUBDIR_CLI_SRCS): Add cli/cli-utils.c.
976 (cli_utils_h): New variable.
977 (cli/cli-utils.o): New rule.
978 * cli/cli-utils.c: New file.
979 * cli/cli-utils.h: New file.
980
981 2001-01-04 Nicholas Duffek <nsd@redhat.com>
982
983 * config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
984 REGISTER_CONVERT_TO_RAW): Delete trailing semicolon.
985
986 2001-01-03 J.T. Conklin <jtc@redback.com>
987
988 * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in
989 comment.
990
991 2001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
992
993 * sh-tdep.c (sh_default_store_return_value): Allow for small return type.
994 (sh3e_sh4_store_return_value): Call sh_default_store_return_value for
995 non-float types.
996 * sparc-tdep.c (sparc_frame_chain): Fix typo in comment.
997 Update copyright notice.
998
999 For older changes see ChangeLog-2000
1000 \f
1001 Local Variables:
1002 mode: change-log
1003 left-margin: 8
1004 fill-column: 74
1005 version-control: never
1006 End:
This page took 0.051554 seconds and 4 git commands to generate.