2001-02-04 Philip Blundell <philb@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2001-02-04 Philip Blundell <philb@gnu.org>
2
3 * config/arm/linux.mh (NATDEPFILES): Add proc-service.o,
4 thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o.
5 * config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP,
6 GET_THREAD_SIGNALS): Define.
7 * arm-linux-nat.c (fill_gregset): Correct type of argument.
8 (supply_gregset): Likewise.
9 (fill_fpregset): Likewise.
10 (supply_fpregset): Likewise.
11
12 Tue Feb 6 11:58:57 2001 David Taylor <taylor@redhat.com>
13
14 * valops.c (value_cast): If casting a scalar to a pointer, do not
15 issue a message about truncation unless it exceeds the length of
16 an address, not the length of a pointer. This is because what the
17 user gives us is an address, not a pointer, and we will ultimately
18 convert it (via ADDRESS_TO_POINTER) to a pointer, not truncate it
19 to a pointer. This allows things like "print *(int *)0x01000234"
20 to work without generating a misleading message on a target having
21 two byte pointers and four byte addresses.
22
23 2001-02-05 Christopher Faylor <cgf@cygnus.com>
24
25 * win32-nat.c: Change PTR to void * throughout.
26
27 2001-02-05 J.T. Conklin <jtc@redback.com>
28
29 * signals.h: Removed.
30 * event-top.c (#include <signal.h>): Changed from signals.h.
31 * inflow.c: Likewise.
32 * mac-xdep.c: Likewise.
33 * ser-pipe.c: Likewise.
34 * ser-tcp.c: Likewise.
35 * standalone.c: Likewise.
36 * top.c: Likewise.
37 * utils.c: Likewise.
38 * Makefile.in: Removed signals.h from dependencies.
39
40 2001-02-05 Christopher Faylor <cgf@cygnus.com>
41
42 Change suggested by Dean Luick <luick@cray.com>
43 * inferior.h (step_over_calls_kind): Remove trailing comma from
44 last enum element.
45 (step_over_calls): Declare as extern rather than global.
46
47 2001-02-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
48
49 * sh-tdep.c: Update copyright.
50 (sh_extract_return_value): Rewrite.
51 (sh3e_sh4_extract_return_value): New function.
52 (sh_gdbarch_init): Initialize gdbarch_extract-return_value to new
53 version of the function for sh3e and sh4 CPUs.
54
55 2001-02-05 Michael Chastain <chastain@redhat.com>
56
57 * hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
58 to conform with interface change.
59
60 2001-02-04 Eli Zaretskii <eliz@is.elta.co.il>
61
62 * config/djgpp/fnchange.lst: Tweak to make consistent with the
63 new files.
64
65 * config/djgpp/djconfig.sh: Use explicit absolute file name when
66 invoking `find'.
67
68 * ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only if
69 UART_FIFO_WORKS is defined. Otherwise use outportb.
70 From Francisco Pastor <fpastor.etra-id@etra.es>
71
72 * go32-nat.c (go32_xfer_memory): Make the argument list consistent
73 with target.h's `to_xfer_memory' member.
74
75 2001-02-02 J.T. Conklin <jtc@redback.com>
76
77 * ppc-bdm.c (#include <signal.h>): Removed.
78 * remote-array.c: Likewise.
79 * remote-bug.c: Likewise.
80 * remote-e7000.c: Likewise.
81 * remote-mips.c: Likewise.
82 * remote-os9k.c: Likewise.
83 * remote-st.c: Likewise.
84 * remote-udi.c: Likewise.
85 * remote-vx29k.c: Likewise.
86 * remote-vx68.c: Likewise.
87 * remote-vx960.c: Likewise.
88 * remote-vxmips.c: Likewise.
89 * remote-vxsparc.c: Likewise.
90
91 2001-02-02 John Moore <jmoore@redhat.com>
92
93 * remote-utils.h (sr_set_device): Changed free() to xfree() where
94 appropriate. Also changed Copyright to include 2001.
95 * symtab.h (obstack_chunk_free, SYMBOL_INIT_DEMANGLED_NAME): Likewise.
96 * value.h (value_free): Likewise.
97 * gdbarch.sh (gdbarch_free): Likewise.
98 * gdbarch.c, gdbarch.h: Regenerated.
99
100 2001-02-02 John Moore <jmoore@redhat.com>
101
102 * cli/cli-cmds.c (apropos_command): Changed occurance of free() to
103 xfree(). Also changed Copyright to include 2001.
104
105 2001-02-02 J.T. Conklin <jtc@redback.com>
106
107 * monitor.c (#include "gdb_wait.h"): Removed.
108 * ocd.c: Likewise.
109 * ppc-bdm.c: Likewise.
110 * remote-adapt.c: Likewise.
111 * remote-array.c: Likewise.
112 * remote-bug.c: Likewise.
113 * remote-e7000.c: Likewise.
114 * remote-eb.c: Likewise.
115 * remote-es.c: Likewise.
116 * remote-mips.c: Likewise.
117 * remote-mm.c: Likewise.
118 * remote-nindy.c: Likewise.
119 * remote-os9k.c: Likewise.
120 * remote-rdi.c: Likewise.
121 * remote-rdp.c: Likewise.
122 * remote-sds.c: Likewise.
123 * remote-sim.c: Likewise.
124 * remote-st.c: Likewise.
125 * remote-udi.c: Likewise.
126 * remote-vx.c: Likewise.
127 * remote-vx29k.c: Likewise.
128 * remote-vx68.c: Likewise.
129 * remote-vx960.c: Likewise.
130 * remote-vxmips.c: Likewise.
131 * remote-vxsparc.c: Likewise.
132 * remote.c: Likewise.
133 * ser-pipe.c: Likewise.
134 * ser-unix.c: Likewise.
135 * Makefile.in: Updated dependencies.
136
137 2001-01-31 David Smith <dsmith@redhat.com>
138
139 * event-loop.c: Change inclusion of string.h to gdb_string.h and
140 updated the copyright notice.
141 * ser-pipe.c: Ditto.
142 * mi/mi-cmds.c: Ditto.
143 * mi/mi-console.c: Ditto.
144 * mi/mi-getopt.c: Ditto.
145 * mi/mi-parse.c: Ditto.
146
147 2001-01-31 David Smith <dsmith@redhat.com>
148
149 * MAINTAINERS: Add David Smith to Write After Approval list.
150
151 Tue Jan 30 15:43:08 2001 Andrew Cagney <cagney@cygnus.com>
152
153 * cli/cli-utils.c (putchar_filtered): Move function from here.
154 * utils.c (putchar_filtered): To here.
155 * cli/cli-utils.h (putchar_filtered): Move declaration from here.
156 * defs.h (putchar_filtered): To here.
157
158 Tue Jan 30 17:27:11 2001 Andrew Cagney <cagney@redhat.com>
159
160 * configure.in (AC_CHECK_FUNCS): Replace vfork test with
161 AC_FUNC_VFORK macro.
162 * config.in, configure: Re-generate.
163
164 * gdb_vfork.h: New file.
165 * ser-pipe.c (pipe_open): Update. Include "gdb_vfork.h".
166 * fork-child.c (fork_inferior): Ditto.
167
168 Tue Jan 30 17:09:07 2001 Andrew Cagney <cagney@redhat.com>
169
170 * defs.h (strsave): Delete declaration.
171 * utils.c (strsave): Delete definition.
172 * TODO (strsave): Update
173
174 * mac-xdep.c (tilde_expand): Replace strsave with xstrdup.
175 * sparcl-tdep.c (sparclite_open): Ditto.
176 * mips-tdep.c (mips_set_processor_type_command): Ditto.
177 (_initialize_mips_tdep): Ditto.
178 * solib.c (solib_open): Ditto.
179 * symfile.c (add_filename_language): Ditto.
180 (set_ext_lang_command): Ditto.
181 * source.c (init_source_path): Ditto.
182 (mod_path): Ditto.
183 * sh3-rom.c (sh3_open): Ditto.
184 (sh3e_open): Ditto.
185 * serial.c (serial_open): Ditto.
186 * remote-mips.c (common_open): Ditto.
187 * monitor.c (monitor_open): Ditto.
188 * m32r-rom.c (m32r_upload_command): Ditto.
189 * infcmd.c (path_command): Ditto.
190 * f-exp.y (parse_number): Ditto.
191 * breakpoint.c (create_longjmp_breakpoint): Ditto.
192 (create_thread_event_breakpoint): Ditto.
193 * arc-tdep.c (arc_set_cpu_type_command): Ditto.
194 (_initialize_arc_tdep): Ditto.
195
196 Tue Jan 30 15:14:26 2001 Andrew Cagney <cagney@skil>
197
198 * cli/cli-script.c (define_command): Check for a bad hook value in
199 switch statement.
200
201 2001-01-30 J.T. Conklin <jtc@redback.com>
202
203 * configure/sh/embed.mt: New file.
204 * configure/sh/linux.mt: New file.
205 * configure/sh/sh.mt: Removed.
206 * configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets.
207 (sh-*-*): Removed.
208
209 2001-01-29 Michael Chastain <chastain@redhat.com>
210
211 * symtab.c (block_lookup_symbol): Use 'namespace' parameter in
212 symbol comparisons in binary search.
213
214 2000-01-27 Christopher Faylor <cgf@cygnus.com>
215
216 * win32-nat.c (child_xfer_memory): Add missing argument required by
217 2001-01-23 change.
218
219 2001-01-27 Mark Kettenis <kettenis@gnu.org>
220
221 * ui-out.c (do_list_end): New function.
222 (make_cleanup_ui_out_list_end): New function.
223 * ui-out.h: Provide prototype for make_cleanup_ui_out_list_end.
224 * stack.c (print_frame) [UI_OUT]: Call
225 make_cleanup_ui_out_list_end to make sure we mark the end of the
226 list if we do a non-local exit. At the end of the function,
227 instead of calling ui_out_list_end directly, let do_cleanups
228 handle it.
229
230 2001-01-26 Fernando Nasser <fnasser@redhat.com>
231
232 Fix double parsing of filenames passed as command line arguments
233 to GDB (causes weird handling of escape characters).
234 Also, remove dependencies on the CLI from libgdb.
235 * call-cmds.h: Remove declaration of exec_file_command().
236 * gdbcore.h: Remove declaration of exec_file_command().
237 Add declarations for exec_open() and exec_file_clear().
238 * symfile.h: Add declarations for symbol_file_add_main() and
239 symbol_file_clear().
240 * exec.c (exec_open): New function. Implements to_open for exec
241 targets.
242 (exec_file_clear): New function. Makes GDB forget about a previously
243 specified executable file.
244 (exec_file_attach): Move parsing of arguments from here ...
245 (exec_file_command): ... to here.
246 (init_exec_ops): Use exec_open(), not exec_file_command() to
247 implement to_open for exec targets.
248 * symfile.c (symbol_file_add_main): New function. Call symbol_file_add()
249 with default values. Used when the file name has already been parsed.
250 (symbol_file_clear): New function. Makes GDB forget about previously
251 read symbols.
252 (symbol_file_command): Call the above function instead of inline code.
253 * main.c: Include "symfile.h" and "gdbcore.h" instead of the deprecated
254 "call-cmds.h".
255 (captured_main): Call exec_file_attach() and symbol_file_add_main()
256 instead of exec_file_command() and symbol_file_command().
257 (captured_main): Add comment.
258 * corefile.c: Include "symfile.h".
259 (core_file_command): Call symbol_file_add_main() instead of
260 symbol_file_command().
261 (reopen_exec_file): Call exec_open() instead of exec_file_command().
262 * infcmd.c: Include "symfile.h".
263 (attach_command): Call symbol_file_add_main() instead of
264 symbol_file_command().
265 * infrun.c: Remove comment about the inclusion of "symfile.h",
266 not any longer appropriate.
267 (follow_exec): Call symbol_file_add_main() instead of
268 symbol_file_command().
269 * remote-es.c: Include "symfile.h".
270 (es1800_load): Call symbol_file_add_main() instead of
271 symbol_file_command().
272 * remote-vx.c: Remove comment about the inclusion of "symfile.h",
273 not any longer appropriate.
274 (vx-wait): Call symbol_file_add_main() instead of
275 symbol_file_command().
276 * solib-svr4.c (open_symbol_file_object): Call symbol_file_add_main()
277 instead of symbol_file_command().
278 * v850ice.c (ice_file): Call exec_open(), exec_file_attach() and
279 symbol_file_add_main() instead of exec_file_command() and
280 symbol_file_command().
281 * Makefile.in: Update dependencies.
282
283 2001-01-26 Jeff Holcomb <jeffh@redhat.com>
284
285 * remote-udi.c (udi_open): Change strdup to xstrdup.
286 * thread.c (thread_apply_all_command): Change strdup to xstrdup.
287 Update copyright message.
288 * varobj.c (delete_variable_1): Likewise.
289
290 * gdb_string.h: Remove declaration of strdup. Update copyright
291 message.
292 * config/xm-mpw.h: Likewise.
293 * config/i386/xm-i386mach.h: Likewise.
294 * config/m68k/xm-apollo68b.h: Likewise.
295 * config/m68k/xm-hp300bsd.h: Likewise.
296 * config/rs6000/xm-rs6000.h: Likewise.
297 * config/vax/xm-vaxult.h: Remove declaration of strdup.
298 * config/vax/xm-vaxult2.h: Likewise.
299
300 2001-01-26 Jeff Holcomb <jeffh@redhat.com>
301
302 * MAINTAINERS: Add Jeff Holcomb to Write After Approval list.
303
304 2001-01-25 J.T. Conklin <jtc@redback.com>
305
306 * target.c (target_xfer_memory_partial): Return -1 on failure due
307 to invalid access mode attribute.
308
309 2001-01-25 Christopher Faylor <cgf@cygnus.com>
310
311 * win32-nat.c (_initialize_core_win32): Prototype correctly.
312
313 2001-01-25 Mark Kettenis <kettenis@gnu.org>
314
315 * config/alpha/tm-fbsd.h: Update copyright.
316 (USE_STRUCT_CONVENTION): Define in terms of
317 alphabsd_use_struct_convention.
318 * config/alpha/fbsd.mt (TDEPFILES): Add alphafbsd-tdep.c.
319 * alphafbsd-tdep.c: New file.
320
321 2001-01-24 Fernando Nasser <fnasser@redhat.com>
322
323 * top.c (print_gdb_version): Update Copyright year.
324
325 2001-01-24 J.T. Conklin <jtc@redback.com>
326
327 * dcache.c (dcache_write_line): Fix typo.
328
329 * memattr.c (delete_mem_region): Replace free() with xfree().
330 (mem_number): Add explicit type.
331
332 * sol-thread.c (sol_thread_xfer_memory): Add attrib argument.
333 (rw_common): Likewise.
334
335 2001-01-24 Fernando Nasser <fnasser@redhat.com>
336
337 * infcmd.c (get_inferior_args, set_inferior_args): Accessor functions
338 for the inferior program arguments.
339 (run_command, run_no_args_command, init_infcmd)): Use accessor
340 functions to set the inferior program arguments.
341 * inferior.h: Add definitions to the accessor functions above.
342
343 2001-01-23 Jim Blandy <jimb@redhat.com>
344
345 * dwarf2read.c (read_tag_const_type, read_tag_volatile_type):
346 Implement these correctly, using make_cv_type.
347
348 2001-01-23 J.T. Conklin <jtc@redback.com>
349
350 * exec.c (xfer_memory): Add attrib argument.
351 * infptrace.c (child_xfer_memory): Likewise.
352 * lin-lwp.c (lin_lwp_xfer_memory): Likewise.
353 * monitor.c (monitor_xfer_memory): Likewise.
354 * remote-adapt.c (adapt_xfer_inferior_memory): Likewise.
355 * remote-array.c (array_xfer_memory): Likewise.
356 * remote-bug.c (bug_xfer_memory): Likewise.
357 * remote-e7000.c (e7000_xfer_inferior_memory): Likewise.
358 * remote-eb.c (eb_xfer_inferior_memory): Likewise.
359 * remote-es.c (es1800_xfer_inferior_memory): Likewise.
360 * remote-mips.c (mips_xfer_memory): Likewise.
361 * remote-mm.c (mm_xfer_inferior_memory): Likewise.
362 * remote-nindy.c (nindy_xfer_inferior_memory): Likewise.
363 * remote-os9k.c (rombug_xfer_inferior_memory): Likewise.
364 * remote-rdi.c (arm_rdi_xfer_memory): Likewise.
365 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Likewise.
366 * remote-sds.c (sds_xfer_memory): Likewise.
367 * remote-sim.c (gdbsim_xfer_inferior_memory): Likewise.
368 * remote-st.c (st2000_xfer_inferior_memory): Likewise.
369 * remote-udi.c (udi_xfer_inferior_memory): Likewise.
370 * remote-vx.c (vx_xfer_memory): Likewise.
371 * remote.c (remote_xfer_memory): Likewise.
372 * target.c (debug_to_xfer_memory, do_xfer_memory): Likewise.
373 * target.h (child_xfer_memory, do_xfer_memory, xfer_memory): Likewise.
374 * thread-db.c (thread_db_xfer_memory): Likewise.
375
376 * target.h (#include "memattr.h"): Added.
377 (target_ops.to_xfer_memory): Add attrib argument.
378
379 * wince.c (_initialize_inftarg): Removed call to set_dcache_state.
380 * dcache.h (set_dcache_state): Removed declaration.
381 * dcache.c (set_dcache_state): Removed definition
382
383 * dcache.c: Update module comment, as dcache is now enabled and
384 disabled with memory region attributes instead of by the global
385 variable "remotecache". Add comment describing the interaction
386 between dcache and memory region attributes.
387 (dcache_xfer_memory): Add comment describing benefits of moving
388 cache writeback to a higher level.
389 (dcache_struct): Removed cache_has_stuff field. This was used to
390 record whether the cache had been accessed in order to invalidate
391 it when it was disabled. However, this is not needed because the
392 cache is write through and the code that enables, disables, and
393 deletes memory regions invalidate the cache. Add comment which
394 suggests that we could be more selective and only invalidate those
395 cache lines containing data from those memory regions.
396 (dcache_invalidate): Updated.
397 (dcache_xfer_memory): Updated.
398
399 (dcache_alloc): Don't abort() if dcache_enabled_p is clear.
400 (dcache_xfer_memory): Removed code that called do_xfer_memory() to
401 perform a uncached transfer if dcache_enabled_p was clear. This
402 function is now only called if caching is enabled for the memory
403 region.
404 (dcache_info): Always print cache info.
405
406 * target.c (do_xfer_memory): Add attrib argument.
407 (target_xfer_memory, target_xfer_memory_partial): Break transfer
408 into chunks defined by memory regions, pass region attributes to
409 do_xfer_memory().
410 * dcache.c (dcache_read_line, dcache_write_line): Likewise.
411
412 * Makefile.in (SFILES): Add memattr.c.
413 (COMMON_OBS): Add memattr.o.
414 (dcache.o): Add target.h to dependencies.
415 * memattr.c: New file.
416 * memattr.h: Likewise.
417
418 * config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a.
419 * config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise.
420 * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise.
421 * gdbserver/low-sim.c (#include "defs.h"): Removed.
422 (mygeneric_load): Rename from generic_load.
423
424 * gdbserver/low-hppabsd.c (#include "server.h"): Added.
425 (#include "defs.h"): Removed.
426 (inferior_pid, perror_with_name): Remove declarations.
427 * gdbserver/low-linux.c: Likewise.
428 * gdbserver/low-nbsd.c: Likewise.
429 * gdbserver/low-sparc.c: Likewise.
430 * gdbserver/low-sun3.c: Likewise.
431
432 * i386-stub.c: Re-indent.
433 * m68k-stub.c: Re-indent.
434
435 2001-01-22 Nicholas Duffek <nsd@redhat.com>
436
437 * gdbarch.sh (PARM_BOUNDARY): Define.
438 * gdbarch.c: Regenerate.
439 * gdbarch.h: Regenerate.
440
441 2001-01-22 J.T. Conklin <jtc@redback.com>
442
443 * ns32k-tdep.c: #include "frame.h"
444 * config/ns32k/tm-umax.h (FRAME_FIND_SAVED_REGS): Restore. It
445 appears to have been inadvertantly removed sometime in May 1999.
446
447 * Revert 2000-11-09 changes where shared library objects were
448 moved from NATDEPFILES to TDEPFILES on NetBSD targets. While
449 we'd like to be able to debug dynamically linked executables,
450 this makes it impossible to build a cross debugger on a many
451 hosts.
452
453 * config/i386/nbsd.mt: Remove solib.o, solib-svr4.o from TDEPFILES.
454 * config/i386/nbsdelf.mt: Likewise.
455 * config/m68k/nbsd.mt: Likewise.
456 * config/ns32k/nbsd.mt: Likewise.
457 * config/powerpc/nbsd.mt: Likewise.
458 * config/sparc/nbsd.mt: Likewise.
459 * config/sparc/nbsdelf.mt: Likewise.
460 * config/i386/nbsd.mh: Add solib.o, solib-svr4.o to NATDEPFILES.
461 * config/i386/nbsdelf.mh: Likewise.
462 * config/m68k/nbsd.mh: Likewise.
463 * config/ns32k/nbsd.mh: Likewise.
464 * config/powerpc/nbsd.mh: Likewise.
465 * config/sparc/nbsd.mh: Likewise.
466
467 2001-01-19 Jason Merrill <jason@redhat.com>
468
469 * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++.
470 (process_one_symbol): Likewise.
471 * dwarfread.c (handle_producer): Likewise.
472
473 Thu Jan 18 12:08:57 2001 Andrew Cagney <cagney@b1.cygnus.com>
474
475 * configure.in (build_warnings): Disable -Wuninitialized until GDB
476 compiles with -Wuninitialized,-Werror.
477 * configure: Regenerate.
478
479 * MAINTAINERS: Add list of buildable targets.
480
481 Thu Jan 18 12:48:04 2001 Andrew Cagney <cagney@b1.cygnus.com>
482
483 * defs.h (STRCMP): Delete macro.
484
485 * objfiles.c (objfile_relocate): Replace STRCMP with call to
486 strcmp.
487 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
488 * symfile.c (compare_symbols): Ditto.
489 * standalone.c (open): Ditto.
490 * remote-es.c (verify_break): Ditto.
491 * cli/cli-decode.c (add_cmd, add_show_from_set): Ditto.
492
493 * symfile.c (compare_psymbols): Delete comment refering to STRCMP.
494
495 Thu Jan 18 12:25:06 2001 Andrew Cagney <cagney@b1.cygnus.com>
496
497 * varobj.c (FREEIF): Delete macro.
498 (varobj_set_value, free_variable): Replace FREEIF with ``xfree''
499 call.
500
501 2001-01-18 Nick Clifton <nickc@redhat.com>
502
503 * arc-tdep.c (arc_cpu_type_table): Add new arc core numbers.
504 (arc_print_insn): No bfd available, so pass NULL to
505 arc_get_disassembler.
506
507 2001-01-09 James Ingham <jingham@inghji.apple.com>
508
509 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookup
510 a mangled symbol rather than recursing into lookup_symbol, since
511 this will just re-unmangle the name & call lookup_symbol_aux -
512 leading to an infinite recursion.
513
514 2001-01-18 Mark Kettenis <kettenis@gnu.org>
515
516 * infcmd.c (print_return_value): Restore another space lost by
517 switch to UIOUT. ``$NN='' should be ``$NN =''.
518
519 Fri Jan 19 02:31:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
520
521 * target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
522 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro
523 definition in parenthesis.
524
525 Fri Jan 19 02:13:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
526
527 From 2000-10-27 Mark Salter <msalter@redhat.com>:
528 * remote.c (remote_remove_hw_breakpoint): Add 'len' field to Z
529 packet.
530 (remote_insert_hw_breakpoint): Ditto.
531
532 2001-01-17 J.T. Conklin <jtc@redback.com>
533
534 * config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.
535 (BPT_VECTOR, REMOTE_BPT_VECTOR): Change to 0xf.
536 * config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o.
537 * m68knbsd-tdep.c: New file.
538
539 * i386nbsd-tdep.c: Remove #if 0'd out #includes.
540
541 * m68knbsd-nat.c: #include gdbcore.h.
542
543 Wed Jan 17 09:41:58 2001 Andrew Cagney <cagney@b1.cygnus.com>
544
545 * MAINTAINERS: Add J.T. Conklin to Blanket Write Privs.
546
547 2001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>
548
549 * procfs.c (procfs_stopped_by_watchpoint): Don't die if process
550 goes away -- just return false (ie. not stopped by watchpoint).
551 * source.c (openp): Fix typo in comment.
552
553 2001-01-12 Nicholas Duffek <nsd@redhat.com>
554
555 * blockframe.c (generic_get_saved_register): Spelling fix.
556 * frame.h (FRAME_FP): Spelling fix.
557
558 Fri Jan 12 18:29:46 2001 Andrew Cagney <cagney@b1.cygnus.com>
559
560 * infcmd.c (print_return_value): Restore space lost by switch to
561 UIOUT. ``$NN='' should be ``$NN =''.
562
563 2001-01-08 Nicholas Duffek <nsd@redhat.com>
564
565 * regcache.c (set_register_cached, register_buffer,
566 real_register, pseudo_register fetch_register, store_register):
567 New functions.
568 (register_changed, read_relative_register_raw_bytes_for_frame,
569 registers_changed, registers_fetched, read_register_bytes,
570 read_register_gen, write_register_gen, read_register,
571 read_signed_register, write_register, supply_register): Replace
572 register_valid[] with register_cached() and
573 set_register_cached().
574 (read_register_bytes, read_register_gen, write_register_gen,
575 read_register, read_signed_register, write_register,
576 supply_register): Replace registers[] with register_buffer().
577 (read_register_bytes, read_register_gen, read_register,
578 read_signed_register): Call fetch_register().
579 (write_register_gen, write_register): Call real_register() and
580 store_register().
581 (write_register_bytes): Call store_register().
582 * value.h (set_register_cached, register_buffer): Prototype.
583 * remote.c (remote_fetch_registers): Allocate regs[] with a
584 run-time size. Replace register_valid[] with
585 set_register_cached().
586 (store_register_using_P, remote_store_registers): Replace
587 registers[] with register_buffer().
588
589 2001-01-08 Nicholas Duffek <nsd@redhat.com>
590
591 * regcache.c: Change "write-back" comment to "write-through".
592 Change "regno" to "regnum".
593 (read_register, read_signed_register): Remove "raw" from return
594 value description.
595 (supply_register): Spelling fix.
596 * value.h: Change "regno" to "regnum".
597
598 2001-01-08 Fernando Nasser <fnasser@redhat.com>
599
600 * Makefile.in (install-gdbtk): Add .itcl files to the list of files
601 to be installed.
602
603 2001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
604
605 * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
606
607 2001-01-04 Nicholas Duffek <nsd@redhat.com>
608
609 * valops.c (VALUE_SUBSTRING_START): Delete.
610
611 2001-01-04 Nicholas Duffek <nsd@redhat.com>
612
613 * Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
614 (SUBDIR_CLI_SRCS): Add cli/cli-utils.c.
615 (cli_utils_h): New variable.
616 (cli/cli-utils.o): New rule.
617 * cli/cli-utils.c: New file.
618 * cli/cli-utils.h: New file.
619
620 2001-01-04 Nicholas Duffek <nsd@redhat.com>
621
622 * config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
623 REGISTER_CONVERT_TO_RAW): Delete trailing semicolon.
624
625 2001-01-03 J.T. Conklin <jtc@redback.com>
626
627 * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in
628 comment.
629
630 2001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
631
632 * sh-tdep.c (sh_default_store_return_value): Allow for small return type.
633 (sh3e_sh4_store_return_value): Call sh_default_store_return_value for
634 non-float types.
635 * sparc-tdep.c (sparc_frame_chain): Fix typo in comment.
636 Update copyright notice.
637
638 For older changes see ChangeLog-2000
639 \f
640 Local Variables:
641 mode: change-log
642 left-margin: 8
643 fill-column: 74
644 version-control: never
645 End:
This page took 0.045629 seconds and 5 git commands to generate.