Configury changes: update src repository (binutils, gdb, and rda) to use
[external/binutils.git] / gdb / ChangeLog
1 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
2
3         * Makefile.in (top_builddir): Update comments.
4         (INTL_DIR, INTL_SRC): Delete.
5         (INTL, INTL_DEPS, INTL_CFLAGS): Update.
6         * acinclude.m4: Include new gettext macros.
7         * configure.ac: Use ZW_GNU_GETTEXT_SISTER_DIR.  Remove copied
8         CATALOGS code.
9         * aclocal.m4, configure: Regenerated.
10
11 2006-05-30  Daniel Jacobowitz  <dan@codesourcery.com>
12
13         * Makefile.in (arm-linux-nat.o): Update dependencies.
14         * arm-linux-nat.c: Include "gdb_proc_service.h".
15         (PTRACE_GET_THREAD_AREA): Define.
16         (ps_get_thread_area): New function.
17
18 2006-05-28  Alexandre Oliva  <aoliva@redhat.com>
19
20         * dwarf2-frame.h (enum dwarf2_frame_reg_rule): Add
21         DWARF2_FRAME_REG_SAVED_VAL_OFFSET and
22         DWARF2_FRAME_REG_SAVED_VAL_EXP.
23         * dwarf2-frame.c (execute_cfa_program): Handle val_offset,
24         val_offset_sf and val_expression.
25         (dwarf2_frame_prev_register): Handle the new reg rules.
26         (dwarf2_frame_this_id): Use pc instead of function entry point.
27
28 2006-05-28  Alexandre Oliva  <aoliva@redhat.com>
29
30         * dwarf2-frame.c (struct dwarf2_cie): Add signal_frame field.
31         (dwarf2_frame_sniffer): Use it.
32         (decode_frame_entry_1): Set it according to augmentation "S".
33
34 2006-05-27  Joel Brobecker  <brobecker@adacore.com>
35
36         From Peter Schauer <peterschauer@gmx.net>
37         * m2-typeprint.c (m2_record_fields): Move variable declarations
38         to the begining of the block.
39         
40 2006-05-23  Mark Mitchell  <mark@codesourcery.com>
41
42         * mt-tdep.c (mt_register_name): Correct out-of-range logic to
43         include additional registers. 
44
45         * mt-tdep.c (mt_gdb_regnums): Add ZI2, ZQ2, Ichannel2,
46         Iscramb2, Qscramb2, Qchannel2.
47         (mt_register_name): Likewise.
48         (mt_copro_register_type): Describe ZI2 and ZQ2.
49
50         * mt-tdep.c (mt_gdb_regnums): Define
51         MT_COPRO_PSEUDOREG_MAC_REGNUM.
52         (mt_register_name): Use it.
53         (mt_copro_register_type): Likewise.
54         (mt_register_type): Likewise.
55         (mt_pseudo_register_read): Likewise.  Read the MAC register, not
56         the coprocessor register.
57         (mt_pseudo_register_write): Likewise.
58
59 2006-05-21  Christopher Faylor  <cgf@timesys.com>
60
61         * win32-nat.c (cygwin_exceptions): New variable.
62         (handle_exception): Treat a cygwin exception like a normal exception if
63         cygwin_exceptions is true.
64         (_initialize_win32_nat): Add "set cygwin-exceptions" handler.
65
66 2006-05-20  Gaius Mulley  <gaius@glam.ac.uk>
67
68         * NEWS: (Improved Modula-2 language support): New section.
69
70 2006-05-19  Joel Brobecker  <brobecker@adacore.com>
71
72         * configure: Regenerate using proper version of autoconf.
73
74 2006-05-19  Fred Fish  <fnf@specifix.com>
75
76         * Makefile.in: Fix spelling of 'explicitly' and 'explicit'.
77         * dwarfread.c: Fix spelling of 'unexpected'.
78         * mips-tdep.c: Fix spelling of 'possible' and 'Determine'.
79         * stack.c: Fix spelling of 'RETURN_VALUE'.
80         
81 2006-05-18  Paul Gilliam  <pgilliam@us.ibm.com
82
83         * solib-svr4.c (enable_break): Breakup a long line into 3 shorter ones.
84
85 2006-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
86
87         * dwarf2-frame.c: Include "value.h".
88         (read_reg): Use unpack_long and register_type.
89         * Makefile.in (dwarf2-frame.o): Update.
90
91 2006-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
92
93         * remote-rdp.c: Deleted.
94         * NEWS: Mention removal of remote-rdp.c.
95
96         * Makefile.in (ALLDEPFILES): Remove remote-rdp.c.
97         (remote-rdp.o): Delete.
98         * README: Remove description of remote-rdp.c.
99         * arm-tdep.c (arm_breakpoint_from_pc): Remove obsolete comment.
100         * config/arm/embed.mt (TDEPFILES): Remove remote-rdp.o.
101
102 2006-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
103
104         * ser-e7kpc.c: Include <time.h> if it is available.
105
106 2006-05-16  Joel Brobecker  <brobecker@adacore.com>
107
108         * version.in (version.in): Bump version number to 6.5.50 now
109         that the gdb-6.5 branch has been created.
110         * NEWS: Create a new section for changes that are included
111         since gdb-6.5. Name the "since gdb-6.4" section as the "in gdb-6.5"
112         section.
113
114 2006-05-16  Jim Blandy  <jimb@codesourcery.com>
115
116         * MAINTAINERS (Authorized Committers): Gaius Mulley has accepted
117         the Global Maintainers' invitation to be an authorized committer
118         for the Modula-2 support.
119
120 2006-05-15  Mark Kettenis  <kettenis@gnu.org>
121
122         * ppcobsd-nat.c: Include "gdb_assert.h".
123         [PT_GETFPREGS] (getfpregs_supplies): New function.
124         (ppcobsd_fetch_registers, ppcobsd_fetch_registers): Hanlde OS
125         versions that have PT_GETFPREGS.
126         (_initialize_ppcobsd_nat) [PT_GETFPREGS]: Initialize
127         ppcobsd_fpreg_offsets.
128         * ppcobsd-tdep.h (ppcobsd_fpreg_offsets, ppcobsd_fpregset):
129         Declare.
130         * ppcobsd-tdep.c (ppcobsd_fpreg_offsets, ppcobsd_fpregset): New
131         variables.
132         (_initialize_ppcobsd_tdep): Initialize ppcobsd_fpreg_offsets.
133         * Makefile.in (ppcobsd-nat.o): Update dependencies.
134
135 2006-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
136
137         * configure.ac: Use GCC_HEADER_STDINT.
138         * acinclude.m4: Include stdint.m4.
139         * Makefile.in (gdb_stdint_h): Define.
140         (distclean): Remove gdb_stdint.h.
141         (Makefile, stamp-h): Update rules to generate only the correct
142         files.
143         (gdb_stdint.h, stamp-int): New rules.
144         * config.in, configure: Regenerated.
145
146 2006-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
147
148         * valprint.c: Include "exceptions.h".
149         (val_print): If something goes wrong while printing, supply an
150         error message.
151
152 2006-05-15  Peter O'Gorman  <gdb-patches@mlists.thewrittenword.com>
153
154         * source.c (get_current_source_symtab_and_line)
155         (set_current_source_symtab_and_line): Use { 0 }.
156         * cli/cli-cmds.c (list_command): Likewise.
157
158 2006-05-14  Nick Roberts  <nickrob@snap.net.nz>
159
160         * mi/gdb-mi.el (gdbmi-send): Correct regexp for repeat commands.
161         (gdbmi): Use new variable name gdb-pc-address.
162         (gdbmi-frame-handler):  Use new variable name gdb-pc-address.
163         Check that a match has been found.
164
165 2006-05-13  Gaius Mulley  <gaius@glam.ac.uk>
166
167         * m2-lang.h: Added function extern prototypes for
168         m2_is_long_set and get_long_set_bounds.
169         * m2-typeprint.c: Complete replacement.
170         (m2_print_type): Walk the Modula-2 type tree.
171         (m2_type_name): New function.
172         (m2_range): New function.
173         (m2_typedef): New function.
174         (m2_array): New function.
175         (m2_pointer): New function.
176         (m2_ref): New function.
177         (m2_unknown): New function.
178         (m2_union): New function.
179         (m2_procedure): New function.
180         (m2_print_bounds): New function.
181         (m2_short_set): New function.
182         (m2_is_long_set): New function.
183         (m2_get_discrete_bounds): New function.
184         (m2_is_long_set_of_type): New function.
185         (m2_long_set): New function.
186         (m2_record_fields): New function.
187         (m2_enum): New function.
188         * dwarf2read.c: Modified.
189         (read_set_type): New function.
190         (process_die): Call read_set_type.
191         (read_base_type): Modifed.
192         (set_cu_language): Added Modula-2 case clause.
193         * m2-valprint.c: Complete replacement.
194         (print_function_pointer_address): New function.
195         (get_long_set_bounds): New function.
196         (m2_print_long_set): New function.
197         (print_unpacked_pointer): New function.
198         (print_variable_at_address): New function.
199         (m2_val_print): Replaced.
200         * gdb/MAINTAINERS (Write After Approval): Added
201         Gaius Mulley  <gaius@glam.ac.uk>
202
203 2006-05-12  Mark Kettenis  <kettenis@gnu.org>
204
205         * ppcnbsd-tdep.h: Update copyright year.  Include <stddef.h>
206         (ppcnbsd_supply_reg, ppcnbsd_fill_reg, ppcnbsd_supply_fpreg)
207         (ppcnbsd_fill_fpreg): Remove prototypes.
208         (struct regset): Add forward declaration.
209         (ppcnbsd_gregset, ppcnbsd_fpregset): Extern declarations.
210         * ppcnbsd-tdep.c: Update copyright year.  Include "gdbtypes.h",
211         "regset.h" and "gdb_string.h".  Don't include "breakpoint.h",
212         "value.h", target.h and nbsd-tdep.h".  Reorder includes.
213         (REG_FIXREG_OFFSET, REG_LR_OFFSET, REG_CR_OFFSET, REG_XER_OFFSET)
214         (REG_CTR_OFFSET, REG_PC_OFFSET, SIZEOF_STRUCT_REG)
215         (FPREG_FPR_OFFSET, FPREG_FPSCR_OFFSET, SIZEOF_STRUCT_FPREG):
216         Remove macros.
217         (ppcnbsd_supply_reg, ppcnbsd_fill_reg, ppcnbsd_supply_fpreg)
218         (ppcnbsd_fill_fpreg): Remove functions.
219         (fetch_core_registers, fetch_elfcore_registers): Remove functions.
220         (ppcnbsd_core_fns, ppcnbsd_elfcore_fns): Remove variables.
221         (ppcnbsd_reg_offsets): New variable.
222         (ppcnbsd_gregset, ppcnbsd_fpregset): New variables.
223         (ppcnbsd_sigtramp_cache_init): Deal with new signal trampoline
224         introduced in NetBSD 2.0.
225         (ppcnbsd_sigtramp): Provide complete signal trampoline.
226         (ppcnbsd2_sigtramp): New variable.
227         (ppcnbsd_init_abi): Set svr4_fetch_link_map_offsets to
228         svr4_ilp32_fetch_link_map_offsets.  Set regset_from_core_section.
229         Add ppcnbs2_sigtramp unwinder.
230         (_initialize_ppcnbsd_tdep): Don't use deprecated_add_core_fns.
231         Initialize ppcnbsd_reg_offsets.
232         * ppcnbsd-nat.c: Update copyright year.  Reorder includes.
233         (getregs_supplies): Use regnum instead of regno.
234         (getfpregs_supplies): Likewise.
235         (ppcnbsd_fetch_inferior_registers): Likewise.  Call
236         ppc_supply_gregset and ppc_suppply_fpregset instead of
237         ppcnbsd_supply_reg and ppcnbsd_supply_fpreg
238         (ppcnbsd_store_inferior_registers): Likewise.  Call
239         ppc_collect_gregset and ppc_collect_fpregset instead of
240         ppcnbsd_fill_reg and ppcnbsd_fill_fpreg.
241         (ppcnbsd_supply_pcb): Use `gdb_byte *' instead of `char *'.
242         (_initialize_ppcnbsd_nat): Add some whitespace.
243         * Makefile.in (ppcnbsd-nat.o, ppcnbsd-tdep.o): Update dependencies.
244         * config/powerpc/nbsd.mh (NATDEPFILES): Remove infptrace.o.
245         (NAT_FILE): Remove.
246         * config/powerpc/nbsd.mt (TDEPFILES): Remove nbsd-tdep.o.
247
248 2006-05-11  Alfred M. Szmidt  <ams@gnu.org>
249
250         * gnu-nat.c (inf_validate_procs): Don't use lvalue in assignments.
251
252 2006-05-11  Fred Fish  <fnf@specifix.com>
253
254         * symtab.c (skip_prologue_using_sal): Handle single line functions
255         like "foo(){}", which may optimize down to a single return inst.
256
257 2006-05-10  Steve Ellcey  <sje@cup.hp.com>
258
259         * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Remove
260         message.
261
262 2006-05-09  Andreas Schwab  <schwab@suse.de>
263
264         * dwarf2-frame.c (struct dwarf2_fde): Add eh_frame_p.
265         (execute_cfa_program): Add parameter eh_frame_p.  Call
266         dwarf2_frame_eh_frame_regnum when true.
267         (dwarf2_frame_cache): Pass eh_frame_p from fde to
268         execute_cfa_program.
269         (decode_frame_entry_1): Call dwarf2_frame_eh_frame_regnum when
270         processing .eh_frame.  Copy eh_frame_p to the new fde.
271         (struct dwarf2_frame_ops): Add eh_frame_regnum.
272         (dwarf2_frame_set_eh_frame_regnum): Define.
273         (dwarf2_frame_eh_frame_regnum): Define.
274
275         * dwarf2-frame.h (dwarf2_frame_set_eh_frame_regnum): Declare.
276         (dwarf2_frame_eh_frame_regnum): Declare.
277
278 2006-05-06  David S. Miller  <davem@sunset.davemloft.net>
279
280         * linux-nat.c (linux_nat_do_thread_registers): Check for
281         NULL collect_regset method.
282
283 2006-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
284
285         * s390-tdep.c (s390_collect_regset): New function.
286         (s390_gregset, s390x_gregset, s390_fpregset): Add it.
287
288 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
289
290         * dwarf2read.c: Make LOC_OPTIMIZED_OUT the default value for a
291         symbol.
292
293 2006-05-05  Ulrich Weigand  <uweigand@de.ibm.com>
294
295         * linux-nat.c (exit_lwp): Fix NULL pointer access.
296         (linux_nat_handle_extended): New parameter STOPPING.
297         (wait_lwp): Call it with STOPPING equals 1.
298         (linux_nat_wait): Call it with STOPPING equals 0.
299
300 2006-05-05  Ulrich Weigand  <uweigand@de.ibm.com>
301
302         * linux-nat.c (linux_nat_wait): Do not short-cut reporting
303         of 'uninteresting' signals when single-stepping.
304
305 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
306
307         * MAINTAINERS: Move NEWS to the documentation entry.
308
309 2006-05-05  David S. Miller  <davem@sunset.davemloft.net>
310
311         * linux-nat.c (linux_nat_do_thread_registers): Use the
312         regset_from_core_section infrastructure if the target
313         supports it.
314         * Makefile.in: Update dependencies.
315         * linux-thread-db.c (thread_db_store_registers): Use
316         regcache_raw_collect.
317
318 2006-05-05:  Paul Gilliam  <pgilliam@us.ibm.com>
319
320         * ppc-linux-nat.c: Clean up types for ptrace.
321         Replace (CORE_ADDR) with  (uintptr_t) to avoid the size difference
322         between a CORE_ADDR and a void* on ppc64 systems compiled for 32-bits.
323
324 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
325
326         * remote.c (remote_disconnect): Add TARGET argument.
327         * target.c (debug_to_disconnect): Delete.
328         (update_current_target): Do not inherit to_disconnect.
329         (target_disconnect): Search for a target to implement to_disconnect.
330         (setup_target_debug): Do not reference to_disconnect.
331         * target.h (struct target_ops): Add target argument to
332         to_disconnect.
333
334 2006-05-06  Fred Fish  <fnf@specifix.com>
335
336         * mips-tdep.c (mips_o64_push_dummy_call): Left shift big endian
337         structs or unions independent of ABI register size.
338
339 2006-05-06  Fred Fish  <fnf@specifix.com>
340
341         * mips-tdep.c (mips_o64_return_value): Replace stub that always
342         returned RETURN_VALUE_STRUCT_CONVENTION with a real function.
343
344 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
345
346         * mi/mi-main.c (captured_mi_execute_command): Check the return
347         value of -interpreter-exec.
348
349 2006-05-03  Vladimir Prus  <ghost@cs.msu.su>
350
351         * varobj.c (c_value_of_variable): Ignore top-level references.
352         (Committed by Jim Blandy.)
353
354 2006-04-30  Mark Kettenis  <kettenis@gnu.org>
355
356         * breakpoint.c (insert_single_step_breakpoint): Make a failure to
357         insert a single-step breakpoint an error instead of a warning.
358
359 2006-05-01  Nathan J. Williams  <nathanw@wasabisystems.com>
360
361         * ppcnbsd-tdep.c (ppcnbsd_return_value): Change type of last two
362         arguments from void * to gdb_byte *.
363
364 2006-04-26  Michael Snyder  <msnyder@redhat.com>
365
366         * linux-fork.c (_initialize_linux_fork): Rename "delete-fork"
367         command to "delete fork" (no hyphen), compatible with other
368         "delete" commands.
369         (info_forks_command): Accept a fork ID argument, for info
370         on a single fork.  Report if no matching forks.
371
372 2006-04-25  Mark Kettenis  <kettenis@gnu.org>
373
374         * breakpoint.c (remove_single_step_breakpoints): Bail out early if
375         no breakpoints are inserted.
376
377         From Masaki MURANAKA <monaka@monami-software.com>:
378         * mips-mdebug-tdep.c (mips_mdebug_frame_prev_register): Change
379         type of last argument to `gdb_byte *'
380
381 2006-04-25  Jim Blandy  <jimb@codesourcery.com>
382
383         Add support for 'target remote |' on MinGW.
384         * ser-mingw.c (struct pipe_state): New structure.
385         (make_pipe_state, free_pipe_state, cleanup_pipe_state)
386         (pipe_windows_open, pipe_windows_close, pipe_windows_read)
387         (pipe_windows_write, pipe_wait_handle): New functions.
388         (_initialize_ser_windows): Register a "pipe" interface based on
389         them.
390
391 2006-04-24  Daniel Jacobowitz  <dan@codesourcery.com>
392
393         * ser-mingw.c: Include <conio.h>.
394         (struct ser_console_state, struct net_windows_state): Add exit_select,
395         have_stopped, thread.
396         (pipe_select_thread, console_select_thread)
397         (net_windows_select_thread): Don't create a local state copy or
398         close stop_select.  Exit on exit_select instead of stop_select.  Set
399         have_stopped.
400         (console_select_thread): Don't report control keypresses as pending
401         input.
402         (pipe_select_thread): Allow stop_select to interrupt sleeping.
403         (set_console_wait_handle): Create exit_select and have_stopped.
404         Save the thread handle.  Check _kbhit before starting a thread.
405         (ser_console_done_wait_handle): New.
406         (ser_console_close): Close new handles.  Wait for the thread to
407         exit.
408         (new_windows_select_thread): Assert that an event occurred.
409         (net_windows_wait_handle): Check for pending input before starting
410         a thread.
411         (net_windows_done_wait_handle): New.
412         (net_windows_open): Create exit_select and have_stopped.
413         Save the thread handle.
414         (net_windows_close): Close new handles.  Wait for the thread to
415         exit.
416         (_intiialize_ser_windows): Register done_wait_handle methods.
417
418         * serial.c [USE_WIN32API] (serial_done_wait_handle): New.
419         * serial.h [USE_WIN32API] (struct serial_ops): Add done_wait_handle.
420         [USE_WIN32API] (serial_done_wait_handle): New prototype.
421         * mingw-hdep.c (gdb_select): Use serial_done_wait_handle.
422
423 2006-04-23  Andreas Schwab  <schwab@suse.de>
424
425         * rs6000-tdep.c: Include "reggroups.h" only once.
426         * Makefile.in (rs6000-tdep.o): Update dependencies.
427
428 2006-04-21  Frederic Riss  <frederic.riss@st.com>
429
430         * dwarf2read.c (dwarf2_start_subfile): Change prototype to accept
431         compilation directory as last argument. 
432         Always pass comp_dir as second argument to start_subfile and prepend
433         dirname to the filename when necessary. 
434         Remove now superfluous search for pre-existing subfile.
435         (dwarf_decode_lines): Pass the compilation directory to
436         dwarf2_start_subfile.
437
438 2006-04-20  Michael Snyder  <msnyder@redhat.com>
439
440         * 2006-03-22  Jim Blandy  <jimb@redhat.com>
441         Add support for the Renesas M32C and M16C.
442
443         * configure.tgt (m32c-*-*): New entry.
444         * config/m32c/m32c.mt: New file.
445         * m32c-tdep.c: New file.
446         * Makefile.in (elf_m32c_h): New variable.
447         (m32c-tdep.o): New rule.
448         * NEWS: Mention new target.
449         * MAINTAINERS: Designate Jim Blandy as responsible maintainer.
450
451 2006-04-20  Michael Snyder  <msnyder@redhat.com>
452
453         * remote.c: Fix spelling error in comment.
454
455 2006-04-20  Daniel Jacobowitz  <dan@codesourcery.com>
456
457         * m68klinux-tdep.c (m68k_linux_sigtramp_frame_prev_register):
458         Correct type of VALUEP.  Reported by Jean-Rene Peulve
459         <jr.peulve@wanadoo.fr>.
460
461 2006-04-19  Masaki Muranaka  <monaka@monami-software.com>
462
463         * m32r-rom.c: On MinGW, include winsock.h instead of sys/types.h,
464         netdb.h, netinet/in.h.
465         (m32r_upload_command); Add calls WSAStartup().
466         * remote-m32r-sdi.c: On MinGW, include winsock.h instead of
467         netinet/in.h.
468
469 2006-04-18  Daniel Jacobowitz  <dan@codesourcery.com>
470
471         * breakpoint.c (deprecated_read_memory_nobpt): Update to use
472         shadow_len.
473         (insert_bp_location, reattach_breakpoints, remove_breakpoint)
474         (delete_breakpoint): Update calls to changed methods.
475         (deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
476         (single_step_breakpoints, insert_single_step_breakpoint)
477         (remove_single_step_breakpoints): New.
478         * breakpoint.h (struct bp_target_info): New.
479         (struct bp_location): Replace shadow_contents with
480         target_info and overlay_target_info.
481         (deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
482         (insert_single_step_breakpoint, remove_single_step_breakpoints): New
483         prototypes.
484         * gdbarch.sh: Forward declare struct bp_target_info in gdbarch.h.
485         (memory_insert_breakpoint, memory_remove_breakpoint): Update second
486         argument.
487         * mem-break.c (default_memory_insert_breakpoint): Update.  Set
488         placed_address, placed_size, and shadow_len.
489         (default_memory_remove_breakpoint): Update.  Don't use
490         BREAKPOINT_FROM_PC.
491         (memory_insert_breakpoint, memory_remove_breakpoint): Update.
492         * target.c (update_current_target): Update prototypes for changed
493         functions.
494         (debug_to_insert_breakpoint, debug_to_remove_breakpoint)
495         (debug_to_insert_hw_breakpoint, debug_to_remove_hw_breakpoint):
496         Update.
497         * target.h: Forward declare struct bp_target_info.
498         (struct target_ops): Use a bp_target_info argument for
499         to_insert_breakpoint, to_remove_breakpoint,
500         to_insert_hw_breakpoint, and to_remove_hw_breakpoint.
501         (target_insert_breakpoint, target_remove_breakpoint)
502         (target_insert_hw_breakpoint, target_remove_hw_breakpoint)
503         (memory_insert_breakpoint, memory_remove_breakpoint)
504         (default_memory_insert_breakpoint, default_memory_remove_breakpoint):
505         Update.
506         * config/i386/nm-i386.h: Forward declare struct bp_target_info.
507         (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): Update.
508         (target_insert_hw_breakpoint, target_remove_hw_breakpoint): Likewise.
509
510         * gdbarch.c, gdbarch.h: Regenerated.
511
512         * alpha-tdep.c (alpha_software_single_step): Use
513         insert_single_step_breakpoint and remove_single_step_breakpoints.
514         Remove unused statics.
515         * arm-tdep.c (arm_software_single_step): Likewise.  Add a note.
516         * cris-tdep.c (cris_software_single_step): Likewise.
517         * mips-tdep.c (mips_software_single_step): Likewise.
518         * rs6000-tdep.c (rs6000_software_single_step): Likewise.
519         * sparc-tdep.c (sparc_software_single_step): Likewise.
520         * wince.c (struct thread_info_struct): Remove step_prev.
521         (undoSStep): Use remove_single_step_breakpoints.
522         (wince_software_single_step): Use insert_single_step_breakpoint.
523
524         * corelow.c (ignore): Remove unneeded prototype.  Update arguments.
525         * exec.c (ignore): Likewise.
526         * sol-thread.c (ignore): Likewise.
527
528         * procfs.c (dbx_link_shadow_contents): Delete.
529         (dbx_link_bpt): New.
530         (procfs_mourn_inferior): Remove it if necessary.
531         (remove_dbx_link_breakpoint): Use it.
532         (insert_dbx_link_bpt_in_file): Set it.
533         (procfs_init_inferior): Don't update dbx_link_bpt_addr.
534         * rs6000-nat.c (exec_one_dummy_insn): Use
535         deprecated_insert_raw_breakpoint and
536         deprecated_remove_raw_breakpoint.
537         * solib-irix.c (shadow_contents, breakpoint_addr): Delete.
538         (base_breakpoint): New.
539         (disable_break): Use it.
540         (enable_break): Set it.
541
542         * i386-nat.c (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint):
543         Update.
544         * ia64-tdep.c (ia64_memory_insert_breakpoint)
545         (ia64_memory_remove_breakpoint): Likewise.
546         * m32r-tdep.c (m32r_memory_insert_breakpoint)
547         (m32r_memory_remove_breakpoint): Likewise.
548         * monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint):
549         Likewise.  Remove unnecessary prototypes.  Use placed_address
550         and placed_size.  Removed useless read from memory.
551         * nto-procfs.c (procfs_insert_breakpoint)
552         (procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
553         (procfs_remove_hw_breakpoint): Update.
554         * ocd.c (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
555         * ocd.h (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
556         * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise.
557         * ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Likewise.
558         * remote-e7000.c (e7000_insert_breakpoint)
559         (e7000_remove_breakpoint): Likewise.
560         * remote-m32r-sdi.c (m32r_insert_breakpoint)
561         (m32r_remove_breakpoint): Likewise.
562         * remote-mips.c (mips_insert_breakpoint)
563         (mips_remove_breakpoint): Likewise.
564         * remote-rdp.c (remote_rdp_insert_breakpoint)
565         (remote_rdp_remove_breakpoint): Likewise.
566         (rdp_step): Use deprecated_insert_raw_breakpoint and
567         deprecated_remove_raw_breakpoint.
568         * remote-sds.c (sds_insert_breakpoint, sds_remove_breakpoint):
569         Update.
570         * remote-sim.c (gdbsim_insert_breakpoint, gdbsim_remove_breakpoint):
571         Delete.
572         (init_gdbsim_ops): Use memory_insert_breakpoint and
573         memory_remove_breakpoint.
574         * remote-st.c (st2000_insert_breakpoint)
575         (st2000_remove_breakpoint): Update.  Remove unused
576         BREAKPOINT_FROM_PC.
577         * remote.c (remote_insert_breakpoint, remote_remove_breakpoint):
578         Update.  Use placed_address and placed_size.
579         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Likewise.
580
581 2006-04-12  Daniel Jacobowitz  <dan@codesourcery.com>
582
583         * remote.c (extended_remote_restart): Pass the correct length
584         to getpkt.
585
586 2006-04-11  Jim Blandy  <jimb@codesourcery.com>
587
588         * serial.c (serial_open): Check for special cases at the front of
589         the "device" name before scanning for the ':' that would indicate
590         an IP-based connection.
591
592 2006-04-10  Christopher Faylor  <cgf@timesys.com>
593
594         * win32-nat.c (open_symbol_file_object): New function.
595         (in_dynsym_resolve_code): Ditto.
596         (init_win32_ops): Fill in fields which ought not to be NULL.
597
598 2006-04-10  Christopher Faylor  <cgf@timesys.com>
599
600         * win32-nat.c (do_win32_fetch_inferior_registers): Don't do anything
601         with saved context if __COPY_CONTEXT_SIZE is not defined.
602         (handle_output_debug_string): Ditto.
603
604 2006-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
605
606         * arm-linux-tdep.c (arm_linux_extract_return_value): Use gdb_byte.
607
608 2006-04-09  David S. Miller  <davem@sunset.davemloft.net>
609
610         * sparc64-linux-tdep.c (sparc64_linux_init_abi): Append dwarf2
611         frame sniffer.
612         * sparc-tdep.c (sparc32_gdbarch_init): Make sure to call
613         dwarf2_frame_set_init_reg() before gdbarch_init_osabi() so
614         that the latter can override.
615         * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
616
617 2006-04-09  Ulrich Weigand  <uweigand@de.ibm.com>
618
619         * s390-tdep.c (struct s390_prologue_data): New field 'stack'.
620         (s390_store): Call pv_area_store to track stack slots.
621         (s390_load): Call pv_area_fetch to track stack slots.
622         (s390_check_for_saved): New function.
623         (s390_analyze_prologue): Call pv_area_scan.  Allocate and free stack.
624
625 2006-04-09  Ulrich Weigand  <uweigand@de.ibm.com>
626
627         * Makefile.in (s390-tdep.o): Add dependency on $(prologue_value_h).
628         * s390-tdep.c: Include "prologue-value.h".
629         (struct prologue_value): Remove.
630         (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
631         pv_constant_last, pv_add, pv_add_constant, pv_subtract,
632         pv_logical_and, pv_is_identical, pv_is_register): Remove.
633         (compute_x_addr): Remove, replace by ...
634         (s390_addr): ... this new function.
635         (struct s390_prologue_data): Use pv_t instead of prologue_value.
636         (s390_store, s390_load): Likewise.
637         (s390_prologue_frame_unwind_cache): Likewise.
638         (s390_analyze_prologue): Likewise.  Also, simplify and combine
639         several conditional statements.
640
641 2006-04-08  Jim Blandy  <jimb@codesourcery.com>
642
643         * Makefile.in (COMMON_OBS): List prologue-value.o.  (Omitted from
644         last patch.)
645
646 2006-04-08  David S. Miller  <davem@sunset.davemloft.net>
647
648         * sparc-linux-tdep.c (sparc32_linux_step_trap): New.
649         (sparc32_linux_init_abi): Hook it into tdep->step_trap.
650         (sparc32_linux_core_gregset,
651         sparc32_linux_supply_core_gregset,
652         sparc32_linux_collect_core_gregset,
653         sparc32_linux_supply_core_fpregset,
654         sparc32_linux_collect_core_fpregset): New.
655         (sparc32_linux_init_abi): Register them with generic sparc
656         core regset infrastructure.
657         * sparc64-linux-tdep.c (sparc64_linux_step_trap): New.
658         (sparc64_linux_init_abi): Hook it into tdep->step_trap.
659         (sparc64_linux_core_gregset,
660         sparc64_linux_supply_core_gregset,
661         sparc64_linux_collect_core_gregset,
662         sparc64_linux_supply_core_fpregset,
663         sparc64_linux_collect_core_fpregset): New.
664         (sparc64_linux_init_abi): Register them with generic sparc
665         core regset infrastructure.     
666         * Makefile.in: Update dependencies.
667
668 2006-04-07  David S. Miller  <davem@sunset.davemloft.net>
669
670         * linux-nat.c (linux_nat_thread_alive): Handle targets that
671         do not implement PTRACE_PEEKUSER.
672
673 2006-04-07  Daniel Jacobowitz  <dan@codesourcery.com>
674
675         * remote.c (remote_wait): Convert warning to error before
676         parsing corrupt packets.
677
678 2006-04-07  Andrew Stubbs  <andrew.stubbs@st.com>
679
680         * cli/cli-script.c (struct user_args): Add command field.
681         (arg_cleanup): Free command string.
682         (setup_user_args): Copy the command line before relying on it.
683
684 2006-04-06  Joel Brobecker  <brobecker@adacore.com>
685
686         * breakpoint.c (_initialize_breakpoint): Add "del" as an alias
687         of the "delete" command.
688
689 2006-04-06  Randolph Chung  <tausq@debian.org>
690
691         * MAINTAINERS (Patch champions): Add myself.
692
693 2006-04-05  Andreas Schwab  <schwab@suse.de>
694
695         * Makefile.in: Update dependencies.
696
697 2006-04-05  David S. Miller  <davem@sunset.davemloft.net>
698
699         * sparc-tdep.c (sparc32_dwarf2_frame_init_reg): New.
700         (sparc32_gdbarch_init): Pass it to dwarf2_frame_set_init_reg.
701         * Makefile.in (sparc-tdep.o): Update dependencies.
702         * sparc-linux-tdep.c (sparc32_linux_sigframe_init): Pull register
703         window out of the correct stack frame.
704         * sparc64-linux-tdep.c (sparc64_linux_sigframe_init): Likewise.
705         * dwarf2-frame.c (dwarf2_frame_ops init_reg): Add "next_frame"
706         argument.
707         (dwarf2_frame_default_init_reg): Likewise.
708         (dwarf2_frame_set_init_reg): Update init_reg arg.
709         (dwarf2_frame_init_reg): Take "next_frame" and pass it to
710         ops->init_reg().
711         (dwarf2_frame_cache): Pass next_frame to dwarf2_frame_init_reg.
712         * dwarf2-frame.h (dwarf2-frame_set_init_reg): Update declaration.
713         * cris-tdep.c (cris_dwarf2_frame_init_reg): Add next_frame arg.
714         * s390-tdep.c (s390_dwarf2_frame_init_reg): Likewise.
715         * sh-tdep.c (sh_dwarf2_frame_init_reg): Likewise.
716         * sparc64-tdep.c (sparc64_dwarf2_frame_init_reg): Likewise.
717         * sparc-tdep.c (sparc32_struct_return_from_sym): New function.
718         (sparc32_frame_cache): Call it.
719         (sparc32_dwarf2_struct_return_p): New function.
720         (sparc_dwarf2_frame_init_reg): Use it to determine if the function
721         returns a structure and thus we have to indicate the return PC and
722         NPC are 4 bytes later than usual.
723         * sparc-linux-tdep.c (sparc32_linux_init_abi): Append
724         dwarf2 frame sniffer.
725         * Makefile.in (sparc-linux-tdep.o): Update dependencies.
726         
727 2006-04-04  David S. Miller  <davem@davemloft.net>
728
729         * config/linux.mh (NATDEPFILES): Remove sparc-sol2-nat.o
730         * config/linux64.h (NATDEPFILES): Likewise
731         * sparc-linux-nat.c (supply_gregset, supply_fpregset, fill_gregset,
732         fill_fpregset): New.
733         * sparc64-linux-nat.c (supply_gregset, supply_fpregset, fill_gregset,
734         fill_fpregset): New.
735         * Makefile.in (sparc-linux-nat.o, sparc64-linux-nat.o): Update for
736         new includes.
737         
738 2006-04-04  Andreas Schwab  <schwab@suse.de>
739
740         * Makefile.in (elf_common_h): Define.
741
742 2006-04-03  Andrew Stubbs  <andrew.stubbs@st.com>
743
744         * sh-tdep.c (sh_dwarf2_frame_init_reg): New function.
745         (sh_gdbarch_init): Call dwarf2_frame_set_init_reg().
746
747 2006-03-31  Andrew Stubbs  <andrew.stubbs@st.com>
748
749         * value.h (struct internalvar): Add field 'endian'.
750         * value.c (lookup_internalvar): Initialise endian.
751         (value_of_internalvar): Flip the endian of built-in types if required.
752         (set_internalvar): Set the endian.
753         (show_convenience): Access the value through value_of_internalvar().
754
755 2006-03-30  Vladimir Prus  <ghost@cs.msu.su>
756
757         * remote.c (watchpoint_to_Z_packet): Use values of Z_packet_type enum
758         instead of hardcoded integer literals.
759
760 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
761
762         * cli/cli-script.c (insert_args): Handle NULL user_args.
763
764 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
765
766         * arm-tdep.c (thumb_scan_prologue): Don't try to analyze
767         the function at zero if we have no symbols.
768
769 2006-03-30  Adrien Kunysz  <a_kunysz@yahoo.com>
770
771         * i386-stub.c (getpacket): Fix array overflow.
772         * m32r-stub.c (getpacket): Likewise.
773         * m68k-stub.c (getpacket): Likewise.
774         * sh-stub.c (getpacket): Likewise.
775         * sparc-stub.c (getpacket): Likewise.
776
777 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
778  
779         * frame.h (set_current_sal_from_frame): New prototype.
780         * stack.c (set_current_sal_from_frame): Make global.
781         * infrun.c (normal_stop): Call set_current_sal_from_frame.
782
783 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
784
785         * linux-thread-db.c: Include "linux-nat.h".
786         (check_for_thread_db): New function, split out from
787         thread_db_new_objfile.  Remove dead check for active
788         thread_db on inapplicable targets.
789         (thread_db_new_objfile): Call check_for_thread_db.
790         * Makefile.in (linux-thread-db.o): Update.
791         * linux-nat.c (child_post_attach): Call check_for_thread_db.
792         (linux_child_post_startup_inferior): Likewise.
793         (lin_lwp_attach_lwp): Call target_post_attach instead of
794         child_post_attach.
795         * linux-nat.h (check_for_thread_db): New prototype.
796
797 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
798
799         * remote.c (struct remote_state): Add BUF and BUF_SIZE.
800         (init_remote_state): Initialize the new fields.
801         (get_memory_packet_size): Update BUF and BUF_SIZE if necessary.
802         (set_thread, remote_thread_alive, remote_unpack_thread_info_response)
803         (remote_get_threadinfo, parse_threadlist_response)
804         (remote_get_threadlist, remote_current_thread, remote_threads_info)
805         (remote_threads_extra_info, extended_remote_restart, get_offsets)
806         (remote_check_symbols, remote_open_1, remote_detach)
807         (remove_vcont_probe, remote_vcont_resume, remote_resume)
808         (remote_wait, remote_async_wait, fetch_register_using_p)
809         (remote_fetch_registers, store_register_using_P)
810         (remote_store_registers, check_binary_download, remote_write_bytes)
811         (remote_read_bytes, remote_insert_breakpoint)
812         (remote_remove_breakpoint, remote_insert_watchpoint)
813         (remote_remove_watchpoint, remote_insert_hw_breakpoint)
814         (remote_remove_hw_breakpoint, compare_sections_command)
815         (remote_xfer_partial, remote_rcmd, packet_command)
816         (remote_get_thread_local_address): Use the global incoming buffer
817         instead of alloca or xmalloc.  Limit outgoing packets to
818         rs->remote_packet_size and incoming packets to rs->buf_size.
819         Update calls to getpkt and remote_send.
820         (remote_send): Take arguments by reference.
821         (putpkt_binary): Eliminate junkbuf.  Use skip_frame.
822         (skip_frame): New function.
823         (read_frame): Take arguments by reference.  Expand the packet
824         buffer instead of issuing an error.
825         (getpkt, getpkt_sane): Take arguments by reference.
826         * remote.h (getpkt): Update prototype and doc.
827         * tracepoint.c (remote_get_noisy_reply): Take arguments by
828         reference.
829         (target_buf): Change from array to pointer.
830         (target_buf_size): New variable.
831         (remote_set_transparent_ranges): Update call to getpkt.
832         (trace_start_command, trace_stop_command, trace_status_command):
833         Update calls to remote_get_noisy_reply.
834         (finish_tfind_command): Take arguments by reference.
835         (trace_find_command, trace_find_pc_command)
836         (trace_find_tracepoint_command, trace_find_line_command):
837         (trace_find_range_command, trace_find_outside_command): Update
838         calls to finish_tfind_command.
839         (_initialize_tracepoint): Initialize target_buf_size and target_buf.
840
841 2005-03-30  Randolph Chung  <tausq@debian.org>
842
843         * hppa-linux-tdep.c: Include regset.h.
844         (GR_REGNUM, TR_REGNUM, greg_map): New.
845         (hppa_linux_supply_regset, hppa_linux_supply_fpregset): New.
846         (hppa_linux_regset, hppa_linux_fpregset): New.
847         (hppa_linux_regset_from_core_section): New.
848         (hppa_linux_init_abi): Set regset_from_core_section.
849         (_initialize_hppa_linux_tdep): Register osabi handler for
850         64-bit Linux.
851         * Makefile.in (hppa-linux-tdep.o): Update dependencies.
852         * config/pa/linux.mh: Stop using core-regset.o
853
854 2006-03-30  Randolph Chung  <tausq@debian.org>
855
856         * hppa-tdep.c (hppa_find_unwind_entry_in_block): New.
857         (hppa_frame_cache): Use new function to find unwind entry.
858         (hppa_frame_this_id): Likewise.
859         (hppa_frame_unwind_sniffer): Likewise.
860
861 2006-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
862
863         * NEWS: Mention the removal of NLM.
864
865 2006-03-29  Steve Ellcey  <sje@cup.hp.com>
866
867         * Makefile.in (nlm): Remove target.
868         * configure.tgt (i[34567]86-*-netware*): Do not set build_nlm.
869         * configure.ac: Remove AC_CONFIG_SUBDIRS of nlm.
870         * configure: Regenerate.
871         * doc/gdb.texinfo: Remove gdbserve.nlm documentation.
872         * nlm: Remove directory.
873
874 2006-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
875
876         * Makefile.in (utils.o): Update.
877         * top.c (in_user_command): New.
878         (command_line_input): Use input_from_terminal_p.
879         (input_from_terminal_p): Don't check caution.  Handle
880         stdin == NULL for Insight.
881         * top.h (in_user_command, caution): New declarations.
882         * utils.c: Include "top.h".
883         (query, defaulted_query): Check caution here.  Move the call
884         to input_from_terminal_p higher.
885         * cli/cli-script.c (do_restore_user_call_depth): Only decrement
886         the depth.  Update in_user_command if necessary.
887         (execute_user_command): Don't clobber old_chain.  Set
888         in_user_command.  Let do_restore_user_call_depth handle
889         user_call_depth.
890         (read_command_lines): Check whether to prompt before calling
891         Insight hooks.
892         * tui/tui-hooks.c (tui_query_hook): Remove newly unnecessary
893         input_from_terminal_p check.
894
895 2006-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
896
897         * s390-nat.c (s390_insert_watchpoint): Add missing argument.
898         (s390_remove_watchpoint): Likewise.
899
900 2006-03-28  Jim Blandy  <jimb@codesourcery.com>
901
902         * prologue-value.c, prologue-value.h: New files.
903         * Makefile.in (prologue_value_h): New variable.
904         (HFILES_NO_SRCDIR): List prologue-value.h.
905         (SFILES): List prologue-value.c.
906         (COMMON_OBS): List prologue-value.o.
907         (prologue-value.o): New rule.
908
909 2006-03-27  Michael Snyder  <msnyder@redhat.com>
910
911         * xstormy16-tdep.c (xstormy16_return_value, xstormy16_push_dummy_call,
912         xstormy16_pointer_to_address, xstormy16_address_to_pointer, 
913         xstormy16_frame_prev_register): Change void* to gdb_byte*.
914         (xstormy16_push_dummy_call): Add block-local char* val, 
915         to avoid type conflict with outer scope variable.
916
917 2006-03-27  Andrew Stubbs  <andrew.stubbs@st.com>
918
919         * sh-tdep.c (sh_gdbarch_init): Add missing architectures.
920
921 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
922
923         * varobj.c (c_name_of_child, c_value_of_child): Allow non-zero
924         offsets for languages like Fortran.
925
926 2006-03-26  Randolph Chung  <tausq@debian.org>
927
928         * config/pa/hppa64.mt: Use HPUX version of the tm file.
929
930 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
931
932         * mi/gdb-mi.el (gdbmi-send): Improve regexp to repeat commands.
933         Try to deal with continuation line.
934         (gdbmi, gdbmi-prompt1, gud-gdbmi-marker-filter): Update to new
935         variable names.
936         (gdb-break-list-regexp, gdb-stack-list-frames-regexp): 
937         Future proof against new fields being added to MI output.
938         (gdbmi-prompt2, gdb-break-list-handler,gdb-get-source-file)
939         (gdbmi-frame-handler): Update to new variable name
940         gdb-get-buffer-create.
941         (gdbmi-frame-handler): Use hollow-right-triangle for all selected
942         frames which except the innermost (where execution has stopped).
943
944 2006-03-24  Randolph Chung  <tausq@debian.org>
945
946         * solib-som.c (link_map_start): Don't error out if there is
947         not yet a link map.
948
949 2006-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
950
951         * linux-nat.c (linux_ops_saved): New.
952         (super_mourn_inferior, kill_inferior, threaded, linux_nat_ops)
953         (child_mourn_inferior, child_wait, linux_nat_create_inferior)
954         (linux_nat_fetch_registers, linux_nat_store_registers)
955         (linux_nat_child_post_startup_inferior, init_linux_nat_ops): Delete.
956         (init_lwp_list): Don't set threaded.
957         (add_lwp): Don't modify threaded.
958         (delete_lwp): Don't mention non-threaded mode.
959         (linux_nat_switch_fork): New.
960         (linux_nat_attach): Update inferior_ptid.
961         (linux_nat_wait): Handle num_lwps == 0 at entry.  Don't check
962         threaded flag.
963         (linux_nat_kill): Handle pending forks and saved forks.
964         (linux_nat_mourn_inferior): Handle saved forks.
965         (linux_nat_pid_to_str): Don't use the LWP form when there is
966         only one thread.
967         (linux_target): Don't set to_wait, to_kill, or to_mourn_inferior.
968         (linux_nat_add_target): New.
969         (_initialize_linux_nat): Don't initialize the linux native target
970         here.
971         * linux-nat.h (linux_nat_add_target, linux_nat_switch_fork): New
972         prototypes.
973         * linux-fork.c: Include "linux-nat.h".
974         (add_fork): Update initial PID.
975         (fork_load_infrun_state): Call linux_nat_switch_fork.
976         * Makefile.in (linux-fork.o): Update.
977
978         * alpha-linux-nat.c (_initialize_alpha_linux_nat): Use
979         linux_nat_add_target instead of add_target.
980         * amd64-linux-nat.c (_initialize_amd64_linux_nat): Likewise.
981         * arm-linux-nat.c (_initialize_arm_linux_nat): Likewise.
982         * hppa-linux-nat.c (_initialize_hppa_linux_nat): Likewise.
983         * ia64-linux-nat.c (_initialize_ia64_linux_nat): Likewise.
984         * i386-linux-nat.c (_initialize_i386_linux_nat): Likewise.
985         * m32r-linux-nat.c (_initialize_m32r_linux_nat): Likewise.
986         * m68klinux-nat.c (_initialize_m68k_linux_nat): Likewise.
987         * mips-linux-nat.c (_initialize_mips_linux_nat): Likewise.
988         * ppc-linux-nat.c (_initialize_ppc_linux_nat): Likewise.
989         * s390-nat.c (_initialize_s390_nat): Likewise.
990         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Likewise.
991         * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Likewise.
992
993 2006-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
994
995         * linux-fork.c: Include "gdb_assert.h".
996         (fork_load_infrun_state): Set inferior_ptid and stop_pc here.
997         Update the register cache and selected frame also.
998         (linux_fork_mourn_inferior): Use fork_load_infrun_state.  Return
999         to single fork mode if necessary.
1000         (linux_fork_context): Remove bits handled by fork_load_infrun_state.
1001         * Makefile.in (linux_fork_h): New.
1002         (linux-fork.o, linux-nat.o): Update.
1003
1004 2006-03-23  Andreas Schwab  <schwab@suse.de>
1005
1006         * config/s390/s390.mh (NATDEPFILES): Add linux-fork.o.
1007
1008 2006-03-18  Jim Blandy  <jimb@codesourcery.com>
1009
1010         * symtab.h (enum address_class): Doc fix.
1011
1012 2006-03-16  Michael Snyder  <msnyder@redhat.com>
1013
1014         * tracepoint.c (tracepoint_save_command): Fix typo in error msg.
1015         * target.c (push_target): Fix typo in comment.
1016         * remote.c (remote_watch_data_address): Fix typo in comment.
1017         * i386-tdep.c (i386_push_dummy_call): Fix typo in comment.
1018
1019 2006-03-15  Kevin Buettner  <kevinb@redhat.com>
1020
1021         * frv-linux-tdep.c (gdbcore.h, regcache.h, regset.h, gdb_string.h):
1022         Include.
1023         (FRV_ELF_NGREG, FRV_PT_PSR, FRV_PT_ISR, FRV_PT_CCR, FRV_PT_CCCR)
1024         (FRV_PT_LR, FRV_PT_LCR, FRV_PT_PC, FRV_PT_GNER0, FRV_PT_GNER1)
1025         (FRV_PT_IACC0H, FRV_PT_IACC0L, FRV_PT_GR, FRV_PT_TBR)
1026         (FRV_PT_EXEC_FDPIC_LOADMAP, FRV_PT_INTERP_FDPIC_LOADMAP): Define.
1027         (frv_elf_greg_t, frv_elf_gregset_t, frv_elf_fpreg_t)
1028         (frv_elf_fpregset_t): Define types.
1029         (frv_linux_supply_gregset, frv_linux_supply_fpregset)
1030         (frv_linux_regset_from_core_section: New functions.
1031         (frv_linux_gregset, frv_linux_fpregset): New static globals.
1032         (frv_linux_init_abi): Register the `regset_from_core_section' method.
1033         * Makefile.in (frv-linux-tdep.o): Update dependencies.
1034         * solib-frv.c (frv_current_sos): Relocate main executable after
1035         loading core file.
1036         (frv_clear_solib): Clean up space associated with
1037         `main_executable_lm_info'.
1038         * config/frv/frv.mt (TDEPFILES): Add corelow.o to this list.
1039
1040 2006-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
1041
1042         * Makefile.in (mips_linux_tdep_h): New.
1043         (mpis-linux-nat.o, mips-linux-tdep.o): Update.
1044         * mips-linux-nat.c: Include "inferior.h", "mips-linux-tdep.h", and
1045         <sys/ptrace.h>.
1046         (have_ptrace_regsets, super_fetch_registers, super_store_registers)
1047         (mips64_linux_regsets_fetch_registers)
1048         (mips64_linux_regsets_store_registers, mips64_linux_fetch_registers)
1049         (mips64_linux_store_registers): New.
1050         (_initialize_mips_linux_nat): Override to_fetch_registers and
1051         to_store_registers.
1052         * mips-linux-tdep.h: New file.
1053         * mips-linux-tdep.c: Include "mips-linux-tdep.c".
1054         (ELF_NGREG, ELF_NFPREG, elf_greg_t, elf_gregset_t, elf_fpreg_t)
1055         (elf_fpregset_t, FPR_BASE, PC, CAUSE, BADVADDR, MMHI, MMLO)
1056         (FPC_CSR, FPC_EIR, EF_REG0, EF_REG31, EF_LO, EF_HI, EF_CP0_EPC)
1057         (EF_CP0_BADVADDR, EF_CP0_STATUS, EF_CP0_CAUSE, EF_SIZE)
1058         (MIPS64_ELF_NGREG, MIPS64_ELF_NFPREG, mips64_elf_greg_t)
1059         (mips64_elf_gregset_t, mips64_elf_fpreg_t, mips64_elf_fpregset_t)
1060         (MIPS64_FPR_BASE, MIPS64_PC, MIPS64_CAUSE, MIPS64_BADVADDR)
1061         (MIPS64_MMHI, MIPS64_MMLO, MIPS64_FPC_CSR, MIPS64_FPC_EIR)
1062         (MIPS64_EF_REG0, MIPS64_EF_REG31, MIPS64_EF_LO, MIPS64_EF_HI)
1063         (MIPS64_EF_CP0_EPC, MIPS64_EF_CP0_BADVADDR, MIPS64_EF_CP0_STATUS)
1064         (MIPS64_EF_CP0_CAUSE, MIPS64_EF_SIZE): Delete.
1065         (supply_32bit_reg): Use gdb_byte.
1066         (supply_64bit_reg): New.
1067         (mips_supply_gregset, mips_fill_gregset, mips_supply_fpregset)
1068         (mips_fill_fpregset, fetch_core_registers, supply_gregset)
1069         (fill_gregset, supply_fpregset): Update for renamed types.
1070         (mips64_supply_gregset): Use gdb_byte and supply_64bit_reg.
1071         (mips64_fill_gregset): Make global.  Handle 32-bit register
1072         sizes.
1073         (mips64_fill_fpregset): Make global.  Use gdb_byte.  Handle
1074         FP regsets properly.
1075
1076 2006-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
1077
1078         * mips-linux-tdep.c (mips_supply_gregset): Renamed from supply_gregset.
1079         (mips_fill_gregset): Renamed from fill_gregset.
1080         (mips_supply_fpregset): Renamed from supply_fpregset.
1081         (mips_fill_fpregset): Renamed from fill_fpregset.
1082         (fetch_core_registers): Update calls.
1083         (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): New
1084         functions.
1085
1086 2006-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
1087
1088         * mips-tdep.c (mips_gdbarch_init): Default 64-bit ELF files to N64.
1089
1090 2006-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
1091
1092         * mips-tdep.c (is_mips16_addr, mips32_next_pc, add_offset_16):
1093         Correct arithmetic for 64-bit CORE_ADDR.
1094
1095 2006-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
1096
1097         * mips-linux-tdep.c: Include "floatformat.h".
1098         (mips_linux_init_abi): Use 128-bit long double for N32 and N64.
1099         * mips-tdep.c (mips_n32n64_return_value): Support 128-bit long
1100         double.
1101         (print_gp_register_row): Don't print spaces before ignored
1102         or floating point registers.
1103         * Makefile.in (mips-linux-tdep.o): Update.
1104
1105 2006-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
1106
1107         * mips-mdebug-tdep.c (compare_pdr_entries): Use bfd_get_signed_32
1108         for code addresses.
1109         (non_heuristic_proc_desc): Likewise.
1110
1111 2006-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
1112
1113         * mips-linux-nat.c: Include "gdb_proc_service.h".
1114         (PTRACE_GET_THREAD_AREA): Define.
1115         (ps_get_thread_area): New.
1116         * Makefile.in (mips-linux-nat.o): Update.
1117
1118 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
1119
1120         * MAINTAINERS: Use my work address.
1121
1122 2006-03-09  Michael Snyder  <msnyder@redhat.com>
1123
1124         * linux-nat.c (kill_inferior): Just call target_mourn_inferior
1125         instead of getting tricky for the multi-fork case.
1126         * linux-fork.c (linux_fork_killall): Call PT_KILL and waitpid
1127         for each fork, and then use init_fork_list to delete them.
1128
1129 2006-03-08  Alexandre Oliva  <aoliva@redhat.com>
1130
1131         * solib-svr4.c (svr4_current_sos): Move up initialization of
1132         l_addr, such that it clearly covers all cases.
1133
1134 2006-03-08  Andreas Schwab  <schwab@suse.de>
1135
1136         * ia64-tdep.c (ia64_libunwind_frame_this_id): Adapt use of
1137         libunwind_frame_prev_register to use a gdb_byte buffer and
1138         extract_unsigned_integer.
1139         (ia64_libunwind_sigtramp_frame_prev_register): Likewise.
1140
1141         * libunwind-frame.c (libunwind_frame_prev_register): Change type
1142         of last argument to `gdb_byte *'
1143         * libunwind-frame.h: Adjust declaration.
1144
1145 2006-03-08  Paul Brook  <paul@codesourcery.com>
1146
1147         * arm-tdep.c (arm_push_dummy_call): Remove stack alignment.
1148         (arm_frame_align): New function.
1149         (arm_gdbarch_init): Use it.
1150
1151 2006-03-03  Khem Raj <khem@mvista.com>
1152
1153         * remote-rdp.c (remote_rdp_xfer_inferior_memory): Use gdb_byte.
1154         Committed by Andrew Cagney.
1155         
1156 2006-03-02  Corinna Vinschen  <vinschen@redhat.com>
1157
1158         * mn10300-tdep.c (mn10300_push_dummy_call): Write breakpoint
1159         address to MDR register.
1160
1161 2006-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
1162
1163         * gdbtypes.c (lookup_struct_elt_type): Correct noerr for recursive
1164         calls.
1165
1166 2006-03-01  Randolph Chung  <tausq@debian.org>
1167
1168         * somread.c (som_symfile_read): Update comment and remove unneeded 
1169         use of a deprecated variable.
1170
1171 2006-03-01  Randolph Chung  <tausq@debian.org>
1172
1173         * hppa-tdep.h (unwind_table_entry): Update field names to match HP
1174         runtime specification.
1175         * hppa-tdep.c (internalize_unwinds, hppa_frame_cache): Likewise.
1176         (unwind_command): Likewise.
1177
1178 2006-03-01  Randolph Chung  <tausq@debian.org>
1179
1180         * hppa-tdep.c (hppa_frame_cache): Handle Region_Description and
1181         Pseudo_SP_Set in unwind record.
1182
1183 2006-03-01  Randolph Chung  <tausq@debian.org>
1184
1185         * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Use
1186         TDEP->is_elf to determine if we are working with a SOM binary.
1187         (null_symtab_and_line): Remove unused variable.
1188         * config/pa/hppa64.mt: Use tm-hppa.h.
1189         * config/pa/tm-hppa64.h: Remove file.
1190
1191 2006-03-01  Wu Zhou  <woodzltc@cn.ibm.com>
1192
1193          * f-typeprint.c (f_type_print_base): Delete the redundant space.
1194
1195 2006-02-28  Kevin Buettner  <kevinb@redhat.com>
1196
1197         * Makefile.in (mn10300-linux-tdep.o): Update dependencies.
1198         * mn10300-linux-tdep.c (frame.h, trad-frame.h, tramp-frame.h):
1199         Include.
1200         (am33_linux_sigframe_cache_init): New function.
1201         (am33_linux_sigframe, am33_linux_rt_sigframe): New signal frame
1202         descriptions.
1203         (AM33_SIGCONTEXT_D0, AM33_SIGCONTEXT_D1, AM33_SIGCONTEXT_D2)
1204         (AM33_SIGCONTEXT_D3, AM33_SIGCONTEXT_A0, AM33_SIGCONTEXT_A1)
1205         (AM33_SIGCONTEXT_A2, AM33_SIGCONTEXT_A3, AM33_SIGCONTEXT_E0)
1206         (AM33_SIGCONTEXT_E1, AM33_SIGCONTEXT_E2, AM33_SIGCONTEXT_E3)
1207         (AM33_SIGCONTEXT_E4, AM33_SIGCONTEXT_E5, AM33_SIGCONTEXT_E6)
1208         (AM33_SIGCONTEXT_E7, AM33_SIGCONTEXT_LAR, AM33_SIGCONTEXT_LIR)
1209         (AM33_SIGCONTEXT_MDR, AM33_SIGCONTEXT_MCVF, AM33_SIGCONTEXT_MCRL)
1210         (AM33_SIGCONTEXT_MCRH, AM33_SIGCONTEXT_MDRQ, AM33_SIGCONTEXT_SP)
1211         (AM33_SIGCONTEXT_EPSW, AM33_SIGCONTEXT_PC, AM33_SIGCONTEXT_FPUCONTEXT):
1212         New constants.
1213         (am33_linux_init_osabi): Register signal frame unwinders.
1214
1215 2006-02-28  Kevin Buettner  <kevinb@redhat.com>
1216
1217         * mn10300-tdep.c (mn10300_analyze_prologue):  Implement backtrack
1218         out of pattern match by saving relevant state.  Fix stack size
1219         adjustment bug.
1220
1221 2006-02-28  Alexandre Oliva  <aoliva@redhat.com>
1222
1223         * solib-svr4.h (struct link_map_offsets): Add l_ld_offset and
1224         l_ld_size fields.
1225         * solib-svr4.c (struct lm_info): Add l_addr field.
1226         (LM_ADDR_FROM_LINK_MAP): Renamed from LM_ADDR.
1227         (HAS_LM_DYNAMIC_FROM_LINK_MAP): New.
1228         (LM_DYNAMIC_FROM_LINK_MAP): New.
1229         (LM_ADDR_CHECK): New.  Use it instead of LM_ADDR.
1230         (svr4_current_sos): Initialize l_addr.  Adjust.
1231         (svr4_relocate_section_addresses): Adjust.
1232         (svr4_ilp32_fetch_link_map_offsets): Define new members.
1233         (svr4_lp64_fetch_link_map_offsets): Likewise.
1234         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Likewise.
1235         * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Likewise.
1236         (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
1237         * Makefile.in (solib-svr4.o): Depend on $(elf_bfd_h).
1238
1239 2006-02-26  David S. Miller  <davem@sunset.davemloft.net>
1240
1241         * config/sparc/linux.mt (TDEPFILES): Add sol2-tdep.o.
1242         * config/sparc/linux64.mt (TDEPFILES): Likewise.
1243
1244 2006-02-27  Alan Modra  <amodra@bigpond.net.au>
1245
1246         * ppc-linux-nat.c (ppc_linux_insert_watchpoint): Correct return type.
1247         (ppc_linux_remove_watchpoint): Likewise, and args.
1248
1249 2006-02-26  Mark Kettenis  <kettenis@gnu.org>
1250
1251         * i386obsd-tdep.c (i386obsd_trapframe_sniffer): Also recognize
1252         "soft" interrupts.
1253
1254 2006-02-24  Charles Wilson  <cygwin@cwilson.fastmail.fm>
1255
1256         * gdb/defs.h: unconditionally include <fcntl.h>, and
1257         ensure that O_BINARY is defined.
1258         * gdb/solib.c(solib_open): ensure solib files are opened in
1259         binary mode.
1260         * gdb/corelow.c: Remove O_BINARY macro definition.
1261         * gdb/exec.c: Remove O_BINARY macro definition
1262         * gdb/remote-rdp.c: Remove O_BINARY macro definition
1263         * gdb/source.c: Remove O_BINARY macro definition
1264         * gdb/symfile.c: Remove O_BINARY macro definition
1265
1266 2006-02-24  Randolph Chung  <tausq@debian.org>
1267
1268         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Initialize 
1269         argreg.
1270         * solib-som.c (som_solib_remove_inferior_hook): Remove unused 
1271         function.
1272
1273 2006-02-24  Wu Zhou  <woodzltc@cn.ibm.com>
1274
1275         * f-exp.y: Symbol '%' is not used as the modulus operator in
1276         Fortran.  Delete this from Fortran expression.
1277         It is now used by Fortran 90 and later to access the member
1278         of derived type.  Add this into Fortran expression.
1279         * f-valprint.c (f_val_print): Add code to handle TYPE_CODE_STRUCT.
1280         Print each elements in the derived type.
1281         * f-typeprint.c (print_equivalent_f77_float_type): Add a parameter
1282         level into the function definition to do indented printing.  And
1283         call fprintfi_filtered instead to do indented printing.
1284         (f_type_print_base): Replace fprintf_filtered with the indented
1285         version (fprintfi_filtered).
1286         (f_type_print_base): Call indented print_equivalent_f77_float_type.
1287         (f_type_print_base): Add code to handle TYPE_CODE_STRUCT.  Print
1288         the definition of the derived type.
1289
1290 2006-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
1291
1292         * gdb_curses.h: Provide a fallback prototype for tgetnum.
1293
1294 2006-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
1295
1296         * doublest.h: Conditionalize DOUBLEST on PRINTF_HAS_LONG_DOUBLE
1297         also.
1298         (DOUBLEST_FORMAT): Rename to DOUBLEST_PRINT_FORMAT.
1299         (DOUBLEST_SCAN_FORMAT): New.
1300         * ada-lex.l (PRINTF_HAS_LONG_DOUBLE): Remove redefinitions.
1301         (processReal): Use DOUBLEST_SCAN_FORMAT.
1302         * c-exp.y (parse_number): Likewise.
1303         * jv-exp.y (parse_number): Likewise.
1304         * objc-exp.y (parse_number): Likewise.
1305         * p-exp.y (parse_number): Likewise.
1306
1307 2006-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
1308
1309         * event-top.c (async_do_nothing, async_disconnect)
1310         (async_stop_sig, async_float_handler): Remove duplicated
1311         prototypes.
1312         (handle_sighup): Guard prototype with SIGHUP.
1313         (async_do_nothing): Guard function and prototype with
1314         SIGQUIT || SIGHUP.
1315         (async_disconnect): Guard prototype with SIGHUP.
1316         (async_stop_sig): Guard prototype with STOP_SIGNAL.
1317
1318 2006-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
1319
1320         * maint.c (maintenance_dump_me): Remove unnecessary prototype.
1321
1322 2006-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
1323
1324         * win32-termcap.c (tputs): Return 0.
1325
1326 2006-02-21  Mark Kettenis  <kettenis@gnu.org>
1327
1328         * configure.ac: Introduce ---enable-werror, which adds -Werror to
1329         the compiler command line.  Enabled by default.  Disable with
1330         --disable-werror.
1331         * configure regenerate.
1332
1333 2006-02-21  Daniel Jacobowitz  <dan@codesourcery.com>
1334
1335         * elfread.c (elf_symtab_read): Skip symbols which BFD considers
1336         special.
1337
1338 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
1339
1340         * defs.h (directory_switch): Add prototype.
1341         * main.c (captured_main): Use directory_switch() instead of
1342         directory_command() to add directories from the -d switch.
1343         * source.c (directory_switch): New function.
1344         (add_path): Use buildargv() to parse spaces in filenames properly.
1345         Strip multiple trailing '/' rather than just one.
1346
1347 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
1348
1349         * symfile.c (add_symbol_file_command): Use buildargv(), instead of
1350         hand decoding the command line, to allow use of quotes and spaces.
1351         (_initialize_symfile): Reorganize the help message for add-symbol-file
1352         such that 'help files' shows a better message.
1353
1354 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
1355
1356         * sh-tdep.c (sh_generic_show_regs): Reformat both code and output.
1357         (sh3_show_regs, sh2e_show_regs, sh2a_show_regs): Likewise.
1358         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs): Likewise.
1359         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs): Likewise.
1360
1361 2006-02-20  Daniel Jacobowitz  <dan@codesourcery.com>
1362
1363         * linux-nat.c (lin_thread_get_thread_signals): Default to __SIGRTMIN
1364         and __SIGRTMIN + 1.
1365
1366 2006-02-20  Daniel Jacobowitz  <dan@codesourcery.com>
1367
1368         * remote.c: Add an enumeration for configurable remote
1369         packets.
1370         (remote_protocol_packets, set_remote_protocol_packet_cmd)
1371         (show_remote_protocol_packet_cmd): New.
1372         (remote_protocol_vcont)
1373         (set_remote_protocol_vcont_packet_cmd)
1374         (show_remote_protocol_vcont_packet_cmd)
1375         (remote_protocol_qSymbol)
1376         (set_remote_protocol_qSymbol_packet_cmd)
1377         (show_remote_protocol_qSymbol_packet_cmd)
1378         (remote_protocol_P, set_remote_protocol_P_packet_cmd)
1379         (show_remote_protocol_P_packet_cmd)
1380         (remote_protocol_Z)
1381         (set_remote_protocol_Z_software_bp_packet_cmd)
1382         (show_remote_protocol_Z_software_bp_packet_cmd)
1383         (set_remote_protocol_Z_hardware_bp_packet_cmd)
1384         (show_remote_protocol_Z_hardware_bp_packet_cmd)
1385         (set_remote_protocol_Z_write_wp_packet_cmd)
1386         (show_remote_protocol_Z_write_wp_packet_cmd)
1387         (set_remote_protocol_Z_read_wp_packet_cmd)
1388         (show_remote_protocol_Z_read_wp_packet_cmd)
1389         (set_remote_protocol_Z_access_wp_packet_cmd)
1390         (show_remote_protocol_Z_access_wp_packet_cmd)
1391         (remote_protocol_binary_download)
1392         (set_remote_protocol_binary_download_cmd)
1393         (show_remote_protocol_binary_download_cmd)
1394         (remote_protocol_qPart_auxv)
1395         (set_remote_protocol_qPart_auxv_packet_cmd)
1396         (show_remote_protocol_qPart_auxv_packet_cmd)
1397         (remote_protocol_qGetTLSAddr)
1398         (set_remote_protocol_qGetTLSAddr_packet_cmd)
1399         (show_remote_protocol_qGetTLSAddr_packet_cmd)
1400         (remote_protocol_p)
1401         (set_remote_protocol_p_packet_cmd)
1402         (show_remote_protocol_p_packet_cmd): Delete.
1403
1404         (init_all_packet_configs): Simplify.
1405         (set_remote_protocol_Z_packet_cmd)
1406         (show_remote_protocol_Z_packet_cmd)
1407         (remote_check_symbols, remote_vcont_probe, remote_vcont_resume)
1408         (remote_fetch_registers, remote_prepare_to_store)
1409         (remote_store_registers, check_binary_download)
1410         (remote_write_bytes, remote_insert_breakpoint)
1411         (remote_remove_breakpoint, remote_insert_watchpoint)
1412         (remote_remove_watchpoint, remote_insert_hw_breakpoint)
1413         (remote_remove_hw_breakpoint, remote_xfer_partial)
1414         (remote_get_thread_local_address): Update for packet array.
1415         (_initialize_remote): Likewise; also update for common
1416         set/show commands.
1417
1418 2006-02-20  Daniel Jacobowitz  <dan@codesourcery.com>
1419
1420         * symfile.c (place_section): Correct retry logic.
1421
1422 2006-02-19  Christopher Faylor  <cgf@timesys.com>
1423
1424         * win32_nat.c (cygwin_load_start): New variable.
1425         (cygwin_load_end): Ditto.
1426         (have_saved_context): Ditto.
1427         (saved_context): Ditto.
1428         (max_dll_name_len): Delete obsolete variable.
1429         (do_win32_fetch_inferior_registers): Use context saved from cygwin1.dll
1430         if we are in a cygwin signal rather than a windows signal.
1431         (solib_symbols_add): Detect and store beginning and end of cygwin DLL
1432         if dll being loaded is the cygwin DLL.
1433         (register_loaded_dll): Remove calculation of max_dll_name_len.
1434         (win32_clear_solib): Ditto.
1435         (handle_load_dll): Delete obsolete variable.  Remove unneeded call to
1436         solib_add.
1437         (handle_output_debug_string): Detect and store signal information sent
1438         by Cygwin here.
1439         (handle_exception): Silently pass on errors in the cygwin DLL.  Return
1440         -1 on first pass exception.
1441         (win32_continue): Remove spurious clearing of continue_status.
1442         (get_win32_debug_event): Deal differently first chance exception.
1443
1444 2006-02-19  Randolph Chung  <tausq@debian.org>
1445
1446         * hppa-tdep.c (hppa_in_solib_call_trampoline): Only use if no
1447         unwind entry.
1448
1449 2006-02-16  Fred Fish  <fnf@specifix.com>
1450
1451         * eval.c (evaluate_subexp_standard):  For OP_TYPE, return
1452         a non lval value zero, of the appropriate type, when avoiding
1453         side effects.
1454         * typeprint.c (ptype_eval): Remove function and declaration.
1455         (ptype_command): Simplify to just a call to whatis_exp.
1456
1457 2006-02-15  Paul Brook  <paul@codesourcery.com>
1458
1459         * arm-tdep.c (arm_skip_prologue, thumb_get_next_pc, arm_get_next_pc):
1460         Load insn opcodes as unsigned values.
1461
1462 2006-02-14  Alexandre Oliva  <aoliva@redhat.com>
1463
1464         * doublest.h (DOUBLEST): Use long double only if we can scan
1465         it in.  Undefine HAVE_LONG_DOUBLE otherwise.
1466         (DOUBLEST_FORMAT): New.
1467         * c-exp.y (parse_number): Use it.
1468         * jv-exp.y (parse_number): Likewise.
1469         * objc-exp.y (parse_number): Likewise.
1470         * p-exp.y (parse_number): Likewise.
1471         * varobj.c (free_variable): Silence type-punning warnings.
1472         * tui/tui-data.h (struct tui_list): Change type of list member.
1473         * tui/tui-data.c: Remove no-longer-needed type casts.
1474         (source_windows): Silence type-punning warnings.
1475         * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Likewise.
1476
1477 2006-02-13  Mark Kettenis  <kettenis@gnu.org>
1478
1479         Fix PR breakpoints/2080.
1480         * i386-tdep.c (struct i386_frame_cache): Add stack_align member.
1481         (i386_analyze_stack_align): New function.
1482         (i386_analyze_prologue): Use i386_analyze_stack_align.
1483         (i386_frame_cache): Deal with stack realignment.
1484
1485 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
1486
1487         * mi/gdb-mi.el: Use more functions from gdb-ui.el.
1488         (gdb-break-list-regexp): Match "what" field if present.
1489         (gdb-stack-list-frames-regexp): Match "from" field if present.
1490         (gdb-stack-list-frames-handler): Present output like "info
1491         breakpoints" so regexps can be shared with gdb-ui
1492
1493 2006-02-10  Daniel Jacobowitz  <dan@codesourcery.com>
1494
1495         * NEWS: Mention native Windows support.
1496         * Makefile.in (gdb_select_h, ser_tcp_h): New.
1497         (ALLDEPFILES): Add ser-mingw.c.
1498         (event-loop.o, inflow.o, mingw-hdep.o, posix-hdep.o, ser-base.o)
1499         (ser-tcp.o, ser-unix.o): Update.
1500         (ser-mingw.o): New rule.
1501         * configure: Regenerated.
1502         * configure.ac: Add ser-mingw.o for mingw32.
1503         * ser-mingw.c: New file.
1504         * event-loop.c: Include "gdb_select.h".
1505         (gdb_select): Remove, moved to mingw-hdep.c and posix-hdep.c.
1506         * ser-base.c: Include "gdb_select.h".
1507         (ser_base_wait_for): Use gdb_select.
1508         * serial.c (serial_for_fd): New function.
1509         (serial_fdopen): Try "terminal" before "hardwire".  Initialize
1510         the allocated struct serial.
1511         (serial_wait_handle): New function.
1512         * serial.h (serial_for_fd, serial_wait_handle): New prototypes.
1513         (struct serial_ops) [USE_WIN32API]: Add wait_handle.
1514         * gdb_select.h: New file.
1515         * ser-tcp.c: Include "ser-tcp.h".  Remove unused "ser-unix.h" include.
1516         (net_close, net_read_prim, net_write_prim): Make global.
1517         (net_open): Likewise.  Pass an exception set to select.  Whitespace fix.
1518         Document why we can not use gdb_select.
1519         (_initialize_ser_tcp) [USE_WIN32API]: Do not register TCP support here.
1520         * ser-tcp.h: New file.
1521         * inflow.c (gdb_has_a_terminal): Don't initialize stdin_serial here.
1522         (handle_sigio): Use gdb_select.
1523         (initialize_stdin_serial): New function.
1524         * terminal.h (initialize_stdin_serial): New prototype.
1525         * top.c (gdb_init): Call initialize_stdin_serial.
1526         * mingw-hdep.c (gdb_select): New function, moved from gdb_select in
1527         event-loop.c.  Add exception condition support.  Use serial_for_fd
1528         and serial_wait_handle.  Fix timeout handling.
1529         * posix-hdep.c: Include "gdb_select.h".
1530         (gdb_select): New function.
1531         * remote-st.c (connect_command): Use gdb_select.
1532         * ser-unix.c: Include "gdb_select.h".
1533         (hardwire_send_break, wait_for): Use gdb_select.
1534
1535 2006-02-10  Daniel Jacobowitz  <dan@codesourcery.com>
1536
1537         * Makefile.in (mingw-hdep.o, posix-hdep.o): New dependencies.
1538         (ALLDEPFILES): Add mingw-hdep.c and posix-hdep.c.
1539         * configure.ac: Add gdb_host_obs to CONFIG_OBS.  Set gdb_host_obs
1540         to posix-hdep.o by default.
1541         * configure: Regenerated.
1542         * configure.host: Document gdb_host_obs.  Add an entry for
1543         i[34567]86-*-mingw32*.
1544         * mingw-hdep.c, posix-hdep.c: New files.
1545         * utils.c (safe_strerror): Remove, moved to posix-hdep.o.
1546
1547 2006-02-10  Joel Brobecker  <brobecker@adacore.com>
1548
1549         * defs.h (gdb_osabi): New enum value GDB_OSABI_AIX.
1550         * osabi.c (gdb_osabi_name): Add name of new value GDB_OSABI_AIX.
1551         * rs6000-tdep.h: New file.
1552         * rs6000-tdep.c: Include "rs6000-tdep.h".
1553         (rs6000_gdbarch_init): Remove enabling of software single step.
1554         Will be done in the AIX-specific initialization routine.
1555         * rs6000-aix-tdep.c: New file.
1556         * config/powerpc/aix.mt (TDEPFILES): Add rs6000-aix-tdep.o.
1557         * Makefile.in (rs6000_tdep_h): New variable.
1558         (rs6000-tdep.o): Update dependencies.
1559         (rs6000-aix-tdep.o): New rule.
1560
1561 2006-02-10  Joel Brobecker  <brobecker@adacore.com>
1562
1563         * aix-thread.c (_initialize_aix_thread): Use add_setshow_boolean_cmd
1564         instead of add_setshow_zinteger_cmd to defined the aix-thread
1565         boolean setting.
1566
1567 2006-02-10  Nick Roberts  <nickrob@snap.net.nz>
1568
1569         * mi/gdb-mi.el: Update to reflect changes in Emacs 22.0.50.
1570
1571 2006-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
1572
1573         * dwarf2read.c (struct dwarf2_per_cu_data): Reduce length to
1574         30 bits.  Add load_all_dies flag.
1575         (load_partial_dies): Load all DIEs if per_cu->load_all_dies is set.
1576         Load DW_TAG_member by default.  Remove internal_error call.
1577         (find_partial_die): Reload the compilation unit if we can not find
1578         a DIE in the cache.  Call internal_error here if we still can not
1579         find the DIE.
1580
1581 2006-02-10  Nick Roberts  <nickrob@snap.net.nz>
1582
1583         * breakpoint.c (print_one_breakpoint): Add break to case
1584         bp_catch_vfork in switch statement.
1585
1586 2006-02-08  Wu Zhou  <woodzltc@cn.ibm.com>
1587
1588         * config/i386/nm-i386sol2.h: Update copyright year.
1589         * config/mips/nm-irix5.h: Ditto.
1590         * config/sparc/nm-sol2.h: Ditto.
1591         * s390-nat.c: Ditto.
1592         * ppc-linux-nat.c: Ditto.
1593
1594 2006-02-08  Wu Zhou  <woodzltc@cn.ibm.com>
1595
1596         * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Delete.
1597         * config/i386/nm-i386sol2.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
1598         (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
1599         * config/mips/nm-irix5.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
1600         (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
1601         * config/sparc/nm-sol2.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
1602         (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
1603         * inf-ttrace.c (inf_ttrace_region_ok_for_hw_watchpoint): New.
1604         (inf_ttrace_region_size_ok_for_hw_watchpoint): Delete.
1605         (inf_ttrace_target): Delete to_region_size_ok_for_hw_watchpoint and
1606         add to_region_ok_for_hw_watchpoint.
1607         * s390-nat.c (s390_region_size_ok_for_hw_watchpoint): Delete.
1608         (s390_region_ok_for_hw_watchpoint): New.
1609         (_initialize_s390_nat): Delete to_region_size_ok_for_hw_watchpoint
1610         and add to_region_ok_for_hw_watchpoint.
1611         * target.c (default_region_size_ok_for_hw_watchpoint, 
1612         debug_to_region_size_ok_for_hw_watchpoint): Delete prototype.
1613         (update_current_target): Delete to_region_size_ok_for_hw_watchpoint
1614         inheritance and default_region_size_ok_for_hw_watchpoint.
1615         (default_region_ok_for_hw_watchpoint): If len is less than or equal
1616         the length of void pointer, return ok.
1617         (default_region_size_ok_for_hw_watchpoint): Delete.
1618         (debug_to_region_size_ok_for_hw_watchpoint): Delete.
1619         (setup_target_debug): Delete to_region_size_ok_for_hw_watchpoint.
1620         * target.h (struct target_ops): Delete 
1621         to_region_size_ok_for_hw_watchpoint.
1622         (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
1623         
1624 2006-02-08  Ben Elliston  <bje@au1.ibm.com>
1625             Wu Zhou  <woodzltc@cn.ibm.com>
1626
1627         * ppc-linux-nat.c (PTRACE_GET_DEBUGREG, PTRACE_SET_DEBUGREG,
1628         PTRACE_GETSIGINFO): Define.
1629         (last_stopped_data_address): New.
1630         (ppc_linux_check_watch_resources): New function.
1631         (ppc_linux_region_ok_for_hw_watchpoint): New function.
1632         (ppc_linux_insert_watchpoint): New function.
1633         (ppc_linux_remove_watchpoint): New function.
1634         (ppc_linux_stopped_data_address): New function.
1635         (ppc_linux_stopped_by_watchpoint): New function.
1636         (_initialize_ppc_linux_nat): Set the above hardware watchpoint
1637         related target vectors.
1638         * rs6000-tdep.c (rs6000_gdbarch_init): Set PPC architectures
1639         to have nonsteppable watchpoint.
1640         * target.c (default_region_ok_for_hw_watchpoint,
1641         debug_to_region_ok_for_hw_watchpoint): New prototypes.
1642         (update_current_target): Inherit to_region_ok_for_hw_watchpoint
1643         and set default to_region_ok_for_hw_watchpoint.
1644         (default_region_ok_for_hw_watchpoint): New function.
1645         (debug_to_region_ok_for_hw_watchpoint): New function.
1646         (setup_target_debug): Set to_region_ok_for_hw_watchpoint of 
1647         debug_target.
1648         * target.h (struct target_ops): Add a new target vector 
1649         to_region_ok_for_hw_watchpoint.
1650         (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Define this if it is not
1651         defined anyplace else.
1652
1653 2005-02-07  Joel Brobecker  <brobecker@adacore.com>
1654         * symfile.c (add_symbol_file_command): Abort if the user forgot
1655         to provide the address when the file has been loaded.
1656
1657 2006-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
1658
1659         * MAINTAINERS: Update file based on maintainers survey.  Add
1660         a note to Past Maintainers.  Move unresponsive or inactive
1661         maintainers to Authorized Committers or Past Maintainers as
1662         appropriate.  Correct Jim Kingdon's email address.  Remove
1663         vacant areas of responsibility.
1664
1665 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
1666
1667         * breakpoint.c (print_one_breakpoint): For MI-like UI, output
1668         fullname field.
1669
1670 2006-02-03  Daniel Jacobowitz  <dan@codesourcery.com>
1671
1672         * exceptions.h (enum errors): Rename NO_ERROR to GDB_NO_ERROR.
1673         * exceptions.c (exception_none, exceptions_state_mc_init)
1674         (throw_vfatal): Use GDB_NO_ERROR.
1675
1676 2006-02-02  Mark Kettenis  <kettenis@gnu.org>
1677
1678         * solib-svr4.h (struct link_map_offsets): Remove r_debug_size and
1679         r_map_size members.  Add r_version_offset, r_version_size and
1680         r_ldsomap_offset members.
1681         * solib-svr4.c (solib_svr4_r_map): Renamed from
1682         fetch_link_map_member.  Simplify using read_memory_typed_address.
1683         (solib_svr4_r_ldsomap): New function.
1684         (open_symbol_file_object): Use solib_svr_r_map.
1685         (svr4_current_sos): Use solib_svr4_r_map and look for the dynamic
1686         linker by using solib_svr4_r_ldsomap.
1687         (svr4_ilp32_fetch_link_map_offsets)
1688         (svr4_lp64_fetch_link_map_offsets): Adjust for changes to `struct
1689         link_map_offsets'.
1690         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Adjust for
1691         changes to `struct link_map_offsets'.
1692         * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets)
1693         (mipsnbsd_lp64_fetch_link_map_offsets): Adjust for changes to
1694         `struct link_map_offsets'.
1695
1696 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
1697
1698         * linux-nat.c (struct saved_ptids, threads_to_delete)
1699         (record_dead_thread, prune_lwps, find_thread_from_lwp)
1700         (exit_lwp): New.
1701         (linux_nat_resume): Call prune_lwps.
1702         (wait_lwp, linux_nat_wait): Call exit_lwp.
1703
1704 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
1705
1706         * printcmd.c (printf_command): Make format string checking
1707         stricter.  Add separate cases for long_arg, ptr_arg, and
1708         long_double_arg.
1709         * utils.c (xstrvprintf): Improve the error message issued
1710         for a bad format string.
1711         * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT, INTERNAL_CFLAGS_BASE):
1712         New variables.
1713         (gnu-v3-abi.o, monitor.o, procfs.o, linux-thread-db.o): Remove
1714         $(NO_WERROR_CFLAGS).
1715         (printcmd.o): Likewise.  Use $(GDB_WARN_CFLAGS_NO_FORMAT) and
1716         enable -Werror.
1717
1718 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
1719
1720         * Makefile.in (remote.o): Update.
1721         * remote.c (show_packet_config_cmd): Shorten messages.
1722         (remote_set_cmdlist, remote_show_cmdlist): Make file-static.
1723         (show_remote_cmd): Iterate.
1724         (_initialize_remote): Remove remote_set_cmdlist,
1725         remote_show_cmdlist.
1726
1727 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
1728
1729         * Makefile.in (gdbtypes_h, gdbtypes.o, utils.o): Update.
1730         * defs.h (hashtab_obstack_allocate, dummy_obstack_deallocate): Add
1731         prototypes.
1732         * dwarf2read.c (read_subroutine_type): Use TYPE_ZALLOC.
1733         (hashtab_obstack_allocate, dummy_obstack_deallocate): Moved to...
1734         * utils.c (hashtab_obstack_allocate, dummy_obstack_deallocate):
1735         ...here.
1736         * gdbtypes.c: Include "hashtab.h".
1737         (build_gdbtypes): Remove extra prototype.
1738         (struct type_pair, type_pair_hash, type_pair_eq)
1739         (create_copied_types_hash, copy_type_recursive): New.
1740         * gdbtypes.h: Include "hashtab.h".
1741         (TYPE_ZALLOC): New.
1742         (create_copied_types_hash, copy_type_recursive): New prototypes.
1743         * objfiles.c (free_objfile): Call preserve_values.
1744         * symfile.c (reread_symbols): Likewise.
1745         (clear_symtab_users): Remove calls to clear_value_history and
1746         clear_internalvars.
1747         * value.c (clear_value_history, clear_internalvars): Removed.
1748         (preserve_one_value, preserve_values): New functions.
1749         * value.h (clear_value_history, clear_internalvars): Removed.
1750         (preserve_values): New prototype.
1751
1752         * tracepoint.c (_initialize_tracepoint): Do not initialize convenience
1753         variables here.
1754
1755 2006-01-29  Mark Kettenis  <kettenis@gnu.org>
1756
1757         * amd64-tdep.c (amd64_classify): Handle TYPE_CODE_BOOL.
1758         Fixes PR tdep/2075.
1759
1760 2006-01-27  Joel Brobecker  <brobecker@adacore.com>
1761
1762         * MAINTAINERS: Use a consistent email address for brobecker.
1763
1764 2006-01-27  Joel Brobecker  <brobecker@adacore.com>
1765
1766         * infcmd.c (post_create_inferior): Fix copy/paste error introduced
1767         in the previous change.
1768
1769 2006-01-24  Daniel Jacobowitz  <dan@codesourcery.com>
1770
1771         PR gdb/1914
1772         * fork-child.c (fork_inferior): Don't call
1773         solib_create_inferior_hook.
1774         * infcmd.c (post_create_inferior): Call solib_add,
1775         solib_create_inferior_hook, and re_enable_breakpoints_in_shlibs.
1776         (attach_command): Don't call solib_add or
1777         re_enable_breakpoints_in_shlibs.  Call post_create_inferior
1778         instead.
1779         * remote.c (remote_open_1): Don't call solib_create_inferior_hook
1780         or observer_notify_inferior_created.  Call post_create_inferior
1781         instead.
1782         * corelow.c: Don't include "observer.h".
1783         (solib_add_stub): Deleted.
1784         (core_open): Don't call observer_notify_inferior_created or
1785         solib_add_stub.  Call post_create_inferior instead.
1786         * inf-ptrace.c: Don't include "observer.h".
1787         (inf_ptrace_attach): Don't call observer_notify_inferior_created.
1788         * inf-ttrace.c: Don't include "observer.h".
1789         (inf_ttrace_attach): Don't call observer_notify_inferior_created.
1790         * inferior.h (solib_create_inferior_hook): Remove redundant
1791         prototype.
1792         * inftarg.c: Don't include "observer.h".
1793         (child_attach): Don't call observer_notify_inferior_created.
1794         * Makefile.in: Update dependencies.
1795
1796 2006-01-24  Daniel Jacobowitz  <dan@codesourcery.com>
1797
1798         * infcmd.c: Include "observer.h".
1799         (post_create_inferior): New function.
1800         (run_command_1): Call it.  Also call proceed.
1801         * inferior.h (post_create_inferior): New prototype.
1802         * Makefile.in (infcmd.o): Update.
1803
1804         * gnu-nat.c (gnu_create_inferior): Don't call proceed.
1805         * go32-nat.c (go32_create_inferior): Likewise.
1806         * nto-procfs.c (procfs_create_inferior): Likewise.
1807         * procfs.c (procfs_create_inferior): Likewise.
1808         * remote-sim.c (gdbsim_create_inferior): Likewise.
1809         * remote.c (extended_remote_create_inferior)
1810         (extended_remote_async_create_inferior): Likewise.
1811         * win32-nat.c (win32_create_inferior): Likewise.
1812         * wince.c (child_create_inferior): Likewise.
1813
1814         * monitor.c (monitor_create_inferior): Don't call proceed.
1815         Set the PC manually.
1816         * ocd.c (ocd_create_inferior): Likewise.
1817         * remote-e7000.c (e7000_create_inferior): Likewise.
1818         * remote-m32r-sdi.c (m32r_create_inferior): Likewise.
1819         * remote-mips.c (mips_create_inferior): Likewise.
1820         * remote-rdp.c (remote_rdp_create_inferior): Likewise.
1821         * remote-sds.c (sds_create_inferior): Likewise.
1822         * remote-st.c (st2000_create_inferior): Likewise.
1823
1824         * inf-ptrace.c (inf_ptrace_create_inferior): Don't call
1825         proceed or observer_notify_inferior_created.
1826         * inf-ttrace.c (inf_ttrace_create_inferior): Likewise.
1827         * inftarg.c (child_create_inferior): Likewise.
1828
1829 2006-01-24  Daniel Jacobowitz  <dan@codesourcery.com>
1830
1831         * linux-thread-db.c (thread_db_mourn_inferior): Remove breakpoints
1832         after mourning the inferior.
1833
1834 2006-01-24  Jim Blandy  <jimb@redhat.com>
1835
1836         * valarith.c (binop_user_defined_p): Handle refs to typedefs.
1837
1838 2006-01-24  Fred Fish  <fnf@specifix.com>
1839
1840         * parse.c (source.h): Include.
1841         (parse_exp_in_context):  Use static source context if no
1842         other context found.
1843
1844 2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>
1845
1846         * sh-tdep.c: Include reggroups.h.
1847         (sh_register_reggroup_p): New function.
1848         (sh_gdbarch_init): Add call to set_gdbarch_register_reggroup_p.
1849         * Makefile.in (sh-tdep.o): Add dependency on reggroups.h.
1850
1851 2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>
1852
1853         * cli/cli-cmds.c: Include fcntl.h.
1854         (source_command): Use the GDB search path to find script files.
1855
1856 2006-01-22  Daniel Jacobowitz  <dan@codesourcery.com>
1857
1858         PR tdep/2029
1859         Suggested by Till Straumann <strauman@slac.stanford.edu>:
1860         * rs6000-tdep.c (skip_prologue): Update check for later mtlr
1861         instructions.  Handle PIC bcl.
1862
1863 2006-01-22  Daniel Jacobowitz  <dan@codesourcery.com>
1864
1865         * config/djgpp/README: Typo fix.
1866         * config/djgpp/fnchange.lst: Update.
1867
1868 2006-01-22  Mark Kettenis  <kettenis@gnu.org>
1869
1870         * sparc-tdep.h (struct gdbarch_tdep): Add step_trap member.
1871         (sparc_address_from_register): New prototype.
1872         (sparcnbsd_step_trap): New prototype.
1873         * sparc-tdep.c (sparc_address_from_register): Make globally
1874         visible.
1875         (sparc_analyze_control_transfer): Change prototype to accept
1876         `struct gdbarch *' as first argument.  Allow for optional hnadling
1877         for trap instructions.
1878         (sparc_step_trap): New function.
1879         (sparc_software_single_step): Adjust call to
1880         sparc_analyze_control_trabsfer.
1881         (sparc32_gdbarch_init): Initialize TDEP->step_trap.
1882         * sparcnbsd-tdep.c (sparcnbsd_step_trap): New function.
1883         (sparc32nbsd_init_abi): Set TDEP->step_trap.
1884         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Set TDEP->step_trap.
1885         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Set TDEP->step_trap.
1886
1887         * sparc-tdep.c (sparc32_return_value): Convert to use
1888         RETURN_VALUE_ABI_PRESERVES_ADDRESS instead of
1889         RETURN_VALUE_STRUCT_CONVENTION.
1890         (sparc32_extract_struct_value_address): Remove.
1891
1892 2006-01-21  Daniel Jacobowitz  <dan@codesourcery.com>
1893
1894         * avr-tdep.c (avr_address_to_pointer, avr_pointer_to_address)
1895         (avr_extract_return_value, avr_frame_prev_register): Use gdb_byte.
1896
1897 2006-01-21  Daniel Jacobowitz  <dan@codesourcery.com>
1898
1899         * solib.c (info_sharedlibrary_command): Avoid internal_error.
1900
1901 2006-01-21  Mark Kettenis  <kettenis@gnu.org>
1902
1903         * i386-tdep.c (i386_mxcsr_type): New variable.
1904         (i386_init_types): Initialize i386_mxcsr_type.
1905         (i386_register_type): Return i386_mxcsr_type for %mxcsr.
1906         * i386-tdep.c (i386_mxcsr_type): New extern.
1907         * amd64-tdep.c (amd64_register_info): Return i386_mxcsr_type for
1908         %mxcsr.
1909
1910 2006-01-20  Mark Mitchell  <mark@codesourcery.com>
1911
1912         * Makefile.in (remote-rdi.o): Remove.
1913         (rdi-share/libangsd.a): Likewise.
1914         * README: Don't mention remote-rdi.c.
1915         * NEWS: Mention removal of rdi-share.
1916         * configure.ac: Don't configure rdi-share subdirectory.
1917         * remote-rdi.c: Remove.
1918         * config/arm/embed.mt (TDEPFILES): Remove remote-rdi.o.
1919         (TDEPLIBS): Remove rdi-share/libangsd.a.
1920         * rdi-share/Makefile.am: Remove.
1921         * rdi-share/Makefile.in: Likewise.
1922         * rdi-share/README.CYGNUS: Likewise.
1923         * rdi-share/aclocal.m4: Likewise.
1924         * rdi-share/adp.h: Likewise.
1925         * rdi-share/adperr.h: Likewise.
1926         * rdi-share/angel.h: Likewise.
1927         * rdi-share/angel_bytesex.c: Likewise.
1928         * rdi-share/angel_bytesex.h: Likewise.
1929         * rdi-share/angel_endian.h: Likewise.
1930         * rdi-share/ardi.c: Likewise.
1931         * rdi-share/ardi.h: Likewise.
1932         * rdi-share/armdbg.h: Likewise.
1933         * rdi-share/buffers.h: Likewise.
1934         * rdi-share/chandefs.h: Likewise.
1935         * rdi-share/channels.h: Likewise.
1936         * rdi-share/chanpriv.h: Likewise.
1937         * rdi-share/configure: Likewise.
1938         * rdi-share/configure.in: Likewise.
1939         * rdi-share/crc.c: Likewise.
1940         * rdi-share/crc.h: Likewise.
1941         * rdi-share/dbg_conf.h: Likewise.
1942         * rdi-share/dbg_cp.h: Likewise.
1943         * rdi-share/dbg_hif.h: Likewise.
1944         * rdi-share/dbg_rdi.h: Likewise.
1945         * rdi-share/devclnt.h: Likewise.
1946         * rdi-share/devices.h: Likewise.
1947         * rdi-share/devsw.c: Likewise.
1948         * rdi-share/devsw.h: Likewise.
1949         * rdi-share/drivers.c: Likewise.
1950         * rdi-share/drivers.h: Likewise.
1951         * rdi-share/etherdrv.c: Likewise.
1952         * rdi-share/ethernet.h: Likewise.
1953         * rdi-share/host.h: Likewise.
1954         * rdi-share/hostchan.c: Likewise.
1955         * rdi-share/hostchan.h: Likewise.
1956         * rdi-share/hsys.c: Likewise.
1957         * rdi-share/hsys.h: Likewise.
1958         * rdi-share/logging.c: Likewise.
1959         * rdi-share/logging.h: Likewise.
1960         * rdi-share/msgbuild.c: Likewise.
1961         * rdi-share/msgbuild.h: Likewise.
1962         * rdi-share/params.c: Likewise.
1963         * rdi-share/params.h: Likewise.
1964         * rdi-share/rx.c: Likewise.
1965         * rdi-share/rxtx.h: Likewise.
1966         * rdi-share/serdrv.c: Likewise.
1967         * rdi-share/serpardr.c: Likewise.
1968         * rdi-share/sys.h: Likewise.
1969         * rdi-share/tx.c: Likewise.
1970         * rdi-share/unixcomm.c: Likewise.
1971         * rdi-share/unixcomm.h: Likewise.
1972
1973 2006-01-21  Mark Kettenis  <kettenis@gnu.org>
1974
1975         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register):
1976         Change type of last argument to `gdb_byte *'.
1977
1978 2006-01-20  Mark Kettenis  <kettenis@gnu.org>
1979
1980         * hppa-tdep.h (hppa_in_solib_call_trampoline)
1981         (hppa_skip_trampoline_code): New prototypes.
1982         * hppa-tdep.c (struct insn_pattern): New.
1983         (hppa_long_branch_stub, hppa_long_branch_pic_stub)
1984         (hppa_import_stub, hppa_import_pic_stub, hppa_plt_stub): Moved
1985         here from hppa-linux-tdep.c
1986         (HPPA_MAX_INSN_PATTERN_LEN): New define.
1987         (hppa_match_insns, hppa_match_insns_relaxed, hppa_in_dyncall)
1988         (hppa_in_solib_call_trampoline, hppa_skip_trampoline_code): New
1989         functions based on functions removed from hppa-linux-tdep.c.
1990         * hppa-linux-tdep.c (hppa_long_branch_stub)
1991         (hppa_long_branch_pic_stub, hppa_import_stub)
1992         (hppa_import_pic_stub, hppa_plt_stub): Moved to hppa-tdep.c.
1993         (insns_match_pattern_relaxed, hppa_linux_in_dyncall)
1994         (hppa_linux_in_solib_call_trampoline)
1995         (hppa_linux_skip_trampoline_code): Removed.
1996         (hppa_linux_init_abi): Set TDEP->in_solib_call_tranpoline to
1997         hppa_in_solib_call_trampoline and skip_trampoline_code to
1998         hppa_skip_trampoline_code.
1999         * hppabsd-tdep.c (hppabsd_init_abi): Set
2000         TDEP->in_solib_call_trampoline and skip_trampoline_code.
2001
2002 2006-01-20  Jim Blandy  <jimb@redhat.com>
2003
2004         * MAINTAINERS: Change my E-mail address.
2005
2006         * configure.ac: Add -Wno-pointer-sign to list of build warnings.
2007         * configure: Regenerated.
2008
2009 2006-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
2010
2011         * MAINTAINERS: Overhaul.
2012
2013 2006-01-18  Mark Kettenis  <kettenis@gnu.org>
2014
2015         Based on a previous patch form Michal Ludvig:
2016         * amd64-tdep.c (amd64_sse_type): Remove.
2017         (amd64_register_info): Use i386_eflags_type and i386_sse_type
2018         where appropriate.
2019         (AMD64_NUM_REGS): Use ARRAY_SIZE.
2020         (amd64_register_type): Remove code to build amd_sse_type.
2021         * i386-tdep.c (i386_eflag_type): New variable.
2022         (i386_mmx_type, i386_sse_type): Make global.
2023         (i386_init_types): New function.
2024         (i386_build_mmx_type, i386_build_sse_type): Remove functions.
2025         (i386_register_type): Return i386_eflag_type, i386_sse_type and
2026         i386_mmx_type when appropriate.
2027         (_initialize_i386_tdep): Call i386_init_types.
2028         * i386-tdep.h (i386_eflags_type, i386_mmx_type, i386_sse_type):
2029         Declare extern.
2030
2031         Based on a previous patch form Michal Ludvig:
2032         * gdbtypes.c (append_flags_type_flag, init_flags_type): New
2033         functions.
2034         (is_integral_type, rank_one_type, recursive_dump_type): Add
2035         support for TYPE_CODE_FLAGS.
2036         * gdbtypes.h (enum type_code): Add TYPE_CODE_FLAGS.
2037         (append_flags_type_field, init_flags_type): New prototypes.
2038         * ada-valprint.c (ada_val_print_1): Add support for
2039         TYPE_CODE_FLAGS.
2040         * c-valprint.c (c_val_print): Likewise.
2041         * f-valprint.c (f_val_print): Likewise.
2042         * p-valprint.c (pascal_val_print): Likewise.
2043         * valprint.c (val_print_type_code_flags): New function.
2044         * valprint.h (val_print_type_code_flags): New prototype.
2045         * value.c (unpack_long, value_from_longest): Add support for
2046         TYPE_CODE_FLAGS.
2047
2048 2006-01-17  Christopher Faylor  <cgf@timesys.com>
2049
2050         * MAINTAINERS: Very belatedly remove myself from from the list of
2051         people caught up in the paper trail.
2052
2053 2006-01-17  Jim Blandy  <jimb@redhat.com>
2054
2055         * symtab.h (struct general_symbol_info): Use gdb_byte for
2056         value.bytes.
2057         * stabsread.c (define_symbol): Use gdb_byte for the buffer holding
2058         a floating-point constant's value.
2059         * dwarf2read.c (dwarf2_const_value): Remove casts of value buffer
2060         to char *.
2061         * findvar.c (read_var_value): Eliminate needless temporary.
2062
2063         * dwarf2-frame.c (dwarf2_read_section): Update forward declaration
2064         to match prior change to dwarf2_read_section's type.
2065
2066 2006-01-16  Paul Gilliam  <pgilliam@us.ibm.com>
2067
2068         * ppc-tdep.h (PPC_MAX_EPILOGUE_INSTRUCTIONS): New define.
2069         * rs6000-tdep.c (insn_changes_sp_or_jumps)
2070         (rs6000_in_function_epilogue_p): New functions.
2071         (rs6000_gdbarch_init): Set in_function_epilogue_p.
2072
2073 2006-01-17  Jim Blandy  <jimb@redhat.com>
2074
2075         * dwarf2read.c (struct dwarf2_per_objfile, struct comp_unit_head)
2076         (struct line_header, struct partial_die_info, struct dwarf_block):
2077         Use gdb_byte for members that refer to Dwarf section contents.
2078         (dwarf2_read_abbrevs, dwarf2_read_section, dwarf_decode_lines,
2079         dwarf_decode_macros, load_comp_unit, load_partial_dies,
2080         locate_pdi_sibling, partial_read_comp_unit_head, peek_die_abbrev,
2081         read_1_byte, read_1_signed_byte, read_2_bytes, read_4_bytes,
2082         read_8_bytes, read_address, read_attribute, read_attribute_value,
2083         read_comp_unit, read_comp_unit_head, read_die_and_children,
2084         read_die_and_siblings, read_full_die, read_indirect_string,
2085         read_initial_length, read_n_bytes, read_offset, read_partial_die,
2086         read_signed_leb128, read_string, read_unsigned_leb128,
2087         skip_children, skip_leb128, skip_one_die): Same.
2088
2089 2006-01-17  Daniel Jacobowitz  <dan@codesourcery.com>
2090
2091         * complaints.c (stop_whining): Make signed.
2092         * linux-thread-db.c (thread_db_store_registers): Use gdb_byte.
2093
2094 2006-01-17  Daniel Jacobowitz  <dan@codesourcery.com>
2095
2096         * dwarf2read.c, remote-fileio.c, remote.h: Update copyright
2097         notices.
2098
2099 2006-01-17  Daniel Jacobowitz  <dan@codesourcery.com>
2100
2101         * dwarf2read.c (peek_die_abbrev, read_address, read_initial_length)
2102         (read_offset): Change BYTES_READ argument to unsigned int.
2103         (dwarf2_build_psymtabs_easy, read_comp_unit_head)
2104         (create_all_comp_units, dwarf2_get_pc_bounds)
2105         (dwarf_decode_line_header, var_decode_location)
2106         (dwarf_decode_macros): Change local BYTES_READ variables to
2107         unsigned int.
2108         (read_indirect_string): Remove obsolete cast.
2109
2110 2006-01-17  Daniel Jacobowitz  <dan@codesourcery.com>
2111
2112         * remote-fileio.c (remote_fileio_return_success): Take a gdb_byte
2113         argument.
2114         (remote_fileio_func_open, remote_fileio_func_rename)
2115         (remote_fileio_func_unlink, remote_fileio_func_stat)
2116         (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
2117         (remote_fileio_func_system): Cast the arguments to
2118         remote_read_bytes and remote_write_bytes.
2119         (remote_fileio_func_read, remote_fileio_func_write): Use a
2120         gdb_byte buffer.
2121         * remote.h (remote_read_bytes, remote_write_bytes): Update
2122         prototypes.
2123         * remote.c (hex2bin, bin2hex): Use gdb_byte for the BIN argument.
2124         (threadref_to_int): Replace bogus char * cast.
2125         (remote_unpack_thread_info_response): Use int for tag.
2126         (remote_threads_extra_info, remote_check_symbols): Cast string
2127         arguments to hex2bin.
2128         (remote_wait): Use a char buffer for packets and a gdb_byte
2129         buffer for registers.
2130         (remote_async_wait): Likewise.
2131         (remote_prepare_to_store, store_register_using_P)
2132         (remote_store_registers): Use gdb_byte buffers.
2133         (remote_write_bytes, remote_read_bytes): Use a gdb_byte pointer
2134         for MYADDR and char buffers for strings.
2135         (remote_xfer_partial): Add casts for string operations on READBUF.
2136         (remote_rcmd): Cast strings passed to bin2hex.
2137
2138 2006-01-16  Mark Mitchell  <mark@codesourcery.com>
2139
2140         * aclocal.m4: Regenerate.
2141
2142 2006-01-16  Nathan Sidwell  <nathan@codesourcery.com>
2143
2144         * mt-tdep.c (enum mt_gdb_regnums): Add MT_COPRO_PSEUDOREG_ARRAY,
2145         MT_COPRO_PSEUDOREG_DIM_1, MT_COPRO_PSEUDOREG_DIM_2,
2146         MT_COPRO_PSEUDOREG_REGS members.  Adjust MT_NUM_PSEUDO_REGS.
2147         (mt_register_name): Lazily synthesize name for coprocessor pseudo
2148         array registers.
2149         (mt_copro_register_type): New. Broken out of ...
2150         (mt_register_type): ... here.  Use it.  Deal with coprocessor
2151         pseudo array.
2152         (mt_select_coprocessor): New.
2153         (mt_pseudo_register_read, mt_pseudo_register_write): Deal with
2154         coprocessor pseudo array.
2155
2156 2006-01-16  Andrew Stubbs  <andrew.stubbs@st.com>
2157
2158         * breakpoint.c (insert_breakpoints): Check that a thread exists
2159         before inserting thread specific breakpoints.
2160
2161 2006-01-15  Mark Kettenis  <kettenis@gnu.org>
2162
2163         * osabi.c (generic_elf_osabi_sniffer): Fix typo in previous
2164         commit.
2165
2166         * alpha-tdep.c (alpha_gdbarch_init): Set cannot_step_breakpoint.
2167         * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Remove.
2168         * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Remove.
2169         * config/alpha/nm-nbsd.h: Remove file.
2170         * config/alpha/nm-fbsd.h: Remove file
2171         * config/alpha/nbsd.mh (NAT_FILE): Remove.
2172         * config/alpha/fbsd.mh (NAT_FILE): Remove.
2173
2174 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
2175
2176         * macroexp.c (expand): Initialize argc.
2177         * stabsread.c (read_type): Handle errors from read_args.
2178         (read_args): Return NULL for errors.
2179
2180 2006-01-15  Mark Kettenis  <kettenis@gnu.org>
2181
2182         * osabi.c (generic_elf_osabi_sniffer): Use memcmp instead of
2183         strcmp to compare string to a byte buffer.
2184
2185 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
2186
2187         * printcmd.c (output_command): Always initialize fmt.size.
2188         (printf_command): Use gdb_byte.
2189         * symfile.c (separate_debug_file_exists): Use gdb_byte.
2190         (load_section_callback, read_target_long_array): Likewise.
2191         (simple_read_overlay_table, simple_read_overlay_region_table)
2192         (simple_overlay_update_1): Correct calls to read_target_long_array.
2193         * valprint.c (partial_memory_read): Change MYADDR to a gdb_byte *.
2194         Also change local pointers.
2195         (val_print_string): Use gdb_byte.
2196
2197 2006-01-15  Mark Kettenis  <kettenis@gnu.org>
2198
2199         * alphafbsd-tdep.c: Include "solib-svr4.h".
2200         (alphafbsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
2201         svr4_lp64_fetch_link_map_offsets.
2202         * Makefile.in (alphafbsd-tdep.o): Update dependencies.
2203         * config/alpha/fbsd.mt (TDEPFILES): Add corelow.o, solib.o and
2204         solib-svr4.o.
2205         * config/alpha/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
2206         and solib-legacy.o.
2207         * config/alpha/nm-fbsd.h: Don't include "solib.h".
2208
2209 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
2210
2211         * source.c (_initialize_source): Use add_setshow_integer_cmd.
2212
2213 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
2214
2215         * linux-fork.c (delete_fork_command, detach_fork_command): Use
2216         PIDGET.
2217
2218 2006-01-15  Mark Kettenis  <kettenis@gnu.org>
2219
2220         * arm-linux-tdep.c (arm_linux_svr4_fetch_link_map_offsets):
2221         Remove.
2222         (arm_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
2223         svr4_ilp32_fetch_link_map_offsets.
2224         * cris-tdep.c (cris_linux_svr4_fetch_link_map_offsets): Remove
2225         function.
2226         (cris_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
2227         svr4_ilp32_fetch_link_map_offsets.
2228         * mips-linux-tdep.c (mips_linux_svr4_fetch_link_map_offsets)
2229         (mips64_linux_svr4_fetch_link_map_offsets): Remove functions.
2230         (mips_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
2231         svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
2232         where appropriate.
2233         * nbsd-tdep.c (nbsd_ilp32_solib_svr4_fetch_link_map_offsets):
2234         Simply call svr4_ilp32_fetch_link_map_offsets.
2235         (nbsd_lp64_solib_svr4_fetch_link_map_offsets): Simply call
2236         svr4_lp64_fetch_link_map_offsets.
2237         * ppc-linux-tdep.c (ppc_linux_svr4_fetch_link_map_offsets): Remove
2238         function.
2239         (ppc_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
2240         svr4_ilp32_fetch_link_map_offsets.
2241         * s390-tdep.c (s390_svr4_fetch_link_map_offsets)
2242         (s390x_svr4_fetch_link_map_offsets): Remove functions.
2243         (s390_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
2244         svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
2245         where appropriate.
2246
2247 2006-01-15  Mark Kettenis  <kettenis@gnu.org>
2248
2249         * arm-tdep.c (arm_return_value): Change type of readbuf and
2250         writebuf arguments to `gdb_byte *'.
2251
2252         * s390-tdep.c: Do not include "tm.h" and "../bfd/bfd.h".
2253         * Makefile.in (s390-tdep.o): Update dependencies.
2254
2255 2006-01-14  Mark Kettenis  <kettenis@gnu.org>
2256
2257         * sol2-tdep.h. sol2-tdep.c: New files.
2258         * amd64-sol2-tdep.c: Include "sol2-tdep.h".
2259         (amd64_sol2_init_abi): Set skip_solib_resolver.
2260         * i386-sol2-tdep.c: Include "sol2-tdep.h".
2261         (i386_sol2_init_abi): Set skip_solib_resolver.
2262         * sparc-sol2-tdep.c: Include "sol2-tdep.h".
2263         (sparc32_sol2_init_abi): Set skip_solib_resolver.
2264         * sparc64-sol2-tdep.c: Include "sol2-tdep.h".
2265         (sparc64_sol2_init_abi): Set skip_solib_resolver.
2266         * Makefile.in (sol2_tdep_h): New variable.
2267         (ALLDEPFILES): Add sol2-tdep.c.
2268         (sol2-tdep.o): New target.
2269         (amd64-sol2-tdep.o, i386-sol2-tdep.o, sparc-sol2-tdep.o)
2270         (sparc64-sol2-tdep.o): Update dependencies
2271         * config/i386/i386sol2.mt (TDEPFILES): Add sol2-tdep.o.
2272         * config/i386/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
2273         * config/sparc/sol2.mt (TDEPFILES): Add sol2-tdep.o.
2274         * config/sparc/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
2275
2276         * hppa-linux-tdep.c: Fix copyright indentation.
2277
2278         * hppa-tdep.h (enum hppa_regnum): Add HPPA_FP31R_REGNUM.
2279         * hppabsd-nat.c (hppabsd_fpregset_supplies_p)
2280         (hppabsd_supply_fpregset, hppabsd_collect_fpregset): New
2281         functions.
2282         (hppabsd_fetch_registers, hppabsd_store_registers): Handle
2283         floating-point registers.
2284
2285 2006-01-13  Mark Mitchell  <mark@codesourcery.com>
2286
2287         * event-loop.c (gdb_select): Detect file descriptors that have
2288         been closed.
2289
2290 2006-01-13  Mark Kettenis  <kettenis@gnu.org>
2291
2292         * hppabsd-tdep.c (hppabsd_init_abi): Set long_double_bit to 64,
2293         and long_double_format accordingly.
2294
2295 2006-01-12  Paul N. Hilfinger <hilfinger@adacore.com>
2296
2297         * ada-exp.y (yyerror): Change message to ignore the argument, avoiding
2298         translation problems.
2299         * ada-lang.c (ada_value_struct_elt): Change interface and handling
2300         of errors to avoid translation problem (and less than optimal error
2301         messages).
2302         (ada_value_tag, ada_tag_name_1, ada_tag_name_2, ada_evaluate_subexp):
2303         Use new interface to ada_value_struct_elt.
2304         * ada_lang.h (ada_value_struct_elt): Update declaration to new 
2305         interface.
2306         
2307         * ChangeLog: remove reference to ada-tasks.c from entry of
2308         2006-01-07.
2309         
2310 2006-01-11  Mark Kettenis  <kettenis@gnu.org>
2311
2312         * remote.c (get_memory_packet_size, set_thread) 
2313         (remote_unpack_thread_info_response, remote_get_threadinfo) 
2314         (parse_threadlist_response, remote_get_threadlist) 
2315         (remote_current_thread, remote_threads_info) 
2316         (remote_threads_extra_info, extended_remote_restart, get_offsets) 
2317         (remote_check_symbols, remote_open_1, remote_detach) 
2318         (remote_async_wait, remote_fetch_registers) 
2319         (remote_store_registers, check_binary_download, putpkt_binary) 
2320         (remote_insert_breakpoint, remote_insert_watchpoint) 
2321         (remote_remove_watchpoint, remote_insert_hw_breakpoint) 
2322         (remote_remove_hw_breakpoint, remote_xfer_partial, remote_rcmd) 
2323         (packet_command): Remove redundant parenthesis.
2324
2325 2006-01-10  Mark Kettenis  <kettenis@gnu.org>
2326
2327         * corefile.c (read_memory_integer, read_memory_unsigned_integer)
2328         (read_memory_typed_address, write_memory)
2329         (write_memory_unsigned_integer, write_memory_signed_integer): Use
2330         gdb_byte where appropriate.
2331
2332         * mi/mi-main.c (mi_cmd_data_read_memory): Change type of mbus into
2333         'gdb_byte *'.
2334
2335         * target.h (target_read_memory_partial, target_write_memory_partial):
2336         Change second argument to 'gdb_byte *'.
2337         * target.c (target_xfer_memory_partial): Change third argument to
2338         'gdb_byte *'.
2339         (target_read_memory_partial, target_write_memory_partial): Change
2340         second argument to 'gdb_byte *'.
2341
2342         * linespec.c (decode_objc): Make i1 and i2 unsigned.
2343         (find_method): Set values.sals to NULL.
2344
2345 2006-01-09  Mark Kettenis  <kettenis@gnu.org>
2346
2347         * amd64obsd-nat.c (amd64obsd_supply_pcb): Use 'gdb_byte *' instead
2348         of 'char *' in cast.
2349
2350 2006-01-07  Paul N. Hilfinger <hilfinger@adacore.com>
2351
2352         * ada-exp.y, ada-lex.l, ada-typeprint.c: I18n markup.
2353         * ada-lang.c: I18n markup.  
2354         Editorial: change "can not" => "cannot" throughout.
2355
2356 2006-01-07  Mark Kettenis  <kettenis@gnu.org>
2357
2358         * Makefile.in: Sort dependencies.
2359
2360 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
2361
2362         * top.c (control_level): Remove unused variable.
2363
2364 2006-01-06  Fred Fish  <fnf@specifix.com>
2365
2366         * objfiles.c (source.h): Include.
2367         (free_objfile): Update comment about clear_symtab_users().
2368         (free_objfile): Check all symtabs of objfile being freed and if
2369         one of them is the current source symtab, call
2370         clear_current_source_symtab_and_line().
2371
2372 2006-01-04  Michael Snyder  <msnyder@redhat.com>
2373
2374         Checkpoint/Restart for Linux.
2375         * linux-nat.c: Add support for debugging multiple forks.
2376         Add #include for linux-fork.h (interface spec).
2377         (super_mourn_inferior): New function pointer.
2378         (child_mourn_inferior): New function / target method.
2379         (linux_target): Claim to_mourn_inferior method pointer.
2380         (child_follow_fork): Call interface to linux-fork, conditionally
2381         add new fork processes to list of debugged processes.
2382         (kill_inferior): Use interface to linux-fork to kill
2383         multiple processes.
2384
2385         * linux-fork.h: New file.
2386         * linux-fork.c: New file.  Support for debugging multiple forks
2387         of the same program.  Support for checkpoint and restart commands.
2388
2389         * infrun.c (nullify_last_target_wait_ptid): New function.
2390
2391         * Makefile.in: Add linux-fork.
2392         * config/*/linux.mh: Add linux-fork.
2393         * NEWS: Mention new functionality.
2394
2395 2006-01-02  Paul Hilfinger  <hilfingr@nile.gnat.com>
2396
2397         * ada-exp.y (syntax definitions,write_var_or_type,write_name_assoc): 
2398         Change uses of "illegal" to "invalid".
2399         
2400 2006-01-02  Paul N. Hilfinger  <hilfinger@adacore.com>
2401
2402         * ada-exp.y: Considerable reorganization to move functionality
2403         from ada-lex.l to here, where it is logically more appropriate.
2404         The original reason, however, was to prevent premature name
2405         lookups for selector names in record aggregates.
2406         (BLOCKNAME, TYPENAME, OBJECT_RENAMING): Remove; lexer now returns
2407         NAME for all of these.
2408         (VAR): New artificial token to clarify precedence rules.
2409         (OTHERS): New lexeme.
2410         (empty_stoken): New symbol.
2411         (%union): Remove ssym, voidval.
2412         (%type): Remove <voidval> type declarations.
2413         (syntax definitions): Add aggregates.
2414         Remove distinction between NAME, TYPENAME, BLOCKNAME, OBJECT_RENAMING.
2415         Rename some non-terminals to be closer to reference manual usage.
2416         Tighten up expression syntax to disallow certain non-Ada 
2417         constructions such as X and then Y or else Z.
2418         (ada_parse): Remove initialization of left_block_context.
2419         (write_var_from_name): Remove.
2420         (write_var_or_type): New function, containing previous code from
2421         defunct write_var_from_name and name_lookup.
2422         (block_lookup): New function, moved from ada-lex.l
2423         (select_possible_type_sym): New function, factored out of
2424         name_lookup, which used to be in ada-lex.l.
2425         (find_primitive_type): Ditto.
2426         (chop_selector): Ditto.
2427         (write_ambiguous_var): New function, factored out of defunct
2428         write_var_from_name.
2429         (write_selectors): New function.
2430         (write_name_assoc): New function.
2431         (write_exp_op_with_string): New function.
2432
2433         * ada-lex.l (processId): Change interface to return stoken.
2434         (tempbuf, resize_tempbuf, tempbuf_size, tempbuf_len): Remove.
2435         (block_lookup, name_lookup): Remove.  Functionality moved to
2436         ada-exp.y.
2437         (state IN_STRING): Remove.
2438         (rules): Handle string escapes in processString.
2439         Add 'others' token.
2440         Return all NAMEs, BLOCKNAMEs, OBJECT_RENAMINGs, TYPENAMEs in
2441         yylval.sval (as simple strings).
2442         All name look-ups now handled in ada-exp.y.
2443         Introduce "::" (COLONCOLON) token and return as separate token.
2444         (processId): Change return convention.  Comment.
2445         Leave leading "'" in place.
2446         (processString): New function.
2447         (find_dot_all): Add note to comment.
2448         Fix problem that allowed match only at the end.
2449
2450         * ada-lang.c: Introduce aggregates.
2451         (find_struct_field): Add new parameter to count fields skipped, and
2452         allow other output parameters to be NULL.
2453         (value_tag_from_contents_and_address, ada_value_struct_elt): Use 
2454         new find_struct_field.
2455         (ada_index_struct_field, assign_aggregate, ada_is_array_type)
2456         (num_visible_fields, ada_index_struct_field_1, ada_index_struct_field)
2457         (num_component_specs, assign_component, assign_aggregate):
2458         (aggregate_assign_from_choices,aggregate_assign_positional)
2459         (aggregate_assign_others,add_component_interval):
2460         New functions.
2461         (ada_evaluate_subexp): Declare.
2462         Add aggregate-related operators.
2463         (ada_forward_operator_length): Declare.
2464         (resolve_subexp): Add cases for new aggregate operators and OP_NAME.
2465         Consolidate Ada operators, using ada_forward_operator_length.
2466         (ada_search_struct_field): Search in forward order.
2467         (ADA_OPERATORS): Add new aggregate operators.
2468         (ada_operator_length, ada_op_name, ada_forward_operator_length)
2469         (ada_dump_subexp_body, ada_print_subexp): Handle new aggregate 
2470         operators and OP_NAME.
2471         (ada_type_of_array): Use longest_to_int.
2472         (value_assign_to_component): New function.
2473         (ada_forward_operator_length, ada_op_name, ada_dump_subexp_body):
2474         Add OP_NAME case.
2475         (ada_forward_operator_length, ada_dump_subexp_body):
2476         Add OP_STRING case.
2477
2478         * ada-lang.h (enum ada_operator): Add OP_AGGREGATE, OP_OTHERS,
2479         OP_CHOICES, OP_DISCRETE_RANGE, OP_POSITIONAL.
2480
2481 2006-01-02  Paul N. Hilfinger  <hilfinger@adacore.com>
2482
2483         * ada-lang.c (process_raise_exception_name): Remove extraneous 
2484         definition from unsubmitted code.
2485
2486         (is_lower_alphanum): New function.
2487         (ada_decode):  Add support for decoding protected object subprograms
2488         and entries, and of entities declared inside protected object
2489         subprograms. 
2490         Also add missing handling for__{DIGITS}+ suffixes.
2491         Allow '$<digits>' as valid overloading suffix.
2492         (is_name_suffix): Add handling for protected type entriy suffixes.
2493         Also add support for protected type subprogram suffixes, but keep
2494         it commented out for now, as there is an ambiguity between these
2495         entities and other internally generated entities.
2496         Allow '$<digits>' as valid overloading suffix.
2497         (is_valid_name_for_wild_match): New function.
2498         (wild_match): Add an exra level of verification of the entity name
2499         before declaring it a match for the given pattern.
2500
2501         (ada_type_of_array, ada_evaluate_subexp): Use more proper 
2502         longest_to_int rather than cast.
2503
2504         (ada_evaluate_subexp): Use "invalid" rather than "illegal" in comment.
2505
2506         (ada_coerce_to_simple_array): Call check_size to make sure
2507         that the object size is reasonable.
2508
2509         (ada_value_primitive_packed_val):  Use correct location in target 
2510         buffer for extracting packed record fields that are themselves records.
2511
2512         (add_defn_to_vec): Do not try to replace a stub type by its full
2513         type. Avoids a potential infinite loop.
2514         
2515         (ada_lookup_symbol): Move return incorrectly placed return statement, 
2516         causing a loop that should be scanning all object files to only 
2517         scan the first one.
2518
2519         (ada_tag_name_2): New function.
2520         (ada_tag_name_1): If no 'tsd' field found in the dispatching table,
2521         use alternative representation.
2522
2523         (ada_find_renaming_symbol): Strip the function name suffix when 
2524         computing the XR type name.
2525
2526         (ada_to_fixed_type): Try determining the tag only if we have the
2527         object's address.
2528         (to_fixed_array_type): Add comments.
2529
2530         (ada_check_typedef): Replace expression checking whether the given
2531         type is a stub or not by a "call" to TYPE_STUB. Clearer and more
2532         consistent.
2533         
2534         * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Allow
2535         '$' in addition to '.' for runtime auxiliary function name suffixes.
2536         See changes to ada_decode above.
2537
2538         (struct task_control_block): Add field called_task.  (This change is
2539         to keep synchronized with our local sources; it does not affect the
2540         public version yet.)
2541
2542         * ada-typeprint.c (ada_print_type): Use int_string for printing
2543         modulus of modular type.
2544         
2545         (print_range): Trivial editorial comment fix.
2546
2547         * ada-valprint.c (ada_emit_char): Use normal Ada syntax for 
2548         double quote in string.
2549
2550 2006-01-01  Joel Brobecker  <brobecker@adacore.com>
2551
2552         * top.c: Add 2006 to list of copyright years in file header.
2553
2554 2006-01-01  Joel Brobecker  <brobecker@adacore.com>
2555
2556         * top.c (print_gdb_version): Update copyright year to 2006.
2557
2558 2006-01-01  Roger Sayle  <roger@eyesopen.com>
2559             Elena Zannoni <ezannoni@redhat.com>
2560
2561         PR symtab/1651
2562         * xcoffread.c (xcoff_next_symbol_text): Check this_symtab_psymtab
2563         for NULL before assigning this_symtab_psymtab->objfile to objfile.
2564         (scan_xcoff_symtab): Initialize next_symbol_text_func.
2565         (Committed by Jim Blandy)
2566
2567 For older changes see ChangeLog-2005.
2568 \f
2569 Local Variables:
2570 mode: change-log
2571 left-margin: 8
2572 fill-column: 74
2573 version-control: never
2574 End: