]> Git Repo - binutils.git/blob - gdb/ChangeLog
* alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Set
[binutils.git] / gdb / ChangeLog
1 2008-05-30  Joel Brobecker  <[email protected]>
2
3         * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Set
4         the trad-frame register value for the SP register.
5
6 2008-05-29  Mark Kettenis  <[email protected]>
7
8         * sparcnbsd-tdep.c, sparcobsd-tdep.c: Update for unwinder changes.
9
10 2008-05-28  Joel Brobecker  <[email protected]>
11
12         * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Improve the heuristic
13         that identifies function descriptors outside of the .opd section.
14
15 2008-05-28  Aleksandar Ristovski  <[email protected]>
16
17         * breakpoint.c (print_exception_catchpoint): In CLI add 'Temporary' for
18         temporary catchpoints.  In MI add missing fields 'reason', 'disp', 
19         'bkptno'.
20         (print_mention_exception_catchpoint): Add 'Temporary' for temporary
21         catchpoints.
22         (handle_gnu_v3_exceptions): Use tempflag.
23
24 2008-05-28  Vladimir Prus  <[email protected]>
25
26         Refactor varobj_update interface.
27         * varobj.c (varobj_update): Report changes as vector.  Also
28         return not just a list of varobj, but a list of special structures
29         that tell what exactly has changed.
30         * varobj.h (enum varobj_update_error): Rename to
31         varobj_scope_status.
32         (struct varobj_update_result_t): New.
33         (varobj_update): Adjust prototype.
34         * mi/mi-cmd-var.c: Adjust for changes.
35
36 2008-05-28  Vladimir Prus  <[email protected]>
37
38         * varobj.c (varobj_update): Fix comment typo.
39         Fix indentation.
40
41 2008-05-26  Joel Brobecker  <[email protected]>
42
43         Set the symtab field of symbols read from ECOFF debugging entries.
44         * mdebugread.c (add_symbol): Add new parameter symtab.
45         (parse_symbol): Update calls to add_symbol throughout.
46
47 2008-05-27  Andreas Schwab  <[email protected]>
48
49         * symtab.h (enum address_class): Remove LOC_REGPARM and
50         LOC_COMPUTED_ARG.
51         (struct symbol): Add is_argument.
52         (SYMBOL_IS_ARGUMENT): Define.
53
54         * ada-lang.c (ada_add_block_symbols): Use SYMBOL_IS_ARGUMENT.
55         * buildsym.c (finish_block): Likewise.
56         * stack.c (print_frame_args, print_block_frame_locals)
57         (print_frame_arg_vars): Likewise.
58         * symtab.c (lookup_block_symbol): Likewise.
59         * tracepoint.c (add_local_symbols): Likewise.
60         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
61
62         * coffread.c (process_coff_symbol): Set SYMBOL_IS_ARGUMENT.
63         * dwarf2read.c (new_symbol): Likewise.
64         * mdebugread.c (parse_symbol): Likewise.
65         * stabsread.c (define_symbol): Likewise.
66
67         * ada-exp.y (select_possible_type_sym): Don't handle LOC_REGPARM
68         and LOC_COMPUTED_ARG.
69         * ada-lang.c (resolve_subexp, symtab_for_sym): Likewise.
70         * ax-gdb.c (gen_var_ref): Likewise.
71         * eval.c (evaluate_subexp_for_address): Likewise.
72         * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
73         * m2-exp.y (yylex): Likewise.
74         * printcmd.c (address_info): Likewise.
75         * symmisc.c (print_symbol, print_partial_symbols): Likewise.
76         * tracepoint.c (collect_symbol, scope_info): Likewise.
77
78 2008-05-24  Carlos Eduardo Seo  <[email protected]>
79
80         * gdbarch.sh: Added new gdbarch struct
81         core_regset_sections.
82         * gdbarch.c: Refreshed.
83         * gdbarch.h: Refreshed.
84         * regset.h (core_regset_section): Declared.
85         * linux-nat.c (linux_nat_do_thread_registers): Added
86         support for the new gdbarch struct core_regset_sections.
87         * utils.c (host_address_to_string): New function.
88         * defs.h (host_address_to_string): New prototype.
89         * i386-linux-tdep.c (i386_regset_rections): New register
90         sections list for i386.
91           (i386_linux_init_abi): Initialized new gdbarch struct
92           core_regset_sections.
93         * Makefile.in: Updated to reflect dependency changes.
94         * ppc-linux-tdep.c (ppc_regset_sections): Register
95         sections list for ppc.
96           (ppc_linux_init_abi): Initialized new gdbarch struct
97           core_regset_sections
98
99 2008-05-24  Andreas Schwab  <[email protected]>
100
101         * linespec.c (decode_objc): Save current language around call to
102         get_selected_block.
103
104 2008-05-23  Joel Brobecker  <[email protected]>
105
106         * valprint.h (get_array_bounds): Renames get_array_low_bound.
107         * valprint.c (get_array_bounds): Renames get_array_low_bound.
108         Return the proper bound value if the array index type is an
109         enumerated type. Compute the high bound if requested.
110         (val_print_array_elements): Handle the case when the array
111         element has a null size.
112         * ada-valprint.c (print_optional_low_bound): Add handling
113         for empty arrays or arrays of zero-size elements.
114         (ada_val_print_array): New function, extracted out from
115         ada_val_print_1 case TYPE_CODE_ARRAY, and enhanced to
116         handle empty arrays and arrays of zero-size elements.
117         (ada_val_print_1)[case TYPE_CODE_ARRAY]: Replace extracted-out
118         code by call to ada_val_print_array.
119         (ada_value_print): Remove handling of null array.  The handling
120         was incomplete and is now better handled by ada_val_print_array.
121
122 2008-05-23 Markus Deuling  <[email protected]>
123
124         * annotate.c (annotate_source, annotate_frame_begin): Replace
125         deprecated_print_address_numeric with paddress.
126         * cli/cli-cmds.c (list_command, edit_command): Likewise.
127         * tui/tui-stack.c (tui_make_status_line): Likewise.
128
129         * defs.h (deprecated_print_address_numeric): Remove.
130         * printcmd.c (deprecated_print_address_numeric): Remove.
131         * maint.c (maint_print_section_info): Fix comment.
132
133 2008-05-23 Markus Deuling  <[email protected]>
134
135         * valprint.c (print_hex_chars, print_octal_chars, print_decimal_chars,
136         print_binary_chars, print_char_chars): Add byte_order parameter and
137         replace gdbarch_byte_order.
138         (print_decimal_chars): Replace START_P, NOT_END_P and NEXT_P by their
139         expressions and remove them.  Remove unused TWO_TO_FOURTH.
140         (val_print_type_code_int): Introduce gdbarch_byte_order to get at the
141         endianness.  Update call to print_hex_chars.
142         * valprint.h (print_hex_chars, print_octal_chars, print_decimal_chars,
143         print_binary_chars, print_char_chars): Add byte_order parameter.
144         * printcmd.c (print_scalar_formatted): Introduce gdbarch_byte_order to
145         get at the endianness.  Update print_*_char calls to use byte_order.
146
147 2008-05-22  Ulrich Weigand  <[email protected]>
148
149         * symtab.h (struct symbol): Make "aux_value" member a void pointer
150         instead of a union.
151         (SYMBOL_LOCATION_BATON): Update.
152
153 2008-05-22  Ulrich Weigand  <[email protected]>
154
155         * symtab.h (enum address_class): Remove LOC_BASEREG and
156         LOC_BASEREG_ARG.
157         (struct symbol): Remove "basereg" member of "aux_value" union.
158         (SYMBOL_BASEREG): Remove.
159
160         * ada-exp.y (select_possible_type_sym): Do not handle LOC_BASEREG
161         or LOC_BASEREG_ARG.
162         * ada-lang.c (resolve_subexp, symtab_for_sym): Likewise.
163         (ada_add_block_symbols): Likewise.
164         * ax-gdb.c (gen_var_ref): Likewise.
165         * buildsym.c (finish_block): Likewise.
166         * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
167         * m2-exp.y (yylex): Likewise.
168         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
169         * printcmd.c (address_info): Likewise.
170         * stack.c (print_frame_args, print_block_frame_locals): Likewise.
171         (print_frame_arg_vars): Likewise.
172         * symmisc.c (print_symbol): Likewise.
173         * symtab.c (lookup_block_symbol): Likewise.
174         * tracepoint.c (collect_symbol, add_local_symbols): Likewise.
175         (scope_info): Likewise.
176
177 2008-05-22  Ulrich Weigand  <[email protected]>
178
179         * symtab.h (enum address_class): Remove LOC_LOCAL_ARG.
180
181         * ada-exp.y (select_possible_type_sym): Do not handle LOC_LOCAL_ARG.
182         * ada-lang.c (resolve_subexp, symtab_for_sym): Likewise.
183         (ada_add_block_symbols): Likewise.
184         * ax-gdb.c (gen_var_ref): Likewise.
185         * buildsyms.c (finish_block): Likewise.
186         * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
187         * m2-exp.y (yylex): Likewise.
188         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
189         * printcmd.c (address_info): Likewise.
190         * stack.c (print_frame_args, print_frame_arg_vars): Likewise.
191         * symmisc.c (print_symbol, print_partial_symbols): Likewise.
192         * symtab.c (lookup_block_symbol): Likewise.
193         * tracepoint.c (collect_symbol, add_local_symbols): Likewise.
194         (scope_info): Likewise.
195
196 2008-05-22  Ulrich Weigand  <[email protected]>
197
198         * symtab.h (enum address_class): Remove LOC_INDIRECT and
199         LOC_HP_THREAD_LOCAL_STATIC.
200
201         * findvar.c (symbol_read_needs_frame, read_var_value): Do not
202         handle LOC_INDIRECT or LOC_HP_THREAD_LOCAL_STATIC.
203         (read_var_value): Likewise.
204         * buildsym.c (finish_block): Likewise.
205         * objfiles.c (objfile_relocate): Likewise.
206         * printcmd.c (address_info): Likewise.
207         * symmisc.c (print_symbol, print_partial_symbols): Likewise.
208         * tracepoint.c (scope_info): Likewise.
209
210 2008-05-21 Markus Deuling  <[email protected]>
211            Maxim Grigoriev  <[email protected]>
212
213         * xtensa-tdep.c (xtensa_read_register): Remove.
214         (xtensa_frame_cache): Get rid of xtensa_read_register. Pass extra
215         argument litbase to call0_frame_cache().
216         (call0_track_op, call0_analyze_prologue)
217         (call0_frame_cache): Use extra argument litbase.
218
219 2008-05-21  Joel Brobecker  <[email protected]>
220
221         * infcmd.c (_initialize_infcmd): Add new "fin" alias for "finish".
222
223 2008-05-21  Ulrich Weigand  <[email protected]>
224
225         * frame.h (SIZEOF_FRAME_SAVED_REGS): Remove.
226
227 2008-05-21  Ulrich Weigand  <[email protected]>
228
229         * alpha-mdebug-tdep.c: Include "trad-frame.h".
230         (struct alpha_mdebug_unwind_cache): Change type of SAVED_REGS to
231         struct trad_frame_saved_reg *.
232         (alpha_mdebug_frame_unwind_cache): Allocate SAVED_REGS using
233         trad_frame_alloc_saved_regs.  Update accesses.  Record previous
234         value of SP as being vfp.
235         (alpha_mdebug_frame_prev_register): Use trad_frame_get_prev_register.
236         * Makefile.in (alpha-mdebug-tdep.o): Update dependencies.
237
238 2008-05-21  Markus Deuling  <[email protected]>
239
240         * score-tdep.c (score_print_insn): Get the current endianess from
241         disassemble_info instead of gdbarch_byte_order.
242
243 2008-05-21  Pedro Alves  <[email protected]>
244
245         * frame.c (get_prev_frame_1): Build frame id before setting
246         this_frame->prev_p, not after.
247
248 2008-05-21  Nick Roberts  <[email protected]>
249
250         * annotate.c (annotate_new_thread): New function for new-thread
251         annotation.
252         * annotate.h: (annotate_new_thread): New extern.
253         * thread.c (add_thread_with_info): Use it.
254         * Makefile.in (thread.o): Add dependency on annotate.h.
255
256 2008-05-20  Joel Brobecker  <[email protected]>
257
258         * win32-nat.c (win32_wait): Block the control-c event while
259         waiting for a debug event.
260
261 2008-05-19  Pedro Alves  <[email protected]>
262
263         * symtab.h (lookup_symbol_in_language): Update comment.
264         * symtab.c (lookup_symbol_aux_block): Update comment.
265         * ada-lang.c (ada_lookup_symbol_list): Update comment.
266
267 2008-05-19  Ulrich Weigand  <[email protected]>
268
269         * symtab.h (lookup_symbol_in_language): Remove SYMTAB parameter.
270         (lookup_symbol): Likewise.
271         * symtab.c (lookup_symbol_in_language): Remove SYMTAB parameter.
272         (lookup_symbol): Likewise.
273         (search_symbols): Update.
274
275         * linespec.c (find_methods, collect_methods): Update.
276         (add_matching_methods, add_constructors): Update.
277         (decode_compound, decode_dollar, decode_variable): Update.
278         (lookup_prefix_sym): Update.
279
280         (symbol_found): Remove SYM_SYMTAB parameter.
281         Use SYMBOL_SYMTAB (sym) instead.
282
283         * gdbtypes.c (lookup_typename): Update.
284         (lookup_struct, lookup_union, lookup_enum): Update.
285         (lookup_template_type): Update.
286         (check_typedef): Update.
287         * language.c (lang_bool_type): Update.
288         * mdebugread.c (parse_procedure): Update.
289         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
290         * parse.c (write_dollar_variable): Update.
291         * printcmd.c (address_info): Update.
292         * source.c (select_source_symtab): Update.
293         * stack.c (print_frame_args, print_frame_arg_vars): Update.
294         * valops.c (find_function_in_inferior): Update.
295         (value_struct_elt_for_reference): Update.
296         * value.c (value_static_field, value_fn_field): Update.
297
298         * alpha-mdebug-tdep.c (find_proc_desc): Update.
299         * arm-tdep.c (arm_skip_prologue): Update.
300         * mt-tdep.c (mt_skip_prologue): Update.
301         * xstormy16-tdep.c (xstormy16_skip_prologue): Update.
302
303         * ada-lang.h (struct ada_symbol_info): Remove SYMTAB member.
304         * ada-lang.c (ada_add_block_symbols): Remove SYMTAB parameter.
305         (add_defn_to_vec): Likewise.
306         (ada_add_block_symbols): Likewise.
307         (lookup_cached_symbol, cache_symbol): Likewise.
308         (standard_lookup): Update.
309         (ada_lookup_symbol_list): Update.
310
311         * c-valprint.c (c_val_print): Update.
312         * cp-support.c (cp_lookup_rtti_type): Update.
313         * jv-lang.c (java_lookup_class, get_java_object_type): Update.
314         * objc-lang.c (lookup_struct_typedef, find_imps): Update.
315         * p-valprint.c (pascal_val_print): Update.
316         * scm-lang.c (scm_lookup_name): Update.
317
318         * c-exp.y: Update.
319         * f-exp.y: Update.
320         * jv-exp.y: Update.
321         * m2-exp.y: Update.
322         * objc-exp.y: Update.
323         * p-exp.y: Update.
324
325 2008-05-19  Ulrich Weigand  <[email protected]>
326
327         * language.h (struct language_defn): Remove SYMTAB parameter from
328         la_lookup_symbol_nonlocal callback function pointer.
329
330         * ada-lang.h (ada_lookup_encoded_symbol): Remove SYMTAB parameter.
331         (ada_lookup_encoded_symbol): Likewise.
332         * ada-lang.c (ada_lookup_encoded_symbol): Remove SYMTAB parameter.
333         Always call fixup_symbol_section.
334         (ada_lookup_symbol): Remove SYMTAB parameter.
335         (ada_lookup_symbol_nonlocal): Likewise.
336         * ada-exp.y (write_object_renaming): Update.
337         (find_primitive_type): Likewise.
338
339         * cp-support.h (cp_lookup_symbol_nonlocal): Remove SYMTAB parameter.
340         (cp_lookup_symbol_namespace): Likewise.
341         * cp-namespace.c (lookup_namespace_scope): Remove SYMTAB parameter.
342         (lookup_symbol_file): Likewise.
343         (lookup_possible_namespace_symbol): Likewise.
344         (cp_lookup_symbol_nonlocal): Likewise.
345         (cp_lookup_symbol_namespace): Likewise.
346         (cp_lookup_nested_type): Update.
347
348         * scm-valprint.c (scm_inferior_print): Update.
349         * valops.c (value_maybe_namespace_elt): Update.
350
351         * solist.h (struct target_so_ops): Remove SYMTAB parameter from
352         lookup_lib_global_symbol callback function pointer.
353         (solib_global_lookup): Remove SYMTAB parameter.
354         * solib.c (solib_global_lookup): Remove SYMTAB parameter.
355         * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
356
357         * symtab.h (basic_lookup_symbol_nonlocal): Remove SYMTAB parameter.
358         (lookup_symbol_static): Likewise.
359         (lookup_symbol_global): Likewise.
360         (lookup_symbol_aux_block): Likewise.
361         (lookup_global_symbol_from_objfile): Likewise.
362         * symtab.c (lookup_symbol_aux): Remove SYMTAB parameter.
363         (lookup_symbol_aux_local): Likewise.
364         (lookup_symbol_aux_block): Likewise.
365         (lookup_symbol_aux_symtabs): Likewise.
366         (lookup_symbol_aux_psymtabs): Likewise.
367         (lookup_global_symbol_from_objfile): Likewise.
368         (basic_lookup_symbol_nonlocal): Likewise.
369         (lookup_symbol_static): Likewise.
370         (lookup_symbol_global): Likewise.
371
372         (lookup_symbol_in_language): Do not pass SYMTAB to lookup_symbol_aux.
373
374 2008-05-17  Pedro Alves  <[email protected]>
375
376         * remote.c (init_extended_remote_ops): Fix typo.
377
378 2008-05-16  Pedro Alves  <[email protected]>
379
380         * NEWS: Mention new DICOS x86 target configuration.
381
382 2008-05-16  Pedro Alves  <[email protected]>
383             Ulrich Weigand  <[email protected]>
384
385         * minsyms.c (lookup_minimal_symbol_by_pc_name): New function.
386         * symtab.h (lookup_minimal_symbol_by_pc_name): Add prototype.
387
388         * symtab.c (fixup_section): Remove prototype.  Add ADDR parameter;
389         use it instead of ginfo->value.address.  Look up minimal symbol by
390         address and name.  Assume OBJFILE is non-NULL.
391         (fixup_symbol_section): Ensure we always have an objfile to look
392         into.  Extract and pass to fixup_section the symbol's address that
393         will match the minimal symbol's address.
394         (fixup_psymbol_section): Likewise.
395
396         (find_pc_sect_psymtab): Fall back to non-addrmap case when debugging
397         overlays and the addrmap returned the wrong section.
398
399         * dwarf2read.c (var_decode_location): Set SYMBOL_CLASS before
400         calling fixup_symbol_section.
401
402 2008-05-16  Ulrich Weigand  <[email protected]>
403
404         * minsyms.c: Include "target.h".
405         (find_solib_trampoline_target): Handle minimal symbols pointing
406         to function descriptors as well.
407         * Makefile.in (minsyms.o): Update dependencies.
408
409         * ppc-linux-tdep.c (ppc64_standard_linkage): Rename to ...
410         (ppc64_standard_linkage1): ... this.  Fix optional instructions.
411         (PPC64_STANDARD_LINKAGE_LEN): Rename to ...
412         (PPC64_STANDARD_LINKAGE1_LEN): ... this.
413         (ppc64_standard_linkage2, ppc64_standard_linkage3): New.
414         (PPC64_STANDARD_LINKAGE2_LEN, PPC64_STANDARD_LINKAGE3_LEN): New.
415         (ppc64_standard_linkage_target): Rename to ...
416         (ppc64_standard_linkage1_target): ... this.
417         (ppc64_standard_linkage2_target, ppc64_standard_linkage3_target): New.
418         (ppc64_skip_trampoline_code): Support three variants of standard
419         linkage stubs.  Call find_solib_trampoline_target to handle
420         glink stubs.
421
422 2008-05-16  Ulrich Weigand  <[email protected]>
423
424         * ppc-linux-tdep.c (ppc_linux_init_abi): Do not install
425         ppc64_sysv_abi_adjust_breakpoint_address.
426         * ppc-sysv-tdep.c (ppc64_sysv_abi_adjust_breakpoint_address): Remove.
427         * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Remove.
428
429 2008-05-16  Ulrich Weigand  <[email protected]>
430
431         * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Remove.
432         (ppc_linux_init_abi): Install find_solib_trampoline_target instead
433         of ppc_linux_skip_trampoline_code.
434
435 2008-05-15  Daniel Jacobowitz  <[email protected]>
436
437         * gdbarch.sh: Delete dwarf_reg_to_regnum.
438         * gdbarch.c, gdbarch.h: Regenerated.
439         * amd64-tdep.c, arm-tdep.c, h8300-tdep.c, hppa-linux-tdep.c,
440         hppa-tdep.c, i386-tdep.c, m32c-tdep.c, m68k-tdep.c, mips-tdep.c,
441         s390-tdep.c, xtensa-tdep.c: Do not set dwarf_reg_to_regnum.
442
443 2008-05-15  Pedro Alves  <[email protected]>
444
445         * linux-nat.c (trap_ptid): Delete.
446         (linux_nat_detach, linux_nat_wait, linux_nat_mourn_inferior):
447         Adjust.
448         * linux-thread-db.c (thread_db_wait): Adjust.
449
450 2008-05-15  Joel Brobecker  <[email protected]>
451
452         * linespec.c (decode_line_1): Fix a couple of comments.
453
454 2008-05-15  Alan Modra  <[email protected]>
455
456         * dbxread.c: Formatting.
457         (INTERNALIZE_SYMBOL): Init n_other.
458         (set_namestring): Take pointer to nlist arg rather than struct
459         copy.  Update all callers.
460
461 2008-05-15  Andreas Schwab  <[email protected]>
462
463         * Makefile.in (dwarf2loc.o): Remove $(addrmap_h).
464         (dwarf2read.o): Add $(addrmap_h).
465
466 2008-05-14  Ulrich Weigand  <[email protected]>
467
468         * ppc-linux-tdep.c (ppc_linux_convert_from_func_ptr_addr): Rename ...
469         (ppc64_linux_convert_from_func_ptr_addr): ... to this.  No longer try
470         to handle ppc32 PLT entries.
471         (ppc_linux_init_abi): Install ppc64_linux_convert_from_func_ptr_addr
472         only on ppc64.
473
474 2008-05-14  Daniel Jacobowitz  <[email protected]>
475
476         * elfread.c (elf_symtab_read): Create trampolines for @plt symbols.
477         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Renamed from
478         lookup_minimal_symbol_by_pc_section.  Prefer trampolines if requested.
479         (lookup_minimal_symbol_by_pc_section): Use
480         lookup_minimal_symbol_by_pc_section_1.
481         (lookup_solib_trampoline_symbol_by_pc): Likewise.
482
483 2008-05-13  Joel Brobecker  <[email protected]>
484
485         * findcmd.c: Add #include "gdb_stdint.h".
486         * Makefile.in (findcmd.o): Update dependencies.
487
488 2008-05-11  David S. Miller  <[email protected]>
489
490         * sparc-linux-tdep.c (sparc32_linux_init_abi): Remove
491         long double size override, Linux does use 128-bit now.
492
493         * sparc-linux-tdep.c (PSR_SYSCALL): Define.
494         (sparc_linux_write_pc): New function.
495         (sparc32_linux_init_abi): Register it.
496         * sparc64-linux-tdep.c (TSTATE_SYSCALL): Define.
497         (sparc64_linux_write_pc): New function.
498         (sparc64_linux_init_abi): Register it.
499
500         * sparc-linux-tdep.c, sparc64-linux-tdep.c: Use
501         dwarf2_append_unwinders(), not dwarf2_frame_sniffer.
502
503 2008-05-11  Ulrich Weigand  <[email protected]>
504
505         * rs6000-tdep.c (rs6000_gdbarch_init): Set up info.target_desc
506         and info.tdep_info before calling gdbarch_init_osabi.
507
508 2008-05-09  Joel Brobecker  <[email protected]>
509
510         * ada-lang.c (ada_evaluate_subexp) [BINOP_ASSIGN]: Do not force
511         the type of the right hand side of the assignment to the type
512         of the left hand side if the left hand side is a convenience
513         variable.
514
515 2008-05-09  Ulrich Weigand  <[email protected]>
516
517         * NEWS: Mention gdbserver bi-arch capability.
518
519 2008-05-09  Doug Evans  <[email protected]>
520
521         New "find" command.
522         * NEWS: Document find command and qSearch:memory packet.
523         * Makefile.in (SFILES): Add findcmd.c.
524         (COMMON_OBJS): Add findcmd.o.
525         (findcmd.o): New rule.
526         * findcmd.c: New file.
527         * target.h (target_ops): New member to_search_memory.
528         (simple_search_memory): Declare.
529         (target_search_memory): Declare.
530         * target.c (simple_search_memory): New fn.
531         (target_search_memory): New fn.
532         * remote.c (PACKET_qSearch_memory): New packet kind.
533         (remote_search_memory): New fn.
534         (init_remote_ops): Init to_search_memory.
535         (init_extended_remote_ops): Ditto.
536         (_initialize_remote): Add qSearch:memory packet config command.
537
538 2008-05-09  Eli Zaretskii  <[email protected]>
539
540         * thread.c (_initialize_thread): Don't use commas and periods in
541         first line of doc string of "set/show print thread-events".
542
543 2008-05-08  Joel Brobecker  <[email protected]>
544
545         * alpha-mdebug-tdep.c, alpha-osf1-tdep.c, alpha-tdep.c:
546         Update for unwinder changes.
547
548 2008-05-08  Joel Brobecker  <[email protected]>
549
550         * frame.c (get_frame_base_address, get_frame_locals_address)
551         (get_frame_args_address): Pass the correct frame when calling
552         frame_base_find_by_frame.
553
554 2008-05-08  Ulrich Weigand  <[email protected]>
555
556         * remote.c (extended_remote_attach_1): Call target_find_description.
557
558 2008-05-08  Daniel Jacobowitz  <[email protected]>
559
560         * remote.c (extended_remote_create_inferior_1): Clean up
561         before marking the target running.
562
563 2008-05-08  Joel Brobecker  <[email protected]>
564
565         * hppa-tdep.h, hppa-tdep.c, hppa-hpux-tdep.c: Update for unwinder
566         changes.
567
568 2008-05-07  Joel Brobecker  <[email protected]>
569
570         * sparc-tdep.c, sparc-tdep.h, sparc-sol2-tdep.c, sparc64-tdep.c,
571         sparc64-sol2-tdep.c: Update for unwinder changes.
572
573 2008-05-07  Daniel Jacobowitz  <[email protected]>
574
575         * cp-support.c (mangled_name_to_comp): Initialize storage.
576         (unqualified_name_from_comp): Likewise.
577
578 2008-05-07  Jie Zhang  <[email protected]>
579
580         * remote.c (remote_insert_breakpoint): Call get_remote_state
581         after gdbarch_breakpoint_from_pc is called.
582         (remote_insert_hw_breakpoint): Likewise.
583
584 2008-05-06  Joel Brobecker  <[email protected]>
585
586         * valprint.c (val_print): Add new language parameter and use it
587         instead of using the current_language. Update calls to val_print
588         throughout.
589         (common_val_print): Add new langauge parameter and pass it to
590         val_print.
591         * value.h (struct language_defn): Add opaque declaration.
592         (val_print, common_val_print): Update declarations.
593         * stack.c (print_frame_args): Update call to common_val_print
594         using the appropriate language.
595         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
596         * c-valprint, f-valprint.c, m2-valprint.c, mt-tdep.c, infcmd.c,
597         mi/mi-main.c, jv-valprint.c, ada-valprint.c, varobj.c, p-valprint.c,
598         scm-valprint.c, cp-valprint.c, sh64-tdep.c, printcmd.c:
599         #include "language.h" if necessary.
600         Update calls to val_print and common_val_print.
601         * Makefile.in (mt-tdep.o, sh64-tdep.o, mi-cmds.o, mi-main.o):
602         Update dependencies.
603
604 2008-05-06  Joel Brobecker  <[email protected]>
605
606         * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Treat addresses
607         pointing inside a non-executable section as function descriptors.
608
609 2008-05-06  Pedro Alves  <[email protected]>
610
611         * inf-loop.c (inferior_event_handler): Run all continuations and
612         print any language change before running the breakpoint commands.
613
614 2008-05-06  Joel Brobecker  <[email protected]>
615
616         * frame-unwind.c (frame_unwind_got_bytes): New function.
617         * frame-unwind.h (frame_unwind_got_bytes): Add declaration.
618         * libunwind-frame.h, libunwind-frame.c, ia64-tdep.c: Update
619         for unwinder changes.
620
621 2008-05-05  Doug Evans  <[email protected]>
622
623         * NEWS: Mention new /m modifier for disassemble command.
624         * cli/cli-cmds.c (print_disassembly): New function.
625         (disassemble_current_function): New function
626         (disassemble_command): Recognize /m modifier, print mixed
627         source+assembly.
628         (init_cli_cmds): Update disassemble help text.
629
630 2008-05-05  Maxim Grigoriev  <[email protected]>
631
632         * xtensa-tdep.c: Update for unwinder changes.
633
634 2008-05-05  Andreas Schwab  <[email protected]>
635
636         Update m68k port for unwinder changes.
637         * m68k-tdep.c (m68k_frame_cache): Expect this_frame.
638         (m68k_frame_this_id, m68k_frame_prev_register): Update signature.
639         (m68k_frame_unwind): Use default_frame_sniffer.
640         (m68k_frame_sniffer): Remove.
641         (m68k_frame_base_address): Expect this_frame.
642         (m68k_dummy_id): Renamed from m68k_unwind_dummy_id.  Expect
643         this_frame.
644         (m68k_gdbarch_init): Use set_gdbarch_dummy_id,
645         dwarf2_append_unwinders, and frame_unwind_append_unwinder.
646         * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Expect frame_info
647         parameter instead of pc value.
648         (m68k_linux_get_sigtramp_info, m68k_linux_sigtramp_frame_cache):
649         Expect this_frame.
650         (m68k_linux_sigtramp_frame_this_id)
651         (m68k_linux_sigtramp_frame_prev_register)
652         (m68k_linux_sigtramp_frame_sniffer): Update signature.
653         (m68k_linux_sigtramp_frame_unwind): Use
654         m68k_linux_sigtramp_frame_sniffer.
655         (m68k_linux_init_abi): Use frame_unwind_append_unwinder.
656
657         * m68klinux-nat.c (store_register): Fix typo.
658
659 2008-05-05  Pedro Alves  <[email protected]>
660
661         * infcmd.c (step_1): Put thread id on the stack to avoid possible
662         NULL dereferencing.
663
664 2008-05-05  Luis Machado  <[email protected]>
665
666         * symfile.c (reread_symbols): Update objfile's entry point.
667
668 2008-05-05  Aleksandar Ristovski  <[email protected]>
669             Joel Brobecker  <[email protected]>
670
671         * ada-lang.c: Update throughout to use symbol_matches_domain
672         instead of matching the symbol domain explictly.
673         * dwarf2read.c (add_partial_symbol): Do not add new psym for
674         STRUCT_DOMAIN. Make sure you recognize c++ struct and java and ada
675         class as typedefs. See lookup_partial_symbol function.
676         (new_symbol): Similar to add_partial_symbol, do not create
677         symbol for the typedef. See lookup_block_symbol.
678         * symtab.c (symbol_matches_domain): New function, takes care
679         of dual meaning of STRUCT_DOMAIN symbol for c++, ada and java.
680         (lookup_partial_symbol): Use symbol_matches_domain to see if the
681         found psym domain matches the given domain.
682         (lookup_block_symbol): Likewise.
683
684 2008-05-05  Vladimir Prus  <[email protected]>
685
686         * top.c (command_line_handler_continuation): Remove.
687         (execute_command): Do not install the above.
688
689 2008-05-05  Vladimir Prus  <[email protected]>
690
691         * inf-loop.c (inferior_event_handler): Call bpstat_do_action,
692         and catch all exceptions from it.
693         * top.c (command_line_handler_continuation): Don't
694         call bpstat_do_action here.
695
696 2008-05-04  Daniel Jacobowitz  <[email protected]>
697
698         * dwarf2read.c (struct dwarf2_cu): Add type_hash.
699         (struct die_info): Remove type.
700         (read_type_die, read_typedef, read_base_type, read_subrange_type)
701         (read_structure_type, read_enumeration_type, read_array_type)
702         (read_tag_pointer_type, read_tag_ptr_to_member_type)
703         (read_tag_reference_type, read_tag_const_type, read_tag_volatile_type)
704         (read_tag_string_type, read_subroutine_type, read_set_type)
705         (read_unspecified_type): Delete prototypes.  Remove check for
706         already-loaded type.  Return the new type.
707         (set_die_type): Return the new type.
708         (reset_die_and_siblings_types): Delete.
709         (load_comp_unit, load_full_comp_unit): Set type_hash.
710         (process_queue): Remove call to reset_die_and_siblings_types.
711         (process_die): Do not read most types here.  Use read_type_die
712         for others.
713         (read_func_scope, dwarf2_add_member_fn): Use read_type_die.
714         (quirk_gcc_member_function_pointer): Return the new type.
715         (process_structure_scope, process_enumeration_scope): Use
716         get_die_type and read the DIE's type.
717         (read_full_die): Do not initialize die->type.
718         (tag_type_to_type): Use read_type_die.
719         (read_type_die): Check for already defined types.  Return the
720         type.
721         (determine_prefix): Use get_die_type.
722         (set_die_type): Return the type.
723         (get_die_type): Take a CU argument.  Check for no type_hash.
724
725 2008-05-04  Daniel Jacobowitz  <[email protected]>
726
727         * dwarf2read.c (dwarf2_ranges_read, read_partial_die): Initialize
728         locals.
729
730 2008-05-04  Pedro Alves  <[email protected]>
731
732         * breakpoint.c (update_breakpoints_after_exec): Delete bp_longjmp
733         and bp_longjmp_resume breakpoints.
734         (breakpoint_address_is_meaningful): Claim bp_longjmp_resume as
735         meaningful.
736         (create_longjmp_breakpoint): Don't create bp_longjmp_resume
737         breakpoints.  Create bp_longjmp breakpoints as momentary
738         breakpoints.
739         (enable_longjmp_breakpoint): Delete.
740         (set_longjmp_breakpoint): New.
741         (disable_longjmp_breakpoint): Delete.
742         (delete_longjmp_breakpoint): New.
743         (set_longjmp_resume_breakpoint): Delete.
744         (set_momentary_breakpoint_at_pc): New.
745         (breakpoint_re_set_one): Don't delete bp_longjmp and
746         bp_longjmp_resume breakpoints.
747         (breakpoint_re_set): Don't create longjmp and longjmp-resume
748         breakpoints.
749
750         * infrun.c (step_resume_breakpoint): Add comment.
751         (struct execution_control_state): Delete handling_longjmp member.
752         (init_execution_control_state). Don't clear handling_longjmp.
753         (context_switch): Don't context switch handling_longjmp.
754         (handle_inferior_event): If handling a bp_longjmp breakpoint,
755         create a bp_longjmp_resume breakpoint, and set it as current
756         step_resume_breakpoint, then step over the longjmp breakpoint.  If
757         handling a bp_longjmp_resume breakpoint, don't delete the longjmp
758         breakpoint, delete the longjmp-resume breakpoint, and stop
759         stepping.
760         (currently_stepping): Remove handling_longjmp from expression.
761         (insert_step_resume_breakpoint_at_sal): Update comment.
762         (insert_longjmp_resume_breakpoint): New.
763
764         * breakpoint.h (set_momentary_breakpoint_at_pc): Declare.
765         (enable_longjmp_breakpoint, disable_longjmp_breakpoint): Delete
766         declarations.
767         (set_longjmp_breakpoint, delete_longjmp_breakpoint): Declare.
768         (set_longjmp_resume_breakpoint): Delete declaration.
769
770         * gdbthread.h (save_infrun_state): Remove handling_longjmp
771         parameter.
772         (load_infrun_state): Delete *handling_longjmp parameter.
773         * thread.c (save_infrun_state): Remove handling_longjmp parameter.
774         Update body.
775         (load_infrun_state): Delete *handling_longjmp parameter.  Update
776         body.
777
778         * infcmd.c (disable_longjmp_breakpoint_cleanup): Delete.
779         (delete_longjmp_breakpoint_cleanup): New.
780         (step_1): Call set_longjmp_breakpoint instead of
781         enable_longjmp_breakpoint.  Use delete_longjmp_breakpoint_cleanup
782         instead of disable_longjmp_breakpoint_cleanup when making cleanup.
783         (step_1_continuation): Pass thread id in the continuation args to
784         step_once.
785         (step_once): Add thread parameter.  Pass thread id the the
786         continuation.
787
788 2008-05-04  Jan Kratochvil  <[email protected]>
789
790         Set CU BASE_ADDRESS already from partial DIEs.
791         * dwarf2read.c (read_partial_die): New variables BASE_ADDRESS and
792         BASE_ADDRESS_TYPE.  Set these variables from DW_AT_LOW_PC and
793         DW_AT_ENTRY_PC.  Set CU->HEADER.BASE_KNOWN and CU->HEADER.BASE_ADDRESS
794         from these variables if it was still unset.
795
796         * Makefile.in: Update dependencies.
797         * dwarf2read.c: Include "addrmap.h"
798         (struct dwarf2_cu): New fields RANGES_OFFSET and HAS_RANGES_OFFSET.
799         (dwarf2_ranges_read): New prototype.
800         (dwarf2_build_psymtabs_hard): Initialize and prepare PSYMTABS_ADDRMAP.
801         Add discontiguous range to PSYMTABS_ADDRMAP by DWARF2_RANGES_READ on
802         HAS_RANGES_OFFSET, otherwise add there the contiguous range.
803         (dwarf2_ranges_read): New parameter RANGES_PST, update the function
804         comment for it.  Add the found ranges to RANGES_PST.  New variable
805         BASEADDR, initialize it the common way.
806         (dwarf2_get_pc_bounds): Update the caller for the new parameter.
807         (read_partial_die): `DW_AT_ranges' now only sets RANGES_OFFSET and
808         HAS_RANGES_OFFSET for the later processing.
809         * objfiles.h (struct objfile): New field PSYMTABS_ADDRMAP.
810         * symtab.c: Include "addrmap.h"
811         (find_pc_sect_psymtab): Support reading the field PSYMTABS_ADDRMAP.
812         Move the psymtab locator into ...
813         (find_pc_sect_psymtab_closer): ... a new function.
814
815 2008-05-04  Ulrich Weigand  <[email protected]>
816
817         * arch-utils.c (gdbarch_update_p): Use default values for
818         info.abfd and info.target_desc if they are NULL.
819         (gdbarch_from_bfd): Remove assertion.
820         (set_gdbarch_from_file): Call gdbarch_find_by_info directly,
821         using the current target description.
822         (gdbarch_info_fill): Do not use default values for info->abfd
823         and info->target_desc.
824
825 2008-05-04  Jan Kratochvil  <[email protected]>
826
827         * symfile.c (reread_symbols): Reload EXEC_BFD on its change.
828
829 2008-05-04  Ulrich Weigand  <[email protected]>
830
831         * inferior.h (read_pc_pid, write_pc_pid): Remove.
832         * regcache.h (regcache_read_pc, regcache_write_pc): Add prototypes.
833
834         * regcache.c (read_pc_pid): Remove, replace by ...
835         (regcache_read_pc): ... this function.
836         (write_pc_pid): Remove, replace by ...
837         (regcache_write_pc): ... this function.
838         (read_pc, write_pc): Update.
839
840         * infrun.c (displaced_step_prepare): Replace read_pc_pid and
841         write_pc_pid by regcache_read_pc and regcache_write_pc.
842         (displaced_step_fixup): Likewise.
843         (resume): Likewise.  Use regcache arch instead of current_gdbarch.
844         (prepare_to_proceed): Likewise.
845         (proceed): Likewise.
846         (adjust_pc_after_break): Likewise.
847         (handle_inferior_event): Likewise.
848
849         * linux-nat.c (cancel_breakpoint): Likewise.
850         * linux-thread-db.c (check_event): Likewise.
851         * aix-thread.c (aix_thread_wait): Likewise.
852         * tracepoint.c (trace_dump_command): Likewise.
853
854 2008-05-04  Jan Kratochvil  <[email protected]>
855
856         * dwarf2loc.c (dwarf_expr_frame_base): Error out on missing
857         SYMBOL_LOCATION_BATON.
858
859 2008-05-04  Vladimir Prus  <[email protected]>
860
861         * target.h (struct target_ops): New field to_auxv_parse.
862         * auxv.c (default_auxv_parse): New, renamed from previous
863         target_auxv_parse.
864         (target_auxv_parse): Try to call target method.  Fallback to
865         default_auxv_parse if not found.
866         * procfs.c (procfs_auxv_parse): New.
867         (init_procfs_ops): On Solaris, in 64-bit mode, install
868         procfs_auxv_parse.
869
870 2008-05-03  Adam Nemet  <[email protected]>
871
872         * symfile.c (add_symbol_file_command):  Use paddress rather than
873         hex_string to print the address.
874
875 2008-05-03  Ulrich Weigand  <[email protected]>
876
877         * rs6000-tdep.c (rs6000_frame_this_id): If info->base is 0,
878         return the null frame ID to terminate the backtrace.
879
880 2008-05-03  Ulrich Weigand  <[email protected]>
881
882         * rs6000-tdep.c: Do not include "rs6000-tdep.h".
883         (rs6000_find_toc_address_hook): Move to rs6000-aix-tdep.c.
884         (SIG_FRAME_PC_OFFSET): Likewise.
885         (SIG_FRAME_LR_OFFSET): Likewise.
886         (SIG_FRAME_FP_OFFSET): Likewise.
887         (rs6000_push_dummy_call): Likewise.
888         (rs6000_return_value): Likewise.
889         (rs6000_convert_from_func_ptr_addr): Likewise.
890         (branch_dest, rs6000_software_single_step): Likewise.
891         (deal_with_atomic_sequence): Rename to ...
892         (ppc_deal_with_atomic_sequence): ... this.  Adapt all callers.
893         Do not call branch_dest; inline required parts of that function.
894         (rs6000_skip_trampoline_code): Replace DEPRECATED_SYMBOL_NAME
895         with SYMBOL_LINKAGE_NAME.
896         (struct reg, regsize): Delete.
897         (read_memory_addr): Delete; inline into callers.
898         (rs6000_skip_prologue): Move after skip_prologue.
899         (skip_prologue): Remove prototype.
900         (rs6000_gdbarch_init): Remove sysv_abi variable; perform all
901         initialization as if this variable were true.  Do not install
902         ppc64_sysv_abi_adjust_breakpoint_address.
903
904         * rs6000-aix-tdep.c: Include "gdb_assert.h", "gdbtypes.h",
905         "gdbcore.h", "target.h", "value.h", "infcall.h", "objfiles.h",
906         and "breakpoint.h".
907         (rs6000_find_toc_address_hook): Move here from rs6000-tdep.c.
908         (SIG_FRAME_PC_OFFSET): Likewise.
909         (SIG_FRAME_LR_OFFSET): Likewise.
910         (SIG_FRAME_FP_OFFSET): Likewise.
911         (rs6000_push_dummy_call): Likewise.
912         (rs6000_return_value): Likewise.
913         (rs6000_convert_from_func_ptr_addr): Likewise.
914         (branch_dest, rs6000_software_single_step): Likewise.  Replace
915         tdep->text_segment_base by AIX_TEXT_SEGMENT_BASE.
916         (rs6000_aix_init_osabi): Install rs6000_push_dummy_call,
917         rs6000_return_value, and rs6000_convert_from_func_ptr_addr.
918         Call set_gdbarch_long_double_bit and set_gdbarch_frame_red_zone_size.
919         Set tdep->lr_frame_offset.  Do not set tdep->text_segment_base.
920
921         * rs6000-tdep.h (rs6000_software_single_step): Remove prototype.
922         (AIX_TEXT_SEGMENT_BASE): New macro.
923         * rs6000-nat.c (exec_one_dummy_insn): Replace tdep->text_segment_base
924         by AIX_TEXT_SEGMENT_BASE.
925
926         * ppc-tdep.h (ppc_deal_with_atomic_sequence): Add prototype.
927         (struct gdbarch_tdep): Remove text_segment_base member.
928         * ppc-linux-tdep.c (ppc_linux_init_abi): On 64-bit, install
929         ppc64_sysv_abi_adjust_breakpoint_address.
930
931         * Makefile.in (rs6000-tdep.o): Update dependencies.
932         (rs6000-aix-tdep.o): Likewise.
933
934 2008-05-03  Luis Machado  <[email protected]>
935             Thiago Jung Bauermann  <[email protected]>
936
937         * cli/cli-decode.c (lookup_cmd_1): Fix indentation.
938         * doublest.c (convert_typed_floating): Fix typo in comment.
939         * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
940         * frame-unwind.h (frame_sniffer_ftype): Likewise.
941         * frame.c (frame_unwind_address_in_block): Likewise.
942         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Likewise.
943         * symtab.h (struct symbol): Likewise.
944         * tramp-frame.h (struct trad_frame_cache): Likewise.
945         * value.c (allocate_repeat_value): Likewise.
946
947 2008-05-03  Ulrich Weigand  <[email protected]>
948
949         * infrun.c (handle_inferior_event): Do not insert breakpoints at
950         TARGET_WAITKIND_LOADED events during startup (i.e. in the shell).
951
952 2008-05-03  Pedro Alves  <[email protected]>
953
954         * parse.c (parse_exp_in_context): Don't override
955         expression_context_pc if get_selected_block returned a valid
956         block.
957
958 2008-05-03  Daniel Jacobowitz  <[email protected]>
959
960         * alpha-tdep.h (ALPHA_REGISTER_BYTES): Delete.
961         * arm-tdep.h (STATUS_REGISTER_SIZE): Delete.
962         * breakpoint.c (args_for_catchpoint_enable, current_exception_event):
963         Delete.
964         * c-typeprint.c (c_type_print_base): Delete handling of template
965         instantiations.
966         * cp-support.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
967         (METHOD_PTR_TO_VOFFSET): Delete.
968         * defs.h (QUIT_FIXME): Delete.
969         * f-lang.h (DEFAULT_DOTMAIN_NAME_IN_MF77, DEFAULT_MAIN_NAME_IN_MF77)
970         (DEFAULT_DOTMAIN_NAME_IN_XLF_BUGGY, DEFAULT_DOTMAIN_NAME_IN_XLF): Delete.
971         * gdbtypes.h (struct cplus_struct_type): Delete is_inlined,
972         ninstantiations, and instantiations.
973         (TYPE_INSTANTIATIONS, TYPE_NINSTANTIATIONS, TYPE_INSTANTIATION)
974         (TYPE_FN_FIELD_INLINED): Delete.
975         * srec.h (SREC_BINARY): Delete.
976         * symtab.c (symbol_init_demangled_name): Delete.
977         * symtab.h (SYMBOL_INIT_DEMANGLED_NAME, symbol_init_demangled_name)
978         (SYMBOL_OBJFILE, struct exception_event_record, CURRENT_EXCEPTION_KIND)
979         (CURRENT_EXCEPTION_CATCH_SAL, CURRENT_EXCEPTION_CATCH_LINE)
980         (CURRENT_EXCEPTION_CATCH_FILE, CURRENT_EXCEPTION_CATCH_PC)
981         (CURRENT_EXCEPTION_THROW_SAL, CURRENT_EXCEPTION_THROW_LINE)
982         (CURRENT_EXCEPTION_THROW_FILE, CURRENT_EXCEPTION_THROW_PC): Delete.
983         * target.h (enum thread_control_capabilities): Delete tc_switch.
984         (target_can_switch_threads): Delete.
985
986 2008-05-03  Daniel Jacobowitz  <[email protected]>
987
988         * Makefile.in (objfiles.o): Update.
989         * exec.c (exec_set_section_address): Support p->addr != 0.
990         * objfiles.c (objfile_relocate): Update exec_ops section
991         addresses.
992         * symfile.c (place_section): Move exec_set_section_address call...
993         (default_symfile_offsets): ...to here.
994
995 2008-05-03  Ulrich Weigand  <[email protected]>
996
997         * Makefile.in (ppc_linux_tdep_h): New macro.
998         (powerpc_32l_c, powerpc_altivec32_c, powerpc_altivec32l_c): Likewise.
999         (powerpc_64l_c, powerpc_altivec64_c, powerpc_altivec64l_c): Likewise.
1000         (powerpc_e500l_c): Likewise.
1001         (ppc-linux-nat.o): Update dependencies.
1002         (ppc-linux-tdep.o): Update dependencies.
1003         (rs6000-tdep.o): Update dependencies.
1004
1005         * ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Remove.
1006         (ppc_linux_svr4_fetch_link_map_offsets): Remove.
1007         (ppc_linux_gregset, ppc_linux_fpregset): Move to ppc-linux-tdep.h
1008         (ppc_supply_reg, ppc_collect_reg): Add prototypes.
1009         (tdesc_powerpc_e500): Remove.
1010
1011         * rs6000.c: Include "features/rs6000/powerpc-altivec32.c"
1012         and "features/rs6000/powerpc-altivec64.c".
1013         (ppc_supply_reg, ppc_collect_reg): Make global.
1014         (variants): Use tdesc_powerpc_32 for "powerpc" and
1015         tdesc_powerpc_altivec64 for "powerpc64".
1016         (_initialize_rs6000_tdep): Initialize AltiVec descriptions.
1017
1018         * ppc-linux-tdep.h: New file.
1019
1020         * ppc-linux-tdep.c: Include "ppc-linux-tdep.c".
1021         Include "features/rs6000/powerpc-32l.c".
1022         Include "features/rs6000/powerpc-altivec32l.c".
1023         Include "features/rs6000/powerpc-64l.c".
1024         Include "features/rs6000/powerpc-altivec64l.c".
1025         Include "features/rs6000/powerpc-e500l.c".
1026         (ppc_linux_supply_gregset): New function.
1027         (ppc_linux_collect_gregset): Handle orig_r3 and trap registers.
1028         (ppc32_linux_gregset): Use ppc_linux_supply_gregset.
1029         (ppc64_linux_gregset): Likewise.
1030         (ppc_linux_sigtramp_cache): Handle orig_r3 and trap registers.
1031         (ppc_linux_trap_reg_p): New function.
1032         (ppc_linux_write_pc): New function.
1033         (ppc_linux_core_read_description): New function.
1034         (ppc_linux_init_abi): Install ppc_linux_write_pc and
1035         ppc_linux_core_read_description.  Install orig_r3 and trap
1036         registers if present in the target description.
1037         (_initialize_ppc_linux_tdep): Initialize Linux target descriptions.
1038
1039         * ppc-linux-nat.c: Include "ppc-linux-tdep.h".
1040         (PT_ORIG_R3, PT_TRAP): Define if necessary.
1041         (ppc_register_u_addr): Handle orig_r3 and trap registers.
1042         (fetch_ppc_registers): Likewise.
1043         (store_ppc_registers): Likewise.
1044         (store_register): Likewise.
1045         (ppc_linux_read_description): Check whether AltiVec is supported.
1046         Check whether inferior is 32-bit or 64-bit.  Return the appropriate
1047         Linux target description.
1048
1049         * features/Makefile (WHICH): Use rs6000/powerpc-32l and
1050         rs6000/powerpc-altivec32l instead of rs6000/powerpc-32.
1051         Use rs6000/powerpc-64l and rs6000/powerpc-altivec64l instead
1052         of rs6000/powerpc-64.  Use rs6000/powerpc-e500l instead of
1053         rs6000/powerpc-e500.  Update -expedite variables accordingly.
1054
1055         * features/rs6000/power-spe.xml: Use regnum 73 for "acc".
1056         * features/rs6000/powerpc-32.xml: Do not include power-altivec.xml.
1057         * features/rs6000/powerpc-64.xml: Do not include power-altivec.xml.
1058         * features/rs6000/powerpc-e500.c: Regenerate.
1059         * features/rs6000/powerpc-32.c: Regenerate.
1060         * features/rs6000/powerpc-64.c: Regenerate.
1061
1062         * features/rs6000/power-linux.xml: New file.
1063         * features/rs6000/power64-linux.xml: New file.
1064         * features/rs6000/powerpc-32l.xml: New file.
1065         * features/rs6000/powerpc-altivec32l.xml: New file.
1066         * features/rs6000/powerpc-64l.xml: New file.
1067         * features/rs6000/powerpc-altivec64l.xml: New file.
1068         * features/rs6000/powerpc-e500l.xml: New file.
1069         * features/rs6000/powerpc-32l.c: New (generated) file.
1070         * features/rs6000/powerpc-altivec32l.c: New (generated) file.
1071         * features/rs6000/powerpc-64l.c: New (generated) file.
1072         * features/rs6000/powerpc-altivec64l.c: New (generated) file.
1073         * features/rs6000/powerpc-e500l.xml: New (generated) file.
1074
1075         * regformats/reg-ppc.dat: Remove.
1076         * regformats/reg-ppc64.dat: Remove.
1077         * regformats/rs6000/powerpc-32.dat: Remove.
1078         * regformats/rs6000/powerpc-64.dat: Remove.
1079         * regformats/rs6000/powerpc-e500.dat: Remove.
1080         * regformats/rs6000/powerpc-32l.dat: New (generated) file.
1081         * regformats/rs6000/powerpc-altivec32l.dat: New (generated) file.
1082         * regformats/rs6000/powerpc-64l.dat: New (generated) file.
1083         * regformats/rs6000/powerpc-altivec64l.dat: New (generated) file.
1084         * regformats/rs6000/powerpc-e500l.dat: New (generated) file.
1085
1086 2008-05-03  Pedro Alves  <[email protected]>
1087
1088         * thread.c (delete_thread): Call observer_notify_thread_exit.
1089         * mi/mi-interp.c (mi_interpreter_init): Register mi_thread_exit as
1090         thread_exit observer.
1091         (mi_thread_exit): New.
1092
1093 2008-05-03  Thiago Jung Bauermann  <[email protected]>
1094
1095         * breakpoint.c (create_exception_catchpoint): Remove prototype
1096         for already deleted function.
1097         * breakpoint.h (ep_is_exception_catchpoint): Likewise.
1098         * frame.h (show_stack_frame): Remove prototype.
1099         * stack.c (show_stack_frame): Remove empty, unused function.
1100         * source.c (symtab_to_fullname, print_source_lines): Small fix
1101         in comment.
1102         * value.c (show_values): Update comments to mention "show values"
1103         command instead of "info history".
1104
1105 2008-05-02  Ulrich Weigand  <[email protected]>
1106
1107         * linespec.c: Include "target.h".
1108         (minsym_found): Handle minimal symbols pointing to function
1109         descriptors.  Use find_function_start_pc.
1110         * minsyms.c (msymbol_objfile): New function.
1111         * parse.c (write_exp_msymbol): Handle minimal symbols pointing
1112         to function descriptors.
1113         * symtab.c (fixup_section): Only use minimal symbol at the same
1114         address to determine section of a symbol.
1115         (find_function_start_pc): New function.
1116         (find_function_start_sal): Use it.
1117         * symtab.h (msymbol_objfile): Add prototype.
1118         (find_function_start_pc): Likewise.
1119         * value.c: Include "objfiles.h".
1120         (value_fn_field): Handle minimal symbols pointing to function
1121         descriptors. 
1122         * Makefile.in (linespec.o): Update dependencies.
1123         (value.o): Likewise.
1124
1125 2008-05-02  Joel Brobecker  <[email protected]>
1126
1127         * ada-lang.c (unwrap_value): Handle the case where the "F" field
1128         inside a PAD type is a bitfield.
1129
1130 2008-05-02  Ulrich Weigand  <[email protected]>
1131
1132         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Handle
1133         TYPE_CODE_BOOL and TYPE_CODE_CHAR the same as TYPE_CODE_INT.
1134         Handle TYPE_CODE_REF the same as TYPE_CODE_PTR.
1135         Handle TYPE_CODE_METHOD the same as TYPE_CODE_FUNC.
1136         Allow typedefs when checking for function pointer arguments.
1137         Right-align small structs passed on the stack.
1138         (ppc64_sysv_abi_return_value): Handle TYPE_CODE_BOOL and
1139         TYPE_CODE_CHAR the same as TYPE_CODE_INT.
1140         Handle TYPE_CODE_REF the same as TYPE_CODE_PTR.
1141
1142 2008-05-02  Daniel Jacobowitz  <[email protected]>
1143
1144         * Makefile.in (arm-tdep.o): Update.
1145         * arm-tdep.c (arm_objfile_data_key, struct arm_mapping_symbol)
1146         (struct arm_per_objfile, arm_compare_mapping_symbols): New.
1147         (arm_pc_is_thumb): Use mapping symbols.
1148         (arm_objfile_data_cleanup, arm_record_special_symbol): New.
1149         (arm_gdbarch_init): Call set_gdbarch_record_special_symbol.
1150         (_initialize_arm_tdep): Initialize arm_objfile_data_key.
1151         * elfread.c (elf_symtab_read): Use gdbarch_record_special_symbol.
1152         * gdbarch.sh: Add record_special_symbol.
1153         * gdbarch.c, gdbarch.h: Regenerated.
1154         * objfiles.c (struct objfile_data): Add cleanup member.
1155         (register_objfile_data_with_cleanup): New function, from
1156         register_objfile_data.
1157         (register_objfile_data): Use it.
1158         (objfile_free_data): Call clear_objfile_data.
1159         (clear_objfile_data): Call cleanup functions.
1160         * objfiles.h (register_objfile_data_with_cleanup): Declare.
1161
1162 2008-05-02  Daniel Jacobowitz  <[email protected]>
1163
1164         * objfiles.c (init_entry_point_info): Handle shared libraries.
1165
1166 2008-05-02  Daniel Jacobowitz  <[email protected]>
1167
1168         * arm-tdep.c (arm_prologue_this_id): Compare pc, not func, to
1169         lowest_pc.
1170
1171 2008-05-02  Jim Blandy  <[email protected]>
1172             Pedro Alves  <[email protected]>
1173
1174         Implement displaced stepping.
1175
1176         * gdbarch.sh (max_insn_length): New 'variable'.
1177         (displaced_step_copy, displaced_step_fixup)
1178         (displaced_step_free_closure, displaced_step_location): New
1179         functions.
1180         (struct displaced_step_closure): Add forward declaration.
1181         * gdbarch.c, gdbarch.h: Regenerated.
1182
1183         * arch-utils.c: #include "objfiles.h".
1184         (simple_displaced_step_copy_insn)
1185         (simple_displaced_step_free_closure)
1186         (displaced_step_at_entry_point): New functions.
1187         * arch-utils.h (simple_displaced_step_copy_insn)
1188         (simple_displaced_step_free_closure)
1189         (displaced_step_at_entry_point): New prototypes.
1190
1191         * i386-tdep.c (I386_MAX_INSN_LEN): Rename to...
1192         (I386_MAX_MATCHED_INSN_LEN): ... this.
1193         (i386_absolute_jmp_p, i386_absolute_call_p)
1194         (i386_ret_p, i386_call_p, i386_breakpoint_p, i386_syscall_p)
1195         (i386_displaced_step_fixup): New functions.
1196         (struct i386_insn, i386_match_insn): Update.
1197         (i386_gdbarch_init): Set gdbarch_max_insn_length.
1198         * i386-tdep.h (I386_MAX_INSN_LEN): New.
1199         (i386_displaced_step_fixup): New prototype.
1200         * i386-linux-tdep.c (i386_linux_init_abi): Include "arch-utils.h".
1201         Register gdbarch_displaced_step_copy,
1202         gdbarch_displaced_step_fixup, gdbarch_displaced_step_free_closure,
1203         and gdbarch_displaced_step_location functions.
1204
1205         * infrun.c (debug_displaced): New variable.
1206         (show_debug_displaced): New function.
1207         (struct displaced_step_request): New struct.
1208         (displaced_step_request_queue, displaced_step_ptid)
1209         (displaced_step_gdbarch, displaced_step_closure)
1210         (displaced_step_original, displaced_step_copy)
1211         (displaced_step_saved_copy, can_use_displaced_stepping): New
1212         variables.
1213         (show_can_use_displaced_stepping, use_displaced_stepping)
1214         (displaced_step_clear, cleanup_displaced_step_closure)
1215         (displaced_step_dump_bytes, displaced_step_prepare)
1216         (displaced_step_clear_cleanup, write_memory_ptid)
1217         (displaced_step_fixup): New functions.
1218         (resume): Call displaced_step_prepare.
1219         (proceed): Call read_pc once, and remember the value.  If using
1220         displaced stepping, don't remove breakpoints.
1221         (handle_inferior_event): Call displaced_step_fixup.  Add some
1222         debugging output.  When we try to step over a breakpoint, but get
1223         a signal to deliver to the thread instead, ensure the step-resume
1224         breakpoint is actually inserted.  If a thread hop is needed, and
1225         displaced stepping is enabled, don't remove breakpoints.
1226         (init_wait_for_inferior): Call displaced_step_clear.
1227         (_initialize_infrun): Add "set debug displaced" command.  Add
1228         "maint set can-use-displaced-stepping" command.  Clear
1229         displaced_step_ptid.
1230         * inferior.h (debug_displaced): Declare variable.
1231         (displaced_step_dump_bytes): Declare function.
1232
1233         * Makefile.in (arch-utils.o, i386-linux-tdep.o): Update
1234         dependencies.
1235
1236 2008-05-02  Daniel Jacobowitz  <[email protected]>
1237
1238         * arm-tdep.c (arm_mode_strings, arm_fallback_mode_string)
1239         (arm_force_mode_string, arm_show_fallback_mode)
1240         (arm_show_force_mode): New.
1241         (arm_pc_is_thumb): Honor fallback-mode and force-mode.  Use
1242         arm_frame_is_thumb.
1243         (_initialize_arm_tdep): Add "set arm fallback-mode"
1244         and "set arm force-mode".
1245         * NEWS: Document new commands.
1246
1247 2008-05-02  Andrew Stubbs  <[email protected]>
1248
1249         * main.h (batch_silent): Declare.
1250         * event-top.c: Include main.h.
1251         (gdb_setup_readline): Remove extern batch_silent declaration.
1252         * infrun.c (normal_stop): Don't print source location when running in
1253         --batch-silent mode.
1254         * Makefile.in (event-top.o): Add main.h dependency.
1255
1256 2008-05-02  Andreas Schwab  <[email protected]>
1257
1258         * target.h (struct target_ops): Add
1259         to_watchpoint_addr_within_range.
1260         (target_watchpoint_addr_within_range): New function.
1261         * target.c (update_current_target): Inherit
1262         to_watchpoint_addr_within_range, defaulting to
1263         default_watchpoint_addr_within_range.
1264         (default_watchpoint_addr_within_range): New function.
1265         (debug_to_watchpoint_addr_within_range): New function.
1266         (setup_target_debug): Set to_watchpoint_addr_within_range.
1267         * ppc-linux-nat.c (ppc_linux_watchpoint_addr_within_range):
1268         New function.
1269         (_initialize_ppc_linux_nat): Set to_watchpoint_addr_within_range.
1270         * breakpoint.c (watchpoints_triggered): Use
1271         target_watchpoint_addr_within_range.
1272
1273 2008-05-01  Pedro Alves  <[email protected]>
1274
1275         * configure.tgt: Add i[34567]86-*-dicos* and x86_64-*-dicos*.
1276         (i[34567]86-*-dicos*, x86_64-*-dicos*):
1277         Set gdb_osabi to GDB_OSABI_DICOS.
1278
1279         * defs.h (enum gdb_osabi): Add GDB_OSABI_DICOS.
1280         * osabi.c (gdb_osabi_name): Add "DICOS".
1281
1282         * i386-dicos-tdep.c: New file.
1283
1284         * Makefile.in (ALL_TARGET_OBS): Add i386-dicos-tdep.o.
1285         (ALLDEPFILES): Add i386-dicos-tdep.c.
1286         (i386-dicos-tdep.o): New rule.
1287
1288 2008-05-01  Pedro Alves  <[email protected]>
1289
1290         * linux-nat.c (linux_nat_switch_fork): Reinit GDB's thread list
1291         and register the fork's PTID as a thread.
1292
1293 2008-05-01  Aleksandar Ristovski  <[email protected]>
1294
1295         PR gdb/1665
1296         * breakpoint.c (create_breakpoint): Add breakpoint_ops argument and
1297         assign its value to the breakpoint created.
1298         (create_breakpoints): Add breakpoint_ops argument and pass it
1299         to create_breakpoint call.
1300         (break_command_really): Add breakpoint_ops argument and pass/assign
1301         appropriately.
1302         (break_command_1): Pass NULL as ops argument.
1303         (set_breakpoint): Pass NULL as ops argument.
1304         (print_one_exception_catchpoint): Print <PENDING> if no loc available.
1305         (handle_gnu_v3_exceptions): Call generic breakpoint code to insert
1306         catch and throw catchpoints.
1307
1308 2008-05-01  Aleksandar Ristovski  <[email protected]>
1309
1310         PR gdb/2343
1311         * corelow.c (core_open): Use gdbarch_target_signal_from_host to
1312         translate signal numeric value from the target to GDB's enum
1313         target_signal.
1314         * gdbarch.c, gdbarch.h: Regenerated.
1315         * gdbarch.sh: Added two new functions target_signal_from_host and
1316         target_signal_to_host.
1317         * target.h (default_target_signal_from_host, 
1318         default_target_signal_to_host): New functions - declarations.
1319         * signals/signals.c (struct gdbarch): New declaration.
1320         (default_target_signal_to_host, default_target_signal_from_host): New
1321         functions.
1322
1323 2008-05-01  Daniel Jacobowitz  <[email protected]>
1324
1325         * arm-linux-tdep.h (ARM_CPSR_REGNUM): Delete definition.
1326         * arm-tdep.c (arm_frame_is_thumb): New.
1327         (arm_pc_is_thumb): Clarify comment.
1328         (thumb_analyze_prologue): Remove PC special case.
1329         (thumb_scan_prologue): Take a block_addr argument.  Use it for
1330         find_pc_partial_function.  Remove unused variables.
1331         (arm_scan_prologue): Use arm_frame_is_thumb.  Use the block address
1332         for find_pc_partial_function.  Remove PC special case.
1333         (arm_prologue_prev_register): Add special handling for PC and CPSR.
1334         (arm_dwarf2_prev_register, arm_dwarf2_frame_init_reg): New.
1335         (arm_get_next_pc): Use arm_frame_is_thumb.
1336         (arm_write_pc): Use CPSR_T instead of 0x20.
1337         (arm_gdbarch_init): Call dwarf2_frame_set_init_reg.
1338         * arm-tdep.h (enum gdb_regnum): Add ARM_CPSR_REGNUM.
1339         (CPSR_T): Define.
1340         * dwarf2-frame.c (dwarf2_frame_prev_register): Handle
1341         DWARF2_FRAME_REG_FN.
1342         * dwarf2-frame.h (enum dwarf2_frame_reg_rule): Add
1343         DWARF2_FRAME_REG_FN.
1344         (struct dwarf2_frame_state_reg): Add FN to loc union.
1345
1346 2008-05-01  Nick Roberts  <[email protected]>
1347
1348         * exec.c (print_section_info): Add missing '\n'.
1349
1350 2008-05-01  Vladimir Prus  <[email protected]>
1351
1352         * thread.c (add_thread): Move observer call to ...
1353         (add_thread_silent): ... here.
1354
1355 2008-04-30  Ulrich Weigand  <[email protected]>
1356
1357         * rs6000-tdep.c: Update for unwinder changes.
1358         * ppcobsd-tdep.c: Likewise.
1359
1360 2008-04-30  Ulrich Weigand  <[email protected]>
1361
1362         * s390-tdep.c: Update for unwinder changes.
1363
1364 2008-04-30  Ulrich Weigand  <[email protected]>
1365
1366         * spu-tdep.c: Update for unwinder changes.
1367
1368 2008-04-30  Daniel Jacobowitz  <[email protected]>
1369
1370         * hppanbsd-tdep.c, m68kbsd-tdep.c, mn10300-linux-tdep.c,
1371         ppc-linux-tdep.c, ppcnbsd-tdep.c, sparc-linux-tdep.c,
1372         sparc64-linux-tdep.c: Update for unwinder changes.
1373
1374 2008-04-30  Daniel Jacobowitz  <[email protected]>
1375
1376         * mipsnbsd-tdep.c, mips64obsd-tdep.c, mips-linux-tdep.c: Update
1377         for unwinder changes.
1378         * mips-tdep.c: Likewise.
1379         (mips_stub_frame_cache): Unwind the ABI stack pointer, not the
1380         raw one.
1381
1382 2008-04-30  Daniel Jacobowitz  <[email protected]>
1383
1384         * arm-linux-tdep.c, arm-tdep.c, armobsd-tdep.c: Update for
1385         unwinder changes.
1386
1387 2008-04-30  Daniel Jacobowitz  <[email protected]>
1388
1389         Update i386 and amd64 ports for unwinder changes.
1390
1391         * amd64-tdep.c (amd64_frame_cache): Expect this_frame.
1392         (amd64_frame_this_id, amd64_frame_prev_register): Update signature.
1393         (amd64_frame_unwind): Use default_frame_sniffer.
1394         (amd64_frame_sniffer): Delete.
1395         (amd64_sigtramp_frame_cache): Expect this_frame.
1396         (amd64_sigtramp_frame_this_id, amd64_sigtramp_frame_prev_register)
1397         (amd64_sigtramp_frame_sniffer): Update signature.
1398         (amd64_sigtramp_frame_unwind): Add amd64_sigtramp_frame_sniffer.
1399         (amd64_frame_base_address): Expect this_frame.
1400         (amd64_dummy_id): Renamed from amd64_unwind_dummy_id.  Expect
1401         this_frame.
1402         (amd64_init_abi): Use set_gdbarch_dummy_id and
1403         frame_unwind_append_unwinder.
1404         * i386-tdep.c (i386_frame_cache): Expect this_frame.
1405         (i386_frame_this_id, i386_frame_prev_register): Update signature.
1406         (i386_frame_unwind): Use default_frame_sniffer.
1407         (i386_frame_sniffer): Delete.
1408         (i386_sigtramp_frame_cache): Expect this_frame.
1409         (i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register)
1410         (i386_sigtramp_frame_sniffer): Update signature.
1411         (i386_sigtramp_frame_unwind): Use i386_sigtramp_frame_sniffer.
1412         (i386_frame_base_address): Update signature.
1413         (i386_dummy_id): Rename from i386_unwind_dummy_id.  Expect this_frame.
1414         (i386_push_dummy_call): Update comment.
1415         (i386_sigtramp_p, i386_svr4_sigtramp_p, i386_svr4_sigcontext_addr):
1416         Expect this_frame.
1417         (i386_gdbarch_init): Use set_gdbarch_dummy_id, dwarf2_append_unwinders,
1418         and frame_unwind_append_unwinder.
1419         * amd64-linux-tdep.c, amd64-sol2-tdep.c, amd64fbsd-tdep.c,
1420         amd64nbsd-tdep.c, amd64obsd-tdep.c, i386-linux-tdep.c,
1421         i386-nto-tdep.c, i386bsd-tdep.c, i386-sol2-tdep.c, i386obsd-tdep.c,
1422         i386nbsd-tdep.c: Update for unwinder changes.
1423
1424 2008-04-30  Daniel Jacobowitz  <[email protected]>
1425
1426         * trad-frame.c (struct trad_frame_cache): Rename next_frame to this_frame.
1427         (trad_frame_cache_zalloc, trad_frame_alloc_saved_regs): Expect
1428         this_frame.
1429         (trad_frame_get_prev_register, trad_frame_get_register): Update signature.
1430         * trad-frame.h (trad_frame_cache_zalloc, trad_frame_get_register)
1431         (trad_frame_alloc_saved_regs, trad_frame_get_prev_register): Update
1432         signature.
1433         * tramp-frame.c (tramp_frame_cache, tramp_frame_start): Expect
1434         this_frame.
1435         (tramp_frame_this_id, tramp_frame_prev_register, tramp_frame_sniffer):
1436         Update signature.
1437         * tramp-frame.h (struct tramp_frame): Update signature of init.
1438         * Makefile.in (trad-frame.o): Update.
1439
1440 2008-04-30  Daniel Jacobowitz  <[email protected]>
1441
1442         * dwarf2-frame.c (read_reg): Expect this_frame in the baton.
1443         (execute_stack_op): Put this_frame in the baton.
1444         (execute_cfa_program): Take this_frame.
1445         (struct dwarf2_frame_ops): Update comment for signal_frame_p.
1446         (dwarf2_frame_default_init_reg, dwarf2_frame_init_reg)
1447         (dwarf2_frame_signal_frame_p, dwarf2_frame_cache)
1448         (dwarf2_frame_this_id): Adjust to work on this_frame.
1449         (dwarf2_signal_frame_this_id): Delete.
1450         (dwarf2_frame_prev_register): Update signature.  Use new frame
1451         unwind methods.
1452         (dwarf2_frame_sniffer): Update signature.  Expect this_frame.
1453         (dwarf2_frame_unwind, dwarf2_signal_frame_unwind): Add
1454         dwarf2_frame_sniffer.
1455         (dwarf2_append_unwinders): New.
1456         (dwarf2_frame_base_address, dwarf2_frame_base_sniffer): Expect
1457         this_frame.
1458         * sparc-tdep.c (sparc32_dwarf2_struct_return_p)
1459         (sparc32_dwarf2_frame_init_reg): Expect this_frame.
1460         * cris-tdep.c (cris_dwarf2_frame_init_reg): Likewise.
1461         * rs6000-tdep.c (ppc_dwarf2_frame_init_reg): Likewise.
1462         * s390-tdep.c (s390_dwarf2_frame_init_reg): Likewise.
1463         * sh-tdep.c (sh_dwarf2_frame_init_reg): Likewise.
1464         * sparc64-tdep.c (sparc64_dwarf2_frame_init_reg): Likewise.
1465         * dwarf2-frame.h (dwarf2_frame_sniffer): Delete declaration.
1466         (dwarf2_append_unwinders): Declare.
1467         (dwarf2_frame_base_sniffer): Update declaration.
1468         * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): Expect
1469         this_frame.
1470
1471 2008-04-30  Daniel Jacobowitz  <[email protected]>
1472
1473         Convert frame unwinders to use the current frame and
1474         "struct value".
1475
1476         * frame.c (frame_debug): Make global.
1477         (get_frame_id): Pass this frame to unwinder routines.
1478         (frame_pc_unwind): Remove unused unwind->prev_pc support.
1479         (do_frame_register_read): Do not discard the return value of
1480         frame_register_read.
1481         (frame_register_unwind): Remove debug messages.  Use
1482         frame_unwind_register_value.
1483         (frame_unwind_register_value, get_frame_register_value): New
1484         functions.
1485         (create_new_frame, get_frame_base_address, get_frame_locals_address)
1486         (get_frame_args_address, get_frame_type): Pass this frame to
1487         unwinder routines.
1488         (frame_cleanup_after_sniffer, frame_prepare_for_sniffer): New
1489         functions.
1490         * frame.h: Update comments.
1491         (frame_debug, frame_unwind_register_value, get_frame_register_value)
1492         (frame_prepare_for_sniffer): Declare.
1493         * frame-unwind.h: Update comments and parameter names.
1494         (default_frame_sniffer): Declare.
1495         (frame_prev_register_ftype): Return a struct value *.
1496         (struct frame_unwind): Remove prev_pc member.
1497         (frame_unwind_sniffer_ftype, frame_unwind_append_sniffer): Delete.
1498         (frame_unwind_append_unwinder, frame_unwind_got_optimized)
1499         (frame_unwind_got_register, frame_unwind_got_memory)
1500         (frame_unwind_got_constant, frame_unwind_got_address): Declare.
1501         * frame-base.h: Update comments and parameter names.
1502         * valops.c (value_fetch_lazy): Use get_frame_register_value.  Iterate
1503         if necessary.  Add debugging output.
1504         * sentinel-frame.c (sentinel_frame_prev_register)
1505         (sentinel_frame_this_id): Update for new signature.
1506         (sentinel_frame_prev_pc): Delete.
1507         (sentinel_frame_unwinder): Remove prev_pc.
1508         * ia64-tdep.c (ia64_libunwind_frame_unwind): Do not initialize
1509         prev_pc.
1510         * libunwind-frame.c (libunwind_frame_unwind): Likewise.
1511         * frame-unwind.c (struct frame_unwind_table_entry): Remove sniffer.
1512         (frame_unwind_append_sniffer): Delete.
1513         (frame_unwind_append_unwinder): New function.
1514         (frame_unwind_find_by_frame): Take this frame.  Only use sniffers
1515         from unwinders.  Use frame_prepare_for_sniffer.
1516         (default_frame_sniffer, frame_unwind_got_optimized)
1517         (frame_unwind_got_register, frame_unwind_got_memory)
1518         (frame_unwind_got_constant, frame_unwind_got_address): New functions.
1519         * dummy-frame.c (dummy_frame_sniffer): Use gdbarch_dummy_id.
1520         (dummy_frame_prev_register, dummy_frame_this_id): Update for new
1521         signature.
1522         * gdbarch.sh: Replace unwind_dummy_id with dummy_id.
1523         * gdbarch.c, gdbarch.c: Regenerated.
1524         * frame-base.c (default_frame_base_address)
1525         (default_frame_locals_address, default_frame_args_address): Update
1526         for new signature.
1527         (frame_base_find_by_frame): Pass this frame to unwinder routines.
1528         * infcall.c (call_function_by_hand): Update comments.
1529         * Makefile.in (frame-unwind.o): Update dependencies.
1530
1531 2008-04-30  Daniel Jacobowitz  <[email protected]>
1532
1533         * ada-lang.c (ada_value_primitive_packed_val): Only check
1534         value_lazy for memory lvals.
1535         * findvar.c (value_of_register_lazy): New function.
1536         (locate_var_value): Only check value_lazy for memory lvals.
1537         * valarith.c (value_subscripted_rvalue): Likewise.
1538         * valops.c (value_fetch_lazy): Handle both memory and register
1539         lvals.
1540         (search_struct_field, value_slice): Only check value_lazy for memory
1541         lvals.
1542         * value.c (struct value): Update comment for lazy.
1543         (value_primitive_field): Only check value_lazy for memory lvals.
1544         * value.h (value_lazy): Update comment.
1545         (value_of_register_lazy): Declare.
1546
1547 2008-04-30  Daniel Jacobowitz  <[email protected]>
1548
1549         * corefile.c (reopen_exec_file): Close any open files.
1550
1551 2008-04-29  Joel Brobecker  <[email protected]>
1552
1553         * ia64-tdep.c (ia64_memory_remove_breakpoint): Set
1554         show_memory_breakpoints to 1 while reading the instruction bundle.
1555
1556 2008-04-29  Joel Brobecker  <[email protected]>
1557
1558         * gdbarch.sh: Document the return_value method. Explain that
1559         the FUNCTYPE parameter might be NULL.
1560         * gdbarch.h: Regenerated.
1561         * sparc-tdep.c (sparc32_push_dummy_code): Do not pass the function
1562         type when calling using_struct_return, as this is unnecessary
1563         on this target.
1564
1565 2008-04-28  Joel Brobecker  <[email protected]>
1566
1567         * terminal.h (create_tty_session): Fix return type.
1568
1569 2008-04-26  Vladimir Prus  <[email protected]>
1570
1571         * mi/mi-interp.c (mi_new_thread): Quote the thread id.
1572
1573 2008-04-26  Joel Brobecker  <[email protected]>
1574
1575         * breakpoint.c (condition_command, commands_from_control_command)
1576         (break_command_really): Minor reformatting.
1577
1578 2008-04-25  Pedro Alves  <[email protected]>
1579
1580         * dwarf2read.c (dwarf2_const_value): Handle DW_FORM_strp.
1581
1582 2008-04-25  Pedro Alves  <[email protected]>
1583
1584         * amd64-tdep.c (amd64_get_longjmp_target): New.
1585         (amd64_init_abi): Register amd64_get_longjmp_target as
1586         gdbarch_get_longjmp_target callback.
1587         * i386-tdep.c (i386_get_longjmp_target): Remove 64-bit handling.
1588
1589 2008-04-25  Pedro Alves  <[email protected]>
1590
1591         * breakpoint.h (enum bpstat_what_main_action): Delete
1592         BPSTAT_WHAT_CLEAR_LONGJMP_RESUME_SINGLE.
1593
1594         * breakpoint.c (clrs): Delete.
1595         (bpstat_what): Update table.
1596
1597         * infrun.c (handle_inferior_event): Remove
1598         BPSTAT_WHAT_CLEAR_LONGJMP_RESUME_SINGLE handling.
1599
1600 2008-04-24  Vladimir Prus  <[email protected]>
1601
1602         * mi/mi-cmds.h (mi_cmd_args_ftype): Remove.
1603         Adjust all prototypes using mi_cmd_args_ftype to use
1604         mi_cmd_argv_ftype.
1605         (struct mi_cmd): Remove the args_func field.
1606         * mi/mi-cmds.c: Don't provide value for the args_func field.
1607         * mi/mi-main.c (mi_execute_async_cli_command)
1608         (mi_cmd_exec_run, mi_cmd_exec_next, mi_cmd_exec_next_instruction)
1609         (mi_cmd_exec_step, mi_cmd_exec_step_instruction)
1610         (mi_cmd_exec_finish, mi_cmd_exec_until, mi_cmd_exec_return)
1611         (mi_cmd_exec_continue, mi_cmd_exec_interrupt)
1612         (mi_cmd_target_download): Adjust.
1613         (mi_cmd_target_select): Adjust. Pass 0 for from_tty parameter.
1614         (mi_cmd_execute): Do not check for args_func.
1615         (mi_execute_async_cli_command): Adjust.
1616         * mi/mi-parse.c: Don't check for args_func.
1617
1618 2008-04-24  Vladimir Prus  <[email protected]>
1619
1620         * breakpoint.c (bpstat_check_location)
1621         (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions):
1622         New, extracted from bpstat_stop_status.
1623         (bpstat_stop_status): Use the above.
1624
1625 2008-04-24  Vladimir Prus  <[email protected]>
1626
1627         * mi/mi-main.c (last_async_command): Rename to current_token.
1628         (previous_async_command): Remove.
1629         (mi_cmd_gdb_exit): Adjust.
1630         (mi_cmd_exec_interrupt): Don't dance with previous_async_command.
1631         (mi_cmd_target_select): Adjust.
1632         (mi_cmd_execute): Don't set previous_async_command.  Free token
1633         here even in async mode.
1634         (mi_execute_async_cli_command): Adjust.
1635         (mi_exec_async_cli_cmd_continuation): Adjust.  Do not free the
1636         token.
1637         (mi_load_progress): Adjust.
1638
1639 2008-04-24  Vladimir Prus  <[email protected]>
1640
1641         * infcmd.c (step_1_continuation): Always disable longjmp
1642         breakpoint if we're not going to do another step.
1643
1644 2008-04-24  Vladimir Prus  <[email protected]>
1645
1646         exec_cleanup murder.
1647         * breakpoint.c (until_break_command_continuation): Add
1648         the 'error' parameter.  Directly delete the breakoint as
1649         opposed to running cleanups.
1650         (until_break_command): Install continuation only
1651         after starting the target.  Don't use exec cleanups,
1652         use ordinary cleanups.  Discard cleanups is successfully
1653         started the target in async mode.
1654         (make_cleanup_delete_breakpoint): Remove.
1655         * breakpoint.h (make_cleanup_delete_breakpoint): Remove
1656         declaration.
1657         * defs.h (do_exec_cleanups, make_exec_cleanup): Remove
1658         declarations.
1659         (struct continations): Add the 'error' parameter to the
1660         continuation_hook field.
1661         (add_continuation, do_all_continuations)
1662         (add_intermediate_continuation)
1663         (do_all_intermediate_continuations): Add the 'error' parameter.
1664         * exceptions.c (throw_exception): Don't call do_exec_cleanups.
1665         * inf-loop.c (inferior_event_handler): Instead of calling
1666         discard_all_continuations, use do_all_continuations with 1 as
1667         'error' parameter.  Pass 0 as 'error' parameter in existing uses
1668         of discard_all_continuations.
1669         * infcmd.c (step_1): Do not use exec cleanup.  For async case, discard
1670         cleanups.
1671         (step_once): Install continuation only after resuming the target.
1672         (step_1_continuation): Disable longjmp breakpoint on error.
1673         (finish_command_continuation): Add the error parameter.  Delete
1674         the finish breakpoint directly, do not use cleanups.
1675         (finish_command): Do not use exec_cleanups. Always setup
1676         continuation.  For sync case, immediately run them.
1677         (attach_command_continuation): Add the error parameter.
1678         * infrun.c (fetch_inferior_event): Do not use exec cleanups to
1679         remove step_resume_breakpoint -- adjust delete it directly.
1680         * interps.c (interp_set): Adjust call to do_all_continations.
1681         * mi/mi-interp.c (mi_interpreter_exec_continuation): Do not
1682         do exec cleanups.
1683         * mi/mi-main.c (mi_cmd_target_select): Do not do exec
1684         cleanups.
1685         (mi_cmd_execute): Do not use exec_cleanup.
1686         (mi_execute_async_cli_command): Simplify the string concatenation
1687         logic.  Do no use exec cleanup.
1688         (mi_exec_async_cli_cmd_continuation): New parameter error.
1689         Free last_async_command.
1690         * top.c (command_line_handler_continuation): New parameter error.
1691         * utils.c (exec_cleanup_chain, make_exec_cleanup)
1692         (do_exec_cleanups): Remove.
1693         (add_continuation, do_all_continations)
1694         (add_intermediate_continuation)
1695         (do_all_intermediate_continuations): New parameter error.
1696
1697 2008-04-24  Vladimir Prus  <[email protected]>
1698
1699         * breakpoint.h (bp_location_p): New typedef.
1700         Register a vector of bp_location_p.
1701         * breakpoint.c (always_inserted_mode)
1702         (show_always_inserted_mode): New.
1703         (unlink_locations_from_global_list): Remove.
1704         (update_global_location_list)
1705         (update_global_location_list_nothrow): New.
1706         (update_watchpoint): Don't free locations.
1707         (should_insert_location): New.
1708         (insert_bp_location): Use should_insert_location.
1709         (insert_breakpoint_locations): Copied from
1710         insert_breakpoints.
1711         (insert_breakpoint): Use insert_breakpoint_locations.
1712         (bpstat_stop_status): Call update_global_location_list
1713         when disabling breakpoint.
1714         (allocate_bp_location): Don't add to bp_location_chain.
1715         (set_raw_breakpoint)
1716         (create_longjmp_breakpoint, enable_longjmp_breakpoint)
1717         (disable_longjmp_breakpoint, create_overlay_event_breakpoint)
1718         (enable_overlay_breakpoints, disable_overlay_breakpoints)
1719         (set_longjmp_resume_breakpoint)
1720         (enable_watchpoints_after_interactive_call_stop)
1721         (disable_watchpoints_before_interactive_call_start)
1722         (create_internal_breakpoint)
1723         (create_fork_vfork_event_catchpoint)
1724         (create_exec_event_catchpoint, set_momentary_breakpoint)
1725         (create_breakpoints, break_command_1, watch_command_1)
1726         (create_exception_catchpoint)
1727         (handle_gnu_v3_exceptions)
1728         (disable_breakpoint, breakpoint_re_set_one)
1729         (create_thread_event_breakpoint, create_solib_event_breakpoint)
1730         (create_ada_exception_breakpoint): : Don't call check_duplicates.
1731         Call update_global_location_list.
1732         (delete_breakpoint): Don't remove locations and don't
1733         try to reinsert them. Call update_global_location_list.
1734         (update_breakpoint_locations): Likewise.
1735         (restore_always_inserted_mode): New.
1736         (update_breakpoints_after_exec): Temporary disable
1737         always inserted mode.
1738         * Makefile.in: Update dependencies.
1739
1740         * infrun.c (proceed): Remove breakpoints while stepping
1741         over breakpoint.
1742         (handle_inferior_event): Don't remove or insert
1743         breakpoints.
1744         * linux-fork.c (checkpoint_command): Remove breakpoints
1745         before fork and insert after.
1746         (linux_fork_context): Remove breakpoints before switch
1747         and insert after.
1748         * target.c (target_disconnect, target_detach): Remove
1749         breakpoints from target.
1750
1751         
1752 2008-04-24  Vladimir Prus  <[email protected]>
1753
1754         * breakpoint.c (print_one_breakpoint_location): In MI
1755         mode, report the location string the breakpoint was
1756         originally created with.
1757
1758 2008-04-23  Maxim Grigoriev  <[email protected]>
1759
1760         * Makefile.in (xtensa-tdep.o): Update dependencies.
1761         * configure.tgt (xtensa*): Update dependencies.
1762         * xtensa-tdep.c (arreg_number): Renamed from areg_number.
1763         Local variable areg renamed to arreg.
1764         (areg_number): New function.
1765         (xtensa_pseudo_register_read, xtensa_pseudo_register_write)
1766         (xtensa_extract_return_value, xtensa_store_return_value): areg_number
1767         replaced by arreg_number.
1768         (xtensa_windowed_frame_cache, struct xtensa_frame_cache): New comments.
1769         (xtensa_alloc_frame_cache): Initialize cache->wd.ws.
1770         (xtensa_scan_prologue): New function.
1771         (xtensa_frame_cache): New local fp_regnum. Handle separately the case,
1772         when ENTRY instraction hasn't been executed yet. Get the frame pointer
1773         value based on prologue analysis. Fix the bugs preventing WS and
1774         AR4-AR7/A11 registers from getting right values for intermediate frames,
1775         whose registers have been already spilled.
1776         (xtensa_frame_prev_register): Fix WS register value. Use are_number
1777         and arreg_number appropriately.
1778         (xtensa_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
1779         svr4_ilp32_fetch_link_map_offsets.
1780
1781 2008-04-23  Andrew Stubbs  <[email protected]>
1782
1783         * printcmd.c: Define USE_PRINTF_I64 and PRINTF_HAS_LONG_LONG on MinGW.
1784         (printf_command): Convert %lld to %I64d when USE_PRINTF_I64 set.
1785
1786 2008-04-23  Paolo Bonzini  <[email protected]>
1787
1788         * acinclude.m4: Add override.m4.
1789         * configure: Regenerate.
1790
1791 2008-04-22  Jan Kratochvil  <[email protected]>
1792
1793         * ada-lang.c (get_selections): Variable PROMPT made non-const and
1794         initialized with a trailing space now.  Use PROMPT_ARG of
1795         COMMAND_LINE_INPUT instead of printing it ourselves.
1796
1797 2008-04-22  Joel Brobecker  <[email protected]>
1798
1799         * NEWS: Document support for 64-bit core file.
1800
1801 2008-04-22  Corinna Vinschen  <[email protected]>
1802
1803         * NEWS: Add information on calling convention and new SH CLI options.
1804
1805         * sh-tdep.c (sh_cc_gcc): New static string.
1806         (sh_cc_renesas): Ditto.
1807         (sh_cc_enum): New static string array.
1808         (sh_active_calling_convention): New static string pointer denoting
1809         active user chosen ABI.
1810         (sh_is_renesas_calling_convention): New function to return function
1811         specific ABI, or user choice if necessary.
1812         (sh_use_struct_convention): Rename first argument and turn around its
1813         meaning.  Check for renesas ABI and return accordingly.
1814         (sh_use_struct_convention_nofpu): New function.
1815         (sh_next_flt_argreg): Get function type as third parameter.  Check
1816         for renesas ABI and choose floating registers accordingly.
1817         (sh_push_dummy_call_fpu): Check for ABI and choose argument slot and
1818         struct return slot accordingly.
1819         (sh_push_dummy_call_nofpu): Ditto.
1820         (sh_return_value_nofpu): Call sh_use_struct_convention_nofpu from here.
1821         Evaluate ABI and give to sh_use_struct_convention_nofpu.
1822         (sh_return_value_fpu):  Evaluate ABI and give to
1823         sh_use_struct_convention.
1824         (show_sh_command): New function.
1825         (set_sh_command): Ditto.
1826         (_initialize_sh_tdep): Initialize `set/show sh calling-convention
1827         CLI command.
1828
1829         * gdbarch.sh (return_value): Add func_type argument.
1830         * gdbarch.c: Regenerate.
1831         * gdbarch.h: Ditto.
1832         * eval.c (evaluate_subexp_standard): Rename local variable value_type to
1833         val_type so as not to collide with value_type function.  Call
1834         using_struct_return with additional function type argument.
1835         * infcall.c (call_function_by_hand): Call using_struct_return and
1836         gdbarch_return_value with additional function type argument.
1837         * infcmd.c (print_return_value): Take addition func_type argument.
1838         Call gdbarch_return_value with additional function type argument.
1839         (finish_command_continuation): Call print_return_value with additional
1840         function type argument.
1841         (finish_command): Ditto.
1842         * sparc-tdep.c (sparc32_push_dummy_code): Call using_struct_return with
1843         additional function type argument.
1844         * stack.c (return_command): Call using_struct_return and
1845         gdbarch_return_value with additional function type argument.
1846         * value.c (using_struct_return): Take additional function type argument.
1847         * value.h (using_struct_return): Accommodate declaration.
1848         * alpha-tdep.c (alpha_return_value): Add func_type argument.
1849         * amd64-tdep.c (amd64_return_value): Ditto.
1850         * arm-tdep.c (arm_return_value): Ditto.
1851         * avr-tdep.c (avr_return_value): Ditto.
1852         * cris-tdep.c (cris_return_value): Ditto.
1853         * frv-tdep.c (frv_return_value): Ditto.
1854         * h8300-tdep.c (h8300_return_value): Ditto.
1855         (h8300h_return_value): Ditto.
1856         * hppa-tdep.c (hppa32_return_value): Ditto.
1857         (hppa64_return_value): Ditto.
1858         * i386-tdep.c (i386_return_value): Ditto.
1859         * ia64-tdep.c (ia64_return_value): Ditto.
1860         * iq2000-tdep.c (iq2000_return_value): Ditto.
1861         * m32c-tdep.c (m32c_return_value): Ditto.
1862         * m32r-tdep.c (m32r_return_value): Ditto.
1863         * m68hc11-tdep.c (m68hc11_return_value): Ditto.
1864         * m68k-tdep.c (m68k_return_value): Ditto.
1865         (m68k_svr4_return_value): Ditto.
1866         * m88k-tdep.c  (m88k_return_value): Ditto.
1867         * mep-tdep.c (mep_return_value): Ditto.
1868         * mips-tdep.c (mips_eabi_return_value): Ditto.
1869         (mips_n32n64_return_value): Ditto.
1870         (mips_o32_return_value): Ditto.
1871         (mips_o64_return_value): Ditto.
1872         * mn10300-tdep.c (mn10300_return_value): Ditto.
1873         * mt-tdep.c (mt_return_value): Ditto.
1874         * ppc-linux-tdep.c (ppc_linux_return_value): Ditto.
1875         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Ditto.
1876         (ppc_sysv_abi_broken_return_value): Ditto.
1877         (ppc64_sysv_abi_return_value): Ditto.
1878         * ppc-tdep.h (ppc_sysv_abi_return_value): Ditto.
1879         (ppc_sysv_abi_broken_return_value): Ditto.
1880         (ppc64_sysv_abi_return_value): Ditto.
1881         * ppcnbsd-tdep.c (ppcnbsd_return_value): Ditto.
1882         * rs6000-tdep.c (rs6000_return_value): Ditto.
1883         * s390-tdep.c (s390_return_value): Ditto.
1884         * score-tdep.c (score_return_value): Ditto.
1885         * sh-tdep.c (sh_return_value_nofpu): Ditto.
1886         (sh_return_value_fpu): Ditto.
1887         * sh64-tdep.c (sh64_return_value): Ditto.
1888         * sparc-tdep.c (sparc32_return_value): Ditto.
1889         * sparc64-tdep.c (sparc64_return_value): Ditto.
1890         * spu-tdep.c (spu_return_value): Ditto.
1891         * v850-tdep.c (v850_return_value): Ditto.
1892         * vax-tdep.c (vax_return_value): Ditto.
1893         * xstormy16-tdep.c (xstormy16_return_value): Ditto.
1894         * xtensa-tdep.c (xtensa_return_value): Ditto.
1895
1896         * gdbtypes.h (struct type): Add calling_convention member.
1897         * dwarf2read.c (read_subroutine_type): Add calling convention read
1898         from DW_AT_calling_convention attribute to function type.
1899
1900 2008-04-22  Markus Deuling  <[email protected]>
1901
1902         * eval.c (evaluate_subexp_standard): Use value_subscripted_rvalue for
1903         multi_f77_subscript to support values from registers.
1904         * valarith.c (value_subscripted_rvalue): Remove prototype and static.
1905         * value.h (value_subscripted_rvalue): Add prototype.
1906
1907         * f-typeprint.c (f_type_print_base): Add support for TYPE_CODE_UNION.
1908         Fix output.
1909         * f-valprint.c (f_val_print): Likewise.
1910
1911 2008-04-21  Craig Silverstein  <[email protected]>
1912
1913         * dwarf2read.c (zlib_decompress_section): Define abfd in the
1914         !HAVE_ZLIB_H case.
1915
1916 2008-04-21  Pedro Alves  <[email protected]>
1917
1918         * symfile.c (syms_from_objfile): Don't warn if lowest loadable
1919         section is not a code section.
1920
1921 2008-04-19  Craig Silverstein  <[email protected]>
1922
1923         * NEWS: Add information on compressed debug sections.
1924
1925 2008-04-19  Vladimir Prus  <[email protected]>
1926
1927         * mi/mi-cmd-var.c (varobj_update_one): Print new
1928         value for variable objects that changed type.
1929
1930 2008-04-19  Vladimir Prus  <[email protected]>
1931
1932         * varobj.c (varobj_invalidate): Don't touch floating
1933         varobjs.
1934
1935 2008-04-19  Mark Kettenis  <[email protected]>
1936
1937         * symtab.c: (multiple_symbols_modes, multiple_symbols_ask)
1938         (multiple_symbols_cancel): Remove extra const.
1939         * symtab.h: Likewise.
1940
1941 2008-04-19  Nick Roberts  <[email protected]>
1942
1943         * interps.c (top_level_interpreter): Rename static variable...
1944         (top_level_interpreter_ptr): ...to this.
1945         (top_level_interpreter): New function.
1946
1947         * interps.h: New extern for top_level_interpreter.
1948
1949         * linespec.c: Include interps.h and mi/mi-cmds.h.
1950         (decode_line_2): When using MI, always set all breakpoints in menu.
1951
1952         * Makefile.in (linespec.o, mi-interp.o): Add dependencies.
1953
1954 2008-04-18  Craig Silverstein  <[email protected]>
1955
1956         * configure.ac (AC_SEARCH_LIBS): Add check for zlib.
1957         * config.in, configure: Regenerate.
1958         * dwarf2read.c: Include zlib.h if present.
1959         Modified *_SECTION macros.
1960         (section_is_p): New.
1961         (dwarf2_locate_sections): Use section_is_p instead of strcmp
1962         (dwarf2_resize_section): New.
1963         to determine whether a given section has a given name.
1964         (zlib_decompress_section): New.
1965         (dwarf2_read_section): Read the compressed section if present
1966         in the binary.
1967         * MAINTAINERS: Added myself to section Write After Approval.
1968
1969 2008-04-18  Thiago Jung Bauermann  <[email protected]>
1970
1971         * defs.h (exec_set_section_offsets): Remove prototype.
1972         * exec.c (exec_set_section_offsets): Remove function.
1973
1974 2008-04-18  Joel Brobecker  <[email protected]>
1975
1976         * stabsread.c (cleanup_undefined_types_1): Add instance flags check
1977         in the search for the matching symbol.
1978
1979 2008-04-17  Marc Khouzam  <[email protected]>
1980
1981         * breakpoint.c (update_watchpoint): Always reparse
1982         condition.
1983
1984 2008-04-17  Joel Brobecker  <[email protected]>
1985
1986         * breakpoint.c (print_one_breakpoint_location): Make sure to print
1987         the breakpoint address only once.
1988
1989 2008-04-17  Dennis Roberts  <[email protected]>
1990
1991         * rs6000-tdep.c (rs6000_gdbarch_init): Use the BFD architecture,
1992         rather than a hard-coded architecture, for xcoff executables.
1993
1994 2008-04-17  Doug Evans  <[email protected]>
1995
1996         * buildsym.c (watch_main_source_file_lossage): New fn.
1997         (end_symtab): Call it.
1998
1999         * source.c (find_and_open_source): Add some comments clarifying
2000         handling of FULLNAME argument.  Make static.  Remove pointless
2001         xstrdup/xfree.
2002
2003 2008-04-17  Pedro Alves  <[email protected]>
2004
2005         * inf-loop.c (inferior_event_handler): Also run the intermediate
2006         continuations in the INF_EXEC_COMPLETE case.
2007
2008 2008-04-16  Tom Tromey  <[email protected]>
2009
2010         * cli/cli-decode.h (CMD_ASYNC_OK): New define.
2011         (set_cmd_async_ok, get_cmd_async_ok): Declare.
2012         * cli/cli-decode.c (set_cmd_async_ok): New function.
2013         (get_cmd_async_ok): New function.
2014         * cli/cli-cmds.c (init_cli_cmds): Mark "pwd", "help", "info", and
2015         "show" as async-ok.
2016         * top.c (execute_command): Use get_cmd_async_ok.
2017         * infcmd.c: Include cli/cli-decode.h.
2018         (_initialize_infcmd): Mark "interrupt" as async-ok.
2019         * Makefile.in (infcmd.o): Depend on cli_decode_h.
2020
2021 2008-04-16  Daniel Jacobowitz  <[email protected]>
2022
2023         PR gdb/2445
2024         * exec.c: Correct "arch-utils.h" include.
2025
2026 2008-04-15  Aleksandar Ristovski  <[email protected]>
2027
2028         PR gdb/2424
2029         * infrun.c (normal_stop) Move breakpoint_auto_delete further down
2030         to allow printing to 'see' real reason of stop. This fixes PR 2424.
2031         * breakpoint.c (bpdisp_texst): New function. The function takes over
2032         the role of bpstats static array in print_one_breakpoint_location.
2033         (print_it_typical): Print "Temporary breakpoint" instead
2034         of just "Breakpoint" when breakpoint is, well, temporary. For mi-like
2035         protocols, print disp field.
2036         (print_one_breakpoint_location): Removed bpdisps static definition.
2037         Call new bpstat_text function to get value for 'disp' field.
2038         (mention): Print "Temporary breakpoint" instead of just "Breakpoint".
2039
2040 2008-04-15  Daniel Jacobowitz  <[email protected]>
2041
2042         * gnulib/Makefile.am, gnulib/m4/gnulib-cache.m4,
2043         gnulib/aux/link-warning.h, gnulib/extra/link-warning.h: Adjust
2044         by rerunning gnulib-tool with --aux-dir=gnulib/extra.
2045         * gnulib/Makefile.in: Regenerate.
2046
2047 2008-04-14  Daniel Jacobowitz  <[email protected]>
2048
2049         * Makefile.in (GNULIB_H): New.  Trigger all-lib.
2050         (defs_h): Use $(GNULIB_H).
2051         (all-lib): Depend on gnulib/Makefile.
2052         (gnulib/Makefile): Regenerate gnulib/Makefile and gnulib/.deps.
2053         * config.in, gnulib/Makefile.in: Regenerated.
2054
2055 2008-04-14  Daniel Jacobowitz  <[email protected]>
2056
2057         * Makefile.in (LIBGNU, INCGNU): Define.
2058         (INTERNAL_CFLAGS_BASE): Add INCGNU.
2059         (INTERNAL_LIBS, CLIBS, CDEPS): Add LIBGNU.
2060         (CLEANDIRS): New.
2061         ($(LIBGNU), all-lib): New rules.
2062         (clean, distclean, do-maintainer-clean): Use CLEANDIRS.
2063         * configure.ac: Use gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE.
2064         Simplify AC_CONFIG_AUX_DIR.  Generate gnulib/Makefile.
2065         * gnulib: New directory, from gnulib-tool.
2066         * configure, aclocal.m4: Regenerated.
2067
2068 2008-04-14  Daniel Jacobowitz  <[email protected]>
2069
2070         * linux-thread-db.c (have_threads_callback): Check thread->private.
2071
2072 2008-04-13  Nick Roberts  <[email protected]>
2073             Vladimir Prus  <[email protected]>
2074
2075         Fix @-varobjs.
2076         * varobj.c (value_of_root): Update the expression for
2077         floating varobjs.
2078         * mi/mi-cmd-var.c (varobj_update_one): If type has changed,
2079         report that.
2080
2081 2008-04-09  Marc Khouzam  <[email protected]>
2082
2083         * mi/mi-cmd-var.c: Include "mi-getopt.h".
2084         (mi_parse_format): New.  Factored out from mi_cmd_var_set_format.
2085         (mi_cmd_var_set_format): Use new mi_parse_format.
2086         (mi_cmd_var_evaluate_expression): Support for -f option to specify
2087         format.
2088         * Makefile.in (mi-cmd-var.o): Update dependencies.
2089
2090         * varobj.h (varobj_get_formatted_value): Declare.
2091         * varobj.c (my_value_of_variable): Added format parameter.
2092         (cplus_value_of_variable): Likewise.
2093         (java_value_of_variable): Likewise.
2094         (c_value_of_variable): Likewise.  Evaluate expression based
2095         on format parameter.
2096         (struct language_specific): Add format parameter to function member
2097         *value_of_variable.
2098         (varobj_get_formatted_value): New.
2099         (varobj_get_value): Added format parameter to method call.
2100         
2101 2008-04-08  Joel Brobecker  <[email protected]>
2102
2103         * stabsread.c (cleanup_undefined_types_noname): Manually set the
2104         instance flags of the undefined type before calling replace_type.
2105
2106 2008-04-08  Vladimir Prus  <[email protected]>
2107
2108         * target.h (enum strata): Remove the download_stratum.
2109         
2110 2008-04-07  Doug Evans  <[email protected]>
2111
2112         * buildsym.h (last_source_file): Add dwarf info to comment.
2113         (last_source_start_addr): Ditto.
2114
2115 2008-04-07  Pedro Alves  <[email protected]>
2116
2117         * alphanbsd-tdep.c: Include "target.h".
2118         * mn10300-tdep.c: Include "target.h".
2119         * Makefile.in (alphanbsd-tdep.o, mn10300-tdep.o): Update.
2120
2121 2008-04-06  Vladimir Prus  <[email protected]>
2122
2123         Fix breakpoint condition that use member variables.
2124         * valops.c (check_field): Remove.
2125         (check_field_in): Rename to check_field.
2126         (value_of_this): Use la_name_of_this.
2127         * value.h (check_field): Adjust prototype.
2128
2129         * language.h (la_value_of_this): Rename to la_name_of_this.
2130         * language.c (unknown_language_defn): Specify "this" for
2131         name_of_this.
2132         (auto_language_defn): Likewise.
2133         (local_language_defn): Likewise.
2134         * ada-lang.c (ada_language_defn): Adjust comment.
2135         * c-lang.c (c_language_defn): Adjust comment.
2136         (cplus_language_defn): Specify "this" for name_of_this.
2137         (asm_language_defn): Adjust comment.
2138         (minimal_language_defn): Adjust comment.
2139         * f-lang.c (f_language_defn): Specify NULL for name_of_this.
2140         * jv-lang.c (java_language_defn): Specify "this" for name_of_this.
2141         * m2-lang.c (m2_language_defn): Specify "this" for name_of_this.
2142         * objc-lang.c (objc_language_defn): Specify "self" for
2143         name_of_this.
2144         * p-lang.c (pascal_language_defn): Specify "this" for
2145         name_of_this.
2146         * scm-lang.c (scm_language_defn): Specify NULL for name_of_this.
2147
2148         * symtab.c (lookup_symbol_aux): Lookup "this" in the
2149         proper scope, and check for field in type of "this", without
2150         trying to create a value.
2151
2152 2008-04-04  Pedro Alves  <[email protected]>
2153
2154         * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_ERROR.
2155         (mi_error_message): Delete declaration.
2156         * mi/mi-interp.c (mi_cmd_interpreter_exec): Call error instead of
2157         returning MI_CMD_ERROR.
2158         * mi/mi-main.c (mi_error_message): Delete.
2159         (mi_cmd_exec_interrupt):
2160         (mi_cmd_thread_select, mi_cmd_thread_list_ids)
2161         (mi_cmd_thread_info): Call error instead of returning
2162         MI_CMD_ERROR.
2163         (mi_cmd_data_list_register_values): Call error instead of
2164         returning MI_CMD_ERROR.  Adapt to new get_register interface.
2165         (get_register): Change return typo to void.  Call error instead of
2166         returning MI_CMD_ERROR.
2167         (mi_cmd_data_write_register_values): Call error instead of
2168         returning MI_CMD_ERROR.
2169         (mi_cmd_list_features): Return MI_CMD_DONE.
2170         (captured_mi_execute_command): Remove MI_CMD_ERROR handling.
2171         (mi_execute_command): Always print exceptions with -error.
2172
2173 2008-04-04  Joel Brobecker  <[email protected]>
2174
2175         * NEWS: Mention new commands set/show multiple-symbols.
2176
2177 2008-04-03  Joel Brobecker  <[email protected]>
2178
2179         * symtab.c (multiple_symbols_ask, multiple_symbols_all)
2180         (multiple_symbols_cancel): New constants.
2181         (multiple_symbols_modes, multiple_symbols_mode): New static globals.
2182         (multiple_symbols_select_mode): New function.
2183         (_initialize_symtab): Add new set/show multiple-symbols commands.
2184         * symtab.h (multiple_symbols_ask, multiple_symbols_all)
2185         (multiple_symbols_cancel, multiple_symbols_select_mode): Declare.
2186         * ada-lang.c (user_select_syms): Add handling of new multiple-symbols
2187         setting.
2188         * linespec.c (decode_line_2): Likewise.
2189
2190 2008-04-03  Doug Evans  <[email protected]>
2191
2192         * symtab.h (enum free_code): Delete free_contents, unused.
2193         * symmisc.c (free_symtab_block): Delete.
2194         (free_symtab, case free_code): Delete.
2195
2196 2008-04-01  Aleksandar Ristovski  <[email protected]>
2197
2198         * valops.c (value_cast_structs): New function. Cast related
2199         STRUCT types up/down and return cast value. The body of this 
2200         function comes mostly from value_cast_pointers.
2201         (value_cast_pointers): Code for actual cast STRUCT-STRUCT moved
2202         to value_cast_structs. Now value_cast_pointers needs only create
2203         appropriate reference after using value_cast_structs for actual
2204         casting.
2205         (value_cast): Handle references.
2206
2207 2008-04-01  Marc Khouzam  <[email protected]>
2208
2209         * MAINTAINERS: Added myself to section Write After Approval.
2210
2211 2008-03-30  Daniel Jacobowitz  <[email protected]>
2212
2213         * ia64-tdep.c (examine_prologue): Correct array access.
2214
2215 2008-03-28  Aleksandar Ristovski  <[email protected]>
2216
2217         * cp-support.c (first_component_command): Return if no arguments.
2218
2219 2008-03-28  Carlos O'Donell  <[email protected]>
2220
2221         * ser-mingw.c (ser_windows_open): Open requested name.
2222
2223 2008-03-28  Aleksandar Ristovski  <[email protected]>
2224
2225         * MAINTAINERS: Added myself.
2226
2227 2008-03-28  Pedro Alves  <[email protected]>
2228
2229         * target.c (find_default_run_target): Allow a NULL `do_mesg'
2230         parameter.  If it is NULL, don't call error.
2231         (find_default_can_async_p, find_default_is_async_p): Pass NULL as
2232         `do_mesg' parameter to find_default_run_target.  If no target was
2233         found, return 0.
2234
2235 2008-03-28  Daniel Jacobowitz  <[email protected]>
2236
2237         * mips-linux-tdep.c: Update N32/N64 signal frame comments.
2238         (N64_SIGCONTEXT_LO, N64_SIGCONTEXT_PC, N64_SIGCONTEXT_FPCSR): Update.
2239         (N64_SIGCONTEXT_FIR, N64_SIGCONTEXT_CAUSE, N64_SIGCONTEXT_BADVADDR):
2240         Delete.
2241         (mips_linux_n32n64_sigframe_init): Do not record cause or badvaddr.
2242
2243 2008-03-27  Joel Brobecker  <[email protected]>
2244
2245         GDB 6.8 released.
2246
2247 2008-03-27  Ulrich Weigand  <[email protected]>
2248
2249         * features/Makefile (%.dat): Set xmltarget to the base filename
2250         of the XML source, without subdirectory.
2251         * regformats/rs6000/powerpc-32.dat: Regenerate.
2252         * regformats/rs6000/powerpc-64.dat: Regenerate.
2253         * regformats/rs6000/powerpc-e500.dat: Regenerate.
2254
2255 2008-03-27  Markus Deuling  <[email protected]>
2256
2257         * xcoffread.c (scan_xcoff_symtab): Replace current_gdbarch by
2258         objfile arch.
2259
2260 2008-03-27  Nick Roberts  <[email protected]>
2261
2262         * mi/mi-main.c (enum captured_mi_execute_command_actions):
2263         Spell suppress in EXECUTE_COMMAND_SUPPRESS_PROMPT correctly.
2264
2265 2008-03-26  Ulrich Weigand  <[email protected]>
2266
2267         * objfiles.h (struct objfile): New GDBARCH member.
2268         (get_objfile_arch): Add prototype.
2269         * objfiles.c: Include "arch-utils.h".
2270         (allocate_objfile): Look up gdbarch associated with bfd.
2271         (get_objfile_arch): New function.
2272         * Makefile (objfiles.o): Update dependencies.
2273
2274         * dwarf2-frame.c (decode_frame_entry_1): Replace current_gdbarch
2275         by objfile arch.
2276         * dwarf2loc.c (dwarf_expr_read_reg): Replace current_gdbarch
2277         by frame arch.
2278         (locexpr_describe_location): Replace current_gdbarch by
2279         objfile arch.
2280         * dwarf2read.c (die_type): Replace current_gdbarch by objfile arch.
2281         (dwarf2_add_field): Likewise.
2282         (read_tag_pointer_type): Likewise.
2283         (read_base_type): Likewise.
2284         (new_symbol): Likewise.
2285
2286         * coffread.c (decode_type): Add OBJFILE argument.  Update callers.
2287         (decode_base_type, decode_function_type): Likewise.
2288         (coff_read_struct_type, coff_read_enum_type): Likewise.
2289         (coff_symtab_read): Replace current_gdbarch by objfile arch.
2290         (decode_base_type): Likewise.
2291         (coff_read_enum_type): Likewise.
2292         (coff_read_struct_type): Replace current_objfile by OBJFILE argument.
2293         (coff_read_enum_type): Likewise.
2294
2295         * dbxread.c (read_dbx_symtab): Replace current_gdbarch by objfile arch.
2296         (end_psymtab): Likewise.
2297         (process_one_symbol): Likewise.
2298
2299         * mdebugread.c (parse_symbol): Replace current_gdbarch by objfile arch.
2300         (parse_procedure): Likewise.
2301         (parse_partial_symbols): Likewise.
2302
2303         * somread.c (som_symtab_read): Replace current_gdbarch by objfile arch.
2304
2305         * stabsread.c (define_symbol): Replace current_gdbarch by objfile arch.
2306         Replace static pcc_promotion_type and pcc_unsigned_promotion_type by
2307         built-in types.
2308         (read_range_type): Replace current_gdbarch by objfile arch.  Replace
2309         static range_index_type by built-in type.
2310         (read_one_struct_field): Replace current_gdbarch by objfile arch.
2311         (read_enum_type): Likewise.
2312
2313         * xcoffread.c (read_xcoff_symtab): Replace current_gdbarch by
2314         objfile arch.
2315
2316 2008-03-26  Vladimir Prus  <[email protected]>
2317
2318         * varobj.h (varobj_floating_p): Declare.
2319         * varobj.c (varobj_floating_p): New.
2320         * mi/mi-cmd-var.c (mi_cmd_var_update): When passed
2321         '@' as the name, update all floating varobjs.
2322
2323 2008-03-26  Vladimir Prus  <[email protected]>
2324
2325         * varobj.c (struct varobj_root): Rename use_selected_frame to
2326         floating, and clarify the meaning.
2327         (varobj_create, varobj_update,  new_root_variable): Adjust.
2328         (value_of_root): Don't use type_changed as in variable,
2329         adjust comment.
2330         (c_value_of_root): Adjust.
2331
2332 2008-03-25  Pedro Alves  <[email protected]>
2333
2334         * linux-nat.c (linux_nat_attach): Add the pid we attached to, to
2335         gdb's thread list.
2336         (linux_nat_wait): Add main lwp to gdb's thread list.
2337         * linux-thread-db.c (find_new_threads_callback): Also attach to
2338         already listed threads which thread_db didn't know about yet.
2339
2340 2008-03-25  Pedro Alves  <[email protected]>
2341
2342         * linux-nat.c (drain_queued_events): Fix comment typo.
2343         (linux_nat_attach): In async mode, don't rely on storing a pending
2344         status.  Instead place the wait status on the pipe.
2345         (linux_nat_resume): Remove unreacheable shortcut code in async
2346         mode.
2347         (stop_wait_callback): In async mode, don't store pending status.
2348         Instead, cancel breakpoints or resend the signal appropriatelly.
2349         (cancel_breakpoint): New, refactored from
2350         cancel_breakpoints_callback.
2351         (cancel_breakpoints_callback): Call cancel_breakpoint.
2352         (pipe_to_local_event_queue): Remove special token processing.
2353         (linux_nat_wait): Issue an internal error if a pending status is
2354         found in async mode.
2355
2356 2008-03-24  Daniel Jacobowitz  <[email protected]>
2357
2358         * inflow.c (gdb_has_a_terminal): Guard access to our_process_group.
2359
2360 2008-03-24  Nick Roberts  <[email protected]>
2361             Vladimir Prus  <[email protected]>
2362
2363         * varobj.c  (struct varobj_root): New component thread_id.
2364         (varobj_get_thread_id, check_scope): New functions.
2365         (c_value_of_root): Use check_scope.  Switch to the
2366         proper thread if necessary.
2367
2368         * varobj.h (varobj_get_thread_id): New extern.
2369
2370         * mi/mi-cmd-var.c (print_varobj): Add thread-id field.
2371
2372 2008-03-23  Daniel Jacobowitz  <[email protected]>
2373
2374         PR gdb/544
2375         * top.c: Revert 2008-03-21 changes.
2376
2377 2008-03-23  Vladimir Prus  <[email protected]>
2378
2379         * thread.c (make_cleanup_restore_current_thread): Make it
2380         globally visible.
2381         * gdbthread.h (make_cleanup_restore_current_thread): Declare.
2382         * varobj.c (varobj_update): Don't save/restore frame.
2383         (c_value_of_root): Save/restore thread and frame here,
2384         using make_cleanup_restore_current_thread.
2385         * Makefile.in: Update dependecies.
2386
2387 2008-03-23  Vladimir Prus  <[email protected]>
2388
2389         * varobj.c (struct varobj_root): Clarify
2390         comment on the frame field.
2391         (varobj_create): Don't set frame if we have no
2392         block.
2393
2394 2008-03-21  Daniel Jacobowitz  <[email protected]>
2395
2396         PR gdb/544
2397         Suggested by Jan Kratochvil:
2398         * top.c (gdb_rl_operate_and_get_next_completion): Call
2399         rl_redisplay_function.
2400         (gdb_rl_redisplay): New.
2401         (init_main): Set rl_redisplay_function.
2402
2403 2008-03-21  Thomas Mittelstaedt  <[email protected]>  (tiny change)
2404
2405         * aix-thread.c (pdc_read_regs): Fix compiler warning.
2406         (pdc_write_regs, aix_thread_resume, fetch_regs_kernel_thread)
2407         (store_regs_kernel_thread): Likewise.
2408
2409 2008-03-21  Pedro Alves  <[email protected]>
2410
2411         Linux native async support.
2412
2413         * target.h (struct target_ops): Delete to_async_mask_value and add
2414         to_async_mask.
2415         (target_is_async_p, target_async): Formatting.
2416         (target_async_mask_value): Delete.
2417         (target_async_mask): Delete function declaration, and add new
2418         target macro with the same name.
2419
2420         * target.c (update_current_target): Replace to_async_mask_value by
2421         to_async_mask.  Default to_async_mask to return_one.
2422         (target_async_mask): Delete.
2423         (find_default_can_async_p, find_default_is_async_p): New.
2424         (init_dummy_target): register find_default_can_async_p and
2425         find_default_is_async_p on the dummy target.
2426
2427         * linux-nat.c: Include inf-loop.h, event-loop.h and event-top.h.
2428         (debug_linux_nat_async): New global.
2429         (show_debug_linux_nat_async): New function.
2430         (linux_nat_async_enabled, linux_nat_async_mask_value)
2431         (linux_nat_event_pipe, linux_nat_num_queued_events)
2432         (linux_nat_async_events_enabled): New globals.
2433         (struct waitpid_result): New struct.
2434         (waitpid_queue): New global.
2435         (queued_waitpid, push_waitpid, drain_queued_events): New.
2436         (my_waitpid): Call queued_waitpid.
2437         (linux_child_follow_fork): Disable async events during the call.
2438         (blocked_mask): Delete.
2439         (sync_sigchld_action, async_sigchld_action): New globals.
2440         (lin_lwp_attach_lwp): In sync mode, don't reblock SIGCHLD.  In
2441         async mode, block events during the call.
2442         (linux_nat_create_inferior): New.
2443         (linux_nat_attach): In sync mode, restore the mask states.  In
2444         async mode, wake the event loop immediatelly.
2445         (detach_callback): Drain all queued events of the lwp we're
2446         detaching from.
2447         (linux_nat_detach): Block async mode, and drain events of the main
2448         process.
2449         (linux_nat_resume): If in async mode, mask async events during the
2450         call.  If short circuiting, force event loop to wake up.  If
2451         resuming, set target_executing, and register target events in the
2452         event loop.
2453         (pipe_to_local_event_queue, local_event_queue_to_pipe): New.
2454         (linux_nat_wait): In async mode, block events during the call.
2455         Only enable/disable passing SIGINT to the inferior in sync mode.
2456         Get events from local waitpid queue.  If no interesting events was
2457         found, return to events loop.  Reregister target events in the
2458         event loop on exit.  In sync mode, no need to reblock SIGCHLD.
2459         (linux_nat_kill): Disable events on entry.
2460         (linux_nat_mourn_inferior): In sync mode, don't restore the masks
2461         here.  Detach async mode from the event loop if there are no more
2462         forks available, otherwise leave it on.
2463         (sigchld_handler): Assure this is called only in sync mode.
2464         (linux_async_permitted, linux_async_permitted_1): New globals.
2465         (set_maintenance_linux_async_permitted)
2466         (show_maintenance_linux_async_permitted): New functions.
2467         (linux_nat_is_async_p, linux_nat_can_async_p)
2468         (linux_nat_async_mask): New.
2469         (linux_nat_event_pipe_pop, linux_nat_event_pipe_push): New.
2470         (get_pending_events, async_sigchld_handler): New.
2471         (linux_nat_async_events): New.
2472         (async_terminal_is_ours): New global.
2473         (linux_nat_terminal_inferior, linux_nat_terminal_ours): New.
2474         (async_client_callback, async_client_context): New.
2475         (linux_nat_async_file_handler, linux_nat_async)
2476         (linux_nat_disable_async, linux_nat_enable_async): New.
2477         (linux_nat_add_target): Register linux_nat_create_inferior,
2478         linux_nat_can_async_p, linux_nat_is_async_p, linux_nat_async,
2479         linux_nat_async_mask, linux_nat_terminal_inferior and
2480         linux_nat_terminal_ours.
2481         (_initialize_linux_nat): Remove local action variable, and update
2482         code that used it to use sync_sigchld_action.  Add new
2483         "lin-lwp-async" debug set/show command.  Put the "lin-lwp" debug
2484         set/show command in the maintenance class.  Add new "linux-async"
2485         maintenance set/show command.  Block SIGCHLD by default.  Setup
2486         async_sichld_action, and sync_sigchld_action.  Install the default
2487         async mode.
2488         (lin_thread_get_thread_signals): Use a local sigset_t for blocking
2489         the cancel signals.
2490
2491         * linux-thread-db.c (re_check_for_thread_db): New.
2492         (clear_lwpid_callback): Handle TARGET_WAITKIND_IGNORE.
2493         (thread_db_can_async_p, thread_db_is_async_p, thread_db_async)
2494         (thread_db_async_mask): New.
2495         (init_thread_db_ops): Register thread_db_can_async_p,
2496         thread_db_is_async_p, thread_db_async and thread_db_async_mask.
2497
2498         * remote.c (remote_async_mask_value): New.
2499         (remote_return_zero): New.
2500         (init_remote_ops): Register remote_return_zero as callbacks of
2501         to_can_async_p and to_is_async_p.
2502         (remote_can_async_p, remote_is_async_p, remote_async): Update to
2503         use remote_async_mask_value.
2504         (remote_async_mask): New.
2505         (init_remote_async_ops): Remove to_async_mask_value setting and
2506         register remote_async_mask as to_async_mask callback in
2507         remote_async_ops.
2508
2509         * Makefile.in (linux-nat.o): Update.
2510
2511 2008-03-21  Daniel Jacobowitz  <[email protected]>
2512
2513         * gdbthread.h (add_thread_with_info): New.
2514         * linux-thread-db.c: Add some documentation.
2515         (GET_LWP, GET_PID, GET_THREAD, is_lwp, is_thread, BUILD_LWP): Delete.
2516         (struct private_thread_info): Remove th_valid and ti_valid.
2517         Replace ti with tid.
2518         (thread_get_info_callback): Do not add TID to the new ptid.  Do
2519         not cache th or ti.
2520         (thread_db_map_id2thr, lwp_from_thread): Delete functions.
2521         (thread_from_lwp): Assert that the LWP is set.  Do not add TID to the
2522         new PTID.
2523         (attach_thread): Handle an already-existing thread.  Use
2524         add_thread_with_info.  Cache the th and tid.
2525         (detach_thread): Verify that private was set.  Remove verbose
2526         argument and printing.  Update caller.
2527         (thread_db_detach): Do not adjust inferior_ptid.
2528         (clear_lwpid_callback, thread_db_resume, thread_db_kill): Delete.
2529         (check_event, find_new_threads_callback): Do not add TID to the new PTID.
2530         (thread_db_wait): Do not use lwp_from_thread.
2531         (thread_db_pid_to_str): Use the cached TID.
2532         (thread_db_extra_thread_info): Check that private is set.
2533         (same_ptid_callback): Delete.
2534         (thread_db_get_thread_local_address): Do not use it or check
2535         is_thread.  Check that private is set.  Assume that the thread
2536         handle is already cached.
2537         (init_thread_db_ops): Remove to_resume and to_kill.
2538         * thread.c (add_thread_with_info): New.
2539         (add_thread): Use it.
2540         * linux-nat.c (find_thread_from_lwp): Delete.
2541         (exit_lwp): Do not use it.  Check print_thread_events.  Print before
2542         deleting the thread.
2543         (GET_PID, GET_LWP, BUILD_LWP, is_lwp): Move to...
2544         * linux-nat.h (GET_PID, GET_LWP, BUILD_LWP, is_lwp): ...here.
2545         * inf-ttrace.c (inf_ttrace_wait): Use print_thread_events and
2546         printf_unfiltered for thread exits.
2547         * procfs.c (procfs_wait): Likewise.
2548
2549 2008-03-21  Chris Demetriou  <[email protected]>
2550
2551         * symtab.c (rbreak_command): Quote symbol name before passing
2552         it to break_command.
2553
2554 2008-03-21  Daniel Jacobowitz  <[email protected]>
2555
2556         * eval.c (evaluate_subexp_for_address): Clarify error message.
2557         Use value_must_coerce_to_target.
2558         * infcall.c (value_arg_coerce): Call value_coerce_to_target.
2559         * valops.c (value_assign): Call value_coerce_to_target when
2560         assigning to anything but internalvars.  Leave GDB-side arrays
2561         as arrays when assigning to internalvars.
2562         (value_must_coerce_to_target, value_coerce_to_target): New.
2563         (value_coerce_array, value_addr): Call value_coerce_to_target.
2564         (value_array): Create the array in GDB's memory instead of
2565         the inferior's.
2566         * value.h (value_must_coerce_to_target, value_coerce_to_target):
2567         Declare.
2568
2569 2008-03-21  Daniel Jacobowitz  <[email protected]>
2570
2571         * top.c (quit_confirm): Warn that we will kill the program.
2572
2573 2008-03-19  Pedro Alves  <[email protected]>
2574
2575         * inflow.c (terminal_ours_1): Guard access to
2576         inferior_process_group with #ifdef PROCESS_GROUP_TYPE.
2577
2578 2008-03-18  Ulrich Weigand  <[email protected]>
2579             Jim Blandy  <[email protected]>
2580             Daniel Jacobowitz  <[email protected]>
2581
2582         * dwarf2expr.h (struct dwarf_expr_context): Add ADDR_SIZE member.
2583         (dwarf2_read_address): Update prototype.
2584
2585         * dwarf2expr.c (unsigned_address_type): Add ADDR_SIZE parameter.
2586         (signed_address_type): Likewise.
2587         (dwarf2_read_address): Replace BYTES_READ parameter with ADDR_SIZE.
2588         (execute_stack_op): Update calls to unsigned_address_type,
2589         signed_address_type and dwarf2_read_address.  Fix implementation
2590         of DW_OP_deref_size.
2591
2592         * dwarf2loc.h (dwarf2_per_cu_objfile): Add prototype.
2593         (dwarf2_per_cu_addr_size): Likewise.
2594         (struct dwarf2_locexpr_baton): Replace OBJFILE with PER_CU.
2595         (struct dwarf2_loclist_baton): Likewise.
2596
2597         * dwarf2loc.c (find_location_expression): Update calls to
2598         dwarf2_read_address.  Use dwarf2_per_cu_objfile and
2599         dwarf2_per_cu_addr_size to retrieve PER_CU parameters.
2600         (locexpr_describe_location): Likewise.
2601         (dwarf2_evaluate_loc_desc): Replace OBJFILE with PER_CU parameter.
2602         Set ctx->addr_size to dwarf2_per_cu_addr_size (per_cu).
2603         (dwarf2_loc_desc_needs_frame): Add PER_CU parameter.  Set ctx->addr_size
2604         to dwarf2_per_cu_addr_size (per_cu).
2605         (locexpr_read_variable): Update dwarf2_evaluate_loc_desc call.
2606         (loclist_read_variable): Likewise.
2607         (locexpr_read_needs_frame): Update dwarf2_loc_desc_needs_frame call.
2608
2609         * dwarf2read.c (dwarf2_symbol_mark_computed): Set baton->per_cu
2610         instead of baton->objfile.
2611         (dwarf2_per_cu_obfile): New function.
2612         (dwarf2_per_cu_addr_size): Likewise.
2613
2614         * dwarf2-frame.c (struct comp_unit): Move higher.
2615         (struct dwarf2_cie): Add UNIT and ADDR_SIZE members.
2616         (execute_stack_op): Add ADDR_SIZE parameter; set ctx->addr_size.
2617         (execute_cfa_program): Add FDE parameter.  Replace EH_FRAME_P
2618         parameter by using fde->eh_frame_p.  Use read_encoded_value
2619         to implement DW_CFA_set_loc.
2620         (struct dwarf2_frame_cache): Add ADDR_SIZE member.
2621         (dwarf2_frame_cache): Set cache->addr_size.  Update calls to
2622         execute_stack_op and execute_cfa_program.
2623         (dwarf2_frame_prev_register): Update calls to execute_stack_op.
2624         (size_of_encoded_value): Remove.
2625         (read_encoded_value): Add PTR_LEN and FUNC_BASE parameters.
2626         Remove call to size_of_encoded_value.  Implement DW_EH_PE_funcrel.
2627         (add_cie): Set cie->unit backlink.
2628         (decode_frame_entry_1): Set cie->addr_size.  Update calls to
2629         read_encoded_value.
2630         (dwarf2_build_frame_info): Allocate UNIT on objfile obstack.
2631
2632 2008-03-17  Markus Deuling  <[email protected]>
2633
2634         * i386-tdep.c (i386_print_insn): Remove unnecessary call to
2635         gdbarch_bfd_arch_info.
2636
2637 2008-03-17  Joel Brobecker  <[email protected]>
2638
2639         * aix-thread.c (pdc_read_regs): Minor reformatting.
2640
2641 2008-03-17  Vladimir Prus  <[email protected]>
2642
2643         * thread.c (print_thread_info): Don't insist
2644         on having current thread if there are no
2645         threads at all.
2646
2647 2008-03-17  Pedro Alves  <[email protected]>
2648
2649         * infcmd.c (attach_command_post_wait)
2650         (attach_command_continuation): New.
2651         (attach_command): Support background async execution, and async
2652         execution in synchronous mode.
2653
2654 2008-03-17  Daniel Jacobowitz  <[email protected]>
2655
2656         * stack.c (print_stack_frame, print_frame): Use RETURN_MASK_ERROR.
2657         * symmisc.c (dump_symtab_1): Likewise.
2658         * wrapper.c (gdb_value_struct_elt): Likewise.
2659
2660 2008-03-17  Pedro Alves  <[email protected]>
2661
2662         * linux-nat.c (linux_nat_filter_event): Fix comment typo.
2663
2664 2008-03-17  Pedro Alves  <[email protected]>
2665
2666         * linux-nat.c (linux_nat_filter_event): New, refactored from
2667         linux_nat_wait.
2668         (linux_nat_wait): Call linux_nat_filter_event.
2669
2670 2008-03-17  Ulrich Weigand  <[email protected]>
2671
2672         * top.c (execute_command): Fix uninitialized variable error.
2673
2674 2008-03-16  Nick Hudson  <[email protected]>
2675
2676         * Makefile.in (amd64nbsd-nat.o): New dependency.
2677         * amd64nbsd-nat.c: Include "nbsd-nat.h".
2678         (_initialize_amd64nbsd_nat): Update target vector to use
2679         nbsd_pid_to_exec_file.
2680         * config/i386/nbsd64.mh (NATDEPFILES): Add nbsd-nat.o.
2681
2682 2008-03-15  Vladimir Prus  <[email protected]>
2683
2684         Remove ignoring leading exec events code.
2685         * fork-child.c (startup_inferior): Do not set
2686         inferior_ignoring_leading_exec_events.
2687         * inf-child.c (inf_child_reported_exec_events_per_exec_call): Remove.
2688         (inf_child_target): Do not set to_reported_exec_events_per_exec_call.
2689         * infrun.c (inferior_ignoring_leading_exec_events): Remove.
2690         (handle_inferior_event): Remove code for ignoring leading exec
2691         events.
2692         * target.c (update_current_target): Do not inherit, or default,
2693         to_reported_exec_events_per_exec_call.
2694         (debug_to_reported_exec_events_per_exec_call): Remove.
2695         (setup_target_debug): Do not set to_reported_exec_events_per_exec_call.
2696         * target.h (target_reported_exec_events_per_exec_call): Remove.
2697         (struct target): Remove the to_reported_exec_events_per_exec_call
2698         field.
2699
2700 2008-03-15  Vladimir Prus  <[email protected]>
2701
2702         Implement -thread-info.
2703         * gdbthread.h (print_thread_info): Declare.
2704
2705         * thread.c (print_thread_info): New, extracted
2706         from info_threads_command and adjusted to
2707         work for CLI and MI.
2708         (info_threads_command): Use print_thread_info.
2709         * Makefile.in: Update dependencies.
2710
2711         * mi/mi-cmds.c (mi_cmds): Specify a handler
2712         for -thread-info.
2713         * mi/mi-cmds.h (mi_cmd_thread_info): Declare.
2714         * mi/mi-main.c (mi_cmd_thread_info): New.
2715         (mi_cmd_list_features): Include 'thread-info'.
2716
2717 2008-03-14  Kevin Buettner  <[email protected]>
2718
2719         * mips-tdep.c (mips32_scan_prologue): Use the ABI register size
2720         to decide whether to match instruction patterns using "sw" and "sd".
2721
2722 2008-03-14  Pedro Alves  <[email protected]>
2723
2724         * infcmd.c (jump_command): Postpone disabling stdin until after
2725         the possible query.
2726
2727 2008-03-14  Pedro Alves  <[email protected]>
2728
2729         * inflow.c (gdb_getpgrp): New.
2730         (gdb_has_a_terminal): Use get_getpgrp.
2731         (terminal_ours_1): If attach_flag is set, don't refetch
2732         inferior_process_group.
2733
2734 2008-03-14  Pedro Alves  <[email protected]>
2735
2736         * features/library-list.dtd: Allow "section" elements as children
2737         of "library".  Add "section" element and describe its attributes.
2738
2739         * solib-target.c (struct lm_info): Add section_bases member.
2740         (library_list_start_segment): Error out if seen a section element.
2741         (library_list_start_section): New.
2742         (library_list_end_library): New.
2743         (solib_target_free_library_list): Free section_bases.
2744         (section_attributes): New.
2745         (library_children): Make "segment" optional.  Add "section" child.
2746         (library_list_children): Register library_list_end_library.
2747         (solib_target_relocate_section_addresses): Handle section bases.
2748
2749         * NEWS: Mention new qXfer:libraries:read section offsets support.
2750
2751 2008-03-14  Vladimir Prus  <[email protected]>
2752
2753         * defs.h (do_exec_error_cleanups, discard_exec_error_cleanups)
2754         (make_exec_error_cleanup): Remove declarations.
2755         * utils.c (exec_error_cleanup_chain): Remove.
2756         (do_exec_error_cleanups, discard_exec_error_cleanups)
2757         (make_exec_error_cleanup): Remove.
2758         * event-loop.c (start_event_loop): Adjust call to
2759         async_enable_stdin.
2760         * event-top.c (async_enable_stdin): Remove the paramater dummy.
2761         (async_disable_stdin): Don't register async_enable_stdin via
2762         cleanup.
2763         * inf-loop.c (inferior_event_handler): Don't
2764         call do_exec_error_cleanups.  Call async_enable_stdin instead.
2765         * event-loop.c (start_event_loop): Adjust call to
2766         async_enable_stdin.
2767         * tui/tui-interp.c (tui_command_loop): Adjust call to
2768         async_enable_stdin.
2769
2770 2008-03-14  Vladimir Prus  <[email protected]>
2771
2772         Async mode fixes.
2773         * Makefile.in (infcmd.o, inf-loop.o): Update dependencies.
2774         * breakpoint.c (bpstat_do_actions): In async mode,
2775         don't jump to top expecting stop_bpstat to be already
2776         updated.
2777         * event-loop.c (start_event_loop): Call async_enable_stdin
2778         on exception.
2779         * event-top.c (async_enable_stdin): Do nothing if sync_execution
2780         is not set.
2781         (command_handler): Do not setup continuation here.
2782         (command_line_handler_continuation): Move to...
2783         * top.c (command_line_handler_continuation): ... here.
2784         (execute_command): In async mode, register continuation.
2785         Don't check frame's language in running in async mode.
2786         * exceptions.c (throw_exception): Don't do exec_error_cleanups.
2787         * inf-loop.c (complete_execution): Inline into...
2788         (inferior_event_handler): ... here.  Clear target_executing before
2789         doing any cleanups.  Don't try to show prompt if the target was
2790         resumed.
2791         * infcmd.c (signal_command): Add support for async mode.
2792         (finish_command): Only add continuation if the target was
2793         successfully resumed.
2794         * remote.c (init_async_opts): Register to_get_thread_local_address
2795         handler.
2796         * mi/mi-interp.c (mi_cmd_interpreter_exec): Don't mess
2797         with sync_execution.
2798         * tui/tui-interp.c (tui_command_loop): Call async_enable_stdin
2799         on exception.
2800
2801 2008-03-14  Daniel Jacobowitz  <[email protected]>
2802
2803         * corefile.c (reopen_exec_file): Use exec_bfd_mtime.
2804         * exec.c (exec_bfd_mtime): Define.
2805         (exec_close): Clear it.
2806         (exec_file_attach): Set it.
2807         * gdbcore.h (exec_bfd_mtime): Declare.
2808         * source.c (find_source_lines): Do not use bfd_get_mtime.
2809
2810 2008-03-14  Vladimir Prus  <[email protected]>
2811
2812         * top.c (simplified_command_loop): Remove.
2813
2814 2008-03-14  Vladimir Prus  <[email protected]>
2815
2816         Remove unused remote.c hooks.
2817         * remote.c (deprecated_target_resume_hook)
2818         (deprecated_target_wait_loop_hook): Remove.
2819         (remote_resume): Do not call deprecated_target_resume_hook.
2820         (remote_wait): Do not call deprecated_target_wait_loop_hook.
2821         (remote_async_wait): Likewise.
2822
2823 2008-03-14  Vladimir Prus  <[email protected]>
2824
2825         Implement MI notification for new threads.
2826         * doc/observer.texi (new_thread): Document.
2827         * observer.sh: Forward declare struct thread_info.
2828         * thread.c (add_thread): Notify observer.
2829
2830         * interps.h (interp_init_ftype): New parameter
2831         top_level.
2832         (interp_set): Likewise.
2833         (top_level_interpreter_data): Declare.
2834         * interps.c (interp_set): New parameter top_level.
2835         Pass it to interpreter's init function.  Remember
2836         top level interpreter.
2837         (interpreter_exec_cmd): Adjust.
2838         (top_level_interpreter_data): New.
2839         * main.c (captured_main): Pass 1 for top_level
2840         parameter of interp_set.
2841         * cli/cli-interp.c (cli_interpreter_init): New
2842         parameter top_level.
2843         * tui/tui-interp.c (tui_init): New parameter top_level.
2844
2845         * mi/mi-interp.c (mi_new_thread): New.
2846         (mi_interpreter_init): If top level, register
2847         observer for new threads.
2848
2849         * Makefile.in (mi-interp.o, thread.o): Update dependencies.
2850
2851 2008-03-14  Pedro Alves  <[email protected]>
2852
2853         * top.c (execute_command): Disable break and stop
2854         commands in async mode.
2855
2856 2008-03-14  Pedro Alves  <[email protected]>
2857
2858         revert:
2859         2008-03-14  Pedro Alves  <[email protected]>
2860         * inf-loop.c (inferior_event_handler): Don't include remote.h.
2861         Call target_stop in the INF_QUIT_REQ case.
2862         * Makefile.in (inf-loop.o): Update.
2863
2864 2008-03-14  Pedro Alves  <[email protected]>
2865
2866         * inf-loop.c (inferior_event_handler): Don't include remote.h.
2867         Call target_stop in the INF_QUIT_REQ case.
2868         * Makefile.in (inf-loop.o): Update.
2869
2870 2008-03-14  Pedro Alves  <[email protected]>
2871
2872         * top.c (execute_command): Enable break, info and interrupt
2873         commands in async mode.
2874
2875 2008-03-13  Vladimir Prus  <[email protected]>
2876             Daniel Jacobowitz  <[email protected]>
2877
2878         * breakpoint.h (breakpoint_restore_shadows): New
2879         declaration.
2880         * breakpoint.c (breakpoint_restore_shadows): New.
2881         (read_memory_nobpt): Delete.
2882         * gdbcore.h (read_memory_nobpt): Delete declaration.
2883         * target.c (memory_xfer_partial): Call
2884         breakpoint_restore_shadows.
2885         (restore_show_memory_breakpoints)
2886         (make_show_memory_beakpoints_cleanup): New.
2887         (show_memory_breakpoints): New.
2888         * target.h (make_show_memory_beakpoints_cleanup): Declare.
2889         * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint):
2890         Make sure we see memory breakpoints when checking if
2891         breakpoint is still there.
2892         * alpha-tdep.c, alphanbsd-tdep.c, frame.c, frv-tdep.c,
2893         hppa-linux-tdep.c, hppa-tdep.c, i386-linux-nat.c, i386-tdep.c,
2894         m68klinux-tdep.c, mips-tdep.c, mn10300-tdep.c, s390-tdep.c,
2895         sparc-tdep.c: Use target_read_memory instead of read_memory_nobpt.
2896
2897 2008-03-12  Pedro Alves  <[email protected]>
2898
2899         * thread.c (add_thread): Use printf_unfiltered to print.
2900
2901 2008-03-12  Joel Brobecker  <[email protected]>
2902
2903         * sol-thread.c: Replace use of TM_I386SOL2_H by an expression
2904         that is true only on x86-solaris and x86_64-solaris.
2905         * procfs.c: Likewise. Move procfs_find_LDT_entry up together
2906         with proc_get_LDT_entry.
2907
2908 2008-03-12  Thiago Jung Bauermann  <[email protected]>
2909
2910         * configure.ac (AC_CHECK_FUNCS): Add check for setsid.
2911         * config.in, configure: Regenerate.
2912         * fork-child.c (fork_inferior): Call create_tty_session.
2913         * inflow.c (new_tty): Set controlling terminal with TIOCSCTTY.
2914         (create_tty_session): New function.
2915         * terminal.h: Declare create_tty_session.
2916
2917 2008-03-12  Alan Modra  <[email protected]>
2918
2919         PR 5900
2920         * elfread.c (elf_symtab_read): Make shndx an unsigned int.
2921         * mipsread.c: Include elf/internal.h.
2922         (read_alphacoff_dynamic_symtab): Map external reserved sym_shndx
2923         to internal range.
2924
2925 2008-03-11  Markus Deuling  <[email protected]>
2926
2927         * win32-nat.c (do_win32_fetch_inferior_registers): Use get_regcache_arch
2928         to get at the current architecture and at the target specific vector.
2929         Add target specific vector to I387_FISEG_REGNUM and I387_FOP_REGNUM and
2930         remove define of I387_ST0_REGNUM.
2931
2932         * amd64-tdep.c (I387_ST0_REGNUM): Remove define.
2933
2934         (amd64_supply_fxsave, amd64_collect_fxsave): Use get_regcache_arch to
2935         get at the current architecture
2936         (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Add target specific vector as
2937         parameter.
2938
2939         * i386-tdep.c: Remove various define's and undef's of I387_ST0_REGNUM,
2940         I387_NUM_XMM_REGS and I387_MM0_REGNUM.
2941
2942         (I387_NUM_XMM_REGS, I387_XMM0_REGNUM, I387_MXCSR_REGNUM,
2943         I387_ST0_REGNUM, I387_FCTRL_REGNUM, I387_MM0_REGNUM,
2944         (I387_FSTAT_REGNUM): Add target specific vector as parameter.
2945
2946         (i386_register_name, i386_dbx_reg_to_regnum): Use gdbarch_tdep to get
2947         at the target specific vector.
2948
2949         (i386_get_longjmp_target): Use get_frame_arch to get at the current
2950         architecture. Use gdbarch_tdep to get at the target specific vector.
2951
2952         (i386_fp_regnum_p, i386_fpc_regnum_p): Add gdbarch as parameter and
2953         update caller. Use gdbarch_tdep to get at the target specific vector.
2954
2955         (i386_register_to_value: Use get_frame_arch to get at the current
2956         architecture.
2957
2958         * i386-tdep.h (i386_fp_regnum_p, i386_fpc_regnum_p): Add gdbarch as
2959         parameter.
2960
2961         * i387-tdep.c (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM, I387_FTAG_REGNUM,
2962         I387_FISEG_REGNUM, I387_FIOFF_REGNUM, I387_FOSEG_REGNUM
2963         I387_FOOFF_REGNUM, I387_FOP_REGNUM, I387_ST0_REGNUM, FSAVE_ADDR,
2964         FXSAVE_ADDR, I387_XMM0_REGNUM): Add target specific vector as parameter.
2965
2966         (I387_ST0_REGNUM, I387_NUM_XMM_REGS): Remove various define's and
2967         undef's.
2968
2969         (i387_convert_register_p, i387_register_to_value,
2970         i387_value_to_register): Update call for i386_fp_regnum_p.
2971
2972         * i387-tdep.h: Remove comment.
2973         (I387_ST0_REGNUM, I387_NUM_XMM_REGS, I387_MM0_REGNUM): Add define.
2974         (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM, I387_FTAG_REGNUM,
2975         I387_FISEG_REGNUM, I387_FIOFF_REGNUM, I387_FOSEG_REGNUM,
2976         I387_FOOFF_REGNUM, I387_FOP_REGNUM, I387_XMM0_REGNUM,
2977         I387_MXCSR_REGNUM): Add target specific vector as parameter.
2978
2979 2008-03-10  Daniel Jacobowitz  <[email protected]>
2980
2981         * Makefile.in (fork-child.o): Update.
2982         * NEWS: Document "set exec-wrapper" and the gdbserver --wrapper
2983         argument.  Gather all gdbserver features together.
2984         * fork-child.c (exec_wrapper): New variable.
2985         (fork_inferior): Use it.
2986         (startup_inferior): Skip an extra trap if using "set exec-wrapper".
2987         (unset_exec_wrapper_command, _initialize_fork_child): New.
2988
2989 2008-03-10  Hidetaka Takano  <[email protected]>
2990
2991         * source.c (directory_command): Modify the determination of
2992         condition of terminal "from_tty".
2993
2994 2008-03-10  Matt Rice  <[email protected]>
2995
2996         * dwarf2read.c (set_cu_language): Add DW_LANG_ObjC.
2997
2998 2008-03-10  Hidetaka Takano  <[email protected]>
2999
3000         * spu-tdep.c (info_spu_event_command): Insert a '\0' to the end
3001         of the data passing to strtoulst function.
3002         (info_spu_signal_command): Likewise.
3003
3004 2008-03-08  Vladimir Prus  <[email protected]>
3005
3006         * mi/mi-interp.c (mi_command_loop): Remove
3007         commented-out code.
3008         
3009 2008-03-07  Joel Brobecker  <[email protected]>
3010
3011         * remote.c (extended_remote_attach_1): Make local variable pid an int
3012         instead of a pid_t.
3013
3014 2008-03-07  Joel Brobecker  <[email protected]>
3015
3016         * solib-svr4.c (svr4_same_1): New function, originally extracted
3017         from svr4_same and expanded to handle the sparc64 case.
3018         (svr4_same): Move up and reimplement using svr4_same_1.
3019         (enable_break): Use svr4_same_1 to do shared library name comparisons.
3020
3021 2008-03-07  Ramana Radhakrishnan  <[email protected]>
3022
3023         * MAINTAINERS: Move self to Paper trail.
3024
3025 2008-03-05  Daniel Jacobowitz  <[email protected]>
3026
3027         * Makefile.in (mingw-hdep.o, posix-hdep.o, remote-fileio.o): Update.
3028         * event-loop.c (call_async_signal_handler): New.
3029         * event-loop.h (call_async_signal_handler)
3030         (gdb_call_async_signal_handler): Declare.
3031         (mark_async_signal_handler): Add comments.
3032         * event-top.c (handle_sigint): Use gdb_call_async_signal_handler.
3033         * mingw-hdep.c (sigint_event, sigint_handler): New.
3034         (gdb_select): Use them.  Wait for the readline signal handler
3035         to finish.
3036         (gdb_call_async_signal_handler, _initialize_mingw_hdep): New functions.
3037         * posix-hdep.c (gdb_call_async_signal_handler): New function.
3038         * remote-fileio.c (sigint_fileio_token, async_remote_fileio_interrupt):
3039         New.
3040         (remote_fileio_ctrl_c_signal_handler): Use
3041         gdb_call_async_signal_handler.
3042         (initialize_remote_fileio): Initialize sigint_fileio_token.
3043         * remote.c (initialize_sigint_signal_handler, handle_remote_sigint): Do
3044         not initialize tokens here.
3045         (handle_remote_sigint_twice): Likewise.  Reinstall
3046         handle_remote_sigint.
3047         (async_remote_interrupt_twice): Just call interrupt_query.
3048         (cleanup_sigint_signal_handler): Do not delete tokens.
3049         (remote_interrupt, remote_interrupt_twice): Use
3050         gdb_call_async_signal_handler.
3051         (interrupt_query): Reinstall the default signal handler.
3052         (_initialize_remote): Initialize tokens here.
3053
3054 2008-03-04  Joel Brobecker  <[email protected]>
3055
3056         * features/rs6000/power-core.xml, features/rs6000/power64-core.xml,
3057         features/rs6000/powerpc-601.xml, features/rs6000/rs6000.xml:
3058         Change the type of the lr register to code_ptr.
3059         * features/rs6000/powerpc-32.c, features/rs6000/powerpc-403.c,
3060         features/rs6000/powerpc-403gc.c, features/rs6000/powerpc-505.c,
3061         features/rs6000/powerpc-601.c, features/rs6000/powerpc-602.c,
3062         features/rs6000/powerpc-603.c, features/rs6000/powerpc-604.c,
3063         features/rs6000/powerpc-64.c, features/rs6000/powerpc-7400.c,
3064         features/rs6000/powerpc-750.c, features/rs6000/powerpc-860.c,
3065         features/rs6000/powerpc-e500.c, features/rs6000/rs6000.c: Regenerate.
3066
3067 2008-03-03  James E. Wilson  <[email protected]>
3068
3069         * MAINTAINERS: Update my email address.
3070
3071 2008-03-03  Keith Seitz  <[email protected]>
3072
3073         From Dave Murphy  <[email protected]>:
3074         * configure.ac: Set tcl configdir to win under mingw.
3075         * configure: Regenerate.
3076
3077 2008-03-03  Daniel Jacobowitz  <[email protected]>
3078
3079         * breakpoint.c (fetch_watchpoint_value): New function.
3080         (update_watchpoint): Set and clear val_valid.  Use
3081         fetch_watchpoint_value.  Handle unreadable values on the
3082         value chain.  Correct check for user-requested array watchpoints.
3083         (breakpoint_init_inferior): Clear val_valid.
3084         (watchpoint_value_print): New function.
3085         (print_it_typical): Use it.  Do not free or clear old_val.  Print
3086         watchpoints even if old_val == NULL.
3087         (watchpoint_check): Use fetch_watchpoint_value.  Check for values
3088         becoming readable or unreadable.
3089         (watch_command_1): Use fetch_watchpoint_value.  Set val_valid.
3090         (do_enable_watchpoint): Likewise.
3091         * breakpoint.h (struct breakpoint): Update comment for val.  Add
3092         val_valid.
3093         * NEWS: Mention watchpoints on inaccessible memory.
3094
3095 2007-02-29  Daniel Jacobowitz  <[email protected]>
3096
3097         * Makefile.in (i386-nat.o): Update.
3098         * amd64-linux-nat.c (_initialize_amd64_linux_nat): Call
3099         i386_use_watchpoints.
3100         * i386-linux-nat.c (_initialize_i386_linux_nat): Call
3101         i386_use_watchpoints.
3102         * i386-nat.c (i386_stopped_data_address): Take two arguments.
3103         (i386_stopped_by_watchpoint): Update call.
3104         (i386_can_use_hw_breakpoint, i386_use_watchpoints): New.
3105         * config/i386/nm-i386.h: Conditionalize definitions on
3106         ! I386_WATCHPOINTS_IN_TARGET_VECTOR.
3107         (i386_use_watchpoints): Declare.
3108         (i386_stopped_data_address): Update.
3109         * config/i386/nm-linux.h (I386_WATCHPOINTS_IN_TARGET_VECTOR): Define.
3110         * config/i386/nm-linux64.h (I386_WATCHPOINTS_IN_TARGET_VECTOR): Define.
3111
3112 2008-02-29  Joel Brobecker  <[email protected]>
3113
3114         GDB 6.8 branch created (branch timestamp: 2008-02-26 10:00 UTC)
3115         * version.in: Bump version to 6.8.50.20080229-cvs.
3116
3117 2008-02-28  Markus Deuling  <[email protected]>
3118
3119         * f-typeprint.c (f_print_type): Handle NULL pointer in VARSTRING
3120         properly.
3121
3122 2008-02-28  Tom Tromey  <[email protected]>
3123
3124         * infcmd.c (notice_args_read): Print result of get_inferior_args.
3125
3126 2008-02-28  Daniel Jacobowitz  <[email protected]>
3127
3128         * infcmd.c (kill_if_already_running): Make static.  Use
3129         target_require_runnable.
3130         * target.c (target_require_runnable): New.
3131         * target.h (target_require_runnable): Declare.
3132
3133 2008-02-28  Daniel Jacobowitz  <[email protected]>
3134
3135         * frame.c (reinit_frame_cache): Only annotate if frames were
3136         previously valid.
3137
3138 2008-02-28  Ulrich Weigand  <[email protected]>
3139
3140         * regformats/reg-ppc.dat: Rename "ps" to "msr".
3141         * regformats/reg-ppc64.dat: Likewise.
3142
3143 2008-02-28  Ulrich Weigand  <[email protected]>
3144
3145         * features/Makefile (%.dat): Emit xmltarget statement.
3146
3147         * regformats/regdat.sh: Support xmltarget and xmlarch statments.
3148         Generate code to set gdbserver_xmltarget in init_registers_${name}.
3149
3150         * regformats/arm-with-iwmmxt.dat: Regenerate.
3151         * regformats/mips64-linux.dat: Regenerate.
3152         * regformats/mips-linux.dat: Regenerate.
3153         * regformats/rs6000/powerpc-32.dat: Regenerate.
3154         * regformats/rs6000/powerpc-64.dat: Regenerate.
3155         * regformats/rs6000/powerpc-e500.dat: Regenerate.
3156
3157         * regformats/reg-arm.dat: Add xmlarch statement.
3158         * regformats/reg-i386.dat: Likewise.
3159         * regformats/reg-i386-linux.dat: Likewise.
3160         * regformats/reg-x86-64-linux.dat: Likewise.
3161         * regformats/reg-spu.dat: Likewise.
3162
3163 2008-02-27  Daniel Jacobowitz  <[email protected]>
3164
3165         * remote.c (remote_wait, remote_async_wait): Stop if we receive
3166         an error.
3167
3168 2008-02-27  Daniel Jacobowitz  <[email protected]>
3169
3170         * utils.c (debug_timestamp): New.
3171         (vfprintf_unfiltered): Print timestamps if requested.
3172         (show_debug_timestamp): New.
3173         (initialize_utils): Register "set debug timestamp".
3174         * NEWS: Mention "set debug timestamp".  Add GDB 6.8 section.
3175
3176 2008-02-27  Joel Brobecker  <[email protected]>
3177
3178         * breakpoint.c (skip_prologue_sal): New function.
3179         (resolve_sal_pc): Adjust SAL past prologue if the SAL was
3180         computed from a line number.
3181
3182 2008-02-27  Joel Brobecker  <[email protected]>
3183
3184         * features/rs6000/power-core.xml, features/rs6000/power64-core.xml
3185         features/rs6000/powerpc-601.xml, features/rs6000/rs6000.xml:
3186         Set PC register type to "code_ptr".
3187         * features/rs6000/powerpc-32.c, features/rs6000/powerpc-403.c,
3188         features/rs6000/powerpc-403gc.c, features/rs6000/powerpc-505.c,
3189         features/rs6000/powerpc-601.c, features/rs6000/powerpc-602.c,
3190         features/rs6000/powerpc-603.c, features/rs6000/powerpc-604.c,
3191         features/rs6000/powerpc-64.c, features/rs6000/powerpc-7400.c,
3192         features/rs6000/powerpc-750.c, features/rs6000/powerpc-860.c,
3193         features/rs6000/powerpc-e500.c, features/rs6000/rs6000.c:
3194         Regenerate.
3195
3196 2008-02-27  Ulrich Weigand  <[email protected]>
3197
3198         * regformats/regdat.sh: Rename init_registers function in
3199         generated file to init_registers_${name}.
3200
3201         * regformats/reg-crisv32.dat: Set "name" to crisv32.
3202         * regformats/reg-ppc64.dat: Set "name" to ppc64.
3203         * regformats/reg-s390x.dat: Set "name" to s390x.
3204
3205 2008-02-26  Greg Law  <[email protected]>
3206
3207         * regcache.c (registers_changed): Call reinit_frame_cache.
3208
3209 2008-02-26  Daniel Jacobowitz  <[email protected]>
3210
3211         * configure.tgt (sh-*-linux*): Match sh*.  Add glibc-tdep.o.
3212         * sh-linux-tdep.c (sh_linux_init_abi): Use glibc_skip_solib_resolver
3213         and svr4_fetch_objfile_link_map.
3214         * Makefile.in (sh-linux-tdep.o): Update.
3215
3216 2008-02-26  Thiago Jung Bauermann  <[email protected]>
3217
3218         * amd64-tdep.c (amd64_classify): Add support for decimal float
3219         types.
3220         * i386-tdep.c (i386_return_value): Make 128-bit decimal float
3221         use the struct return convention.
3222
3223 2008-02-26  Nick Roberts  <[email protected]>
3224
3225         * breakpoint.c (print_one_breakpoint_location): Revert Enb field
3226         to old format.  Discard breakpoint address if shared library is
3227         unloaded.
3228         (breakpoint_1): Adjust formatting of table header accordingly.
3229
3230 2008-02-25  Vladimir Prus  <[email protected]>
3231
3232        * remote.c (remote_get_threadlist): If the response
3233        is empty, don't try to parse it.
3234
3235 2008-02-23  Vladimir Prus  <[email protected]>
3236
3237         Unbreak 'target async'.
3238         * serial.c (serial_async): Set the
3239         handler function before enabling async
3240         mode.
3241
3242 2008-02-22  Daniel Jacobowitz  <[email protected]>
3243
3244         * solib-svr4.c (enable_break): Convert r_brk to a code address.
3245
3246 2008-02-21  Pedro Alves  <[email protected]>
3247
3248         * remote.c (extended_remote_attach_1): Set attach_flag.
3249         (extended_remote_create_inferior_1): Clear attach_flag.
3250
3251 2008-02-20  Daniel Jacobowitz  <[email protected]>
3252
3253         * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Set
3254         r_brk_offset.
3255         (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
3256         * solib-svr4.c (solib_svr4_r_brk): New.
3257         (open_symbol_file_object, svr4_current_sos): Always check the
3258         debug base.
3259         (svr4_fetch_objfile_link_map): Do not set debug_base.
3260         (enable_break): Use r_brk if it is set.
3261         (svr4_ilp32_fetch_link_map_offsets): Set r_brk_offset.
3262         (svr4_lp64_fetch_link_map_offsets): Likewise.
3263         * solib-svr4.h (struct link_map_offsets): Add r_brk_offset.
3264
3265 2008-02-20  Markus Deuling  <[email protected]>
3266             Mark Kettenis  <[email protected]>
3267
3268         * alpha-tdep.c (alpha_heuristic_unwind_cache): Replace saved_regs by
3269         trad_frame_saved_reg.
3270         (trad-frame.h): New include. 
3271
3272         (alpha_heuristic_frame_unwind_cache): Use trad_frame_alloc_saved_regs
3273         instead of frame_obstack_zalloc. 
3274         (alpha_heuristic_frame_prev_register): Use trad_frame_get_prev_register.
3275
3276         * Makefile.in (alpha-tdep.o): Add dependency to trad_frame_h. 
3277
3278 2008-02-20  Markus Deuling  <[email protected]>
3279
3280         * rs6000-tdep.c (gdb_print_insn_powerpc): Get the current endianess
3281         from disassemble_info instead of gdbarch_byte_order.
3282
3283         * mips-tdep.c (gdb_print_insn_mips): Likewise.
3284         * arm-tdep.c (gdb_print_insn_arm): Likewise.
3285
3286 2008-02-20  Markus Deuling  <[email protected]>
3287
3288         * gdbarch.sh (memory_insert_breakpoint, memory_remove_breakpoint): Add
3289         gdbarch as parameter.
3290
3291         * gdbarch.{c,h}: Regenerate.
3292
3293         * ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Add gdbarch as
3294         parameter.
3295         * mem-break.c (default_memory_insert_breakpoint)
3296         (default_memory_remove_breakpoint): Likewise.
3297         * target.h (default_memory_remove_breakpoint)
3298         (default_memory_insert_breakpoint): Likewise.
3299
3300         * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Add gdbarch as
3301         parameter. Replace current_gdbarch by gdbarch.
3302         * m32r-tdep.c (m32r_memory_insert_breakpoint)
3303         (m32r_memory_remove_breakpoint): Likewise.
3304
3305 2008-02-19  Daniel Jacobowitz  <[email protected]>
3306
3307         * MAINTAINERS: Add Vladimir Prus as MI maintainer.
3308
3309 2008-02-19  Joel Brobecker  <[email protected]>
3310
3311         * NEWS: Add entry describing Add support improvements.
3312
3313 2008-02-18  Markus Deuling  <[email protected]>
3314
3315         * m68klinux-nat.c (getfpregs_supplies): Replace gdbarch_fp0_regnum by
3316         M68K_FP0_REGNUM.
3317
3318 2008-02-18  Markus Deuling  <[email protected]>
3319
3320         * sentinel-frame.c (sentinel_frame_prev_register): Do not call
3321         register_offset_hack anymore.
3322
3323         * regcache.{c,h} (register_offset_hack): Remove.
3324
3325 2008-02-18  Markus Deuling  <[email protected]>
3326
3327         * hppa-tdep.h (find_global_pointer): Add gdbarch as parameter.
3328
3329         * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer): Likewise. Replace
3330         current_gdbarch by gdbarch.
3331         (hppa64_hpux_find_global_pointer): Likewise.
3332         * hppa-tdep.c (hppa_find_global_pointer): Likewise.
3333         (hppa32_push_dummy_call, hppa64_push_dummy_call): Update call for
3334         find_global_pointer.
3335
3336         * hppabsd-tdep.c (hppabsd_find_global_pointer): Add gdbarch as
3337         parameter.
3338         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
3339
3340         * hppa-linux-nat.c (hppa_linux_register_addr): Use ARRAY_SIZE instead
3341         of gdbarch_num_regs.
3342
3343         * hppa-hpux-tdep.c (hppa_hpux_sr_for_addr): Add gdbarch as parameter and
3344         replace current_gdbarch by gdbarch.     
3345         (hppa_hpux_push_dummy_code): Update call for hppa_hpux_sr_for_addr.
3346
3347 2008-02-18  Markus Deuling  <[email protected]>
3348
3349         * rs6000-nat.c (exec_one_dummy_insn, regmap): Add gdbarch as parameter
3350         and replace current_gdbarch by gdbarch.
3351
3352         (store_register): Update call for exec_one_dummy_insn.
3353         (fetch_register, store_register): Update call of regmap.
3354
3355         * ppcnbsd-nat.c (getregs_supplies, getfpregs_supplies): Add gdbarch as
3356         parameter and replace current_gdbarch by gdbarch.
3357         
3358         (ppcnbsd_store_inferior_registers): Use get_regcache_arch to get at
3359         the current architecture. Update call for getregs_supplies and
3360         getfpregs_supplies.
3361         (ppcnbsd_fetch_inferior_registers): Likewise.
3362
3363         * ppcobsd-nat.c (getfpregs_supplies): Add gdbarch as parameter and 
3364         replace current_gdbarch by gdbarch.
3365         (ppcobsd_fetch_registers, ppcobsd_store_registers): Use
3366         get_regcache_arch to get at the current architecture. Update call for
3367         getfpregs_supplies.
3368
3369 2008-02-18  Markus Deuling  <[email protected]>
3370
3371         * arch-utils.c (gdbarch_from_bfd): Remove unnecessary {old,new}_gdbarch
3372         variables. 
3373
3374 2008-02-15  Markus Deuling  <[email protected]>
3375
3376         * mips-linux-tdep.c (mips_linux_init_abi): Remove internal error.
3377
3378 2008-02-14  Vladimir Prus  <[email protected]>
3379
3380         * NEWS: Mention pending breakpints in MI.
3381         
3382 2008-02-14  Markus Deuling  <[email protected]>
3383
3384         * Makefile.in (ALL_TARGET_OBS): Remove dependency to xtensa-linux-nat.o.
3385
3386 2008-02-13  Markus Deuling  <[email protected]>
3387
3388         Add script to build and test GDB using enable-targets=all.
3389
3390         * gdb_buildall.sh: New file.
3391
3392 2008-02-11  Maxim Grigoriev  <[email protected]>
3393
3394         * NEWS (New native configurations): Xtensa GNU/Linux.
3395         (New targets): Xtensa GNU/Linux.
3396         * Makefile.in (ALL_TARGET_OBS): Add xtensa-linux-nat.o and
3397         xtensa-linux-tdep.o
3398         (ALLDEPFILES): Add xtensa-linux-tdep.c and xtensa-linux-nat.c
3399         (xtensa-linux-nat.o, xtensa-linux-tdep.o): New dependencies.
3400         * configure.tgt (xtensa*-*-linux*): New entry.
3401         * xtensa-config.c (xtensa_tdep): New variable.
3402         (xtensa_config_byte_order, xtensa_config_tdep): Removed.
3403         (rmap): Change format based on new macro XTREG.
3404         (XTENSA_CONFIG_INSTANTIATE): Use new macro defined in xtensa-tdep.h.
3405         * xtensa-linux-nat.c: New.
3406         * xtensa-linux-tdep.c: New.
3407         * xtensa-xtregs.c: New.
3408         * xtensa-tdep.h (xtensa_elf_gregset_t): Update.
3409         (XTENSA_ELF_NGREG, XTREG, XTREG_END, XTENSA_GDBARCH_TDEP_INSTANTIATE)
3410         (XCHAL_NUM_CONTEXTS, XCHAL_HAVE_EXCEPTIONS): New macros.
3411         (xtensa_register_t): New field coprocessor.
3412         (XTENSA_REGISTER_FLAGS_PRIVILEGED): Name spelling corrected.
3413         * xtensa-tdep.c (xtensa_config_tdep, xtensa_config_byte_order): Removed.
3414         (xtensa_pseudo_register_read, xtensa_pseudo_register_write):
3415         Update to handle privileged registers.
3416         (xtensa_supply_gregset) Remove exccause and excvaddr registers.
3417         (xtensa_push_dummy_call): Set windowstart register correctly.
3418         (call0_analyze_prologue): Initialize xtensa_default_isa.
3419         (xtensa_derive_tdep): New.
3420         (xtensa_gdbarch_init): Get rid of xtensa_config_byte_order and
3421         xtensa_config_tdep, use XCHAL_HAVE_BE and xtensa_tdep instead.
3422         Call xtensa_derive_tdep().
3423         * config/xtensa/linux.mh: New.
3424         * regformats/reg-xtensa.dat: New.
3425
3426 2008-02-09  Aleksandar Ristovski  <[email protected]>  (tiny change)
3427
3428         * corelow.c (core_open): Use IS_ABSOLUTE_PATH.
3429         (filenames.h): New include.
3430         * Makefile.in (corelow.o): Add dependency for filenames.h.
3431
3432 2008-02-08  Doug Evans  <[email protected]>
3433
3434         * source.c (find_and_open_source): Always rewrite absolute filenames.
3435
3436 2008-02-07  Doug Evans  <[email protected]>
3437
3438         * breakpoint.c: #include "hashtab.h".
3439         (ambiguous_names_p): New fn.
3440         (update_breakpoint_locations): When restoring bp enable status, don't
3441         compare function names if any functions have same name.
3442         * Makefile.in (breakpoint.o): Add hashtab.h dependency.
3443
3444 2008-02-07  Joel Brobecker  <[email protected]>
3445
3446         * ada-lang.c (symbol_completion_add): Make SV parameter a VEC**
3447         instead of just a VEC*. Update use of SV.
3448         (ada_make_symbol_completion_list): Update symbol_completion_add calls.
3449
3450 2007-02-07  Joel Brobecker  <[email protected]>
3451
3452         * NEWS: Put all new commands since gdb-6.7 together.
3453
3454 2007-02-07  Joel Brobecker  <[email protected]>
3455
3456         * ada-lang.c: #include "vec.h".
3457         (struct string_vector, new_string_vector, string_vector_append):
3458         Delete.
3459         (char_ptr): New typedef.
3460         (DEF_VEC_P (char_ptr)): New VEC type.
3461         (symbol_completion_add): Update profile to take the new VEC type
3462         instead of the old string_vector structure. Update code accordingly.
3463         (ada_make_symbol_completion_list): Use the new VEC type instead of
3464         the old string_vector structure, and update the code accordingly.
3465         * Makefile.in (ada-lang.o): Add dependency on vec.h.
3466
3467 2008-02-06  Pierre Muller  <[email protected]>
3468
3469         * p-exp.y: Set current_type in missing places.
3470         (leftdiv_is_integer): New static variable.
3471         Typecast right operand of BINOP_DIV to long_double if both operands
3472         are integers.
3473
3474 2008-02-06  Maciej W. Rozycki  <[email protected]>
3475
3476         * remote-mips.c (set_breakpoint): Rename to...
3477         (mips_set_breakpoint): ... this.
3478         (clear_breakpoint): Rename to...
3479         (mips_clear_breakpoint): ... this.
3480         (common_breakpoint): Rename to...
3481         (mips_common_breakpoint): ... this.
3482         (check_lsi_error): Rename to...
3483         (mips_check_lsi_error): ... this.
3484
3485 2007-02-05  Joel Brobecker  <[email protected]>
3486
3487         * language.h (struct language_defn): Add new field
3488         la_make_symbol_completion_list.
3489         * symtab.c (default_make_symbol_completion_list): Renames
3490         make_symbol_completion_list.
3491         (make_symbol_completion_list): New function.
3492         * symtab.h (default_make_symbol_completion_list): Add declaration.
3493         * langauge.c (unknown_language): Set la_make_symbol_completion_list.
3494         (auto_language, local_language): Likewise.
3495         * objc-lang.c (objc_language_defn): Likewise.
3496         * scm-lang.c (scm_language_defn): Likewise.
3497         * m2-lang.c (m2_language_defn): Likewise.
3498         * f-lang.c (f_language_defn): Likewise.
3499         * jv-lang.c (java_language_defn): Likewise.
3500         * p-lang.c (pascal_language_defn): Likewise.
3501         * c-lang.c (c_language_defn, cplus_language_defn, asm_language_defn)
3502         (minimal_language_defn): Likewise.
3503         * ada-lang.c (struct string_vector): New structure.
3504         (new_string_vector, string_vector_append, ada_unqualified_name)
3505         (add_angle_brackets, symbol_completion_match, symbol_completion_add)
3506         (ada_make_symbol_completion_list): New functions.
3507         (ada_language_defn): Set la_make_symbol_completion_list.
3508         * ada-lang.h (ada_make_symbol_completion_list): Remove declaration,
3509         this function is static.
3510
3511 2008-02-05  Kevin Buettner  <[email protected]>
3512
3513         * mn10300-tdep.c (mn10300_push_dummy_call): Adjust stack pointer
3514         to account for call site optimizations.
3515
3516 2008-02-05  Andrzej Zaborowski  <[email protected]>
3517
3518         * tracepoint.c (read_actions): Handle end-of-text indicator
3519         in action list properly.  (Committed by Jim Blandy)
3520
3521 2008-02-05  Jim Blandy  <[email protected]>
3522
3523         * ax-gdb.c (gen_expr): Yield ordinary error if asked to trace a
3524         pseudoregister, not an internal error.
3525         Reported by: Andrzej Zaborowski
3526
3527 2008-02-04  Vladimir Prus  <[email protected]>
3528
3529         * varobj.c (c_value_of_variable): Use xstrdup.
3530
3531 2008-02-04  Vladimir Prus  <[email protected]>
3532
3533         Update stored rendition of varobj value when format changes.
3534         * varobj.c (varobj_set_display_format): Recomputed
3535         print_value.
3536         (c_value_of_variable): Return print_value.
3537
3538 2008-02-03  Doug Evans  <[email protected]>
3539
3540         * eval.c (evaluate_subexp_standard): Fix type of result of mixed
3541         integer/float division operations when EVAL_AVOID_SIDE_EFFECTS.
3542         * valops.c (value_one): New function.
3543         * value.h (value_one): Declare.
3544
3545         Fix argument promotion for binary arithmetic ops for C.
3546         * valarith.c (unop_result_type): New fn.
3547         (binop_result_type): New fn.
3548         (value_binop): Move result type computation to binop_result_type.
3549         (value_pos, value_neg, value_complement): Move result type
3550         computation to unop_result_type.
3551
3552         PR 2384
3553         * gdbtypes.c (get_vptr_fieldno): Renamed from fill_in_vptr_fieldno.
3554         Return basetype, fieldno if found.  All callers updated.
3555         Don't cache TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE if from different
3556         objfile.
3557         * gdbtypes.h (get_vptr_fieldno): Renamed from fill_in_vptr_fieldno.
3558         * symfile.h (fill_in_vptr_fieldno): Delete.
3559
3560 2008-02-02  Doug Evans  <[email protected]>
3561
3562         * valarith.c (value_binop): Handle unsigned BINOP_REM division by zero.
3563
3564         * typeprint.c (*): Whitespace cleanup.
3565
3566 2008-02-02  Mark Kettenis  <[email protected]>
3567             Luis Machado  <[email protected]>
3568             Thiago Jung Bauermann  <[email protected]>        
3569
3570         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Pass floats that
3571         don't fit into registerson the stack the way GCC does.
3572
3573 2008-02-01  Joel Brobecker  <[email protected]>
3574
3575         * symtab.c (symbol_set_names): Do not add an entry in the demangling
3576         hash table for Ada symbols. Just store the linkage name as is,
3577         and leave the demangled_name as NULL.
3578
3579 2007-02-01  Joel Brobecker  <[email protected]>
3580
3581         * dwarf2read.c (add_partial_symbol): Always store all Ada subprograms
3582         in the global scope.
3583         (new_symbol): Likewise.
3584
3585 2008-02-01  Vladimir Prus  <[email protected]>
3586         
3587         * breakpoint.c (break_command_1): Return void.
3588         (break_command_really): Return void.  Rethrow
3589         exceptions instead of returning.
3590         (gdb_breakpoint): Remove the error_message parameter.
3591         Return void.  Rename to set_breakpoint.
3592         * gdb.h (gdb_breakpoint): Rename and move to...
3593         * breakpoint.h (set_breakpoint): ...here.
3594         * mi/mi-cmb-break.c (mi_cmd_break_insert): Restore
3595         event hooks even if exception is thrown.  Adjust to
3596         gdb_breakpoint interface changes.
3597         
3598
3599 2008-02-01  Thiago Jung Bauermann  <[email protected]>
3600
3601         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Write 32-bit
3602         float in both first and second word in the doubleword, to support
3603         old and new ABIs.
3604
3605 2008-02-01  Vladimir Prus  <[email protected]>
3606
3607         Properly rethrow exception.  This fixes errors
3608         about non-existent functions for -break-insert.
3609         * breakpoint.c (break_command_really): Use throw_exception
3610         for rethrowing.  If rethrowing, don't print the exception.
3611
3612 2008-01-31  Thiago Jung Bauermann  <[email protected]>
3613
3614         * NEWS: Mention Decimal Floating Point support.
3615
3616 2008-01-31  Joel Brobecker  <[email protected]>
3617
3618         * std-regs.c (value_of_builtin_frame_pc_reg): Change the returned
3619         value type to builtin_type_void_func_ptr.
3620
3621 2008-01-31  Andreas Krebbel  <[email protected]>
3622
3623         * s390-tdep.c (is_float_singleton, is_float_like,
3624         alignment_of, s390_return_value): Make checks for
3625         TYPE_CODE_FLT to match TYPE_CODE_DECFLOAT as well.
3626
3627 2008-01-31  Luis Machado  <[email protected]>
3628             Thiago Jung Bauermann  <[email protected]>
3629
3630         * infcmd.c (default_print_registers_info): Also print hex
3631         raw contents for TYPE_CODE_DECFLOAT registers.
3632         * ppc-tdep.h (gdbarch_tdep): Add ppc_dl0_regnum member.
3633         * rs6000-tdep.c (IS_DFP_PSEUDOREG): New macro.
3634         (rs6000_register_name): Add support for DFP pseudo-registers.
3635         (rs6000_pseudo_register_type): Likewise.
3636         rs6000_pseudo_register_reggroup_p): Likewise.
3637         (ppc_pseudo_register_read): New function.
3638         (ppc_pseudo_register_write): Likewise.
3639         (rs6000_pseudo_register_read): Likewise.
3640         (rs6000_pseudo_register_write): Likewise.
3641         (e500_pseudo_register_read): Move checks to
3642         rs6000_pseudo_register_read.
3643         (e500_pseudo_register_write): Move checks to
3644         rs6000_pseudo_register_write.
3645         (rs6000_gdbarch_init): Initialize tdep->ppc_dl0_regnum.  Install
3646         rs6000_pseudo_register_read and rs6000_pseudo_register_write
3647         in gdbarch if SPE or DFP is available.  Adjust gdbarch's
3648         num_pseudo_regs to account for DFP pseudo regs.
3649
3650 2008-01-31  Thiago Jung Bauermann  <[email protected]>
3651
3652         * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_ev31_regnum member.
3653         * rs6000-tdep.c (IS_SPE_PSEUDOREG): New macro.
3654         (spe_register_p, rs6000_register_name, rs6000_pseudo_register_type,
3655         rs6000_pseudo_register_reggroup_p, e500_move_ev_register,
3656         e500_pseudo_register_read, e500_pseudo_register_write): Use
3657         IS_SPE_PSEUDOREG macro.
3658         (rs6000_frame_cache): Remove use of tdep->ppc_ev31_regnum.
3659         (rs6000_gdbarch_init): Remove unnecessary num_sprs local variable.
3660         Remove initialization of tdep->ppc_ev31_regnum.
3661
3662 2008-01-08  Paul Hilfinger  <[email protected]>
3663
3664         * printcmd.c (print_formatted): Handle references as for unformatted
3665         prints.
3666
3667 2008-01-30  Joel Brobecker  <[email protected]>
3668
3669         * eval.c (evaluate_subexp_standard): Add handling of user
3670         registers when in EVAL_AVOID_SIDE_EFFECTS mode.
3671
3672 2008-01-30  Pierre Muller  <[email protected]>
3673
3674         * eval.c (evaluate_subexp_standard): Support
3675         BINOP_INTDIV opcode.
3676
3677 2008-01-30  Paul N. Hilfinger  <[email protected]>
3678
3679         * valarith.c (value_binop): Add floating-point BINOP_MIN and
3680         BINOP_MAX cases.
3681         For BINOP_EXP, use length and signedness of left operand only for
3682         result, as for shifts.
3683         For integral operands to BINOP_EXP, use new integer_pow and
3684         uinteger_pow functions so as to get full range of results.
3685         (integer_pow): New function.
3686         (uinteger_pow): New function.
3687
3688 2008-01-30  Vladimir Prus  <[email protected]>
3689
3690         Use vector for varobj_list_children interface.
3691         * gdb/varobj.c (varobj_list_children): Return vector
3692         of varobjs.
3693         * gdb/varobj.h (varobj_list_children): Adjust
3694         prototype.
3695         (varobj_p): Declare.  Declare vector thereof.
3696         * mi/mi-cmd-var.c (mi_cmd_var_list_children): Adjust
3697         for varobj_list_children change.
3698         * Makefile.in (varobj_h): Update dependencies.
3699
3700 2008-01-30  Thiago Jung Bauermann  <[email protected]>
3701
3702         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Add support for
3703         TYPE_CODE_DECFLOAT arguments.
3704         (ppc64_sysv_abi_push_dummy_call) Likewise.
3705         (get_decimal_float_return_value): New function.
3706         (do_ppc_sysv_return_value): Add support for TYPE_CODE_DECFLOAT return
3707         values by calling get_decimal_float_return_value.
3708         (ppc64_sysv_abi_return_value): Likewise.
3709
3710 2008-01-30  Nick Roberts  <[email protected]>
3711
3712         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):  Add field
3713         for preprocessor macro information.  Formatting changes.
3714
3715 2008-01-29  Daniel Jacobowitz  <[email protected]>
3716
3717         * remote.c (struct remote_state): Add cached_wait_status.
3718         (remote_exec_file): New variable.
3719         (PACKET_vAttach, PACKET_vRun): New constants.
3720         (extended_remote_restart): Do not query for status.
3721         (struct start_remote_args): New.
3722         (remote_start_remote): Take it as a second argument.  Check
3723         whether the target is running.  Issue an error for non-running
3724         non-extended targets.  Cache the wait status.  Set inferior_ptid
3725         here.
3726         (remote_open_1): Prompt to disconnect non-running targets.  Make
3727         sure the target is marked running.  Do not set inferior_ptid here.
3728         Update call to remote_start_remote.  Do not call remote_check_symbols
3729         if the target is not running.
3730         (remote_detach_1): Rename from remote_detach.  Take an EXTENDED
3731         argument.  Handle a non-running target.
3732         (remote_detach): Use it.
3733         (extended_remote_detach): New.
3734         (remote_disconnect): Fix typo.  Use remoute_mourn_1.
3735         (extended_remote_attach_1, extended_remote_attach)
3736         (extended_async_remote_attach): New.
3737         (remote_vcont_resume): Remove unused variable.
3738         (remote_wait, remote_async_wait): Use any cached wait status.
3739         (putpkt_binary, getpkt): Clear any cached wait status.
3740         (extended_remoute_mourn_1): New.
3741         (extended_remote_mourn): Use it.
3742         (extended_async_remote_mourn, extended_remote_run): New.
3743         (extended_remote_create_inferior_1): New.
3744         (extended_remote_create_inferior): Use it.
3745         (extended_remote_async_create_inferior): Likewise.
3746         (remote_xfer_partial): Skip for non-executing targets.
3747         (init_extended_remote_ops): Set to_detach and to_attach.
3748         (init_extended_async_remote_ops): Likewise.  Use
3749         extended_async_remote_mourn.
3750         (_initialize_remote): Register vAttach, vRun, and
3751         set remote exec-file.
3752         * NEWS: Mention vAttach, vRun, and gdbserver extended-remote support.
3753
3754 2008-01-29  Daniel Jacobowitz  <[email protected]>
3755
3756         * Makefile.in (symfile.o): Update.
3757         * NEWS: Mention exec tracing support.
3758         * inf-ttrace.c (inf_ttrace_wait): Return TARGET_WAITKIND_EXECD for
3759         exec events.
3760         * infcmd.c (kill_if_already_running, detach_command)
3761         (disconnect_command): Replace SOLIB_RESTART with no_shared_libraries.
3762         * infrun.c (MAY_FOLLOW_EXEC, may_follow_exec): Delete.
3763         (follow_exec): Do not check may_follow_exec.  Do not mourn and push
3764         targets.  Apply the sysroot path to the loaded executable.  Use
3765         no_shared_libraries.
3766         * linux-nat.c (linux_child_follow_fork): Print fork following
3767         messages if verbose.
3768         (kill_wait_callback): Kill again before waiting a second time.
3769         * symfile.c (symbol_file_clear): Replace SOLIB_RESTART with
3770         no_shared_libraries.
3771
3772 2008-01-29  Joel Brobecker  <[email protected]>
3773
3774         * amd64-tdep.c (amd64_classify): Add handling of TYPE_CODE_CHAR.
3775
3776 2008-01-29  Joel Brobecker  <[email protected]>
3777
3778         * nto-tdep.h: Remove #include "defs.h".
3779         * nto-tdep.c: Add #include "defs.h".
3780         * Makefile.in (nto_tdep_h): Update dependencies.
3781         (nto-tdep.o): Likewise.
3782
3783 2008-01-29  Joel Brobecker  <[email protected]>
3784
3785         * infrun.c (wait_for_inferior): Add treat_exec_as_sigtrap parameter
3786         and use it.
3787         (proceed, start_remote): Update call to wait_for_inferior.
3788         * inferior.h (wait_for_inferior): Update declaration.
3789         * fork-child.c, infcmd.c, solib-irix.c, solib-osf.c, solib-sunos.c,
3790         solib-svr4.c, win32-nat.c: Update calls to wait_for_inferior.
3791         * inf-ttrace.c (inf_ttrace_wait): Report TTEVT_EXEC events as
3792         TARGET_WAITKIND_EXECD instead of TARGET_WAITKIND_STOPPED.
3793
3794 2008-01-29  Aleksandar Ristovski  <[email protected]>
3795
3796         * varobj (adjust_value_for_child_access): Added checking for 
3797         returned value from gdb_value_ind.
3798         (c_describe_child): Likewise.
3799         (cplus_describe_child): Fixed a typo.
3800
3801 2008-01-29  Jim Blandy  <[email protected]>
3802
3803         * MAINTAINERS: Update my info.
3804
3805 2008-01-29  Vladimir Prus  <[email protected]>
3806
3807         Use multiple locations for hardware watchpoints.
3808         This eliminates the need to traverse value chain, doing
3809         various checks, in three different places.
3810
3811         * breakpoint.h (struct bp_location): New fields
3812         lengths and watchpoint_type.
3813         (struct breakpoint): Remove the val_chain field.
3814         * breakpoint.c (is_hardware_watchpoint): New.
3815         (free_valchain): Remove.
3816         (update_watchpoint): New.
3817         (insert_bp_location): For hardware watchpoint, just
3818         directly insert it.
3819         (insert_breakpoints): Call update_watchpoint_locations
3820         on all watchpoints.  If we have failed to insert
3821         any location of a hardware watchpoint, remove all inserted
3822         locations.
3823         (remove_breakpoint): For hardware watchpoints, directly
3824         remove location.
3825         (watchpoints_triggered): Iterate over locations.
3826         (bpstat_stop_status): Use only first location of
3827         a resource watchpoint.
3828         (delete_breakpoint): Don't call free_valchain.
3829         (print_one_breakpoint): Don't print all
3830         locations for watchpoints.
3831         (breakpoint_re_set_one): Use update_watchpoint for
3832         watchpoints.
3833
3834 2008-01-29  Vladimir Prus  <[email protected]>
3835
3836         Don't reset watchpoint block on solib load.
3837
3838         * breakpoint.c (insert_bp_location): For watchpoints,
3839         recompute condition.
3840         (breakpoint_re_set_one): Instead of recomputing value
3841         and condition for watchpoints, just reset value and
3842         let insert_breakpoints/insert_bp_location recompute it.
3843         Don't do anything about disabled watchpoint.
3844
3845 2008-01-29  Pierre Muller  <[email protected]>
3846
3847         * valarith.c (value_binop): Handle unsigned integer
3848         division by zero.
3849
3850 2008-01-28  Kevin Buettner  <[email protected]>
3851
3852         * mn10300-tdep.c (mn10300_analyze_prologue): Check for an
3853         instruction pattern that appears frequently in position
3854         independent code.  Fix bug in code which looks for "fmov" and
3855         backtracks if no "fmov" is found.
3856
3857 2008-01-28  Doug Evans  <[email protected]>
3858
3859         * dbxread.c (read_dbx_symtab): Fix indentation.
3860         Reformat comments to 80 columns.
3861         Move local var def closer to only use.
3862
3863 2008-01-28  Daniel Jacobowitz  <[email protected]>
3864
3865         * fork-child.c (SHELL_FILE): Remove #ifndef.
3866         (fork_inferior): Remove SHELL_COMMAND_CONCAT.
3867
3868 2008-01-25  Pierre Muller  <[email protected]>
3869
3870         * i386-tdep.c (i386_skip_noop): New function.
3871         (i386_analyze_prologue): Call i386_skip_noop function.
3872
3873 2008-01-24  Michael Snyder  <[email protected]>
3874
3875         * procfs.c (procfs_xfer_partial): Comment, cut/paste error.
3876         * win32-nat.c (win32_xfer_partial): Ditto.
3877         * target.c (default_xfer_partial): Minor whitespace adjustment.
3878
3879 2008-01-24  Pedro Alves  <[email protected]>
3880
3881         * arm-tdep.c (arm_addr_bits_remove): In non 26-bit mode, don't
3882         strip bit 1 even if pc doesn't point to thumb code.
3883
3884 2008-01-23  Daniel Jacobowitz  <[email protected]>
3885
3886         * remote.c (remote_wait): Handle SIGINT between packets.
3887         (remote_async_wait): Likewise.
3888
3889 2008-01-23  Vladimir Prus  <[email protected]>
3890             Chris Demetriou  <[email protected]>
3891
3892         * thread.c (add_thread_silent): Renamed
3893         from add_thread.
3894         (print_thread_events): New variable definition.
3895         (show_print_thread_events): New function.
3896         (_initialize_thread): Add "set print thread-events" and
3897         "show print thread-events" commands.
3898         (add_thread): Announce new thread.
3899         * gdbthread.h (add_thread_silent): Declare.
3900         (print_thread_events): New variable declaration.
3901         * inf-ttrace.c (inf_ttrace_wait): Don't
3902         inform about new thread, as add_thread is always
3903         called too, and will take care of that.
3904         * infrun.c (handle_inferior_event): Likewise.
3905         * procfs.c (procfs_wait): Likewise.
3906         * remote.c (remote_currthread): Likewise.
3907         * sol-thread.c (sol_thread_wait): Likewise.
3908         * win32-nat.c (get_win32_debug_event): Likewise.
3909         * linux-thread-db.c (attach_thread): Likewise.
3910         Remove the verbose parameter.
3911         (check_event): Make detach_thread be verbose
3912         only if print_thread_events is set.
3913         * linux-nat.c (lin_lwp_attach_lwp): Don't inform
3914         about new thread.  This is called only from
3915         linux-thread-db.c:attach_thread, which will take care.
3916         Remove the verbose parameter.
3917         * linux-nat.h (lin_lwp_attach_lwp): Adjust prototype.
3918
3919 2008-01-23  Nick Roberts  <[email protected]>
3920
3921         * mi/mi-cmd-var.c (mi_cmd_var_set_format): Add value field to output.
3922
3923 2008-01-22  Vladimir Prus  <[email protected]>
3924
3925         * breakpoint.c (break_command_really): New parameter
3926         ignore_count.
3927         (break_command_1): Pass 0 as
3928         ignore_count to break_command_really.
3929         (gdb_breakpoint): Pass ignore_count to
3930         break_command_really.
3931
3932 2008-01-21  Kevin Buettner  <[email protected]>
3933
3934         * mn10300-linux-tdep.c (am33_linux_sigframe_cache_init): Find
3935         sigcontext struct via pointer.
3936         (struct sigframe comment): Update to show new field `psc'.
3937
3938 2008-01-21  Vladimir Prus  <[email protected]>
3939
3940         * infrun.c (handle_inferior_event): If
3941         we failed to remove breakpoints, error,
3942         don't try to increment PC by hand.
3943
3944 2008-01-18  Nick Hudson  <[email protected]>
3945
3946         Add NetBSD/hppa target and host support.
3947
3948         * hppabsd-tdep.c (hppabsd_supply_gregset): Move to ...
3949         (hppabsd_gregset): Move to ...
3950         (hppabsd_regset_from_core_section): Rename
3951         hppaobsd_regset_from_core_section and move to ...
3952         (hppabsd_find_global_pointer): Update comment.
3953         (hppabsd_init_abi): Make global. Do not register
3954         hppabsd_regset_from_core_section.
3955         (hppabsd_core_osabi_sniffer): Rename hppaobsd_core_osabi_sniffer and
3956         move to ...
3957         (_initialize_hppabsd_tdep): Move to ...
3958         * hppaobsd-tdep.c: ... here. New file.
3959         * hppnbsd-tdep.c: New file.
3960         * hppnbsd-nat.c: New file.
3961         * Makefile.in (ALL_TARGET_OBS): Add hppanbsd-tdep.o and hppaobsd-tdep.o.
3962         (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3963         (hppabsd-nat.o, hppabsd-tdep.o): New dependencies.
3964         (hppabsd-tdep.o, hppaobsd-tdep.o): Update dependencies.
3965         * configure.host (hppa*-*-netbsd*): New entry.
3966         * configure.tgt (hppa*-*-netbsd*): New entry.
3967         (hppa*-*-openbsd*): Update.
3968         * NEWS (New native configuration): Mention NetBSD/hppa.
3969         (New targets): Mention NetBSD/hppa.
3970
3971 2008-01-18  Markus Deuling  <[email protected]>
3972
3973         * gdbarch.sh (function_list): Add new property bits_big_endian to
3974         gdbarch structure.
3975         * gdbarch.{c,h}: Regenerate.
3976
3977         * value.c (struct value): Replace BITS_BIG_ENDIAN by
3978         gdbarch_bits_big_endian (comment).
3979         (unpack_field_as_long, modify_field): Likewise.
3980         * value.h: Likewise (comment).
3981         * valops.c (value_slice): Likewise.
3982         * valarith.c (value_subscript, value_bit_index): Likewise.
3983         * gdbtypes.h (field): Likewise (comment).
3984         * eval.c (evaluate_subexp_standard): Likewise.
3985         * dwarf2read.c (dwarf2_add_field): Likewise.
3986         * ada-lang.c (decode_packed_array, ada_value_primitive_packed_val)
3987         (move_bits, ada_value_assign, value_assign_to_component): Likewise.
3988         
3989         * defs.h (BITS_BIG_ENDIAN): Remove.
3990
3991 2008-01-18  Markus Deuling  <[email protected]>
3992
3993         * jv-exp.y (yylex): Replace DEPRECATED_STREQN with the appropriate
3994         function calls.
3995         * m2-exp.y (yylex): Likewise.
3996         * objc-exp.y (yylex): Likewise.
3997
3998         * defs.h (DEPRECATED_STREQN): Remove.
3999
4000 2008-01-17  H.J. Lu  <[email protected]>
4001
4002         * MAINTAINERS: Update my email address.
4003
4004 2008-01-17  Jim Blandy  <[email protected]>
4005
4006         * README: Mention gdbserver/README.
4007
4008 2008-01-17  Pierre Muller  <[email protected]>
4009
4010         * valarith.c (value_binop): Handle BINOP_INTDIV
4011         for unsigned and signed integers.
4012
4013 2008-01-17  Ulrich Weigand  <[email protected]>
4014
4015         * s390-tdep.c (s390_gdbarch_init): Set default long double
4016         type to 128-bit IEEE quad.
4017
4018 2008-01-17  Joel Brobecker  <[email protected]>
4019
4020         * hpux-thread.c (hpux_thread_resume): Delete commented-out code.
4021
4022 2008-01-16  Mark Kettenis  <[email protected]>
4023
4024         * auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS.
4025
4026         * dfp.c, dfp.h: Rename decimal_to_double to decimal_to_doublest.
4027         * value.c: All callers changed.
4028
4029 2008-01-16  Markus Deuling  <[email protected]>
4030
4031         * rs6000-nat.c (add_vmap, vmap_ldinfo, vmap_exec): Replace
4032         DEPRECATED_STREQ by its expression.
4033         * coffread.c (coff_locate_sections, coff_symtab_read): Likewise.
4034         * xcoffread.c (read_xcoff_symtab, read_symbol_lineno, find_linenos)
4035         (scan_xcoff_symtab): Likewise.
4036         * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code): Likewise.
4037         * f-lang.c (find_common_for_function): Likewise.
4038         * objc-exp.y (parse_number): Likewise.
4039
4040         * defs.h (DEPRECATED_STREQ): Remove.
4041
4042 2008-01-16  Markus Deuling  <[email protected]>
4043
4044         * mn10300-tdep.h (AM33_MODE): Add gdbarch as parameter.
4045         * mn10300-tdep.c (set_reg_offsets, mn10300_analyze_prologue): Use
4046         get_frame_arch to get at the current_architecture. Update AM33_MODE
4047         call.
4048         (mn10300_analyze_prologue): Add gdbarch as parameter. Update caller.
4049         (mn10300_frame_unwind_cache): Use get_frame_arch to get at the current
4050         architecture.
4051         (set_reg_offsets, mn10300_analyze_prologue): Fix indentation.
4052
4053 2008-01-16  Markus Deuling  <[email protected]>
4054
4055         * amd64-nat.h (amd64_native_gregset_supplies_p): Add gdbarch as 
4056         parameter.
4057         * amd64-nat.c (amd64_native_gregset_supplies_p): Likewise.
4058
4059         (amd64_native_gregset_reg_offset): Add gdbarch as parameter. Replace
4060         current_gdbarch by gdbarch. Update caller.
4061
4062         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers)
4063         (amd64_linux_store_inferior_registers): Use get_regcache_arch to get at
4064         the current architecture. Update calls of
4065         amd64_native_gregset_supplies_p.
4066         * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers)
4067         (amd64bsd_store_inferior_registers): Likewise.
4068
4069 2008-01-16  Markus Deuling  <[email protected]>
4070
4071         * ppc-linux-nat.c (ppc_register_u_addr): Add gdbarch as parameter.
4072         Replace current_gdbarch by gdbarch. Update caller.
4073
4074 2008-01-16  Markus Deuling  <[email protected]>
4075
4076         * dbxread.c (repeated_header_complaint, dbx_symfile_init)
4077         (read_dbx_dynamic_symtab, function_outside_compilation_unit_complaint)
4078         (read_dbx_symtab, end_psymtab, dbx_psymtab_to_symtab_1)
4079         (dbx_psymtab_to_symtab, read_ofile_symtab, process_one_symbol)
4080         (stabsect_build_psymtabs): Fix indentation.
4081
4082 2008-01-15  Michael Snyder  <[email protected]>
4083
4084         * corelow.c (core_xfer_partial): Comment, cut/paste error.
4085
4086 2008-01-14  Pierre Muller  <[email protected]>
4087
4088         * win32-nat.c (win32_create_inferior): Restore code calling
4089         CloseHandle on ProcessInformation structure.
4090
4091 2008-01-13  Nick Hudson  <[email protected]>
4092
4093         * configure.ac: Check for void * as 3 argument of ptrace.
4094         * configure: regenerate.
4095
4096 2008-01-11  Markus Deuling  <[email protected]>
4097
4098         * alpha-tdep.c (alpha_heuristic_proc_start)
4099         (alpha_sigtramp_register_address): Add gdbarch as parameter. Replace
4100         current_gdbarch by gdbarch.
4101
4102         (alpha_heuristic_frame_unwind_cache): Use get_frame_arch to get at the
4103         current architecture by frame_info. Update alpha_heuristic_proc_start 
4104         call.
4105
4106         (alpha_sigtramp_frame_this_id, alpha_sigtramp_frame_prev_register): Use
4107         get_frame_arch to get at the current architecture by frame_info. Update
4108         alpha_sigtramp_register_address call.
4109
4110         * arm-tdep.c (thumb_scan_prologue): Add gdbarch as parameter and replace
4111         current_gdbarch by gdbarch. Update caller.
4112         (convert_to_extended, convert_from_extended): Add endianess parameter
4113         for comparison. Update caller.
4114         (arm_extract_return_value, arm_store_return_value): Use
4115         get_regcache_arch to get at the current architecture.
4116
4117         * cris-tdep.c (cris_register_size): Add gdbarch as parameter. Replace
4118         current_gdbarch by gdbarch. Update caller.
4119         (cris_gdb_func, move_to_preg_op, none_reg_mode_move_from_preg_op): Add
4120         gdbarch as parameter. Update caller. Replace current_gdbarch by gdbarch.
4121
4122         * h8300-tdep.c (E_PSEUDO_CCR_REGNUM, E_PSEUDO_EXR_REGNUM, BINWORD): Add
4123         gdbarch as parameter. Update caller.    
4124         (h8300_init_frame_cache): Add gdbarch as parameter. Replace
4125         current_gdbarch by gdbarch. Update caller.
4126
4127         * hppa-tdep.c (skip_prologue_hard_way): Add gdbarch as parameter and 
4128         update caller. Replace current_gdbarch by gdbarch.
4129
4130         * m32c-tdep.c (m32c_skip_trampoline_code): Use get_frame_arch to get at
4131         the current architecture. Replace current_gdbarch by gdbarch.
4132         * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
4133         (STACK_CORRECTION, USE_PAGE_REGISTER): Replace M6811_TDEP by its
4134         expression. Add gdbarch as parameter and replace current_gdbarch with
4135         it. Update caller.
4136         (M6811_TDEP): Remove.
4137         (m68hc11_frame_prev_register): Use get_frame_arch to get at the current
4138         architecture.
4139         (m68hc11_scan_prologue): Add gdbarch as parameter. Replace 
4140         current_gdbarch by gdbarch. Update caller.
4141
4142         * m68k-tdep.c (m68k_analyze_prologue): Add gdbarch as parameter and
4143         update caller.
4144         (m68k_analyze_register_saves): Likewise. Also replace current_gdbarch
4145         by gdbarch.
4146
4147         * rs6000-tdep.c (skip_prologue): Add gdbarch as parameter and update
4148         caller. Relace current_gdbarch by gdbarch.
4149         (altivec_register_p, spe_register_p): Likewise.
4150         * ppc-tdep.h (altivec_register_p, spe_register_p): Add gdbarch as
4151         parameter.
4152         * ppc-linux-nat.c (fetch_register, store_register): Update caller of
4153         altivec_register_p and spe_register_p.
4154
4155         * score-tdep.c (score_fetch_inst): Add gdbarch as parameter. Update 
4156         caller. Replace current_gdbarch by gdbarch.
4157         (score_analyze_prologue): use get_frame_arch to get at the current
4158         architecture.   
4159
4160         * sparc-tdep.h (sparc_analyze_prologue): Add gdbarch as parameter.
4161         * sparc-tdep.c (sparc_analyze_prologue): Likewise. Replace
4162         current_gdbarch by gdbarch. Update caller.
4163         (sparc_frame_cache): Use get_frame_arch to get at the current
4164         architecture.
4165         * sparce64-tdep.c (sparc64_skip_prologue): Update call of
4166         sparc_analyze_prologue.
4167
4168         * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Add gdbarch as
4169         parameter.
4170
4171 2008-01-11  Markus Deuling  <[email protected]>
4172
4173         * exec.c: #include "arch-utils.h"
4174          (print_section_info): Use gdbarch_from_bfd to get at the
4175         current architecture. Replace current_gdbarch. Fix indention. Replace
4176         deprecated_print_address_numeric by paddress.
4177         * Makefile.in (exec.o) Add dependency to arch-utils.h.
4178
4179         * valprint.c (val_print_string): Replace 
4180         deprecated_print_address_numeric.
4181         * tracepoint.c (trace_mention, scope_info): Likewise.
4182         * symmisc.c (dump_msymbols, dump_psymtab, dump_symtab_1, print_symbol)
4183         (print_symbol, print_partial_symbols, maintenance_info_psymtabs)
4184         (maintenance_check_symtabs): Likewise.
4185         * symfile.c (list_overlays_command): Likewise.
4186         * stack.c (frame_info, print_block_frame_labels): Likewise.
4187         * printcmd.c (print_address, print_address_demangle)
4188         (address_info): Likewise.
4189         * corefile.c (memory_error): Likewise.
4190         * infcmd.c (jump_command): Likewise.
4191         * breakpoint.c (insert_bp_location, describe_other_breakpoints)
4192         (mention, delete_breakpoint): Likewise.
4193         * c-valprint.c (print_function_pointer_address, c_val_print): Likewise.
4194         * dwarf2read.c (dump_die): Likewise.
4195         * ada-valprint.c (ada_val_print_1): Likewise.
4196         * f-valprint.c (f_val_print): Likewise.
4197         * linux-fork.c (info_forks_command): Likewise.  
4198         * m32r-com.c (m32r_load_section, m32r_load)
4199         (m32r_upload_command): Likewise.
4200
4201         * ui-out.c (ui_out_field_core_addr): Remove unnecessary comment.
4202
4203 2008-01-11  Markus Deuling  <[email protected]>
4204
4205         * gdbarch.sh (skip_prologue): Add gdbarch
4206         as parameter.
4207         * gdbarch.{c,h}: Regenerate.
4208
4209         * alpha-tdep.c (alpha_skip_prologue): Add gdbarch as parameter.
4210         * amd64-tdep.c (amd64_skip_prologue): Likewise.
4211         * avr-tdep.c (avr_skip_prologue): Likewise.
4212         * cris-tdep.c (cris_skip_prologue): Likewise.
4213         * frv-tdep.c (frv_skip_prologue): Likewise.
4214         * h8300-tdep.c (h8300_skip_prologue): Likewise.
4215         * hppa-tdep.c (hppa_skip_prologue): Likewise.
4216         * i386-tdep.c (i386_skip_prologue): Likewise.
4217         * ia64-tdep.c (ia64_skip_prologue): Likewise.
4218         * iq2000-tdep.c (iq2000_skip_prologue): Likewise.
4219         * m32r-tdep.c (m32r_skip_prologue): Likewise.
4220         * m68hc11-tdep.c (m68hc11_skip_prologue): Likewise.
4221         * m68k-tdep.c (m68k_skip_prologue): Likewise.
4222         * m88k-tdep.c (m88k_skip_prologue): Likewise.
4223         * mep-tdep.c (mep_skip_prologue): Likewise.
4224         * mips-tdep.c (mips_skip_prologue): Likewise.
4225         * mn10300-tdep.c (mn10300_skip_prologue): Likewise.
4226         * mt-tdep.c (mt_skip_prologue): Likewise.
4227         * rs6000-tdep.c (rs6000_skip_prologue): Likewise.
4228         * score-tdep.c (score_skip_prologue): Likewise.
4229         * sh64-tdep.c (sh64_skip_prologue): Likewise.
4230         * sh-tdep.c (sh_skip_prologue): Likewise.
4231         * sparc64-tdep.c (sparc64_skip_prologue): Likewise.
4232         * sparc-tdep.c (sparc32_skip_prologue): Likewise.
4233         * spu-tdep.c (spu_skip_prologue): Likewise.
4234         * v850-tdep.c (v850_skip_prologue): Likewise.
4235         * vax-tdep.c (vax_skip_prologue): Likewise.
4236         * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
4237         * xtensa-tdep.c (xtensa_skip_prologue): Likewise.
4238
4239         * arm-tdep.c (arm_skip_prologue): Add gdbarch as parameter. Replace
4240         current_gdbarch by gdbarch.
4241         * m32c-tdep.c (m32c_skip_prologue): Likewise.
4242         * s390-tdep.c (s390_skip_prologue): Likewise.
4243
4244 2008-01-10  Doug Evans  <[email protected]>
4245
4246         * defs.h (struct continuation_arg): Fix typo in comment.
4247         * target.c (target_translate_tls_address): Fix comment spelling error.
4248
4249 2008-01-09  Thiago Jung Bauermann  <[email protected]>
4250
4251         * doublest.h (DOUBLEST_PRINT_FORMAT): Remove % from string.
4252         (DOUBLEST_SCAN_FORMAT): Likewise.
4253         * dfp.c (decimal_from_floating): Use DOUBLEST_PRINT_FORMAT.
4254         * ada-lex.l (processReal): Prepend "%" to use of DOUBLEST_SCAN_FORMAT.
4255         * c-exp.y (parse_number): Likewise.
4256         * jv-exp.y (parse_number): Likewise.
4257         * objc-exp.y (parse_number): Likewise.
4258         * p-exp.y (parse_number): Likewise.
4259
4260 2008-01-09  Joel Brobecker  <[email protected]>
4261
4262         * gdbtypes.c (create_array_type): Add handling of null Ada arrays.
4263         (check_typedef): Likewise.
4264
4265 2008-01-09  Luis Machado  <[email protected]>
4266
4267         * printcmd.c (printf_command): Add seen_big_h, seen_big_d and
4268         seen_double_big_d, treat the new H, D, and DD modifiers as length
4269         modifiers.
4270
4271 2008-01-08  Joel Brobecker  <[email protected]>
4272
4273         * dwarf2read.c (read_enumeration_type): Add comment.
4274
4275 2008-01-08  Thiago Jung Bauermann  <[email protected]>
4276
4277         * config.in: Regenerate.
4278
4279 2008-01-08  Joel Brobecker  <[email protected]>
4280
4281         * ada-lang.c (ada_convert_actual): Renames convert_actual.
4282         Make non-static.
4283         (ada_convert_actuals): Delete.
4284         * ada-lang.h (ada_convert_actual): Add declaration.
4285         (ada_convert_actuals): Remove declaration.
4286         * infcall.c: #include "ada-lang.h".
4287         (value_arg_coerce): Add new parameter sp.  Update function
4288         documetnation.  Add handling of Ada function call parameters.
4289         * Makefile.in (infcall.o): Update dependencies.
4290
4291 2008-01-08  Paul Hilfinger  <[email protected]>
4292
4293         * ada-lang.c (ensure_lval): Fix value lval kind.
4294         (convert_actual): Add handling for arguments passed by reference.
4295
4296 2008-01-08  Doug Evans  <[email protected]>
4297
4298         * dbxread.c (read_dbx_symtab): Fix indentation.
4299
4300 2008-01-07  Thiago Jung Bauermann  <[email protected]>
4301
4302         * Makefile.in (dfp.o): Depend on expression.h, gdbtypes.h and value.h.
4303         (valarith.o): Depend on dfp.h.
4304         (valops.o): Likewise.
4305         * dfp.c: Include expression.h, gdbtypes.h, value.h and dfp.h.
4306         (set_decnumber_context): New function.
4307         (decimal_check_errors): Likewise.
4308         (decimal_from_number): Likewise.
4309         (decimal_to_number): Likewise.
4310         (decimal_from_string): Use set_decnumber_context and
4311         decimal_check_errors.
4312         (decimal_from_integral): New function.
4313         (decimal_from_floating): Likewise.
4314         (decimal_to_double): Likewise.
4315         (promote_decimal): Likewise.
4316         (decimal_binop): Likewise.
4317         (decimal_is_zero): Likewise.
4318         (decimal_compare): Likewise.
4319         (decimal_convert): Likewise.
4320         * dfp.h (decimal_from_integral): New prototype.
4321         (decimal_from_floating): Likewise.
4322         (decimal_to_double): Likewise.
4323         (decimal_binop): Likewise.
4324         (decimal_is_zero): Likewise.
4325         (decimal_compare): Likewise.
4326         (decimal_convert): Likewise.
4327         * eval.c (evaluate_subexp_standard): Remove expect_type argument from
4328         call to value_from_decfloat.
4329         * valarith.c: Include dfp.h.
4330         (value_args_as_decimal): New function.
4331         (value_binop): Add if block to handle TYPE_CODE_DECFLOAT values.
4332         (value_logical_not): Likewise.
4333         (value_equal): Likewise.
4334         (value_less): Likewise.
4335         (value_pos): Likewise.
4336         (value_neg): Formatting fix.
4337         * valops.c: Include dfp.h.
4338         (value_cast): Add if block to handle TYPE_CODE_DECFLOAT values.
4339         * value.c (unpack_long): Add case to handle TYPE_CODE_DECFLOAT.
4340         (unpack_double): Add if block to handle TYPE_CODE_DECFLOAT.
4341         (value_from_decfloat): Remove expect_type argument.
4342         * value.h (value_from_decfloat): Update prototype.
4343
4344 2008-01-07  Vladimir Prus  <[email protected]>
4345
4346         Ignore change in name of dynamic linker during
4347         execution on Solaris.  This also unbreaks pending breakpoints.
4348
4349         * solist.h (struct target_so_ops): New field same.
4350         * solib-svr4.c (svr4_same): New.
4351         (_initialize_svr4_solib): Register svr4_same.
4352         * solib.c (update_solib_list): Use ops->same, if available.
4353
4354 2008-01-06  Christopher Faylor  <[email protected]>
4355
4356         * win32-nat.c (win32_make_so): Use cygwin-style path to avoid warnings
4357         when using MS-DOS paths.
4358
4359 2008-01-05  Pedro Alves  <[email protected]>
4360
4361         * NEWS: Mention --pid and --core command line behaviour changes.
4362
4363 2008-01-05  Pedro Alves  <[email protected]>
4364
4365         * main.c (captured_main): Remove 'count' varible and the
4366         ALIGN_STACK_ON_ENTRY block that used it.  Error out if --core and
4367         --pid options were issued simultaneously.  If an explicit pid
4368         option was passed, don't fallback to core file.  Detect extra
4369         arguments better in the presence of explicit pid or core
4370         arguments.
4371
4372 2008-01-05  Joel Brobecker  <[email protected]>
4373
4374         * ada-lang.c (ada_which_variant_applies): Correctly compute
4375         the value of the discriminant when the variant record is packed.
4376
4377 2008-01-04  Joel Brobecker  <[email protected]>
4378
4379         * ada-lang.c (is_name_suffix): Handle middle-name numeric suffixes
4380         that are used to differentiate homonyms.
4381
4382 2008-01-04  Jerome Guitton  <[email protected]>
4383
4384         * ada-lang.c (decode_packed_array_type): Avoid a seg fault
4385         when the type is an anonymous pointer type.
4386         (ada_check_typedef): Avoid a seg fault when the type is null.
4387         * ada-typeprint.c (print_array_type): Add support for pointer
4388         to packed arrays.
4389
4390 2008-01-04  Paul N. Hilfinger  <[email protected]>
4391
4392         * ada-exp.y: Allow '{type} ADDRESS' notation on left of assignment.
4393
4394 2008-01-04  Joel Brobecker  <[email protected]>
4395
4396         * ada-lang.c (ada_evaluate_subexp): Evaluate tagged types in
4397         EVAL_NORMAL mode when noside is EVAL_AVOID_SIDE_EFFECTS.
4398
4399 2008-01-04  Joel Brobecker  <[email protected]>
4400
4401         * ada-exp.y (chop_separator): New function.
4402         (write_selectors): Rewrite to re-use chop_separator.
4403         (ada_nget_field_index, get_symbol_field_type): New functions.
4404         (write_var_or_type): Add support for "ptype TYPENAME.FIELD"
4405         expressions.
4406
4407 2008-01-03  Thiago Jung Bauermann  <[email protected]>
4408
4409         * symtab.c (find_pc_sect_line): Use SYMBOL_VALUE_ADDRESS instead
4410         of SYMBOL_VALUE when working with function symbols.
4411
4412 2008-01-03  Joel Brobecker  <[email protected]>
4413
4414         * ada-lang.c (resolve_subexp): Add handling of OP_REGISTER
4415         expressions.  These expressions do not need to be rewriten.
4416
4417 2008-01-03  Joel Brobecker  <[email protected]>
4418
4419         * dwarf2read.c (read_enumeration_type): Flag type as stub if
4420         the given die is a declaration.
4421
4422 2008-01-03  Joel Brobecker  <[email protected]>
4423
4424         * ada-lang.c (ada_array_bound_from_type): Make non-static.
4425         Handle properly the case when the index type is an enumerated type.
4426         Do not return the subtype of the bounds type, just return the
4427         bounds type directly - this is not needed and is more consistent
4428         with what we do for arrays when no XA parallel type exists.
4429
4430 2008-01-03  Joel Brobecker  <[email protected]>
4431
4432         * ada-lang.c (static_unwrap_type): Add forward declaration.
4433         (template_to_static_fixed_type): Fields of dynamic types sometimes
4434         also need to be unwrapped. Take this into account.
4435         (ada_to_fixed_type_1): Renamed from ada_to_fixed_type.
4436         (ada_to_fixed_type): New wrapper around ada_to_fixed_type_1.
4437         * ada-typeprint.c (ada_print_type): Get the typename from
4438         the original type, not the base type. 
4439
4440 2008-01-03  Jerome Guitton  <[email protected]>
4441
4442         * ada-lang.c (ada_value_struct_elt, to_fixed_array_type)
4443         (to_fixed_array_type, ada_to_fixed_value_create, unwrap_value): 
4444         Update calls to ada_to_fixed_type.
4445         (ada_template_to_fixed_record_type_1): Ditto, but without looking
4446         for the tag.
4447         (ada_to_fixed_type): Add check_tag parameter; do not look for
4448         tag if null.  When looking for a tag, use a fixed record type.
4449         * ada-lang.h (ada_to_fixed_type): Add check_tag parameter.
4450         * ada-valprint.c (printable_val_type, ada_value_print): Update
4451         calls to ada_to_fixed_type.
4452
4453 2008-01-03  Luis Machado  <[email protected]>
4454
4455         * doublest.c (convert_floatformat_to_doublest): Call 
4456         floatformat_to_doublest instead of floatformat_to_double and use
4457         DOUBLEST variables.
4458         (convert_doublest_to_floatformat): Call floatformat_from_doublest
4459         instead of floatformat_from_double and use DOUBLEST variables.
4460
4461 2008-01-03  Nick Hudson  <[email protected]>
4462
4463         * MAINTAINERS (Write After Approval): Add self.
4464
4465 2008-01-03  Joel Brobecker  <[email protected]>
4466
4467         * symfile.c (set_initial_language): Make non-static.
4468         * symfile.h (set_initial_language): Add declaration.
4469         * language.c: #include "symfile.h".
4470         (set_language): Call set_initial_language if the frame language
4471         could not be determined.
4472
4473 2008-01-03  Paul N. Hilfinger  <[email protected]>
4474
4475         * eval.c (evaluate_subexp_for_address): Provide frame address to
4476         locate_var_value only if it will be needed.
4477
4478 2008-01-02  Jan Kratochvil  <[email protected]>
4479
4480         * linux-nat.c (linux_child_follow_fork): Call also CHECK_FOR_THREAD_DB.
4481
4482 2008-01-02  Joel Brobecker  <[email protected]>
4483
4484         * ada-lang.c (ada_evaluate_subexp): Modify the value returned
4485         when noside is EVAL_AVOID_SIDE_EFFECTS to be an lval_memory.
4486         This is needed to make sure that any other treatment applied
4487         to the resulting value does not fail for spurious reason,
4488         such as trying to take the address of this value.
4489
4490 2008-01-02  Joel Brobecker  <[email protected]>
4491
4492         * ada-lang.c (ada_value_equal): Dereference reference types when
4493         comparing arrays.
4494  
4495 2008-01-01  Daniel Jacobowitz  <[email protected]>
4496
4497         Updated copyright notices for most files.
4498
4499 2008-01-01  Christopher Faylor  <[email protected]>
4500
4501         * win32-nat.c (psapi_module_handle): Remove static.
4502         (get_module_name): Rename from psapi_get_dll_name.  Revamp slightly to
4503         return first module found if base_address is zero.  Don't initialize
4504         psapi function pointers here.  Convert to cygwin paths when
4505         appropriate.
4506         (win32_pid_to_exec_file): Use Cygwin's /proc interface to determine
4507         executable name.  Use get_module_name when that fails or when
4508         !__CYGWIN__.
4509         (_initialize_psapi): New function.  Initialize psapi stuff before it is
4510         needed or issue a warning if it is not found.  Move psapi_module_handle
4511         here.
4512
4513 2008-01-01  Joel Brobecker  <[email protected]>
4514
4515         * ada-lang.c (ada_remove_trailing_digits): New function.
4516         (ada_remove_po_subprogram_suffix): New function.
4517         (ada_decode): Improve. Move the description of the algorithm
4518         directly inside the code, instead of in the function global
4519         description.
4520
4521 2008-01-01  Joel Brobecker  <[email protected]>
4522
4523         * ada-valprint.c (ada_val_print_1) [TYPE_CODE_REF]: Ignore deref_ref
4524         and always print the dereferenced value.
4525
4526 2008-01-01  Joel Brobecker  <[email protected]>
4527
4528         * ada-lang.c (ada_evaluate_subexp, case BINOP_SUB): Add handling
4529         of the case where the first argument is a reference.
4530         (ada_evaluate_subexp, case BINOP_ADD): Likewise.
4531
4532 2008-01-01  Joel Brobecker  <[email protected]>
4533
4534         Implement support for Ada interface types.
4535
4536         * ada-lang.c (ada_is_dispatch_table_ptr_type): New function.
4537         (ada_is_ignored_field): Ignore fields that are a dispatch table
4538         of a tagged type.
4539
4540 2008-01-01  Joel Brobecker  <[email protected]>
4541
4542         * top.c (print_gdb_version): Update copyright year.
4543
4544 2008-01-01  Joel Brobecker  <[email protected]>
4545
4546         * ChangeLog-2007: New ChangeLog rotation.
4547         * ChangeLog: Reset for 2008.
4548         * config/djgpp/fnchange.lst: Add entries for ChangeLog-2006 and
4549         ChangeLog-2007.
4550
4551 For older changes see ChangeLog-2007.
4552 \f
4553 Local Variables:
4554 mode: change-log
4555 left-margin: 8
4556 fill-column: 74
4557 version-control: never
4558 coding: utf-8
4559 End:
This page took 0.315648 seconds and 4 git commands to generate.