* vax-tdep.c (vax_return_value): Change type of readbuf and
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
42835c2b
MK
12005-05-14 Mark Kettenis <kettenis@gnu.org>
2
459f20b9
MK
3 * vax-tdep.c (vax_return_value): Change type of readbuf and
4 writebuf arguments to `gdb_byte *'.
5
42835c2b
MK
6 * amd64-tdep.c (amd64_return_value): Change type of readbuf and
7 writebuf arguments to `gdb_byte *'. Remove now redundant casts.
8 * i386-tdep.c (i386_return_value): Change type of readbuf and
9 writebuf arguments to `gdb_byte *'.
10 (i386_pseudo_register_read, i386_pseudo_register_write): Change
11 type of last argument to `gdb_byte *'.
12 (i386_register_to_value, i386_value_to_register): Change type of
13 last argument to `gdb_byte *'. Simplify function a bit.
14 * i387-tdep.h (i387_value_to_register, i387_register_to_value):
15 Change type of last argument to `gdb_byte *'.
16 * i387-tdep.c: Likewise.
17
b60c417a
AC
182005-05-13 Andrew Cagney <cagney@gnu.org>
19
20 * gdbarch.sh (pseudo_register_read, pseudo_register_write)
21 (value_to_register, register_to_value, pointer_to_address)
22 (address_to_pointer, return_value, extract_return_value)
23 (store_return_value): Instead of a void pointer, use gdb_byte.
24 * gdbarch.h, gdbarch.c: Regenerate.
25 * inferior.h (unsigned_address_to_pointer)
26 (signed_pointer_to_address, address_to_signed_pointer)
27 (unsigned_pointer_to_address): Update.
28 * arch-utils.h (legacy_return_value):
29 * arch-utils.c (legacy_extract_return_value)
30 (legacy_return_value): Update.
31 * findvar.c (unsigned_pointer_to_address)
32 (signed_pointer_to_address, unsigned_address_to_pointer)
33 (address_to_signed_pointer): Update.
34
bdd56253
OF
352005-05-13 Orjan Friberg <orjanf@axis.com>
36
37 * cris-tdep.c (_initialize_cris_tdep): Improve help strings for
38 cris-version, cris-mode, and cris-dwarf2-cfi settings.
39
0e6bdb31
OF
402005-05-13 Orjan Friberg <orjanf@axis.com>
41
42 * cris-tdep.c (usr_cmd_cris_version): Change type to int.
43 (cris_mode_normal, cris_mode_guru, cris_modes, usr_cmd_cris_mode): Add.
44 (struct gdbarch_tdep): Change type of cris_version to int. Add
45 cris_mode.
46 (cris_mode, set_cris_mode): New functions.
47 (crisv32_single_step_through_delay): Read from NRP register instead
48 of ERP register in guru mode.
49 (cris_breakpoint_from_pc): Rename break_insn to break8_insn.
50 Add break15_insn, returned in guru mode.
51 (_initialize_cris_tdep): Add call to add_setshow_enum_cmd for new
52 cris-mode setting.
53 (cris_dump_tdep): Add dump of cris_mode.
54 (cris_gdbarch_init): Add cris_mode to search criteria for architecture.
55 Register the sigtramp frame sniffer only if not in guru mode.
56
1e872def
EZ
572005-05-13 Eli Zaretskii <eliz@gnu.org>
58
59 * Makefile.in (go32-nat.o): Add $(top_h) to prerequisites.
60
61 * go32-nat.c: Include top.h. Update copyright years.
62 (init_go32_ops): Override the default value of gdbinit[] with
63 "gdb.ini".
64
65 * cli/cli-cmds.c: Don't define GDBINIT_FILENAME.
66 (init_cli_cmds): Use gdbinit[] instead of a compile-time literal
67 string GDBINIT_FILENAME.
68
69 * top.c (PATH_MAX): Define if not defined.
70 (gdbinit): Declare with a constant size PATH_MAX.
71
72 * config/i386/go32.mh (XM_FILE): Remove.
73
74 * config/i386/xm-go32.h: Remove file.
75
e0ecbda1
MK
762005-05-12 Mark Kettenis <kettenis@gnu.org>
77
d45b6f32
MK
78 * sol-thread.c: Include "solib.h".
79 (sol_thread_attach): Use solib_add instead of SOLIB_ADD.
80 * Makefile.in (sol-thread.o): Update dependencies.
81
e0ecbda1
MK
82 * NEWS: Mention OpenBSD/mips64 as a new native configuration.
83
5711a8b0
EZ
842005-05-12 Eli Zaretskii <eliz@gnu.org>
85
86 * observer.sh (texi) [DJGPP]: If the file name includes a colon,
87 convert it to the /dev/x/ form.
88
a77053c2
MK
892005-05-12 Mark Kettenis <kettenis@gnu.org>
90
91 * solib.h (CLEAR_SOLIB, SOLIB_ADD)
92 (SOLIB_CREATE_INFERIOR_HOOK, SOLIB_REMOVE_INFERIOR_HOOK)
93 (SOLIB_IN_DYNAMIC_LINKER, SOLIB_RESTART)
94 (DISABLE_UNSETTABLE_BREAK, PC_SOLIB)
95 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Remove defines and orphaned
96 comments.
97 * breakpoint.c: Include "solib.h".
98 (insert_bp_location) [!DISABLE_UNSETTABLE_BREAK]: Call
99 solib_address.
100 (remove_solib_event_breakpoints, create_solib_event_breakpoint)
101 (disable_breakpoints_in_shlibs)
102 (disable_breakpoints_in_unloaded_shlib)
103 (re_enable_breakpoints_in_shlibs): Compile if SOLIB_ADD isn't
104 defined. If PC_SOLIB isn't defined, call solib_address.
105 (_initialize_breakpoint): Unconditionally install observer.
106 * corelow.c: Include "solib.h".
107 [SOLIB_ADD] (solib_add_stub): Remove prototype.
108 (core_close) [!CLEAR_SOLIB]: Call clear_solib.
109 (solib_add_stub) [!SOLIB_ADD] Call solib_add.
110 (core_open): Unconditionally call solib_add_stub.
111 * fork-child.c: Include "solib.h".
112 (fork_inferior) [!SOLIB_CREATE_INFERIOR_HOOK]: Call
113 solib_create_inferior_hook.
114 * infcmd.c: Include "solib.h".
115 (attach_command) [!SOLIB_ADD]: Call shlib_rescan. Unconditionally
116 call re_enable_breakpoints_in_shlibs.
117 * infrun.c: Include "solib.h".
118 (SOLIB_IN_SYNSYM_RESOLVE_CODE): Don't define if not already
119 defined.
120 (stop_on_solib_events, show_stop_on_solib_events): Include
121 unconditionally.
122 (follow_exec) [!SOLIB_CREATE_INFERIOR_HOOK]: Call
123 solib_create_inferior_hook.
124 (handle_inferior_event) [!SOLIB_ADD]: Call shlib_add.
125 [!IN_SOLIB_DYNSYM_RESOLVE_CODE]: Call in_solib_dynsym_resolve_code.
126 (_initialize_infrun): Unconditionally add "stop_on_solib-events"
127 command.
128 * remote.c: Include "solib.h".
129 (remote_open_1): Unconditionally call no_shared_libraries.
130 [!SOLIB_CREATE_INFERIOR_HOOK] Call solib_create_inferior_hook.
131 * stack.c: Include "solib.h".
132 (print_frame) [!PC_SOLIB] Call shlib_for_pc.
133 * xcoffsolib.c (no_shared_libraries): Remove function.
134 * Makefile.in (SFILES): Add solib.c.
135 (ALLDEPFILES): Remove solib.c.
136 (COMMON_OBS): Add solib.o.
137 (breakpoint.o, corelow.o, fork-chiled.o, infcmd.o, infrun.o)
138 (remote.o, stack.o): Update dependencies.
139
847f5ce8
DJ
1402005-05-12 Daniel Jacobowitz <dan@codesourcery.com>
141
142 * cp-names.y: Renamed to ...
143 * cp-name-parser.y: ... this.
144 * Makefile.in (SFILES, YYFILES, YYOBJ): Rename cp-names.y to
145 cp-name-parser.y.
146 (test-cp-names.o): Renamed to test-cp-name-parser.o.
147 (test-cp-names): Renamed to test-cp-name-parser.
148 (clean, local-maintainer-clean): Update.
149 (cp-names.o): Renamed to cp-name-parser.o.
150
b41cde44
EZ
1512005-05-12 Eli Zaretskii <eliz@gnu.org>
152
15c3c5c6
EZ
153 * observer.sh: Use observer.tmp instead of observer.inc-tmp which
154 on 8+3 filesystems overwrites observer.inc. Update copyright year
155 of the resultant file.
156
358777b0
EZ
157 * gnu-v3-abi.c (init_gnuv3_ops): Cast is_gnu_v3_mangled_dtor and
158 is_gnu_v3_mangled_ctor to avoid compiler warnings.
159
b41cde44
EZ
160 * config/djgpp/config.sed: Adapt to latest Autoconf.
161
162 * config/djgpp/djconfig.sh: Add -Wpointer-arith and
163 -Wuninitialized to the build warnings.
164
0d4fc997
EZ
1652005-05-11 Eli Zaretskii <eliz@gnu.org>
166
6791e1b1
EZ
167 * config/djgpp/fnchange.lst: Add mappings for inttypes*.m4,
168 ChangeLog-2004, reg-cris*.dat, dw2-intermix.*, semcris*-switch.c.
169 Fix mappings for hilo-hazard-?.s.
170
0d4fc997
EZ
171 * config/djgpp/README: Update GDB versions and my email address.
172
fc1a4b47
AC
1732005-05-09 Andrew Cagney <cagney@gnu.org>
174
175 Use gdb_byte in preference to bfd_byte.
176 * gdbarch.sh: Update.
177 * gdbarch.h, gdbarch.c: Re-generate.
178 * ada-lang.c, ada-lang.h, ada-valprint.c, arch-utils.c: Update.
179 * c-lang.c, c-lang.h, c-valprint.c, cp-valprint.c: Update.
180 * f-lang.c, f-lang.h, f-valprint.c, gdbcore.h, jv-lang.h: Update.
181 * jv-valprint.c, language.c, language.h, m2-lang.c: Update.
182 * m2-lang.h, m2-valprint.c, objc-lang.c, p-lang.c: Update.
183 * p-lang.h, p-valprint.c, regcache.c, scm-lang.c: Update.
184 * scm-lang.h, scm-valprint.c, target.c, target.h: Update.
185 * tramp-frame.c, valarith.c, valops.c, valprint.c: Update.
186 * valprint.h, value.c, value.h: Update.
187
8b04f8b6
MK
1882005-05-09 Mark Kettenis <kettenis@gnu.org>
189
8cc49c48
MK
190 * vaxbsd-nat.c (vaxbsd_supply_gregset, vaxbsd_collect_gregset):
191 Use `gdb_byte *' for regs.
192 * vax-tdep.c (vax_supply_gregset): Use `gdb_byte *' for regs;
193 (vax_store_arguments, vax_push_dummy_call, vax_return_value): Use
194 gdb_byte for buf.
195 (vax_breakpoint_from_pc): Change return type to `const gdb_byte
196 *'. Use gdb_byte for break_insn.
197 (vax_skip_prologue): Use gdb_byte for op.
198
8142f7cb
MK
199 * i387-tdep.c: Remove outdated comments.
200
8b04f8b6
MK
201 * defs.h: Unconditionally include <sys/types.h>.
202
979b38e0
DJ
2032005-05-08 Daniel Jacobowitz <dan@codesourcery.com>
204
205 * mips-tdep.c (mips_stub_frame_sniffer): Handle .MIPS.stubs
206 section like .plt.
207
9cedd1a6 2082005-05-08 Mark Kettenis <kettenis@gnu.org>
d8de1ef7 209
4252dc94
MK
210 * i386-linux-tdep.c (linux_sigtramp_code, linux_rt_sigtramp_code):
211 Change type to `static const gdb_byte'.
212 (i386_linux_sigtramp_start, i386_linux_rt_sigtramp_start)
213 (i386_linux_sigcontext_addr): Use gdb_byte for buf.
214 * amd64-linux-tdep.c (linux_sigtramp_code): Change type to `static
215 const gdb_byte'.
216 (amd64_linux_sigtramp_start, amd64_linux_sigcontext_addr): Use
217 gdb_byte for buf.
218 * amd64fbsd-tdep.c (amd64fbsd_supply_uthread)
219 (amd64fbsd_collect_uthread): Use gdb_byte for buf.
220
d46bfb5c
MK
221 * config/ia64/nm-aix.h: Remove file.
222
d8de1ef7
MK
223 * amd64-tdep.c (amd64_return_value): Use `gdb_byte *' in casts.
224 (amd64_push_arguments): Use gdb_byte instead of bfd_byte. Use
225 gdb_byte for buf.
226 (amd64_push_dummy_call): Use gdb_byte for buf.
227 (amd64_analyze_prologue): Use gdb_byte for proto, buf and op.
228 (amd64_frame_cache, amd64_sigtramp_frame_cache)
229 (amd64_unwind_dummy_id): Use gdb_byte for buf.
230 (amd64_supply_fxsave, amd64_collect_fxsave): Use `gdb_byte *' for
231 regs.
232 * amd64obsd-tdep.c (amd64obsd_supply_regset): Use `gdb_byte *' in
233 casts.
234 (amd64obsd_sigtramp_p): Use gdb_byte for sigreturn and `gdb_byte
235 *' for buf,
9cedd1a6 236
63c0089f
MK
237 * i386-tdep.c (i386_breakpoint_from_pc): Change return type to
238 `const gdb_byte *'. Use gdb_byte for break_insn.
239 (i386_follow_jump): Use gdb_byte for op.
240 (i386_analyze_struct_return): Use gdb_byte for proto1, proto2, buf
241 and op.
242 (i386_skip_probe): Use gdb_byte for buf and op.
243 (struct i386_insn): Use gdb_byte for insn and mask.
244 (i386_match_insn, i386_analyze_frame_setup)
245 (i386_analyze_register_saves): Use gdb_byte for op.
246 (i386_skip_prologue): Use gdb_byte for pic_pat and op;
247 (i386_unwind_pc, i386_frame_cache, i386_sigtramp_frame_cache)
248 (i386_unwind_dummy_id, i386_get_longjmp_target): Use gdb_byte for
249 buf.
250 (i386_extract_return_value, i386_store_return_value): Use
e447028c 251 `gdb_byte *' instead of `void *' for valbuf argument. Remove now
63c0089f
MK
252 redundant cast.
253 (i386_pseudo_register_read, i386_pseudo_register_write): Use
254 gdb_byte for mmx_buf.
255 (i386_register_to_value, i386_value_to_register): Use `gdb_byte *'
256 instead of `char *' for buf.
257 (i386_supply_gregset, i386_collect_gregset): Use `gdb_byte *'
258 instead of `char *' for regs.
259 (i386_svr4_sigcontext_addr): Use gdb_byte for buf.
260 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use gdb_byte for
261 sigreturn and `gdb_byte *' for buf.
262 (i386obsd_aout_supply_regset): Use `const gdb_byte *' in cast.
263 (i386obsd_supply_uthread, i386obsd_collect_uthread): Use gdb_byte
264 for buf.
265 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use gdb_byte for buf.
266
b57b6c2e
MK
267 * defs.h (gdb_byte): New typedef. Tweak comments.
268
9cedd1a6
MK
269 * target.h (target_link): Remove prototype.
270 * target.c (target_link): Remove function.
271 * symfile.c: Remove comment about rombug.
272
f8736ddf
MK
2732005-05-04 Mark Kettenis <kettenis@gnu.org>
274
275 * config/i386/cygwin.mh (XM_FILE): Remove variable.
276 * config/i386/xm-cygwin.h: Remove file.
277
8bbde302
BE
2782005-05-03 Ben Elliston <bje@au.ibm.com>
279
280 * infrun.c (handle_inferior_event): Update the comment about users
281 of stepped_after_stopped_by_watchpoint.
282
079c8cd0
CV
2832005-05-02 Corinna Vinschen <vinschen@redhat.com>
284
285 * MAINTAINERS: Remove hint that sh64 doesn't build.
286 * sh64-tdep.c (sh64_push_dummy_call): Cast buf in call to write_memory.
287 (sh64_do_fp_register): make raw_buffer unsigned.
288 (sh64_do_register): Ditto.
289
5ebc08b0
MK
2902005-05-02 Mark Kettenis <kettenis@gnu.org>
291
292 * bsd-uthread.c: Include "solib.h".
293 * Makefile.in (bsd-uthread.o): Update dependencies.
294
5dbe23a3
DJ
2952005-05-01 Daniel Jacobowitz <dan@codesourcery.com>
296
297 * gdbarch.sh (deprecated_current_gdbarch_select_hack): Flush
298 cached frames when changing gdbarch.
299 * gdbarch.c: Regenerated.
300
5a168c78
AC
3012005-05-01 Andrew Cagney <cagney@gnu.org>
302
87d088f5
AC
303 * MAINTAINERS: Note that cris, m68k, mn10300, sh64, sparc and vax
304 do not build.
305
5a168c78
AC
306 * gdbarch.sh (deprecated_extract_return_value)
307 (breakpoint_from_pc, deprecated_store_return_value)
308 (memory_insert_breakpoint, memory_remove_breakpoint): Change type
309 of buffer to a bfd_byte pointer.
310 * gdbarch.h, gdbarch.c: Re-generate.
311 * mem-break.c (memory_insert_breakpoint)
312 (memory_remove_breakpoint, default_memory_insert_breakpoint)
313 (default_memory_remove_breakpoint): Update.
314 * target.h (memory_insert_breakpoint)
315 (memory_remove_breakpoint, default_memory_insert_breakpoint)
316 (default_memory_remove_breakpoint): Update declarations.
317 (struct target_ops): Update to_insert_breakpoint and
318 to_remove_breakpoint.
319 * target.c (debug_to_remove_breakpoint)
320 (debug_to_insert_breakpoint): Update.
321 * remote-m32r-sdi.c (m32r_remove_breakpoint)
322 (m32r_insert_breakpoint): Update.
323 * m32r-tdep.c (m32r_memory_insert_breakpoint)
324 (m32r_memory_remove_breakpoint): Update.
325 * remote-e7000.c (e7000_insert_breakpoint)
326 (e7000_remove_breakpoint): Update.
327 * remote-rdi.c (arm_rdi_insert_breakpoint)
328 (arm_rdi_remove_breakpoint): Update.
329 * remote-sim.c (gdbsim_insert_breakpoint)
330 (gdbsim_remove_breakpoint): Update.
331 * exec.c (ignore): Update.
332 * rs6000-tdep.c (rs6000_extract_return_value): Update.
333 * ia64-tdep.c (ia64_memory_insert_breakpoint)
334 (ia64_memory_remove_breakpoint): Update.
335 * remote-rdp.c (remote_rdp_insert_breakpoint)
336 (remote_rdp_remove_breakpoint): Update.
337
68b9939a
MK
3382005-05-01 Mark Kettenis <kettenis@gnu.org>
339
e908eab4
MK
340 * somsolib.c, somsolib.h: Remove files.
341 * Makefile.in (somsolib_h): Remove.
342 (somsolib.o): Remove dependency.
343
68b9939a
MK
344 * fbsd-nat.c: Include <sys/sysctl.h>.
345 (fbsd_pid_to_exec_file): Use KERN_PROC_PATHNAME sysctl if
346 available. Plug memory leak. Fixes PR gdb/1922.
347
66aba65d
MK
3482005-04-29 Mark Kettenis <kettenis@gnu.org>
349
350 * solist.h (TARGET_SO_FREE_SO, TARGET_SO_CLEAR_SOLIB)
351 (TARGET_SO_SOLIB_CREATE_INFERIOR_HOOK)
352 (TARGET_SO_SPECIAL_SYMBOL_HANDLING, TARGET_SO_CURRENT_SOS)
353 (TARGET_SO_OPEN_SYMBOL_FILE_OBJECT): Remove defines.
354 * solib.c (solib_data): New variable.
355 (solib_init, solib_ops): New functions.
356 (solib_open, solib_map_sections, free_so, update_solib_list)
357 (solib_add, clear_solib, solib_create_inferior_hook)
358 (in_solib_dynsym_resolve_code): Call architecture-dependent code
359 using solib_ops.
360 (_initialize_solib): Register SOLIB_DATA.
361
35e08e03
KB
3622005-04-29 Kevin Buettner <kevinb@redhat.com>
363
364 * frv-tdep.c (find_func_descr): Verify that entry point can be
365 found in symbol table prior to looking up its function descriptor.
366 * solib-frv.c (find_canonical_descriptor_in_load_object): Add
367 test for non-NULL link map.
368
862ba188
CV
3692005-04-29 Corinna Vinschen <vinschen@redhat.com>
370
371 * MAINTAINERS: Revert h8300 state to un-deleted.
372 * Makefile.in: Re-add h8300-tdep.o dependencies.
373 * h8300-tdep.c: Slightly rearrange type definitions and functions.
374 (struct frame_extra_info): Remove.
375 (struct h8300_frame_cache): Replace locals with differently defined
376 uses_fp member.
377 (h8300_unwind_pc): Simplify.
378 (h8300_unwind_sp): New function.
379 (h8300_unwind_dummy_id): Simplify.
380 (h8300_init_frame_cache): New function.
381 (h8300_is_argument_spill): Use reworked defines for opcode scanning.
382 (h8300_skip_prologue): Rewrite.
383 (h8300_alloc_frame_cache): Remove.
384 (h8300_analyze_frame_setup): Remove.
385 (h8300_analyze_register_saves): Remove.
386 (h8300_analyze_prologue): Rewrite.
387 (h8300_frame_cache): Use h8300_init_frame_cache instead of
388 h8300_alloc_frame_cache. Use BINWORD instead of constant 4 to
389 accomodate 16 bit mode. Fix saved_sp and register offset evaluation.
390 (h8300_frame_this_id): Correctly calculate this_id using saved stack
391 pointer instead of base.
392 (h8300_frame_prev_register): Drop needless braces.
393 (h8300_frame_base_address): New function.
394 (h8300_frame_base): New frame_base.
395 (h8300_push_dummy_call): Return correct CFA value.
396 (h8300h_extract_return_value): Fix 8 byte value handling.
397 (h8300_use_struct_convention): New function.
398 (h8300h_use_struct_convention): New function.
399 (h8300h_store_return_value): Fix 8 byte value handling.
400 (h8300_return_value): New function.
401 (h8300h_return_value): New function.
402 (h8300_extract_struct_value_address): Remove deprecated functionality.
403 (h8300_push_dummy_code): Remove.
404 (h8300_gdbarch_init): Replace set_gdbarch_extract_return_value and
405 set_gdbarch_store_return_value calls by set_gdbarch_return_value.
406 Remove calls to set_gdbarch_deprecated_fp_regnum,
407 set_gdbarch_deprecated_extract_struct_value_address,
408 set_gdbarch_deprecated_use_struct_convention and
409 set_gdbarch_push_dummy_code.
410 Add calls to set_gdbarch_unwind_sp and frame_base_set_default.
411 Slightly rearrange code.
412
3a913e29
JB
4132005-04-28 Jim Blandy <jimb@redhat.com>
414
415 * parse.c (namecopy): Change allocation conventions.
416 (namecopy_size): New variable.
417 (copy_name): Allocate namecopy using xrealloc, instead of assuming
418 it has adequate space allocated to it.
419 (parse_exp_1): Don't try to allocate space for namecopy here.
420
a955ca71
EZ
4212005-04-28 Eli Zaretskii <eliz@gnu.org>
422
423 * cli/cli-cmds.c (edit_command): If symtab->fullname is not yet
424 set, use symtab_to_fullname, instead of trying to do its job. Use
425 xstrprintf instead of malloc and sprintf.
426
46845f5e
KB
4272005-04-28 Kevin Buettner <kevinb@redhat.com>
428
429 * remote.c (init_remote_state): Eliminate use of
430 deprecated_register_bytes().
431
8929e59d
AC
4322005-04-28 Andrew Cagney <cagney@gnu.org>
433
434 * valops.c (check_field): Make buffer a bfd_byte.
435 * value.c (unpack_long, unpack_double, unpack_pointer)
436 (unpack_field_as_long, modify_field): Ditto.
437 * value.h: Update declarations.
438
cade9e54
PB
4392005-04-28 Paul Brook <paul@codesourcery.com>
440
441 * exceptions.c (print_flush): Handle NULL gdb_stdout_serial.
442
4b188b9f
MK
4432005-04-27 Mark Kettenis <kettenis@gnu.org>
444
ab576d85
MK
445 * solib-svr4.c (_initialize_svr4_solib)
446 [SVR4_FETCH_LINK_MAP_OFFSETS]: Don't set non-existent variable
447 svr4_legacy_fetch_link_map_offsets.
448
ccf00f21
MK
449 * sh-tdep.c (sh_linux_svr4_fetch_link_map_offsets): Remove function.
450 (sh_gdbarch_init): Remove redundant prototype.
451 * sh-linux-tdep.c: New file.
452 * config/sh/tm-linux.h (sh_linux_svr4_fetch_link_map_offsets):
453 Remove prototype.
454 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
455 * config/sh/linux.mt (TDEPFILES): Add sh64-tdep.o, remove
456 solib-legacy.o.
457 * Makefile.in (sh-linux-tdep.o): New.
458
4b188b9f
MK
459 * solib-svr4.c: Update copyright year. Include "gdb_assert.h".
460 (SVR4_FETCH_LINK_MAP_OFFSETS): Don't define if not already
461 defined.
462 (legacy_fetch_link_map_offsets): Remove prototype.
463 (fetch_link_map_offsets_gdbarch_data): Remove.
464 (LM_ADDR, LM_NEXT, IGNORE_FIRST_LINK_MAP_ENTRY)
465 (first_link_map_member, open_symbol_file_object, svr4_current_sos)
466 (svr4_fetch_objfile_link_map): Call svr4_fetch_link_map_offsets
467 instead of SVR4_FETCH_LINK_MAP_OFFSETS.
468 (solib_svr4_data): New variable.
469 (struct solib_svr4_ops): New.
470 (solib_svr4_init): New fynction.
471 (legacy_fetch_link_map_offsets, init_fetch_link_map_offsets):
472 Remove functions.
473 (svr4_fetch_link_map_offsets, svr4_have_link_map_offsets): Rewrite
474 using the new `struct solib_svr4_ops'.
475 (_initialize_svr4_solib): Replace registration of per-architecture
476 data. Add temporary hack to set
477 svr4_legacy_fetch_link_map_offsets if SVR4_FETCH_LINK_MAP_OFFSETS
478 is set.
479 * Makefile.in (solib-svr4.o): Update dependencies.
480
4fabe3d5
MK
4812005-04-26 Mark Kettenis <kettenis@gnu.org>
482
483 * configure.tgt (*-*-freebsd*): Set gdb_osabi to
484 GDB_OSABI_FREEBSD_ELF. Partial fix for PR gdb/1922.
485
109c3e39
AC
4862005-04-26 Andrew Cagney <cagney@gnu.org>
487
488 * remote.c (remote_open_1): Move "ex"'s declaration to where it is
489 used.
490 (remote_get_thread_local_address): Use throw_error, include a
491 printed string.
492 * linux-thread-db.c (thread_db_get_thread_local_address): Ditto.
493 * dwarf2loc.c (dwarf_expr_tls_address): Ditto.
494 * cli/cli-script.c (script_from_file): Mark up throw_error message.
495 * linespec.c (symtab_from_filename, decode_variable): Ditto.
496
71fff37b
AC
4972005-04-26 Andrew Cagney <cagney@gnu.org>
498
499 Rename 'struct exception' to 'struct gdb_exception'.
500 * wrapper.c: Update.
501 * varobj.c: Update.
502 * tui/tui-interp.c: Update.
503 * remote.c: Update.
504 * mi/mi-main.c: Update.
505 * mi/mi-interp.c: Update.
506 * linux-thread-db.c: Update.
507 * interps.h: Update.
508 * interps.c: Update.
509 * exceptions.h: Update.
510 * exceptions.c: Update.
511 * dwarf2loc.c: Update.
512 * cli/cli-interp.c: Update.
513 * cli/cli-script.c: Update.
514 * breakpoint.c: Update.
515
011825f0
MM
5162005-04-25 Mark Mitchell <mark@codesourcery.com>
517
3aa6b2ca
MM
518 * event-loop.c (gdb_select): Program defensively.
519
011825f0
MM
520 * event-loop.c (gdb_assert.h): Include.
521 (<windows.h>): Include under Windows.
522 (<io.h>): Likeiwse.
523 (gdb_select): New function.
524 (gdb_wait_for_event): Use it.
525 * Makefile.in (event-loop.o): Depend on $(gdb_assert_h).
526
02a71ae8
MK
5272005-04-23 Mark Kettenis <kettenis@gnu.org>
528
529 * sparc64-tdep.c: Include "dwarf2-frame.h".
530 (sparc64_dwarf2_frame_init_reg): New function.
531 * Makefile.in (sparc64-tdep.o): Update dependencies.
532
20338726
DM
5332005-04-22 David S. Miller <davem@davemloft.net>
534
535 * sparc64-linux-tdep.c (sparc64_linux_init_abi): Add call to
536 sparc64_init_abi().
537
a07ff70c
MK
5382005-04-22 Mark Kettenis <kettenis@gnu.org>
539
540 * ser-base.c: Include "ser-base.h" instead of "ser-unix.h".
541
248697b2
MM
5422005-04-22 Mark Mitchell <mark@codesourcery.com>
543
544 * ser-base.c (<sys/time.h>): Include.
545
a33e488c
MK
5462005-04-22 Mark Kettenis <kettenis@gnu.org>
547
a86c5ab2
MK
548 * ppcobsd-tdep.c (ppcobsd_init_abi): Set return_value.
549
70f1dc74
MK
550 * sparc-linux-tdep.c: Reorder includes. Tweak a few comments.
551 (LINUX32_SIGTRAMP_INSN0, LINUX32_SIGTRAMP_INSN1)
552 (LINUX32_RT_SIGTRAMP_INSN0, LINUX32_RT_SIGTRAMP_INSN1): Remove
553 macros.
554 (sparc32_linux_sigframe, sparc32_linux_rt_sigframe): Hardcode
555 instructions.
556 * sparc64-linux-tdep.c: Reorder includes. Tweak a few comments.
557 (LINUX64_RT_SIGTRAMP_INSN0, LINUX64_RT_SIGTRAMP_INSN1): Remove
558 macros.
559 (sparc64_linux_rt_sigframe): Hardcode instructions.
560 * Makefile.in (sparc-linux-tdep.o, sparc64-linux-tdep.o): Update
561 dependencies.
562
a33e488c
MK
563 * sparc-linux-tdep.c: Update copyright year.
564 (sparc32_linux_init_abi): Set skip_trampoline_code and
565 solib_svr4_fetch_link_map_offsets. Set TDEP->plt_entry_size.
566 Don't set software_single_step and don't call
567 sparc32_sol2_init_abi.
568 * sparc64-linux-tdep.c: Update copyright year.
569 (sparc64_linux_init_abi): Set skip_trampoline_code and
570 solib_svr4_fetch_link_map_offsets. Set TDEP->plt_entry_size.
571 Don't set software_single_step and don't call
572 sparc64_sol2_init_abi.
573
24ec834b
EZ
5742005-04-22 Eli Zaretskii <eliz@gnu.org>
575
576 * remote-st.c (_initialize_remote_st2000): Remove the extraneous
577 "<command>" string from the call to add_com.
578
579 * remote-sim.c (_initialize_remote_sim): Ditto.
580
581 * remote-utils.c (_initialize_sr_support): Ditto.
582
583 * remote-mips.c (_initialize_remote_mips): Ditto.
584
81f726ab
DM
5852005-04-21 David S. Miller <davem@davemloft.net>
586
587 * sparc-linux-tdep.c (sparc32_linux_sigframe_init): New function.
588 (sparc32_linux_sigframe, sparc32_linux_rt_sigframe): New tramp_frames.
589 (sparc_linux_sigtramp_start, sparc32_linux_sigtramp_start,
590 sparc32_linux_rt_sigtramp_start, sparc32_linux_sigtramp_p,
591 sparc32_linux_sigtramp_frame_cache,
592 sparc32_linux_sigtramp_frame_this_id,
593 sparc32_linux_sigtramp_frame_prev_register,
594 sparc32_linux_sigtramp_frame_unwind,
595 sparc32_linux_sigtramp_frame_sniffer): Delete.
596 (sparc32_linux_init_abi): Register new tramp unwinders. Kill
597 register of old sigtramp sniffer.
598 * sparc64-linux-tdep.c (sparc64_linux_sigframe_init): New
599 function.
600 (sparc64_linux_rt_sigframe): New tramp frame.
601 (sparc64_linux_sigtramp_start, sparc64_linux_sigtramp_p,
602 sparc64_linux_sigtramp_frame_cache,
603 sparc64_linux_sigtramp_frame_this_id,
604 sparc64_linux_sigtramp_frame_prev_register,
605 sparc64_linux_sigtramp_frame_unwind,
606 sparc64_linux_sigtramp_frame_sniffer): Delete.
607 (sparc64_linux_init_abi): Register new tramp unwinders. Kill
608 register of old sigtramp sniffer.
609 Makefile.in (sparc64-linux-tdep.o): Update dependencies.
610 (sparc-linux-tdep.o): Likewise.
611
401e7faf
MK
6122005-04-21 Mark Kettenis <kettenis@gnu.org>
613
614 * ser-base.c: Include "gdb_string.h".
615 * Makefile.in (ser-base.o): Update dependencies.
616
78a0fd57
DM
6172005-04-20 David S. Miller <davem@davemloft.net>
618
619 * sparc-linux-tdep.c (sparc32_linux_sigtramp_p): Fix
620 signal return stub symbol names, __restore and __restore_rt are
621 the i386 symbol names not the sparc ones.
622 (sparc32_linux_sigtramp_frame_cache): Document bits/sigcontext.h
623 as where the offsets were obtained from.
624 * sparc64-linux-tdep.c (LINUX64_RT_SIGTRAMP_INSN0,
625 LINUX64_RT_SIGTRAMP_INSN1): New defines.
626 (sparc64_linux_sigtramp_start, sparc64_linux_sigtramp_p,
627 sparc64_linux_sigtramp_frame_cache,
628 sparc64_linux_sigtramp_frame_this_id,
629 sparc64_linux_sigtramp_frame_prev_register,
630 sparc64_linux_sigtramp_frame_sniffer): New functions.
631 (sparc64_linux_sigtramp_frame_unwind): New frame unwinder.
632 (sparc64_linux_init_abi): Register sigtramp frame sniffer.
633 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
634
b4505029
MM
6352005-04-20 Mark Mitchell <mark@codesourcery.com>
636
637 * configure.ac: On MinGW, define USE_WIN32API and link with
638 -lws2_32.
639 * ser-tcp.c (<winsock2.h>): Include, for Windows.
640 (ETIMEDOUT): Define, for Windows.
641 (ioctl): Likewise.
642 (closesocket): Define, for POSIX.
643 (net_open): Adjust for differences in socket functions between
644 Windows and UNIX.
645 (net_close): Likweise.
646 (net_read_prim): New function.
647 (net_write_prim): Likewise.
648 (_initialize_ser_tcp): Initialize winsock. Fill in read_prim and
649 write_prim.
650 * ser-unix.h (ser_unix_readcchar): Remove.
651 (ser_unix_read_prim): Declare.
652 (ser_unix_write_prim): Likewise.
653 * ser-unix.c (generic_readchar): Move to ser-base.c.
654 (ser_unix_wait_for): Likewise.
655 (do_unix_readchar): Likewise.
656 (ser_unix_readchar): Likewise.
657 (_initialize_ser_hardwire): Initialize read_prim and write_prim.
658 (ser_unix_read_prim): New function.
659 (ser_unix_write_prim): Likewise.
660 * ser-base.h (generic_readchar): Declare.
661 (ser_base_readchar): Likewise.
662 * ser-base.c (<winsock2.h>): Include, for windows.
663 (fd_event): Use the read primitive specified by the serial
664 interface.
665 (ser_base_wait_for): Moved from ser-unix.c
666 (do_ser_base_read_char): Likewise.
667 (generic_readchar): Likewise.
668 (ser_base_readchar): Likewise.
669 (ser_base_write): Use the write primitive specified by the serial
670 interface.
671 * ser-pipe.c (_initialize_ser_pipe): Use ser_base_readchar, not
672 ser_unix_readchar. Initialize read_prim and write_prim.
673 * serial.c (struct serial_ops): Add read_prim and write_prim.
674 * configure: Regenerate.
675
8470e927
BE
6762005-04-19 Ben Elliston <bje@au.ibm.com>
677
678 * c-lang.c (c_create_fundamental_type): Comment fix.
679
9cacebf5
MS
6802005-04-18 Michael Snyder <msnyder@redhat.com>
681
682 * mn10300-tdep.c: Assimilate code from mn10300-prologue.c.
683 * mn10300-prologue.c: Remove.
684 * mn10300-tdep.h: Add enums from mn10300-prologue.c.
685 Remove prototypes.
686 * config/mn10300/mn10300.mt: Remove mn10300-prologue module.
687
7166c4a9
MS
6882005-04-18 Michael Snyder <msnyder@redhat.com>
689
0cc748c0 690 * config/mn10300/mn10300.mt: Add mn10300-prologue module.
7166c4a9
MS
691 * ia64-tdep.c (ia64_get_dyn_info_list): Fix indent.
692
57cd0b54
MK
6932005-04-18 Mark Kettenis <kettenis@gnu.org>
694
235c4ffd
MK
695 * config/nm-bsd.h: Remove file.
696
57cd0b54
MK
697 * hppabsd-nat.c: Update copyright year. Include "target.h" and
698 "inf-ptrace.h".
699 (hppabsd_fetch_registers): Renamed from fetch_inferior_registers;
700 made static.
701 (hppabsd_store_registers): Renamed from store_inferior_registers;
702 made static.
703 (_initialize_hppabsd_nat): New function and prototype.
704 * config/pa/obsd.mh (NATDEPFILES): Remove infptrace.o and
705 inftarg.o. Add inf-ptrace.o.
706 (NAT_FILE): Remove.
707 * Makefile.in (hppabsd-nat.o): Update dependencies.
708
f17882ad
MK
7092005-04-17 Mark Kettenis <kettenis@gnu.org>
710
711 * pa64solib.c, pa64solib.h: Remove files.
712 * Makefile.in (pa64solib_h): Remove variable
713 (pa64solib.o): Remove dependency.
714
5d6210f0
MK
7152005-04-16 Mark Kettenis <kettenis@gnu.org>
716
65d034bc
MK
717 * ppcobsd-nat.c: Update copyright year. Include "inf-ptrace.h".
718 (ppcobsd_fetch_registers): Renamed from fetch_inferior_registers;
719 made static.
720 (ppcobsd_store_registers): Renamed from store_inferior_registers;
721 made static.
722 (_initialize_ppcobsd_nat): Construct and add target vector.
723 * config/powerpc/obsd.mh (NATDEPFILES): Remove infptrace.o and
724 inftarg.o. Add inf-ptrace.o.
725 (NAT_FILE): Remove.
726 * Makefile.in (ppcobsd-nat.o): Update dependencies.
727
5a49dfd0
MK
728 * ppcobsd-tdep.c: Include "floatformat.h".
729 (ppcobsd_init_abi): Set long_double_bit and long_double_format.
730 * Makefile.in (ppcobsd-tdep.o): Update dependencies.
731
5d6210f0
MK
732 * ppcobsd-tdep.c: Fix typo in comment.
733 (_initialize_ppcobsd_tdep): Register GDB_OSABI_OPENBSD_ELF for
734 bfd_arch_rs6000 too.
735
571dd617
KB
7362005-04-15 Kevin Buettner <kevinb@redhat.com>
737
738 * remote.c (remote_get_thread_local_address): Throw a more
739 meaningful exception when remote target doesn't have support
740 for the qGetTLSAddr packet.
741
38691318
KB
7422005-04-15 Kevin Buettner <kevinb@redhat.com>
743
744 * remote.c (remote_protocol_qGetTLSAddr): New static global variable.
745 (set_remote_protocol_qGetTLSAddr_packet_cmd)
746 (show_remote_protocol_qGetTLSAddr_packet_cmd)
747 (remote_get_thread_local_address): New functions.
748 (init_all_packet_configs): Initialize remote_protocol_qGetTLSAddr
749 variable.
750 (init_remote_ops): Initialize ``to_get_thread_local_address'' in
751 target vector.
752 (show_remote_cmd): Call show_remote_protocol_qGetTLS_Addr_packet_cmd().
753 (_initialize_remote): Register the following commands:
754 "set remote get-thread-local-storage-address-packet" and
755 "show remote get-thread-local-address-packet".
756
3ed07be4
KB
7572005-04-15 Kevin Buettner <kevinb@redhat.com>
758
759 * remote.c (add_packet_config_cmd): Delete unused variables.
760
c9365369
KB
7612005-04-15 Kevin Buettner <kevinb@redhat.com>
762
763 * remote.c (show_remote_protocol_vcont_packet_cmd )
764 (show_remote_protocol_qSymbol_packet_cmd)
765 (show_remote_protocol_P_packet_cmd)
766 (show_remote_protocol_Z_software_bp_packet_cmd)
767 (show_remote_protocol_Z_hardware_bp_packet_cmd)
768 (show_remote_protocol_Z_write_wp_packet_cmd)
769 (show_remote_protocol_Z_read_wp_packet_cmd)
770 (show_remote_protocol_Z_access_wp_packet_cmd)
771 (show_remote_protocol_binary_download_cmd)
772 (show_remote_protocol_qPart_auxv_packet_cmd)
773 (show_remote_protocol_p_packet_cmd ): Delete calls to
774 deprecated_show_value_hack().
775
c30dc700
CV
7762005-04-15 Corinna VInschen <vinschen@redhat.com>
777
778 * MAINTAINERS: Change sh64-elf state to non-broken.
779 * Makefile.in: Fix dependencies for sh64-tdep.o.
780 * configure.tgt: Add sh64-*-elf case.
781 * sh-tdep.c (sh_gdbarch_init): Reactivate bfd_mach_sh5 case.
782 * sh64-tdep.c: Rework to replace all deprecated mechanisms with
783 modern methods.
784 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
785 * config/sh/sh64.mt: Resurrect.
786
86fc41d1
KI
7872005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
788
789 * regformats/reg-m32r.dat: New file.
790
28e97307
DJ
7912005-04-14 Daniel Jacobowitz <dan@codesourcery.com>
792
793 * arm-tdep.c (fp_model_strings): Add terminating NULL.
794 (arm_abi_strings, arm_abi_global, arm_abi_string): New
795 variables.
796 (arm_extract_return_value, arm_store_return_value): Don't use
797 arm_get_fp_model.
798 (arm_get_fp_model, arm_set_fp): Delete.
799 (arm_update_current_architecture): New function.
800 (set_fp_model_sfunc): Call arm_update_current_architecture.
801 (show_fp_model): Update output messages.
802 (arm_set_abi, arm_show_abi): New functions.
803 (arm_elf_osabi_sniffer): Only handle ELFOSABI_ARM.
804 (arm_gdbarch_init): Infer the object's ABI separately from its
805 OSABI. Search for a matching architecture. Honor the global
806 ABI and FPU settings. Set floating point format based on the
807 architecture.
808 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs):
809 Delete.
810 (_initialize_arm_tdep): Don't call gdbarch_register_osabi.
811 Create "arm set abi" command.
812 * arm-tdep.h (arm_get_fp_model): Delete prototype.
813 (enum arm_abi_kind): New type.
814 (struct gdbarch_tdep): Add arm_abi field.
815 * arm-linux-tdep.c (arm_linux_init_abi): Only override
816 tdep->fp_model if it is ARM_FLOAT_AUTO.
817 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Likewise.
818 (arm_netbsd_elf_init_abi): Likewise.
819 * defs.h (enum gdb_osabi): Delete ARM-specific OSABIs.
820 * osabi.c (gdb_osabi_name): Likewise.
821
9494c6a5
DJ
8222005-04-11 Daniel Jacobowitz <dan@codesourcery.com>
823
824 * config/djgpp/fnchange.lst: Remove entries for gdb.gdbserver.
825
bdbcb8b4
MK
8262005-04-10 Mark Kettenis <kettenis@gnu.org>
827
828 * rs6000-tdep.c (ppc_supply_fpregset): Increment offset by 8 for
829 floating-point registers.
830 (ppc_collect_fpregset): Likewise. Fix collection of registers.
831
18b2ae85
MK
8322005-04-09 Mark Kettenis <kettenis@gnu.org>
833
834 * ppcobsd-tdep.c: Update copyright year. Include "trad-frame.h"
835 and "tramp-frame.h".
836 (ppcobsd_sigtramp_cache_init): New function.
837 (ppcobsd_sigtramp): New variable.
838 (ppcobsd_init_abi): Prepend signal trampoline unwinder.
839 * Makefile.in (ppcobsd-tdep.o): Update dependencies.
840
06e819e3
AC
8412005-04-08 Andrew Cagney <cagney@gnu.org>
842
843 * MAINTAINERS (GDB/MI): Andrew Cagney, Elena Zannoni, and Fernando
844 Nasser have decided to step back from GDB/MI.
845
6f8eac0e
DJ
8462005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
847
848 * config/fnchange.lst: Add testsuite/gdb.gdbserver entries.
849
0228dfb9
DJ
8502005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
851
852 * dwarf2-frame.c (struct dwarf2_frame_cache): New field
853 undefined_retaddr.
854 (dwarf2_frame_cache): Initialize undefined_retaddr.
855 (dwarf2_frame_this_id): Return an invalid frame ID if
856 undefined_retaddr.
857
21b4b2f2
JB
8582005-04-05 Jim Blandy <jimb@redhat.com>
859
860 Move construction of IA-32 vector types to i386-tdep.c.
861 * gdbtypes.c (build_builtin_type_vec64i,
862 build_builtin_type_vec128i): Delete functions.
863 (builtin_type_vec64i, builtin_type_vec128i): Delete variables.
864 (build_gdbtypes): Don't initialize them.
865 (_initialize_gdbtypes): Don't register GDBARCH swap entries for
866 them.
867 * gdbtypes.h (builtin_type_vec64i, builtin_type_vec128i): Delete
868 declarations.
869 (builtin_type_v2_float, builtin_type_v2_int32,
870 builtin_type_v4_int16, builtin_type_v8_int8,
871 builtin_type_v2_double, builtin_type_v4_float,
872 builtin_type_v2_int64, builtin_type_v4_int32,
873 builtin_type_v8_int16, builtin_type_v16_int8): Add extern
874 declarations.
875 * i386-tdep.c (i386_mmx_type, i386_sse_type): New variables.
876 (i386_build_mmx_type, i386_build_sse_type): New functions.
877 (i386_register_type): Call them, rather than referring to
878 builtin_type_vec64i and builtin_type_vec128i.
879
37c4d197
DJ
8802005-04-02 Daniel Jacobowitz <dan@codesourcery.com>
881
882 * mips-linux-tdep.c (mips_linux_o32_sigframe_init): Adjust
883 big-endian correction code to not offset 32-bit registers.
884 Locate floating point registers correctly.
885
7509373f
MK
8862005-04-02 Mark Kettenis <kettenis@gnu.org>
887
888 * main.c: Update copyright year.
02dfa7de 889 (captured_main): Avoid using strcpy and strcat.
7509373f 890
9b3c083c
MS
8912005-04-01 Michael Snyder <msnyder@redhat.com>
892
0c98cc2b
MS
893 * dummy-frame.c (dummy_frame_sniffer): Optimization: don't bother
894 computing this_id if there are no dummy frames on the stack.
895
1fb1ca27
MS
896 * mn10300-tdep.c (mn10300_frame_unwind_cache): Use
897 find_partial_func instead of unwind_pc to identify frame.
898 (mn10300_push_dummy_call): Handle struct args, struct_return.
899
9b3c083c
MS
900 * mn10300-prologue.c (set_movm_offsets): Don't test variable
901 before setting it.
902 * mn10300-tdep.c (mn10300_skip_prologue): Use analyze_prologue
903 instead of skip_prologue_using_sal.
904
186993b4
KB
9052005-03-31 Kevin Buettner <kevinb@redhat.com>
906
907 * solib-frv.c (struct lm_info): Add new field ``lm_addr''.
908 (main_lm_addr): New static global.
909 (frv_current_sos): Retain the link map address for each entry.
910 (frv_clear_solib): Clear main_lm_addr.
911 (frv_fetch_objfile_link_map): New function.
912 * frv-tdep.c (frv_gdbarch_init): Register TLS load module fetcher.
913 * frv-tdep.h (frv_fetch_objfile_link_map): Declare.
914
b2756930
KB
9152005-03-31 Kevin Buettner <kevinb@redhat.com>
916
917 * gdbarch.sh (fetch_tls_load_module_address): New architecture method.
918 * gdbarch.c, gdbarch.h: Regenerate.
919 * dwarf2loc.c (dwarf_expr_tls_address): Fetch TLS load module
920 address and pass this address, instead of the objfile address, to
921 target_get_thread_local_address().
922 * linux-thread-db.c (thread_db_get_thread_local_address): Change
923 second parameter from type ``struct objfile *'' to CORE_ADDR. Do
924 not call svr4_fetch_objfile_link_map() to fetch the load module
925 address.
926 * target.h (struct target_ops): Change second parameter of
927 ``to_get_thread_local_address'' from ``struct objfile *'' to
928 ``CORE_ADDR''.
929 * alpha-linux-tdep.c (solib-svr4.h): Include.
930 (alpha_linux_init_abi): Register TLS load module fetcher.
931 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
932 * hppa-linux-tdep.c (hppa_linux_init_abi): Likewise.
933 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
934 * ia64-linux-tdep.c (solib-svr4.h): Include.
935 (ia64_linux_init_abi): Register TLS load module fetcher.
936 * m32r-linux-tdep.c (m32r_linux_init_abi): Likewise.
937 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
938 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
939 * s390-tdep.c (s390_gdbarch_init): Likewise.
940 * sparc-linux-tdep.c (sparc32_linux_init_abi): Likewise.
941 * sparc64-linux-tdep.c (solib-svr4.h): Include.
942 (sparc64_linux_init_abi): Register TLS load module fetcher.
943 * Makefile.in (alpha-linux-tdep.o, ia64-linux-tdep.o)
944 (sparc-linux-tdep.o): Update dependencies.
945
88750304
DJ
9462005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
947
948 * c-valprint.c (c_value_print): Fix up some formatting. Use
949 check_typedef.
950
adb8a87c
DJ
9512005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
952
953 * arm-linux-nat.c (store_register, store_regs): Handle
954 ARM_PS_REGNUM.
955
498b1f87
DJ
9562005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
957
958 * arm-linux-tdep.c (arm_linux_thumb_be_breakpoint)
959 (arm_linux_thumb_le_breakpoint): New. Update comments.
960 (arm_linux_init_abi): Set Thumb breakpoints also.
961
842e1f1e
DJ
9622005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
963
964 * Makefile.in (arm-tdep.o): Update dependencies.
965 * arm-tdep.c: Include "objfiles.h" and "dwarf2-frame.h".
966 (arm_gdbarch_init): Register dwarf2_frame_sniffer.
967
6d1eba4c
JB
9682005-03-28 Joel Brobecker <brobecker@adacore.com>
969
970 * irix5-nat.c (supply_fpregset): Fix bug that caused the FSR
971 register value to be incorrectly written in the regcache.
972 (fill_fpregset): Fix bug that caused the FSR register value
973 to be incorrectly read from the regcache.
974
fce5e386
DJ
9752005-03-28 Daniel Jacobowitz <dan@codesourcery.com>
976
977 * remote-rdi.c (arm_rdi_insert_breakpoint): Don't call
978 arm_pc_is_thumb_dummy.
979
f700a364
MK
9802005-03-28 Mark Kettenis <kettenis@gnu.org>
981
8391b9b1
MK
982 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): Handle
983 StackGhost.
984
f700a364
MK
985 * sparc-tdep.c (sparc_supply_rwindow, sparc_collect_rwindow):
986 Handle StackGhost in 64-bit code.
987 * sparc64-tdep.c (sparc64_frame_prev_register): Handle StackGhost.
988
8da8e0b3
CF
9892005-03-27 Christopher Faylor <cgf@timesys.com>
990
991 * win32-nat.c (handle_exception): Treat win32 routines which check for
992 valid addresses as "special" and don't stop when a SEGV is detected.
993 (get_child_debug_event): Properly flag exception as unhandled.
994
5e5100cb
DJ
9952005-03-26 Daniel Jacobowitz <dan@codesourcery.com>
996
997 * cp-support.c (cp_class_name_from_physname): Rewrite.
998 (unqualified_name_from_comp): New function, broken out from
999 method_name_from_physname. Correct handling for typed names
1000 and templates.
1001 (method_name_from_physname): Use unqualified_name_from_comp.
1002 (cp_func_name, remove_params): Move earlier in the file. Add
1003 better comments. Use the component tree to parse the name.
1004 (_initialize_cp_support): Remove stray whitespace.
1005
a77f4086
MK
10062005-03-26 Mark Kettenis <kettenis@gnu.org>
1007
dc6a2ca4
MK
1008 * exec.c (bfdsec_to_vmap): Use strcmp instead of DEPRECATED_STREQ.
1009
59bb1042
MK
1010 * inflow.h: Update copyright year. Remove #ifdef SHORT_PGRP code.
1011 Callapse HAVE_TERMIO and HAVE_SGTTY.
1012
a77f4086
MK
1013 * dwarf2-frame.c (execute_cfa_program): Implement
1014 DW_CFA_GNU_window_save.
1015
4d6c7108
MK
10162005-03-25 Mark Kettenis <kettenis@gnu.org>
1017
bac6b012
MK
1018 * config/sparc/nbsd64.mh (NAT_FILE): Remove.
1019
4d6c7108
MK
1020 * config/i386/obsd64.mt (TDEPFILES): Add obsd-uthread.o.
1021
4bf7064c
DJ
10222005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
1023
1024 * arm-tdep.c (target_is_thumb, caller_is_thumb)
1025 (arm_pc_is_thumb_dummy): Remove.
1026 (arm_breakpoint_from_pc): Don't call arm_pc_is_thumb_dummy.
1027
170cd118
AG
10282005-03-25 Anthony Green <green@redhat.com>
1029
1030 * remote.c (remote_store_registers): Fix memset usage.
1031 * std-regs.c (value_of_builtin_frame_reg): Ditto.
1032 (value_of_builtin_frame_fp_reg): Ditto.
1033 (value_of_builtin_frame_reg): Ditto.
1034
3eb25fda
MM
10352005-03-25 Mark Mitchell <mark@codesourcery.com>
1036
dd5da072
MM
1037 * ser-base.c (ser_unix_write): Rename to ...
1038 (ser_base_write): ... this.
1039 (ser_unix_nop_flush_output): Rename to ...
1040 (ser_base_flush_output): ... this.
1041 (ser_unix_flush_input): Rename to ...
1042 (ser_base_flush_input): ... this.
1043 (ser_unix_nop_send_break): Rename to ...
1044 (ser_base_send_break): ... this.
1045 (ser_unix_nop_drain_output): Rename to ...
1046 (ser_base_drain_output): ... this.
1047 (ser_unix_nop_raw): Rename to ...
1048 (ser_base_raw): ... this.
1049 (ser_unix_nop_get_tty_state): Rename to ...
1050 (ser_base_set_tty_state): ... this.
1051 (ser_unix_nop_noflush_set_tty_state): Rename to ...
1052 (ser_base_noflush_set_tty_state): ... this.
1053 (ser_unix_nop_print_tty_state): Rename to ...
1054 (ser_base_print_tty_state): ... this.
1055 (ser_unix_nop_setbaudrate): Rename to ...
1056 (ser_base_setbaudrate): ... this.
1057 (ser_unix_nop_setstopbits): Rename to ...
1058 (ser_base_setstopbits): ... this.
1059 (ser_unix_async): Rename to ...
1060 (ser_base_async): ... this.
1061 * ser-base.h (ser_unix_write): Rename to ...
1062 (ser_base_write): ... this.
1063 (ser_unix_nop_flush_output): Rename to ...
1064 (ser_base_flush_output): ... this.
1065 (ser_unix_flush_input): Rename to ...
1066 (ser_base_flush_input): ... this.
1067 (ser_unix_nop_send_break): Rename to ...
1068 (ser_base_send_break): ... this.
1069 (ser_unix_nop_drain_output): Rename to ...
1070 (ser_base_drain_output): ... this.
1071 (ser_unix_nop_raw): Rename to ...
1072 (ser_base_raw): ... this.
1073 (ser_unix_nop_get_tty_state): Rename to ...
1074 (ser_base_set_tty_state): ... this.
1075 (ser_unix_nop_noflush_set_tty_state): Rename to ...
1076 (ser_base_noflush_set_tty_state): ... this.
1077 (ser_unix_nop_print_tty_state): Rename to ...
1078 (ser_base_print_tty_state): ... this.
1079 (ser_unix_nop_setbaudrate): Rename to ...
1080 (ser_base_setbaudrate): ... this.
1081 (ser_unix_nop_setstopbits): Rename to ...
1082 (ser_base_setstopbits): ... this.
1083 (ser_unix_async): Rename to ...
1084 (ser_base_async): ... this.
1085 * ser-pipe.c (_initialize_ser_pipe): Update accordingly.
1086 * ser-tcp.c (_initialize_ser_tcp): Likewise.
1087 * ser-unix.c (hardwire_flush_input): Likewise.
1088 (_initializer_ser_hardwire): Likewise.
1089
3eb25fda
MM
1090 * Makefile.in (SFILES): Add ser-base.c.
1091 (ser_base_h): New variable.
1092 (ser-base.o): New target.
1093 (ser-pipe.o): Depend on $(ser_base_h).
1094 (ser-tcp.o): Likewise.
1095 (ser-unix.o): Likewise. Do not depend on $(event_loop_h).
1096 * configure.ac (SER_HARDWIRE): Include ser-base.o where
1097 appropriate.
1098 * ser-base.c: New file.
1099 (push_event): Move from ser-unix.c.
1100 (fd_event): Likewise.
1101 (reschedule): Likewise.
1102 (ser_unix_write): Likewise.
1103 (ser_unix_nop_flush_output): Likewise.
1104 (ser_unix_flush_input): Likewise.
1105 (ser_unix_nop_send_break): Likewise.
1106 (ser_unix_nop_drain_output): Likewise.
1107 (ser_unix_nop_raw): Likewise.
1108 (ser_unix_nop_get_tty_state): Likewise.
1109 (ser_unix_nop_set_tty_state): Likewise.
1110 (ser_unix_nop_noflush_set_tty_state): Likewise.
1111 (ser_unix_nop_print_tty_state): Likewise.
1112 (ser_unix_nop_setbaudrate): Likewise.
1113 (ser_unix_nop_setstopbits): Likewise.
1114 (ser_unix_async): Likewise.
1115 * ser-base.h: New file.
1116 * ser-pipe.c (ser-base.h): Include it.
1117 * ser-tcp.c (ser-base.h): Likewise.
1118 * ser-unix.h (ser_unix_nop_flush_output): Remove.
1119 (ser_unix_flush_input): Likewise.
1120 (ser_unix_nop_send_break): Likewise.
1121 (ser_unix_nop_raw): Likewise.
1122 (ser_unix_nop_get_tty_state): Likewise.
1123 (ser_unix_nop_set_tty_state): Likewise.
1124 (ser_unix_nop_print_tty_state): Likewise.
1125 (ser_unix_nop_noflush_set_tty_state): Likewise.
1126 (ser_unix_nop_setbaudrate): Likewise.
1127 (ser_unix_nop_setstopbits): Likewise.
1128 (ser_unix_nop_drain_output): Likewise.
1129 (ser_unix_wait_for): Likewise.
1130 (ser_unix_write): Likewise.
1131 (ser_unix_async): Likewise.
1132 * ser-unix.c (event-loop.h): Do not include it.
1133 (push_event): Move to ser-base.c.
1134 (fd_event): Likewise.
1135 (reschedule): Likewise.
1136 (ser_unix_write): Likewise.
1137 (ser_unix_nop_flush_output): Likewise.
1138 (ser_unix_flush_input): Likewise.
1139 (ser_unix_nop_send_break): Likewise.
1140 (ser_unix_nop_drain_output): Likewise.
1141 (ser_unix_nop_raw): Likewise.
1142 (ser_unix_nop_get_tty_state): Likewise.
1143 (ser_unix_nop_set_tty_state): Likewise.
1144 (ser_unix_nop_noflush_set_tty_state): Likewise.
1145 (ser_unix_nop_print_tty_state): Likewise.
1146 (ser_unix_nop_setbaudrate): Likewise.
1147 (ser_unix_nop_setstopbits): Likewise.
1148 (ser_unix_async): Likewise.
1149 (ser_unix_wait_for): Make it static.
1150 * configure: Regenerated.
1151
8d5a9abc
MK
11522005-03-25 Mark Kettenis <kettenis@gnu.org>
1153
1154 * dwarf2-frame.h: Update copyrigh year.
1155 (enum dwarf2_frame_reg_rule): Add DWARF2_FRAME_REG_RA_OFFSET.
1156 * dwarf2-frame.c: Update copyright year.
1157 (struct dwarf2_frame_cache): Add member `retaddr_reg'.
1158 (dwarf2_frame_cache): Deal with DWARF2_FRAME_REG_RA_OFFSET.
1159 (dwarf2_frame_prev_register): Handle DWARF2_FRAME_REG_RA_OFFSET.
1160
b3041f52
MH
11612005-03-23 Martin Hunt <hunt@redhat.com>
1162
1163 * configure.ac: Remove -fwritable-strings from CFLAGS.
1164 * configure: Regenerate.
1165
6a069e57
MS
11662005-03-21 Michael Snyder <msnyder@redhat.com>
1167
1168 * mn10300-prologue.c (fix_frame_pointer): Delete.
1169 (set_movm_offsets) Don't return just because movm_args is
1170 zero -- still need to save pc and sp in saved_regs.
1171 (mn10300_analyze_prologue): Don't return prematurely without
1172 calling set_movm_offsets (for pc and sp at minimum).
1173
d3ea6809
MM
11742005-03-21 Mark Mitchell <mark@codesourcery.com>
1175
1176 * configure.ac (stat.st_blksize): Check for it.
1177 (getuid): Likewise.
1178 (getgid): Likewise.
1179 * configure: Regenerated.
1180 * config.in: Likewise.
1181 * remote-fileio.c (remote_fileio_to_fio_stat): Check
1182 HAVE_STRUCT_STAT_ST_BLKSIZE.
1183
d460b7f5
CF
11842005-03-21 Christopher Faylor <cgf@timesys.com>
1185
1186 * win32-nat.c (do_initial_child_stuff): Don't clear the thread list
1187 here.
1188 (do_initial_child_stuff): Move clearing of thread list to a place
1189 before a thread ould be created.
1190 (child_attach): Ditto.
1191
342ee437
MS
11922005-03-21 Michael Snyder <msnyder@redhat.com>
1193
1194 * mn10300-tdep.c (mn10300_frame_unwind_cache): Use func addr
1195 instead of pc addr for frame_id. Otherwise "until" won't work.
1196
4f0d78e0
KB
11972005-03-21 Kevin Buettner <kevinb@redhat.com>
1198
1199 * frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Fix typo in
1200 comment.
1201
80d9c592
MK
12022005-03-20 Mark Kettenis <kettenis@gnu.org>
1203
4dd04433
MK
1204 * dwarf2loc.c (dwarf_expr_tls_address): Mark addr as volatile.
1205 * varobj.c (my_value_equal): Mark val2 as volatile.
1206
ee426e0f 1207 * cp-names.y: Add prototype for yyparse.
80d9c592 1208
96ce45ca
DJ
12092005-03-19 Daniel Jacobowitz <dan@codesourcery.com>
1210
1211 * dwarf2loc.c (dwarf_expr_tls_address): Initialize ADDR.
1212 * gnu-v3-abi.c (gnuv3_baseclass_offset): Update type of
1213 VALADDR.
1214
93ad78a7
KB
12152005-03-18 Kevin Buettner <kevinb@redhat.com>
1216
1217 * Makefile.in (dwarf2loc.o, linux-thread-db.o): Add dependencies.
1218 * exceptions.h (TLS_NO_LIBRARY_SUPPORT_ERROR, TLS_GENERIC_ERROR)
1219 (TLS_LOAD_MODULE_NOT_FOUND_ERROR, TLS_NOT_ALLOCATED_YET_ERROR):
1220 New error/exception enums.
1221 * dwarf2loc.c (exceptions.h): Include.
1222 (dwarf_expr_tls_address): Invoke target_get_thread_local_address()
1223 via TRY_CATCH mechanism. Print error messages for TLS related
1224 exceptions.
1225 * linux-thread-db.c (thread_db_get_thread_local_address): Throw
1226 exceptions instead of printing errors.
1227
8cf46f62
MK
12282005-03-18 Mark Kettenis <kettenis@gnu.org>
1229
1230 * utils.c (safe_strerror): Use xsnprintf instead of sprintf.
1231 (decimal2str, octal2str): Change to return a string allocated by
1232 get_cell. Use xsnprint instead of snprintf.
1233 (paddr_u, paddr_d): Adjust for changed calling convention of
1234 decimal2str.
1235 (phex, phex_nz, hex_string): Use xsnprintf instead of snprintf.
1236 (int_string): Likewise. Adjust for changed calling convention of
1237 decimal2str and octal2str.
1238
f79d2c3c
KB
12392005-03-18 Kevin Buettner <kevinb@redhat.com>
1240
1241 * frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Update comments.
1242 Adjust incorrectly computed constant for realtime signal frame.
1243
8cf46f62 12442005-03-18 Mark Kettenis <kettenis@gnu.org>
eb308878
MK
1245
1246 From Ralf Corsepius <ralf.corsepius@rtems.org>
1247 * configure.tgt: Add m68*-*-rtems*.
1248
06648491
MK
12492005-03-17 Mark Kettenis <kettenis@gnu.org>
1250
bde2058d
MK
1251 * defs.h (xsnprintf): New prototype.
1252 * utils.c (xsnprintf): New function.
1253
3ecda457
MK
1254 * corelow.c (get_core_register_section): Replace usage of sprintf
1255 and strcpy with xstrprintf and xstrdup.
1256
06648491
MK
1257 * mips-tdep.c (mips_single_step_through_delay): Put back check for
1258 breakpoint lost with the introduction of this function.
1259
16aff9a6
PB
12602005-03-17 Paul Brook <paul@codesourcery.com>
1261
1262 * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Fix broken logic.
1263 * s390-tdep.c (s390_dwarf_reg_to_regnum): Ditto.
1264
6d318c73
MM
12652005-03-16 Mark Mitchell <mark@codesourcery.com>
1266
ec442778
MM
1267 * event-top.c (handle_sigquit): Do not define for systems without
1268 SIGQUIT.
1269 (sigquit_token): Likewise.
1270 (async_init_signals): Allow for systems that do not
6d318c73
MM
1271 define SIGQUIT.
1272 * ser-tcp.c (net_open): Allow for systems that do not have SIGPIPE.
1273
9b265ec2
MM
12742005-03-15 Mark Mitchell <mark@codesourcery.com>
1275
1276 * utils.c (internal_vproblem): Guard call to fork with
1277 HAVE_WORKING_FORK.
1278 * cli/cli-cmds.c (shell_escape): Guard call to vfork with
1279 HAVE_WORKING_VFORK and HAVE_WORKING_FORK.
1280
1281 * remote-fileo.c (remote_fileio_mode_to_host): Accomodate lack of
1282 S_IRGRP and related macros.
1283 (remote_fileio_mode_to_target): Likewise.
1284
3ae642fd
BE
12852005-03-14 Ben Elliston <bje@au.ibm.com>
1286
1287 * Makefile.in (CLIBS): Link libbfd after libopcodes, as it is a
1288 more primitive library.
1289
80d9c592 12902005-03-13 Mark Kettenis <kettenis@gnu.org>
fd0a2a6f
MK
1291
1292 * inf-ttrace.c (inf_ttrace_pid_to_str): Use snprintf instead of
1293 sprintf.
1294 * target.c (normal_pid_to_str): Likewise.
1295 * remote.c (remote_pid_to_str): Use snprint instead of sprintf.
1296 Change capitalization of "thread". Use ptid_get_pid instead of
1297 GETPID.
049742da
MK
1298
1299 * cp-abi.c (set_cp_abi_as_auto_default): Use xasprintf instead of
1300 a combination of xmalloc and sprintf.
1301
ca231fcc
JB
13022005-03-13 Jim Blandy <jimb@redhat.com>
1303
1304 * configure.ac: Use '=', not '=='; the latter is a GNU extension.
1305 * configure: Regenerated.
1306
b80b83f3
MS
13072005-03-11 Michael Snyder <msnyder@redhat.com>
1308
1309 * mn10300-tdep.c (mn10300_dummy_unwind_dummy_id): Replace
1310 stub fn with real implementatin mn10300_unwind_dummy_id.
1311 (mn10300_push_dummy_call): Implement. Bare bones version,
1312 does not handle structs or floats.
1313
1f8ca57c
JB
13142005-03-11 Jim Blandy <jimb@redhat.com>
1315
a3b362c4
JB
1316 Avoid warnings due to the use of -Wuninitialized without -O.
1317 * configure.ac (build_warnings): Include -Wuninitialized only if
1318 CFLAGS is unset at configure time, or CFLAGS is set and includes
1319 some -O option other than -O0.
1320 * configure: Regenerated.
1321
1f8ca57c
JB
1322 * mips-tdep.c (show_mips_abi): Change calling conventions to match
1323 those expected by add_setshow_enum_cmd. Use 'file' argument as
1324 appropriate.
1325
fb4c6eba
DJ
13262005-03-10 Daniel Jacobowitz <dan@codesourcery.com>
1327
1328 * Makefile.in (SFILES): Add cp-names.y.
1329 (libiberty_h, safe_ctype_h): New.
1330 (YYFILES): Add cp-names.c.
1331 (YYOBJ): Add cp-names.o.
1332 (test-cp-names.o, test-cp-names$(EXEEXT), cp-names.o): New rules.
1333 (clean): Remove test-cp-names$(EXEEXT).
1334 (local-maintainer-clean): Remove cp-names.c.
1335 * cp-names.y: New file.
1336 * cp-support.c (find_last_component): Delete.
1337 (d_left, d_right): Define.
1338 (cp_canonicalize_string, mangled_name_to_comp): New functions.
1339 (cp_class_name_from_physname, method_name_from_physname): Rewrite
1340 to use mangled_name_to_comp.
1341 * cp-support.h (cp_canonicalize_string, cp_demangled_name_to_comp)
1342 (cp_comp_to_string): New prototypes.
1343 * config/djgpp/fnchange.lst: Add cp-names.c.
1344
5b93de64
BR
13452005-03-10 Bob Rossi <bob@brasko.net>
1346
fb4c6eba 1347 * main.c (print_gdb_help): Remove the --[no]async help message.
5b93de64 1348
54433e38
MK
13492005-03-10 Mark Kettenis <kettenis@gnu.org>
1350
1351 * proc-api.c: Update copyright year.
1352 (_initialize_proc_api): Revert previous patch, removing spurious
1353 space instead.
1354
d2f0b918
JB
13552005-03-09 Joel Brobecker <brobecker@adacore.com>
1356
1357 * regcache.c: Fix typo in comment.
1358
e9274dd8
DL
13592005-03-09 David Lecomber <david@lecomber.net>
1360
1361 * proc-api.c (_initialize_proc_api): Fix invalid multi-line
1362 i18n text.
1363
5b2d44a0
MK
13642005-03-09 Mark Kettenis <kettenis@gnu.org>
1365
1366 * sparc-tdep.c (sparc_frame_cache): Adjust cached frame base
1367 address for 64-bit code.
1368 (sparc_unwind_dummy_id): Likewise.
1369 * sparc64-tdep.c (sparc64_frame_prev_register): Adjust for new
1370 frame base address convention.
1371 (sparc64_push_dummy_call): Likewise.
1372 * sparc64nbsd-tdep.c: Update copyright year.
1373 (sparc64nbsd_sigcontext_frame_cache): Adjust cached frame base
1374 address for 64-bit code.
1375 (sparc64nbsd_init_abi): Tweak comment.
1376 * sparc64obsd-tdep.c: Update copyright year.
1377 (sparc64obsd_frame_cache): Adjust cached frame base address for
1378 64-bit code.
1379 (sparc64obsd_init_abi): Tweak comment.
1380
8d19ca47 13812005-03-09 Corinna Vinschen <vinschen@redhat.com>
5b5464ad 1382
8d19ca47
CV
1383 * exceptions.h (TRY_CATCH): Define setjmp/sigsetjmp macro safe.
1384
13852005-03-09 Joel Brobecker <brobecker@adacore.com>
1386
1387 * dwarf2read.c (dwarf_decode_lines): Use the complete filename
1388 when creating include psymtabs.
5b5464ad 1389
1bf1958d
MM
13902005-03-08 Mark Mitchell <mark@codesourcery.com>
1391
1392 * environ.h (struct environ): Rename to ...
1393 (struct gdb_environ): ... this.
1394 (make_environ): Update prototype.
1395 (free_environ): Likewise.
1396 (init_environ): Likewise.
1397 (get_in_environ): Likewise.
1398 (set_in_environ): Likewise.
1399 (unset_in_environ): Likewise.
1400 (environ_vector): Likewise.
1401 * environ.c (make_environ): Replace "struct environ" with "struct
1402 gdb_environ".
1403 (free_environ): Likewise.
1404 (init_environ): Likewise.
1405 (environ_vector): Likewise.
1406 (get_in_environ): Likewise.
1407 (set_in_environ): Likewise.
1408 (unset_in_environ): Likewise.
1409 * infcmd.c (inferior_environ): Likewise.
1410 * inferior.h (inferior_environ): Likewise.
1411
f67a969f
JB
14122005-03-08 Joel Brobecker <brobecker@adacore.com>
1413
1414 * infcmd.c (run_command_1): New function, extracted from
1415 run_command.
1416 (run_command): Replace implementation by call to run_command_1.
1417 (start_command): Use run_command_1 to insert the temporary
1418 breakpoint and run the program. Remove code that's no longer
1419 needed, as already done at the proper time by run_command_1.
1420
c0501be5
DJ
14212005-03-08 Daniel Jacobowitz <dan@codesourcery.com>
1422
1423 * symfile.c (clear_symtab_users): Call
1424 clear_current_source_symtab_and_line first.
1425
549678da
NS
14262005-03-08 Nathan Sidwell <nathan@codesourcery.com>
1427
36e9969c
NS
1428 * ax-gdb.c (gen_expr): Add UNOP_PLUS case.
1429 * c-exp.y (exp): Add unary plus.
1430 * eval.c (evaluate_subexp_standard): Add UNOP_PLUS case.
1431 * valarith.c (value_x_unop): Add UNOP_PLUS case.
1432 (value_pos): New.
1433 * value.h (value_pos): Declare.
1434
3de11b2e
NS
1435 * remote.c (MIN_REMOTE_PACKET_SIZE): Set to 20.
1436 (remote_fetch_registers): Allow uppercase hex when resyncing.
1437 (remote_write_bytes): Only call get_memory_write_packet_size once.
1438 Robustify packet size calculation for very small packets. Check
1439 that at least one byte will be written.
1440
549678da
NS
1441 * tracepoint.c (target_is_remote): Allow extended-remote.
1442 (struct collection_list): Allow 256 registers, like the comment
1443 said.
1444 (add_memrange): Fix comment.
1445 (read_actions): Turn EOF into 'end'.
1446
20be272b
CV
14472005-03-08 Corinna Vinschen <vinschen@redhat.com>
1448
1449 * Makefile.in: Add dependencies for iq2000-tdep.o.
1450 * configure.tgt: Add iq2000-*-* target.
1451 * iq2000-tdep.c: New file.
1452 * config/iq2000/iq2000.mt: New file.
1453
ea53e89f
JB
14542005-03-07 Joel Brobecker <brobecker@adacore.com>
1455
1456 * doc/observer.texi (executable_changed): New observer.
1457 * symtab.c: Include "observer.h".
1458 (find_main_name): New function.
1459 (main_name): If name_of_main is unset, then compute it
1460 using find_main_name.
1461 (symtab_observer_executable_changed): New function.
1462 (_initialize_symtab): Attach executable_changed observer.
1463 * exec.c: Include "observer.h".
1464 (exec_file_attach): Emit executable_changed notification.
1465 * symfile.c: Include "observer.h".
1466 (reread_symbols): Send an executable_changed if appropriate.
1467 * Makefile.in (exec.o): Add dependency on observer.h.
1468 (symfile.o): Likewise.
1469 (symtab.o): Likewise.
1470
bb044262
DJ
14712005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
1472
1473 * findvar.c (read_var_value): Don't allocate V when it will not
1474 be used. Add missing break for LOC_INDIRECT.
1475
9e07977b
MK
14762005-03-06 Mark Kettenis <kettenis@gnu.org>
1477
1478 * sparc64fbsd-tdep.c: Include "solib-svr4.h".
1479 (sparc64fbsd_init_abi): Set skip_trampoline_code and
1480 solib_svr4_fetch_link_map_offsets.
1481 * Makefile.in (sparc64fbsd-tdep.o): Update dependencies.
1482
88d7a738 14832005-03-06 Daniel Jacobowitz <dan@codesourcery.com>
f75c00e4
DJ
1484
1485 * linux-nat.c (child_follow_fork): Call target_terminal_ours before
1486 printing output. Use fprintf_unfiltered. Only print output when
1487 debugging.
1488
e5a8e242 14892005-03-05 Mark Kettenis <kettenis@gnu.org>
e219d7ce
MK
1490
1491 * sparc64-tdep.c (sparc64_store_floating_fields): Constify third
1492 argument.
1493 (sparc64_store_arguments): Constify.
1494
dda5f19a
MK
14952005-03-05 Mark Kettenis <kettenis@gnu.org>
1496
0d6e4ad7
MK
1497 * alphabsd-nat.c: Update copyright year. Include "inf-ptrace.h".
1498 (alphabsd_fetch_inferior_registers): Rename from
1499 fetch_inferior_registers. Make static.
1500 (alphabsd_store_inferior_registers): Rename from
1501 store_inferior_registers. Make static.
1502 (_initialize_alphabsd_nat): New function.
1503 * Makefile.in (alphabsd-nat.o): Update dependencies.
1504 * config/alpha/fbsd.mh (NATDEPFILES): Remove infptrace.o and
1505 inftarg.o. Add inf-ptrace.o, fbsd-nat.o and gcore.o.
1506 * config/alpha/nbsd.mh (NAT_CLIBS): Remove variable.
1507 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
1508 alphabsd-nat.o.
1509 * config/alpha/nm-fbsd.h: Update copyright year. Don't include
1510 "config/nm-bsd.h" and "elf/common.h".
1511 * config/alpha/nm-nbsd.h: Update copyright year. Don't include
1512 "config/nm-nbsd.h".
1513
dda5f19a
MK
1514 * mips64obsd-tdep.c (mips64obsd_init_abi): Don't set
1515 software_single_step.
1516
aac71672
MS
15172005-03-04 Michael Snyder <msnyder@redhat.com>
1518
1519 * mn10300-prologue.c: New file. Prologue analysis.
1520 * mn10300-tdep.c: Move REGNUM values to mn10300-tdep.h.
1521 (mn10300_frame_unwind_cache): Don't call trad_frame_set_id
1522 until after analyze_prologue, and don't call trad_frame_set_base
1523 at all (let analyze_prologue do it).
1524
61e784e7
MS
15252005-03-04 Michael Snyder <msnyder@redhat.com>
1526
1527 * trad-frame.c (trad_frame_set_reg_value): New function.
1528 * trad-frame.h (trad_frame_set_reg_value): Export.
1529
6867ae3e
DJ
15302005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
1531
1532 * Makefile.in (remote.o): Update dependencies.
1533 * remote.c: Include "observer.h".
1534
f90221d3
DJ
15352005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
1536
1537 * target.c (target_read_memory_partial): Always initialize
1538 ERR.
1539 (target_write_memory_partial): Likewise.
1540
e20b4638
DJ
15412005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
1542
1543 * remote.c (remote_open_1): Call observer_notify_inferior_created.
1544
909cf6ea
DJ
15452005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
1546
1547 * arm-tdep.c (arm_make_stub_cache, arm_stub_this_id)
1548 (arm_stub_unwind, arm_stub_unwind_sniffer): New.
1549 (arm_gdbarch_init): Add arm_stub_unwind_sniffer.
1550
d3587048
DJ
15512005-03-02 Daniel Jacobowitz <dan@codesourcery.com>
1552
1553 * linux-nat.c (linux_supports_tracevforkdone, child_follow_fork):
1554 Use LWP IDs.
1555
806048c6
DJ
15562005-02-28 Daniel Jacobowitz <dan@codesourcery.com>
1557
1558 * dwarf2loc.c (loclist_read_variable): Set optimized_out
1559 instead of reporting an error.
1560 * valprint.c (value_check_printable): New function.
1561 (common_val_print): New function. Use value_check_printable.
1562 (value_print): Use value_check_printable.
1563 * value.h (common_val_print): Add prototype.
1564
1565 * c-valprint.c (c_val_print): Use common_val_print.
1566 * cp-valprint.c (cp_print_value_fields): Likewise.
1567 (cp_print_hpacc_virtual_table_entries): Likewise.
1568 * f-valprint.c (f_val_print): Likewise.
1569 * jv-valprint.c (java_value_print, java_print_value_fields):
1570 Likewise.
1571 * scm-valprint.c (scm_value_print): Likewise.
1572 * stack.c (print_frame_args): Likewise.
1573 * varobj.c (c_value_of_variable): Likewise.
1574 * p-valprint.c (pascal_val_print, pascal_value_print): Likewise.
1575 (pascal_object_print_value_fields): Likewise. Update call to
1576 pascal_object_print_static_field.
1577 (pascal_object_print_static_field): Remove TYPE argument. Use
1578 common_val_print.
1579
dd373385
EZ
15802005-02-25 Mark Kettenis <kettenis@gnu.org>
1581
1582 Committed by Elena Zannoni <ezannoni@redhat.com>
1583
1584 * dwarf2read.c (dwarf2_build_psymtabs_hard): Adjust
1585 info_ptr before building psymtabs for included files.
1586 (create_all_comp_units): Initailize initial length size of
1587 compilation header to zero.
1588 (read_initial_length): Complain if both 32-bit and 64-bit DWARF
1589 sections are encountered within the same compilation header.
1590 (dwarf_decode_line_header): Pass compilation header in call to
1591 read_initial_length.
1592
920d2a44
AC
15932005-02-24 Andrew Cagney <cagney@gnu.org>
1594
1595 Add show_VARIABLE functions, update add_setshow call.
1596 * varobj.c (_initialize_varobj, show_varobjdebug): Add and update.
1597 * valprint.c (_initialize_valprint, show_print_max)
1598 (show_stop_print_at_null, show_repeat_count_threshold)
1599 (show_prettyprint_structs, show_unionprint)
1600 (show_prettyprint_arrays, show_addressprint, show_input_radix)
1601 (show_output_radix): Ditto.
1602 * valops.c (_initialize_valops, show_overload_resolution): Ditto.
1603 * utils.c (initialize_utils, show_chars_per_line)
1604 (show_lines_per_page, show_demangle, show_pagination_enabled)
1605 (show_sevenbit_strings, show_asm_demangle): Ditto
1606 * tui/tui-win.c (_initialize_tui_win, show_tui_border_kind)
1607 (show_tui_border_mode, show_tui_active_border_mode): Ditto.
1608 * top.c (init_main, show_new_async_prompt)
1609 (show_async_command_editing_p, show_write_history_p)
1610 (show_history_size, show_history_filename, show_caution)
1611 (show_annotation_level, init_main): Ditto.
1612 * target.c (initialize_targets, show_targetdebug)
1613 (show_trust_readonly): Ditto.
1614 * symfile.c (_initialize_symfile, show_symbol_reloading)
1615 (show_ext_args, show_download_write_size)
1616 (show_debug_file_directory): Ditto.
1617 * source.c (_initialize_source, show_lines_to_list): Ditto.
1618 * solib.c (_initialize_solib, show_auto_solib_add)
1619 (show_solib_search_path): Ditto.
1620 * p-valprint.c (_initialize_pascal_valprint)
1621 (show_pascal_static_field_print): Ditto.
1622 * printcmd.c (_initialize_printcmd, show_max_symbolic_offset)
1623 (show_print_symbol_filename): Add and update.
1624 * parse.c (_initialize_parse, show_expressiondebug): Dito.
1625 * observer.c (_initialize_observer, show_observer_debug): Dito.
1626 * maint.c (_initialize_maint_cmds, show_watchdog)
1627 (show_maintenance_profile_p): Dito.
1628 * linux-nat.c (_initialize_linux_nat, show_debug_linux_nat): Dito.
1629 * infrun.c (_initialize_infrun, show_debug_infrun)
1630 (show_stop_on_solib_events, show_follow_fork_mode_string)
1631 (show_scheduler_mode, show_step_stop_if_no_debug): Ditto.
1632 * infcall.c (_initialize_infcall, show_coerce_float_to_double_p)
1633 (show_unwind_on_signal_p): Ditto.
1634 * gdbtypes.c (build_gdbtypes, show_opaque_type_resolution)
1635 (_initialize_gdbtypes, show_overload_debug): Ditto.
1636 * gdb-events.c, gdb-events.sh (_initialize_gdb_events)
1637 (show_gdb_events_debug): Ditto.
1638 * gdbarch.c, gdbarch.sh (show_gdbarch_debug)
1639 (_initialize_gdbarch): Ditto.
1640 * frame.c (_initialize_frame, show_backtrace_past_main)
1641 (show_backtrace_past_entry, show_backtrace_limit)
1642 (show_frame_debug): Ditto.
1643 * exec.c (_initialize_exec, show_write_files): Ditto.
1644 * dwarf2read.c (_initialize_dwarf2_read)
1645 (show_dwarf2_max_cache_age): Ditto.
1646 * demangle.c (_initialize_demangler)
1647 (show_demangling_style_names): Ditto.
1648 * dcache.c (_initialize_dcache, show_dcache_enabled_p): Ditto.
1649 * cp-valprint.c (show_static_field_print)
1650 (_initialize_cp_valprint, show_vtblprint, show_objectprint): Ditto.
1651 * corefile.c (_initialize_core, show_gnutarget_string): Ditto.
1652 * cli/cli-logging.c (_initialize_cli_logging)
1653 (show_logging_overwrite, show_logging_redirect)
1654 (show_logging_filename): Ditto.
1655 * cli/cli-cmds.c (show_info_verbose, show_history_expansion_p)
1656 (init_cli_cmds, show_baud_rate, show_remote_debug)
1657 (show_remote_timeout, show_max_user_call_depth): Ditto.
1658 * charset.c (show_host_charset_name, show_target_charset_name)
1659 (initialize_charset): Ditto.
1660 * breakpoint.c (show_can_use_hw_watchpoints)
1661 (show_pending_break_support, _initialize_breakpoint): Ditto.
1662
2877b4cc
JB
16632005-02-23 Jim Blandy <jimb@redhat.com>
1664
1665 * disasm.c (gdb_disassemble_info): Call disassemble_init_for_target.
1666
e9c55a7b
AC
16672005-02-23 Andrew Cagney <cagney@gnu.org>
1668
1669 * cli/cli-dump.c (dump_bfd_file): Replace magic constant with
1670 SEC_XXX flags.
1671
04ac69aa
AC
16722005-02-22 Andrew Cagney <cagney@gnu.org>
1673
1674 * configure.ac: Only enaable insight when itcl is present.
1675 * configure: Re-generate.
1676
3470a02f
AC
16772005-02-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1678
1679 Committed by Andrew Cagney.
1680 * infptrace.c (store_register): Fix typo.
1681
b66df561
AC
16822005-02-21 Andrew Cagney <cagney@gnu.org>
1683
1684 * command.h (deprecated_add_set_cmd): Rename add_set_cmd.
1685 * cli/cli-decode.h (add_set_cmd): Delete declaration.
1686 * cli/cli-decode.c (deprecated_add_set_cmd): Rename add_set_cmd.
1687 * i386-nat.c (_initialize_i386_nat): Update call.
1688 * valprint.c (_initialize_valprint): Update comment.
1689 * gnu-nat.c (_initialize_gnu_nat): Update call.
1690
85e3476f
AM
16912005-02-21 Alan Modra <amodra@bigpond.net.au>
1692
1693 * elfread.c (elf_symtab_read): Discard section syms.
1694
4d28ad1e
AC
16952005-02-21 Andrew Cagney <cagney@gnu.org>
1696
eefe576e
AC
1697 * cli/cli-decode.c (add_set_enum_cmd): Delete function.
1698 (deprecated_add_show_from_set): Delete function.
1699 * command.h (add_set_enum_cmd): Delete declaration.
1700 (deprecated_add_show_from_set): Delete declaration.
1701 * cli/cli-decode.h (add_set_enum_cmd): Delete declaration.
1702 (deprecated_add_show_from_set): Delete declaration.
1703 * arm-tdep.c (_initialize_arm_tdep): Update comment.
1704 * kod.c (kod_set_os): Simplify.
1705 * infrun.c (set_schedlock_func): Simplify.
1706 * cli/cli-dump.c (add_dump_command): Update comment.
1707
525226b5
AC
1708 Replace string variables with a filename completer with
1709 add_setshow_optional_filename_cmd.
1710 * solib.c, symfile.c: Update.
1711 * cli/cli-setshow.c: Do not tidle expand the file.
1712
4d28ad1e
AC
1713 Add more uses of add_setshow_string_cmd, add_setshow_integer_cmd,
1714 and add_setshow_string_noescape_cmd.
1715 * cli/cli-setshow.c (deprecated_show_value_hack): Do not print a
1716 NULL command's value.
1717 * kod.c, language.c, ocd.c, remote-e7000.c, remote-mips.c: Update.
1718 * remote-sds.c, remote.c, symfile.c, top.c: Update.
1719
942fd9fe
AC
17202005-02-20 Andrew Cagney <cagney@gnu.org>
1721
7ab04401
AC
1722 Use add_setshow_enum_cmd through out.
1723 * arch-utils.c, charset.c, demangle.c, i386-tdep.c: Update.
1724 * infrun.c, mips-tdep.c, osabi.c, serial.c, tui/tui-win.c: Update.
1725
78f5381d
AC
1726 * mi/mi-main.c (captured_mi_execute_command): Use
1727 mi_cmd_interpreter_exec.
1728
b4b4ac0b
AC
1729 * cli/cli-decode.c (add_setshow_optional_filename_cmd): New
1730 function.
1731 * cli/cli-setshow.c (deprecated_show_value_hack)
1732 (do_setshow_command): Handle var_optional_filename.
1733 * command.h (enum var_types): Add var_optional_filename.
1734 (add_setshow_optional_filename_cmd): Declare.
1735 * infcmd.c (notice_args_read): Use.
1736
942fd9fe
AC
1737 * symfile-mem.c (symbol_file_add_from_memory): Pass
1738 target_read_memory to bfd_elf_bfd_from_remote_memory.
1739 (do_target_read_memory): Delete.
1740
a6c442d8
MK
17412005-02-16 Mark Kettenis <kettenis@gnu.org>
1742
1743 * value.h (value_contents_equal): New prototype.
1744 * value.c (value_contents_equal): New function.
1745 * varobj.c: Include "exceptions.h" and "gdb_assert.h". Don't
1746 include <math.h>.
1747 (varobj_set_value): Initialize error to zero.
1748 (varobj_update): Rename error2 to error and initialize it to zero.
1749 Slightly change the wording of some comments.
1750 (my_value_equal): Reimplement using TRY_CATCH and
1751 value_contents_equal.
1752
5bf193a2
AC
17532005-02-18 Andrew Cagney <cagney@gnu.org>
1754
c0d88b1b
AC
1755 * cli/cli-decode.c (add_setshow_integer_cmd): New function.
1756 * command.h (add_setshow_integer_cmd): Declare.
1757 * cli/cli-cmds.c: Update.
1758
35096d9d
AC
1759 Use add_setshow_uinteger_cmd through out.
1760 * printcmd.c, source.c, utils.c, valprint.c: Update.
1761
85c07804
AC
1762 Use add_setshow_zinteger_cmd through out. Re-sync gdbarch.sh
1763 and gdbarch.c.
1764 * breakpoint.c, frame.c, gdb-events.sh, gdbarch.sh: Update.
1765 * gdbtypes.c, infrun.c, linux-nat.c, maint.c, monitor.c: Update.
1766 * pa64solib.c, parse.c, remote-mips.c, ser-go32.c: Update.
1767 * serial.c, solib-frv.c, somsolib.c, target.c, top.c: Update.
1768 * varobj.c, cli/cli-cmds.c: Update.
1769 * gdbarch.c, gdb-events.c: Regenerate.
1770
5bf193a2
AC
1771 Use add_setshow_boolean_command through out. Delete #ifdef 0'ed
1772 code adding set/show boolean commands.
1773 * cp-valprint.c, dcache.c, exec.c, gdbtypes.c, infrun.c: Update.
1774 * monitor.c, p-valprint.c, pa64solib.c, printcmd.c: Update.
1775 * proc-api.c, remote-mips.c, remote.c, solib.c: Update.
1776 * somsolib.c, symfile.c, top.c, utils.c, valops.c: Update.
1777 * valprint.c, win32-nat.c, wince.c, xcoffsolib.c: Update.
1778 * cli/cli-cmds.c: Update.
1779
2c5b56ce
AC
17802005-02-17 Andrew Cagney <cagney@gnu.org>
1781
f397e303
AC
1782 * cli/cli-decode.c (add_setshow_filename_cmd): Set the completer
1783 to filename_completer.
1784 * solib.c (_initialize_solib, reload_shared_libraries): Use
1785 add_setshow_filename_cmd.
1786 * serial.c (_initialize_serial): Ditto.
1787 * remote-utils.c (_initialize_sr_support): Ditto.
1788
26c41df3
AC
1789 * cli/cli-decode.c (add_setshow_string_noescape_cmd): New function.
1790 * command.h (add_setshow_string_noescape_cmd): Declare.
1791 * wince.c (_initialize_wince): Use.
1792 * symfile.c (_initialize_symfile): Use.
1793 (set_ext_lang_command): Update declaration.
1794 * corefile.c (_initialize_core): Use.
1795
2c5b56ce
AC
1796 * cli/cli-decode.c (add_setshow_cmd_full, add_setshow_enum_cmd)
1797 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
1798 (add_setshow_filename_cmd, add_setshow_string_cmd)
1799 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
1800 fprint_setshow parameter.
1801 * command.h (fprint_setshow_ftype): Delete.
1802 (add_setshow_cmd_full, add_setshow_enum_cmd)
1803 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
1804 (add_setshow_filename_cmd, add_setshow_string_cmd)
1805 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
1806 fprint_setshow parameter.
1807 * aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
1808 * complaints.c, cris-tdep.c, dwarf2read.c, frame.c: Update.
1809 * hppa-tdep.c, infcall.c, m32r-rom.c, maint.c: Update.
1810 * mips-tdep.c, nto-tdep.c, observer.c, remote-rdi.c: Update
1811 * remote.c, target.c, cli/cli-logging.c: Update.
1812
08546159
AC
18132005-02-16 Andrew Cagney <cagney@gnu.org>
1814
1815 Merge setshow print and show parameters.
1816 * command.h (show_value_ftype): Define.
1817 (deprecated_show_value_hack): Declare.
1818 (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
1819 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
1820 (add_setshow_string_cmd, add_setshow_uinteger_cmd)
1821 (add_setshow_zinteger_cmd): Change type of show_func to
1822 show_value_ftype.
1823 * cli/cli-decode.h (struct cmd_list_element): Replace
1824 fprint_setshow with show_value_func.
1825 * cli/cli-decode.c (add_setshow_cmd_full): Update show_func
1826 parameter. Set show_value_func. Do not set cmd_sfunc.
1827 (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
1828 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
1829 (add_setshow_string_cmd, add_setshow_uinteger_cmd)
1830 (add_setshow_zinteger_cmd): Update.
1831 * complaints.c (complaints_show_value): Replace
1832 fprint_setshow_complaints.
1833 (_initialize_complaints): Update.
1834 * mips-tdep.c (show_mask_address): Update.
1835 * arm-tdep.c (show_fp_model): Update.
1836 * cli/cli-setshow.c (do_setshow_command): Call show_value_func
1837 instead of fprint_setshow. Use deprecated_show_value_hack.
1838 (deprecated_show_value_hack): New function.
1839 * remote.c (add_packet_config_cmd, show_remote_cmd):
1840 (show_remote_protocol_P_packet_cmd)
1841 (show_remote_protocol_P_packet_cmd)
1842 (show_remote_protocol_Z_access_wp_packet_cmd)
1843 (show_remote_protocol_Z_hardware_bp_packet_cmd)
1844 (show_remote_protocol_Z_packet_cmd)
1845 (show_remote_protocol_Z_read_wp_packet_cmd)
1846 (show_remote_protocol_Z_software_bp_packet_cmd)
1847 (show_remote_protocol_Z_write_wp_packet_cmd)
1848 (show_remote_protocol_binary_download_cmd)
1849 (show_remote_protocol_p_packet_cmd)
1850 (show_remote_protocol_qPart_auxv_packet_cmd)
1851 (show_remote_protocol_qSymbol_packet_cmd)
1852 (show_remote_protocol_vcont_packet_cmd): Update.
1853
1c7b1e5a
MK
18542005-02-16 Mark Kettenis <kettenis@gnu.org>
1855
1856 * wrapper.h: Update copyright year. Properly wrap a few
1857 prototypes.
1858 (struct gdb_wrapper_arguments): Remove forward declaration.
1859 * wrapper.c: Update copyright year. Include "ui-out.h".
1860 (struct gdb_wrapper_arguments): Remove.
1861 (struct captured_value_struct_elt_args): Remove.
1862 (wrapper_parse_exp_1, wrap_evaluate_expression)
1863 (wrap_value_fetch_lazy, wrap_value_equal, wrap_value_assign)
1864 (wrap_value_subscript, wrap_value_ind, wrap_parse_and_eval_type)
1865 (do_captured_value_struct_elf): Remove functions.
1866 (gdb_parse_exp_1, gdb_evaluate_expression, gdb_value_fetch_lazy)
1867 (gdb_value_equal, gdb_value_assign, gdb_value_subscript)
1868 (gdb_value_ind, gdb_parse_and_eval_type, gdb_value_struct_elt):
1869 Re-implement using TRY_CATCH.
1870
7124f6fb
YS
18712005-02-16 Yoshinori Sato <ysato@users.sourceforge.jp>
1872
1873 * remote-e7000.c: unuse TM_FILE defined macro.
1874 (e7000_fetch_registers)
1875 (e7000_store_registers)
1876 (e7000_wait): delete NUM_REALREGS.
1877 * remote-hms.c: move TM_FILE macro.
1878 (CCR_REGNO): move define from tm-h8300.h.
1879
55e5a6d0
MK
18802005-02-15 Mark Kettenis <kettenis@gnu.org>
1881
1882 * amd64-linux-tdep.c: Update copyright year.
a348ae87
MK
1883 (amd64_linux_sigtramp_start): Use sizeof operator instead of
1884 LINUX_SIGTRAMP_LEN.
55e5a6d0 1885
77ef991d
JB
18862004-02-15 Joel Brobecker <brobecker@gnat.com>
1887
1888 From Paul Hilfinger <hilfinger@gnat.com>
1889 * dwarf2read.c (new_symbol): Use SYMBOL_SEARCH_NAME rather than
1890 SYMBOL_NATURAL_NAME to set type names.
1891
1bedd215
AC
18922005-02-15 Andrew Cagney <cagney@gnu.org>
1893
1894 Mark up add_com, add_info and add_prefix_cmd.
1895 * breakpoint.c, cp-support.c, dcache.c, dwarf2read.c: Update.
1896 * exec.c, f-valprint.c, frame.c, gcore.c, gnu-nat.c: Update.
1897 * go32-nat.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
1898 * kod.c, language.c, linux-nat.c, m32r-rom.c, macrocmd.c: Update.
1899 * maint.c, memattr.c, mips-tdep.c, nto-procfs.c, objc-lang.c: Update.
1900 * ocd.c, pa64solib.c, printcmd.c, procfs.c, regcache.c: Update.
1901 * remote-e7000.c, remote-m32r-sdi.c, remote-mips.c: Update.
1902 * remote-sds.c, remote-sim.c, remote-st.c, remote-utils.c: Update.
1903 * remote.c, rs6000-tdep.c, ser-go32.c, serial.c: Update.
1904 * sh-tdep.c, solib.c, somsolib.c, source.c, stack.c: Update.
1905 * symfile.c, symtab.c, target.c, thread.c, top.c: Update.
1906 * tracepoint.c, typeprint.c, utils.c, valprint.c: Update.
1907 * win32-nat.c, xcoffsolib.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
1908 * cli/cli-logging.c, tui/tui-layout.c, tui/tui-regs.c: Update.
1909 * tui/tui-stack.c, tui/tui-win.c: Update.
1910
66bf4b3a
AC
19112005-02-14 Andrew Cagney <cagney@gnu.org>
1912
3f325092
AC
1913 * config/h8300/h8300.mt (DEPRECATED_TM_FILE): Delete.
1914 * config/h8300/tm-h8300.h: Delete file.
1915
1a966eab
AC
1916 Mark up add_cmd.
1917 * arch-utils.c, avr-tdep.c, breakpoint.c, corefile.c: Update.
1918 * cp-abi.c, cp-namespace.c, cp-support.c, dummy-frame.c: Update.
1919 * exec.c, gnu-nat.c, go32-nat.c, hppa-tdep.c, infcmd.c: Update.
1920 * infrun.c, interps.c, macrocmd.c, maint.c, memattr.c: Update.
1921 * mips-tdep.c, ocd.c, osabi.c, printcmd.c, regcache.c: Update.
1922 * reggroups.c, remote-fileio.c, remote-rdi.c, remote.c: Update.
1923 * sol-thread.c, source.c, stack.c, symfile-mem.c: Update.
1924 * symfile.c, thread.c, tracepoint.c, valprint.c, value.c: Update.
1925 * win32-nat.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
1926 * cli/cli-logging.c, tui/tui-regs.c: Update.
1927
7915a72c
AC
1928 Mark up add_setshow functions, replace "PRINT:" comment prefix
1929 with "FIXME: i18n:".
1930 * aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
1931 * cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
1932 * infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
1933 * nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
1934 * target.c, cli/cli-logging.c: Update.
1935
66bf4b3a
AC
1936 * utils.c (paddress): New function.
1937 * defs.h (paddress): Declare.
1938 * printcmd.c (deprecated_print_address_numeric): Rename
1939 print_address_numeric, call paddress.
1940 * valprint.c, ui-out.c, tui/tui-stack.c, tracepoint.c: Update.
1941 * symmisc.c, symfile.c stack.c, p-valprint.c, printcmd.c: Update.
1942 * maint.c, m32r-rom.c, infcmd.c, f-valprint.c, exec.c: Update.
1943 * dwarf2read.c, dve3900-rom.c, defs.h, c-valprint.c: Update.
1944 * corefile.c, cli/cli-cmds.c, breakpoint.c, annotate.c: Update.
1945 * ada-valprint.c: Update.
1946
33e6b12b
RR
19472005-02-13 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
1948
1949 * MAINTAINERS: Add myself to "Write After Approval".
1950
f0bdd87d
YS
19512005-02-12 Yoshinori Sato <ysato@users.sourceforge.jp>
1952
1953 Restore h8300 support.
1954 * configure.tgt: Add h8300-*-*
ba0e80db
YS
1955 * h8300-tdep.c: New file. Rewrite new frame code.
1956 * config/h8300/h8300.mt: New file. Restored Rev 1.3
1957 * config/h8300/tm-h8300.h: New file. Restored Rev 1.21
1958
1959 * MAINTAINERS: Add myself to "Write After Approval".
f0bdd87d 1960
e2e0b3e5
AC
19612005-02-11 Andrew Cagney <cagney@gnu.org>
1962
a3f17187
AC
1963 Mark up some of printf_filtered and printf_unfiltered.
1964 * ada-lang.c, annotate.c, arch-utils.c, breakpoint.c: Update.
1965 * corelow.c, cp-namespace.c, cp-support.c, dcache.c: Update.
1966 * demangle.c, dsrec.c, dwarf2read.c, dwarfread.c: Update.
1967 * event-loop.c, event-top.c, exec.c, f-valprint.c: Update.
1968 * gdbtypes.c, inf-loop.c, inf-ptrace.c, inf-ttrace.c: Update.
1969 * infcmd.c, inflow.c, infrun.c, inftarg.c, language.c: Update.
1970 * linespec.c, linux-nat.c, linux-thread-db.c, maint.c: Update.
1971 * mdebugread.c, memattr.c, monitor.c, objc-lang.c: Update.
1972 * ocd.c, osabi.c, printcmd.c, procfs.c, regcache.c: Update.
1973 * remote.c, solib-som.c, solib.c, somsolib.c, source.c: Update.
1974 * stack.c, symfile.c, symmisc.c, target.c, thread.c: Update.
1975 * top.c, utils.c, valprint.c, value.c, cli/cli-cmds.c: Update.
1976 * cli/cli-dump.c, cli/cli-logging.c, tui/tui-hooks.c: Update.
1977 * tui/tui-regs.c, tui/tui-win.c: Update.
1978
e2e0b3e5
AC
1979 Mark up error_no_arg, query, perror_with_name, complaint, and
1980 internal_error.
1981 * breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
1982 * cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
1983 * dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
1984 * dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
1985 * exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
1986 * frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
1987 * gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
1988 * go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
1989 * i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
1990 * i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
1991 * infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
1992 * interps.c, language.c, linespec.c, linux-nat.c: Update.
1993 * m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
1994 * m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
1995 * macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
1996 * mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
1997 * mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
1998 * objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
1999 * parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
2000 * ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
2001 * regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
2002 * remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
2003 * remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
2004 * s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
2005 * sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
2006 * solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
2007 * sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
2008 * symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
2009 * utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
2010 * win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
2011 * cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
2012 * cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
2013 * mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
2014 * tui/tui-file.c, tui/tui-interp.c: Update.
8a3fe4f8 2015
e2e0b3e5
AC
20162005-02-10 Andrew Cagney <cagney@gnu.org>
2017
8a3fe4f8
AC
2018 Mark up all error and warning messages.
2019 * ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
2020 * bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
2021 * core-aout.c, core-regset.c, corefile.c, corelow.c: Update.
2022 * cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update.
2023 * dbxread.c, demangle.c, doublest.c, dsrec.c: Update.
2024 * dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update.
2025 * dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update.
2026 * event-top.c, exec.c, expprint.c, f-lang.c: Update.
2027 * f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update.
2028 * frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update.
2029 * gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update.
2030 * hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update.
2031 * hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update.
2032 * hpread.c, hpux-thread.c, i386-linux-nat.c: Update.
2033 * i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update.
2034 * i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update.
2035 * ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update.
2036 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
2037 * inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update.
2038 * kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update.
2039 * linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update.
2040 * m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update.
2041 * m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update.
2042 * maint.c, mdebugread.c, mem-break.c, memattr.c: Update.
2043 * mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update.
2044 * nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update.
2045 * observer.c, ocd.c, p-lang.c, p-typeprint.c: Update.
2046 * p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update.
2047 * ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update.
2048 * remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update.
2049 * remote-rdp.c, remote-sim.c, remote-st.c: Update.
2050 * remote-utils.c, remote-utils.h, remote.c: Update.
2051 * rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update.
2052 * ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update.
2053 * sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update.
2054 * solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update.
2055 * solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update.
2056 * somread.c, somsolib.c, source.c, stabsread.c: Update.
2057 * stack.c, std-regs.c, symfile-mem.c, symfile.c: Update.
2058 * symmisc.c, symtab.c, target.c, thread.c, top.c: Update.
2059 * tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update.
2060 * uw-thread.c, valarith.c, valops.c, valprint.c: Update.
2061 * value.c, varobj.c, version.in, win32-nat.c, wince.c: Update.
2062 * xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update.
2063 * cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update.
2064 * cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update.
2065 * mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update.
2066 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
2067 * mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
2068 * tui/tui-win.c: Update.
2069
3517749c
ILT
20702005-02-10 Ian Lance Taylor <ian@airs.com>
2071
2072 * MAINTAINERS: Update my e-mail address.
2073
cf309262
DJ
20742005-02-10 Daniel Jacobowitz <dan@debian.org>
2075
2076 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
2077 PR exp/1821
2078 * cp-valprint.c: Include "language.h".
2079 (cp_print_value_fields): Pass the current language to
2080 fprintf_symbol_filtered.
2081 * Makefile.in (cp-valprint.o): Update dependencies.
2082
899506a8
AC
20832005-02-10 Andrew Cagney <cagney@gnu.org>
2084
335cca0d
AC
2085 * cli/cli-decode.c (add_setshow_enum_cmd, add_setshow_cmd_full)
2086 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
2087 (add_setshow_filename_cmd, add_setshow_string_cmd)
2088 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Replace
2089 print string parameter with fprint_setshow function.
2090 * command.h (fprint_setshow_ftype): Define. Update declarations.
2091 * cli/cli-setshow.c (do_setshow_command): When fprint_setshow is
2092 available, use that.
2093 * cli/cli-decode.h (struct cmd_list_element): Add field
2094 fprint_setshow.
2095 * complaints.c (fprint_setshow_complaints): New function.
2096 (_initialize_complaints): Pass to add_setshow_zinteger_cmd.
2097 * hppa-tdep.c (_initialize_hppa_tdep): Replace "print" parameter
2098 with NULL.
2099 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2100 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2101 * cris-tdep.c (_initialize_cris_tdep): Ditto.
2102 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2103 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2104 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
2105 * dwarf2read.c (_initialize_dwarf2_read): Ditto.
2106 * frame.c (_initialize_frame): Ditto.
2107 * target.c (initialize_targets): Ditto.
2108 * maint.c (_initialize_maint_cmds): Ditto.
2109 * observer.c (_initialize_observer): Ditto.
2110 * infcall.c (_initialize_infcall): Ditto.
2111 * breakpoint.c (_initialize_breakpoint): Ditto.
2112 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2113 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2114
899506a8
AC
2115 * cli/cli-setshow.c (do_setshow_command): Move code printing the
2116 value to the end of the function. Handle MI and non-MI output
2117 differently.
2118
59c58d08
AC
21192005-02-09 Andrew Cagney <cagney@gnu.org>
2120
7376b4c2
AC
2121 * cli/cli-decode.c (add_setshow_enum_cmd): Drop set_result and
2122 show_result parameters.
2123 * mips-tdep.c (_initialize_mips_tdep): Update calls.
2124 * command.h: Update declaration.
2125 * arm-tdep.c (_initialize_arm_tdep, _initialize_arm_tdep): Update
2126 calls.
2127
11dced61
AC
2128 * NEWS: Mention removed commands.
2129 * m68hc11-tdep.c (show_regs): Delete, unused.
2130 (_initialize_m68hc11_tdep): Delete deprecated "regs" command.
2131 * gdb-events.sh: Delete deprecated "set eventdebug" and "show
2132 eventdebug" commands.
2133 * gdb-events.c: Regenerate.
2134 * gdbarch.sh: Delete deprecated "set archdebug" and "show
2135 archdebug" commands.
2136 * gdbarch.c: Regenerate.
2137 * cli/cli-cmds.c (init_cli_cmds): Delete deprecated "set
2138 remotedebug" and "show remotedebug".
2139 * arm-tdep.c (_initialize_arm_tdep): Delete deprecated "set arm
2140 disassembly-flavor", "show arm disassembly-flavor", and
2141 "othernames" commands.
2142 (arm_othernames): Delete unused function.
2143
b6e1c027
AC
2144 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call)
2145 (convert_code_addr_to_desc_addr): Convert any function code
2146 address to the corresponding function's descriptor.
2147 (ppc64_sysv_abi_return_value): have TYPE_CODE_ENUM and
2148 TYPE_CODE_INT use the same code paths as TYPE_CODE_INT. When
2149 writing, convert any function code address to the corresponding
2150 descriptor.
2151
59c58d08
AC
2152 * config/sh/linux.mt (TDEPFILES): Add symfile-mem.o.
2153 * config/powerpc/linux.mt (TDEPFILES): Ditto.
2154 * config/pa/linux.mt (TDEPFILES): Ditto.
2155 * config/mips/linux.mt (TDEPFILES): Ditto.
2156 * config/m68k/linux.mt (TDEPFILES): Ditto.
2157 * config/m32r/linux.mt (TDEPFILES): Ditto.
2158 * config/ia64/linux.mt (TDEPFILES): Ditto.
2159 * config/arm/linux.mt (TDEPFILES): Ditto.
2160
b6e1c027
AC
21612005-02-09 Corinna Vinschen <vinschen@redhat.com>
2162
2163 * symmisc.c: Include gdb_stat.h.
2164 (maintenance_print_msymbols): Use inode numbers to compare files.
2165
91294c83
AC
21662005-02-08 Andrew Cagney <cagney@gnu.org>
2167
d3cbe7ef
AC
2168 * value.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
2169 (METHOD_PTR_TO_VOFFSET): Move from here ...
2170 * cp-support.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
2171 (METHOD_PTR_TO_VOFFSET): ... to here.
2172 * cp-valprint.c, p-valprint.c, eval.c: Include "cp-support.h".
2173 * Makefile.in: Update dependencies.
2174
6941d02a
AC
2175 * exceptions.c: Do not include <setjmp.h>.
2176 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP): Delete macros.
2177 (catch_exception, catch_exceptions_with_msg, catch_errors)
2178 (catch_command_errors): Use TRY_CATCH.
2179 (struct catcher): Use EXCEPTIONS_SIGJMP_BUF.
2180 (exceptions_state_mc_init): Rename catcher_init.
2181 (exceptions_state_mc): Rename catcher_state_machine.
2182 (exceptions_state_mc_action_iter)
2183 (exceptions_state_mc_action_iter_1): New functions.
2184 * exceptions.h: Include <setjmp.h>.
2185 (EXCEPTIONS_SIGJMP_BUF, EXCEPTIONS_SIGSETJMP)
2186 (EXCEPTIONS_SIGLONGJMP): Define.
2187 (exceptions_state_mc_init, exceptions_state_mc_action_iter)
2188 (exceptions_state_mc_action_iter_1): Declare.
2189 (TRY_CATCH): Define.
2190
179f02be
AC
2191 * ppc-linux-tdep.c (ppc_linux_init_abi): Do not set malloc name,
2192 no longer needed.
2193
8f135812
AC
2194 * ppc-linux-nat.c (ppc_register_u_addr): Hack around 64-bit
2195 PT_FPSCR breakage.
2196
91294c83
AC
2197 * value.c (struct value): Move to here ...
2198 * value.h (struct value): ... from here. Copy comments to
2199 corresponding function declarations, re-order.
2200
dfa52d88
AC
22012005-02-07 Andrew Cagney <cagney@gnu.org>
2202
9bbda503
AC
2203 * value.c (set_value_bitpos, set_value_bitsize): Define.
2204 * value.h (set_value_bitpos, set_value_bitsize): Declare.
2205 * ada-lang.c, valarith.c: Update.
2206
5086187c
AC
2207 * cp-valprint.c, c-valprint.c, infcall.c: Use value_contents or
2208 value_contents_writeable, include note that there are problems.
2209 * breakpoint.c, infcall.c: Use VALUE_LVAL.
2210
f5cf64a7
AC
2211 * value.h (set_value_offset): Declare.
2212 * value.c (set_value_offset): Declare.
2213 * gnu-v2-abi.c, jv-valprint.c, valarith.c, valops.c: Update.
2214 * findvar.c: Update.
2215
17cf0ecd
AC
2216 * value.h (value_next): Declare.
2217 * value.c (value_next): Define.
2218 * breakpoint.c: Update.
2219
88e3b34b
AC
2220 * value.h (deprecated_set_value_modifiable)
2221 (deprecated_value_modifiable): Declare.
2222 * value.c (deprecated_set_value_modifiable): Define.
2223 (deprecated_value_modifiable): Define.
2224 * ada-lang.c, valops.c, breakpoint.c, tracepoint.c: Update.
2225
04624583
AC
2226 * value.h (deprecated_set_value_type): Declare.
2227 * value.c (deprecated_set_value_type): Define.
2228 * hpacc-abi.c, gnu-v2-abi.c, cp-valprint.c: Update.
2229 * c-valprint.c, jv-lang.c, objc-lang.c, ada-lang.c: Update.
2230 * infcall.c, printcmd.c, valops.c, eval.c, p-exp.y: Update.
2231 * ax-gdb.c, tracepoint.c: Update.
2232
13bb5560
AC
2233 * value.h (deprecated_value_lval_hack)
2234 (deprecated_value_address_hack)
7d71e29c 2235 (deprecated_value_internalvar_hack)
13bb5560
AC
2236 (deprecated_value_regnum_hack): Declare.
2237 (VALUE_LVAL, VALUE_ADDRESS, VALUE_INTERNALVAR)
2238 (VALUE_FRAME_ID, VALUE_REGNUM): Use.
2239 * value.c (deprecated_value_lval_hack)
2240 (deprecated_value_address_hack)
7d71e29c 2241 (deprecated_value_internalvar_hack)
13bb5560
AC
2242 (deprecated_value_regnum_hack): Define.
2243
b44d461b
AC
2244 * value.h (VALUE_POINTED_TO_OFFSET): Delete.
2245 (set_value_pointed_to_offset, value_pointed_to_offset): Declare.
2246 * value.c (set_value_pointed_to_offset): Define
2247 (value_pointed_to_offset): Define.
2248 * valops.c: Update.
2249
caadb61d
AC
2250 * value.h (VALUE_EMBEDDED_OFFSET): Delete.
2251 (value_embedded_offset, set_value_embedded_offset): Declare.
13c3b5f5 2252 * value.c (value_embedded_offset): Define.
caadb61d 2253 (set_value_embedded_offset): Define.
13c3b5f5
AC
2254 * valops.c, p-valprint.c, mi/mi-main.c, hpacc-abi.c: Update.
2255 * gnu-v3-abi.c, eval.c, c-valprint.c, cp-valprint.c: Update.
2256 * cp-abi.h: Update.
2257
dfa52d88
AC
2258 * value.h (VALUE_LAZY): Delete
2259 (set_value_lazy): Declare.
2260 * value.c (set_value_lazy): Define.
2261 * valops.c, valarith.c, jv-valprint.c, jv-lang.c: Update.
2262 * gnu-v2-abi.c, findvar.c, dwarf2loc.c, ada-lang.c: Update.
2263
0fd88904
AC
22642005-02-06 Andrew Cagney <cagney@gnu.org>
2265
feb13ab0
AC
2266 * value.h (VALUE_OPTIMIZED_OUT): Delete.
2267 (value_optimized_out, set_value_optimized_out): Declare.
2268 * value.c (set_value_optimized_out, value_optimized_out): Define.
2269 * valprint.c, findvar.c, dwarf2loc.c: Update.
2270
0fd88904
AC
2271 * value.c (value_contents, value_contents_writeable): New
2272 functions.
2273 * value.h (VALUE_CONTENTS): Delete macro.
2274 (value_contents, value_contents_writeable): Declare.
2275 * xstormy16-tdep.c, value.c, valops.c, valarith.c: Update.
2276 * stack.c, sparc-tdep.c, sparc64-tdep.c, sh-tdep.c: Update.
2277 * sh64-tdep.c, scm-valprint.c, scm-exp.c, s390-tdep.c: Update.
2278 * rs6000-tdep.c, p-valprint.c, printcmd.c: Update.
2279 * ppc-sysv-tdep.c, mips-tdep.c, mi/mi-main.c: Update.
2280 * m88k-tdep.c, m68hc11-tdep.c, m32r-tdep.c: Update.
2281 * jv-valprint.c, ia64-tdep.c, hppa-tdep.c: Update.
2282 * hpacc-abi.c, f-valprint.c, frv-tdep.c, eval.c: Update.
2283 * c-valprint.c, cris-tdep.c, cp-valprint.c: Update.
2284 * cli/cli-dump.c, breakpoint.c, avr-tdep.c, arm-tdep.c: Update.
2285 * arm-linux-tdep.c, amd64-tdep.c, alpha-tdep.c: Update.
2286 * ada-valprint.c, ada-lang.c: Update.
2287
5b90c7b5
AC
22882005-02-03 Andrew Cagney <cagney@gnu.org>
2289
2290 * utils.c (xzalloc): New function.
2291 * defs.h (XZALLOC): Use xzalloc.
2292 (xzalloc): Declare.
2293 * value.c (allocate_value): Allocate a zeroed buffer.
2294 * mdebugread.c (xzalloc): Delete.
2295
4754a64e
AC
22962005-02-02 Andrew Cagney <cagney@gnu.org>
2297
d69fe07e
AC
2298 * value.h (value_lazy): Declare.
2299 * varobj.c, value.c, valops.c, valarith.c, printcmd.c: Update.
2300 * cp-valprint.c, breakpoint.c, ada-lang.c: Update.
2301
46615f07
AC
2302 * value.h (VALUE_CONTENTS_ALL): Delete.
2303 (value_contents_all): Declare.
2304 * value.c (value_contents_all): New function.
2305 * hpacc-abi.c, cp-valprint.c, valops.c, c-valprint.c: Update.
2306 * m68k-tdep.c, i386-tdep.c, infcall.c, valops.c: Update.
2307
4754a64e
AC
2308 * value.c (value_enclosing_type): New function.
2309 * value.h (VALUE_ENCLOSING_TYPE): Delete.
2310 (value_enclosing_type): Declare.
2311 * xstormy16-tdep.c, vax-tdep.c, m68k-tdep.c, i386-tdep.c: Update.
2312 * gnu-v3-abi.c, hpacc-abi.c, infcall.c, valops.c: Update.
2313
990a07ab
AC
2314 * value.c (value_contents_all_raw)
2315 (value_contents_raw): New functions.
2316 * value.h (VALUE_CONTENTS_ALL_RAW, VALUE_CONTENTS_RAW): Delete.
2317 (value_contents_raw, value_contents_all_raw): Declare functions.
2318 (VALUE_CONTENTS, VALUE_CONTENTS_ALL): Update.
2319 * std-regs.c, valarith.c, valops.c, eval.c: Update.
2320 * tracepoint.c, findvar.c: Update.
2321
ff2c3e5d
OF
23222005-02-01 Orjan Friberg <orjanf@axis.com>
2323
2324 * regformats/reg-cris.dat: New file with register definitions for CRIS.
2325 * regformats/reg-crisv32.dat: Ditto for CRISv32.
2326
c46f8c51
AC
23272005-01-31 Andrew Cagney <cagney@gnu.org>
2328
2329 * configure: Regenerate to track ../gettext.m4.
2330
a80493b8
BI
23312005-01-29 Baurzhan Ismagulov <ibr@radix50.net>
2332
2333 * MAINTAINERS: Add myself to "Write After Approval".
2334
3d263c1d
BI
2335 * ax-gdb.c, ax-general.c, bcache.c, bfd-target.c, bsd-kvm.c,
2336 * buildsym.c, c-lang.c, c-typeprint.c, c-valprint.c, charset.c,
2337 * coff-pe-read.c, coffread.c, complaints.c, copying.c: I18n markup.
2338
c21a4eee
MK
23392005-01-29 Mark Kettenis <kettenis@gnu.org>
2340
2341 * configure.ac: Remove extra check for ranlib.
2342 * configure: Regenerated.
2343
108d6ead
AC
23442005-01-28 Andrew Cagney <cagney@gnu.org>
2345
a2bd3dcd
AC
2346 * language.h (struct language_defn): Make la_val_print's buffer
2347 parameter a const bfd_byte.
2348 * cp-valprint.c (cp_print_value_fields, cp_print_value): Update.
2349 * ada-lang.c (ada_aligned_value_addr)
2350 (ada_value_primitive_packed_val, ada_which_variant_applies): Update.
2351 * valprint.c (val_print_array_elements): Update.
2352 * valprint.h (val_print_array_elements): Update.
2353 * ada-lang.h (ada_val_print, ada_aligned_value_addr)
2354 (ada_value_primitive_packed_val, ada_which_variant_applies): Update.
2355 * ada-valprint.c (ada_val_print, struct ada_val_print_args)
2356 (ada_val_print_1, ada_print_floating, printable_val_type)
2357 (print_record, val_print_packed_array_elements)
2358 (print_field_values, print_variant_part): Update.
2359 * c-lang.h (c_val_print, cp_print_value_fields): Update.
2360 * c-valprint.c (c_val_print): Update.
2361 * f-lang.h (f_val_print): Update.
2362 * f-valprint.c (f_val_print, f77_print_array_1)
2363 (f77_print_array): Update.
2364 * jv-lang.h (java_val_print): Update.
2365 * jv-valprint.c (java_print_value_fields, java_val_print): Update.
2366 * language.c (unk_lang_val_print): Update.
2367 * m2-lang.h (m2_val_print): Update.
2368 * m2-valprint.c (m2_val_print): Update.
2369 * p-lang.h (pascal_val_print): Update.
2370 (pascal_object_print_value_fields): Update.
2371 * p-valprint.c (pascal_val_print)
2372 (pascal_object_print_value_fields, pascal_object_print_value)
2373 (pascal_object_print_value): Update.
2374 * scm-lang.h (scm_val_print): Update.
2375 * scm-valprint.c (scm_val_print): Update.
2376 * value.h (val_print): Update.
2377
5bcca90b
AC
2378 * p-lang.h (pascal_object_print_class_member)
2379 (pascal_object_print_class_method): Make buffer a const bfd_byte.
2380 * p-valprint.c (pascal_object_print_class_method)
2381 (pascal_object_print_class_method): Ditto.
2382
ce27fb25
AC
2383 * language.h (struct language_defn): Make la_printstr's buffer
2384 parameter a const bfd_byte.
2385 * p-lang.h (pascal_printstr): Update function to match.
2386 * ada-valprint.c (ada_printstr): Update function to match.
2387 * scm-lang.c (scm_printstr): Update function to match.
2388 * p-lang.c (pascal_printstr): Update function to match.
2389 * ada-lang.h (ada_printstr): Update function to match.
2390 * m2-lang.c (m2_printstr): Update function to match.
2391 * objc-lang.c (objc_printstr): Update function to match.
2392 * c-lang.h (c_printstr): Update function to match.
2393 * f-lang.c (f_printstr): Update function to match.
2394 * c-lang.c (c_printstr): Update function to match.
2395 * language.c (unk_lang_printstr): Update function to match.
2396
5f547748
AC
2397 * valprint.c (val_print_type_code_int): Make buffer a const bfd_byte.
2398 * valprint.h (val_print_type_code_int): Ditto.
2399
bbb4b9db
AC
2400 * objc-lang.h (c_val_print, c_value_print): Delete declarations.
2401
9519ccd5
AC
2402 * cp-valprint.c (cp_print_class_method)
2403 (cp_print_class_member): Make buffer a const bfd_byte.
2404 * c-lang.h (cp_print_class_member, cp_print_class_method): Ditto.
2405
10a2c479
AC
2406 * ada-lang.c (value_from_contents_and_address)
2407 (to_record_with_fixed_variant_part)
2408 (value_tag_from_contents_and_address, ada_to_fixed_type)
2409 (to_fixed_variant_branch_type, to_fixed_record_type)
2410 (ada_template_to_fixed_record_type, cond_offset_host)
2411 (ada_template_to_fixed_record_type_1): Make buffer a const
2412 bfd_byte.
2413 * ada-lang.h (ada_template_to_fixed_record_type_1)
2414 (value_from_contents_and_address, ada_to_fixed_type): Ditto.
2415
d56612af
AC
2416 * ada-valprint.c (char_at, printstr): Make buffer a const bfd_byte.
2417
366b1cbf 2418 * gdbtypes.h (print_scalar_formatted): Make buffer a const bfd_byte.
d56612af 2419 * printcmd.c (print_scalar_formatted): Update.
366b1cbf 2420
c84141d6
AC
2421 * value.h (value_bit_index, print_floating)
2422 (find_rt_vbase_offset): Make buffer a const bfd_byte.
2423 * valprint.c (print_floating): Update.
2424 * valarith.c (value_bit_index): Update.
2425 * valops.c (find_rt_vbase_offset): Update.
2426
6c403953
AC
2427 * valprint.h (print_octal_chars, print_char_chars)
2428 (print_hex_chars, print_decimal_chars, print_binary_chars): Make
2429 buffer a const bfd_byte.
2430 * valprint.c (print_binary_chars, print_octal_chars)
2431 (print_decimal_chars, print_hex_chars, print_char_chars): Make
2432 "valaddr"buffer a const bfd_byte, ditto for local variables
2433 referencing that buffer.
2434
a8d6eb4a
AC
2435 * m2-valprint.c: Include "c-lang.h".
2436 (c_val_print): Delete extern declaration.
2437 * scm-valprint.c: Include "c-lang.h".
2438 (c_val_print): Delete extern declaration.
2439 Makefile.in: Update dependencies.
2440
06c4d4dc
AC
2441 * gnu-v2-abi.h (gnuv2_baseclass_offset): Make "valaddr" a const
2442 bfd_byte.
2443 * cp-abi.h (baseclass_offset): Make "valaddr" a const bfd_byte.
2444 (struct cp_abi_ops): Make baseclass_offset's "valaddr" a const
2445 bfd_byte.
2446 * cp-abi.c (baseclass_offset): Update.
2447 * gnu-v2-abi.c (gnuv2_baseclass_offset): Update.
2448
6b08edad
AC
2449 * gnu-v2-abi.h: New file.
2450 * gnu-v2-abi.c: Include "gnu-v2-abi.h".
2451 (gnuv2_baseclass_offset): Delete declaration.
2452 * hpacc-abi.c: Include "gnu-v2-abi.h".
2453 (gnuv2_baseclass_offset): Delete extern declaration.
2454 * Makefile.in: Update dependencies.
2455
108d6ead
AC
2456 * doublest.c (floatformat_is_negative, floatformat_is_nan)
2457 (floatformat_mantissa, get_field): Make the buffer a const
2458 bfd_byte, simplify.
2459
a53bf506
AC
24602005-01-27 Andrew Cagney <cagney@gnu.org>
2461
8cc2524a
AC
2462 * value.h (struct value): Change type of contents to bfd_byte.
2463 (VALUE_CONTENTS_RAW): Simplify.
2464
79dd2d24
AC
2465 * gdbarch.sh (integer_to_address): Change buf parameter to a const
2466 bfd_byte, make pure-multi-arch.
2467 * gdbarch.h, gdbarch.c: Regenerate.
2468 * mips-tdep.c (mips_integer_to_address): Update.
2469 * value.c (value_as_address): Update.
2470
c26b8e3b
AC
2471 * cli/cli-dump.h (fopen_with_cleanup): Make "filename" const.
2472 * cli/cli-dump.c (dump_binary_file, dump_bfd_file): Make string
2473 parameters const, change buf to a const bfd_byte.
2474 (fopen_with_cleanup, bfd_openw_with_cleanup): Make all string
2475 parameters const.
2476
10e2d419
AC
2477 * corefile.c (write_memory): Update, make a copy of the read-only
2478 buffer.
2479 * target.c (target_read_memory): Update.
2480 (target_write_memory): Update, make a copy of the read-only
2481 buffer.
2482 * gdbcore.h (write_memory): Change buffer type to bfd_byte, make
2483 const.
2484 * target.h (target_read_memory, target_write_memory): Change
2485 buffer type to bfd_byte; for write_memory, make it const.
2486 * symfile-mem.c (do_target_read_memory): New function.
2487 (symbol_file_add_from_memory): Pass do_target_read_memory to
2488 bfd_elf_bfd_from_remote_memory.
2489
89f5065b
AC
2490 * value.h: Indent using gdb_indent.sh.
2491
a53bf506
AC
2492 * configure: Regenerate to track ../gettext.m4 change.
2493
c44ca51c
AC
24942005-01-26 Andrew Cagney <cagney@gnu.org>
2495
2496 * rs6000-tdep.c: Include "reggroups.h".
2497 (rs6000_gdbarch_init): Set register_reggroup_p.
2498 (rs6000_register_reggroup_p): New function.
2499
c600d464
OF
25002005-01-26 Orjan Friberg <orjanf@axis.com>
2501
2502 * cris-tdep.c (enum cris_num_regs, enum cris_regnums)
2503 (cris_sigtramp_frame_unwind_cache, cris_register_size): Update for
2504 CRISv32.
2505 (crisv32_single_step_through_delay, cris_can_use_hardware_watchpoint)
2506 (cris_region_ok_for_watchpoint, cris_stopped_data_address)
2507 (crisv32_cannot_fetch_register, crisv32_cannot_store_register)
2508 (crisv32_register_type, cris_special_register_name)
2509 (crisv32_register_name): New functions.
2510 (cris_spec_reg_applicable): Recognize more versions.
2511 (cris_register_name): Update with call to cris_special_register_name.
2512 (find_cris_op): Filter out CRISv32 instructions. Tweaked comment and
2513 warning when unable to find step target.
2514 (CRISV10_ELF_NGREG, CRISV32_ELF_NGREG, crisv32_elf_gregset_t): Define.
2515 (supply_gregset): Add struct gdbarch_tdep. Set pseudo-PC register for
2516 CRISv32.
2517 (fetch_core_registers): Update for CRISv32.
2518 (cris_gdbarch_init): Set pc_regnum, register_type, num_regs,
2519 register_name, cannot_store_register, cannot_fetch_register,
2520 have_nonsteppable_watchpoint, single_step_through_delay for CRISv32.
2521
82c94ed0
NR
25222005-01-26 Nick Roberts <nickrob@snap.net.nz>
2523
2524 * interps.c (interpreter_exec_cmd): Use condition,
2525 e.reason < 0, to raise an error.
2526
0598a43c
AC
25272005-01-25 Andrew Cagney <cagney@gnu.org>
2528
a8f60bfc
AC
2529 * ppc-linux-tdep.c: Include "tramp-frame.h"
2530 (struct ppc_linux_sigtramp_cache)
2531 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
2532 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
2533 (ppc_linux_sigtramp_cache): Delete.
2534 (ppc32_linux_sigaction_cache_init)
2535 (ppc64_linux_sigaction_cache_init)
2536 (ppc32_linux_sighandler_cache_init)
2537 (ppc64_linux_sighandler_cache_init)
2538 (ppc32_linux_sigaction_tramp_frame)
2539 (ppc64_linux_sigaction_tramp_frame)
2540 (ppc32_linux_sighandler_tramp_frame)
2541 (ppc64_linux_sighandler_tramp_frame)
2542 (ppc_linux_sigtramp_cache, ppc_linux_init_abi): Implement 32 and
2543 64-bit, sigaction and siginfo tramp-frame unwinders.
2544
0598a43c
AC
2545 * ppc-linux-tdep.c (ppc_linux_init_abi): Always set
2546 long_double_bit to 8.
2547
9d799f85
AC
25482005-01-24 Andrew Cagney <cagney@gnu.org>
2549
2550 * infrun.c (handle_inferior_event): Handle back-to-back and nested
2551 signals where the step_resume_breakpoint may have already been
2552 inserted.
2553
45181ed1
AC
25542005-01-24 Andrew Cagney <cagney@gnu.org>
2555
2556 * configure: Regenerate, ../gettext.m4 was updated.
2557
a28109e0
MK
25582005-01-23 Mark Kettenis <kettenis@gnu.org>
2559
6fe85783
MK
2560 * NEWS: Mention new BSD user-level threads support.
2561
a28109e0
MK
2562 * i386obsd-tdep.c: Update copyright year. Include
2563 "bsd-uthread.h".
2564 (i386obsd_uthread_reg_offset): New variable.
2565 (I386OBSD_UTHREAD_ESP_OFFSET): New define.
2566 (i386obsd_supply_uthread, i386obsd_collect_uthread): New
2567 functions.
2568 (i386obsd_init_abi): Set supply_uthread and collect_uthread.
2569 * Makefile.in (i386obsd-tdep.o): Update dependencies.
2570 * config/i386/obsd.mt (TDEPFILES): Add bsd-uthread.o.
2571
059198c1
CF
25722005-01-23 Christopher Faylor <cgf@timesys.com>
2573
2574 * win32-nat.c: Update copyright year.
2575 (child_init_thread_list): Set thread linked list point to NULL so that
2576 it won't be reused after clearing.
2577
5c45e068
MK
25782005-01-21 Mark Kettenis <kettenis@gnu.org>
2579
2580 * acconfig.h (HAVE_STRUCT_REG_R_FS, HAVE_STRUCT_R_GS): Remove
2581 undefs.
2582 * configure.ac: Use AC_CHECK_MEMBERS to check whether `struct
2583 thread' has a td_pcb member and whether `struct reg' has r_fs and
2584 r_gs members.
2585 * configure, config.in: Regenerate.
2586
666ec76f
MK
25872005-01-21 Mark Kettenis <kettenis@gnu.org>
2588
b8667b61
MK
2589 * configure.ac: Remove ia64-*-aix* junk.
2590 * configure: Regenerate.
2591
a3828db0
MK
2592 * configure.ac: Use AC_CHECK_DECLS instead of gcc_AC_CHECK_DECLS
2593 and BFD_NEED_DECLARATION. Don't check if a declaration of strdup
2594 is necessary.
2595 * configure, config.in: Regenerate.
2596 * utils.c: Adjust for usage of AC_CHECK_DECLS instead of
2597 BFD_NEED_DECLARATION. Never provide a prototype for
2598 caninicalize_file_name.
2599 * gdb_string.h: Adjust for usage of AC_CHECK_DECLS instead of
2600 BFD_NEED_DECLARATION.
2601
666ec76f
MK
2602 * configure.ac (targ_archs): Use standard autoconf check for
2603 "struct stat.st_blocks" instead of rolling our own.
2604 * configure: Regenerated.
2605 * acconfig.h (HAVE_STRUCT_STAT_ST_BLOCKS): Remove undef.
2606 * config.in: Regenerated.
2607
bc8bcb4b
MK
26082005-01-21 Mark Kettenis <kettenis@gnu.org>
2609
2610 * configure.ac: Modernize checks for `long long' and `long double'
2611 support.
2612 * configure: Regenerated.
2613 * acconfig.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG)
2614 (PRINT_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE): Remove undefs.
2615 * config.in: Regenerated.
2616
30adeb3a
MK
26172005-01-20 Mark Kettenis <kettenis@gnu.org>
2618
2619 * acconfig.h (HAVE_STRUCT_SAVE_STATE_T)
2620 (HAVE_STRUCT_MEMBER_SS_WIDE): Remove undefs.
2621 * configure.ac: Remove checks for HP-UX save_state structure.
2622 * configure: Regenerated.
2623
e06e2353
AC
26242005-01-19 Andrew Cagney <cagney@gnu.org>
2625
2626 * utils.c (quit): Simplify, call fatal.
2627 * exceptions.c: Include "serial.h"
2628 (print_flush): Mimic flush code found in utils.c:quit.
2629 * Makefile.in: Update dependencies.
2630
1c44323f
JB
26312005-01-19 Jim Blandy <jimb@redhat.com>
2632
065a1afc
JB
2633 * configure.tgt: Set build_rdi_share to "yes" on those targets
2634 that use that debugging protocol.
2635 Set build_nlm to yes to build NLM stub for Netware targets.
2636 * configure.ac: If build_rdi_share is "yes", then configure the
2637 rdi-share subdirectory.
2638 If build_nlm is "yes", the configure the "nlm" subdirectory.
2639 * configure: Regenerated.
2640
1c44323f
JB
2641 * rdi-share/configure, rdi-share/aclocal.m4: Regenerated using
2642 autoconf 2.59 and automake 1.9.3.
2643
8a9de0e4
AC
26442005-01-19 Andrew Cagney <cagney@gnu.org>
2645
315a522e
AC
2646 * exceptions.h (deprecated_throw_reason): Rename throw_reason.
2647 * exceptions.c (deprecated_throw_reason): Rename throw_reason.
2648 * utils.c (internal_verror, quit): Update.
2649 * remote-sds.c (interrupt_query): Update.
2650 * remote-mips.c (mips_error, mips_kill): Update.
2651 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Update.
2652 * remote.c (interrupt_query): Update.
2653 * ocd.c (interrupt_query): Update.
2654 * nto-procfs.c (interrupt_query): Update.
2655 * monitor.c (monitor_interrupt_query): Update.
2656 * breakpoint.c (break_command_1): Update.
2657
8a9de0e4
AC
2658 * infrun.c: (resume, proceed, wait_for_inferior)
2659 (handle_inferior_event, stop_stepping)
2660 (prepare_to_wait): Write debug output to gdb_stdlog.
2661
53283f86
MK
26622005-01-19 Mark Kettenis <kettenis@gnu.org>
2663
2664 * inf-ptrace.c (inf_ptrace_prepare_to_store)
2665 (inf_ptrace_post_startup_inferior)
2666 (inf_ptrace_acknowledge_created_inferior)
2667 (inf_ptrace_insert_fork_catchpoint)
2668 (inf_ptrace_remove_fork_catchpoint)
2669 (inf_ptrace_insert_vfork_catchpoint):
2670 (inf_ptrace_remove_vfork_catchpoint, inf_ptrace_follow_fork)
2671 (inf_ptrace_insert_exec_catchpoint)
2672 (inf_ptrace_remove_exec_catchpoint): Remove functions.
2673 (inf_ptrace_reported_exec_events_per_exec_call): Tweak comment.
2674 (inf_ptrace_target): Don't set to_prepare_to_store,
2675 to_post_startup_inferior, to_acknowledge_created_inferior,
2676 to_insert_fork_ctachpoint, to_remove_fork_catchpoint,
2677 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
2678 to_follow_fork, to_insert_exec_catchpoint,
2679 to_remove_exec_catchpoint.
2680
9ee907e0
AC
26812005-01-18 Andrew Cagney <cagney@gnu.org>
2682
fa113d1a
AC
2683 * target.h (struct target_ops): Change return type of
2684 to_insert_fork_catchpoint, to_insert_vfork_catchpoint and
2685 to_insert_exec_catchpoint to void.
2686 (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
2687 (child_insert_exec_catchpoint): Change return type to void.
2688 * target.c (update_current_target): Update.
2689 (debug_to_insert_fork_catchpoint)
2690 (debug_to_insert_vfork_catchpoint)
2691 (debug_to_insert_exec_catchpoint): Update.
2692 * inf-child.c (inf_child_insert_fork_catchpoint)
2693 (inf_child_insert_vfork_catchpoint)
2694 (inf_child_insert_exec_catchpoint): Update.
2695 * breakpoint.c (insert_catchpoint): Update, do not throw an error.
2696 * linux-nat.c (child_insert_fork_catchpoint)
2697 (child_insert_vfork_catchpoint)
2698 (child_insert_exec_catchpoint): Update.
2699 * inftarg.c (child_insert_fork_catchpoint)
2700 (child_insert_vfork_catchpoint,)
2701 (child_insert_exec_catchpoint): Update.
2702
9ee907e0
AC
2703 * remote.c (remote_open_1): Use throw_exception.
2704
295093a4
MS
27052005-01-17 Michael Snyder <msnyder@redhat.com>
2706
2707 * mips-linux-tdep.c: Whitespace tweaks.
2708
4bcff7eb
CV
27092005-01-17 Corinna Vinschen <vinschen@redhat.com>
2710
2711 * infcmd.c (attach_command): Call CLEAR_SOLIB if available.
2712
637537d0
AC
27132005-01-17 Andrew Cagney <cagney@gnu.org>
2714
2715 * top.h (source_error, source_pre_error): Delete declaration.
2716 * cli/cli-script.c (source_error_allocated, source_error): Delete.
2717 (script_from_file, source_cleanup_lines): Do not manipulate
2718 source_error_allocated, error_pre_print and source_error.
2719 (struct source_cleanup_lines_args): Delete fields old_pre_error,
2720 and old_error_pre_print.
2721 * top.c (source_error_allocated, source_error)
2722 (source_pre_error): Delete.
2723 (command_line_input): Do not set error_pre_print.
2724 * event-top.c (command_line_handler): Do not set error_pre_print.
2725
12b21d12
JT
27262005-01-16 Jason Thorpe <thorpej@netbsd.org>
2727
2728 * MAINTAINERS: Update my email address.
2729
1c02b2a5
MK
27302005-01-16 Mark Kettenis <kettenis@gnu.org>
2731
c401b55a
MK
2732 * configure.ac: Provide prerequisite headers when checking
2733 <term.h>.
2734 * configure: Regenerate.
2735
1c02b2a5
MK
2736 * amd64fbsd-tdep.c: Update copyright year. Include "gdb_assert.h"
2737 and "bsd-uthread.h".
2738 (amd64fbsd_jmp_buf_reg_offset): New variable.
2739 (amd64fbsd_supply_uthread, amd64fbsd_collect_uthread): New
2740 functions.
2741 (amd64fbsd_init_abi): Set supply_uthread and collect_uthread.
2742 * i386fbsd-tdep.c: Fix typo.
2743 * Makefile.in (amd64fbsd-tdep.o): Update dependencies.
2744 * config/i386/fbsd64.mt (TDEPFILES): Add bsd-uthread.o.
2745
17d92a02
AC
27462005-01-16 Andrew Cagney <cagney@gnu.org>
2747
2748 * cli/cli-script.c: Include "exceptions.h".
2749 (struct wrapped_read_command_file_args): Define.
2750 (wrapped_read_command_file): New function.
2751 (script_from_file): Replace direct call to read_command_file by
2752 one wrapped by an exception handler.
2753 * exceptions.c (throw_it): Free the old message after creating the
2754 new.
2755 * Makefile.in: Update dependencies.
2756
80ad1639
MK
27572005-01-16 Mark Kettenis <kettenis@gnu.org>
2758
ae036357
MK
2759 * sparc64fbsd-tdep.c: Update copyright year.
2760 (sparc64fbsd_collect_gregset, sparc64fbsd_collect_fpregset): New
2761 functions.
2762 (sparc64fbsd_init_abi): Create register sets with collect
2763 functions.
2764
ca5807d9
MK
2765 * sparc64fbsd-nat.c: Include "fbsd-nat.h".
2766 (_initialize_sparc64fbsd_nat): Add some extra features to the
2767 generic SPARC target.
2768 * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
2769 * config/sparc/fbsd.mh (NATDEPFILES): Add fbsd-nat.o and gcore.o.
2770 (NAT_FILE): Set to solib.h.
2771 * config/sparc/nm-fbsd.h: Remove file.
2772
c4f2d4d7
MK
2773 * sparc64-tdep.c (sparc64_store_arguments): Fix typo.
2774
80ad1639
MK
2775 * sparc-tdep.c (sparc_integral_or_pointer_p): Simplify.
2776
6212a5e9
AC
27772005-01-16 Andrew Cagney <cagney@gnu.org>
2778
2779 * exceptions.c (struct catcher): Delete saved_error_pre_print and
2780 saved_quit_pre_print.
2781 (catcher_init): Delete parameter errstring, do not override the
2782 pre_print strings.
2783 (catcher_pop): Do not restore the pre_print strings.
2784 (catch_exception, catch_exceptions_with_msg, catch_errors)
2785 (catch_command_errors): Update catch_init calls.
2786
936df4b3
MK
27872005-01-16 Mark Kettenis <kettenis@gnu.org>
2788
2789 * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
2790 * sparc64fbsd-nat.c: Update copyright year. Include "target.h".
2791
3af1e0e3
AC
27922005-01-15 Andrew Cagney <cagney@gnu.org>
2793
85981d60
AC
2794 * acinclude.m4: Include ../bfd/bfd.m4 instead of
2795 ../bfd/acinclude.m4. Include ../gettext.m4.
2796 * aclocal.m4, configure: Re-generate.
2797
5a14cc1a
AC
2798 * exceptions.c (do_captured_command)
2799 (struct captured_command_args): Delete.
2800 (catch_command_errors): Simplify by inlining call to catch_errors.
2801
3af1e0e3
AC
2802 * exceptions.c (struct catcher): Delete field print_message.
2803 (catcher_init): Delete print_message parameter.
2804 (catch_exception, catch_exceptions_with_msg, catch_errors): Update.
2805 (throw_it): Delete prefix parameter.
2806 (throw_verror, throw_vfatal, throw_error): Update.
2807
d0555901
AC
28082005-01-14 Andrew Cagney <cagney@gnu.org>
2809
e48f5bee
AC
2810 * exceptions.c (print_and_throw): Delete, replaced by throw_it.
2811 (throw_reason): Leave the exception's message field blank.
2812 (throw_it): New function, create the exception and throw it.
2813 (throw_verror, throw_vfatal, throw_error): Call throw_it.
2814 (print_any_exception): New function.
2815 (catch_errors, catch_exceptions_with_msg): Call
2816 print_any_exception.
2817 (throw_exception): Move code calling annotate_error and
2818 annotate_quit from here ...
2819 (print_exception): ... to here.
2820
c6da7a6d
AC
2821 * exceptions.c (exception_fprintf, exception_print): Move printing
2822 of \n from here ...
2823 (print_exception): ... to here.
2824 (print_flush): New function.
2825 (exception_print, exception_fprintf): Replace duplicated flush and
2826 wrap code with call to print_flush.
2827 (print_and_throw): Simplify, by using xstrvprintf, print_flush,
2828 and print_exception.
2829 (do_write): Delete.
2830
d0555901
AC
2831 * remote-sds.c (interrupt_query): Call throw_reason instead of
2832 throw_exception.
2833 * remote-mips.c (mips_error, mips_kill): Ditto
2834 * ocd.c (interrupt_query): Ditto.
2835 * nto-procfs.c (interrupt_query): Ditto.
2836 * monitor.c (monitor_interrupt_query): Ditto.
2837
949df321
JJ
28382005-01-14 Jeff Johnston <jjohnstn@redhat.com>
2839
2840 * ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions.
2841
bc8332bb
AC
28422005-01-14 Andrew Cagney <cagney@gnu.org>
2843
1c3c7ee7
AC
2844 * exceptions.h (catch_exceptions): Delete errstring parameter.
2845 (catch_exceptions_with_msg): Ditto.
2846 * exceptions.c (catch_exceptions_with_msg): Update.
2847 (catch_exceptions): Update.
2848 * symfile-mem.c (add_vsyscall_page): Update.
2849 * frame.c (get_current_frame): Update.
2850 * wrapper.c (gdb_value_struct_elt): Update.
2851 * exceptions.c (catch_exceptions): Update.
2852 * thread.c (gdb_list_thread_ids, gdb_thread_select): Update.
2853 * breakpoint.c (gdb_breakpoint_query, gdb_breakpoint): Update.
2854 * remote-fileio.c (remote_fileio_request): Update.
2855
9cbc821d
AC
2856 * exceptions.h (exception_fprintf): Declare.
2857 (exception_print): Drop pre_print parameter.
2858 * mi/mi-main.c (mi_execute_command): Update exception_print call.
2859 * cli/cli-interp.c (safe_execute_command): Update exception_print
2860 call.
2861 * remote.c (remote_open_1): Instead of passing an error prefix to
2862 catch_exceptions, use catch_exceptions and exception_fprintf.
2863 (remote_start_remote): Change return type to void.
2864 * breakpoint.c (insert_bp_location): Instead of passing an error
2865 prefix to catch_exceptions, use catch_exceptions and
2866 exception_fprintf.
2867 (insert_catchpoint): Change return type to void.
2868 (break_command_1): Update exception_print call.
2869 * exceptions.c (exception_fprintf): New function.
2870 (print_exception): New function.
2871 (exception_print): Use print_exception.
2872
22e9b0f1
AC
2873 * utils.c (error_output_message): Delete function.
2874 * defs.h (error_output_message): Delete declaration.
2875
05ff989b
AC
2876 * linespec.c (symtab_from_filename, decode_variable): Use
2877 throw_error instead of error_silent.
2878 * breakpoint.c (do_captured_parse_breakpoint): Change return type
2879 to void.
2880 (break_command_1): Use catch_exception and check the error return
2881 status.
2882 * exceptions.c (throw_error): New function.
2883 (throw_vsilent): Delete function.
2884 * exceptions.h (throw_error): Declare.
2885 (throw_vsilent): Delete declaration.
2886 * utils.c (error_silent): Delete function.
2887 * defs.h (error_silent): Delete declaration.
2888
8a076db9
AC
2889 * mi/mi-main.c (mi_execute_command): Print the exception.
2890 * cli/cli-interp.c (safe_execute_command): Print the exception.
2891 * exceptions.h (exception_print): Declare.
2892 * exceptions.c (struct catcher): Add field print_message.
2893 (catcher_init): Add parameter print_message, store in the catcher
2894 struct.
2895 (print_and_throw): Only print the message when print_message.
2896 (catch_exceptions_with_msg, catch_errors): Pass print_message=1 to
2897 catcher_init.
2898 (catch_exception): Pass print_message=0 to catcher_init.
2899
bc8332bb
AC
2900 * varobj.c (varobj_create): Add missing \n.
2901
d183932d
MS
29022005-01-13 Michael Snyder <msnyder@redhat.com>
2903
4e18e2de 2904 * cli/cli-decode.h: Whitespace tweaks.
ca0b4d12 2905 * wince.c: Whitespace tweaks.
887a3a14 2906 * uw-thread.c: Whitespace tweaks.
0a4a0819 2907 * utils.c: Whitespace tweaks.
d183932d
MS
2908 * tracepoint.[ch]: Whitespace tweaks.
2909 * solist.h: Whitespace tweaks.
2910
6b1b7650
AC
29112005-01-13 Andrew Cagney <cagney@gnu.org>
2912
b315da38
AC
2913 * exceptions.h (struct exception): Make message const.
2914 * mi/mi-main.c (mi_execute_command): Pass result.message directly
2915 to fputstr_unfiltered.
2916
79e714b4
AC
29172005-01-13 Michael Snyder <msnyder@redhat.com>
2918
2919 * stack.c: Whitespace tweaks.
2920 * somsolib.[ch]: Whitespace tweaks.
2921 * solib-aix.c: Whitespace tweaks.
2922 * solib.c: Whitespace tweaks.
2923 * solib-frv.c: Whitespace tweaks.
2924 * solib.h: Whitespace tweaks.
2925 * solib-irix.c: Whitespace tweaks.
2926 * solib-som.c: Whitespace tweaks.
2927 * solib-sunos.c: Whitespace tweaks.
2928 * solib-svr4.[ch]: Whitespace tweaks.
2929 * ser-tcp.c: Whitespace tweaks.
2930 * ser-unix.c: Whitespace tweaks.
2931 * serial.h: Whitespace tweaks.
2932 * scm-valprint.c: Whitespace tweaks.
2933 * rs6000-tdep.c: Whitespace tweaks.
2934 * rs6000-nat.c: Whitespace tweaks.
2935 * remote.c: Whitespace tweaks.
2936
29372005-01-13 Andrew Cagney <cagney@gnu.org>
2938
6b1b7650
AC
2939 * defs.h (error_last_message, error_init): Delete declaration.
2940 * utils.c (fatal, vfatal): Call throw_vfatal.
2941 (error, verror): Call throw_verror;
2942 (do_write, error_stream_1): Delete function.
2943 (error_stream): Simplify, call error.
2944 (error_last_message, error_init, gdb_lasterr): Delete.
2945 (error_silent): Simplify, call throw_vsilent.
2946 * mi/mi-interp.c (mi_cmd_interpreter_exec): Dup the message.
2947 * main.c (captured_main): Delete call to error_init.
2948 * exceptions.c (throw_verror, throw_verror)
2949 (throw_vsilent): New functions.
2950 (do_write, print_and_throw): New functions.
2951 (last_message): New global.
2952 (throw_reason): Replace error_last_message with last_message.
2953 (catch_exceptions_with_msg): Dup the message.
2954 * exceptions.h (throw_verror, throw_vfatal, throw_vsilent):
2955 Declare.
2956
4791eb66
MS
29572005-01-13 Michael Snyder <msnyder@redhat.com>
2958
90c065fb 2959 * remote-st.c: Whitespace tweaks.
8a0ce09a 2960 * remote-sim.c: Whitespace tweaks.
1fa79fac 2961 * remote-mips.c: Whitespace tweaks.
beda9597 2962 * pa64solib.[ch]: Whitespace tweaks.
28397f59 2963 * mdebugread.c: Whitespace tweaks.
ba5e7e8d 2964 * main.c: Whitespace tweaks.
907d819a 2965 * interps.c: Whitespace tweaks.
9d1ff73f 2966 * infrun.c: Whitespace tweaks.
1f5d0fc9 2967 * infcmd.c: Whitespace tweaks.
d9788fe8 2968 * hpux-thread.c: Whitespace tweaks.
3b951200 2969 * hppa-hpux-tdep.c: Whitespace tweaks.
3a9a986f 2970 * gdbcore.h: Whitespace tweaks.
d3f17821 2971 * gdbcmd.h: Whitespace tweaks.
30867156 2972 * gdb-events[.c, .h, .sh]: Whitespace tweaks.
de6854b5 2973 * corefile.c: Whitespace tweaks.
03717487 2974 * completer.c: Whitespace tweaks.
9b5c5aad
MS
2975 * coff-solib.c: Whitespace tweaks.
2976 * coff-solib.h: Whitespace tweaks.
30fdc99f 2977 * cli-out.c: Whitespace tweaks.
1272ad14 2978 * breakpoint.c: Whitespace tweaks.
4791eb66
MS
2979 * cli/cli-interp.c: Tweak comments, per coding standard.
2980
f30f06b8
AC
29812005-01-13 Andrew Cagney <cagney@gnu.org>
2982
ce43223b
AC
2983 * breakpoint.c (gdb_breakpoint_query): Update, use
2984 catch_exceptions_with_msg.
2985 (do_captured_breakpoint): Add uiout parameter.
2986 (gdb_breakpoint): Update, use catch_exceptions_with_msg.
2987 * mi/mi-main.c (mi_cmd_thread_select): Pass mi_error_message to
2988 gdb_thread_select. Return MI_CMD_ERROR instead of
2989 MI_CMD_CAUGHT_ERROR.
2990 (mi_cmd_thread_list_ids): Ditto for gdb_list_thread_ids.
2991 (enum captured_mi_execute_command_actions): Delete
2992 EXECUTE_COMMAND_DISPLAY_ERROR.
2993 (captured_mi_execute_command): Delete code handling
2994 MI_CMD_CAUGHT_ERROR.
2995 (mi_execute_command): Don't check for
2996 EXECUTE_COMMAND_DISPLAY_ERROR.
2997 * mi/mi-cmd-break.c (breakpoint_notify): Update call to
2998 gdb_breakpoint_query.
2999 (mi_cmd_break_insert): Pass mi_error_message to gdb_breakpoint.
3000 * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_CAUGHT_ERROR.
3001 * gdb.h (gdb_thread_select, gdb_list_thread_ids)
3002 (gdb_breakpoint, gdb_breakpoint_query): Add error_message
3003 parameter.
3004 * thread.c (thread_command): Update call.
3005 (gdb_thread_select, gdb_list_thread_ids): Update, call
3006 catch_exceptions_with_msg.
3007
f30f06b8
AC
3008 * mi/mi-main.c (mi_execute_command): Use catch_exception,
3009 eliminate call to error_last_message.
3010 (captured_mi_execute_command): Change return type to void.
3011
2a78bfb5
AC
30122005-01-12 Andrew Cagney <cagney@gnu.org>
3013
c1043fc2
AC
3014 * exceptions.c (exception_none): New variable.
3015 * Makefile.in: Update dependencies.
3016 * interps.c: Include "exceptions.h".
3017 (interpreter_exec_cmd, interp_exec): Update to return "struct
3018 exception"
3019 * exceptions.h (no_exception): Declare.
3020 * tui/tui-interp.c (tui_exec): Update to return "struct exception"
3021 * mi/mi-interp.c: Include "exceptions.h".
3022 (mi_cmd_interpreter_exec, mi_interpreter_exec): Update to return
3023 'struct exception".
3024 * cli/cli-interp.c (cli_interpreter_exec, safe_execute_command)
3025 (do_captured_execute_command): Update to use catch_exception.
3026 * interps.h: Include "exceptions.h".
3027 (interp_exec_ftype, interp_exec): Return "struct exception".
3028
2a78bfb5
AC
3029 * exceptions.h (throw_reason): Rename throw_exception.
3030 (enum errors, struct exception): Define.
3031 (catch_exception_ftype): Define.
3032 (catch_exception, throw_exception): Declare.
3033 * exceptions.c (throw_exception): Rewrite.
3034 (throw_reason): New function.
3035 (struct catcher, catcher_state_machine): Replace "reason" with
3036 "exception", delete "gdberrmsg".
3037 (catch_exception): New function.
3038 (catcher_init): Replace "gdberrmsg" parameter with "exception".
3039 (catch_errors, catch_exceptions_with_msg): Re-implement passing
3040 exception to catcher_init.
3041 * utils.c (error_silent, error_stream_1): Use throw_reason.
3042 (internal_verror, quit): Ditto.
3043 * breakpoint.c (insert_catchpoint, break_command_1): Ditto.
3044 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Ditto.
3045 * remote.c (remote_open_1, interrupt_query): Ditto.
3046
8b1ca062
MK
30472005-01-12 Mark Kettenis <kettenis@gnu.org>
3048
fa565c2b
MK
3049 * i386fbsd-tdep.c: Update copyright year. Include "gdbcore.h",
3050 "regcache.h", "gdb_assert.h" and "bsd-uthread.h".
3051 (i386fbsd_jmp_buf_reg_offset): New variable.
3052 (i386fbsd_supply_uthread, i386fbsd_collect_uthread): New
3053 functions.
3054 (i386fbsdaout_init_abi): Set supply_uthread and collect_uthread.
3055 * Makefile.in (i386fbsd-tdep.o): Update dependency.
3056 * config/i386/fbsd.mt (TDEPFILES): Add bsd-uthread.o.
3057
82f5c14f
MK
3058 * bsd-uthread.h: New file.
3059 * bsd-uthread.c: New file.
3060 * Makefile.in (bsd_uthread_h): New variable.
3061 (ALLDEPFILES): Add bsd-uthread.c.
3062 (bsd-uthread.o): New dependency.
3063
42a6e6a0
MK
3064 * solib.h Update copyright year.
3065 (struct so_list): Forward declaration.
3066 (solib_read_symbols): New prototype.
3067 * solib.c (solib_read_symbols): New function.
3068 (solib_add): Call solib_read_symbols to read in symbols.
3069 (update_solib_list): Call observer_notify_solib_loaded.
3070
8b1ca062
MK
3071 * i386bsd-nat.c: Update copyright year. Don't include
3072 <sys/param.h> and <sys/user.h>.
3073 (register_u_addr, kernel_u_size): Remove functions.
3074 * config/i386/obsd.mh (NAT_FILE): Remove.
3075 * config/i386/obsdaout.mh (NAT_FILE): Set to solib.h.
3076 * config/i386/nm-obsd.h: Remove file.
3077
60250e8b
AC
30782005-01-12 Andrew Cagney <cagney@gnu.org>
3079
db5f402d
AC
3080 * exceptions.c: Include "gdb_string.h".
3081 (enum catcher_state, struct catcher): Define.
3082 (current_catcher): New global, replaces catch_return;
3083 (catch_return): Delete.
3084 (throw_exception): Use current_catcher->buf;
3085 (catcher_init, catcher_pop, catcher_state_machine): New functions.
3086 (catcher): Delete.
3087 (struct catch_errors_args): Delete.
3088 (do_catch_errors): Delete.
3089 (catch_exceptions): Replace body with call to
3090 catch_exceptions_with_msg.
3091 (catcher): Delete.
3092 (catch_exceptions_with_msg, catch_errors): Re-implement using
3093 catcher_state_machine.
3094
60250e8b
AC
3095 * exceptions.h (enum return_reason, RETURN_MASK)
3096 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL)
3097 (return_mask, throw_exception, catch_exceptions_ftype)
3098 (catch_exceptions_with_msg, catch_errors_ftype, catch_errors)
3099 (catch_command_errors_ftype, catch_command_errors): Move to
3100 exceptions.h.
3101 * exceptions.c, exceptions.h: New files.
3102 * top.c: Do not include <setjmp.h>.
3103 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP, catch_return)
3104 (throw_exception, catcher, catch_exceptions)
3105 (catch_exceptions_with_msg, struct catch_errors_args)
3106 (do_catch_errors, catch_errors, struct captured_command_args)
3107 (do_captured_command, catch_command_errors): Move to exceptions.c.
3108 * wrapper.c, wince.c, win32-nat.c, utils.c: Include "exceptions.h".
3109 * tui/tui-interp.c, top.c, thread.c, symmisc.c: Ditto.
3110 * symfile-mem.c, stack.c, solib.c, rs6000-nat.c: Ditto.
3111 * remote-sds.c, remote-mips.c, remote-fileio.c: Ditto.
3112 * remote-e7000.c, objc-lang.c, ocd.c: Ditto.
3113 * remote.c, nto-procfs.c, monitor.c, mi/mi-main.c: Ditto.
3114 * main.c, m32r-rom.c, infrun.c, inf-loop.c: Ditto.
3115 * hppa-hpux-tdep.c, frame.c, event-top.c, event-loop.c: Ditto.
3116 * corelow.c, corefile.c, cli/cli-interp.c, breakpoint.c: Ditto.
3117 * ada-valprint.c, ada-lang.c: Ditto.
3118 * Makefile.in (HFILES_NO_SRCDIR, COMMON_OBS): Add exceptions.h and
3119 exceptions.o. Update all dependencies.
3120
ca14ead7
MK
31212005-01-11 Mark Kettenis <kettenis@gnu.org>
3122
eafc7eea
MK
3123 * config/i386/nm-fbsd.h: Update copyright year.
3124 Don't include "config/nm-bsd.h".
3125 (KERNEL_U_SIZE): Remove macro.
3126 (kernel_u_size): Remove prototype.
3127
ca14ead7
MK
3128 * config/vax/nbsdaout.mh (NAT_FILE): Remove.
3129 * config/vax/nm-nbsdaout.h: Remove file.
3130
4a39d934
EZ
31312005-01-10 Elena Zannoni <ezannoni@redhat.com>
3132
3133 * MAINTAINERS: Remove self from sh/sh64 maintainership.
3134
93f0f986
AC
31352005-01-10 Andrew Cagney <cagney@gnu.org>
3136
c4f9e2bf
AC
3137 * MAINTAINERS: List Andrew Cagney and Kevin Buettner as can commit
3138 changes to PowerPC, and Andrew Cagney as lead PowerPC GNU/Linux
3139 maintainer.
3140
6b71dd74
AC
3141 * MAINTAINERS: Hans-Peter Nilsson and Orjan Friberg can commit
3142 changes to CRIS.
3143
93f0f986
AC
3144 * MAINTAINERS: Remove "Maintenance Only". Spell out that CAN
3145 COMMIT means can approve).
3146
8785ced0
MK
31472005-01-10 Mark Kettenis <kettenis@gnu.org>
3148
2a2de4ce
MK
3149 * vax-nat.c: Update copyright year. Include "inf-ptrace.h".
3150 (vax_register_u_offset): Make statuc.
3151 (_initialize_vax_nat): Construct and add target vector.
3152 * config/vax/vax.mh (NATDEPFILES): Remove infptrace.o and
3153 inftarg.o. Add inf-ptrace.o.
3154 * Makefile.in (vax-nat.o): Update dependencies.
3155
8785ced0
MK
3156 * inf-ptrace.h: Update copyright year. Sync comment with
3157 inf-ptrace.c.
3158 (inf_ptrace_trad_target): New prototype.
3159 * inf-ptrace.c: Update copyright year. Include "regcache.h" and
3160 "gdb_assert.h"
3161 (inf_ptrace_target): Add comment.
3162 (inf_ptrace+register_u_offset): New variable.
3163 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
3164 (inf_ptrace_store_register, inf_ptrace_store_registers)
3165 (inf_ptrace_trad_target): New functions.
3166 * Makefile.in (inf-ptrace.o): Update dependencies.
3167
7cb9022a
MK
31682005-01-09 Mark Kettenis <kettenis@gnu.org>
3169
3170 * configure.ac: Provide prerequisite headers when checking
3171 <link.h>, <sys/proc.h> and <sys/user.h>.
3172 * configure: Regenerate.
3173
c534d641
MK
31742005-01-08 Mark Kettenis <kettenis@gnu.org>
3175
3176 * config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Set to
3177 tm-ppc-eabi.h instead of the removed tm-nbsd.h.
3178
4b48ac22
MK
31792005-01-07 Mark Kettenis <kettenis@gnu.org>
3180
3181 * config/ia64/tm-linux.h: Tweak comment. Update copyright year.
3182 Don't include "tm-ia64.h".
3183 * config/ia64/ia64.mt (DEPRECATED_TM_FILE): Remove.
3184 * config/ia64/tm-ia64.h: Remove. Move contents ...
3185 * ia64-tdep.h: ... here. Update copyright year.
3186
3ace7edb
AC
31872005-01-07 Andrew Cagney <cagney@gnu.org>
3188
bec39cab
AC
3189 * configure.ac: Rename configure.in, require autoconf 2.59.
3190 * configure: Re-generate.
3191
e14ecb8f
AC
3192 * configure.tgt: Disable arm*-*-*, thumb*-*-*, strongarm*-*-*,
3193 xscale-*-* and i[34567]86-*-netware* code adding rdi-share or nlm
3194 to configdirs.
3195
3ace7edb
AC
3196 * configure.in: Replace configdirs with multiple references to
3197 AC_CONFIG_SUBDIRS.
3198 * configure: Re-generate.
3199
b33e8514
AS
32002005-01-05 Andreas Schwab <schwab@suse.de>
3201
3202 * ia64-tdep.c: Include "osabi.h".
3203 (native_find_global_pointer): Delete.
3204 (ia64_find_global_pointer): Renamed from
3205 generic_elf_find_global_pointer.
3206 (FIND_GLOBAL_POINTER): Delete. Change all users to call
3207 ia64_find_global_pointer instead.
3208 (ia64_gdbarch_init): Call gdbarch_init_osabi. Remove references
3209 to ia64_linux_sigcontext_register_address and
3210 ia64_linux_write_pc. Don't set tdep->find_global_pointer.
3211 (_initialize_ia64_tdep): Call gdbarch_register instead of
3212 deprecated register_gdbarch_init.
3213 (struct gdbarch_tdep): Remove find_global_pointer field and move
3214 to ...
3215 * ia64-tdep.h (struct gdbarch_tdep): ... here.
3216 (ia64_linux_sigcontext_register_address): Remove declaration.
3217 (ia64_linux_getunwind_table): Likewise.
3218 (ia64_linux_write_pc): Likewise.
3219 * ia64-linux-tdep.c: Include "osabi.h".
3220 (ia64_linux_sigcontext_register_address): Make static.
3221 (ia64_linux_write_pc): Likewise.
3222 (ia64_linux_init_abi): New.
3223 (_initialize_ia64_linux_tdep): New.
3224 * Makefile.in (ia64-tdep.o, ia64-linux-tdep.o): Depend on
3225 $(osabi_h).
3226
0ea390ed
KB
32272005-01-05 Kevin Buettner <kevinb@redhat.com>
3228
3229 * ia64-tdep.c (ia64_gdbarch_init): Eliminate dependency on
3230 functions in ia64-aix-tdep.c.
3231 * ia64-tdep.h (ia64_aix_sigcontext_register_address): Remove
3232 function defined in ia64-aix-tdep.c.
3233 * ia64-aix-tdep.c: Remove file.
3234 * config/ia64/linux.mt (TDEPFILES): Remove ia64-aix-tdep.o from
3235 this list.
3236 * Makefile.in (ia64-aix-tdep.o): Delete.
3237
edefbb7c
AC
32382005-01-05 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
3239
3240 Committed by Andrew Cagney.
3241 * ada-valprint.c, aix-thread.c, alpha-nat.c: I18n markup.
3242 * alphabsd-nat.c, alphanbsd-tdep.c, amd64-linux-nat.c: I18n markup.
3243 * amd64-tdep.c, amd64bsd-nat.c, amd64fbsd-nat.c: I18n markup.
3244 * arch-utils.c, arm-linux-nat.c, arm-tdep.c: I18n markup.
3245 * armnbsd-nat.c, armnbsd-tdep.c, auxv.c, avr-tdep.c: I18n markup.
3246 * aix-thread.c (_initialize_aix_thread): Get rid of the
3247 deprecated_add_show_from_set call.
3248 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
3249 * arm-tdep.c (_initialize_arm_tdep): Ditto.
3250 * command.h (add_setshow_enum_cmd): Add arguments for returning
3251 new list elements.
3252 * cli/cli-decode.c (add_setshow_enum_cmd): Ditto.
3253 * mips-tdep.c (_initialize_mips_tdep): Modify calls to
3254 add_setshow_enum_cmd.
3255
a260932f
MK
32562005-01-04 Mark Kettenis <kettenis@gnu.org>
3257
34cf1994
MK
3258 * configure.host (ia64-*-aix*): Remove.
3259 * configure.tgt (ia64-*-aix*): Remove.
3260 * config/ia64/aix.mh: Remove file.
3261 * config/ia64/aix.mt: Remove file.
3262 * config/ia64/tm-aix.h: Remove file.
3263 * ia64-aix-nat.c: Remove file.
3264 * Makefile.in (ia64-aix-nat.o): Remove dependency.
3265
a260932f
MK
3266 * config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o.
3267 Add back inf-ptrace.o.
3268
5ed102a1
AC
32692005-01-04 Andrew Cagney <cagney@gnu.org>
3270
3271 * version.in: Change format from 6.3.50_2005-01-04-cvs to
3272 6.3.50.20050104-cvs.
3273
3a63c4b7
AS
32742005-01-04 Andreas Schwab <schwab@suse.de>
3275
3276 * breakpoint.c (break_command_1): Always free err_msg before
3277 returning when an exception was caught.
3278
e22b26cb
JB
32792005-01-01 Joel Brobecker <brobecker@gnat.com>
3280
3281 * hppa-tdep.c (prologue_inst_adjust_sp): Fix small confusion
3282 in register number for addil instruction.
3283
151c5df6 3284For older changes see ChangeLog-2004.
c906108c
SS
3285\f
3286Local Variables:
3287mode: change-log
3288left-margin: 8
3289fill-column: 74
3290version-control: never
3291End:
This page took 1.402642 seconds and 4 git commands to generate.