2010-12-17 Michael Snyder <msnyder@vmware.com>
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2010-12-17  Michael Snyder  <msnyder@vmware.com>
2
3         * utils.c (do_my_cleanups): Comment fix-up.
4
5 2010-12-17  Kevin Buettner  <kevinb@redhat.com>
6
7         * mips-tdep.c (make_mips16_addr): New function.
8         (mips_elf_make_msymbol_special): Don't set the low bit in the
9         symbol's address.
10         (mips_read_pc, mips_unwind_pc, mips_addr_bits_remove): Strip bit
11         indicating mips16 address, if present.
12         (mips_write_pc): Set bit indicating mips16 address when in a mips16
13         function.
14         (mips_eabi_push_dummy_call, mips_o64_push_dummy_call): Likewise,
15         but for each function pointer argument to inferior function call.
16
17 2010-12-17  Tom Tromey  <tromey@redhat.com>
18
19         * psympriv.h (struct partial_symtab) <readin>: Move field
20         earlier.
21
22 2010-12-16  Kevin Buettner  <kevinb@redhat.com>
23
24         * mips-tdep.c (mips_convert_register_float_case_p)
25         (mips_convert_register_gpreg_case_p): New functions.
26         (mips_convert_register_p): Invoke new functions above.
27         (mips_register_to_value): Add case for fetching value shorter
28         than 64 bits from a 64-bit register.
29         (mips_value_to_register): Add case for storing value shorter
30         than 64 bits into a 64-bit register.
31
32 2010-12-16  Joel BorggrĂ©n-Franck  <joel.borggren.franck@gmail.com>
33
34         * python/py-value.c (value_object_type) <tp_flags>: Add
35         Py_TPFLAGS_BASETYPE.
36
37 2010-12-16  Mike Frysinger  <vapier@gentoo.org>
38
39         * NEWS: Mention new sim --map-info flag.
40
41 2010-12-15  Doug Evans  <dje@google.com>
42
43         * dwarf2read.c (_initialize_dwarf2_read): Fix help text of
44         "save gdb-index" command.
45
46 2010-12-15  Tom Tromey  <tromey@redhat.com>
47
48         * infrun.c (save_infcall_control_state): Handle the
49         exception-resume breakpoint.
50         (restore_infcall_control_state): Likewise.
51         (discard_infcall_control_state): Likewise.
52
53 2010-12-15  Kevin Buettner  <kevinb@redhat.com>
54
55         * mips-tdep.c (mips_pseudo_register_write): Sign extend 32-bit
56         cooked values that are being transferred to 64-bit raw registers.
57         (mips_pseudo_register_read): Revise to preserve symmetry with
58         mips_pseudo_register_write().
59
60 2010-12-15  Greg Watson  <g.watson@computer.org>
61
62         * f-exp.y (yylex): Check entire token against keywords.
63
64 2010-12-15  Doug Evans  <dje@google.com>
65
66         Rename "maint set python auto-load" to "set auto-load-scripts".
67         * NEWS: Mention it.
68         * python/py-auto-load.c (auto_load_scripts): Renamed from
69         gdbpy_auto_load.
70         (load_auto_scripts_for_objfile): Update.
71         (gdbpy_initialize_auto_load): Rename "maint set python auto-load" to
72         "set auto-load-scripts".
73
74 2010-12-14  Kevin Buettner  <kevinb@redhat.com>
75
76         * mips-tdep.c (mips_eabi_push_dummy_call): Place signed, rather
77         than unsigned, values in registers.
78
79 2010-12-14  Ken Werner  <ken.werner@de.ibm.com>
80
81         * valops.c (value_one): Use get_array_bounds to compute the number
82         of array elements instead of dividing the length of the array by the
83         length of the element types.
84         * valarith.c (value_complement, value_neg): Likewise.
85
86 2010-12-14  Joel Brobecker  <brobecker@adacore.com>
87
88         * irix5-nat.c: Replace fp_r, fp_regs and fp_scr by __fp_r, __fp_regs
89         and __fp_scr respectively throughout.
90         * configure.ac: Compile with -Dsiginfo=__siginfo if building with
91         Python using GCC on IRIX.
92         * configure: Regenerate.
93
94 2010-12-13  Kevin Buettner  <kevinb@redhat.com>
95
96         * solib-svr4.c (enable_break): Don't attempt to place breakpoints,
97         when attaching, on the names in bkpt_names: _start, __start, and
98         main.
99
100 2010-12-12  Stan Shebs  <stan@codesourcery.com>
101
102         * value.c (value_of_internalvar): Add case for trace state
103         variables.
104
105 2010-12-12  Doug Evans  <dje@google.com>
106
107         * dwarf2read.c (dwarf2_per_objfile): New member quick_file_names_table.
108         (dwarf2_per_cu_quick_data): Move definition down to "quick functions"
109         section.  Delete members lines full_names.  Rename read_lines to
110         no_file_data.
111         (quick_file_names): New struct.
112         (hash_file_name_entry, eq_file_name_entry): New functions.
113         (delete_file_name_entry, create_quick_file_names_table): New functions.
114         (dwarf2_read_index): Initialize quick_file_names_table.
115         (dw2_get_file_names): Renamed from dw2_require_line_header.
116         Return pointer to quick_file_names entry.  All callers updated.
117         (dw2_get_real_path): Renamed from dw2_require_full_path.
118         Replace per_cu arg with pointer to quick_file_names entry.
119         All callers updated.
120         (dw2_free_cached_file_names): New function.
121         (dw2_forget_cached_source_info): Call it (via htab_traverse_noresize).
122         (dwarf2_initialize_objfile): Initialize quick_file_names_table in
123         the OBJF_READNOW case.
124         (dwarf2_free_objfile): Rewrite freeing of quick file names tables.
125
126 2010-12-12  Mark Kettenis  <kettenis@gnu.org>
127
128         * mips64obsd-tdep.c (floatformats_mips64_quad): New define.
129         (mips64obsd_init_abi): Set long_double_bit and long_double_format.
130
131 2010-12-12  Mark Kettenis  <kettenis@gnu.org>
132
133         * sparc-tdep.c: Fix typo in comment.
134
135 2010-12-10  Doug Evans  <dje@google.com>
136
137         * dwarf2read.c: Whitespace cleanup, plus comment additions.
138         No code changes.
139
140 2010-12-10  Tom Tromey  <tromey@redhat.com>
141
142         * NEWS: Document exception-handling change.
143
144 2010-12-09  Marc Khouzam  <marc.khouzam@ericsson.com>
145
146         * mi/mi-parse.c (mi_parse): Wrong error message.
147
148 2010-12-09  Doug Evans  <dje@google.com>
149
150         * symfile.h (quick_symbol_functions): Clarify usage of
151         map_symbol_filenames.
152
153 2010-12-09  Tom Tromey  <tromey@redhat.com>
154
155         * mi/mi-parse.h (mi_parse): Update.
156         * mi/mi-parse.c (mi_parse_cleanup): New function.
157         (mi_parse): Add 'token' argument.  Throw exception on error.
158         * mi/mi-main.c (mi_print_exception): New function.
159         (mi_execute_command): Use mi_print_exception.  Catch exceptions
160         from mi_parse.
161
162 2010-12-09  Tom Tromey  <tromey@redhat.com>
163
164         PR c++/9593:
165         * thread.c (clear_thread_inferior_resources): Call
166         delete_longjmp_breakpoint.
167         * infrun.c (handle_inferior_event): Handle exception breakpoints.
168         (handle_inferior_event): Likewise.
169         (insert_exception_resume_breakpoint): New function.
170         (check_exception_resume): Likewise.
171         * inferior.h (delete_longjmp_breakpoint_cleanup): Declare.
172         * infcmd.c (delete_longjmp_breakpoint_cleanup): No longer static.
173         (step_1): Set thread's initiating frame.
174         (until_next_continuation): New function.
175         (until_next_command): Support exception breakpoints.
176         (finish_command_continuation): Delete longjmp breakpoint.
177         (finish_forward): Support exception breakpoints.
178         * gdbthread.h (struct thread_info) <initiating_frame>: New field.
179         * breakpoint.h (enum bptype) <bp_exception, bp_exception_resume,
180         bp_exception_master>: New constants.
181         (struct bpstat_what) <is_longjmp>: New field.
182         (set_longjmp_breakpoint): Update.
183         * breakpoint.c (create_exception_master_breakpoint): New function.
184         (update_breakpoints_after_exec): Handle bp_exception_master.  Call
185         create_exception_master_breakpoint.
186         (print_it_typical): Handle bp_exception_master, bp_exception.
187         (bpstat_stop_status): Handle bp_exception_master.
188         (bpstat_what): Handle bp_exception_master, bp_exception,
189         bp_exception_resume.
190         (bptype_string): Likewise.
191         (print_one_breakpoint_location): Likewise.
192         (allocate_bp_location): Likewise.
193         (set_longjmp_breakpoint): Handle exception breakpoints.  Change
194         interface.
195         (delete_longjmp_breakpoint): Handle exception breakpoints.
196         (mention): Likewise.
197         (struct until_break_command_continuation_args) <thread_num>: New
198         field.
199         (until_break_command_continuation): Call
200         delete_longjmp_breakpoint.
201         (until_break_command): Support exception breakpoints.
202         (delete_command): Likewise.
203         (breakpoint_re_set_one): Likewise.
204         (breakpoint_re_set): Likewise.
205
206 2010-12-08  Doug Evans  <dje@google.com>
207
208         * gdbtypes.h (TYPE_IS_OPAQUE): Reformat.
209
210         * gdbtypes.c (check_typedef): Tweak comment.
211
212         PR symtab/12302
213         * dwarf2read.c (struct psymtab_cu_index_map): New struct.
214         (hash_psymtab_cu_index, eq_psymtab_cu_index): New functions.
215         (struct addrmap_index_data): New struct.
216         (add_address_entry): Remove arg `pst', new args `start', `end'.
217         (add_address_entry_worker, write_address_map): New functions.
218         (write_psymtabs_to_index): Address table generation moved to
219         write_address_map.  Build a table mapping psymtab to CU index
220         to pass to it.
221
222         * dwarf2read.c (write_psymtabs_to_index): When stat fails, pass file
223         name to perror.
224
225         * symfile.h (quick_symbol_functions): Clarify usage of
226         expand_symtabs_with_filename.
227         * dwarf2read.c (dw2_expand_symtabs_with_filename): Only iterate over
228         comp units, ignore type units.
229
230         * dwarf2read.c (dw2_expand_symtabs_with_filename): Use FILENAME_CMP.
231
232 2010-12-07  Doug Evans  <dje@google.com>
233
234         * dwarf2read.c (dw2_lookup_symtab): Remove duplicate call to
235         gdb_realpath.
236
237         PR python/12227
238         * NEWS: Mention -data-directory.
239         * main.c (captured_main): Recognize -data-directory.
240
241 2010-12-06  Marc Khouzam  <marc.khouzam@ericsson.com>
242
243         * mi/mi-parse.c (mi_parse): Missing else.
244
245 2010-12-04  Masaki Muranaka  <monaka@monami-software.com>
246
247         * configure.tgt: Accept microblaze*-*-linux* for linux target
248         and microblaze*-*-* for  as target.
249
250 2010-12-02  Keith Seitz  <keiths@redhat.com>
251
252         * linespec.c (find_method): Move name canonicalization outside
253         the loop.
254         Be paranoid and use a cleanup.
255
256 2010-12-01  Doug Evans  <dje@google.com>
257
258         * dwarf2read.c (save_gdb_index_command): Add comment.
259
260 2010-12-01  Ulrich Weigand  <uweigand@de.ibm.com>
261
262         * valops.c (value_assign): Returned value is never lazy.  If a
263         C++ class type is returned, fix incorrect enclosing type / embedded
264         offset.  If internal variable is returned, allocate new internalvar
265         value using value_of_internalvar.
266
267         * NEWS: Document changes in behavior of "print x = 0" and similar
268         expressions.
269
270 2010-11-29  Doug Evans  <dje@google.com>
271
272         * python/lib/gdb/printing.py (register_pretty_printer): Change
273         printer-name:subprinter-name to printer-name;subprinter-name.
274         * python/lib/gdb/command/pretty_printers.py (parse_printer_regexps):
275         Ditto.
276         (InfoPrettyPrinter, EnablePrettyPrinter, DisablePrettyPrinter): Ditto.
277
278 2010-11-29  Tom Tromey  <tromey@redhat.com>
279
280         * opencl-lang.c (lval_func_check_synthetic_pointer): New
281         function.
282         * value.h (struct lval_funcs) <indirect, check_synthetic_pointer>:
283         New fields.
284         (value_bits_synthetic_pointer): Declare.
285         * value.c (value_bits_synthetic_pointer): New function.
286         * valprint.c (valprint_check_validity): Handle synthetic
287         pointers.
288         * valops.c (value_ind): Use new 'indirect' lval_funcs method.
289         * valarith.c (value_ptradd): Use set_value_component_location.
290         * p-valprint.c (pascal_object_print_value_fields): Handle
291         synthetic pointers.
292         * jv-valprint.c (java_print_value_fields): Handle synthetic
293         pointers.
294         * dwarf2read.c (dwarf_stack_op_name): Add
295         DW_OP_GNU_implicit_pointer.
296         (dwarf2_fetch_die_location_block): Add get_frame_pc, baton
297         arguments.  Handle location lists.
298         (fill_in_loclist_baton): New function.
299         (dwarf2_symbol_mark_computed): Use it.
300         * dwarf2loc.h (dwarf2_find_location_expression): Declare.
301         (dwarf2_fetch_die_location_block): Add get_frame_pc, baton
302         arguments.
303         * dwarf2loc.c (dwarf2_find_location_expression): Rename from
304         find_location_expression.  No longer static.  Update all callers.
305         (dwarf_expr_frame_pc): New function.
306         (per_cu_dwarf_call): Add get_frame_pc, baton arguments.  Update
307         all callers.
308         (struct piece_closure) <per_cu>: New field.
309         (allocate_piece_closure): Add per_cu argument.
310         (read_pieced_value): Handle DWARF_VALUE_IMPLICIT_POINTER.
311         (check_pieced_value_bits): Remove validity argument, add check_for
312         argument.  Handle DWARF_VALUE_IMPLICIT_POINTER.
313         (check_pieced_value_validity, check_pieced_value_invalid):
314         Update.
315         (check_pieced_synthetic_pointer): New function.
316         (get_frame_address_in_block_wrapper): New function.
317         (indirect_pieced_value): New function.
318         (pieced_value_funcs): Update.
319         (invalid_synthetic_pointer): New function.
320         (dwarf2_evaluate_loc_desc_full): Rename from
321         dwarf2_evaluate_loc_desc.  Add byte_offset argument.
322         (dwarf2_evaluate_loc_desc): Rewrite.
323         (dwarf2_loc_desc_needs_frame): Set new field on context.
324         (get_ax_pc): New function.
325         (disassemble_dwarf_expression): Handle
326         DW_OP_GNU_implicit_pointer.
327         * dwarf2expr.h (enum dwarf_value_location)
328         <DWARF_VALUE_IMPLICIT_POINTER>: New constant.
329         (struct dwarf_expr_context) <get_frame_pc>: New field.
330         (struct dwarf_expr_piece) <v.ptr>: New field.
331         * dwarf2expr.c (add_piece): Handle DWARF_VALUE_IMPLICIT_POINTER.
332         (execute_stack_op): Handle DW_OP_GNU_implicit_pointer.
333         * dwarf2-frame.c (no_get_frame_pc): New function.
334         (execute_stack_op): Set new field on context.
335         * cp-valprint.c (cp_print_value_fields): Handle synthetic
336         pointers.
337
338 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
339
340         PR python/12199
341
342         * python/py-breakpoint.c (bppy_delete_breakpoint): New function.
343
344 2010-11-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
345
346         Fix step_resume_breakpoint unsaved during an infcall.
347         * gdbthread.h (struct thread_control_state): Move here field
348         step_resume_breakpoint ...
349         (struct thread_info): ... from here.
350         * infrun.c (save_infcall_control_state): Reset
351         control.step_resume_breakpoint to NULL.
352         (restore_infcall_control_state, discard_infcall_control_state): Delete
353         control.step_resume_breakpoint.
354         * arm-linux-tdep.c, infrun.c, thread.c: Update all the references to
355         the moved field.
356
357 2010-11-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
358
359         Rename and move inferior_thread_state and inferior_status.
360         * gdbthread.h (struct thread_control_state): New struct, move fields
361         step_range_start, step_range_end, step_frame_id, step_stack_frame_id,
362         trap_expected, proceed_to_finish, in_infcall, step_over_calls,
363         stop_step and stop_bpstat here from struct thread_info.
364         (struct thread_suspend_state): New struct, move field stop_signal here
365         from struct thread_info.
366         (struct thread_info): Move the fields above from this struct.
367         * inferior.h: Move the inferior_thread_state and inferior_status
368         declarations comment to their definitions at infrun.c.
369         (struct inferior_control_state): New struct, move field stop_soon from
370         struct inferior here.
371         (struct inferior_suspend_state): New empty struct.
372         (struct inferior): New fields control and suspend.  Move out field
373         stop_soon.
374         * infrun.c (struct inferior_thread_state): Rename to ...
375         (infcall_suspend_state): ... here.  Replace field stop_signal by
376         fields thread_suspend and inferior_suspend.
377         (save_inferior_thread_state): Rename to ...
378         (save_infcall_suspend_state): ... here.  New variable inf.  Update the
379         code for new fields.
380         (restore_inferior_thread_state): Rename to ...
381         (restore_infcall_suspend_state): ... here.  New variable inf.  Update
382         the code for new fields.
383         (do_restore_inferior_thread_state_cleanup): Rename to ...
384         (do_restore_infcall_suspend_state_cleanup): ... here.
385         (make_cleanup_restore_inferior_thread_state): Rename to ...
386         (make_cleanup_restore_infcall_suspend_state): ... here.
387         (discard_inferior_thread_state): Rename to ...
388         (discard_infcall_suspend_state): ... here.
389         (get_inferior_thread_state_regcache): Rename to ...
390         (get_infcall_suspend_state_regcache): ... here.
391         (struct inferior_status): Rename to ...
392         (struct infcall_control_state): ... here.  Replace fields
393         step_range_start, step_range_end, step_frame_id, step_stack_frame_id,
394         trap_expected, proceed_to_finish, in_infcall, step_over_calls,
395         stop_step, stop_bpstat and stop_soon by fields thread_control and
396         inferior_control.
397         (save_inferior_status): Rename to ...
398         (save_infcall_control_state): ... here.  Update the code for new
399         fields.
400         (restore_inferior_status): Rename to ...
401         (restore_infcall_control_state): ... here.  Update the code for new
402         fields.
403         (do_restore_inferior_status_cleanup): Rename to ...
404         (do_restore_infcall_control_state_cleanup): ... here.
405         (make_cleanup_restore_inferior_status): Rename to ...
406         (make_cleanup_restore_infcall_control_state): ... here.
407         (discard_inferior_status): Rename to ...
408         (discard_infcall_control_state): ... here.
409         * alpha-tdep.c, breakpoint.c, dummy-frame.c, dummy-frame.h,
410         exceptions.c, fbsd-nat.c, gdbthread.h, infcall.c, infcmd.c,
411         inferior.c, inferior.h, infrun.c, linux-nat.c, mi/mi-interp.c,
412         mips-tdep.c, procfs.c, solib-irix.c, solib-osf.c, solib-spu.c,
413         solib-sunos.c, solib-svr4.c, thread.c, windows-nat.c: Update all the
414         references to the moved fields and renamed functions.
415
416 2010-11-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
417
418         * infcall.c (struct inferior_thread_state) <siginfo_gdbarch>: Fix up
419         the comment.
420         (save_inferior_thread_state): Reset tp->stop_signal.
421
422 2010-11-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
423
424         * infcall.c (call_function_by_hand): Remove variable
425         caller_state_cleanup.
426
427 2010-11-25  Marc Khouzam  <marc.khouzam@ericsson.com>
428
429         PR breakpoints/12217
430
431         * breakpoint.c (is_marker_spec): Check for NULL.
432
433 2010-11-25  Pedro Alves  <pedro@codesourcery.com>
434
435         * breakpoint.h: No longer include python.h or python-internal.h.
436         (struct breakpoint_object): Forward declare.
437         * defs.h (PyObject) [!HAVE_PYTHON]: Don't define.
438         * varobj.c (PyObject) [!HAVE_PYTHON]: Define.
439         * python/py-breakpoint.c (build_bp_list): Cast py_bp_object to
440         PyObject pointer.
441         (gdbpy_breakpoint_created): Remove casts around py_bp_object
442         accesses.
443
444 2010-11-24  Joel Brobecker  <brobecker@adacore.com>
445
446         * rs6000-tdep.c (bfd_uses_spe_extensions): Use bfd_elf_get_obj_attr_int
447         only if HAVE_ELF is defined.
448
449 2010-11-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
450
451         Code cleanup.
452         * infrun.c (struct inferior_status) <stepping_over_breakpoint>
453         (save_inferior_status) <stepping_over_breakpoint>
454         (restore_inferior_status) <stepping_over_breakpoint>: Rename to
455         trap_expected.
456         (struct inferior_status) <step_resume_break_address>: Remove.
457
458 2010-11-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
459
460         Code cleanup.
461         * infrun.c (struct inferior_status, save_inferior_status)
462         (restore_inferior_status): Group and reorder the fields, comment their
463         groups.
464
465 2010-11-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
466
467         Code cleanup.
468         * dictionary.c
469         (struct dict_vector) <iter_match_first, iter_match_next>
470         (iter_match_first_hashed, iter_match_next_hashed)
471         (iter_match_first_linear, iter_match_next_linear)
472         (dict_iter_match_first, dict_iter_match_next, iter_match_first_hashed)
473         (iter_match_next_hashed, iter_match_first_linear)
474         (iter_match_next_linear): Use symbol_compare_ftype.
475         * dictionary.h: Include symfile.h.
476         (dict_iter_match_first, dict_iter_match_next): Use
477         symbol_compare_ftype.
478         * dwarf2read.c (dw2_map_matching_symbols): Likewise.
479         * psymtab.c (match_partial_symbol, match_partial_symbol, map_block)
480         (map_matching_symbols_psymtab): Likewise.
481         * symfile.h (symbol_compare_ftype): New typedef.
482         (struct quick_symbol_functions) <map_matching_symbols): Use
483         symbol_compare_ftype.
484
485 2010-11-23  Tom Tromey  <tromey@redhat.com>
486
487         * configure: Rebuild.
488         * configure.ac (READLINE_TEXI_INCFLAG): New subst.
489
490 2010-11-19  Tom Tromey  <tromey@redhat.com>
491
492         * Makefile.in (SUBDIRS): Add doc.
493         * configure: Rebuild.
494         * configure.ac: Don't configure in doc.  Create doc/Makefile.
495
496 2010-11-23  Phil Muldoon  <pmuldoon@redhat.com>
497
498         PR python/12212
499
500         * python/py-inferior.c (find_thread_object): Check if PIDGET
501         returns 0.
502
503 010-11-22  Joel Brobecker  <brobecker@adacore.com>
504
505         * ada-lang.c (ada_template_to_fixed_record_type_1): Delete bit_incr.
506
507 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
508
509         * ada-lang.c (ada_to_fixed_type): Expand function documentation.
510         Return the original type if the main type portions match rather
511         than when the type themselves match.
512
513 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
514
515         * ada-lang.c (ada_template_to_fixed_record_type_1):
516         For dynamic fields, check the field size against the maximum
517         object size.
518
519 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
520
521         * mips-irix-tdep.c (mips_irix_n32_stack_tramp_frame_init): New
522         function.
523         (mips_irix_n32_stack_tramp_frame): New static global.
524         (mips_irix_init_abi): Add mips_irix_n32_stack_tramp_frame to
525         list of unwinder.
526
527 2010-11-22  Jerome Guitton  <guitton@adacore.com>
528
529         * ada-tasks.c (get_tcb_types_info): Use C lookups to get
530         ATCB symbols.
531
532 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
533
534         * ada-lang.c (ada_check_typedef): Call ada_check_typedef only
535         if type1 is a typedef.
536
537 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
538
539         * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Add
540         "_finalizer" to the list.
541
542 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
543
544         * symfile.c: Remove all "#if 0"/"#endif" blocks.
545
546 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
547
548         * symfile.c: Add missing second space after period in various comments.
549
550 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
551
552         * ada-typeprint.c (print_array_type): Fix formatting in comment.
553         (print_selected_record_field_types): Fix formatting in function
554         documentation.
555
556 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
557
558         * ravenscar-thread.c (_initialize_ravenscar): Fix copy/paste typo
559         in name of "show ravenscar" prefix command name.
560
561 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
562
563         * ravenscar-thread.c (show_ravenscar_task_switching_command):
564         Add missing '\n' in output.
565
566 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
567
568         * ravenscar-thread.c (running_thread_name): Change value.
569         (read_thread_id): Remove advance declaration.
570         (get_running_thread_msymbol): New function.
571         (has_ravenscar_runtime): Use get_running_thread_msymbol to
572         compute msym_running_thread.
573         (get_running_thread_id): Renames read_thread_id. Slight modifications
574         to not take any argument anymore, using get_running_thread_msymbol
575         to determine which symbol to use instead.
576         (ravenscar_running_thread): Use get_running_thread_id instead of
577         read_thread_id.
578
579 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
580
581         * ravenscar-sparc-thread.c (supply_register_at_address):
582         Fix passing of buf in call to regcache_raw_supply.
583
584 2010-11-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
585
586         * dwarf2read.c (dwarf2_read_index): Ignore higher .gdb_index versions.
587
588 2010-11-22  Tom Tromey  <tromey@redhat.com>
589
590         * Makefile.in (.PRECIOUS): Reference ada-lex.c.
591
592 2010-11-19  Keith Seitz  <keiths@redhat.com>
593
594         * data-directory/Makefile.in (SYSCALLS_INSTALL_DIR):
595         Remove extraneous '/' after $(DESTDIR).
596         (PYTHON_INSTALL_DIR): Likewise.
597
598 2010-11-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
599
600         Fix stale memory references.
601         * elfread.c (elf_symfile_read): Replace xmalloc by bfd_alloc, drop
602         xfree, new comment.
603
604 2010-11-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
605             Tom Tromey  <tromey@redhat.com>
606
607         * Makefile.in (.y.c): Directly create $@ from YLWRAP.
608         (.PHONY): Remove for .y outputs.
609
610 2010-11-19  Will Drewry  <wad@google.com>
611             Tavis Ormandy  <taviso@google.com>
612             Jan Kratochvil  <jan.kratochvil@redhat.com>
613
614         * dwarf2read.c (decode_locdesc): Enforce location description stack
615         boundaries.
616
617 2010-11-18  Pierre Muller  <muller@ics.u-strasbg.fr>
618
619         * arm-tdep.c (arm_in_function_epilogue_p): Fix code when "MOV SP"
620         instruction is found.
621
622 2010-11-17  Tom Tromey  <tromey@redhat.com>
623
624         * value.c (value_entirely_optimized_out): Check the
625         'check_any_valid' field.
626
627 2010-11-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
628
629         * ada-lang.c (modify_general_field): Remove.
630         (make_array_descriptor): Replace all modify_general_field calls by
631         modify_field.
632         * value.c (modify_field): Update comment.  New variable bytesize.
633         Normalize BITPOS.  Initialize BYTESIZE, use it.
634
635 2010-11-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
636
637         * dwarf2read.c (dw2_forget_cached_source_info): Clear the FULL_NAMES
638         elements after xfree.
639
640 2010-11-16  Tom Tromey  <tromey@redhat.com>
641
642         * gdb-add-index.sh: Really remove.
643
644 2010-11-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
645
646         Code cleanup.
647         * dwarf2read.c (alloc_one_comp_unit): Rename prototype to ...
648         (init_one_comp_unit): ... this one.
649         (prepare_one_comp_unit): New prototype.
650         (dw2_require_line_header, process_psymtab_comp_unit): Use
651         init_one_comp_unit.
652         (process_psymtab_comp_unit): Use prepare_one_comp_unit.
653         (load_partial_comp_unit): Remove variable attr.  Use
654         init_one_comp_unit with xmalloc.  Use prepare_one_comp_unit.
655         (load_full_comp_unit): Use init_one_comp_unit with xmalloc.  Use
656         prepare_one_comp_unit.
657         (read_signatured_type): Remove variable attr.  Use init_one_comp_unit.
658         Use prepare_one_comp_unit.
659         (alloc_one_comp_unit): Rename to ...
660         (init_one_comp_unit): ... here and remove there calloc, new parameter
661         cu.
662         (prepare_one_comp_unit): New function.
663
664 2010-11-14  Pierre Muller  <muller@ics.u-strasbg.fr>
665
666         * arm-tdep.c (arm_in_function_epilogue_p): Fix code to avoid
667         possible used of uninitialized variable.
668
669 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
670
671         * rs6000-tdep.c (bfd_uses_spe_extensions): New function.
672         (rs6000_gdbarch_init): Call it.
673
674 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
675
676         * rs6000-tdep.c (gdb_print_insn_powerpc): Disassemble e500
677         instructions if debugging an E500 binary.
678
679 2010-11-12  Tom Tromey  <tromey@redhat.com>
680
681         * varobj.c (value_get_print_value): Rearrange.  Pass stream to
682         apply_varobj_pretty_printer.
683         * c-lang.c: Include exceptions.h.
684         (c_get_string): Throw MEMORY_ERROR when appropriate.
685         * python/py-prettyprint.c (enum string_repr_result): New.
686         (print_stack_unless_memory_error): New function.
687         (print_string_repr): Change return type.  Use
688         print_stack_unless_memory_error.
689         (print_children): Use print_stack_unless_memory_error.
690         (apply_val_pretty_printer): Update.  Don't print children if
691         string representation threw an exception.
692         (apply_varobj_pretty_printer): Add 'stream' argument.  Use
693         print_stack_unless_memory_error.
694         * python/python.c (gdbpy_gdb_error, gdbpy_gdb_memory_error): New
695         globals.
696         (_initialize_python): Initialize them.
697         * python/python-internal.h (GDB_PY_HANDLE_EXCEPTION): Use
698         gdbpy_convert_exception.
699         (GDB_PY_SET_HANDLE_EXCEPTION): Likewise.
700         (gdbpy_gdb_error, gdbpy_gdb_memory_error): Declare.
701         (gdbpy_convert_exception): Declare.
702         (apply_varobj_pretty_printer): Update.
703         * python/py-utils.c (gdbpy_convert_exception): New function.
704
705 2010-11-12  Marc Khouzam  <marc.khouzam@ericsson.com>
706
707         * mi/mi-main.c (mi_cmd_target_detach): Accept new
708         thread-group id format.
709
710 2010-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
711
712         * spu-tdep.c (spu_catch_start): Fix compilation error typo.
713
714 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
715
716         * python/py-breakpoint.c (BPPY_REQUIRE_VALID): Check if bp is
717         NULL.
718         (BPPY_SET_REQUIRE_VALID): Ditto.
719         (bpnum_is_valid): Delete function.
720         (bppy_get_visibility): New function.
721         (bppy_new): Parse for, and validate internal keyword.  Pass
722         internal keyword to breakpoint or watchpoint functions.
723         (build_bp_list): New function.
724         (gdbpy_breakpoints): Rewrite.  Use build_bp_list and
725         iterate_over_breakpoints.
726         (gdbpy_breakpoint_created): Rewrite.  Do not store breakpoints in a
727         look-aside vector.
728         (gdbpy_breakpoint_deleted): Rewrite, defer breakpoint management
729         to internal breakpoint chain.
730
731         * breakpoint.c (set_breakpoint_number): New function.
732         (breakpoint_1): Check if breakpoint number is more than zero.
733         (set_raw_breakpoint_without_location): Set py_bp_object to NULL.
734         (create_breakpoint_sal): Take a new parameter called internal.
735         Call set_breakpoint_number with internal parameter.  Do not
736         mention internal breakpoints.  All callers updated.
737         (create_breakpoint): Ditto.
738         (create_breakpoints_sal): Ditto.
739         (watch_command_1): Ditto.
740         (watch_command_wrapper): Take a new parameter called internal.
741         All callers updated.
742         (rwatch_command_wrapper): Ditto.
743         (awatch_command_wrapper): Ditto.
744         (save_breakpoints): Update breakpoint save condition check.
745         (iterate_over_breakpoints): New function.
746         * breakpoint.h: Add conditional python includes.  Add py_bp_object
747         and comment to struct breakpoint.  Update all callers.
748         * defs.h: Add PyObject definition for GDB builds without Python.
749
750 2010-11-10  Doug Evans  <dje@google.com>
751
752         * python/lib/gdb/command/pretty_printers.py
753         (do_enable_pretty_printer_1): Handle printer.subprinters is None.
754
755         * value.c (set_value_enclosing_type): Renamed from
756         value_change_enclosing_type.  All callers updated.
757         * value.h (set_value_enclosing_type): Update.
758         * valops.c (value_full_object): Always return a copy if we need to
759         make changes to the input value.
760
761 2010-11-09  Pedro Alves  <pedro@codesourcery.com>
762
763         * breakpoint.c (watch_command_1): Get a pointer of the lazy
764         version of the expression's value, even if reading the value from
765         memory fails.  When creating a -location watchpoint, get the
766         value's address from the lazy value pointer.
767
768 2010-11-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
769
770         * infrun.c (restore_inferior_thread_state): Use
771         discard_inferior_thread_state to free the data.
772         (discard_inferior_thread_state): xfree also siginfo_data.
773
774 2010-11-05  Doug Evans  <dje@google.com>
775
776         Make gdb.parameter("directories") work.
777         New command "set directories".
778         * NEWS: Document them.
779         * source.c (set_directories_command): New function.
780         (show_directories_1): Renamed from show_directories.
781         All callers updated.
782         (show_directories_command): New function.
783         (_initialize_source): Install "directories" as a set/show
784         variable instead of just a show command.
785
786 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
787
788         * NEWS: Mention OpenCL C language support.
789         * Makefile.in (SFILES): Add opencl-lang.c.
790         (COMMON_OBS): Add opencl-lang.o.
791         * opencl-lang.c: New File
792         * defs.h (enum language): Add language_opencl.
793         * dwarf2read.c (read_file_scope): Handle DW_AT_producer for the
794         IBM XL C OpenCL compiler.
795         * c-lang.h: Include "parser-defs.h".
796         (evaluate_subexp_c): Declare.
797         * c-lang.c (evaluate_subexp_c): Remove the static qualifier.
798         (c_op_print_tab): Add declaration.
799         * eval.c (binop_promote): Handle language_opencl.
800         * c-exp.y: Lookup the primitive types instead of referring to the
801         builtins.
802
803 2010-11-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
804
805         Fix configure --enable-plugins --without-python.
806         * configure.ac (for ELF support in BFD) <"$plugins" = "yes">: New.
807         * configure: Regenerate.
808
809 2010-11-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
810
811         * solib.c (solib_read_symbols): Call exception_fprintf even without
812         FROM_TTY.  Print also so->so_name.
813
814 2010-11-04  Sami Wagiaalla  <swagiaal@redhat.com>
815
816         * gdbtypes.h (struct rank): Created subrank.
817         * gdbtypes.c: Initialized subrank for all
818         'BADNESS' constants.
819         (distance_to_ancestor): New function.
820         (is_ancestor): Use distance_to_ancestor.
821         (is_public_ancestor): Ditto.
822         (sum_ranks): Handle subrank.
823         (compare_ranks): Ditto.
824         (rank_one_type): Subrank base conversions.
825
826 2010-11-04  Sami Wagiaalla  <swagiaal@redhat.com>
827
828         * gdbtypes.h: Create struct rank.
829         Convert all 'BADNESS' macros to const struct rank declarations.
830         (sum_ranks): New function.
831         (compare_ranks): New function.
832         * valops.c (find_oload_champ): Updated.
833         (classify_oload_match): Use compare_ranks.
834         Improved comments.
835         (compare_parameters): Use compare_ranks.
836         * gdbtypes.c: Initialize 'BADNESS' constants.
837         (sum_ranks): New function.
838         (compare_ranks): New function.
839         (compare_badness): Use compare_ranks.
840         (rank_function): Use global constants instead of literals.
841         (rank_one_type): Ditto.
842         Return struct rank.
843         Use sum_ranks.
844
845 2010-11-04  Doug Evans  <dje@google.com>
846
847         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Fix comment.
848         (find_pretty_printer): Fix comments.
849
850 2010-11-04  Hui Zhu  <teawater@gmail.com>
851
852         * tracepoint.c (remote_trace_set_readonly_regions): Change lma to vma.
853
854 2010-11-03  Joel Brobecker  <brobecker@adacore.com>
855
856         * ada-valprint.c (ada_val_print_array): Move variables `eltlen'
857         and `len' declaration and computation inside block where they
858         are being used.
859
860 2010-11-03  Joel Brobecker  <brobecker@adacore.com>
861
862         * valprint.c (val_print_array_elements): Put back handling of
863         empty arrays.
864
865 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
866
867         * dwarf2read.c (read_array_type): Read the DW_AT_byte_size from the
868         DIE and set the length of the type.
869         * gdbtypes.h (get_array_bounds): Move here from valprint.h.
870         * gdbtypes.c (get_array_bounds): Move here from valprint.c and
871         return 0 if the corresponding bounds of the type are undefined.
872         * valprint.h (get_array_bounds): Move declaration to gdbtypes.h.
873         * valprint.c (get_array_bounds): Move implementation to gdbtypes.c.
874         (val_print_array_elements): Use get_array_bounds to compute the number
875         of array elements instead of dividing the length of the array by the
876         length of the element types.
877         * valarith.c (vector_binop): Likewise.
878         * valops.c (value_cast): Likewise.
879         * c-valprint.c (c_val_print): Likewise.
880         * c-typeprint.c (c_type_print_varspec_suffix): Likewise.
881
882 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
883
884         * valarith.c (value_pos, value_neg, value_complement): Handle
885         vector types.
886         * valops.c (value_one): Likewise.
887
888 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
889
890         * value.h (value_non_lval): Declare.
891         * value.c (value_non_lval): New function.
892         * eval.c (evaluate_subexp_standard) <UNOP_POSTINCREMENT,
893         UNOP_POSTDECREMENT>: Call value_non_lval to ensure to return a
894         non-lvalue.
895
896 2010-11-02  Doug Evans  <dje@google.com>
897
898         New python module gdb.printing, and new commands info pretty-printer,
899         enable pretty-printer, disable pretty-printer.
900         * NEWS: Mention them.
901         * data-directory/Makefile.in (PYTHON_FILES): Add gdb/printing.py,
902         gdb/command/__init__.py, gdb/command/pretty_printers.py.
903         * python/lib/gdb/__init__.py: Install pretty-printer commands.
904         * python/lib/gdb/printing.py: New file.
905         * python/lib/gdb/command/__init__.py: New file.
906         * python/lib/gdb/command/pretty_printers.py: New file.
907
908 2010-11-02  Tom Tromey  <tromey@redhat.com>
909
910         * NEWS: Mention Guile removal.
911         * defs.h (enum language) <language_scm>: Remove.
912         * Makefile.in (SFILES): Remove scm-exp.c, scm-lang.c,
913         scm-valprint.c.
914         (HFILES_NO_SRCDIR): Remove scm-lang.h, scm-tags.h.
915         (COMMON_OBS): Remove scm-exp.o, scm-lang.o, scm-valprint.o.
916         * scm-exp.c, scm-lang.c, scm-valprint.c, scm-lang.h, scm-tags.h:
917         Remove.
918
919 2010-11-02  Doug Evans  <dje@google.com>
920
921         * top.c: #include "python/python.h".
922         (gdb_init): Add a comment regarding initialize_all_files.
923         Call finish_python_initialization at the end.
924         * python/python.h (finish_python_initialization): Declare.
925         * python/python.c (finish_python_initialization): New function.
926         (_initialize_python): Move python-implemented initialization there
927         and call it.
928         (GdbMethods): Use #ifdef HAVE_PYTHON for consistency.
929
930 2010-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
931
932         Revert:
933         2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
934                     Pedro Alves  <pedro@codesourcery.com>
935         * gdbthread.h (currently_stepping): New declaration.
936         * infrun.c (currently_stepping): Remove the forward declaration.
937         (currently_stepping): Make it global.
938         * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
939         variables tp and step, initialized them.  Pass STEP to to_resume.
940         Print also possibly "PTRACE_SINGLESTEP" if STEP.  Initialize LP->STEP.
941         * remote.c (currently_stepping_callback): New.
942         (remote_vcont_resume)
943         <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
944         New variable tp.  Call currently_stepping_callback and step such
945         thread.
946
947 2010-11-01  Hui Zhu  <teawater@gmail.com>
948
949         * tracepoint.c (tfile_xfer_partial): Change lma to vma.
950
951 2010-10-28  Hui Zhu  <teawater@gmail.com>
952
953         * tracepoint.c (trace_save): Change utp->actions to
954         utp->step_actions.
955
956 2010-10-26  Joel Brobecker  <brobecker@adacore.com>
957
958         * (_FILE_OFFSET_BITS): Fix typo in comment.
959
960 2010-10-26  Joel Brobecker  <brobecker@adacore.com>
961
962         * python/python-internal.h (_FILE_OFFSET_BITS): Undefine.
963         (PyEval_InitThreads): Remove duplicate. Define as nothing.
964         (PyEval_ReleaseLock): Define as nothing.
965
966 2010-10-26  Joel Brobecker  <brobecker@adacore.com>
967
968         * dwarf2read.c (psymtab_include_file_name): Replace call to strcmp
969         by call to FILENAME_CMP.
970
971 2010-10-26  Joel Brobecker  <brobecker@adacore.com>
972
973         * dictionary.c (dict_hash): Move assignment out of if condition.
974
975 2010-10-22  Jie Zhang  <jie@codesourcery.com>
976
977         * Makefile.in (install): Remove dependency of install-only and
978         recursively invoke make for install-only.
979         * data-directory/Makefile.in: Add FLAGS_TO_PASS variable.
980         (install): Pass FLAGS_TO_PASS when recursively make install-only.
981
982 2010-10-20  Hui Zhu  <teawater@gmail.com>
983
984         * tracepoint.c (tfile_get_traceframe_address): Call
985         extract_signed_integer.
986         (tfile_trace_find): Call extract_signed_integer and
987         extract_unsigned_integer.  Change data_size to unsigned int.
988         (tfile_fetch_registers): Call extract_unsigned_integer.
989         (tfile_xfer_partial): Ditto.
990         (tfile_get_trace_state_variable_value): Call
991         extract_signed_integer and extract_unsigned_integer.
992
993 2010-10-20  Vladimir Prus  <vladimir@codesourcery.com>
994
995         * remote.c (remote_get_threadlist): If we got empty
996         response, bail out immediately, and don't emit any
997         warnings.
998
999 2010-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
1000
1001         * arm-tdep.c (thumb_get_next_pc_raw): Handle Thumb-16 encoding
1002         for "mov pc, REG" as well.
1003         (thumb_instruction_changes_pc): Likewise.
1004
1005 2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
1006
1007          PR C++/11500:
1008         * valarith.c (value_x_unop): Handle STRUCTOP_PTR.
1009         * eval.c (evaluate_subexp_standard): Check for overload of
1010         'operator->'.
1011         * valarith.c (value_x_binop): Throw NOT_FOUND_ERROR.
1012         (value_x_unop): Ditto.
1013         * valops.c: Include "exceptions.h".
1014         (find_overload_match): Throw NOT_FOUND_ERROR.
1015         (value_struct_elt): Ditto.
1016
1017 2010-10-19  Tom Tromey  <tromey@redhat.com>
1018
1019         * python/py-cmd.c (cmdpy_function): Unreference exception state.
1020
1021 2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
1022
1023         * gdbtypes.h: Introduce BOOL_PTR_CONVERSION_BADNESS.
1024         * gdbtypes.c (rank_one_type): Use BOOL_PTR_CONVERSION_BADNESS
1025         for conversion.
1026         Make all other conversions illegal.
1027
1028 2010-10-18  Doug Evans  <dje@google.com>
1029
1030         * c-typeprint.c (c_type_print_base, case TYPE_CODE_TYPEDEF): Verify
1031         assumptions of when this case happens.  Print "<unnamed typedef>".
1032
1033 2010-10-18  Tom Tromey  <tromey@redhat.com>
1034
1035         * valprint.c (val_print_string): Pass 'encoding' to
1036         LA_PRINT_STRING.
1037
1038 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1039
1040         Fix the `stopped language detection' testcase for gcc-4.5.
1041         * dwarf2read.c (read_partial_die): Set also LANGUAGE_OF_MAIN.
1042         * symfile.c (set_initial_language): Move variable filename to a more
1043         inner block.  Prefer LANGUAGE_OF_MAIN.
1044         * symtab.c (language_of_main): New variable.
1045         (set_main_name): Always reset LANGUAGE_OF_MAIN.
1046         * symtab.h (language_of_main): New declaration.
1047
1048 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1049             Pedro Alves  <pedro@codesourcery.com>
1050
1051         * gdbthread.h (currently_stepping): New declaration.
1052         * infrun.c (currently_stepping): Remove the forward declaration.
1053         (currently_stepping): Make it global.
1054         * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
1055         variables tp and step, initialized them.  Pass STEP to to_resume.
1056         Print also possibly "PTRACE_SINGLESTEP" if STEP.  Initialize LP->STEP.
1057         * remote.c (currently_stepping_callback): New.
1058         (remote_vcont_resume)
1059         <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
1060         New variable tp.  Call currently_stepping_callback and step such
1061         thread.
1062
1063 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1064
1065         * infrun.c (follow_exec): Replace symbol_file_add_main by
1066         symbol_file_add with SYMFILE_DEFER_BP_RESET, set_initial_language and
1067         breakpoint_re_set.
1068         * m32r-rom.c (m32r_load, m32r_upload_command): Use parameter 0 for
1069         clear_symtab_users.
1070         * objfiles.c (free_all_objfiles): Likewise.
1071         * remote-m32r-sdi.c (m32r_load): Likewise.
1072         * solib-som.c (som_solib_create_inferior_hook): Likewise.
1073         * symfile.c (new_symfile_objfile): New comment for add_flags.  Call
1074         clear_symtab_users with ADD_FLAGS.
1075         (reread_symbols): Use parameter 0 for clear_symtab_users.
1076         (clear_symtab_users): New parameter add_flags.  Do not call
1077         breakpoint_re_set if SYMFILE_DEFER_BP_RESET.
1078         (clear_symtab_users_cleanup): Use parameter 0 for clear_symtab_users.
1079         * symtab.h (clear_symtab_users): New parameter add_flags.
1080
1081 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1082
1083         Fix GCC false warning.
1084         * varobj.c (value_get_print_value) <str_addr>: Initialize it.
1085
1086 2010-10-16  Pierre Muller  <muller@ics.u-strasbg.fr>
1087
1088         * p-typeprint.c (pascal_type_print_method_args): Fix problem in
1089         display of type of method arguments.
1090
1091 2010-10-15  Tom Tromey  <tromey@redhat.com>
1092
1093         PR python/11948:
1094         * varobj.c (value_get_print_value): Use val_print_string to print
1095         lazy strings.
1096         * python/py-prettyprint.c (print_string_repr): Use
1097         val_print_string to print lazy strings.  Fix cleanup logic.
1098         (print_children): Likewise.
1099         * python/python-internal.h (gdbpy_extract_lazy_string): Update.
1100         * python/py-lazy-string.c (gdbpy_extract_lazy_string): Rewrite.
1101         Change return type to 'void', add 'addr' argument.
1102         * value.h (val_print_string): Update.
1103         * valprint.c (val_print_string): Add 'encoding' argument.
1104         * printcmd.c (print_formatted): Update.
1105         * p-valprint.c (pascal_val_print): Update.
1106         * m2-valprint.c (print_unpacked_pointer): Update.
1107         (m2_print_array_contents): Likewise.
1108         * jv-valprint.c (java_value_print): Update.
1109         * f-valprint.c (f_val_print): Update.
1110         * c-valprint.c (c_val_print): Update.
1111         * auxv.c (fprint_target_auxv): Update.
1112
1113 2010-10-15  Doug Evans  <dje@google.com>
1114             Jan Kratochvil  <jan.kratochvil@redhat.com>
1115
1116         PR exp/12117
1117         * gdbtypes.c (check_typedef): Clean up function comment.
1118         Keep track of instance flags as we strip typedefs and create a new
1119         type to preserve them if necessary.
1120         * gdbtypes.h (type) <instance_flags>: Extend the comment.
1121
1122 2010-10-15  Pierre Muller  <muller@ics.u-strasbg.fr>
1123
1124         * p-lang.c (is_pascal_string_type): Use TYPE_FIELD_NAME accessor.
1125
1126 2010-10-14  Sami Wagiaalla  <swagiaal@redhat.com>
1127
1128         * gdbtypes.h: Create BASE_PTR_CONVERSION_BADNESS.
1129         * gdbtypes.c (rank_one_type): Move type comparison code out of here
1130         to...
1131         (types_equal): ...here. And changed it as follows:
1132         Outside of typedefs type must be of the same TYPE_CODE.
1133         When compairing two pointers or references they are equal if their
1134         targets are equal.
1135         Correct pointer conversions.
1136
1137 2010-10-14  Pierre Muller  <muller@ics.u-strasbg.fr>
1138
1139         * p-lang.c (is_pascal_string_type): Avoid crashes on structures
1140         having fields without names.
1141
1142 2010-10-13  Tom Tromey  <tromey@redhat.com>
1143
1144         * language.h (LA_PRINT_ARRAY_INDEX): Fix argument name.
1145
1146 2010-10-13  Doug Evans  <dje@google.com>
1147
1148         New python module gdb.types.
1149         * NEWS: Document it.
1150         * data-directory/Makefile.in (PYTHON_FILES): Add gdb/types.py.
1151         * python/lib/gdb/types.py: New file.
1152
1153         * c-typeprint.c: Whitespace cleanup.
1154         (cp_type_print_method_args): Remove unnecessary forward decl.
1155         (cp_type_print_derivation_info): Ditto.
1156         (c_type_print_varspec_prefix): Mark as static at definition.
1157         (c_type_print_modifier): Fix arg descriptions.
1158
1159 2010-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1160
1161         * python/py-breakpoint.c (bppy_set_condition): New comment.
1162         * python/py-cmd.c (cmdpy_function): Call also gdbpy_print_stack for
1163         failed PyUnicode_Decode.
1164         (cmdpy_completer): Skip element for failed
1165         python_string_to_host_string.
1166         (cmdpy_init): Return -1 on failed python_string_to_host_string.
1167         * python/py-frame.c (frapy_read_var): Extend the function comment.
1168         * python/py-function.c (fnpy_init): Return -1 on failed
1169         python_string_to_host_string.
1170         * python/py-inferior.c (infpy_read_memory, infpy_write_memory): Extend
1171         the function comment.
1172         (infpy_search_memory): Extend the function comment.  Remove the
1173         PyErr_SetString call on already set error state.
1174         * python/py-param.c (set_parameter_value): Extend the function
1175         comment.  Return -1 on failed python_string_to_host_string, twice.
1176         (set_attr): Extend the function comment.
1177         (compute_enum_values): Extend the function comment.  New variable
1178         back_to.  Protect self->enumeration by BACK_TO cleanups.  Return 0 on
1179         failed python_string_to_host_string.
1180         (get_doc_string): Call gdbpy_print_stack on failed
1181         python_string_to_host_string.
1182         (parmpy_init): Extend the function comment.
1183         * python/py-prettyprint.c (pretty_print_one_value): Likewise.
1184         (gdbpy_get_display_hint, print_children): Call gdbpy_print_stack on
1185         failed python_string_to_host_string.
1186         * python/py-value.c (valpy_new, valpy_getitem, valpy_call)
1187         (valpy_binop, valpy_richcompare): Extend the function comment.
1188         * python/python.c
1189         (struct python_env) <error_type, error_value, error_traceback>: New
1190         fields.
1191         (restore_python_env): Handle PyErr_Occurred.  Call PyErr_Restore.
1192         (ensure_python_env): Call PyErr_Fetch.
1193         * varobj.c (update_dynamic_varobj_children): Call gdbpy_print_stack on
1194         failed convert_value_from_python.
1195         (value_get_print_value): Call gdbpy_print_stack on failed
1196         python_string_to_target_python_string.
1197
1198 2010-10-12  Tom Tromey  <tromey@redhat.com>
1199
1200         * python/py-prettyprint.c (search_pp_list): Fix error checking.
1201
1202 2010-10-12  Sami Wagiaalla  <swagiaal@redhat.com>
1203
1204         * gdbtypes.c (do_is_ancestor): New function.
1205         (is_ancestor): Use do_is_ancestor.
1206         (is_public_ancestor): Use do_is_ancestor.
1207
1208 2010-10-12  Pierre Muller  <muller@ics.u-strasbg.fr>
1209
1210         * ser-go32.c (struct dos_ops): Add missing fdopen field.
1211
1212 2010-10-12  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
1213
1214         * arm-tdep.c (arm_mode_strings): Add NULL entry at end of array.
1215
1216 2010-10-11  Doug Evans  <dje@google.com>
1217
1218         * c-typeprint.c (c_type_print_modifier): Add note that this prints
1219         the address space id too.
1220
1221 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1222
1223         Fix attaching to re-prelinked executables on ppc64.
1224         * solib-svr4.c (svr4_exec_displacement): New variable plt2_asect,
1225         initialize it, try to adjust FILESZ field by it.
1226
1227 2010-10-08  Daniel Jacobowitz  <dan@codesourcery.com>
1228
1229         * tracepoint.c (merge_uploaded_trace_state_variables): Only print
1230         messages if info_verbose.
1231
1232 2010-10-08  Ken Werner  <ken.werner@de.ibm.com>
1233
1234         * valops.c (value_cast): Handle vector types.
1235         * valarith.c (value_binop): Widen scalar to vector if appropriate.
1236
1237 2010-10-08  Ulrich Weigand  <uweigand@de.ibm.com>
1238
1239         * arm-tdep.c (thumb_expand_immediate): New function.
1240         (thumb_instruction_changes_pc): Likewise.
1241         (thumb2_instruction_changes_pc): Likewise.
1242         (thumb_analyze_prologue): Handle 32-bit Thumb instructions during
1243         prologue parsing.  Improved support for optimized code.
1244         (thumb_scan_prologue): Do not reply on line-number information,
1245         use same heuristics as arm_scan_prologue insead.
1246         (skip_prologue_function): Accept functions
1247         "__tls_get_addr" and "__aeabi_read_tp".
1248
1249 2010-10-08  Ulrich Weigand  <uweigand@de.ibm.com>
1250             Daniel Jacobowitz  <dan@codesourcery.com>
1251
1252         * arm-tdep.c (thumb_in_function_epilogue_p)
1253         (arm_in_function_epilogue_p): New.
1254         (arm_gdbarch_init): Install arm_in_function_epilogue_p as
1255         gdbarch_in_function_epilogue_p callback.
1256
1257 2010-10-07  Doug Evans  <dje@google.com>
1258
1259         * cc-with-index.sh (output_file): Default to a.out.
1260
1261         * dwarf2read.c (mapped_index): Rename member index_table to
1262         symbol_table and index_table_slots to symbol_table_slots.
1263         All uses updated.
1264         (create_symbol_hash_table): Renamed from create_index_table.
1265         All callers updated.
1266         (add_indices_to_cpool): Rename arg index_table to symbol_hash_table.
1267         (write_hash_table): Rename local index_table to symbol_hash_table.
1268
1269         * addrmap.h (addrmap_foreach_fn): New typedef.
1270         (addrmap_foreach): Declare.
1271         * addrmap.c (struct addrmap_funcs): New member foreach.
1272         (addrmap_foreach): New function.
1273         (addrmap_fixed_foreach): New function.
1274         (addrmap_fixed_funcs): Update.
1275         (struct mutable_foreach_data): New struct.
1276         (addrmap_mutable_foreach_worker): New function.
1277         (addrmap_mutable_foreach): New function.
1278         (addrmap_mutable_funcs): Update.
1279
1280 2010-10-07  Paul Hilfinger  <hilfinger@adacore.com>
1281
1282         * dictionary.c (dict_hash): Revert to msymbol_hash_iw in
1283         more cases.
1284
1285 2010-10-07  Paul Hilfinger  <hilfinger@adacore.com>
1286
1287         * ada-lang.c (full_match): Declare.
1288         (ada_match_name): Rename to match_name (we should avoid prefixing static
1289         symbols with "ada_").
1290         (match_name): New name for ada_match_name.
1291         (struct ada_psym_data): Remove and replace with...
1292         (struct match_data): User data for map_matching_symbols.
1293         (ada_add_psyms): Remove.
1294         (aux_add_nonlocal_symbols): New function, used as callback for
1295         map_matching_symbols.
1296         (compare_names): Ordering function adopted from strcmp_iw for Ada-encoded
1297         symbols.
1298         (ada_add_non_local_symbols): Rename to add_nonlocal_symbols.
1299         (add_nonlocal_symbols): Renamed from ada_add_non_local_symbols.
1300         Rework to use map_matching_symbols instead of map_ada_symtabs.
1301         (ada_lookup_symbol_list): Use add_nonlocal_symbols.
1302         * psymtab.c: Include dependency on dictionary.h.
1303         (match_partial_symbol): New function.
1304         (ada_lookup_partial_symbol): Remove.
1305         (map_block): New function, auxiliary to map_matching_symbols_psymtab.
1306         (map_matching_symbols_psymtab): New function.
1307         (psym_functions): Replace map_ada_symtabs with map_matching_symbols_psymtab.
1308         * symfile.h: Replace map_ada_symtabs definition with map_matching_symbols.
1309
1310 2010-10-06  Paul Hilfinger  <hilfinger@adacore.com>
1311
1312         * ada-lang.c (ada_match_name): Use new API for wild_match.
1313         (wild_match): Change API to be consistent with that of strcmp_iw;
1314         return 0 for a match, and switch operand order.
1315         (full_match): New function.
1316         (ada_add_block_symbols): Use dict_iter_match_{first,next} for
1317         matching to allow use of hashing.
1318         * dictionary.c (struct dict_vector): Generalize iter_name_first,
1319         iter_name_next ot iter_match_first, iter_match_next.
1320         (iter_name_first_hashed): Replace with iter_match_first_hashed.
1321         (iter_name_next_hashed): Replace with iter_match_next_hashed.
1322         (iter_name_first_linear): Replace with iter_match_first_linear.
1323         (iter_name_next_linear): Replace with iter_match_next_linear.
1324         (dict_iter_name_first): Re-implement to use dict_iter_match_first.
1325         (dict_iter_name_next): Re-implement to use dict_iter_match_next.
1326         (dict_iter_match_first): New function.
1327         (dict_iter_match_next): New function.
1328         (dict_hash): New function.
1329         * dictionary.h (dict_iter_match_first, dict_iter_match_next): Declare.
1330         * psymtab.c (ada_lookup_partial_symbol): Use new wild_match API.
1331
1332 2010-10-06  Doug Evans  <dje@google.com>
1333
1334         * data-directory/Makefile.in: Remove @host_makefile_frag@, @frags@.
1335
1336 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
1337
1338         * dwarf2read.c (read_tag_const_type): Handle const arrays.
1339
1340 2010-10-06  Doug Evans  <dje@google.com>
1341
1342         * Makefile.in (REQUIRED_SUBDIRS): New var.
1343         (subdir_do): Verify required subdir Makefiles exist.
1344
1345         Create subdir data-directory.
1346         * Makefile.in (XML_SYSCALL_DIR, XML_SYSCALL_FILES): Moved to
1347         data-directory/Makefile.in.
1348         (SUBDIRS): Add data-directory.
1349         (all): Remove xml-syscall-copy dependency.
1350         (xml-syscall-copy): Moved to data-directory/Makefile.in as
1351         stamp-syscalls.
1352         (xml-syscall-install): Moved to data-directory/Makefile.in as
1353         install-syscalls.
1354         (install-only): Remove xml-syscall-install dependency.
1355         (all-data-directory): New rule.
1356         (data-directory/Makefile): New rule.
1357         * configure.ac (AC_OUTPUT): Add data-directory/Makefile.
1358         * configure: Regenerate.
1359         * data-directory/Makefile.in: New file.
1360         * python/lib/gdb/__init__.py: New file.
1361
1362 2010-10-06  Joel Brobecker  <brobecker@adacore.com>
1363
1364         Fix ARI warnings in advance_wild_match.
1365         * ada-lang.c (advance_wild_match): Delete local variable t2.
1366         Adjust code accordingly.  Minor reformatting.
1367
1368 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
1369
1370         * gdbtypes.h (struct main_type): Remove flag_nottext.
1371         (enum type_flag_value): Remove TYPE_FLAG_NOTTEXT.
1372         (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_NOTTEXT.
1373         (TYPE_NOTTEXT): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of flag_nottext.
1374         * gdbtypes.c (make_vector_type): Use TYPE_INSTANCE_FLAG_NOTTEXT instead
1375         of TYPE_FLAG_NOTTEXT.
1376         (init_type): Remove the initialization of the flag_nottext field.
1377         (gdbtypes_post_init): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of
1378         TYPE_FLAG_NOTTEXT.
1379         * c-valprint.c (c_val_print): Remove TYPE_VECTOR check.
1380
1381 2010-10-04  Doug Evans  <dje@google.com>
1382
1383         * cc-with-index.sh: New file.
1384
1385         * dwarf2read.c (dw2_do_instantiate_symtab): Insert blank line after
1386         function comment.
1387         (dw2_instantiate_symtab, dw2_get_cu, extract_cu_value): Ditto.
1388         (create_cus_from_index, create_addrmap_from_index): Ditto.
1389         (mapped_index_string_hash, find_slot_in_mapped_hash): Ditto.
1390         (dw2_setup, dw2_require_line_header, dw2_require_full_path): Ditto.
1391         (dw2_do_expand_symtabs_matching): Ditto.
1392         (eq_strtab_entry, create_strtab, add_string): Ditto.
1393         (hash_strtab_entry): Ditto.
1394         (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry): Ditto.
1395         (create_index_table, create_mapped_symtab, find_slot): Ditto.
1396         (hash_expand, add_index_entry, add_indices_to_cpool): Ditto.
1397         (write_hash_table, add_address_entry, write_psymbols): Ditto.
1398         (write_obstack, unlink_if_set, write_one_signatured_type): Ditto.
1399         (write_psymtabs_to_index): Ditto.
1400
1401 2010-10-04  Joel Brobecker  <brobecker@adacore.com>
1402
1403         * ada-lang.c: #include "value.h".
1404         (ensure_lval): Delete advance declaration.  Remove gdbarch and sp
1405         arguments.  Implement using value_allocate_space_in_inferior
1406         instead of allocating memory from the stack.
1407         (make_array_descriptor): Remove gdbarch and sp parameters.  Update
1408         calls to ensure_lval.
1409         (ada_convert_actual): Remove gdbarch and sp parameters.  Update
1410         calls to make_array_descriptor and ensure_lval.
1411         * ada-lang.h (ada_convert_actual): Update declaration.
1412         * infcall.c (value_arg_coerce): Update call to ada_convert_actual.
1413
1414 2010-10-04  Doug Evans  <dje@google.com>
1415
1416         * python/python.c (_initialize_python): Define new function
1417         GdbSetPythonDirectory in python.  Use it to update sys.path and
1418         gdb.__path__.
1419
1420 2010-10-03  Paul Hilfinger  <hilfinger@adacore.com>
1421
1422         * gdb/ada-typeprint.c (print_selected_record_field_types): New function,
1423         incorporating and generalizing print_record_field_types.
1424         (print_record_field_types): Change return value and update comment.
1425         Re-implement using print_selected_record_field_types.
1426         (print_choices): Print "=>" here.
1427         Handle case of unencoded variant branch.
1428         (print_variant_clauses): Reformat comment.
1429         Special-case unencoded variant branch.
1430
1431 2010-10-03  Paul Hilfinger  <hilfinger@adacore.com>
1432
1433         * ada-lang.c (wild_match): Reimplement.
1434         Change API to eliminate unused length argument, reverse arguments and
1435         make 0 the 'true' return value.
1436         (advance_wild_match): New auxiliary function for wild_match to improve
1437         readability.
1438         (ada_match_name, ada_add_block_symbols): Use new API for wild_match.
1439         * psymtab.c (ada_lookup_partial_symbol, map_ada_symtabs): Use new
1440         API for wild_match.
1441         * symfile.h (map_ada_symtabs): Modify declaration to use new API for
1442         wild_match.
1443         * dwarf2read.c (dw2_map_ada_symtabs): Ditto.
1444
1445 2010-10-01  Doug Evans  <dje@google.com>
1446
1447         * dwarf2read.c (_initialize_dwarf2_read): Add usage info to help text
1448         for `save gdb-index' command.
1449
1450 2010-10-01  Tom Tromey  <tromey@redhat.com>
1451
1452         * symfile.h (allocate_symtab): Update.
1453         * symfile.c (allocate_symtab): Make 'filename' const.
1454         * psymtab.c (add_psymbol_to_bcache): Make 'name' const.
1455         (add_psymbol_to_list): Likewise.
1456         * psympriv.h (struct partial_symtab) <filename, dirname>: Now
1457         const.
1458         (add_psymbol_to_list): Update.
1459         * mdebugread.c (new_symtab): Make 'name' const.
1460         (psymtab_to_symtab_1): Make 'filename' const.
1461         * elfread.c (elfstab_offset_sections): Update.
1462         * dwarf2read.c (dwarf_decode_lines): Make 'comp_dir' const.
1463         (dwarf2_start_subfile): Make 'dirname' and 'comp_dir' const.
1464         (psymtab_include_file_name): Update.
1465         * dbxread.c (find_stab_function_addr): Make 'filename' const.
1466         * buildsym.h (start_subfile): Update.
1467         * buildsym.c (start_subfile): Make arguments const.
1468
1469 2010-09-30  Ali Lakhia  <lakhia@alumni.utexas.net>
1470
1471         * fork-child.c (breakup_args): Fix crash if shell forking is
1472         disabled at compile time.
1473
1474 2010-10-01  Joel Brobecker  <brobecker@adacore.com>
1475
1476         * ada-lang.c (desc_bounds): Add handling of the case where
1477         the P_BOUNDS field is a pointer to a stub.
1478         (desc_data_target_type): Same for P_ARRAY field.
1479         (ada_check_typedef): Strip the typedef layers from the type
1480         found by ada_find_any_type.
1481
1482 2010-10-01  Joel Brobecker  <brobecker@adacore.com>
1483
1484         * sparc-tdep.c (sparc32_frame_align): New function.
1485         (sparc32_gdbarch_init): Set the frame_align gdbarch method.
1486         * sparc64-tdep.c (sparc64_frame_align): New function.
1487         (sparc64_gdbarch_init): Set the frame_align gdbarch method.
1488
1489 2010-09-30  H.J. Lu  <hongjiu.lu@intel.com>
1490
1491         * defs.h (MAX_REGISTER_SIZE): Set to 64.
1492
1493 2010-09-30  Tom Tromey  <tromey@redhat.com>
1494
1495         * symfile.h (struct sym_fns) <next>: Remove.
1496         (add_symtab_fns): Update.
1497         * symfile.c (sym_fns_ptr): New typedef.
1498         (symtab_fns): Now a VEC.
1499         (add_symtab_fns): Update.  Change argument type.
1500         (find_sym_fns): Update.  Change return type.
1501         (get_symfile_segment_data): Update.
1502         * objfiles.h (struct objfile) <sf>: Now const.
1503         * somread.c (som_sym_fns): Now const.  Update.
1504         * xcoffread.c (xcoff_sym_fns): Now const.  Update.
1505         * mipsread.c (ecoff_sym_fns): Now const.  Update.
1506         * machoread.c (macho_sym_fns): Now const.  Update.
1507         * elfread.c (elf_sym_fns): Now const.  Update.
1508         (elf_sym_fns_gdb_index): Likewise.
1509         * dbxread.c (aout_sym_fns): Now const.  Update.
1510         * coffread.c (coff_sym_fns): Now const.  Update.
1511
1512 2010-09-30  Tom Tromey  <tromey@redhat.com>
1513
1514         * value.c (value_primitive_field): Take 'offset' into account for
1515         packed field.
1516
1517 2010-09-30  Tom Tromey  <tromey@redhat.com>
1518
1519         * completer.c (count_struct_fields): Handle anonymous structs and
1520         unions.
1521         (add_struct_fields): Likewise.
1522
1523 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1524
1525         Fix printing parameters of inlined functions.
1526         * ada-lang.c (is_known_support_routine)
1527         (ada_unhandled_exception_name_addr_from_raise): Provide NULL parameter
1528         for find_frame_funname.
1529         * python/py-frame.c (frapy_name): Likewise.
1530         * stack.c (find_frame_funname): New parameter funcp.  Update the
1531         function comment.  Fill it in.
1532         (print_frame): New variable func.  Initialize it by
1533         find_frame_funname.  Print arguments only if FUNC is not NULL.  Use
1534         FUNC as the parameter of print_args_stub.
1535         * stack.h (find_frame_funname): New parameter funcp.  Remove the
1536         function declaration comment.
1537
1538 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1539
1540         PR corefiles/12071.
1541         * inferior.c (have_live_inferiors): New variables old_chain, inf and
1542         tp.  Iterate INFERIOR_LIST and call target_has_execution.
1543
1544 2010-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
1545
1546         Fix GDB crash on inferior calls with self-referencing classes.
1547         * gnu-v3-abi.c (gnuv3_pass_by_reference): Do not call itself on static
1548         member fields.
1549
1550 2010-09-29  Doug Evans  <dje@google.com>
1551
1552         Workaround for gcc/45682.
1553         * dwarf2read.c (partial_die_info): New fields fixup_called,
1554         linkage_name.
1555         (guess_partial_die_structure_name): Renamed from guess_structure_name.
1556         Move definition next to use.  Use linkage_name to determine if class
1557         is in a namespace.  All callers updated.
1558         (fixup_partial_die): Return early if already called.
1559         Set fixup_called when done.
1560         (guess_full_die_structure_name): New function.
1561         (determine_prefix): Call it for class/struct/union dies if c++ and
1562         .debug_types section is present and parent is DW_TAG_compile_unit.
1563
1564 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
1565
1566         * configure.tgt (sparc-*-*): Set gdb_sim to ../sim/erc32/libsim.a.
1567         (sparc-*-rtems*): Delete. Now redundant with sparc-*-*.
1568
1569 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
1570
1571         * NEWS: Announce Ravenscar Profile support.
1572
1573 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
1574             Jerome Guitton  <guitton@adacore.com>
1575
1576         * ravenscar-thread.c, ravenscar-thread.h, ravenscar-sparc-thread.c:
1577         New files.
1578         * configure.tgt (sparc-*-*): Add ravenscar-thread.o and
1579         ravenscar-sparc-thread.o to gdb_target_obs.
1580
1581 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
1582
1583         * ada-tasks.c (iterate_over_live_ada_tasks): New function.
1584         * ada-lang.h (iterate_over_live_ada_tasks): Declare.
1585
1586 2010-09-27  Pierre Muller  <muller@ics.u-strasbg.fr>
1587
1588         * amd64-windows-tdep.c (amd64_skip_main_prologue): New function.
1589         (amd64_windows_init_abi): Register amd64_skip_main_prologue as gdbarch
1590         skip_main_prologue method.
1591
1592 2010-09-27  Tom Tromey  <tromey@redhat.com>
1593
1594         * dwarf2read.c (dwarf2_read_index): Only allow version 3.
1595         (write_psymbols): Add 'psyms_seen' and 'is_static' arguments.
1596         Only emit a given psymbol once.
1597         (struct signatured_type_index_data) <psyms_seen>: New field.
1598         (write_one_signatured_type): Update.
1599         (cleanup_htab): New function.
1600         (write_psymtabs_to_index): Update.  Create psyms_seen hash.  Bump
1601         version to 3.
1602         (save_gdb_index_command): Update index documentation.
1603
1604 2010-09-27  Tom Tromey  <tromey@redhat.com>
1605
1606         * bcache.c (expand_hash_table): Use hash_function, not hash.
1607
1608 2010-09-27  Tom Tromey  <tromey@redhat.com>
1609
1610         * gdb_wchar.h: Change minimum libiconv to 0x108.
1611
1612 2010-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1613
1614         Fix lost siginfo_t for inferior calls.
1615         * infrun.c
1616         (struct inferior_thread_state) <siginfo_gdbarch, siginfo_data>: New.
1617         (save_inferior_thread_state): New variables regcache, gdbarch and
1618         siginfo_data.  Initialize SIGINFO_DATA if gdbarch_get_siginfo_type_p.
1619         Move INF_STATE allocation later, pre-clear it.  Initialize REGISTERS
1620         using REGCACHE.
1621         (restore_inferior_thread_state): New variables regcache and gdbarch.
1622         Restore SIGINFO_DATA for matching GDBARCH.  Restore REGISTERS using
1623         REGCACHE.  Free also SIGINFO_DATA.
1624
1625 2010-09-24  Tom Tromey  <tromey@redhat.com>
1626
1627         * dwarf2read.c (dw2_expand_symtabs_matching): Add missing
1628         MAYBE_SWAPs.
1629         (dw2_map_symbol_names): Likewise.
1630
1631 2010-09-24  Sami Wagiaalla  <swagiaal@redhat.com>
1632
1633         * valops.c (find_oload_champ_namespace_loop): replace incorrect
1634         discard_cleanups do_cleanups.
1635
1636 2010-09-24  Pedro Alves  <pedro@codesourcery.com>
1637
1638         PR gdb/11842
1639
1640         * amd64-linux-nat.c (compat_siginfo_from_siginfo)
1641         (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
1642         si_code is < 0.  Check for si_code == SI_TIMER before checking for
1643         si_code < 0.
1644
1645 2010-09-24  Pedro Alves  <pedro@codesourcery.com>
1646
1647         * objfiles.h (ALL_OBJSECTIONS): Handle breaks in the inner loop.
1648
1649 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
1650
1651         * ada-tasks.c (read_atcb): Do not compute the task ptid when
1652         debugging a core file.
1653
1654 2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1655
1656         Code cleanup.
1657         * objfiles.c (allocate_objfile) <objfile->name != NULL>: Remove.
1658         (free_objfile) <objfile->name != NULL>: Remove the conditional around
1659         xfree.
1660         * objfiles.h (struct objfile) <name>: New comment it is never NULL.
1661         * python/py-auto-load.c (auto_load_new_objfile) <!objfile->name>:
1662         Remove.
1663         * python/py-objfile.c (objfpy_get_filename) <obj->objfile->name>
1664         Remove the conditional.
1665         * python/py-progspace.c (pspy_get_filename) <objfile->name>: Likewise.
1666
1667 2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1668
1669         * main.c: Include objfiles.h.
1670         (captured_main): New variable objfile.  Call
1671         load_auto_scripts_for_objfile for ALL_OBJFILES.
1672
1673 2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1674
1675         * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: Add also
1676         DW_TAG_constant.
1677
1678 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
1679
1680         * dwarf2read.c (scan_partial_symbols): Add handling of
1681         DW_TAG_constant DIEs.
1682         (add_partial_symbol, load_partial_dies, new_symbol): Likewise.
1683
1684 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
1685
1686         * configure.ac: Add support for --enable-gdbserver.
1687         * configure: Regenerate.
1688
1689 2010-09-22  Sami Wagiaalla  <swagiaal@redhat.com>
1690
1691         PR C++/12028
1692         * valops.c (find_oload_champ_namespace_loop): removed incorrect
1693         'old_cleanups' reassignment.
1694
1695 2010-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1696
1697         * charset.c (wchar_iterate) <EILSEQ>: Return any possibly converted
1698         characters.
1699
1700 2010-09-16  Phil Muldoon  <pmuldoon@redhat.com>
1701
1702         PR mi/11407
1703         * mi/mi-cmd-stack.c (list_args_or_locals): Catch exceptions from
1704         read_var_value and common_val_print and print a warning.
1705
1706 2010-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1707
1708         * MAINTAINERS (GLOBAL MAINTAINERS) <Jan Kratochvil>: Move the entry to
1709         keep the list in alphabetical order.  Use longer e-mail address.
1710
1711 2010-09-15  Tom Tromey  <tromey@redhat.com>
1712
1713         * MAINTAINERS (GLOBAL MAINTAINERS): Add Jan Kratochvil.
1714
1715 2010-09-15  Tom Tromey  <tromey@redhat.com>
1716
1717         * charset.c (iconv_open): New define.
1718         (iconv): Likewise.
1719         (iconv_close): Likewise.
1720         (phony_iconv_open): Add "phony_" prefix.
1721         (phony_iconv_close): Likewise.
1722         (phony_iconv): Likewise.
1723         * gdb_wchar.h: Check _LIBICONV_VERSION, __STDC_ISO_10646__.
1724         Change how INTERMEDIATE_ENCODING is defined.
1725
1726 2010-09-15  Doug Evans  <dje@google.com>
1727
1728         * dwarf2read.c (struct die_info): Fix comment.
1729
1730 2010-09-15  Alan Modra  <amodra@gmail.com>
1731
1732         PR 4606
1733         * gcore.c (gcore_create_callback): Clear SEC_HAS_CONTENTS rather
1734         than setting SEC_NEVER_LOAD on sections that need not be copied.
1735
1736 2010-09-14  Tom Tromey  <tromey@redhat.com>
1737
1738         * psympriv.h (add_psymbol_to_list, init_psymbol_list)
1739         (start_psymtab_common, allocate_psymtab, discard_psymtab):
1740         Declare.
1741         * symfile.h (extend_psymbol_list): Remove.
1742         (add_psymbol_to_list, init_psymbol_list, start_psymtab_common)
1743         (allocate_psymtab, discard_psymtab): Move to psympriv.h.
1744         * psymtab.c (extend_psymbol_list): Move earlier.  Now static.
1745
1746 2010-09-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
1747
1748         * dwarf2read.c (dw2_map_ada_symtabs): Remove the internal_error.
1749         Update the comment.
1750
1751 2010-09-14  Tom Tromey  <tromey@redhat.com>
1752
1753         PR symtab/8399:
1754         * dwarf2loc.c (locexpr_describe_location_piece): Don't call error
1755         for unrecognized frame base expression.
1756
1757 2010-09-14  Tom Tromey  <tromey@redhat.com>
1758
1759         PR exp/11803:
1760         * value.c (value_static_field): Use value_of_variable.
1761
1762 2010-09-14  Pierre Muller  <muller@ics.u-strasbg.fr>
1763
1764         * m32r-rom.c: Replace winsock.h with winsock2.h header.
1765         * remote-m32r-sdi.c: Replace winsock.h by winsock2.h.
1766
1767 2010-09-13  Sami Wagiaalla  <swagiaal@redhat.com>
1768
1769         PR symtab/11992:
1770         * c-exp.y (classify_name): Check is_a_member_of_this before returning
1771         UNKNOWN_CPP_NAME.
1772
1773 2010-09-13  Joel Brobecker  <brobecker@adacore.com>
1774
1775         * NEWS: Add x86-lynxos to the list of platforms supported by
1776         gdbserver.
1777
1778 2010-09-13  Joel Brobecker  <brobecker@adacore.com>
1779
1780         * NEWS: Announce GDBserver support for version 5.x of ppc-lynxos.
1781
1782 2010-09-13  Tom Tromey  <tromey@redhat.com>
1783
1784         * Makefile.in (HFILES_NO_SRCDIR): Add progspace.h.
1785
1786 2010-09-13  H.J. Lu  <hongjiu.lu@intel.com>
1787
1788         * i386-tdep.c (i386_ymm_type): Set type name to
1789         builtin_type_vec256i.
1790
1791 2010-09-12  Michael Snyder  <msnyder@vmware.com>
1792
1793         * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1794
1795 2010-09-12  H.J. Lu  <hongjiu.lu@intel.com>
1796
1797         * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1798
1799 2010-09-11  H.J. Lu  <hongjiu.lu@intel.com>
1800
1801         * amd64-tdep.c (amd64_register_name): Removed.
1802         (amd64_init_abi): Don't call set_gdbarch_register_name.
1803
1804         * i386-tdep.c (i386_ymmh_regnum_p): Make it static.
1805
1806         * i386-tdep.h (i386_ymmh_regnum_p): Removed.
1807
1808 2010-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1809             Paul Bolle  <pebolle@tiscali.nl>
1810
1811         Redirect also uiout and stdtarg{,err} in execute_command_to_string.
1812         * cli-logging.c (struct saved_output_files) <targerr>: New.
1813         (set_logging_redirect, pop_output_files, handle_redirections):
1814         Redirect also gdb_stdtargerr.
1815         * defs.h (struct ui_out, make_cleanup_ui_out_redirect_pop): New
1816         declarations.
1817         * event-top.c (gdb_setup_readline, gdb_disable_readline): Redirect
1818         also gdb_stdtargerr.
1819         * top.c (execute_command_to_string): Move make_cleanup_ui_file_delete
1820         to the top.  Redirect also gdb_stdlog, gdb_stdtarg and gdb_stdtargerr.
1821         Use ui_out_redirect, register make_cleanup_ui_out_redirect_pop.
1822         * tui/tui-io.c (tui_setup_io): Redirect also gdb_stdtargerr.
1823         * utils.c (do_ui_out_redirect_pop, make_cleanup_ui_out_redirect_pop):
1824         New functions.
1825
1826 2010-09-10  Pierre Muller  <muller@ics.u-strasbg.fr>
1827
1828         * hppa-tdep.c (unwind_command): Use host_address_to_string function
1829         to display a host address.
1830         * monitor.c (monitor_read_memory): Likewise.
1831         * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
1832
1833 2010-09-10  Pierre Muller  <muller@ics.u-strasbg.fr>
1834
1835         * coffread.c (struct coff_symbol): Change c_value type from `long' to
1836         `CORE_ADDRESS' as it might contain target addresses.
1837
1838 2010-09-10  Pierre Muller  <muller@ics.u-strasbg.fr>
1839
1840         * alpha-mdebug-tdep.c (find_proc_desc): Use SYMBOL_VALUE_BYTES macro
1841         before cast to pointer to avoid warning.
1842
1843 2010-09-09  Kevin Buettner  <kevinb@redhat.com>
1844
1845         * v850-tdep.c (v850_gdbarch_init): Change the v850's `char'
1846         type to be signed.
1847
1848 2010-09-09  Ulrich Weigand  <uweigand@de.ibm.com>
1849
1850         * dwarf2read.c (fixup_partial_die): Do not set dummy name for
1851         anonymous class partial DIEs.
1852
1853 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
1854
1855         * dwarf2read.c (dwarf2_compute_name): Check that the first
1856         argument is a pointer.
1857
1858 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
1859
1860         * dwarf2read.c (read_func_scope, read_structure_type)
1861         (read_common_block): Check for a NULL return from new_symbol.
1862
1863 2010-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1864
1865         * dwarf2read.c (dwarf2_read_index): Return on no SEC_HAS_CONTENTS.
1866
1867 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
1868
1869         * dwarf2read.c (read_structure_type): Move processing of
1870         fields and member functions from here...
1871         (process_structure_scope): ... to here.
1872
1873 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
1874
1875         * gnu-v3-abi.c (gnuv3_print_method_ptr): Do not use
1876         the domain type.
1877         (gnuv3_make_method_ptr): Likewise.
1878
1879 2010-09-08  Tom Tromey  <tromey@redhat.com>
1880
1881         * breakpoint.c (create_breakpoint): Add missing _().
1882
1883 2010-09-08  Doug Evans  <dje@google.com>
1884
1885         * dwarf2-frame.h (dwarf2_frame_build_info): Delete, unused.
1886
1887 2010-09-08  Tom Tromey  <tromey@redhat.com>
1888
1889         Revert:
1890         2010-09-01  Tom Tromey  <tromey@redhat.com>
1891         * dwarf2read.c, gdbtypes.c, psymtab.c, symfile.h, symtab.c,
1892         symtab.h: Revert earlier change.
1893
1894 2010-09-09  Sami Wagiaalla  <swagiaal@redhat.com>
1895
1896         * psymtab.c (add_psymbol_to_bcache): Initialize
1897         obj_section.
1898         memset psymbol.ginfo.value to 0.
1899
1900 2010-09-06  Pedro Alves  <pedro@codesourcery.com>
1901
1902         * infrun.c (resume): Extend comment on ignoring single-step
1903         requests on vfork parents waiting for a vfork-done.
1904
1905 2010-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1906             Pedro Alves  <pedro@codesourcery.com>
1907
1908         * corelow.c (core_open): Use target_signal_from_host if CORE_GDBARCH
1909         is NULL.
1910         * fork-child.c (startup_inferior) <resume_signal>: Use enum
1911         target_signal type.
1912         * linux-nat.c (linux_nat_resume): Use target_signal_to_host before
1913         calling strsignal.  Use enum target_signal type for saved_signo.
1914         (linux_handle_extended_wait) <signo>: Use enum target_signal type.
1915         (linux_nat_wait_1): Use enum target_signal type for signo.  Use
1916         target_signal_to_host before calling strsignal.
1917         * remote-m32r-sdi.c (m32r_wait, m32r_detach): Replace 0 by
1918         TARGET_SIGNAL_0.
1919
1920 2010-09-06  Pedro Alves  <pedro@codesourcery.com>
1921             Jan Kratochvil  <jan.kratochvil@redhat.com>
1922
1923         * common/signals.c (ANY): Remove.
1924         (SET): No longer use ANY.
1925
1926 2010-09-06  Yao Qi  <yao@codesourcery.com>
1927
1928         * infrunc(resume): When inferior is waiting_for_vfork_done,
1929         clear step and don't use displaced stepping.
1930
1931 2010-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
1932
1933         * breakpoint.c (can_use_hardware_watchpoint): Handle the first
1934         value specially.
1935
1936 2010-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1937
1938         Code cleanup - split print_stop_reason.
1939         * infrun.c (enum inferior_stop_reason): Remove.
1940         (print_stop_reason): Remove by splitting into ...
1941         (print_exited_reason, print_signal_exited_reason)
1942         (print_no_history_reason, print_signal_received_reason)
1943         (print_end_stepping_range_reason): ... these new functions.  Update
1944         the preceding comment.
1945         (handle_inferior_event): Change the calls to print_exited_reason,
1946         print_signal_exited_reason, print_no_history_reason,
1947         print_signal_received_reason, print_end_stepping_range_reason.
1948         (handle_step_into_function, handle_step_into_function_backward):
1949         Change the calls to print_end_stepping_range_reason.
1950
1951 2010-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
1952
1953         * breakpoint.c (save_breakpoints): Use RETURN_MASK_ALL.
1954         * cli-out.c: Include vec.h.
1955         (cli_field_fmt, cli_spaces, cli_text, cli_message, cli_flush): New
1956         variable stream, initialize it, use it.
1957         (cli_redirect): New function comment.  Replace the stream and
1958         original_stream fields by the new streams field.  Remove the
1959         original_stream != NULL conditional, assert error on NULL instead.
1960         (out_field_fmt, field_separator): New variable stream, initialize it, use it.
1961         (cli_out_data_ctor): Assert non-NULL stream.  Replace the stream and
1962         original_stream fields by the new streams field.
1963         (cli_out_set_stream): Replace the stream field by the new streams
1964         field.
1965         * cli-out.h: Include vec.h.
1966         (ui_filep): New typedef, call DEF_VEC_P for it.
1967         (struct cli_ui_out_data): Replace the stream and original_stream
1968         fields by the new streams field.
1969         * cli/cli-logging.c (set_logging_redirect): Call ui_out_redirect with
1970         NULL first.  Extend the comment.
1971         (handle_redirections): Call ui_out_redirect with output.
1972         * python/py-breakpoint.c (bppy_get_commands): Move ui_out_redirect
1973         calls outside of the TRY_CATCH block.
1974
1975 2010-09-03  Joel Brobecker  <brobecker@adacore.com>
1976
1977         GDB 7.2 released.
1978
1979 2010-09-02  Joel Brobecker  <brobecker@adacore.com>
1980
1981         Back out the following change:
1982         | 2010-06-29  Hui Zhu  <teawater@gmail.com>
1983         | * record.c (set_record_pic_cmdlist,
1984         | show_record_pic_cmdlist): New variables.
1985         | (set_record_pic_command,
1986         | show_record_pic_command): New functions.
1987         | (record_pic_function, record_pic_line, record_pic_enum,
1988         | set_record_pic_type, record_pic_hide_nofunction,
1989         | record_pic_hide_nosource, record_pic_hide_same): New variables.
1990         | (record_pic_fputs): New function.
1991         | (function_list, node_list, edge_list): New struct.
1992         | (function_list, node_list, edge_list): New variables.
1993         | (record_pic_cleanups, record_pic_node,
1994         | record_pic_edge, cmd_record_pic): New functions.
1995         | (_initialize_record): Add new commands for record pic.
1996
1997 2010-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
1998
1999         * config.in, configure: Regenerated.
2000         * configure.ac: Check for waitpid.
2001         * ser-pipe.c (pipe_close): Wait for the program to exit.
2002
2003 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2004
2005         * cli/cli-logging.c: Include gdb_assert.h.
2006         (set_logging_overwrite): New function.
2007         (logging_redirect): New comment.
2008         (logging_no_redirect_file, set_logging_redirect)
2009         (pop_output_files) <logging_no_redirect_file>: New.
2010         (handle_redirections) <!logging_redirect>: New variable
2011         no_redirect_file.  Remove file autoclose for tee_file_new.  No longer
2012         discard cleanup for the close of former OUTPUT.  Set
2013         LOGGING_NO_REDIRECT_FILE.
2014         (handle_redirections) <logging_redirect>: gdb_assert
2015         LOGGING_NO_REDIRECT_FILE.
2016         (show_logging_command) <logging_redirect handling>: Adjust messages
2017         for SAVED_FILENAME not NULL.
2018         (_initialize_cli_logging): Install set_logging_overwrite and
2019         set_logging_redirect.
2020
2021 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2022
2023         * iq2000-tdep.c (iq2000_scan_prologue): Initialize SAL.END.
2024
2025 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2026
2027         * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT): Convert it to the no- form.
2028         (monitor.o): Replace $(INTERNAL_WARN_CFLAGS) by $(INTERNAL_CFLAGS) and
2029         add $(GDB_WARN_CFLAGS_NO_FORMAT).
2030         (printcmd.o): Replace $(INTERNAL_CFLAGS_BASE) by $(INTERNAL_CFLAGS).
2031
2032 2010-09-02  Yao Qi  <yao@codesourcery.com>
2033
2034         * linux-nat.c (status_to_str): Use WTERMSIG to extract the signal
2035         number from a WIFSIGNALED status.
2036
2037 2010-09-01  Tom Tromey  <tromey@redhat.com>
2038
2039         * symtab.h (lookup_type_symbol): Declare.
2040         * symtab.c (lookup_symbol_in_language_full): Rename from
2041         lookup_symbol_in_language.  Add 'for_type' argument.
2042         (lookup_symbol_in_language): New function.
2043         (lookup_type_symbol): Likewise.
2044         (lookup_symbol_aux): Add 'for_type' argument.
2045         (match_symbol_aux): New function.
2046         (lookup_symbol_aux_symtabs): Use expand_one_symtab_matching.
2047         (match_transparent_type): New function.
2048         (basic_lookup_transparent_type): Use expand_one_symtab_matching.
2049         * symfile.h (struct quick_symbol_functions)
2050         <pre_expand_symtabs_matching>: Remove.
2051         <expand_one_symtab_matching>: New field.
2052         * psymtab.c (expand_one_symtab_matching_psymtabs): New function.
2053         (pre_expand_symtabs_matching_psymtabs): Remove.
2054         (psym_functions): Update.
2055         * gdbtypes.c (lookup_typename): Use lookup_type_symbol.
2056         * dwarf2read.c (dw2_lookup_symbol): Update comment.
2057         (dw2_pre_expand_symtabs_matching): Remove.
2058         (dw2_expand_one_symtab_matching): New function.
2059         (dwarf2_gdb_index_functions): Update.
2060
2061 2010-09-01  Joel Brobecker  <brobecker@adacore.com>
2062
2063         * NEWS: Add entry announcing GDBserver support on powerpc-lynxos.
2064
2065 2010-09-01  Marc Khouzam  <marc.khouzam@ericsson.com>
2066
2067         * mi/mi-main.c (mi_cmd_list_target_features): Add `reverse'
2068         as a feature reported by -list-target-features.
2069
2070 2010-09-01  Joel Brobecker  <brobecker@adacore.com>
2071
2072         * features/Makefile (WHICH): Add rs6000/powerpc-32.
2073         (powerpc-32.o, powerpc-32.c): New rules.
2074         (clean): Also remove powerpc-32.c.
2075         * regformats/rs6000/powerpc-32.dat: Generate.
2076
2077 2010-08-31  Sami Wagiaalla  <swagiaal@redhat.com>
2078
2079         * symfile.c (reread_symbols): Use psymbol_bcache_free, and
2080         psymbol_bcache_init.
2081         * psymtab.h (psymbol_bcache_init): New function prototype.
2082         (psymbol_bcache_free): New function prototype.
2083         (psymbol_bcache_get_bcache): New function prototype.
2084         * psymtab.c (psymbol_bcache_init): New function.
2085         (psymbol_bcache_free): New function.
2086         (psymbol_bcache_full): New function.
2087         (psymbol_bcache_get_bcache): New function.
2088         (add_psymbol_to_bcache): use psymbol_bcache_full.
2089         * objfiles.h (psymbol_cache): Change type of psymbol_cache to
2090         psymbol_bcache.
2091         * symmisc.c (print_symbol_bcache_statistics): Updated.
2092         (print_objfile_statistics): Updated.
2093         * objfiles.c (allocate_objfile): Use psymbol_bcache_init to initialize
2094         psymbol_cache.
2095         (free_objfile): Use psymbol_bcache_free.
2096
2097 2010-08-31  Tom Tromey  <tromey@redhat.com>
2098
2099         PR c++/11961:
2100         * dwarf2read.c (new_symbol_full) <DW_TAG_template_type_param>:
2101         Don't set TYPE_NAME on the type.
2102
2103 2010-08-31  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>
2104
2105         * infrun.c (set_exec_direction_func): Error out if target does not
2106         support reverse execution.
2107
2108 2010-08-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
2109
2110         Make linux_get_siginfo_type `type *' unique.
2111         * linux-tdep.c (linux_gdbarch_data_handle, struct linux_gdbarch_data)
2112         (init_linux_gdbarch_data, get_linux_gdbarch_data): New.
2113         (linux_get_siginfo_type): New variable linux_gdbarch_data.  Initialize
2114         it.  Use linux_gdbarch_data->siginfo_type as a persistent storage.
2115         (_initialize_linux_tdep): New.
2116
2117 2010-08-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
2118
2119         Code cleanup.
2120         * defs.h (find_memory_region_ftype): New typedef.
2121         (exec_set_find_memory_regions): Use it.
2122         * exec.c (exec_set_find_memory_regions): Use find_memory_region_ftype.
2123         * fbsd-nat.c (fbsd_find_memory_regions): Likewise.
2124         * gcore.c (objfile_find_memory_regions): Likewise.
2125         * gnu-nat.c (gnu_find_memory_regions): Likewise.
2126         * linux-nat.c (linux_nat_find_memory_regions): Likewise.
2127         * procfs.c (iterate_over_mappings_cb_ftype): Remove.
2128         (iterate_over_mappings): Rename iterate_over_mappings_cb_ftype to
2129         find_memory_region_ftype.
2130         (insert_dbx_link_bpt_in_region): Likewise.
2131         (iterate_over_mappings): Likewise.  Drop the comment part about the
2132         function prototype.
2133         (find_memory_regions_callback): Use find_memory_region_ftype.
2134         (proc_find_memory_regions): Likewise.
2135         (info_mappings_callback): Rename iterate_over_mappings_cb_ftype to
2136         find_memory_region_ftype.
2137         * target.c (dummy_find_memory_regions): Use find_memory_region_ftype.
2138         * target.h (struct target_ops) <to_find_memory_regions>: Likewise.
2139
2140 2010-08-31  Sami Wagiaalla  <swagiaal@redhat.com>
2141
2142         * psymtab.c (add_psymbol_to_bcache): Remove 'static' from
2143         'static partial_symbol psymbol'.
2144         (psymbol_hash): New function.
2145         (psymbol_compare): New function.
2146         * bcache.c (hash_continue): New.
2147         (hash): Use hash_continue.
2148         * bcache.c: Add hash_function and compare_function
2149         pointers to bcache struct.
2150         (bcache_full): Use bcache->hash_function, and
2151         bcache->compare_function.
2152         (bcache_compare): New function.
2153         (bcache_xmalloc): Take hash_function and
2154         compare_function arguments and initialize the
2155         bcach's pointers.
2156         Updated comment.
2157         * objfiles.c (allocate_objfile): Updated.
2158         * symfile.c (reread_symbols): Updated.
2159         * python/py-type.c (typy_richcompare): Updated.
2160
2161 2010-08-30  Andre Poenitz  <andre.poenitz@nokia.com>
2162             Tom Tromey  <tromey@redhat.com>
2163
2164         PR python/11792:
2165         * python/py-value.c (valpy_get_dynamic_type): New function.
2166         (value_object_getset): Add "dynamic_type".
2167         (valpy_get_type): Fail on error.
2168
2169 2010-08-30  Yao Qi  <yao@codesourcery.com>
2170
2171         * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): New.
2172         (arm_linux_syscall_next_pc): New.
2173         (arm_linux_copy_svc): Use arm_linux_sigreturn_return_addr instead. 
2174         (arm_linux_init_abi): Initialize syscall_next_pc.
2175         * arm-tdep.c (thumb_get_next_pc_raw):  Get next pc of SWI in Thumb mode.
2176         (arm_get_next_pc_raw): Get next pc of SWI in ARM mode.
2177         * arm-tdep.h (struct gdbarch_tdep): Add a function pointer syscall_next_pc. 
2178         Declare arm_frame_is_thumb.
2179
2180 2010-08-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
2181
2182         Code cleanup.
2183         * breakpoint.c (bpstat_alloc): Remove unused prototype.
2184         (bpstat_alloc): Change parameters cbs to bs_link_pointer.  Adjust the
2185         code.
2186         (bpstat_stop_status): Change root_bs into bs_head and bs_link.  Adjust
2187         calls of bpstat_alloc.  Remove explicit bs chain termination.
2188
2189 2010-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2190
2191         Code cleanup.
2192         * linux-nat.c (pull_pid_from_list): Rename status to statusp.
2193         (my_waitpid): Likewise.
2194
2195 2010-08-27  Doug Evans  <dje@google.com>
2196
2197         * dwarf2read.c (dw2_require_line_header): Read from .debug_types
2198         as appropriate.
2199
2200 2010-08-27  Tom Tromey  <tromey@redhat.com>
2201
2202         * dwarf2read.c (dwarf2_attach_fields_to_type): Don't set
2203         TYPE_FIELD_IGNORE_BITS.
2204
2205 2010-08-27  Doug Evans  <dje@google.com>
2206
2207         * dwarf2read.c (dwarf2_per_objfile_free): Reorganize buffers to match
2208         the order they're defined in.  munmap .debug_types buffer.
2209
2210 2010-08-26  Doug Evans  <dje@google.com>
2211
2212         * dwarf2read.c (dw2_require_full_path): Rename parameter cu to per_cu.
2213         (dw2_forget_cached_source_info): Rename local cu to per_cu.
2214         (dw2_lookup_symtab, dw2_do_expand_symtabs_matching): Ditto.
2215         (dw2_print_stats, dw2_expand_all_symtabs): Ditto.
2216         (dw2_expand_symtabs_with_filename, dw2_find_symbol_file): Ditto.
2217         (dw2_find_symbol_file, dw2_expand_symtabs_matching): Ditto.
2218         (dw2_map_symbol_filenames, dwarf2_initialize_objfile): Ditto.
2219         (dwarf2_free_objfile, write_one_signatured_type): Ditto.
2220         (write_psymtabs_to_index): Ditto.
2221
2222 2010-08-26  Pedro Alves  <pedro@codesourcery.com>
2223
2224         * NEWS: Mention libthread_db debugging with core files.
2225
2226 2010-08-26  Doug Evans  <dje@google.com>
2227
2228         * dwarf2read.c (dwarf2_build_include_psymtabs): Remove unnecessary
2229         forward decl.  Pass pst->dirname to dwarf_decode_lines.
2230         (psymtab_include_file_name): New function.
2231         (dwarf_decode_lines): Call it.  Update comments.
2232
2233 2010-08-25  Pedro Alves  <pedro@codesourcery.com>
2234
2235         * dwarf2read.c (inherit_abstract_dies): Handle origin die's
2236         compilation unit being different from target die's.
2237
2238 2010-08-24  Doug Evans  <dje@google.com>
2239
2240         PR symtab/11942
2241         * dwarf2read.c (dwarf2_per_objfile): New members debug_info_type_hash,
2242         debug_types_type_hash.
2243         (dwarf2_cu, dwarf2_per_cu_data): Delete member type_hash.
2244         All uses updated.
2245         (lookup_die_type): Renamed from tag_type_to_tag.  First look in
2246         appropriate type_hash table.  All callers updated.
2247         (allocate_signatured_type_table): Renamed from
2248         allocate_signatured_type_hash_table.  All callers updated.
2249         (create_signatured_type_table_from_index): Renamed from
2250         create_signatured_type_hash_from_index.  All callers updated.
2251         (read_die_type): Add comment.  Move actual reading to ...
2252         (read_die_type_1): ... here.  New function.
2253         (follow_die_ref_or_sig): Tweak comment.
2254         (set_die_type): Rewrite to use appropriate choice of
2255         debug_info_type_hash or debug_types_type_hash.
2256         (get_die_type_at_offset): New function.
2257         (get_die_type): Call it.
2258
2259 2010-08-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2260
2261         * python/py-type.c (typy_richcompare): Initialize worklist.
2262
2263 2010-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
2264             Kazu Hirata  <kazu@codesourcery.com>
2265             Jonathan Larmour  <jifl@eCosCentric.com>
2266
2267         * arm-tdep.c: Include features/arm-with-m.c.
2268         (arm_psr_thumb_bit): New.  Update all uses of CPSR_T to
2269         call this function.
2270         (arm_pc_is_thumb): Add a gdbarch argument.  Update all callers.
2271         Check is_m after force-mode.
2272         (arm_gdbarch_init): Check the binary before the target description.
2273         Add check for M profile attribute.  If we have an M-profile device,
2274         but no target register description, use arm-with-m.  Recognize the
2275         new org.gnu.gdb.arm.m-profile feature and its xpsr register.
2276         (_initialize_arm_tdep): Call initialize_tdesc_arm_with_m.
2277         * arm-tdep.h (XPSR_T): Define.
2278         (struct gdbarch_tdep): Add is_m member.
2279         * features/arm-m-profile.xml, features/arm-with-m.c,
2280         features/arm-with-m.xml: New files.
2281
2282 2010-08-23  Doug Evans  <dje@google.com>
2283
2284         * dwarf2read.c (read_structure_type): Add comment.
2285         (read_enumeration_type): Add comment.
2286         (process_enumeration_scope): Move definition of some locals
2287         closer to their use.
2288         (read_namespace_type): Add comment.
2289         (set_die_type): Fix typo in comment.
2290
2291 2010-08-23  Tom Tromey  <tromey@redhat.com>
2292
2293         PR python/11145:
2294         * python/py-value.c: Include expression.h.
2295         (valpy_do_cast): New function.
2296         (valpy_cast): Use it.
2297         (valpy_dynamic_cast): New function.
2298         (valpy_reinterpret_cast): Likewise.
2299         (value_object_methods): Add dynamic_cast, reinterpret_cast.
2300
2301 2010-08-23  Tom Tromey  <tromey@redhat.com>
2302
2303         PR python/11391:
2304         * python/py-value.c (valpy_nonzero): Don't throw error for other
2305         Value types.
2306
2307 2010-08-23  Tom Tromey  <tromey@redhat.com>
2308
2309         PR python/10676:
2310         * python/py-type.c: Include bcache.h, vec.h.
2311         (struct type_equality_entry): New.
2312         (compare_strings): New function.
2313         (check_types_equal): Likewise.
2314         (check_types_worklist): Likewise.
2315         (typy_richcompare): Likewise.
2316         (type_object_type): Set tp_richcompare field.
2317
2318 2010-08-23  Tom Tromey  <tromey@redhat.com>
2319
2320         PR python/10953:
2321         * python/py-type.c (typy_fields): Call check_typedef.
2322         (typy_template_argument): Add TRY_CATCH.
2323
2324 2010-08-23  Tom Tromey  <tromey@redhat.com>
2325
2326         PR python/11915:
2327         * python/py-type.c (typy_array): New function.
2328         (type_object_methods): Add "array".
2329
2330 2010-08-20  Pedro Alves  <pedro@codesourcery.com>
2331
2332         * python/python.c: Include "serial.h".
2333         (gdbpy_event_fds): Change type to `struct serial *' a array from
2334         int array.
2335         (gdbpy_run_events): Change parameters.  Use serial_readchar in
2336         place of read.
2337         (gdbpy_post_event): Use serial_write in place of write.
2338         (gdbpy_initialize_events): Use serial_pipe instead of pipe, and
2339         serial_async in place of add_file_handler.
2340
2341 2010-08-20  Pedro Alves  <pedro@codesourcery.com>
2342
2343         * serial.h (gdb_pipe, serial_pipe): Declare.
2344         * serial.c (serial_interface_lookup): Take a const char pointer.
2345         (serial_fdopen): Rename to ...
2346         (serial_fdopen_ops): ... this.  Add an OPS parameter and use it.
2347         Call the OPS' fdopen function if there is one.
2348         (serial_fdopen): Rewrite as wrapper to serial_fdopen_ops.
2349         (serial_pipe): New.
2350         (struct serial_ops) <fdopen>: New field.
2351
2352         * ser-mingw.c (free_pipe_state):
2353         (free_pipe_state): Close output on non-pex pipes.
2354         (pipe_windows_fdopen): New.
2355         (gdb_pipe): New.
2356         (_initialize_ser_windows): Register pipe_windows_fdopen.
2357         * ser-go32.c (gdb_pipe): New.
2358         * ser-pipe.c (pipe_close): Close file descriptor even if there's
2359         no state pointer.
2360         (pipe_ops): Delete.
2361         (gdb_pipe): New.
2362
2363 2010-08-20  Keith Seitz  <keiths@redhat.com>
2364
2365         PR symtab/11465:
2366         * dwarf2read.c (struct delayed_method_info): New struct.
2367         (struct dwarf2_cu): Add vector method_list.
2368         (scan_partial_symbols): Count methods for union, class, structure,
2369         and interface types.
2370         (add_to_method_list): New function.
2371         (free_delayed_list): New function.
2372         (compute_delayed_physnames): New function.
2373         (process_full_comp_unit): Make a cleanup for the CU's delayed
2374         physname list, compute the delayed physnames, and free the
2375         the list.
2376         (dwarf2_add_member_fn): For C++ and Java, delay the computation
2377         of the physname until after the CU is read.
2378
2379         * dwarf2read.c (read_structure_type): Check if the current
2380         DIE's type was already completed after dwarf2_full_name
2381         was called.
2382
2383 2010-08-19  Stan Shebs  <stan@codesourcery.com>
2384
2385         * NEWS: Mention some additional changes.
2386
2387 2010-08-19  Tom Tromey  <tromey@redhat.com>
2388
2389         * Makefile.in (install-python): Add DESTDIR.
2390
2391 2010-08-19  Doug Evans  <dje@google.com>
2392
2393         PR exp/11926
2394         * parser-defs.h (parse_float, parse_c_float): Declare.
2395         * parse.c (parse_float, parse_c_float): New function.
2396         * c-exp.y (parse_number): Call parse_c_float.
2397         * objc-exp.y (parse_number): Ditto.
2398         * p-exp.y (parse_number): Ditto.  Use ANSI/ISO-style definition.
2399         * jv-exp.y (parse_number): Call parse_float, fix suffix handling.
2400
2401 2010-08-19  Joel Brobecker  <brobecker@adacore.com>
2402
2403         * psymtab.c (map_symbol_filenames_psymtab): Call FUN with
2404         the arguments in the correct order.
2405         * symtab.c (maybe_add_partial_symtab_filename): Declare
2406         the arguments in the correct order.
2407
2408 2010-08-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2409
2410         * varobj.c (varobj_create): Replace variable old_fi with old_id,
2411         initialize it by null_frame_id, wrap its usage by get_frame_id,
2412         frame_id_p and frame_find_by_id.
2413
2414 2010-08-18  Tom Tromey  <tromey@redhat.com>
2415
2416         PR python/11900:
2417         * configure: Rebuild.
2418         * configure.ac: Add install-python to CONFIG_INSTALL.
2419         * Makefile.in (install-python): New.
2420
2421 2010-08-18  Doug Evans  <dje@google.com>
2422
2423         * gdb_assert.h (gdb_assert_not_reached): New macro.
2424         (gdb_assert_fail): Fix typo in comment.
2425         * avr-tdep.c (avr_return_value): Use gdb_assert_not_reached instead of
2426         gdb_assert (0).
2427         * darwin-nat.c (darwin_check_new_threads): Ditto.
2428         * dwarf2read.c (dwarf2_get_section_info): Ditto.
2429         (munmap_section_buffer): Ditto.
2430         * m32c-tdep.c (make_types): Ditto.
2431         (m32c_decode_srcdest4, m32c_decode_sd23, m32c_frame_base): Ditto.
2432         * macroexp.c (get_character_constant): Ditto.
2433         (get_string_literal): Ditto.
2434         * mep-tdep.c (mep_pseudo_cr_size): Ditto.
2435         (mep_pseudo_cr_index, mep_register_type): Ditto.
2436         (mep_pseudo_register_read, mep_pseudo_register_write): Ditto.
2437         (mep_get_insn, mep_analyze_prologue): Ditto.
2438         * objfiles.c (qsort_cmp): Ditto.
2439         * prologue-value.c (pv_is_identical): Ditto.
2440         * record.c (record_get_loc): Ditto.
2441         * value.c (value_static_field): Ditto.
2442         * xtensa-tdep.c (call0_track_op): Ditto.
2443
2444 2010-08-18  Tom Tromey  <tromey@redhat.com>
2445
2446         PR symtab/11919:
2447         * gdbtypes.c (lookup_struct_elt_type): Clean up error emission.
2448         * parse.c (parse_field_expression): Use RETURN_MASK_ERROR.  Move
2449         name-copying lower.  Document exception behavior.
2450         * completer.c (expression_completer): Catch exceptions from
2451         parse_field_expression.
2452
2453 2010-08-18  Pedro Alves  <pedro@codesourcery.com>
2454
2455         PR corefile/8210
2456
2457         * linux-thread-db.c (add_thread_db_info): Skip glibc/BZ5983
2458         workaround on core files.
2459         (try_thread_db_load_1): Don't try enabling thread event reporting
2460         on core files.
2461         (thread_db_load): Allow thread_db on core files.
2462         (attach_thread): Don't check thread signals on core files, nor try
2463         really attaching to the thread, nor enabling thread event event
2464         reporting.
2465         (thread_db_detach): Don't try disabing thread event reporting or
2466         removing thread event breakpoints when debugging a core file.
2467         (find_new_threads_callback): Don't try enabling thread event
2468         reporting on core files.
2469         (thread_db_find_new_threads_2): Don't look for a stopped lwp when
2470         debugging a core file.
2471         (thread_db_find_new_threads): Don't update thread
2472         cores (processors) when debugging a core (dump).
2473
2474 2010-08-18  Pedro Alves  <pedro@codesourcery.com>
2475
2476         PR corefile/8210
2477
2478         * corelow.c (add_to_thread_list): Don't use
2479         gdbarch_core_reg_section_encodes_pid.  Use bfd_core_file_pid.
2480         (get_core_register_section): Don't use
2481         gdbarch_core_reg_section_encodes_pid.
2482
2483         * gdbarch.sh (core_reg_section_encodes_pid): Delete.
2484         * gdbarch.h, gdbarch.c: Regenerate.
2485         * amd64-sol2-tdep.c (amd64_sol2_init_abi): Don't set
2486         gdbarch_core_reg_section_encodes_pid.
2487         * i386-sol2-tdep.c (i386_sol2_init_abi): Ditto.
2488         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Ditto.
2489         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
2490
2491 2010-08-18  Yao Qi  <yao@codesourcery.com>
2492
2493         * MAINTAINERS : Add myself under Write After Approval.
2494
2495 2010-08-17  Tom Tromey  <tromey@redhat.com>
2496
2497         * NEWS: Mention template parameter support.
2498
2499 2010-08-17  Pedro Alves  <pedro@codesourcery.com>
2500
2501         PR breakpoints/11371
2502
2503         * breakpoint.c (decref_bp_location): Assert the reference count is
2504         sane.
2505
2506 2010-08-17  Pedro Alves  <pedro@codesourcery.com>
2507
2508         PR breakpoints/11371
2509
2510         * breakpoint.c (breakpoint_init_inferior): Decrement the
2511         location's reference count instead of deleting right away.
2512         (bpstat_free): Decrement the location's reference count.  Make
2513         static.
2514         (bpstat_copy): Increment the location's reference count.
2515         (bpstat_find_breakpoint): Adjust.
2516         (bpstat_num): Adjust.
2517         (print_it_typical): Adjust.  Use the breakpoint pointer in the
2518         bpstat instead of the location's owner.
2519         (bpstat_alloc): Remove const qualifier from the 'bl' parameter.
2520         Adjust to record the location's owner in the bpstat.
2521         (watchpoint_check): Use the breakpoint pointer in the bpstat
2522         instead of the location's owner.
2523         (bpstat_check_breakpoint_conditions): Don't handle
2524         bp_watchpoint_scope here.  Use the breakpoint pointer in the
2525         bpstat instead of the location's owner.
2526         (bpstat_stop_status): Defer inferior function calls to after
2527         building the bpstat list.  Handle bp_watchpoint_scope here.  Use
2528         the breakpoint pointer in the bpstat instead of the location's
2529         owner.
2530         (bpstat_what): Use the breakpoint pointer in the bpstat instead of
2531         the location's owner.
2532         (free_bp_location): Don't walk bpstats clearing locations.
2533         (incref_bp_location): New.
2534         (decref_bp_location): New.
2535         (breakpoint_auto_delete): Use the breakpoint pointer in the bpstat
2536         instead of the location's owner.
2537         (update_global_location_list): Clear the location's owner, and
2538         decrement the location's reference count instead of deleting it
2539         right away.
2540         (breakpoint_retire_moribund): Decrement the location's reference
2541         count instead of deleting it right away.
2542         (bpstat_remove_bp_location): Delete.
2543         (bpstat_remove_breakpoint): New.
2544         (bpstat_remove_bp_location_callback): Delete.
2545         (bpstat_remove_breakpoint_callback): New.
2546         (delete_breakpoint): Iterate over all threads' stop_bpstat's
2547         clearing references to the breakpoint that is being deleted.
2548
2549         * breakpoint.h (struct bp_location) <refc>: New field.
2550         <owner>: Update comments.
2551         (bpstat_free): Delete declaration.
2552         (struct bpstats): Change the type of the breakpoint_at field to
2553         struct breakpoint point, from struct bp_location pointer.  Add new
2554         field bp_location_at.
2555
2556 2010-08-16  Tom Tromey  <tromey@redhat.com>
2557
2558         * NEWS: Fix typo.
2559
2560 2010-08-16  Tom Tromey  <tromey@redhat.com>
2561
2562         * NEWS: Mention watch -location.
2563
2564 2010-08-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2565
2566         * breakpoint.c (update_watchpoint): Add source empty line.  Prefer
2567         EXP_STRING_REPARSE to EXP_STRING.
2568         (watch_command_1): Set also EXP_STRING_REPARSE.
2569         (delete_breakpoint): Free also EXP_STRING_REPARSE.
2570         * breakpoint.h (struct breakpoint): New field exp_string_reparse.
2571         Update comment for exp_string.
2572
2573 2010-08-16  Tom Tromey  <tromey@redhat.com>
2574
2575         * value.c (release_value): Clear 'next' pointer.
2576         * breakpoint.c (watch_command_1): Add 'just_location' argument.
2577         (watch_command_wrapper): Update.
2578         (watch_maybe_just_location): New function.
2579         (watch_command): Update.
2580         (rwatch_command_wrapper): Update.
2581         (rwatch_command): Update.
2582         (awatch_command_wrapper): Update.
2583         (awatch_command): Update.
2584         (check_for_argument): New function.
2585         (_initialize_breakpoint): Update help text.
2586
2587 2010-08-14  Ulrich Weigand  <uweigand@de.ibm.com>
2588
2589         * arm-tdep.c (arm_push_dummy_call): Handle pointers to
2590         typedef'ed function types correctly.
2591
2592 2010-08-13  Tom Tromey  <tromey@redhat.com>
2593
2594         * python/python-internal.h (gdbpy_get_hook_function): Don't
2595         declare.
2596
2597 2010-08-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2598
2599         * cli/cli-logging.c (logging_overwrite, logging_redirect): Make them
2600         static.
2601
2602 2010-08-13  Ken Werner  <ken.werner@de.ibm.com>
2603
2604         * python/python.c (gdbpy_solib_name): Remove the const qualifier of
2605         the format strings to be compatible with Python 2.4.
2606
2607 2010-08-13  Vladimir Prus  <vladimir@codesourcery.com>
2608
2609         Easier and more stubborn MI memory read commands.
2610
2611         * mi/mi-cmds.c (mi_cmds): Register data-read-memory-bytes
2612         and data-write-memory-bytes.
2613         * mi/mi-cmds.h (mi_cmd_data_read_memory_bytes)
2614         (mi_cmd_data_write_memory_bytes): New.
2615         * mi/mi-main.c (mi_cmd_data_read_memory): Use regular target_read.
2616         (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory_bytes):
2617         New.
2618         (mi_cmd_list_features): Add "data-read-memory-bytes" feature.
2619         * target.c (target_read_until_error): Remove.
2620         (read_whatever_is_readable, free_memory_read_result_vector)
2621         (read_memory_robust): New.
2622         * target.h (target_read_until_error): Remove.
2623         (struct memory_read_result, free_memory_read_result_vector)
2624         (read_memory_robust): New.
2625
2626 2010-08-13  Hui Zhu  <teawater@gmail.com>
2627
2628         * dwarf2read.c (load_partial_comp_unit): Initialize free_cu_cleanup.
2629         (read_comp_unit): Initialize back_to.
2630
2631 2010-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
2632             Pedro Alves  <pedro@codesourcery.com>
2633
2634         * dwarf2read.c: Include "c-lang.h" and "valprint.h".
2635         (struct dwarf2_per_objfile) <reading_partial_symbols>: New field.
2636         (struct partial_die_info) <has_template_arguments>: New field.
2637         <num_attrs>: Change type to unsigned char.
2638         <building_fullname>: New field.
2639         (dwarf2_build_psymtabs_hard): Set reading_partial_symbols.  Only
2640         allocate a CU if we don't have one already.  Add a cleanup for the
2641         CU.
2642         (partial_die_full_name): Handle template arguments not in
2643         DW_AT_name.
2644         (dwarf2_psymtab_to_symtab): Clear reading_partial_symbols.
2645         (load_full_comp_unit): Only allocate a CU if we don't have one
2646         already.
2647         (do_ui_file_peek_last): New.
2648         (dwarf2_compute_name): Handle template parameters not in
2649         DW_AT_name.
2650         (read_comp_unit): Read and free abbrevs if not read yet.
2651         (load_partial_dies): Handle template arguments not in DW_AT_name.
2652         (find_partial_die): If we have a CU, but no a partial dies yet,
2653         also read in the CU.
2654         (dwarf2_const_value_attr): New, abstracted out from
2655         dwarf2_const_value.
2656         (dwarf2_const_value, dwarf2_const_value_data): Adjust to use
2657         dwarf2_const_value_attr.
2658         (determine_prefix): Detect and break loops created by RCVT's debug
2659         info.
2660         (maybe_queue_comp_unit): Bail out early if reading partial
2661         symbols.
2662         (follow_die_offset): Load full CU if we have no dies.
2663         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Make public.
2664         * dwarf2loc.h (dwarf2_evaluate_loc_desc): Declare.
2665
2666 2010-08-11  Tom Tromey  <tromey@redhat.com>
2667             Phil Muldoon  <pmuldoon@redhat.com>
2668
2669         * python/python.c (gdbpy_run_events): New function.
2670         (gdbpy_post_event): Likewise.
2671         (gdbpy_initialize_events): Likewise.
2672         (_initialize_python): Call gdbpy_initialize_events.
2673
2674 2010-08-11  Ken Werner  <ken.werner@de.ibm.com>
2675
2676         * gdb/valarith.c (vector_binop): New function.
2677         (scalar_binop): Likewise.
2678         (value_binop): Call scalar_binop or vector_binop depending on the types.
2679         * gdb/eval.c (ptrmath_type_p): Return 0 in case of TYPE_VECTOR.
2680         (evaluate_subexp_with_coercion): Add vector check to not convert vectors
2681         to pointers.
2682         * gdb/value.c (coerce_array): Add vector check to not coerce vectors.
2683
2684 2010-08-11  Brad Roberts  <braddr@puremagic.com>
2685
2686         * d-lang.c (extract_identifiers): Handle multiple digits.
2687
2688 2010-08-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2689
2690         Code cleanup.
2691         * dummy-frame.c (dummy_frame_unwinder): Remove its static qualifier.
2692         Rename to dummy_frame_unwind.
2693         (dummy_frame_unwind): Remove.
2694         * dummy-frame.h (dummy_frame_unwind): Reference directly the struct.
2695         * frame-unwind.c (frame_unwind_init): Use address of
2696         dummy_frame_unwind and inline_frame_unwind.
2697         * frame.c (create_sentinel_frame): Use address of
2698         sentinel_frame_unwind.
2699         * inline-frame.c (inline_frame_unwinder): Rename to
2700         inline_frame_unwind.
2701         (inline_frame_unwind): Remove.
2702         * inline-frame.h (inline_frame_unwind): Reference directly the struct.
2703         * sentinel-frame.c (sentinel_frame_unwinder): Rename to
2704         sentinel_frame_unwind.
2705         (sentinel_frame_unwind): Remove.
2706         * sentinel-frame.h (sentinel_frame_unwind): Reference directly the
2707         struct.
2708
2709 2010-08-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2710
2711         Code cleanup.
2712         * frame-unwind.c (frame_unwind_find_by_frame): Remove the return type
2713         and returned value.  New comment from frame-unwind.h.
2714         * frame-unwind.h (frame_unwind_find_by_frame): Remove the return type.
2715         Extend the comment.
2716         * frame.c (get_frame_id, frame_unwind_register_value)
2717         (create_new_frame, get_prev_frame_1, frame_unwinder_is)
2718         (get_frame_type, frame_unwind_arch): Do not use the return value of
2719         frame_unwind_find_by_frame.
2720
2721 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
2722             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2723             Tom Tromey  <tromey@redhat.com>
2724
2725         * python/python.c (gdbpy_solib_address):  New function.
2726         (gdbpy_decode_line): Likewise.
2727
2728 2010-08-10  Tom Tromey  <tromey@redhat.com>
2729
2730         Revert gdb-add-index addition:
2731         * Makefile.in (install-only): Don't install gdb-add-index.
2732         * gdb-add-index.sh: Remove.
2733
2734 2010-08-09  Kevin Buettner  <kevinb@redhat.com>
2735
2736         * remote-sim.c (gdbsim_xfer_inferior_memory): Replace
2737         `target_has_execution' check with `to_has_memory' check.
2738         (gdbsim_has_all_memory, gdbsim_has_memory): New functions.
2739         (init_gdbsym_ops): Initialize relevant fields of `gdbsim_ops'
2740         with `gdbsim_has_all_memory' and `gdbsim_has_memory'.
2741
2742 2010-08-09  Kevin Buettner  <kevinb@redhat.com>
2743
2744         * remote-sim.c (program_loaded, gdbsim_desc, remote_sim_ptid)
2745         (resume_siggnal, resume_step): Move these static globals...
2746         (struct sim_inferior_data): ...into this new struct.
2747         (sim_inferior_data_key, next_pid, sim_argv, gdbsim_is_open):
2748         New static globals.
2749         (gdb_callback, callbacks_initialized): Move these globals to
2750         a point earlier in the file.
2751         (check_for_duplicate_sim_descriptor, get_sim_inferior_data)
2752         (get_sim_inferior_data_by_ptid, sim_inferior_data_cleanup)
2753         (gdbsim_close_inferior, gdbsim_resume_inferior)
2754         (gdbsim_stop_inferior): New functions.
2755         (SIM_INSTANCE_NOT_NEEDED, SIM_INSTANCE_NEEDED, INITIAL_PID):
2756         New constants.
2757         (gdbsim_fetch_register, gdbsim_store_register, gdbsim_load)
2758         (gdbsim_create_inferior, gdbsim_open, gdbsim_close, gdbsim_resume)
2759         (gdbsim_stop, gdbsim_cntrl_c, gdbsim_wait)
2760         (gdbsim_xfer_inferior_memory, gdbsim_files_info)
2761         (gdbsim_mourn_inferior, simulator_command, gdbsim_thread_alive,
2762         (gdbsim_pid_to_str): Invoke `get_sim_inferior_data' to set
2763         new local variable `sim_data' in each of these functions.  Use
2764         `sim_data' to reference former globals `program_loaded',
2765         `gdbsim_desc', `remote_sim_ptid', `resume_siggnal', and
2766         `resume_step'.
2767         (gdbsim_open): Remove local variable `argv'.  Put results of call
2768         to `gdb_buildargv' in `sim_argv' rather than in `argv'.  Don't
2769         make a cleanup for it.  Free it though when a sim instance cannot
2770         be obtained.
2771         (gdbsim_close): Free sim_argv and null it out as appropriate.
2772         Close sim instances in all inferiors.
2773         (gdbsim_cntrl_c): Stop all inferiors.
2774         (gdbsim_wait): 
2775         (_initialize_remote_sim): Initialize `sim_inferior_data_key'.
2776
2777 2010-08-09  Sami Wagiaalla  <swagiaal@redhat.com>
2778
2779         * dwarf2read.c (new_symbol): Add symbol to variable list at end of
2780         function after symbol construction is complete.
2781         Do the same for template symbol addition to template_symbols list.
2782
2783 2010-08-09  Sami Wagiaalla  <swagiaal@redhat.com>
2784
2785         * symtab.c (symbol_get_demangled_name): Remove assertion and
2786         return NULL when language_specific.cplus_specific is not initialized.
2787         * stabsread.c (define_symbol): Set the name before calling
2788         cp_scan_for_anonymous_namespaces.
2789
2790 2010-08-09  Sami Wagiaalla  <swagiaal@redhat.com>
2791
2792         * symtab.h: Renamed SYMBOL_INIT_LANGUAGE_SPECIFIC to
2793         SYMBOL_SET_LANGUAGE.
2794         (symbol_init_language_specific): Renamed to symbol_set_language.
2795         * symtab.c (symbol_init_language_specific): Removed redundant check
2796         for language_cplus.
2797         Renamed to symbol_set_language.
2798         * stabsread.c (define_symbol): Updated.
2799         (read_enum_type): Updated
2800         * psymtab.c (add_psymbol_to_bcache): Updated.
2801         * minsyms.c (install_minimal_symbols): Updated.
2802         * coffread.c (process_coff_symbol): SYMBOL_SET_LANGUAGE instead of
2803         SYMBOL_LANGUAGE to set the language.
2804         * minsyms.c (prim_record_minimal_symbol_full): Ditto.
2805         * mdebugread.c (new_symbol): Ditto.
2806         * cp-namespace.c (check_one_possible_namespace_symbol): Ditto.
2807         * dwarf2read.c (new_symbol_full): Ditto.
2808         * jv-lang.c (add_class_symbol): Ditto.
2809
2810 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2811
2812         * defs.h (make_cleanup_restore_uinteger, make_cleanup_restore_ui_file)
2813         (make_cleanup_restore_page_info)
2814         (set_batch_flag_and_make_cleanup_restore_page_info): New declarations.
2815         * gdbcmd.h (execute_command_to_string): New declaration.
2816         * python/python.c (struct restore_ui_file_closure, restore_ui_file)
2817         (make_cleanup_restore_ui_file): Move to utils.c
2818         (execute_gdb_command) <to_string>: Move ...
2819         * top.c (execute_command_to_string): ... here.  Call
2820         set_batch_flag_and_make_cleanup_restore_page_info.
2821         * utils.c (make_cleanup_restore_integer): New source file blank line.
2822         (make_cleanup_restore_uinteger): New.
2823         (struct restore_ui_file_closure, do_restore_ui_file)
2824         (make_cleanup_restore_ui_file): Move here from python/python.c.
2825         (init_page_info) <batch_flag>
2826         (do_restore_page_info_cleanup, make_cleanup_restore_page_info)
2827         (set_batch_flag_and_make_cleanup_restore_page_info): New.
2828
2829 2010-08-06  Maciej W. Rozycki  <macro@codesourcery.com>
2830
2831         * thread.c (add_thread_silent): Use null_ptid instead of
2832         minus_one_ptid while getting rid of stale inferior_ptid.
2833
2834 2010-08-06  Corinna Vinschen  <vinschen@redhat.com>
2835
2836         * dwarf2-frame.c (struct dwarf2_cie): Add ptr_size member.
2837         Throughout, call read_encoded_value with ptr_size rather than addr_size.
2838         (decode_frame_entry_1): Remove redundant setting of
2839         addr_size.  Call gdbarch_dwarf2_addr_size rather than gdbarch_ptr_bit
2840         to determine addr_size in Dwarf versions < 4.  Set ptr_size dependent
2841         on examined frame section.  Add comment to explain why.
2842         * gdbarch.sh (dwarf2_addr_size): Define as variable.  Add lengthy
2843         comment to explain usage.
2844         * gdbarch.c: Regenerate.
2845         * gdbarch.h: Regenerate.
2846
2847         * xstormy16-tdep.c (xstormy16_gdbarch_init): Set dwarf2_addr_size to 4.
2848
2849 2010-08-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2850
2851         Code cleanup.
2852         * varobj.c (varobj_create): Move variables fi, old_fi and block to
2853         a more inner block.
2854
2855 2010-08-05  Pedro Alves  <pedro@codesourcery.com>
2856
2857         * configure.tgt (alpha*-*-linux*, am33_2.0*-*-linux*, frv-*-*)
2858         (hppa*-*-linux*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
2859         (microblaze*-linux-*, mips*-*-linux*, sh*-*-linux*)
2860         (sparc-*-linux*, sparc64-*-linux*, xtensa*-*-linux*): Add
2861         linux-tdep.o to gdb_target_obs.
2862
2863 2010-08-05  Marc Khouzam  <marc.khouzam@ericsson.com>
2864
2865         * mi/mi-main.c (mi_cmd_remove_inferior): Properly access first
2866         argument.
2867
2868 2010-08-05  Hui Zhu  <teawater@gmail.com>
2869
2870         * mips-linux-tdep.c(regset.h): New include.
2871         (mips_supply_gregset_wrapper, mips_fill_gregset_wrapper,
2872         mips_supply_fpregset_wrapper, mips_fill_fpregset_wrapper,
2873         mips64_supply_gregset_wrapper, mips64_fill_gregset_wrapper,
2874         mips64_supply_fpregset_wrapper, mips64_fill_fpregset_wrapper,
2875         mips_linux_regset_from_core_section): New functions.
2876         (fetch_core_registers, regset_core_fns): Deleted.
2877         (mips_linux_init_abi): Add mips_linux_regset_from_core_section.
2878         Deleted regset_core_fns.
2879         * mips-tdep.c(mips_gdbarch_init): Initialize tdep->gregset,
2880         tdep->gregset64, tdep->fpregset and tdep->fpregset64.
2881         * mips-tdep.h(gdbarch_tdep): Add gregset, gregset64, fpregset
2882         and fpregset64.
2883
2884 2010-08-04  Pedro Alves  <pedro@codesourcery.com>
2885
2886         * s390-tdep.c: Include linux-tdep.h.
2887         (s390_gdbarch_init): Call linux_init_abi.
2888
2889 2010-08-04  Pedro Alves  <pedro@codesourcery.com>
2890
2891         * corelow.c (core_pid_to_str): Default to using normal_pid_to_str
2892         instead of printing "Thread" here.
2893         * linux-tdep.c: Include inferior.h.
2894         (linux_core_pid_to_str): New.
2895         (linux_init_abi): New.
2896         * linux-tdep.h (linux_init_abi): Declare.
2897         * alpha-linux-tdep.c: Include linux-tdep.h.
2898         (alpha_linux_init_abi): Call linux_init_abi.
2899         * amd64-linux-tdep.c (amd64_linux_init_abi): Call linux_init_abi.
2900         * arm-linux-tdep.c (arm_linux_init_abi): Call linux_init_abi.
2901         * frv-linux-tdep.c: Include linux-tdep.h
2902         (frv_linux_init_abi): Call linux_init_abi.
2903         * hppa-linux-tdep.c: Include linux-tdep.h
2904         (hppa_linux_init_abi): Call linux_init_abi.
2905         * i386-linux-tdep.c (i386_linux_init_abi): Call linux_init_abi.
2906         * ia64-linux-tdep.c: Include linux-tdep.h.
2907         (ia64_linux_init_abi): Call linux_init_abi.
2908         * m32r-linux-tdep.c: Include linux-tdep.h.
2909         (m32r_linux_init_abi): Call linux_init_abi.
2910         * m68klinux-tdep.c: Include linux-tdep.h.
2911         (m68k_linux_init_abi): Call linux_init_abi.
2912         * microblaze-linux-tdep.c: Include linux-tdep.h.
2913         (microblaze_linux_init_abi): Call linux_init_abi.
2914         * mips-linux-tdep.c: Include linux-tdep.h.
2915         (mips_linux_init_abi): Call linux_init_abi.
2916         * mn10300-linux-tdep.c: Include linux-tdep.h.
2917         (am33_linux_init_osabi): Call linux_init_abi.  Rename the
2918         'gdbinfo' parameter to 'info'.
2919         * ppc-linux-tdep.c: Include linux-tdep.h.
2920         (ppc_linux_init_abi): Call linux_init_abi.
2921         * sh-linux-tdep.c: Include linux-tdep.h.
2922         (sh_linux_init_abi): Call linux_init_abi.
2923         * sparc-linux-tdep.c: Include linux-tdep.h.
2924         (sparc32_linux_init_abi): Call linux_init_abi.
2925         * sparc64-linux-tdep.c: Include linux-tdep.h.
2926         (sparc64_linux_init_abi): Call linux_init_abi.
2927         * xtensa-linux-tdep.c: Include linux-tdep.h.
2928         (xtensa_linux_init_abi): Call linux_init_abi.
2929         * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): New.
2930         (i386_cygwin_init_abi): Install it as gdbarch_core_pid_to_str
2931         callback.
2932
2933 2010-08-03  Doug Evans  <dje@google.com>
2934
2935         * breakpoint.c (bpdisp_text): Constify bpdisps.
2936         * solib-svr4.c (solib_break_names): Constify.
2937         (bkpt_names, main_name_list): Constify.
2938         (match_main): Constify soname arg.
2939         (bfd_lookup_symbol): Remove unnecessary forward decl.
2940         Constify symname arg.
2941         (enable_break): Constify bkpt_namep.
2942         * symtab.c (search_symbols): Constify types, types2, types3, types4.
2943         (symtab_symbol_info): Constify classnames.
2944
2945 2010-08-03  Phil Muldoon  <pmuldoon@redhat.com>
2946
2947         * NEWS: Document Python value inferior function calls.
2948
2949 2010-08-02  Doug Evans  <dje@google.com>
2950
2951         * dwarf2read.c (dwarf_attr_name): Add DW_AT_GNU_odr_signature.
2952
2953 2010-07-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
2954
2955         * linux-thread-db.c (libthread_db_debug): New variable.
2956         (thread_db_find_new_threads_silently): Control verbosity with it.
2957         (try_thread_db_load_1, try_thread_db_load): Likewise.
2958         (find_new_threads_once): Likewise.
2959         (_initialize_thread_db): Set/show it.
2960
2961 2010-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
2962
2963         * common/signals.c (signals): Move the content to signals.def.
2964         Include it.  Remove the INDENT comments.
2965
2966 2010-07-30  Tom Tromey  <tromey@redhat.com>
2967
2968         * Makefile.in (install-only): Install gdb-add-index.
2969         * gdb-add-index.sh: New file.
2970
2971 2010-07-31  Renquan Cheng  <crq@gcc.gnu.org>
2972
2973         * MAINTAINERS: Add myself for write after approval privileges.
2974
2975 2010-07-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
2976
2977         * symfile.c (addr_section_name): New function.
2978         (addrs_section_compar): Use it.
2979         (addr_info_make_relative): Use it.  Move variable sect_name into a more
2980         inner block.  Make ".dynbss" and ".sdynbss" checks more strict.
2981
2982 2010-07-30  Tom Tromey  <tromey@redhat.com>
2983
2984         * configure: Rebuild.
2985         * configure.ac: Add missing case for Python 2.7.
2986
2987 2010-07-29  DJ Delorie  <dj@redhat.com>
2988
2989         * rx-tdep.c (rx_analyze_prologue): Don't require branches to have
2990         conditions.
2991
2992 2010-07-29  Pedro Alves  <pedro@codesourcery.com>
2993
2994         * PROBLEMS: Remove mention of all problems.
2995
2996 2010-07-28  Pedro Alves  <pedro@codesourcery.com>
2997
2998         PR build/11848
2999         * configure.ac: Check for wresize.
3000         * configure, config.in: Regenerate.
3001         * tui/tui-win.c (make_visible_with_new_height): Wrap wresize call
3002         with HAVE_WRESIZE.
3003
3004 2010-07-28  Tom Tromey  <tromey@redhat.com>
3005
3006         PR python/11060:
3007         * python/py-type.c (typy_legacy_template_argument): New function,
3008         extracted from typy_template_argument.
3009         (typy_template_argument): Use TYPE_TEMPLATE_ARGUMENT.  Return a
3010         value when needed.
3011
3012 2010-07-28  Oleg Nesterov  <oleg@redhat.com>
3013
3014         * remote.c (readchar): Call pop_target in case of SERIAL_ERROR.
3015
3016 2010-07-27  Tom Tromey  <tromey@redhat.com>
3017
3018         * dwarf2read.c (dwarf2_const_value_data): Never sign extend.
3019
3020 2010-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
3021
3022         * dwarf2read.c (read_subroutine_type): Improve THIS detection,
3023         handling DW_AT_object_pointer, and workaround GCC PR 43053.
3024
3025 2010-07-28  Tom Tromey  <tromey@redhat.com>
3026
3027         * Makefile.in (HFILES_NO_SRCDIR): Remove link-warning.h.
3028
3029 2010-07-28  Joel Brobecker  <brobecker@adacore.com>
3030
3031         * remote.c (remote_download_tracepoint): Add missing gettext markup.
3032         * tracepoint.c (parse_static_tracepoint_marker_definition): Likewise.
3033
3034 2010-07-28  Joel Brobecker  <brobecker@adacore.com>
3035
3036         * breakpoint.c (breakpoint_re_set_one): Move call to set_language
3037         down, just before the block that parse the breakpoint addr_string.
3038
3039 2010-07-28  Tom Tromey  <tromey@redhat.com>
3040
3041         PR c++/9946:
3042         * symfile.c (reread_symbols): Clear template_symbols.
3043         * symtab.h (struct symbol) <is_cplus_template_function>: New
3044         field.
3045         (SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION): New macro.
3046         (struct template_symbol): New.
3047         * symtab.c (lookup_symbol_aux_local): Use
3048         cp_lookup_symbol_imports_or_template.
3049         * objfiles.h (struct objfile) <template_symbols>: New field.
3050         * objfiles.c (relocate_one_symbol): New function.
3051         (objfile_relocate1): Use it.  Relocate isolated symbols.
3052         * gdbtypes.h (struct cplus_struct_type) <n_template_arguments,
3053         template_arguments>: New fields.
3054         (TYPE_N_TEMPLATE_ARGUMENTS): New macro.
3055         (TYPE_TEMPLATE_ARGUMENTS): Likewise.
3056         (TYPE_TEMPLATE_ARGUMENT): Likewise.
3057         (lookup_typename): Update.
3058         * gdbtypes.c (lookup_typename): Constify "block" argument.
3059         * dwarf2read.c: Include vec.h.
3060         (symbolp): New typedef.
3061         (read_func_scope): Read template arguments.  Allocate a
3062         template_symbol when needed.
3063         (read_structure_type): Read template arguments.
3064         (new_symbol_full): New function, from new_symbol.  Handle
3065         DW_TAG_template_type_param and DW_TAG_template_value_param.
3066         (new_symbol): Rewrite as wrapper.
3067         * cp-support.h (cp_lookup_symbol_imports_or_template): Declare.
3068         * cp-namespace.c: Include language.h.
3069         (search_symbol_list): New function.
3070         (cp_lookup_symbol_imports_or_template): Likewise.
3071
3072 2010-07-28  Balazs Kezes  <rlblaster@gmail.com>
3073
3074         * tui/tui-win.c (make_visible_with_new_height): Resize and move
3075         the command window to the new size and position.
3076
3077 2010-07-28  Balazs Kezes  <rlblaster@gmail.com>
3078
3079         * tui/tui-win.c (tui_resize_all): Update the locator's origin's
3080         coordinates.
3081
3082 2010-07-28  Balazs Kezes  <rlblaster@gmail.com>
3083
3084         * tui/tui-io.c (tui_handle_resize_during_io): Call tui_resize_all
3085         after a detecting a resize.
3086         * tui/tui-win.c (tui_resize_all): Remove tui_set_win_resized_to
3087         call.
3088
3089 2010-07-28  Pedro Alves  <pedro@codesourcery.com>
3090
3091         * configure.ac: Check for resize_term.
3092         * configure, config.in: Regenerate.
3093
3094 2010-07-27  Joel Brobecker  <brobecker@adacore.com>
3095
3096         * MAINTAINERS (Write After Approval): Reorder a couple of entries.
3097
3098 2010-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
3099
3100         * dwarf2read.c (read_string): Rename to ...
3101         (read_direct_string): ... this.
3102         (skip_one_die, read_attribute_value, dwarf_decode_line_header)
3103         (dwarf_decode_lines, dwarf_decode_macros): Adjust.
3104
3105 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3106
3107         * linux-nat.c (linux_nat_lp_status_is_event): New function.
3108         (count_events_callback, select_event_lwp_callback)
3109         (cancel_breakpoints_callback, linux_nat_wait_1): Use it.
3110
3111 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3112
3113         * ia64-linux-nat.c (ia64_linux_status_is_event): New function.
3114         (_initialize_ia64_linux_nat): Install it.
3115         * linux-nat.c (sigtrap_is_event, linux_nat_status_is_event)
3116         (linux_nat_set_status_is_event): New.
3117         (stop_wait_callback, count_events_callback, select_event_lwp_callback)
3118         cancel_breakpoints_callback, linux_nat_filter_event)
3119         (linux_nat_wait_1): Use linux_nat_status_is_event.
3120         * linux-nat.h (linux_nat_set_status_is_event): New prototype.
3121
3122 2010-07-27  Tom Tromey  <tromey@redhat.com>
3123
3124         * NEWS: Mention labels, .gdb_index.
3125
3126 2010-07-28  CHENG Renquan  <rqcheng@smu.edu.sg>
3127
3128         * cli/cli-cmds.c (disassemble_command): Add support of disassemble
3129         "start,+length" form of arguments.
3130         * NEWS: Add "Changed commands" (disassemble) section for "Changes
3131         since GDB 7.1"; and merge two separated paragraphs of disassemble
3132         description in "Changes in GDB 7.0".
3133
3134 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3135
3136         * top.c (input_from_terminal_p): Return 0 on BATCH_FLAG.
3137         * utils.c (defaulted_query): Do not explicitly check for BATCH_FLAG.
3138         (fputs_maybe_filtered): Do not do filtering also on
3139         ! INPUT_FROM_TERMINAL_P.
3140
3141 2010-07-27  Joel Brobecker  <brobecker@adacore.com>
3142
3143         * dwarf2read.c (dw2_find_pc_sect_symtab): Remove trailing newline
3144         in warning message.
3145
3146 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
3147
3148         * python/py-value.c (valpy_call): New Function.
3149
3150 2010-07-27  Ken Werner  <ken.werner@de.ibm.com>
3151
3152         * dwarf2read.c (dwarf2_read_index): Initialize the types_list and
3153         types_list_elements variables.
3154
3155 2010-07-26  Tom Tromey  <tromey@redhat.com>
3156
3157         * dwarf2loc.c (locexpr_describe_location_piece): Also recognize
3158         TLS with DW_OP_const4u or DW_OP_const8u.
3159
3160 2010-07-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3161
3162         * ppc-linux-nat.c (store_vsx_register): Use PTRACE_GETVSXREGS to get
3163         VSX registers contents.
3164
3165 2010-07-26  Jerome Guitton  <guitton@adacore.com>
3166
3167         * dwarf2read.c (add_partial_symbol): Do not add a global variable if
3168         its adress is null. Add comment to explain why.
3169         (new_symbol): Ditto.
3170
3171 2010-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3172
3173         * linux-nat.c (linux_nat_do_thread_registers): Convert STOP_SIGNAL to
3174         the host signal first.
3175
3176 2010-07-23  Tom Tromey  <tromey@redhat.com>
3177
3178         * dwarf2read.c (struct dwarf2_per_objfile) <n_type_comp_units,
3179         type_comp_units>: New fields.
3180         (dw2_get_cu): New function.
3181         (create_cus_from_index): Remove unused argument.
3182         (create_signatured_type_hash_from_index): New function.
3183         (create_addrmap_from_index): Update.
3184         (dwarf2_read_index): Handle version 2.
3185         (dw2_find_last_source_symtab, dw2_forget_cached_source_info)
3186         (dw2_lookup_symtab, dw2_do_expand_symtabs_matching)
3187         (dw2_print_stats, dw2_expand_all_symtabs)
3188         (dw2_expand_symtabs_with_filename, dw2_find_symbol_file)
3189         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Update.
3190         (dwarf2_initialize_objfile): Call create_debug_types_hash_table.
3191         (allocate_signatured_type_hash_table): New function.
3192         (add_signatured_type_cu_to_list): Likewise.
3193         (create_debug_types_hash_table): Use them.  Set type_comp_units.
3194         (read_signatured_type): Ensure section data is available.
3195         (add_address_entry): Don't record empty ranges.
3196         (struct signatured_type_index_data): New.
3197         (write_one_signatured_type): New function.
3198         (write_psymtabs_to_index): Write type CUs.
3199         (save_gdb_index_command): Update comment.
3200         (process_type_comp_unit): Move inititalization of
3201         from_debug_types...
3202         (create_debug_types_hash_table): ... here.
3203
3204 2010-07-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
3205
3206         * gdb_gcore.sh (tmpfile): Remove the variable, its initialization,
3207         cleanup and generating of gdb script to it.
3208         (gdb): Use redirection from /dev/null.  Use --nx.  Turn off pagination
3209         and terminal size.  Convert $tmpfile to a series of -ex-es.
3210
3211 2010-07-23  Keith Seitz  <keiths@redhat.com>
3212
3213         * symtab.c (basic_lookup_transparent_type): Call pre-expand
3214         hook for STATIC_BLOCK types, too.
3215
3216 2010-07-23  Keith Seitz  <keiths@redhat.com>
3217
3218         * dwarf2read.c: Remove unused typedef dwarf2_cu_per_cu_data_ptr
3219         and vector definition.
3220
3221 2010-07-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
3222
3223         * linux-nat.c (cancel_breakpoint): Remove unused forward declaration.
3224
3225 2010-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3226
3227         * dwarf2read.c: Include completer.h.
3228         (save_gdb_index_command): Use matching usage command name.
3229         (_initialize_dwarf2_read): New variable c, initialize it by add_cmd.
3230         Set filename_completer for it.
3231
3232 2010-07-22  Tom Tromey  <tromey@redhat.com>
3233
3234         * dwarf2read.c (create_debug_types_hash_table): Set objfile on
3235         type signature's per-CU data.
3236
3237 2010-07-22  Pedro Alves  <pedro@codesourcery.com>
3238
3239         * NEWS: Mention target reported shared libraries support by
3240         default.
3241
3242 2010-07-21  Pedro Alves  <pedro@codesourcery.com>
3243
3244         PR symtab/11827
3245
3246         Revert:
3247         2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
3248         * dwarf2read.c (process_die): Also allow DW_TAG_const_type
3249         and DW_TAG_volatile_type.
3250         (new_symbol): Likewise.
3251
3252 2010-07-21  Sami Wagiaalla  <swagiaal@redhat.com>
3253
3254         * eval.c (evaluate_subexp_standard): Disabled evaluation of C++
3255         function symbols before overload resolution.
3256
3257 2010-07-21  Pedro Alves  <pedro@codesourcery.com>
3258
3259         * breakpoint.c (bptype_string): New, abstracted out from
3260         print_one_breakpoint_location.
3261         (print_one_breakpoint_location): Adjust.
3262         (breakpoint_1): Adjust the type column width dynamically.
3263
3264 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3265
3266         * symfile.c (find_separate_debug_file_by_debuglink): Remove
3267         a gdb_assert call, new comment.
3268
3269 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3270
3271         * linux-nat.c (linux_handle_extended_wait): Handle case when
3272         event == PTRACE_EVENT_CLONE && stopping && WSTOPSIG (status) != SIGSTOP.
3273
3274 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3275
3276         Code cleanup.
3277         * linux-nat.c (linux_nat_wait_1): Reset STATUS after calling
3278         linux_nat_wait_1.  Use always LP->STATUS afterwards.
3279
3280 2010-07-20  Hui Zhu  <teawater@gmail.com>
3281
3282         * inf-ptrace.c (inf_ptrace_create_inferior): Initialize back_to.
3283         (inf_ptrace_attach): Ditto.
3284
3285 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3286
3287         Make core files the process_stratum.
3288         * corefile.c (core_target): New variable.
3289         (core_file_command): Remove variable t, use core_target.
3290         * corelow.c (core_ops): Make it static.
3291         (init_core_ops): Change to process_stratum.  Initialize CORE_TARGET.
3292         * defs.h (make_cleanup_unpush_target): New prototype.
3293         * gdbarch.h: Regenerate.
3294         * gdbarch.sh (core_pid_to_str): Remove core_stratum from its comment.
3295         * gdbcore.h (core_target): New declaration.
3296         * inf-ptrace.c (inf_ptrace_create_inferior, inf_ptrace_attach): New
3297         variables ops_already_pushed and back_to.  Use push_target,
3298         make_cleanup_unpush_target and discard_cleanups calls.
3299         * record.c (record_open): Replace core_stratum by a core_bfd check.
3300         * target.c (target_is_pushed): New function.
3301         (find_core_target): Remove.
3302         * target.h (enum strata) <core_stratum>: Remove.
3303         (target_is_pushed): New declaration.
3304         (find_core_target): Remove declaration.
3305         * tracepoint.c (init_tfile_ops) <to_stratum>: Remove comment.
3306         * utils.c (do_unpush_target, make_cleanup_unpush_target): New functions.
3307
3308 2010-07-19  Hui Zhu  <teawater@gmail.com>
3309
3310         * breakpoint.c (single_step_breakpoints_inserted): New
3311         function.
3312         * breakpoint.h (single_step_breakpoints_inserted): Extern.
3313         * infrun.c (maybe_software_singlestep): Add check code.
3314         * record.c (record_resume): Add code for software single step.
3315         (record_wait): Ditto.
3316
3317 2010-07-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3318
3319         * linux-nat.c (linux_handle_extended_wait): Move variable new_lp into
3320         a more inner block.  Remove its unused declaration initializer.
3321
3322 2010-07-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3323
3324         * NEWS: Mention support for the new ptrace interface and hardware
3325         accelerated watchpoint conditions on powerpc-linux.
3326
3327 2010-07-16  Ozkan Sezer  <sezeroz@gmail.com>
3328
3329         * target.c (debug_to_insert_breakpoint): Instead of casting to unsigned
3330         long and %ld, use core_addr_to_string() and %s to print CORE_ADDR vars
3331         and host_address_to_string() and %s for pointers.
3332         (debug_to_remove_breakpoint): Likewise.
3333         (debug_to_region_ok_for_hw_watchpoint): Likewise.
3334         (debug_to_can_accel_watchpoint_condition): Likewise.
3335         (debug_to_stopped_data_address): Likewise.
3336         (debug_to_watchpoint_addr_within_range): Likewise.
3337         (debug_to_insert_hw_breakpoint): Likewise.
3338         (debug_to_remove_hw_breakpoint): Likewise.
3339         (debug_to_insert_watchpoint): Likewise.
3340         (debug_to_remove_watchpoint): Likewise.
3341
3342 2010-07-16  Sami Wagiaalla  <swagiaal@redhat.com>
3343
3344         * symtab.h (symbol_set_demangled_name): Now takes an optional objfile*
3345         argument.
3346         (cplus_specific): New struct.
3347         * symtab.c (symbol_set_demangled_name): Updated.
3348         Use cplus_specific for cplus symbols.
3349         (symbol_get_demangled_name): Retrive the name from the cplus_specific
3350         struct for cplus symbols.
3351         (symbol_init_language_specific): Set cplus_specific for cplus symbols.
3352         (symbol_set_names): Pass objfile to symbol_set_demangled_name.
3353         * symtab.c (symbol_init_cplus_specific): New function.
3354
3355 2010-07-16  Sami Wagiaalla  <swagiaal@redhat.com>
3356
3357         * symtab.h (symbol_set_demangled_name): New function.
3358         (symbol_get_demangled_name): New function.
3359         * symtab.c (symbol_set_demangled_name): New function.
3360         (symbol_get_demangled_name): New function.
3361         (symbol_init_language_specific): Use demangled_name setter and getter.
3362         (symbol_set_names): Ditto.
3363         (symbol_natural_name): Ditto.
3364         (symbol_demangled_name): Ditto.
3365         * dwarf2read.c (new_symbol): Ditto.
3366
3367 2010-07-16  Sami Wagiaalla  <swagiaal@redhat.com>
3368
3369         * symtab.h: Renamed cplus_specific to mangled_lang.
3370         * symtab.c (symbol_init_language_specific): Updated.
3371         (symbol_set_names): Updated.
3372         (symbol_natural_name): Updated.
3373         (symbol_demangled_name): Updated.
3374         * ada-lang.c (ada_decode_symbol): Updated.
3375         * dwarf2read.c (new_symbol): Updated.
3376
3377 2010-07-14  Ken Werner  <ken.werner@de.ibm.com>
3378
3379         * valops.c (value_assign): Do not call to value_coerce_to_target.
3380         (value_must_coerce_to_target): Return 0 in case of TYPE_VECTOR.
3381
3382 2010-07-14  Ken Werner  <ken.werner@de.ibm.com>
3383
3384         * MAINTAINERS: Add myself for write after approval privileges.
3385
3386 2010-07-13  Emmanuel ThomĂ©  <Emmanuel.Thome@gmail.com>
3387
3388         * c-valprint.c (c_val_print): Add embedded_offset to address in
3389         call to val_print_array_elements.
3390
3391 2010-07-13  Tom Tromey  <tromey@redhat.com>
3392
3393         * dwarf2read.c (dwarf2_read_index): Correctly set 'total_size'.
3394
3395 2010-07-13  Tom Tromey  <tromey@redhat.com>
3396
3397         * dwarf2read.c (dwarf2_per_cu_text_offset): Fix reference to
3398         objfile.
3399
3400 2010-07-13  Tom Tromey  <tromey@redhat.com>
3401
3402         * symfile.c (set_initial_language): Update.
3403         (deduce_language_from_filename): Argument type now const.
3404         * symtab.h (find_main_filename): Update.
3405         (deduce_language_from_filename): Update.
3406         * symtab.c (find_main_filename): Make result const.
3407         * dwarf2read.c (dw2_find_symbol_file): Change return type.
3408         * psymtab.c (find_symbol_file_from_partial): Change return type.
3409         * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
3410         Make result const.
3411
3412 2010-07-13  Tom Tromey  <tromey@redhat.com>
3413
3414         * breakpoint.c (save_cmdlist): No longer static.
3415         * gdbcmd.h (save_cmdlist): Declare.
3416         * symfile.c (symbol_file_add_with_addrs_or_offsets): Set
3417         OBJF_READNOW on objfile if readnow_symbol_files.
3418         * elfread.c (elf_symfile_read): Use dwarf2_initialize_objfile.
3419         (elf_sym_fns_gdb_index): New global.
3420         * dwarf2read.c: Include exceptions.h.
3421         (offset_type): New.
3422         (struct mapped_index): New.
3423         (dwarf2_per_cu_data_ptr): New typedef.
3424         (struct dwarf2_per_objfile) <using_index, index_table, gdb_index>:
3425         New fields.
3426         (GDB_INDEX_SECTION): New define.
3427         (struct dwarf2_per_cu_quick_data): New.
3428         (struct dwarf2_per_cu_data) <objfile>: New field.
3429         <psymtab>: Removed.
3430         <v>: New field.
3431         (byte_swap): New function.
3432         (MAYBE_SWAP): New macro.
3433         (INDEX_SUFFIX): New macro.
3434         (dw2_do_instantiate_symtab): New function.
3435         (dw2_instantiate_symtab): Likewise.
3436         (create_cus_from_index): Likewise.
3437         (create_addrmap_from_index): Likewise.
3438         (mapped_index_string_hash): Likewise.
3439         (find_slot_in_mapped_hash): Likewise.
3440         (dwarf2_read_index): Likewise.
3441         (dw2_setup): Likewise.
3442         (dw2_require_line_header): Likewise.
3443         (dw2_require_full_path): Likewise.
3444         (dw2_find_last_source_symtab): Likewise.
3445         (dw2_forget_cached_source_info): Likewise.
3446         (dw2_lookup_symtab): Likewise.
3447         (dw2_lookup_symbol): Likewise.
3448         (dw2_do_expand_symtabs_matching): Likewise.
3449         (dw2_pre_expand_symtabs_matching): Likewise.
3450         (dw2_print_stats): Likewise.
3451         (dw2_dump): Likewise.
3452         (dw2_relocate): Likewise.
3453         (dw2_expand_symtabs_for_function): Likewise.
3454         (dw2_expand_all_symtabs): Likewise.
3455         (dw2_expand_symtabs_with_filename): Likewise.
3456         (dw2_find_symbol_file): Likewise.
3457         (dw2_map_ada_symtabs): Likewise.
3458         (dw2_expand_symtabs_matching): Likewise.
3459         (dw2_find_pc_sect_symtab): Likewise.
3460         (dw2_map_symbol_names): Likewise.
3461         (dw2_map_symbol_filenames): Likewise.
3462         (dw2_has_symbols): Likewise.
3463         (dwarf2_gdb_index_functions): New global.
3464         (dwarf2_initialize_objfile): New function.
3465         (process_psymtab_comp_unit): Update.
3466         (add_partial_subprogram): Likewise.
3467         (dwarf2_psymtab_to_symtab): Likewise.
3468         (psymtab_to_symtab_1): Use dw2_do_instantiate_symtab.
3469         (process_full_comp_unit): Update.
3470         (find_file_and_directory): New function.
3471         (read_file_scope): Use find_file_and_directory.
3472         (dwarf2_per_cu_objfile): Update.
3473         (dwarf2_per_cu_addr_size): Update.
3474         (dwarf2_per_cu_offset_size): Update.
3475         (dwarf2_free_objfile): Free the index, if needed.
3476         (dwarf2_per_objfile_free): Unmap the index, if needed.
3477         (struct strtab_entry): New.
3478         (hash_strtab_entry): New function.
3479         (eq_strtab_entry): Likewise.
3480         (create_strtab): Likewise.
3481         (add_string): Likewise.
3482         (struct symtab_index_entry): New.
3483         (struct mapped_symtab): New.
3484         (hash_symtab_entry): New function.
3485         (eq_symtab_entry): Likewise.
3486         (delete_symtab_entry): Likewise.
3487         (create_index_table): Likewise.
3488         (create_mapped_symtab): Likewise.
3489         (cleanup_mapped_symtab): Likewise.
3490         (find_slot): Likewise.
3491         (hash_expand): Likewise.
3492         (add_index_entry): Likewise.
3493         (add_indices_to_cpool): Likewise.
3494         (write_hash_table): Likewise.
3495         (add_address_entry): Likewise.
3496         (write_psymbols): Likewise.
3497         (write_obstack): Likewise.
3498         (unlink_if_set): Likewise.
3499         (write_psymtabs_to_index): Likewise.
3500         (save_gdb_index_command): Likewise.
3501         (_initialize_dwarf2_read): Install "save gdb-index"
3502         command.
3503         (create_all_comp_units): Initialize 'objfile' field of CU.
3504         (dwarf2_locate_sections): Check for .gdb_index.
3505         * psymtab.h (dwarf2_gdb_index_functions): Declare.
3506         * symfile.h (dwarf2_initialize_objfile): Declare.
3507
3508 2010-07-13  Tom Tromey  <tromey@redhat.com>
3509
3510         * symtab.c (lookup_symbol_aux_symtabs): Call pre-expand hook.
3511         (basic_lookup_transparent_type): Likewise.
3512         * symfile.h (struct quick_symbol_functions)
3513         <pre_expand_symtabs_matching>: New field.
3514         * psymtab.c (pre_expand_symtabs_matching_psymtabs): New function.
3515         (psym_functions): Update.
3516
3517 2010-07-13  Tom Tromey  <tromey@redhat.com>
3518
3519         PR breakpoints/8357:
3520         * symtab.h (domain_enum_tag) <LABEL_DOMAIN>: Update comment.
3521         * linespec.c (decode_line_1): Update comment.  Call decode_label.
3522         (decode_label): New function.
3523         (symbol_found): Handle LOC_LABEL.
3524         * dwarf2read.c (new_symbol) <DW_TAG_label>: Set symbol's type and
3525         domain.  Call add_symbol_to_list.
3526
3527 2010-07-13  Tom Tromey  <tromey@redhat.com>
3528
3529         * dwarf2loc.h (dwarf2_per_cu_text_offset): Declare.
3530         * dwarf2loc.c (find_location_expression): Use
3531         dwarf2_per_cu_text_offset.
3532         (dwarf2_evaluate_loc_desc): Likewise.
3533         (dwarf2_loc_desc_needs_frame): Likewise.
3534         (compile_dwarf_to_ax): Likewise.
3535         (loclist_describe_location): Likewise.
3536         * dwarf2read.c (dwarf2_per_cu_text_offset): New function.
3537         (dwarf2_per_cu_objfile): Update comment.
3538
3539 2010-07-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3540
3541         * dwarf2read.c (read_subrange_type): Call read_subrange_type.
3542         * p-lang.c (pascal_printstr): Likewise.
3543
3544 2010-07-09  Tom Tromey  <tromey@redhat.com>
3545
3546         * python/py-prettyprint.c (gdbpy_get_display_hint): Don't use
3547         'hint' if it is NULL.
3548
3549 2010-07-09  Hui Zhu  <teawater@gmail.com>
3550
3551         * source.c (print_source_lines_base): Add check for noprint.
3552
3553 2010-07-08  Joel Brobecker  <brobecker@adacore.com>
3554
3555         * python/python-config.py: Resync with Python 2.7 version of this
3556         script.
3557
3558 2010-07-08  Joel Brobecker  <brobecker@adacore.com>
3559
3560         * NEWS: Fix typo in section name (s/GDB 7.1/GDB 7.2).
3561
3562 2010-07-07  Joel Brobecker  <brobecker@adacore.com>
3563
3564         * NEWS: Create a new section for the next release branch.
3565         Rename the section of the current branch, now that it has
3566         been cut.
3567
3568 2010-07-07  Joel Brobecker  <brobecker@adacore.com>
3569
3570         GDB 7.2 branch created (branch timestamp: 2010-07-07 17:00 UTC)
3571         * version.in: Bump version to 7.2.50.20100707-cvs.
3572
3573 2010-07-07  Tom Tromey  <tromey@redhat.com>
3574
3575         * dwarf2read.c (dwarf2_const_value) <DW_form_addr>: Create a
3576         LOC_COMPUTED symbol.
3577         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Set new field.
3578         (dwarf2_loc_desc_needs_frame): Likewise.
3579         (compile_dwarf_to_ax) <DW_OP_addr>: Use offset.
3580         * dwarf2expr.h (struct dwarf_expr_context) <offset>: New field.
3581         * dwarf2expr.c (execute_stack_op) <DW_OP_addr>: Use offset.
3582         * dwarf2-frame.c (execute_stack_op): Set 'offset' field.  Add
3583         'offset' argument.
3584         (struct dwarf2_frame_cache) <text_offset>: New field.
3585         (dwarf2_frame_cache): Set new field.
3586         (dwarf2_frame_prev_register): Update.
3587         (dwarf2_frame_sniffer): Update.
3588         (dwarf2_frame_base_sniffer): Update.
3589         (dwarf2_frame_find_fde): Add 'out_offset' argument.
3590
3591 2010-07-07  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3592             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3593
3594         Support for hw accelerated condition watchpoints in booke powerpc.
3595
3596         * breakpoint.c (fetch_watchpoint_value): Rename to fetch_subexp_value
3597         and move to eval.c.  Change callers.
3598         (insert_bp_location): Pass watchpoint condition in
3599         target_insert_watchpoint.
3600         (remove_breakpoint_1) Pass watchpoint condition in
3601         target_remove_watchpoint.
3602         (watchpoint_locations_match): Call
3603         target_can_accel_watchpoint_condition.
3604         * eval.c: Include wrapper.h.
3605         (fetch_subexp_value): Moved from breakpoint.c.
3606         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint):
3607         Formatting fix.
3608         (can_use_watchpoint_cond_accel): New function.
3609         (calculate_dvc): Likewise.
3610         (num_memory_accesses): Likewise.
3611         (check_condition): Likewise.
3612         (ppc_linux_can_accel_watchpoint_condition): Likewise
3613         (ppc_linux_insert_watchpoint): Call can_use_watchpoint_cond_accel,
3614         check_condition and calculate_dvc.
3615         (ppc_linux_remove_watchpoint): Likewise.
3616         (_initialize_ppc_linux_nat): Set to_can_accel_watchpoint_condition to
3617         ppc_linux_can_accel_watchpoint_condition
3618         * target.c (debug_to_insert_watchpoint): Add argument for watchpoint
3619         condition.
3620         (debug_to_remove_watchpoint): Likewise.
3621         (debug_to_can_accel_watchpoint_condition): New function.
3622         (update_current_target): Set to_can_accel_watchpoint_condition.
3623         (setup_target_debug): Set to_can_accel_watchpoint_condition.
3624         * target.h: Add opaque declaration for struct expression.
3625         (struct target_ops) <to_insert_watchpoint>,
3626         <to_remove_watchpoint>: Add new arguments to pass the watchpoint
3627         <to_can_accel_watchpoint_condition>: New member.
3628         condition.  Update all callers and implementations.
3629         (target_can_accel_watchpoint_condition): New macro.
3630         * value.c (free_value_chain): New function.
3631         * value.h (fetch_subexp_value): New prototype.
3632         (free_value_chain): Likewise.
3633
3634 2010-07-07  Ulrich Weigand  <uweigand@de.ibm.com>
3635
3636         * linux-nat.c (linux_nat_do_thread_registers): Use section size
3637         from gdbarch_core_regset_sections also for .reg if present.
3638
3639         * amd64-linux-tdep.c (amd64_linux_regset_sections): Fix incorrect
3640         section size for .reg.
3641         * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
3642         (ppc_linux_vmx_regset_sections): Likewise.
3643         (ppc_linux_fp_regset_sections): Likewise.
3644         (ppc64_linux_vsx_regset_sections): New variable.
3645         (ppc64_linux_vmx_regset_sections): Likewise.
3646         (ppc64_linux_fp_regset_sections): Likewise.
3647         (ppc_linux_init_abi): Install core_regset_section lists appropriate
3648         for current word size.
3649
3650 2010-07-06  Joel Brobecker  <brobecker@adacore.com>
3651
3652         * server.c (myresume): Make static.
3653
3654 2010-07-06  Tom Tromey  <tromey@redhat.com>
3655
3656         * configure, config.in: Rebuild.
3657         * configure.ac (HAVE_LIBPYTHON2_7): New define.
3658         * python/python-internal.h: Handle HAVE_LIBPYTHON2_7.
3659
3660 2010-07-06  Andreas Schwab  <schwab@linux-m68k.org>
3661
3662         * breakpoint.c (_initialize_breakpoint): Add "cl" as alias for
3663         "clear".
3664
3665 2010-07-06  Ken Werner  <ken.werner@de.ibm.com>
3666
3667         * gdbtypes.h (floatformats_ieee_half): Add declaration.
3668         * gdbtypes.c (floatformats_ieee_half): New variable.
3669         * doublest.c (floatformat_from_length): Set format to
3670         gdbarch_half_format if length matches.
3671         * gdbarch.sh (half_bit): New architecture method.
3672         (half_format): Likewise.
3673         * gdbarch.h: Regenerate.
3674         * gdbarch.c: Likewise.
3675
3676 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3677             Joel Brobecker  <brobecker@adacore.com>
3678
3679         Fix re-run of PIE executable, PR shlibs/11776.
3680         * solib-svr4.c (svr4_relocate_main_executable) <symfile_objfile>: Remove
3681         the part of pre-set SYMFILE_OBJFILE->SECTION_OFFSETS.
3682
3683 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3684             Joel Brobecker  <brobecker@adacore.com>
3685
3686         * auxv.c (memory_xfer_auxv): Update attach comment.
3687         * solib-svr4.c (svr4_special_symbol_handling): Remove the call to
3688         svr4_relocate_main_executable.
3689         (svr4_solib_create_inferior_hook): Make the call to
3690         svr4_relocate_main_executable unconditional.
3691
3692 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3693             Joel Brobecker  <brobecker@adacore.com>
3694
3695         * auxv.c (ld_so_xfer_auxv): Do not error on failed read of data_address.
3696
3697 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3698             Joel Brobecker  <brobecker@adacore.com>
3699
3700         Fix attaching to PIEs prelinked on the disk after the process was
3701         started.
3702         * solib-svr4.c (svr4_exec_displacement): New variable arch_size.
3703         Verify it against bfd_get_arch_size.  Try to match arbitrary
3704         displacement for the phdrs comparison.
3705
3706 2010-07-02  Tom Tromey  <tromey@redhat.com>
3707
3708         PR exp/11780:
3709         * libunwind-frame.c (libunwind_frame_prev_register): Don't set
3710         value as optimized-out.
3711
3712 2010-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
3713             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3714
3715         * breakpoint.c (can_use_hardware_watchpoint): Answer "what does this
3716         represent?" question in comment.  Change comment to a proper sentence.
3717
3718 2010-07-02  Ken Werner  <ken.werner@de.ibm.com>
3719
3720         * c-valprint.c (c_val_print): Fix printing of character vectors.
3721
3722 2010-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3723
3724         * spu-tdep.c (spu_catch_start): Adjust the caller of changed
3725         create_breakpoint prototype.
3726
3727 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3728
3729         * breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
3730         usefulness suggestion of multiple breakpoints at same location.
3731
3732 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3733
3734         * breakpoint.c (BREAK_ARGS_HELP): Add missing `the'.
3735
3736 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3737
3738         * dwarf2loc.c (locexpr_tracepoint_var_ref)
3739         (loclist_tracepoint_var_ref): Handle optimized out values.
3740
3741 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3742
3743         * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
3744         unnecessary space in string.
3745         * filesystem.c (_initialize_filesystem): Ditto.
3746         * frame.c (_initialize_frame): Ditto.
3747         * infcmd.c (step_once): Ditto.
3748         * infrun.c (_initialize_infrun): Ditto.
3749         * linux-nat.c (linux_child_follow_fork): Ditto.
3750         * maint.c (maintenance_deprecate): Ditto.
3751         * memattr.c (_initialize_mem): Ditto.
3752         * mips-tdep.c (_initialize_mips_tdep): Ditto.
3753         * monitor.c (monitor_open): Ditto.
3754         * procfs.c (procfs_xfer_memory): Ditto.
3755         * reverse.c (bookmarks_info): Ditto.
3756         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto.
3757         * stack.c (_initialize_stack): Ditto.
3758         * tracepoint.c (_initialize_tracepoint): Ditto.
3759         * xtensa-tdep.c (xtensa_supply_gregset,
3760         xtensa_regset_from_core_section): Ditto.
3761
3762 2010-07-01  Tom Tromey  <tromey@redhat.com>
3763
3764         * value.h (struct lval_funcs) <check_any_valid>: Rename from
3765         check_all_valid.
3766         * value.c (value_entirely_optimized_out): Invert result.  Update
3767         for new function name.
3768
3769 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3770
3771         Static tracepoints support.
3772
3773         * NEWS: Mention new support for static tracepoints.
3774         (New packets): Mention qTfSTM, qTsSTM, qTSTMat and
3775         qXfer:statictrace:read.
3776         (New features in the GDB remote stub, GDBserver): Mention static
3777         tracepoints support using an UST based backend.
3778         (New commands): Mention "info static-tracepoint-markers" and
3779         "strace".
3780         * breakpoint.c (is_marker_spec): New.
3781         (is_tracepoint): Handle static tracepoints.
3782         (validate_commands_for_breakpoint): Static tracepoints can't do
3783         while-stepping.
3784         (static_tracepoints_here): New.
3785         (bpstat_what): Handle static tracepoints.
3786         (print_one_breakpoint_location, allocate_bp_location, mention):
3787         Ditto.
3788         (create_breakpoint_sal): Ditto.
3789         (decode_static_tracepoint_spec): New.
3790         (create_breakpoint): Replace `hardwareflag', and `traceflag' with
3791         `type_wanted'.  Adjust.  Handle static tracepoint marker
3792         locations.
3793         (break_command_1): Adjust.
3794         (update_static_tracepoint): New.
3795         (update_breakpoint_locations): Handle static tracepoints.
3796         (breakpoint_re_set_one): Handle static tracepoint marker
3797         locations.
3798         (disable_command, enable_command): Handle static tracepoints.
3799         (trace_command, ftrace_command): Adjust.
3800         (strace_command): New.
3801         (create_tracepoint_from_upload): Adjust.
3802         (save_breakpoints): Handle static tracepoints.
3803         (_initialize_breakpoint): Install the "strace" command.
3804         * breakpoint.h (enum bptype): New bp_static_tracepoint type.
3805         (struct breakpoint): New fields static_trace_marker_id and
3806         static_trace_marker_id_idx.
3807         (breakpoints_here_p): Declare.
3808         (create_breakpoint): Adjust.
3809         (static_tracepoints_here): Declare.
3810         * remote.c (struct remote_state) <static_tracepoints>: New field.
3811         (PACKET_qXfer_statictrace_read, PACKET_StaticTracepoints): New.
3812         (remote_static_tracepoint_marker_at): New.
3813         (remote_static_tracepoint_markers_by_strid): New.
3814         (remote_static_tracepoint_feature): New.
3815         (remote_disconnected_tracing_feature): Handle "StaticTracepoints".
3816         (remote_xfer_partial): Handle TARGET_OBJECT_STATIC_TRACE_DATA.
3817         (remote_supports_static_tracepoints): New.
3818         (remote_download_tracepoint): Download static tracepoints.
3819         (init_remote_ops): Install remote_static_tracepoint_marker_at and
3820         remote_static_tracepoint_markers_by_strid.
3821         (_initialize_remote): Install set|show remote static-tracepoints,
3822         and set|show remote read-sdata-object commands.
3823         * target.c (update_current_target): Inherit and default
3824         to_static_tracepoint_marker_at, and
3825         to_static_tracepoint_markers_by_strid.
3826         * target.h (static_tracepoint_marker): Forward declare.
3827         (enum target_object): New object TARGET_OBJECT_STATIC_TRACE_DATA.
3828         (static_tracepoint_marker_p): New typedef.
3829         (DEF_VEC_P(static_tracepoint_marker_p)): New VEC type.
3830         (struct target_ops): New fields to_static_tracepoint_marker_at and
3831         to_static_tracepoint_markers_by_strid.
3832         (target_static_tracepoint_marker_at)
3833         (target_static_tracepoint_markers_by_strid): New.
3834         * tracepoint.c: Include source.h.
3835         (validate_actionline): Handle $_sdata.
3836         (struct collection_list): New field strace_data.
3837         (add_static_trace_data): New.
3838         (clear_collection_list): Clear strace_data.
3839         (stringify_collection_list): Account for a possible static trace
3840         data collection.
3841         (encode_actions_1): Encode an $_sdata collection.
3842         (parse_tracepoint_definition): Handle static tracepoints.
3843         (parse_static_tracepoint_marker_definition): New.
3844         (release_static_tracepoint_marker): New.
3845         (print_one_static_tracepoint_marker): New.
3846         (info_static_tracepoint_markers_command): New.
3847         (sdata_make_value): New.
3848         (_initialize_tracepoint): Create the $_sdata convenience variable.
3849         Add the "info static-tracepoint-markers" command.
3850         Mention $_sdata in the "collect" command's help output.
3851         * tracepoint.h (struct static_tracepoint_marker): New.
3852         (parse_static_tracepoint_marker_definition)
3853         (release_static_tracepoint_marker): Declare.
3854         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
3855         * python/py-breakpoint.c (bppy_new): Adjust.
3856
3857 2010-06-30  Joel Brobecker  <brobecker@adacore.com>
3858
3859         * python/python-internal.h (_XOPEN_SOURCE): Undefine before
3860         including Python.h.
3861
3862 2010-06-29  Doug Evans  <dje@google.com>
3863
3864         PR gdb/11702
3865         * dwarf2read.c (dwarf2_add_field): Only create a symbol if
3866         DW_AT_external is present.
3867
3868         PR gdb/11702
3869         * NEWS: Add entry.
3870         * dwarf2read.c (dwarf2_add_field): If DW_AT_const_value is present,
3871         create a symbol for the field and record the value.
3872         (new_symbol): Handle DW_TAG_member.
3873         * gdbtypes.c (field_is_static): Remove FIXME.
3874         * symtab.c (search_symbols): When searching for VARIABLES_DOMAIN,
3875         only ignore LOC_CONST symbols that are enums.
3876
3877         * dwarf2read.c: Remove trailing whitespace.
3878
3879         Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.
3880         * gdbtypes.h (enum field_loc_kind): Delete FIELD_LOC_KIND_DWARF_BLOCK.
3881         (struct main_type, field loc): Delete dwarf_block.
3882         (FIELD_DWARF_BLOCK): Delete.
3883         (SET_FIELD_DWARF_BLOCK): Delete.
3884         (TYPE_FIELD_DWARF_BLOCK): Delete.
3885         * gdb-gdb.py (StructMainTypePrettyPrinter.struct_field_location_img):
3886         Update.
3887
3888 2010-06-29  Hui Zhu  <teawater@gmail.com>
3889
3890         * record.c (set_record_pic_cmdlist,
3891         show_record_pic_cmdlist): New variables.
3892         (set_record_pic_command,
3893         show_record_pic_command): New functions.
3894         (record_pic_function, record_pic_line, record_pic_enum,
3895         set_record_pic_type, record_pic_hide_nofunction,
3896         record_pic_hide_nosource, record_pic_hide_same): New variables.
3897         (record_pic_fputs): New function.
3898         (function_list, node_list, edge_list): New struct.
3899         (function_list, node_list, edge_list): New variables.
3900         (record_pic_cleanups, record_pic_node,
3901         record_pic_edge, cmd_record_pic): New functions.
3902         (_initialize_record): Add new commands for record pic.
3903
3904 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3905
3906         * dwarf2read.c (read_structure_type) <fi.typedef_field_list>: Call
3907         ALLOCATE_CPLUS_STRUCT_TYPE.
3908
3909 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
3910             Tom Tromey  <tromey@redhat.com>
3911             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3912
3913         * value.c (pack_unsigned_long): New function.
3914         (value_from_ulongest): New function.
3915         * value.h (value_from_ulongest): Declare.
3916         * python/python.c (_initialize_python): Call
3917         gdbpy_initialize_thread and gdbpy_initialize_inferior.
3918         * python/python-internal.h: Define thread_object.
3919         (gdbpy_inferiors, gdbpy_selected_thread)
3920         (frame_info_to_frame_object, create_thread_object)
3921         (find_thread_object, find_inferior_object)
3922         (gdbpy_initialize_thread, gdbpy_initialize_inferiors)
3923         (gdbpy_is_value_object, get_addr_from_python): Declare.
3924         * python/py-value.c (builtin_type_upylong): Define.
3925         (convert_value_from_python): Add logic for ulongest.
3926         (gdbpy_is_value_object): New function.
3927         * python/py-utils.c (get_addr_from_python): New function.
3928         * python/py-frame.c (frame_info_to_frame_object): Return a PyObject.
3929         (gdbpy_selected_frame): Use PyObject over frame_info.
3930         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-inferior and
3931         py-infthread.
3932         (SUBDIR_PYTHON_SRCS): Likewise.
3933         (py-inferior.o): New Rule.
3934         (py-infthread.o): New Rule.
3935         * python/py-inferior.c: New File.
3936         * python/py-infthread.c: New File.
3937
3938 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3939
3940         * c-typeprint.c (c_type_print_base): For no fields check include also
3941         TYPE_TYPEDEF_FIELD_COUNT.  Print new typedefs section.
3942         * dwarf2read.c (struct typedef_field_list)
3943         (struct field_info) <typedef_field_list, typedef_field_list_count>: New.
3944         (dwarf2_add_typedef): New.
3945         (read_structure_type): Call dwarf2_add_typedef for DW_TAG_typedef.
3946         Copy also FI.TYPEDEF_FIELD_LIST.
3947         * gdbtypes.h (struct typedef_field)
3948         (struct cplus_struct_type) <typedef_field, typedef_field_count>
3949         (TYPE_TYPEDEF_FIELD_ARRAY, TYPE_TYPEDEF_FIELD, TYPE_TYPEDEF_FIELD_NAME)
3950         (TYPE_TYPEDEF_FIELD_TYPE, TYPE_TYPEDEF_FIELD_COUNT): New.
3951
3952 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3953
3954         * cp-namespace.c (cp_lookup_nested_type): New variable
3955         concatenated_name.  Turn the current return condition into a reverse
3956         one.  Call also lookup_static_symbol_aux on the constructed qualified
3957         name.
3958         * symtab.c (lookup_symbol_aux): Move variable objfile and searching in
3959         other files into a called ...
3960         (lookup_static_symbol_aux): ... new function here.
3961         * symtab.h (lookup_static_symbol_aux): New prototype.
3962         * valops.c (value_maybe_namespace_elt): Call also
3963         lookup_static_symbol_aux if we failed otherwise.
3964
3965 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3966
3967         Fix PR c++/11703 and PR gdb/1448.
3968         * c-exp.y (yylex) <last_was_coloncolon && first_was_coloncolon>: Add
3969         FIRST_ITER check.
3970
3971 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3972
3973         Fix modification of cplus_struct_default.
3974         * dwarf2read.c (dwarf2_add_member_fn) <no DW_AT_vtable_elem_location>:
3975         Call ALLOCATE_CPLUS_STRUCT_TYPE.
3976         * gdbtypes.c (cplus_struct_default): New empty initializer, comment it.
3977
3978 2010-06-28  Joel Brobecker  <brobecker@adacore.com>
3979
3980         * NEWS: Add entry announcing the python directory.
3981
3982 2010-06-28  Tom Tromey  <tromey@redhat.com>
3983
3984         * dwarf2read.c (read_structure_type): Allocate null cleanup later.
3985
3986 2010-06-28  Doug Evans  <dje@google.com>
3987
3988         * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
3989         All callers updated.
3990
3991 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3992
3993         * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
3994         obstack_begin after each obstack_free.
3995
3996 2010-06-27  Doug Evans  <dje@google.com>
3997
3998         * value.c (value_static_field): Use `switch' instead of `if'.
3999         Assert-fail if passed invalid TYPE_FIELD_LOC_KIND.
4000
4001         * valops.c (search_struct_field): Fix typo in error message.
4002
4003 2010-06-26  Ulrich Weigand  <uweigand@de.ibm.com>
4004
4005         * dwarf2expr.c (execute_stack_op): Place preprocessor
4006         directives at the start of the source line.
4007
4008 2010-06-25  Paul Hilfinger  <hilfinger@adacore.com>
4009
4010         * defs.h (make_command_stats_cleanup): Declare.
4011         (set_display_time): Declare.
4012         (set_display_space): Declare.
4013         * event-top.c (command_handler): Use make_command_stats_cleanup.
4014         * main.c (display_time, display_space): Move definitions to utils.c.
4015         (captured_main): Use make_command_stats_cleanup to get start-up
4016         statistics.
4017         Use set_display_time and set_display_space for processing OPT_STATISTICS
4018         case.
4019         * maint.c (maintenance_time_display): Use set_display_time.
4020         (maintenance_space_display): Use set_display_space.
4021         * top.c (execute_command): Remove obsolete 'maint time' code.
4022         (command_loop): Use make_command_stats_cleanup.
4023         * utils.c (struct cmd_stats): Structure for storing initial time
4024         and space usage.
4025         (display_time, display_space): Move definitions here from utils.c.
4026         (set_display_time): New function.
4027         (set_display_space): New function.
4028         (make_command_stats_cleanup): New function.
4029         (report_command_stats): New auxiliary function for
4030         make_command_stats_cleanup.
4031
4032 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
4033
4034         * solib-spu.c (append_ocl_sos): Fix xsnprintf statement for
4035         hosts where CORE_ADDR is long long.
4036
4037 2010-06-25  Tom Tromey  <tromey@redhat.com>
4038
4039         PR python/10808:
4040         * python/python.c (execute_gdb_command): Add keywords.  Accept
4041         "to_string" argument.
4042         (struct restore_ui_file_closure): New.
4043         (restore_ui_file): New function.
4044         (make_cleanup_restore_ui_file): Likewise.
4045         (GdbMethods) <execute>: Update.
4046
4047 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
4048
4049         * s390-tdep.c (s390_push_dummy_call): Error on stack overflow
4050         during inferior call stack frame setup.
4051
4052 2010-06-25  Ken Werner  <ken.werner@de.ibm.com>
4053
4054         * solib-spu.c: Include "exception.h".
4055         (ocl_program_data_key): New variable.
4056         (append_ocl_sos): New function.
4057         (ocl_enable_break): Likewise.
4058         (spu_current_sos): Call append_ocl_sos.
4059         (spu_solib_loaded): Call ocl_enable_break.
4060         (_initialize_spu_solib): Register ocl_program_data_key.
4061
4062 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
4063
4064         * cp-support.c (reset_directive_searched): New function.
4065         (make_symbol_overload_list_using): Prevent recursive calls.
4066
4067 2010-06-25  Phil Muldoon  <pmuldoon@redhat.com>
4068
4069         * printcmd.c (print_variable_and_value): Print error message on
4070         caught exception.
4071
4072 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
4073
4074         * dwarf2expr.h (struct dwarf_value_location): Use ULONGEST as type
4075         of stack values.
4076         (struct dwarf_expr_piece): Rename "expr" member to "mem".  Add new
4077         "value" member.
4078         (dwarf_expr_push): Change input type to ULONGEST.
4079         (dwarf_expr_fetch): Change return type to ULONGEST.
4080         (dwarf_expr_fetch_address): Add prototype.
4081         (dwarf2_read_address): Remove prototype.
4082         * dwarf2expr.c (dwarf_expr_push): Use ULONGEST as type of stack values.
4083         Truncate stack values to ctx->addr_size bytes.
4084         (dwarf_expr_fetch): Change return value to ULONGEST.
4085         (dwarf_expr_fetch_address): New function.
4086         (add_piece): Use dwarf_expr_fetch_address instead of dwarf_expr_fetch
4087         when appropriate.  Update for struct dwarf_expr_piece changes.
4088         (dwarf2_read_address): Remove.
4089         (unsigned_address_type): Remove.
4090         (signed_address_type): Remove.
4091         (execute_stack_op): Use dwarf_expr_fetch_address instead of
4092         dwarf_expr_fetch when appropriate.  Use ULONGEST as type of stack
4093         values.  Perform operations on ULONGEST instead of on GDB values,
4094         sign-extending from ctx->addr_size bytes as needed.  Read DW_OP_addr
4095         values and DW_OP_deref results as unsigned integers.
4096         * dwarf2loc.c (read_pieced_value): Update for struct dwarf_expr_piece
4097         changes.
4098         (write_pieced_value): Likewise.
4099         (dwarf2_evaluate_loc_desc): Use dwarf_expr_fetch_address instead of
4100         dwarf_expr_fetch when appropriate.
4101         (compile_dwarf_to_ax): Read DW_OP_addr values as unsigned integers.
4102         * dwarf2-frame.c (execute_stack_op): Use dwarf_expr_fetch_address
4103         instead of dwarf_expr_fetch when appropriate.
4104
4105 2010-06-25  Pierre Muller  <muller@ics.u-strasbg.fr>
4106
4107         * c-typeprint.c (c_print_typedef): Append new type name for typedefs.
4108
4109 2010-06-24  Joel Brobecker  <brobecker@adacore.com>
4110
4111         * python/python.c (_initialize_python): Add new "constant"
4112         PYTHONDIR in gdb module.  Insert this path at the head of
4113         sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and
4114         exec its __init__.py script if it exists in that directory.
4115
4116 2010-06-24  Kevin Buettner  <kevinb@redhat.com>
4117
4118         * rx-tdep.c (RX_ACC_REGNUM): Define.
4119         (RX_NUM_REGS): Redefine to 26.
4120         (rx_register_name): Add register "acc".  Change order of several
4121         registers.  Change name of "vct" register to "fintv" to match RX
4122         documentation.
4123         (rx_register_type): Add case for RX_ACC_REGNUM.
4124
4125 2010-06-24  Tom Tromey  <tromey@redhat.com>
4126
4127         * psymtab.c (lookup_partial_symbol): Mark definition as static.
4128
4129 2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4130             Tom Tromey  <tromey@redhat.com>
4131
4132         Fix GDB startup on readonly filesystem.
4133         * charset.c (find_charset_names): Use PEX_USE_PIPES for pex_init.
4134
4135 2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4136             Pedro Alves  <pedro@codesourcery.com>
4137
4138         Fix PR 9436.
4139         * breakpoint.c (handle_jit_event): New function.
4140         (bpstat_what): Remove enum class, kc, ss, sn, sgl, slr, clr, sr, shl,
4141         jit, err, table and bs_class.  New variables shlib_event, jit_event,
4142         this_action and bptype.  Change bs_class assignments to this_action
4143         assignments.  new unhandled bptype internal error.  Move here
4144         shlib_event and jit_event handling from handle_inferior_event.
4145         * breakpoint.h (enum bpstat_what_main_action): Extend the comment.
4146         Reorder items.  Remove BPSTAT_WHAT_CHECK_SHLIBS and
4147         BPSTAT_WHAT_CHECK_JIT.
4148         * inferior.h (debug_infrun, stop_on_solib_events): New declarations.
4149         * infrun.c (debug_infrun, stop_on_solib_events): Remove static.
4150         (handle_inferior_event): Reinitialize frame and gdbarch after
4151         bpstat_what call.  Move BPSTAT_WHAT_CHECK_SHLIBS and
4152         BPSTAT_WHAT_CHECK_JIT handling to bpstat_what.  Reinitialize even
4153         gdbarch when frame gets reinitialized.
4154
4155 2010-06-24  Hui Zhu  <teawater@gmail.com>
4156
4157        * printcmd.c (ui_printf): New function.
4158        (printf_command): Call ui_printf.
4159        (_initialize_printcmd): New command "eval".
4160
4161 2010-06-23  Ulrich Weigand  <uweigand@de.ibm.com>
4162
4163         * infrun.c (handle_inferior_event): Handle presence of single-step
4164         breakpoints for TARGET_WAITKIND_FORKED and TARGET_WAITKIND_VFORKED.
4165         Cancel single-step breakpoints for TARGET_WAITKIND_EXITED,
4166         TARGET_WAITKIND_SIGNALED, and TARGET_WAITKIND_EXECD.
4167         * breakpoint.c (detach_single_step_breakpoints): New function.
4168         (detach_breakpoints): Call it.
4169         (cancel_single_step_breakpoints): New function.
4170         * breakpoint.h (cancel_single_step_breakpoints): Add prototype.
4171
4172         * spu-tdep.c (spu_memory_remove_breakpoint): New function.
4173         (spu_gdbarch_init): Install it.
4174
4175 2010-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
4176
4177         * configure.ac: Always set RDYNAMIC at least as `-rdynamic'.
4178         * configure: Regenerate.
4179
4180 2010-06-22  Hui Zhu  <teawater@gmail.com>
4181
4182         * i386-tdep.c (i386_record_lea_modrm): Change warning to query.
4183         (i386_process_record): Ditto.
4184         * record.c (record_memory_query): New variable.
4185         (_initialize_record): New command "set record memory-query".
4186         * record.h (record_memory_query): New extern.
4187
4188 2010-06-21  Doug Evans  <dje@google.com>
4189
4190         * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
4191         * i386-tdep.c (i386_displaced_step_copy_insn): New function.
4192         (i386_syscall_p): Change type of lengthp to int.
4193         (i386_displaced_step_fixup): Handle kernels that run one past a
4194         syscall insn.
4195         * i386-linux-tdep.c (i386_linux_init_abi): Use
4196         i386_displaced_step_copy_insn instead of
4197         simple_displaced_step_copy_insn.
4198
4199 2010-06-21  Tom Tromey  <tromey@redhat.com>
4200
4201         * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
4202         (dwarf_type_encoding_name): Likewise.
4203
4204 2010-06-21  Tom Tromey  <tromey@redhat.com>
4205
4206         * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
4207         * p-typeprint.c (pascal_type_print_base): Use TYPE_ERROR_NAME.
4208         * m2-valprint.c (m2_val_print): Use TYPE_ERROR_NAME.
4209         * gdbtypes.h (TYPE_ERROR_NAME): New macro.
4210         * f-valprint.c (f_val_print): Use TYPE_ERROR_NAME.
4211         * f-typeprint.c (f_type_print_base): Use TYPE_ERROR_NAME.
4212         * dwarf2read.c (tag_type_to_type): Create a new error type on
4213         failure.
4214         * c-valprint.c (c_val_print): Use TYPE_ERROR_NAME.
4215         * c-typeprint.c (c_type_print_base): Use TYPE_ERROR_NAME.
4216
4217 2010-06-21  Michael Snyder  <msnyder@vmware.com>
4218
4219         * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd,
4220         not add_abbrev_prefix_cmd, for "enable breakpoints".
4221
4222 2010-06-21  Ulrich Weigand  <uweigand@de.ibm.com>
4223
4224         * dwarf2loc.c (find_location_expression): Add relocation offset
4225         to base-address-selection entry base addresses.  Read addresses
4226         (and offsets) as signed/unsigned integers, depending on the
4227         BFD's sign_extend_vma flag.  Do not call dwarf2_read_address.
4228         (loclist_describe_location): Likewise.
4229         (disassemble_dwarf_expression): Read DW_OP_addr operand as
4230         unsigned integer.  Do not call dwarf2_read_address.
4231         (locexpr_describe_location): Likewise for DW_OP_GNU_push_tls_address.
4232
4233 2010-06-19  Ulrich Weigand  <uweigand@de.ibm.com>
4234
4235         * spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
4236         value instead of hard-coded SPU_LS_SIZE.
4237         (spu_software_single_step): Likewise.
4238         * spu-tdep.h (SPU_LS_SIZE): Remove.
4239
4240 2010-06-19  Ulrich Weigand  <uweigand@de.ibm.com>
4241
4242         * spu-multiarch.c (spu_xfer_partial): Wrap around local store
4243         limit on local store memory accesses.
4244         * spu-linux-nat.c (spu_xfer_partial): Likewise.
4245         * spu-tdep.c (spu_lslr): Remove.
4246         (spu_pointer_to_address): Do not truncate addresses.
4247         (spu_integer_to_address): Likewise.
4248         (spu_overlay_new_objfile): Use SPU_OVERLAY_LMA.
4249         * spu-tdep.h: Add comments.
4250         (SPUADDR_SPU): Respect SPU_OVERLAY_LMA bit.
4251         (SPU_OVERLAY_LMA): Define.
4252
4253 2010-06-18  Stan Shebs  <stan@codesourcery.com>
4254
4255         * osdata.c (get_osdata): Warn separately if target does not report
4256         type list.
4257         (info_osdata_command): Allow empty type, report error if target
4258         does not return available types of OS data.
4259         * linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
4260         types if no annex supplied.
4261
4262         * thread.c (thread_id_make_value): Make a value representing the
4263         current thread.
4264         (_initialize_thread): Create $_thread.
4265
4266 2010-06-17  Joel Brobecker  <brobecker@adacore.com>
4267
4268         * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
4269         last local variable declaration.  No real code change.
4270
4271 2010-06-17  Tom Tromey  <tromey@redhat.com>
4272
4273         * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
4274         (dwarf2_build_psymtabs_hard): Use it.  Create addrmap on a
4275         temporary obstack.
4276
4277 2010-06-16  Sergio Durigan Junior  <sergiodj@redhat.com>
4278             Jan Kratochvil  <jan.kratochvil@redhat.com>
4279
4280         * breakpoint.c: Include parser-defs.h.
4281         (watchpoint_exp_is_const): New function.
4282         (watch_command_1): Call watchpoint_exp_is_const to check
4283         if the expression is constant.
4284
4285 2010-06-15  Andreas Schwab  <schwab@linux-m68k.org>
4286
4287         * configure.ac: Check for RDYNAMIC also for cross builds.
4288         * configure: Regenerate.
4289
4290 2010-06-15  Pedro Alves  <pedro@codesourcery.com>
4291
4292         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
4293         (SFILES): Remove solib-null.c, add solib-target.c.
4294         (COMMON_OBS): Remove solib-null.o, add solib-target.o.
4295         (ALLDEPFILES): Remove solib-target.c.
4296         * solib-target.c (_initialize_solib_target): Set
4297         current_target_so_ops to solib_target_so_ops if not already set.
4298         * solib-null.c: Delete.
4299
4300 2010-06-14  Pedro Alves  <pedro@codesourcery.com>
4301
4302         * NEWS: Mention GDBserver's JIT compilation of tracepoint
4303         bytecode.
4304
4305 2010-06-14  Ulrich Weigand  <uweigand@de.ibm.com>
4306
4307         * cp-valprint.c (cp_print_static_field): Members of
4308         dont_print_stat_array_obstack are of type "struct type *".
4309         (_initialize_cp_valprint): Likewise.
4310
4311 2010-06-14  Ulrich Weigand  <uweigand@de.ibm.com>
4312
4313         * frame.c (frame_register_unwind): Do not access contents
4314         of "optimized out" unwound register value.
4315
4316 2010-06-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
4317
4318         * ada-lang.h (ada_print_type): Make varstring const.
4319         * ada-typeprint.c (print_func_type): Make name const.
4320         (ada_print_type): Make varstring const.
4321         * c-lang.h (c_print_type): Make varstring const.
4322         * c-typeprint.c (c_print_type): Likewise.
4323         * f-lang.h (f_print_type): Likewise.
4324         * f-typeprint.c (f_print_type): Likewise.
4325         * jv-lang.h (java_print_type): Likewise.
4326         * jv-typeprint.c (java_print_type): Likewise.
4327         * language.c (unk_lang_print_type): Likewise.
4328         * language.h (struct language_defn) <la_print_type>: Likewise.
4329         * m2-lang.h (m2_print_type): Likewise.
4330         * m2-typeprint.c (m2_print_type): Likewise.
4331         * p-lang.h (pascal_print_type): Likewise.
4332         * p-typeprint.c (pascal_print_type): Likewise.
4333
4334 2010-06-11  Stan Shebs  <stan@codesourcery.com>
4335
4336         Add per-operation permission flags.
4337
4338         * target.h (struct target_ops): New method to_set_permissions.
4339         (target_set_permissions): New macro.
4340         (target_insert_breakpoint): Change macro to function.
4341         (target_remove_breakpoint): Ditto.
4342         (target_stop): Ditto.
4343         (may_write_registers): Declare.
4344         (may_write_memory): Declare.
4345         (may_insert_breakpoints): Declare.
4346         (may_insert_tracepoints): Declare.
4347         (may_insert_fast_tracepoints): Declare.
4348         (may_stop): Declare.
4349         * target.c (may_write_registers, may_write_registers_1): New globals.
4350         (may_write_memory, may_write_memory_1): New globals.
4351         (may_insert_breakpoints, may_insert_breakpoints_1): New globals.
4352         (may_insert_tracepoints, may_insert_tracepoints_1): New globals.
4353         (may_insert_fast_tracepoints, may_insert_fast_tracepoints_1): New
4354         globals.
4355         (may_stop, may_stop_1): New global.
4356         (target_xfer_partial): Test for write permission.
4357         (target_store_registers): Ditto.
4358         (target_insert_breakpoint): New function.
4359         (target_remove_breakpoint): New function.
4360         (target_stop): New function.
4361         (_initialize_targets): Add new set/show variables.
4362         (set_write_memory_permission): New function.
4363         (update_target_permissions): New function.
4364         (set_target_permissions): New function.
4365         (update_current_target): Default to_set_permissions.
4366         (_initialize_targets): Use new globals and setter function.
4367         * tracepoint.c (start_tracing): Test for permission.
4368         * inferior.h (update_observer_mode): Declare.
4369         * infrun.c (non_stop_1): Define earlier.
4370         (observer_mode, observer_mode_1): New globals.
4371         (set_observer_mode, show_observer_mode): New functions.
4372         (update_observer_mode): New function.
4373         (_initialize_infrun): Define "set observer" command.
4374         * remote.c (PACKET_QAllow): New optional packet.
4375         (remote_protocol_features): Add QAllow.
4376         (remote_set_permissions): New function.
4377         (remote_start_remote): Call it.
4378         (init_remote_ops): Add it to target vector.
4379         (_initialize_remote): Add config command for QAllow.
4380
4381 2010-06-11  Tom Tromey  <tromey@redhat.com>
4382
4383         * dwarf2read.c (dwarf2_add_member_fn): Handle correct form of
4384         DW_AT_vtable_elem_location even when GCC extension is seen.
4385
4386 2010-06-11  Tom Tromey  <tromey@redhat.com>
4387
4388         PR gdb/9977, PR exp/11636:
4389         * value.h (value_offset): Update.
4390         (struct lval_funcs) <check_validity>: New field.
4391         <copy_closure>: Make argument const.
4392         (value_computed_closure): Update.
4393         (value_contents_for_printing): Declare.
4394         (value_bits_valid): Likewise.
4395         (val_print): Likewise.
4396         (set_value_component_location): Update.
4397         (value_entirely_optimized_out): Declare.
4398         * value.c (value_offset): Argument now const.
4399         (require_not_optimized_out): New function.
4400         (value_contents_for_printing): New function.
4401         (value_contents_all): Call require_not_optimized_out.
4402         (value_contents): Likewise.
4403         (value_bits_valid): New function.
4404         (value_computed_closure): Argument now const.
4405         (set_value_component_location): Make 'whole' argument const.
4406         (value_entirely_optimized_out): New function.
4407         (value_bitsize): Argument now 'const'.
4408         (value_bitpos): Likewise.
4409         (value_type): Likewise.
4410         * valprint.h (val_print_array_elements): Update.
4411         * valprint.c (val_print): Add 'val' argument.  Use
4412         valprint_check_validity.
4413         (valprint_check_validity): New function.
4414         (value_check_printable): Use value_entirely_optimized_out.
4415         (common_val_print): Update.
4416         (value_print): Likewise.
4417         (val_print_array_elements): Add 'val' argument.
4418         * valops.c (value_fetch_lazy): Use value_contents_for_printing,
4419         value_bits_valid.  Reinit frame cache for lval_computed.
4420         * sh64-tdep.c (sh64_do_register): Update.
4421         * scm-valprint.c (scm_val_print): Add 'val' argument.
4422         * scm-lang.h (scm_val_print): Update.
4423         * python/python.h (apply_val_pretty_printer): Update.
4424         * python/py-prettyprint.c (apply_val_pretty_printer): Add 'val'
4425         argument.  Call set_value_component_location.
4426         * printcmd.c (print_scalar_formatted): Update.
4427         * p-valprint.c (pascal_val_print): Add 'val' argument.
4428         (pascal_object_print_value_fields): Likewise.
4429         (pascal_object_print_value): Likewise.
4430         (pascal_object_print_static_field): Update.
4431         * p-lang.h (pascal_val_print): Update.
4432         (pascal_object_print_value_fields): Update.
4433         * mt-tdep.c (mt_registers_info): Update.
4434         * mi/mi-main.c (get_register): Update.
4435         (mi_cmd_data_evaluate_expression): Use common_val_print.
4436         * m2-valprint.c (m2_print_array_contents): Add 'val' argument.
4437         (m2_print_unbounded_array): Likewise.
4438         (m2_val_print): Likewise.
4439         * m2-lang.h (m2_val_print): Update.
4440         * language.h (struct language_defn) <la_val_print>: Add 'val'
4441         argument.
4442         (LA_VAL_PRINT): Likewise.
4443         * language.c (unk_lang_val_print): Add 'val' argument.
4444         * jv-valprint.c (java_print_value_fields): Add 'val' argument.
4445         (java_val_print): Likewise.
4446         * jv-lang.h (java_val_print): Add 'val' argument.
4447         * infcmd.c (default_print_registers_info): Update.
4448         * f-valprint.c (f77_print_array_1): Add 'val' argument.
4449         (f77_print_array): Likewise.
4450         (f_val_print): Likewise.
4451         * f-lang.h (f_val_print): Add 'val' argument.
4452         * dwarf2loc.c (read_pieced_value): Use value_bitsize and
4453         value_bitpos.
4454         <DWARF_VALUE_OPTIMIZED_OUT>: Don't print warning.  Call
4455         set_value_optimized_out.
4456         (write_pieced_value): Use value_bitsize and value_bitpos.
4457         <default>: Don't exit loop.
4458         (check_pieced_value_validity): New function.
4459         (pieced_value_funcs): Reference check_pieced_value_validity,
4460         check_pieced_value_invalid.
4461         (copy_pieced_value_closure): Update.
4462         (check_pieced_value_bits): New function.
4463         (check_pieced_value_invalid): New function.
4464         * d-valprint.c (dynamic_array_type): Add 'val' argument.
4465         (d_val_print): Likewise.
4466         * d-lang.h (d_val_print): Update.
4467         * cp-valprint.c (cp_print_value_fields): Add 'val' argument.
4468         (cp_print_value_fields_rtti): Likewise.
4469         (cp_print_value): Likewise.
4470         (cp_print_static_field): Update.
4471         * c-valprint.c (c_val_print): Add 'val' argument.
4472         (c_value_print): Update.
4473         * c-lang.h (c_val_print): Update.
4474         (cp_print_value_fields): Likewise.
4475         (cp_print_value_fields_rtti): Likewise.
4476         * ada-valprint.c (struct ada_val_print_args): Remove.
4477         (val_print_packed_array_elements): Add 'val' argument.
4478         (ada_val_print): Likewise.  Rewrite.
4479         (ada_val_print_stub): Remove.
4480         (ada_val_print_array): Add 'val' argument.
4481         (ada_val_print_1): Likewise.
4482         (print_variant_part): Likewise.
4483         (ada_value_print): Update.
4484         (print_record): Add 'val' argument.
4485         (print_field_values): Likewise.
4486         * ada-lang.h (ada_val_print): Update.
4487
4488 2010-06-11  Tom Tromey  <tromey@redhat.com>
4489
4490         * vec.h (VEC_cleanup): New macro.
4491         (DEF_VEC_ALLOC_FUNC_I): Update.
4492         (DEF_VEC_ALLOC_FUNC_P): Likewise.
4493         (DEF_VEC_ALLOC_FUNC_O): Likewise.
4494         * dwarf2loc.c (struct axs_var_loc): Remove.
4495         (unimplemented): New function.
4496         (translate_register): Likewise.
4497         (access_memory): Likewise.
4498         (compile_dwarf_to_ax): Likewise.
4499         (dwarf2_tracepoint_var_loc): Remove.
4500         (dwarf2_tracepoint_var_access): Likewise.
4501         (dwarf2_tracepoint_var_ref): Likewise.
4502         (locexpr_tracepoint_var_ref): Use compile_dwarf_to_ax.
4503         (loclist_tracepoint_var_ref): Likewise.
4504         * dwarf2expr.h (dwarf_expr_require_composition): Declare.
4505         * dwarf2expr.c (dwarf_expr_require_composition): Rename from
4506         require_composition.  No longer static.
4507         (execute_stack_op): Update.
4508         * ax-gdb.h (trace_kludge): Declare.
4509
4510 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4511
4512         * breakpoint.c (breakpoint_restore_shadows): New OWNER comment.
4513         (should_be_inserted): Return zero also on NULL OWNER.
4514         (breakpoint_program_space_exit): New OWNER comment.
4515         (insert_breakpoint_locations): Extend comment for OWNER.
4516         (remove_breakpoint_1, remove_breakpoint): Assert on OWNER.
4517         (breakpoint_init_inferior, breakpoint_here_p, breakpoint_thread_match):
4518         New OWNER comment.
4519         (print_it_typical): Return PRINT_UNKNOWN on NULL OWNER.
4520         (watchpoint_check): New assert on BREAKPOINT_AT and OWNER.
4521         (bpstat_check_location): New assert on OWNER.
4522         (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions): Move BL
4523         and B initializations to the code block.  New assert on them.
4524         (print_one_breakpoint_location): New OWNER comment.
4525         (watchpoint_locations_match): Assert on OWNER.
4526         (breakpoint_locations_match): Move HW_POINT1 and HW_POINT2
4527         initializations to the code block.  New assert on OWNER.
4528         (set_breakpoint_location_function): New assert on OWNER.
4529         (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib)
4530         (bp_location_compare, update_global_location_list)
4531         (update_global_location_list): New OWNER comment.
4532
4533 2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
4534
4535         * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
4536
4537 2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
4538
4539         * config/nm-linux.h (struct target_ops): Remove forward declaration.
4540         (lin_thread_get_thread_signals): Remove prototype.
4541         (GET_THREAD_SIGNALS): Remove.
4542         * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
4543         * linux-thread-db.c (check_thread_signals): Directly call
4544         lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
4545
4546 2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
4547
4548         * gregset.h (GDB_FPXREGSET_T): Remove.
4549         (gdb_fpxregset_t): Likewise.
4550         (supply_fpxregset): Remove prototype.
4551         (fill_fpxregset): Likewise.
4552         * i386-linux-nat.c (supply_fpxregset): Remove.
4553         (fill_fpxregset): Likewise.
4554         (fetch_fpxregs): Inline supply_fpxregset call.
4555         (store_fpxregs): Inline fill_fpxregset call.
4556
4557         * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
4558         * config/i386/nm-linux.h: Remove file.
4559
4560 2010-06-09  Michael Snyder  <msnyder@vmware.com>
4561
4562         * target.c (update_current_target): Fix spelling error in comment.
4563         (target_mourn_inferior): Fix spelling error in error message.
4564
4565 2010-06-08  Paul Hilfinger  <hilfingr@adacore.com>
4566
4567       * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
4568       SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
4569
4570 2010-06-08  Michael Snyder  <msnyder@vmware.com>
4571
4572         * remote.c (remote_close): Set inferior_ptid to null_ptid.
4573
4574 2010-06-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
4575
4576         * configure.ac <"${have_libpython}" != no>: New workaround of
4577         python#4434.
4578         * configure: Regenerate.
4579
4580 2010-06-08  Hui Zhu  <teawater@gmail.com>
4581
4582         * record.c (record_wait): Move signal out of replay code.
4583
4584 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4585
4586         Fix PR 10640.
4587         * dwarf2-frame.c (no_dwarf_call): New function.
4588         (execute_stack_op): Set CTX->DWARF_CALL.
4589         * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.
4590         * dwarf2expr.h (struct dwarf_expr_context) <dwarf_call>: New.
4591         (struct dwarf_expr_context) <get_subr>: Remove the #if0-ed field.
4592         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call): New functions.
4593         (dwarf2_evaluate_loc_desc): Initialize CTX->DWARF_CALL.
4594         (needs_frame_dwarf_call): New function.
4595         (dwarf2_loc_desc_needs_frame): Initialize CTX->DWARF_CALL.
4596         * dwarf2read.c (follow_die_offset): Based on former follow_die_ref.
4597         Update the comment.  Move variables die, offset and error call to ...
4598         (follow_die_ref): ... a new function.
4599         (dwarf2_fetch_die_location_block): New function.
4600         * dwarf2loc.h (dwarf2_fetch_die_location_block): New prototype.
4601
4602 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4603
4604         * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu.
4605         (dwarf_expr_tls_address): Use per_cu instead of objfile.
4606         (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE.
4607         Initialize new BATON.PER_CU.  Adjust CTX->GDBARCH initialization for
4608         this change.
4609         (struct needs_frame_baton): New field per_cu.
4610         (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU.
4611         * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment.
4612
4613 2010-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
4614
4615         * cp-support.c (make_symbol_overload_list_namespace): Only search
4616         static and global blocks.
4617         (make_symbol_overload_list_block): New function.
4618         (make_symbol_overload_list): Separate namespace search from block
4619         search.
4620         (make_symbol_overload_list_qualified): Use
4621         make_symbol_overload_list_block.
4622
4623 2010-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
4624
4625         * value.h: Created oload_search_type enum.
4626         (find_overload_match): Use oload_search_type enum.
4627         * valops.c (find_overload_match): Support combined member and
4628         non-member search.
4629         * eval.c (evaluate_subexp_standard): Calls to
4630         find_overload_match now use oload_search_type enum.
4631         (oload_method_static): Verify index is a proper value.
4632         * valarith.c (value_user_defined_cpp_op): Search for and handle
4633         both member and non-member operators.
4634         (value_user_defined_cpp_op): New function.
4635         (value_user_defined_op): New function.
4636         (value_x_unop): Use value_user_defined_op.
4637         (value_x_binop): Ditto.
4638         * cp-support.c (make_symbol_overload_list_using): Added block
4639         iteration.
4640         Add check for namespace aliases and imported declarations.
4641
4642 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4643
4644         * breakpoint.h (owner): Extend the comment.
4645
4646 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4647
4648         Clear stale specific bp_location from former whole breakpoint.
4649         * breakpoint.c (delete_breakpoint): Move the stale referencing clear
4650         code ...
4651         (free_bp_location): ... here.  Rename there the called function to
4652         bpstat_remove_bp_location_callback.
4653         (bpstat_remove_breakpoint_callback): Rename to ...
4654         (bpstat_remove_bp_location_callback): ... here, change DATA resolution
4655         to struct bp_location.  Change the called function to
4656         bpstat_remove_bp_location.  Create new declaration for the function.
4657         (bpstat_remove_breakpoint): Rename to ...
4658         (bpstat_remove_bp_location): ..., change the parameter to loc, adjust
4659         code for the new parameter type.
4660
4661 2010-06-07  Nathan Sidwell  <nathan@codesourcery.com>
4662
4663         * README: Make version-agnostic.
4664
4665 2010-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4666
4667         Fix duplicate types for single DIE.
4668         * dwarf2read.c (read_structure_type): Move set_descriptive_type after
4669         set_die_type.
4670         (read_array_type): Remove type initialization.  Recheck get_die_type
4671         after initial die_type.  Move set_die_type before set_descriptive_type.
4672         (read_set_type): New variable domain_type.  Recheck get_die_type after
4673         initial die_type.  Move attr initialization later.
4674         (read_tag_pointer_type, read_tag_reference_type): New variable
4675         target_type.  Recheck get_die_type after initial die_type.
4676         (read_tag_ptr_to_member_type): Recheck get_die_type after initial
4677         die_type and die_containing_type.
4678         (read_tag_const_type, read_tag_volatile_type, read_subroutine_type):
4679         Recheck get_die_type after initial die_type.
4680         (read_subrange_type): Recheck get_die_type after initial die_type.
4681         Move set_die_type before set_descriptive_type.
4682         (set_die_type): Extend the function comment.  Call complaint if DIE has
4683         some type already set.
4684
4685 2010-06-05  Vladimir Prus  <vladimir@codesourcery.com>
4686
4687         * mi/mi-main.c (mi_cmd_list_thread_groups): Adjust
4688         for current naming of thread groups (iN, not N).
4689
4690 2010-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
4691
4692         * ada-lang.c (ada_operator_length): Constify `struct expression'.
4693         * parse.c (operator_length): Likewise.
4694         (operator_length_standard): Likewise.
4695         * parser-defs.h (operator_length): Likewise.
4696         (operator_length_standard): Likewise.
4697         (struct exp_descriptor <operator_length>): Likewise.
4698
4699 2010-06-04  Doug Evans  <dje@google.com>
4700
4701         Add support for enabling/disabling individual pretty-printers.
4702         * python/py-prettyprint.c (search_pp_list): Skip disabled printers.
4703         * python/python-internal.h (gdbpy_enabled_cst): Declare.
4704         * python/python.c (gdbpy_enabled_cst): Define.
4705         (_initialize_python): Initialize gdbpy_enabled_cst.
4706         * NEWS: Add entry.
4707
4708 2010-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4709
4710         * breakpoint.c (update_global_location_list): Fix comment typo.
4711
4712 2010-06-04  Hui Zhu  <teawater@gmail.com>
4713
4714         * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
4715
4716 2010-06-03  Doug Evans  <dje@google.com>
4717
4718         * configure.ac: Don't fail if python is unusable when
4719         configured with --with-python=auto.
4720         * configure: Regenerate.
4721
4722 2010-06-03  Sami Wagiaalla  <swagiaal@redhat.com>
4723
4724         * dwarf2read.c (new_symbol): Remove redundant naming of symbol.
4725
4726 2010-06-03  Pierre Muller  <muller@ics.u-strasbg.fr>
4727
4728         * valprint.h (get_array_bounds): Change low and high parameter types
4729         to LONGEST *.
4730         * valprint.c (get_array_bounds): Use get_discrete_bounds call to
4731         compute bounds.
4732         (val_print_array_elements): Adapt to change above.
4733         * ada-valprint.c (print_optional_low_bound): Adapt to change above.
4734         * p-valprint.c (pascal_val_print): Likewise.
4735
4736 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4737
4738         * symfile.c (init_filename_language_table): New extensions .for, .FOR,
4739         .ftn, .FTN, .fpp, .FPP, .f90, .F90, .f95, .F95, .f03, .F03, .f08 and
4740         .F08.
4741
4742 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4743
4744         Support DW_TAG_module as separate namespaces.
4745         * dwarf2read.c (typename_concat): New parameter physname.
4746         (read_module_type): New function and declaration.
4747         (scan_partial_symbols): Scan also DW_TAG_module children.
4748         (partial_die_parent_scope): Accept scope even from DW_TAG_module. Pass
4749         to typename_concat backward compatible physname value 0.
4750         (partial_die_full_name, read_namespace_type): Pass to typename_concat
4751         backward compatible physname value 0.
4752         (add_partial_module, read_module): Remove FIXME comment.
4753         (process_die) <DW_TAG_module>: Set PROCESSING_HAS_NAMESPACE_INFO.
4754         (die_needs_namespace) <DW_TAG_variable>: Allow returning true even for
4755         DIEs under DW_TAG_module.
4756         (dwarf2_compute_name): Move the ada block for DW_AT_linkage_name and
4757         DW_AT_MIPS_linkage_name first, extend it for language_fortran
4758         && physname and return there instead of just setting NAME.  Extend
4759         the main block for language_fortran.  Pass physname parameter to the
4760         typename_concat call.
4761         (read_import_statement, read_func_scope, get_scope_pc_bounds)
4762         (load_partial_dies, determine_prefix): Support also DW_TAG_module.
4763         (new_symbol): Fill in cplus_specific.demangled_name if it is still
4764         missing from SYMBOL_SET_NAMES in the language_fortran case.
4765         (new_symbol) <DW_TAG_variable>: Force LOC_UNRESOLVED for gfortran module
4766         variables.
4767         (read_type_die) <DW_TAG_module>: New.
4768         (MAX_SEP_LEN): Increase to 7.
4769         (typename_concat): New parameter physname.  New variable lead.  Support
4770         also language_fortran.
4771         * f-exp.y (yylex): Consider : also as a symbol name character class.
4772         * f-lang.c: Include cp-support.h.
4773         (f_word_break_characters, f_make_symbol_completion_list): New functions.
4774         (f_language_defn): Use cp_lookup_symbol_nonlocal,
4775         f_word_break_characters and f_make_symbol_completion_list.
4776         * f-typeprint.c (f_type_print_base) <TYPE_CODE_MODULE>: New.
4777         * gdbtypes.h (enum type_code) <TYPE_CODE_MODULE>: New.
4778         * symtab.c (symbol_init_language_specific): Support language_fortran.
4779         (symbol_find_demangled_name): New comment on language_fortran.
4780         (symbol_natural_name, symbol_demangled_name): Use demangled_name even
4781         for language_fortran.
4782         (lookup_symbol_aux_local): Check imports also for language_fortran.
4783         (default_make_symbol_completion_list): Rename to ...
4784         (default_make_symbol_completion_list_break_on): ... this name.  New
4785         parameter break_on, use it.
4786         (default_make_symbol_completion_list): New stub.
4787         * symtab.h (default_make_symbol_completion_list_break_on): New
4788         prototype.
4789
4790 2010-06-02  Joel Brobecker  <brobecker@adacore.com>
4791
4792         * remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
4793         to error.
4794
4795 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4796
4797         * dwarf2read.c (typename_concat): Add const to the variable sep.
4798
4799 2010-06-02  Tom Tromey  <tromey@redhat.com>
4800
4801         * dwarf2loc.h (dwarf2_per_cu_data): Declare.
4802         * dwarf2read.c (dwarf_stack_op_name): No longer static.  Return
4803         type is const.  Add 'def' argument.  Add missing operators, remove
4804         unhandled ones.
4805         (decode_locdesc): Update.
4806         (dwarf2_always_disassemble): New global.
4807         (show_dwarf2_always_disassemble): New function.
4808         (_initialize_dwarf2_read): Add always-disassemble.
4809         (dwarf2_per_cu_offset_size): New function.
4810         * dwarf2loc.c (dwarf2_always_disassemble): Declare.
4811         (piece_end_p): New function.
4812         (locexpr_describe_location_piece): Replace 'size' argument with
4813         'end'.  Use piece_end_p.  Rewrite recognition of TLS.  Recognize
4814         some constants.  Remove errors.
4815         (disassemble_dwarf_expression): New function.
4816         (locexpr_describe_location_1): Use disassemble_dwarf_expression.
4817         Add 'offset_size' argument.
4818         (loclist_describe_location): Change output formatting.
4819         * dwarf2expr.h (dwarf_stack_op_name): Declare.
4820
4821 2010-06-02  Sami Wagiaalla  <swagiaal@redhat.com>
4822
4823         * cp-support.c (make_symbol_overload_list_adl_namespace): Handle
4824         anonymous type case.
4825
4826 2010-06-02  Pierre Muller  <muller@ics.u-strasbg.fr>
4827
4828         * dwarf2read.c (read_subrange_type): Handle missing base type
4829         according to Dwarf-2 specifications.
4830
4831 2010-06-01  Sergio Durigan Junior  <sergiodj@redhat.com>
4832
4833         * expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL,
4834         BINOP_EXCL.
4835         (op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL,
4836         UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
4837         (dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL,
4838         BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD,
4839         UNOP_CHMAX, UNOP_CHMIN.
4840         * expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL,
4841         UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX,
4842         UNOP_CHMIN>: Remove opcodes.
4843
4844 2010-06-01  Pierre Muller  <muller@ics.u-strasbg.fr>
4845
4846         * dwarf2read.c (read_func_scope): Do not complain for
4847         external function if bounds are not found.
4848
4849 2010-06-01  Pedro Alves  <pedro@codesourcery.com>
4850
4851         * NEWS: Mention gdbserver fast tracepoints support.
4852
4853 2010-05-31  Pierre Muller  <muller@ics.u-strasbg.fr>
4854
4855         * windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
4856         New macros.
4857         (windows_set_console_info): New function.
4858         (windows_create_inferior): Call windows_set_console_info
4859         if NEW_CONSOLE is true.
4860         (bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): New functions.
4861         (_initialize_loadable): Initialize GetConsoleFontSize and
4862         GetCurrentConsoleFont.
4863
4864 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4865
4866         * Makefile.in (RDYNAMIC): New.
4867         (SFILES): Add proc-service.list.
4868         * config/alpha/alpha-linux.mh (NAT_CDEPS): New.
4869         (LOADLIBES): Replace -rdynamic by $(RDYNAMIC).
4870         * config/arm/linux.mh: Likewise.
4871         * config/i386/linux.mh: Likewise.
4872         * config/i386/linux64.mh: Likewise.
4873         * config/ia64/linux.mh: Likewise.
4874         * config/m32r/linux.mh: Likewise.
4875         * config/m68k/linux.mh: Likewise.
4876         * config/mips/linux.mh: Likewise.
4877         * config/pa/linux.mh: Likewise.
4878         * config/powerpc/linux.mh: Likewise.
4879         * config/powerpc/ppc64-linux.mh: Likewise.
4880         * config/s390/s390.mh: Likewise.
4881         * config/sparc/linux.mh: Likewise.
4882         * config/sparc/linux64.mh: Likewise.
4883         * config/xtensa/linux.mh: Likewise.
4884         * configure.ac: New RDYNAMIC on native host and GCC.
4885         (solaris*): Replace -Wl,-export-dynamic by $RDYNAMIC.
4886         * configure: Regenerate.
4887         * proc-service.list: New.
4888
4889 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4890
4891         * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
4892         CONTENT.
4893
4894 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4895
4896         * linux-nat.c (linux_nat_wait_1): Do not call
4897         linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or
4898         TARGET_WAITKIND_SIGNALLED.
4899
4900 2010-05-27  Joel Brobecker  <brobecker@adacore.com>
4901
4902         * ada-lang.c (ada_inferior_data): New struct.
4903         (ada_inferior_data): New static global.
4904         (ada_inferior_data_cleanup, get_ada_inferior_data, ada_inferior_exit)
4905         (ada_get_tsd_type): New functions.
4906         (ada_tag_name_2): Use ada_get_tsd_type instead of ada_find_any_type
4907         to look the tsd type up.
4908         (_initialize_ada_language): Attach ada_inferior_exit to inferior_exit
4909         event.  Set ada_inferior_data.
4910
4911 2010-05-27  Pedro Alves  <pedro@codesourcery.com>
4912
4913         * remote.c (unpack_varlen_hex): Remove forward declaration.
4914         (remote_console_output): Make static, and add forward declaration.
4915         * remote.h: Drop FIXME comment.
4916         (unpack_varlen_hex): Declare.
4917         (remote_console_output, remote_cisco_objfile_relocate)
4918         (deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
4919         Delete declarations.
4920         * tracepoint.c: Include "remote.h".
4921         (unpack_varlen_hex): Delete declaration.
4922
4923 2010-05-27  Tom Tromey  <tromey@redhat.com>
4924
4925         * dwarf2loc.c (struct piece_closure) <refc>: New field.
4926         (allocate_piece_closure): Initialize refc.
4927         (copy_pieced_value_closure): Use refc.
4928         (free_pieced_value_closure): Likewise.
4929
4930 2010-05-27  Tom Tromey  <tromey@redhat.com>
4931
4932         * arm-tdep.c (push_stack_item): 'contents' now const.
4933         (arm_push_dummy_call): Make 'val' const.  Use value_contents, not
4934         value_contents_writeable.  Introduce new temporary.
4935
4936 2010-05-27  Tom Tromey  <tromey@redhat.com>
4937
4938         * findcmd.c (parse_find_args): Use value_contents, not
4939         value_contents_raw.
4940
4941 2010-05-27  Tom Tromey  <tromey@redhat.com>
4942
4943         * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents
4944         const.  Use value_contents, not value_contents_writeable.
4945
4946 2010-05-27  Joel Brobecker  <brobecker@adacore.com>
4947
4948         * ada-lang.c (ensure_lval): Replace call to value_contents_raw
4949         by call to value_contents.
4950
4951 2010-05-27  Ozkan Sezer  <sezeroz@gmail.com>
4952
4953         * MAINTAINERS: Add myself for write after approval privileges.
4954
4955 2010-05-26  Doug Evans  <dje@google.com>
4956
4957         Allow python to find its files if moved from original location.
4958         * acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function.
4959         (GDB_AC_WITH_DIR): Call it.
4960         * configure.ac: Define WITH_PYTHON_PATH if we can find the
4961         python installation directory.
4962         * config.in: Regenerate.
4963         * configure: Regenerate.
4964         * defs.h (python_libdir): Declare.
4965         * main.c (python_libdir): Define.
4966         (captured_main): Initialize python_libdir.
4967         * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH,
4968         call Py_SetProgramName to make sure python can find its libraries
4969         and modules.
4970
4971         * configure.ac: Try to use python's distutils to fetch compilation
4972         parameters.
4973         * configure: Regenerate.
4974         * python/python-config.py: New file.
4975
4976 2010-05-26  Ozkan Sezer  <sezeroz@gmail.com>
4977
4978         * ser-tcp.c (net_open): Check error return from socket() call by its
4979         equality to -1 not by it being negative.
4980         (net_close): Likewise.
4981
4982 2010-05-26  Pedro Alves  <pedro@codesourcery.com>
4983
4984         * NEWS: Mention the `qRelocInsn' feature.
4985         * gdbarch.sh (relocate_instruction): New.
4986         * amd64-tdep.c (rip_relative_offset): New.
4987         (append_insns): New.
4988         (amd64_relocate_instruction): New.
4989         (amd64_init_abi): Install it.
4990         * i386-tdep.c (append_insns): New.
4991         (i386_relocate_instruction): New.
4992         (i386_gdbarch_init): Install it.
4993         * remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
4994         * gdbarch.h, gdbarch.c: Regenerate.
4995
4996 2010-05-26  Tom Tromey  <tromey@redhat.com>
4997
4998         * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
4999         (struct dwarf2_loclist_baton) <data>: Likewise.
5000         * dwarf2loc.c (find_location_expression): Constify return type.
5001         (dwarf2_evaluate_loc_desc): Make 'data' argument const.
5002         (dwarf2_loc_desc_needs_frame): Likewise.
5003         (loclist_read_variable): Constify.
5004         (loclist_describe_location): Likewise.
5005         (loclist_tracepoint_var_ref): Likewise.
5006
5007 2010-05-25  Tom Tromey  <tromey@redhat.com>
5008
5009         * dwarf2loc.c (dwarf_expr_frame_base): Constify.
5010         (dwarf_expr_frame_base_1): Likewise.
5011         (read_pieced_value): Update.
5012         (needs_frame_frame_base): Constify.
5013         (dwarf2_tracepoint_var_loc): Likewise.
5014         (dwarf2_tracepoint_var_access): Likewise.
5015         (locexpr_describe_location_piece): Likewise.
5016         (locexpr_describe_location_1): Likewise.
5017         * dwarf2expr.h (struct dwarf_expr_context) <get_frame_base>:
5018         Constify.
5019         (data): Now const.
5020         (struct dwarf_expr_piece) <v.literal.data>: Likewise.
5021         (dwarf_expr_eval, read_uleb128, read_sleb128)
5022         (dwarf2_read_address): Update.
5023         * dwarf2expr.c (dwarf_expr_eval): Constify.
5024         (read_uleb128): Likewise.
5025         (read_sleb128): Likewise.
5026         (dwarf2_read_address): Likewise.
5027         (require_composition): Likewise.
5028         (execute_stack_op): Likewise.
5029         * dwarf2-frame.h (struct dwarf2_frame_state_reg) <loc.exp>: Now a
5030         "const gdb_byte *".
5031         * dwarf2-frame.c (struct dwarf2_frame_state_reg_info) <cfa_exp>:
5032         Now const.
5033         (no_get_frame_base): Constify.
5034         (execute_stack_op): Likewise.
5035         (execute_cfa_program): Likewise.
5036         (read_encoded_value): Likewise.
5037
5038 2010-05-25  Doug Evans  <dje@google.com>
5039
5040         * ser-pipe.c (pipe_open): Ignore SIGINTs in child.
5041
5042         * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...
5043         * event-loop.c: ... here.
5044         * tui/tui-io.c (tui_readline_output): Rename parameter `code' to
5045         `error' for clarity.
5046         (tui_getc): Pass correct value for `error' parameter to
5047         tui_readline_output.
5048
5049         Add python gdb.GdbError and gdb.string_to_argv.
5050         * NEWS: Document them.
5051         * python/py-cmd.c (cmdpy_function): Don't print a traceback if
5052         the exception is gdb.GdbError.  Print a second traceback if there's
5053         an error computing the error message.
5054         (gdbpy_string_to_argv): New function.
5055         * python/py-utils.c (gdbpy_obj_to_string): New function.
5056         (gdbpy_exception_to_string): New function.
5057         * python/python-internal.h (gdbpy_string_to_argv): Declare.
5058         (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
5059         (gdbpy_gdberror_exc): Declare.
5060         * python/python.c (gdbpy_gdberror_exc): New global.
5061         (_initialize_python): Initialize gdbpy_gdberror_exc and create
5062         gdb.GdbError.
5063         (GdbMethods): Add string_to_argv.
5064
5065 2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
5066
5067         * windows-nat.c (display_selector): Call GetLastError to give better
5068         failure explanation.
5069
5070 2010-05-24  Pedro Alves  <pedro@codesourcery.com>
5071
5072         * config.in: Regenerate.
5073
5074 2010-05-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
5075
5076         Code cleanup.
5077         * target.c (push_target): Return only void.  Remove the return value
5078         comment.
5079         * target.h (push_target): Return only void.
5080
5081 2010-05-23  Pedro Alves  <pedro@codesourcery.com>
5082
5083         Update gnulib from latest git.
5084         (250b80067c1e1d8faa0c42fb572f721975b929c5)
5085
5086         * gnulib/memcmp.c: Removed.
5087         * gnulib/memchr.valgrind: New.
5088         * gnulib/stddef.in.h: New.
5089         * gnulib/Makefile.am: Updated.
5090         * gnulib/memchr.c: Updated.
5091         * gnulib/memmem.c: Updated.
5092         * gnulib/stdint.in.h: Updated.
5093         * gnulib/str-two-way.h: Updated.
5094         * gnulib/string.in.h: Updated.
5095         * gnulib/wchar.in.h: Updated.
5096
5097         * gnulib/extra/link-warning.h: Removed.
5098         * gnulib/extra/c++defs.h: New.
5099         * gnulib/extra/warn-on-use.h: New.
5100         * gnulib/extra/arg-nonnull.h: Updated.
5101
5102         * gnulib/m4/extensions.m4: Updated.
5103         * gnulib/m4/gnulib-cache.m4: Updated.
5104         * gnulib/m4/gnulib-common.m4: Updated.
5105         * gnulib/m4/gnulib-comp.m4: Updated.
5106         * gnulib/m4/gnulib-tool.m4: Updated.
5107         * gnulib/m4/include_next.m4: Updated.
5108         * gnulib/m4/longlong.m4: Updated.
5109         * gnulib/m4/memchr.m4: Updated.
5110         * gnulib/m4/memmem.m4: Updated.
5111         * gnulib/m4/stdint.m4: Updated.
5112         * gnulib/m4/string_h.m4: Updated.
5113         * gnulib/m4/memcmp.m4: Removed.
5114         * gnulib/m4/onceonly_2_57.m4: Removed.
5115         * gnulib/m4/00gnulib.m4: New.
5116         * gnulib/m4/mmap-anon.m4: New.
5117         * gnulib/m4/multiarch.m4: New.
5118         * gnulib/m4/onceonly.m4: New.
5119         * gnulib/m4/stddef_h.m4: New.
5120         * gnulib/m4/warn-on-use.m4: New.
5121         * gnulib/m4/wchar.m4: Removed.
5122         * gnulib/m4/wchar_h.m4: New.
5123         * gnulib/m4/wchar_t.m4: New.
5124         * gnulib/m4/wint_t.m4: New.
5125
5126         * aclocal.m4: Regenerate.
5127         * config.in: Likewise.
5128         * configure: Likewise.
5129         * gnulib/Makefile.in: Likewise.
5130
5131 2010-05-21  Tom Tromey  <tromey@redhat.com>
5132
5133         * dwarf2loc.c (extract_bits_primitive): New function.
5134         (extract_bits): Likewise.
5135         (insert_bits): Likewise.
5136         (copy_bitwise): Likewise.
5137         (read_pieced_value): Do all operations in bits.
5138         (write_pieced_value): Likewise.
5139         * dwarf2expr.h (struct dwarf_expr_piece) <offset>: New field.
5140         * dwarf2expr.c (add_piece): New arguments bit_piece, offset.
5141         Always use xrealloc to resize piece array.
5142         (execute_stack_op) <DW_OP_reg0>: Handle DW_OP_bit_piece.
5143         <DW_OP_piece>: Update.
5144         <DW_OP_bit_piece>: New case.
5145
5146 2010-05-21  Tom Tromey  <tromey@redhat.com>
5147
5148         * dwarf2loc.c (read_pieced_value): Exit loop when result is full.
5149         <DWARF_VALUE_OPTIMIZED_OUT>: New case.
5150         * dwarf2expr.h (enum dwarf_value_location)
5151         <DWARF_VALUE_OPTIMIZED_OUT>: New constant.
5152         * dwarf2expr.c (dwarf_expr_stack_empty_p): New function.
5153         (add_piece): Handle empty piece.
5154         (execute_stack_op) <DW_OP_piece>: Handle
5155         DWARF_VALUE_OPTIMIZED_OUT.
5156
5157 2010-05-21  Tom Tromey  <tromey@redhat.com>
5158
5159         * eval.c (evaluate_subexp_standard) <BINOP_SUBSCRIPT>: Call
5160         evaluate_subexp, not evaluate_subexp_with_coercion.
5161
5162 2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
5163
5164         * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
5165         attribute.
5166
5167 2010-05-21  Tom Tromey  <tromey@redhat.com>
5168
5169         * dwarf2loc.c (read_pieced_value): Work properly when 'v' has an
5170         offset.
5171         (write_pieced_value): Likewise.
5172
5173 2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
5174
5175         * dwarf2read.c (process_die): Also allow DW_TAG_const_type
5176         and DW_TAG_volatile_type.
5177         (new_symbol): Likewise.
5178
5179 2010-05-20  Pierre Muller  <muller@ics.u-strasbg.fr>
5180
5181         * p-valprint.c (pascal_val_print): Call get_array_bounds
5182         to obtain the number of elements in an array.
5183
5184 2010-05-19  Doug Evans  <dje@google.com>
5185
5186         * python.c (gdbpy_print_stack): Ensure output ends with a newline.
5187
5188         * python.c (source_python_script): Add comment.
5189         (source_python_script_for_objfile): Remove unnecessary call to
5190         gdbpy_print_stack.
5191
5192 2010-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5193             Sergio Durigan Junior  <sergiodj@redhat.com>
5194
5195         Code cleanup.
5196         * parse.c (exp_iterate): Use operator_length wrapper function.
5197
5198 2010-05-18  Michael Snyder  <msnyder@vmware.com>
5199
5200         * ada-lang.c: White space.
5201         * ada-typeprint.c: White space.
5202         * ada-valprint.c: White space.
5203         * addrmap.c: White space.
5204         * auxv.c: White space.
5205         * ax-gdb.c: White space.
5206
5207 2010-05-18  Hui Zhu  <teawater@gmail.com>
5208
5209         * linux-fork.c (inferior_call_waitpid_cleanup): Add check
5210         for oldfp.
5211         (inferior_call_waitpid): Move make_cleanup out of check.
5212         Check the return of waitpid.
5213         (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
5214
5215 2010-05-17  Michael Snyder  <msnyder@vmware.com>
5216
5217         * tui/tui.c: White space.
5218         * tui/tui-data.c: White space.
5219         * tui/tui-disasm.c: White space.
5220         * tui/tui-file.c: White space.
5221         * tui/tui-interp.c: White space.
5222         * tui/tui-main.c: White space.
5223         * tui/tui-out.c: White space.
5224         * tui/tui-regs.c: White space.
5225         * tui/tui-source.c: White space.
5226         * tui/tui-stack.c: White space.
5227         * tui/tui-win.c: White space.
5228         * tui/tui-winsource.c: White space.
5229
5230         * procfs.c: White space.
5231
5232         * python/py-auto-load.c: White space.
5233         * python/py-block.c: White space.
5234         * python/py-breakpoint.c: White space.
5235         * python/py-cmd.c: White space.
5236         * python/py-function.c: White space.
5237         * python/py-lazy-string.c: White space.
5238         * python/py-objfile.c: White space.
5239         * python/py-param.c: White space.
5240         * python/py-prettyprint.c: White space.
5241         * python/py-progspace.c: White space.
5242         * python/py-symtab.c: White space.
5243         * python/python.c: White space.
5244         * python/py-type.c: White space.
5245         * python/py-utils.c: White space.
5246         * python/py-value.c: White space.
5247
5248         * mi/mi-cmd-break.c: White space.
5249         * mi/mi-cmd-env.c: White space.
5250         * mi/mi-cmds.c: White space.
5251         * mi/mi-cmd-stack.c: White space.
5252         * mi/mi-cmd-var.c: White space.
5253         * mi/mi-console.c: White space.
5254         * mi/mi-getopt.c: White space.
5255         * mi/mi-interp.c: White space.
5256         * mi/mi-main.c: White space.
5257         * mi/mi-out.c: White space.
5258         * mi/mi-parse.c: White space.
5259
5260         * cli/cli-cmds.c: White space.
5261         * cli/cli-decode.c: White space.
5262         * cli/cli-dump.c: White space.
5263         * cli/cli-interp.c: White space.
5264         * cli/cli-logging.c: White space.
5265         * cli/cli-script.c: White space.
5266         * cli/cli-setshow.c: White space.
5267
5268         * valarith.c: White space.
5269         * valops.c: White space.
5270         * valprint.c: White space.
5271         * value.c: White space.
5272         * varobj.c: White space.
5273         * xcoffread.c: White space.
5274         * xml-support.c: White space.
5275         * xml-tdesc.c: White space.
5276
5277 2010-05-17  Andreas Schwab  <schwab@redhat.com>
5278
5279         PR gdb/11092
5280         * c-lang.c (c_printstr): Compute real length of NUL terminated
5281         string at first.
5282
5283 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
5284
5285         * parse.c (parse_exp_in_context): When block is not NULL, use
5286         its associated language to parse the expression instead of
5287         the current_language.
5288
5289 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
5290
5291         * jv-lang.c (java_lookup_class): Remove commented out code.
5292         (type_from_class): Likewise.
5293         (java_op_print_tab): Remove commented-out elements.
5294
5295 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
5296
5297         * ada-lang.c (to_fixed_range_type): The the raw index type as
5298         argument instead of the raw type name.  Remove orig_type parameter.
5299         Update calls throughout.
5300         (ada_fixup_array_indexes_type): New function.
5301         (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
5302         * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
5303         * ada-typeprint.c (print_range_type): Renames print_range_type_named.
5304         Remove name parameter.
5305         (print_array_type): Add call to ada_fixup_array_indexes_type.
5306         Update calls to print_range_type.
5307         (ada_print_type): Update calls to print_range_type.
5308
5309 2010-05-17  Pierre Muller  <muller@ics.u-strasbg.fr>
5310
5311         * dwarf2read.c (read_set_type): Set type length if
5312         DW_AT_byte_size attribute is present.
5313
5314 2010-05-17  Pierre Muller  <muller@ics.u-strasbg.fr>
5315
5316         * p-valprint.c (pascal_val_print): Handle set type if range limits
5317         are undefined but size is known.
5318
5319 2010-05-17  Pedro Alves  <pedro@codesourcery.com>
5320
5321         * procfs.c: Reformat.
5322
5323 2010-05-16  Michael Snyder  <msnyder@vmware.com>
5324
5325         * target.c: White space.
5326         * target-descriptions.c: White space.
5327         * target-memory.c: White space.
5328         * thread.c: White space.
5329         * top.c: White space.
5330         * tracepoint.c: White space.
5331         * trad-frame.c: White space.
5332         * tramp-frame.c: White space.
5333         * ui-file.c: White space.
5334         * ui-out.c: White space.
5335         * user-regs.c: White space.
5336         * utils.c: White space.
5337
5338         * scm-exp.c: White space.
5339         * scm-lang.c: White space.
5340         * scm-valprint.c: White space.
5341         * sentinel-frame.c: White space.
5342         * ser-base.c: White space.
5343         * ser-go32.c: White space.
5344         * serial.c: White space.
5345         * ser-mingw.c: White space.
5346         * ser-pipe.c: White space.
5347         * ser-tcp.c: White space.
5348         * ser-unix.c: White space.
5349         * solib.c: White space.
5350         * solib-darwin.c: White space.
5351         * solib-frv.c: White space.
5352         * solib-irix.c: White space.
5353         * solib-osf.c: White space.
5354         * solib-pa64.c: White space.
5355         * solib-som.c: White space.
5356         * solib-spu.c: White space.
5357         * solib-svr4.c: White space.
5358         * solib-target.c: White space.
5359         * source.c: White space.
5360         * stabsread.c: White space.
5361         * stack.c: White space.
5362         * std-regs.c: White space.
5363         * symfile.c: White space.
5364         * symmisc.c: White space.
5365         * symtab.c: White space.
5366
5367 2010-05-16  Michael Snyder  <msnyder@vmware.com>
5368
5369         * source.c (_initialize_source): Add "rev" as an abbreviation
5370         for the "reverse-search" command.
5371
5372 2010-05-16  Michael Snyder  <msnyder@vmware.com>
5373
5374         * record.c: White space.
5375         * regcache.c: White space.
5376         * reggroups.c: White space.
5377         * remote-fileio.c: White space.
5378         * remote-m32r-sdi.c: White space.
5379         * remote-mips.c: White space.
5380         * remote-sim.c: White space.
5381         * remote.c: White space.
5382         (process_g_packet): Remove orphan braces.
5383
5384 2010-05-15  Michael Snyder  <msnyder@vmware.com>
5385
5386         * parse.c: White space.
5387         * p-lang.c: White space.
5388         * posix-hdep.c: White space.
5389         * printcmd.c: White space.
5390         * progspace.c: White space.
5391         * prologue-value.c: White space.
5392         * psymtab.c: White space.
5393         * p-typeprint.c: White space.
5394         * p-valprint.c: White space.
5395
5396         * objc-lang.c: White space.
5397         * objfiles.c: White space.
5398         * observer.c: White space.
5399         * osabi.c: White space.
5400         * osdata.c: White space.
5401
5402         * m2-lang.c: White space.
5403         * m2-valprint.c: White space.
5404         * macrocmd.c: White space.
5405         * macroexp.c: White space.
5406         * macroscope.c: White space.
5407         * macrotab.c: White space.
5408         * main.c: White space.
5409         * maint.c: White space.
5410         * mdebugread.c: White space.
5411         * memattr.c: White space.
5412         * minsyms.c: White space.
5413         * monitor.c: White space.
5414
5415 2010-05-14  Michael Snyder  <msnyder@vmware.com>
5416
5417         * jv-lang.c: White space.
5418         * jv-typeprint.c: White space.
5419         * jv-valprint.c: White space.
5420         * language.c: White space.
5421         * libunwind-frame.c: White space.
5422         * linespec.c: White space.
5423         * linux-nat.c: White space.
5424         * linux-record.c: White space.
5425         * linux-thread-db.c: White space.
5426
5427         * infcall.c: White space.
5428         * inf-child.c: White space.
5429         * infcmd.c: White space.
5430         * inferior.c: White space.
5431         * inf-loop.c: White space.
5432         * inflow.c: White space.
5433         * inline-frame.c: White space.
5434         * interps.c: White space.
5435
5436         * gcore.c: White space.
5437         * gdb.c: White space.
5438         * gdbtypes.c: White space.
5439         * gnu-nat.c: White space.
5440         * gnu-v2-abi.c: White space.
5441         * gnu-v3-abi.c: White space.
5442
5443         * findcmd.c: White space.
5444         * findvar.c: White space.
5445         * fork-child.c: White space.
5446         * frame-base.c: White space.
5447         * frame.c: White space.
5448         * frame-unwind.c: White space.
5449         * f-valprint.c: White space.
5450
5451         * elfread.c: White space.
5452         * environ.c: White space.
5453         * eval.c: White space.
5454         * event-loop.c: White space.
5455         * event-top.c: White space.
5456         * exceptions.c: White space.
5457         * exec.c: White space.
5458         * expprint.c: White space.
5459
5460         * dbxread.c: White space.
5461         * dcache.c: White space.
5462         * disasm.c: White space.
5463         * doublest.c: White space.
5464         * dsrec.c: White space.
5465         * dummy-frame.c: White space.
5466         * dwarf2expr.c: White space.
5467         * dwarf2-frame.c: White space.
5468         * dwarf2loc.c: White space.
5469         * dwarf2read.c: White space.
5470
5471 2010-05-14  Phil Muldoon  <pmuldoon@redhat.com>
5472
5473         PR python/11482
5474
5475         * python/py-value.c (valpy_hash): New function.
5476         (value_object_type): Register valpy_hash.
5477
5478 2010-05-14  Hui Zhu  <teawater@gmail.com>
5479             Michael Snyder  <msnyder@vmware.com>
5480
5481         * linux-fork.c (gdbthread.h): New include.
5482         (fork_info): Add parent_ptid.
5483         (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
5484         functions.
5485         (delete_checkpoint_command): Call inferior_call_waitpid.
5486         (checkpoint_command): Set parent_ptid.
5487
5488 2010-05-13  Michael Snyder  <msnyder@vmware.com>
5489
5490         * dictionary.c: Re-indent to GNU coding standard.
5491
5492         * charset.c: White space.
5493         * c-lang.c: White space.
5494         * cli-out.c: White space.
5495         * coffread.c: White space.
5496         * complaints.c: White space.
5497         * completer.c: White space.
5498         * corefile.c: White space.
5499         * corelow.c: White space.
5500         * cp-abi.c: White space.
5501         * cp-namespace.c: White space.
5502         * cp-support.c: White space.
5503         * cp-valprint.c: White space.
5504         * c-typeprint.c: White space.
5505         * c-valprint.c: White space.
5506         * blockframe.c: White space.
5507         * breakpoint.c: White space.
5508         * buildsym.c: White space.
5509         * blockframe.c: White space.
5510         * bcache.c: White space.
5511         * gdbarch.sh: White space, add blank lines.
5512         * arch-utils.c: Ditto.
5513         * gdbarch.c: Regenerate.
5514         * frame.c: White space, add blank lines.
5515         * stack.c: White space, add blank lines.
5516         (initialize_stack): Remove long-dead code.
5517
5518 2010-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5519
5520         Code cleanup.
5521         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
5522         (locexpr_read_variable, loclist_read_variable): Update the callers.
5523
5524 2010-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5525
5526         Code cleanup.
5527         * dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
5528         Remove check of NULL returned by tag_type_to_type.
5529         (die_containing_type): Remove variable type.  Remove type_die variable
5530         initialization.  Remove check of NULL returned by tag_type_to_type.
5531
5532 2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
5533
5534         PR exp/11530.
5535         * gdbtypes.c (lookup_struct_elt_type): Also lookup
5536         names of unnamed structures or unions.
5537
5538 2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
5539
5540         * procfs.c (proc_watchpoint_address): New function.
5541         (procfs_stopped_by_watchpoint): Remove useless check after
5542         find_procinfo_or_die call.
5543         (procfs_stopped_data_address): New function.
5544         (procfs_use_watchpoints): Register new watchpoint related function.
5545
5546 2010-05-11  Tom Tromey  <tromey@redhat.com>
5547
5548         * eval.c (evaluate_subexp_standard): Revert inadvertent change.
5549
5550 2010-05-10  Michael Snyder  <msnyder@vmware.com>
5551
5552         * utils.c: White space cleanup.
5553
5554 2010-05-10  Tom Tromey  <tromey@redhat.com>
5555
5556         * eval.c (ptrmath_type_p): Add 'lang' argument.
5557         (evaluate_subexp_standard): Update.
5558         (evaluate_subexp_with_coercion): Update.
5559         * language.h (CAST_IS_CONVERSION): Add 'LANG' argument.
5560
5561 2010-05-10  Michael Snyder  <msnyder@vmware.com>
5562
5563         * utils.c (do_fclose_cleanup) Restore local variable.
5564
5565 2010-05-09  Doug Evans  <dje@google.com>
5566
5567         * record.c (init_record_core_ops): Rename record_core to record-core.
5568
5569 2010-05-08  Joel Brobecker  <brobecker@adacore.com>
5570
5571         Implement task switching on pa-hpux.
5572         * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
5573         (inf_ttrace_target): Set t->to_get_ada_task_ptid.
5574
5575 2010-05-08  Pierre Muller  <muller@ics.u-strasbg.fr>
5576
5577         * valops.c (find_overload_match): Add missing i18n markup.
5578
5579 2010-05-08  Pierre Muller  <muller@ics.u-strasbg.fr>
5580
5581         * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
5582
5583 2010-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5584
5585         * dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
5586         list for the obconcat call.
5587         * mdebugread.c (parse_symbol): Likewise.
5588         * stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
5589         Likewise.
5590         * symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
5591         New variable ap.  Remove variables len and val.
5592         * symfile.h (obconcat): Likewise for the prototype.
5593
5594 2010-05-07  Michael Snyder  <msnyder@vmware.com>
5595
5596         * python/python.c (execute_gdb_command): Remove unused variables.
5597         * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
5598         * python/py-breakpoint.c (gdbpy_breakpoint_created):
5599         Remove unused variable.
5600         * python/py-cmd.c (cmdpy_function): Remove unused variable.
5601         (cmdpy_completer): Remove unused variable.
5602         * python/py-frame.c (frapy_find_sal): Remove unused variable.
5603         * python/py-function.c (fnpy_call): Remove unused variable.
5604         * python/py-objfile.c (objfile_to_objfile_object):
5605         Remove unused variable.
5606         * python/py-param.c (parmpy_init): Remove unused variable.
5607         * python/py-prettyprint.c (apply_varobj_pretty_printer):
5608         Remove unused variable.
5609         (gdbpy_default_visualizer): Remove unused variable.
5610         * python/py-progspace.c (pspace_to_pspace_object):
5611         Remove unused variable.
5612         * python/py-symtab.c (symtab_and_line_to_sal_object):
5613         Remove unused variable.
5614         * python/py-type.c (typy_template_argument):
5615         Remove unused variable.
5616         * python/py-value.c (valpy_string): Remove unused variable.
5617         (convert_value_from_python): Remove unused variables.
5618
5619 2010-05-07  Michael Snyder  <msnyder@vmware.com>
5620
5621         * valops.c (value_cast_pointers): Restore unused variable 'type1',
5622         and use it to compute variable 't1'.
5623
5624 2010-05-07  Joel Brobecker  <brobecker@adacore.com>
5625
5626         * ada-lang.c (assign_aggregate): Remove unused variable.
5627
5628 2010-05-07  Sami Wagiaalla  <swagiaal@redhat.com>
5629
5630         PR C++/7943:
5631         * valops.c (find_overload_match): Handle fsym == NULL case.
5632         Add int no_adl argument.
5633         (find_oload_champ_namespace_loop): Call make_symbol_overload_list_adl
5634         when appropriate.
5635         Add int no_adl argument.
5636         (find_oload_champ_namespace):   Add int no_adl argument.
5637         * parse.c (operator_length_standard): Return length for OP_ADL_FUNC
5638         expression.
5639         * expprint.c (op_name_standard): Added string for OP_ADL_FUNC case.
5640         * eval.c (evaluate_subexp_standard): Added OP_ADL_FUNC case.
5641         Evaluate arguments and use them to perform ADL lookup.
5642         Pass no_adl argument to find_overload_match.
5643         Disable adl lookup when evaluating a fully qualified OP_FUNCALL.
5644         * cp-support.h: Added prototype for
5645         make_symbol_overload_list_namespace.
5646         * cp-support.c (make_symbol_overload_list_namespace): New function.
5647         (make_symbol_overload_list_adl_namespace): New function.
5648         (make_symbol_overload_list_adl): New function.
5649         (make_symbol_overload_list_using): Moved code to add function to
5650         overload set to make_symbol_overload_list_namespace.
5651         * c-exp.y: create UNKNOWN_CPP_NAME token.
5652         Add parse rule for ADL functions.
5653         (classify_name): Recognize an UNKNOWN_CPP_NAME.
5654
5655 2010-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5656
5657         * fbsd-nat.c (fbsd_make_corefile_notes): Add cast to NULL used as
5658         sentinel.
5659
5660 2010-05-07  Joel Brobecker  <brobecker@adacore.com>
5661
5662         Implement task switching on solaris targets.
5663         * sol-thread.c (thread_db_find_thread_from_tid)
5664         (sol_get_ada_task_ptid): New functions.
5665         (init_sol_thread_ops): Set sol_thread_ops.to_get_ada_task_ptid.
5666
5667 2010-05-07  Pedro Alves  <pedro@codesourcery.com>
5668
5669         * remote.c (remote_query_supported_append): Use reconcat.
5670         (remote_query_supported): Install a cleanup.  Use reconcat.
5671
5672 2010-05-07  Pedro Alves  <pedro@codesourcery.com>
5673
5674         * gdbarch.sh (qsupported): Delete.
5675         * gdbarch.h, gdbarch.c: Regenerate.
5676         * remote.c (remote_query_supported): Remove use of
5677         gdbarch_qsupported.
5678
5679 2010-05-06  Sergio Durigan Junior  <sergiodj@redhat.com>
5680
5681         * xml-syscall.c (syscall_start_syscalls_info): Remove unused
5682         function.
5683
5684 2010-05-06  Michael Snyder  <msnyder@vmware.com>
5685
5686         * xml-support.c (xinclude_start_include): Delete unused variable.
5687         (xml_process_xincludes): Delete unused variable.
5688         * xml-syscall.c (syscall_parse_xml): Delete unused variable.
5689         * target-descriptions.c (tdesc_gdb_type): Delete unused variable.
5690         (tdesc_find_arch_register): Delete unused variable.
5691         (tdesc_use_registers): Delete unused variable.
5692         * xml-tdesc.c (tdesc_start_target): Delete unused variable.
5693         * inferior.c (print_inferior): Delete unused variable.
5694         * record.c (record_open_1): Delete unused variable.
5695         (record_restore): Delete unused variable.
5696         (cmd_record_save): Delete unused variable.
5697         * gcore.c (derive_heap_segment): Delete unused variable.
5698         (objfile_find_memory_regions): Use unused variable.
5699         * jit.c (jit_inferior_init): Delete unused variable.
5700         * progspace.c (clone_program_space): Delete unused variable.
5701         (pspace_empty_p): Delete unused variable.
5702
5703         * frame-unwind.c (frame_unwind_find_by_frame):
5704         Delete unused variable.
5705         * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
5706         * cp-support.c (mangled_name_to_comp): Delete unused variable.
5707         (method_name_from_physname): Delete unused variable.
5708         (cp_func_name): Delete unused variable.
5709         (cp_validate_operator): Delete unused variable.
5710         * cp-namespace.c (cp_scan_for_anonymous_namespaces):
5711         Delete unused variable.
5712         * trad-frame.c (trad_frame_get_prev_register):
5713         Delete unused variable.
5714         * tramp-frame.c (tramp_frame_cache): Delete unused variable.
5715
5716         * serial.c (serial_for_fd): Delete unused variable.
5717         * mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
5718         * top.c (execute_command): Delete unused variable.
5719         (init_main): Delete unused variable.
5720         * utils.c (do_fclose_cleanup): Delete unused variable.
5721         (do_all_inferior_continuations): Delete unused variable.
5722         (initialize_utils): Delete unused variable.
5723         (internal_problem_mode): Delete unused global.
5724         * frame.c (get_prev_frame): Delete unused global.
5725         (get_frame_locals_address): Delete unused global.
5726         (get_frame_args_address): Delete unused global.
5727
5728         * p-typeprint.c (pascal_type_print_base): Delete unused variable.
5729         (pascal_type_print_varspec_prefix): Delete unused variable.
5730         * f-typeprint.c (f_type_print_base): Delete unused variable.
5731         (f_type_print_varspec_suffix): Delete unused variable.
5732         * m2-typeprint.c (m2_print_type): Delete unused variable.
5733         (m2_long_set): Delete unused variable.
5734         * ada-valprint.c (ada_val_print_1): Delete unused variable.
5735         * d-valprint.c (dynamic_array_type): Delete unused variable.
5736         * f-valprint.c (f77_get_dynamic_length_of_aggregate):
5737         Delete unused variable.
5738         (f77_create_arrayprint_offset_tbl): Delete unused variable.
5739         * m2-valprint.c (m2_val_print): Delete unused variable.
5740
5741         * ui-out.c (ui_out_field_int): Delete unused variable.
5742         (ui_out_field_fmt_int): Delete unused variable.
5743         * varobj.c (varobj_list_children): Delete unused variable.
5744         (varobj_set_value): Delete unused variable.
5745         (install_new_value_visualizer): Delete unused variable.
5746         (varobj_set_visualizer): Delete unused variable.
5747         (varobj_update): Delete unused variable.
5748         (varobj_editable_p): Delete unused variable.
5749         (c_value_of_root): Delete unused variable.
5750         (cplus_describe_child): Delete unused variable.
5751
5752         * ada-lang.c (add_defn_to_vec): Delete unused variable.
5753         (decode_constrained_packed_array_type): Delete unused variable.
5754         (add_defn_to_vec): Delete unused variable.
5755         (symbol_completion_match): Delete unused variable.
5756         (value_tag_from_contents_and_address): Delete unused variable.
5757         (ada_evaluate_subexp): Delete unused variable.
5758         * c-lang.c (classify_type): Delete unused variable.
5759         * f-lang.c (f_printstr): Delete unused variable.
5760         * objc-lang.c (objc_printstr): Delete unused variable.
5761         * ada-tasks.c (get_known_tasks_addr): Delete unused variable.
5762         * jv-lang.c (type_from_class): ifdef unused variable.
5763         (java_class_name_from_physname): Delete unused variable.
5764         * m2-lang.c (m2_printstr): Delete unused variable.
5765
5766         * objfiles.c (objfile_relocate): Delete unused variable.
5767         * maint.c (_initialize_maint_cmds): Delete unused variable.
5768         * demangle.c (_initialize_demangler): Delete unused variable.
5769         * corefile.c (reopen_exec_file): Delete unused variable.
5770         * dwarf2expr.c (dwarf2_read_address): Delete unused variable.
5771         * dwarf2-frame.c (decode_frame_entry): Delete unused variable.
5772
5773         * osabi.c (_initialize_gdb_osabi): Delete unused variable.
5774         * memattr.c (mem_delete): Delete unused variable.
5775         (invalidate_target_mem_regions): Delete unused variable.
5776         * mem-break.c (default_memory_insert_breakpoint):
5777         Delete unused variable.
5778         * target.c (target_get_osdata): Delete unused variable.
5779         * parse.c (length_of_subexp): Delete unused variable.
5780         (prefixify_subexp): Delete unused variable.
5781         (exp_iterate): Delete unused variable.
5782         * reverse.c (delete_bookmark_command): Delete unused variable.
5783
5784         * macrocmd.c (_initialize_macrocmd): Delete unused variable.
5785         * macroexp.c (gather_arguments): Delete unused variable.
5786         (substitute_args): Delete unused variable.
5787         * completer.c (gdb_completer_loc_break_characters): Unused, delete.
5788         * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
5789         (_initialize_gdbarch): Delete unused variable.
5790         * gdbarch.c, gdbarch.h: Regenerate.
5791         * arch-utils.c (initialize_current_architecture):
5792         Delete unused variable.
5793         (_initialize_gdbarch_utils): Delete unused variable.
5794         * gdbtypes.c (make_cv_type): Delete unused variable.
5795         (make_type_with_address_space): Delete unused variable.
5796
5797         * linespec.c (decode_compound): Delete unused variable.
5798         * dictionary.c (iterator_next_hashed): Delete unused variable.
5799         * infcall.c (call_function_by_hand): Delete unused variable.
5800         * infcmd.c (step_1): Delete unused variable.
5801         (registers_info): Delete unused variable.
5802         (attach_command): Delete unused variable.
5803         * infrun.c (follow_exec): Delete unused variable.
5804         (handle_step_into_function_backwards): Delete unused variable.
5805         (_initialize_infrun): Delete unused variable.
5806         * stack.c (parse_frame_specification_1): Delete unused variable.
5807         (frame_info): Delete unused variable.
5808         (backtrace_command_1): Delete unused variable.
5809         (catch_info): Delete unused variable.
5810
5811         * eval.c (evaluate_subexp_standard): Delete unused variable.
5812         * valops.c (value_cast_pointers): Delete unused variable.
5813         (value_dynamic_cast): Delete unused variable.
5814         (value_array): Delete unused variable.
5815         (find_overload_match): Delete unused variable.
5816         * valarith.c (value_subscript): Delete unused variable.
5817         (value_binop): Delete unused variable.
5818         * valprint.c (_initialize_valprint): Delete unused variable.
5819         * printcmd.c (print_command_1): Delete unused variable.
5820         (address_info): Delete unused variable.
5821         (printf_command): Delete unused variable.
5822
5823         * auxv.c (target_auxv_search): Delete unused variable.
5824         * blockframe.c (get_frame_block): Delete unused variable.
5825         * regcache.c (regcache_cpy): Delete unused variable.
5826         (regcache_cpy_no_passthrough): Delete unused variable.
5827         * charset.c (wchar_iterate): Delete unused variable.
5828         (find_charset_names): Delete unused variable.
5829         (_initialize_charset): Delete unused variable.
5830         * disasm.c (do_mixed_source_and_assembly):
5831         Delete unused variable.
5832         * source.c (set_default_source_symtab_and_line):
5833         Delete unused variable.
5834         (set_substitute_path_command): Delete unused variable.
5835         * value.c (preserve_values): Delete unused variable.
5836         (value_from_double): Delete unused variable.
5837
5838 2010-05-05  Michael Snyder  <msnyder@vmware.com>
5839
5840         * psymtab.c (lookup_partial_symbol): Delete unused variable.
5841         (find_last_source_symtab_from_partial): Delete unused variable.
5842         * symfile.c (place_section): Delete unused variable.
5843         (default_symfile_offsets): Delete unused variable.
5844         (get_debug_link_info): Delete unused variable.
5845         (find_separate_debug_file_by_debuglink): Delete unused variable.
5846         (add_symbol_file_command): Delete unused variable.
5847         (symfile_find_segment_sections): Delete unused variable.
5848         * symmisc.c (free_symtab): Delete unused variable.
5849         (dump_symtab_1): Delete unused variable.
5850         * symtab.c (lookup_symbil_aux_quick): Delete unused variable.
5851         (find_pc_sect_symtab): Delete unused variable.
5852         (skip_prologue_using_lineinfo): Delete unused variable.
5853         (sources_info): Delete unused variable.
5854         (completion_list_add_name): Delete unused variable.
5855         (expand_line_sal): Delete unused variable.
5856
5857         * breakpoint.c (validate_commands_for_breakpoint):
5858         Delete unused variables.
5859         (insert_catchpoint): Delete unused variable.
5860         (update_watchpoint): Delete unused variable.
5861         (insert_bp_location): Delete unused variable.
5862         (insert_breakpoint_locations): Delete unused variable.
5863         (remove_breakpoint_1): Delete unused variable.
5864         (software_breakpoint_inserted_here_p): Delete unused variable.
5865         (watchpoints_triggered): Delete unused variable.
5866         (bpstat_check_watchpoint): Delete unused variable.
5867         (bpstat_stop_status): Delete unused variable.
5868         (print_one_breakpoint_location): Delete unused variable.
5869         (allocate_bp_location): Delete unused variable.
5870         (create_breakpoint): Delete unused variable.
5871         (watch_command_1): Delete unused variable.
5872         (catch_exception_command_1): Delete unused variable.
5873         (catch_ada_exception_command): Delete unused variable.
5874         (delete_breakpoint): Delete unused variable.
5875         (breakpoint_re_set_one): Delete unused variable.
5876         (do_enable_breakpoint): Delete unused variable.
5877
5878 2010-05-06  Pedro Alves  <pedro@codesourcery.com>
5879
5880         * amd64-tdep.c: Include disasm.h.
5881         (amd64_insn_length_fprintf, amd64_insn_length_init_dis)
5882         (amd64_insn_length): Moved to disasm.c and renamed.
5883         (fixup_riprel): Adjust.
5884         * disasm.c (do_ui_file_delete): New.
5885         (gdb_insn_length): New.
5886         (gdb_buffered_insn_length_fprintf)
5887         (gdb_buffered_insn_length_init_dis)
5888         (gdb_buffered_insn_length): New, moved from amd64-tdep.c, and
5889         renamed.
5890         * disasm.h (gdb_insn_length): Declare.
5891         (gdb_buffered_insn_length): Declare.
5892
5893 2010-05-06  Pedro Alves  <pedro@codesourcery.com>
5894
5895         * remote.c (clear_threads_parsing_context): New.
5896         (remote_threads_info): Delete unused null_cleanup.  Install a
5897         cleanup to clear the threads_parsing_context in case parsing
5898         throws.
5899
5900 2010-05-05  Michael Snyder  <msnyder@vmware.com>
5901
5902         * c-exp.y (parse_string_or_char): Delete unused variable.
5903         (c_lex): Delete unused variable.
5904         * cp-name-parser.y (cpname_lex): Delete unused variable.
5905         * ada-exp.y (find_primitive_type): Delete unused variable.
5906         (write_var_or_type): Delete unused variable.
5907         * jv-exp.y (java_parse): Delete unused variable.
5908         (push_expression_name): Delete unused variable.
5909         * p-exp.y (pascal_lex): Delete unused variable.
5910
5911 2010-05-05  Pedro Alves  <pedro@codesourcery.com>
5912
5913         * remote.c (remote_threads_info): Really revert previous previous
5914         change.
5915
5916 2010-05-05  Michael Snyder  <msnyder@vmware.com>
5917
5918         * elfread.c (elf_symtab_read): Delete unused variable.
5919         (find_separate_debug_file_by_buildid): Delete unused variables.
5920         (elf_symfile_read): Delete unused variable.
5921
5922         * coffread.c (coff_symfile_read): Delete unused variables.
5923
5924         * coff-pe-read.c (add_pe_exported_sym): Delete unused variable.
5925         (read_pe_exported_syms): Delete unused variable.
5926
5927         * stabsread.c (define_symbol): Delete unused variable.
5928
5929         * dwarf2read.c (read_type_comp_unit_head): Delete unused variable.
5930         (process_psymtab_comp_unit): Delete unused variable.
5931         (dwarf2_build_psymtabs_hard): Delete unused variable.
5932         (load_partial_comp_unit): Delete unused variable.
5933         (create_all_comp_units): Delete unused variable.
5934         (scan_partial_symbols): Delete unused variable.
5935         (add_partial_symbol): Delete unused variable.
5936         (add_partial_namespace): Delete unused variable.
5937         (add_partial_enumeration): Delete unused variable.
5938         (load_full_comp_unit): Delete unused variable.
5939         (process_full_comp_unit): Delete unused variable.
5940         (read_file_scope): Delete unused variable.
5941         (read_type_unit_scope): Delete unused variable.
5942         (process_structure_scope): Delete unused variable.
5943         (process_enumeration_scope): Delete unused variable.
5944         (read_tag_ptr_to_member_type): Delete unused variable.
5945         (read_typedef): Delete unused variable.
5946         (read_partial_die): Delete unused variable.
5947         (decode_locdesc): Delete unused variable.
5948         (zeroed_partial_die): Delete unused global variable.
5949
5950         * tui/tui-interp.c (_initialize_tui_interp):
5951         Delete unused variable.
5952         * tui/tui-regs.c tui_display_registers_from):
5953         Delete unused variable.
5954         (tui_check_register_values): Delete unused variable.
5955         (tui_register_format): Delete unused variable.
5956         * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
5957         * tui/tui-windata.c (tui_display_data_from_line):
5958         Delete unused variables.
5959         (tui_vertical_data_scroll): Delete unused variables.
5960
5961 2010-05-05  Michael Snyder  <msnyder@vmware.com>
5962
5963         * remote.c (remote_threads_info): Revert questionable part of
5964         the previous change.
5965
5966 2010-05-05  Michael Snyder  <msnyder@vmware.com>
5967
5968         * mi/mi-out.c (mi_table_begin): Delete unused variable.
5969         * mi/mi-cmd-var.c (print_varobj): Delete unused variable.
5970         (mi_cmd_var_list_children): Delete unused variable.
5971         (varobj_update_one): Delete unused variable.
5972         * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
5973         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
5974         Delete unused variable.
5975         (mi_cmd_stack_list_variables): Delete unused variable.
5976         (list_args_or_locals): Delete unused variable.
5977         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
5978         Delete unused variables.
5979         (mi_cmd_file_list_exec_source_files): Delete unused variable.
5980         * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
5981         Delete unused variable.
5982         * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
5983         (mi_cmd_interpreter_exec): Delete unused variable.
5984         (mi_on_normal_stop): Delete unused variable.
5985         * mi/mi-main.c (run_one_inferior): Delete unused variable.
5986         (print_one_inferior): Delete unused variables.
5987         (mi_execute_command): Delete unused variable.
5988         (mi_cmd_execute): Delete unused variable.
5989         (timestamp): Delete unused variable.
5990
5991         * cli/cli-dump.c (dump_memory_to_file): Delete unused variable.
5992         (restore_binary_file): Delete unused variable.
5993         * cli/cli-decode.c (deprecated_cmd_warning): Delete unused variables.
5994         * cli/cli-script.c (define_command): Delete unused variables.
5995         (recurse_read_control_structure): Delete unused variable.
5996         (script_from_file): Delete unused variable.
5997         * cli/cli-cmds.c (complete_command): Delete unused variable.
5998         (disassemble_command): Delete unused variable.
5999
6000         * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
6001         * tracepoint.c (delete_trace_variable_command):
6002         Delete unused variables.
6003         (encode_actions_1): Delete unused variables.
6004         (start_tracing): Delete unused variable.
6005         (trace_status_mi): Delete unused variable.
6006         (tfind_1): Delete unused variable.
6007         (trace_find_pc_command): Delete unused variable.
6008         (trace_find_line_command): Delete unused variables.
6009         (trace_find_range_command): Delete unused variables.
6010         (trace_find_outside_command): Delete unused variables.
6011         (parse_tracepoint_definition): Delete unused variables.
6012         (tfile_fetch_registers): Delete unused variable.
6013
6014         * dcache.c (dcache_init): Delete unused variable.
6015         (dcache_info): Delete unused variable.
6016
6017         * remote.c (remote_threads_info): Delete unused variable.
6018         (process_stop_reply) :Delete unused variable.
6019         (remote_get_trace_status): Delete unused variables.
6020
6021         * linux-thread-db.c (add_thread_db_info): Delete unused variable.
6022         (thread_from_lwp): Delete unused variable.
6023         (enable_thread_event_reporting): Delete unused variable.
6024         (check_for_thread_db): Delete unused variables.
6025         (thread_db_find_new_threads_2): Delete unused variable.
6026
6027         * linux-fork.c (info_checkpoints_command): Delete unused variables.
6028         (checkpoint_command): Delete unused variable.
6029         (linux_fork_context): Delete unused variables.
6030
6031         * linux-nat.c (linux_parent_pid): Delete unused global variable.
6032         (linux_tracefork_child): Delete unused variable.
6033         (linux_child_follow_fork): Delete unused variable.
6034         (linux_nat_detach): Delete unused variable.
6035         (linux_handle_extended_wait): Delete unused variable.
6036         (linux_nat_has_pending_sigint): Delete unused variable.
6037         (linux_nat_find_memory_regions): Delete unused variable.
6038         (linux_nat_make_corefile_notes): Delete unused variables.
6039         (linux_nat_info_proc_cmd): Delete unused variable.
6040         (linux_proc_pending_signals): Delete unused variable.
6041         (linux_nat_stop_lwp): Delete unused variables.
6042         (_initialize_linux_nat): Delete unused variable.
6043
6044         * ser-pipe.c (pipe_ops): Delete unused global variable.
6045
6046         * linux-record.c (record_linux_system_call):
6047         Delete unused variables.
6048
6049         * corelow.c (core_xfer_partial): Delete unused variables.
6050
6051         * solib-svr4.c (find_program_interpreter): Delete unused variable.
6052         (svr4_solib_create_inferior_hook): Add ifdef around
6053         conditionally-used variable declarations.
6054
6055         * solib.c (solib_find): Delete unused variable.
6056         (free_so_symbols): Delete unused variable.
6057         (info_sharedlibrary_command): Delete unused variable.
6058         (reload_shared_libraries_1): Delete unused variable.
6059         (_initialize_solib): Delete unused variable.
6060
6061         * i386-tdep.c (i386_supply_xstateregset) Delete unused variable.
6062         (i386_collect_xstateregset): Delete unused variable.
6063         * i387-tdep.c (i387_print_float_info): Delete unused variable.
6064
6065         * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
6066         Delete unused variable 'type'.
6067
6068 2010-05-05  Joel Brobecker  <brobecker@adacore.com>
6069
6070         * gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros.  *
6071         ada-lang.c: Remove comment mentioning these macros.
6072         * m2-exp.y: Delete commented out code.
6073
6074 2010-05-05  Joel Brobecker  <brobecker@adacore.com>
6075
6076         * sparc-tdep.c (sparc_structure_or_union_p): Return non-zero
6077         for array types.
6078         * sparc64-tdep.c (sparc64_structure_or_union_p): Likewise.
6079
6080 2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
6081
6082         ARI fix: Remove ATTRIBUTE_UNUSED throughout.
6083         * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
6084         ATTRIBUTE_UNUSED.
6085         (cleanup_kernel_helper_return): Likewise.
6086         * arm-tdep.c (copy_unmodified): Likewise.
6087         (copy_preload): Likewise.
6088         (copy_copro_load_store): Likewise.
6089         (cleanup_branch): Likewise.
6090         (copy_b_bl_blx): Likewise.
6091         (copy_bx_blx_reg): Likewise.
6092         (copy_alu_imm): Likewise.
6093         (copy_alu_reg): Likewise.
6094         (copy_alu_shifted_reg): Likewise.
6095         (cleanup_load): Likewise.
6096         (cleanup_store): Likewise.
6097         (cleanup_block_load_pc): Likewise.
6098         (cleanup_svc): Likewise.
6099         (copy_undef): Likewise.
6100         (copy_unpred): Likewise.
6101         * remote.c (register_remote_support_xml): Likewise.
6102
6103 2010-05-05  Hui Zhu  <teawater@gmail.com>
6104
6105         * gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
6106
6107 2010-05-04  Mark Kettenis  <kettenis@gnu.org>
6108
6109         * remote.c (register_remote_support_xml)
6110         (remote_query_supported_append, remote_query_supported): Add cast
6111         to NULL used as sentinel.
6112         * tracepoint.c (tvariables_info_1): Likewise.
6113         * utils.c (add_internal_problem_command): Likewise.
6114
6115 2010-05-04  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
6116
6117         * dwarf2loc.c (read_pieced_value, write_pieced_value,
6118         dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
6119         registers gracefully.
6120
6121 2010-05-04  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
6122
6123         * exec.c (print_section_info): Display entry point without arch
6124         specific parts.
6125
6126 2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
6127
6128         PR exp/11349.
6129         * printcmd.c (x_command): Only dereference once implicitly for
6130         TYPE_CODE_REF.
6131
6132 2010-05-03  Doug Evans  <dje@google.com>
6133
6134         * event-loop.c (gdb_timer): Delete unused global.
6135         (create_timer): Update.
6136
6137 2010-05-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6138
6139         * cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
6140         CURRENT->DECLARATION case.
6141         * cp-support.h (struct using_direct): Provide extended comment.
6142
6143 2010-05-03  Mark Kettenis  <kettenis@gnu.org>
6144
6145         * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Renamed from
6146         HPPABSD_SIZEOF_GREGS.
6147         (HPPAOBSD_SIZEOF_FPREGS): New define.
6148         (hppaobsd_supply_gregset): Renamed from hppabsd_supply_gregset.
6149         (hppaobsd_supply_fpregset): New function.
6150         (hppaobsd_gregset): Renamed from hppabsd_gregset.
6151         (hppaobsd_fpregset): New variable.
6152         (hppaobsd_regset_from_core_section): Handle floating-point registers.
6153         (_initialize_hppabsd_tdep): Remove spurious blank line.
6154
6155 2010-05-03  Pierre Muller  <muller@ics.u-strasbg.fr>
6156
6157         PR pascal/11349.
6158         * p-valprint.c (pascal_value_print): Always dereference a value with
6159         type code TYPE_CODE_REF.
6160
6161 2010-05-03  Pedro Alves  <pedro@codesourcery.com>
6162
6163         * remote.c (remote_notice_signals): New.
6164         (remote_start_remote): In non-stop mode, update the remote end on
6165         which signals it can silently pass.
6166         (init_remote_ops): Install remote_notice_signals.
6167
6168 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6169
6170         * cli/cli-cmds.h (error_no_arg): Remove.  Move the comment ...
6171         * command.h (error_no_arg): ... here.  Remove NORETURN, change
6172         ATTR_NORETURN to ATTRIBUTE_NORETURN.
6173         * defs.h (NORETURN, ATTR_NORETURN): Remove.
6174         (perror_with_name, verror, error, error_stream, vfatal, fatal)
6175         (internal_verror, internal_error, nomem): Remove NORETURN, change
6176         ATTR_NORETURN to ATTRIBUTE_NORETURN.
6177         * exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
6178         (throw_vfatal, throw_error): Remove NORETURN.
6179         (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
6180         * exceptions.h (throw_exception, throw_verror, throw_vfatal)
6181         (throw_error, deprecated_throw_reason): Remove NORETURN, change
6182         ATTR_NORETURN to ATTRIBUTE_NORETURN.
6183         * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
6184         to ATTRIBUTE_NORETURN for prototype, for the definition only remove
6185         NORETURN.
6186         * remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
6187         * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
6188         ATTRIBUTE_NORETURN.
6189         * target.c (tcomplain): Likewise.
6190         * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
6191         ATTRIBUTE_NORETURN.
6192         * utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
6193         (internal_error, perror_with_name, nomem): Remove NORETURN.
6194         * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
6195         ATTRIBUTE_NORETURN.
6196
6197 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6198
6199         * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6200         * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
6201         * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
6202         (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6203         * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
6204         (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6205         * complaints.h (complaint, internal_complaint): Likewise.
6206         * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
6207         (ATTR_FORMAT): Remove.
6208         (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
6209         (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
6210         (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
6211         (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
6212         (xsnprintf, verror, error, vfatal, fatal, internal_verror)
6213         (internal_error, internal_vwarning, internal_warning, warning)
6214         (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6215         * disasm.c (fprintf_disasm): Likewise.
6216         * exceptions.c (throw_it): Likewise.
6217         * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
6218         (throw_error): Likewise.
6219         * language.h (type_error, range_error): Likewise.
6220         * linespec.c (cplusplus_error): Likewise.
6221         * mi/mi-interp.c (mi_interp_query_hook): Likewise.
6222         * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
6223         * monitor.c (monitor_debug): Likewise.
6224         * parser-defs.h (parser_fprintf): Likewise.
6225         * serial.h (serial_printf): Likewise.
6226         * tui/tui-hooks.c (tui_query_hook): Likewise.
6227         * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
6228         (uo_message): Likewise.
6229         * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
6230         * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
6231         Likewise.
6232         * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
6233
6234 2010-05-02  Pedro Alves  <pedro@codesourcery.com>
6235
6236         * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
6237         (cli_table_header, cli_begin, cli_end, cli_field_int)
6238         (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
6239         (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
6240         Delete forward declarations.
6241         (cli_ui_out_impl): Move below the callbacks.
6242         (_initialize_cli_out): Delete.
6243
6244 2010-05-02  Pedro Alves  <pedro@codesourcery.com>
6245
6246         * README: Use consistent `GDB' and `GDBserver' spellings.
6247
6248 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6249
6250         * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
6251
6252 2010-05-01  Pedro Alves  <pedro@codesourcery.com>
6253
6254         * infrun.c (prepare_for_detach): In non-stop, context switch to
6255         the thread that got the event before handling the event.
6256
6257 2010-04-30  Tom Tromey  <tromey@redhat.com>
6258
6259         * symtab.c (symbol_set_names): Fix typo.
6260
6261 2010-04-30  Pierre Muller  <muller@ics.u-strasbg.fr>
6262
6263         * python/py-param.c (parm_constants): Avoid ARI warning
6264         by adding ARI comment.
6265         (parmpy_init): Likewise.
6266
6267 2010-04-30  Pierre Muller  <muller@ics.u-strasbg.fr>
6268
6269         * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
6270         and created type for re-use.
6271
6272 2010-04-30  Pierre Muller  <muller@ics.u-strasbg.fr>
6273
6274         * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
6275
6276 2010-04-29  Doug Evans  <dje@google.com>
6277
6278         * ser-base.h (reschedule): Delete prototype.
6279         * ser-base.c (reschedule): Make static.
6280
6281 2010-04-29  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
6282
6283         * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
6284         (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
6285         (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
6286         EABI.
6287         (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
6288         use.
6289
6290 2010-04-29  Pedro Alves  <pedro@codesourcery.com>
6291
6292         PR gdb/11557
6293
6294         * regcache.c (registers_changed): Rename to ...
6295         (registers_changed_ptid): ... this, and only delete register cache
6296         entries matching the ptid filter argument.
6297         (registers_changed): Reimplement on top of registers_changed_ptid.
6298         * regcache.h (registers_changed_ptid): Declare.
6299         * target.c (target_resume): Flush register caches.
6300
6301 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
6302             Tom Tromey  <tromey@redhat.com>
6303             Thiago Jung Bauermann  <bauerman@br.ibm.com>
6304
6305         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
6306         (SUBDIR_PYTHON_SRCS): Likewise.
6307         (py-parameter.o): New rule.
6308         * python/py-parameter.c: New file.
6309         * python/python-internal.h (gdbpy_initialize_parameter)
6310         (gdbpy_parameter, gdbpy_parameter_value)
6311         (gdbpy_parse_command_name): Declare.
6312         * python/py-cmd.c (parse_command_name): Rename to
6313         gdbpy_parse_command_name.
6314         (gdbpy_parse_command_name): Accept a starting list parameter and
6315         use over cmdlist.
6316         (cmdpy_init): Use gdbpy_parse_command_name.
6317         * python/python.c (parameter_to_python): Rename to
6318         gdbpy_parameter_to_python.  Accept enum var_types and value.
6319         (gdbpy_parameter): Use gdbpy_parameter_value.
6320         (_initialize_python): Call gdbpy_initialize_parameters.
6321
6322 2010-04-29  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
6323
6324         * MAINTAINERS: Add myself for write after approval privileges.
6325
6326 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
6327
6328         D language support.
6329         * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
6330         (COMMON_OBS): Add d-lang.o d-valprint.o.
6331         (HFILES_NO_SRCDIR): Add d-lang.h.
6332         * NEWS: Mention D language support.
6333         * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
6334         * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
6335         * d-lang.c: New file.
6336         * d-lang.h: New file.
6337         * d-valprint.c: New file.
6338         * defs.h (enum language): Add language_d.
6339         * dwarf2read.c (set_cu_language): Add DW_LANG_D.
6340         * language.c (binop_result_type, integral_type, character_type)
6341         (string_type, boolean_type, structured_type): Add language_d.
6342         * symfile.c (init_filename_language_table): Add language_d.
6343         * symtab.c: Include d-lang.h.
6344         (symbol_init_language_specific, symbol_find_demangled_name)
6345         (symbol_natural_name, lookup_symbol_in_language)
6346         (symbol_demangled_name, symbol_matches_domain): Add language_d.
6347
6348 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
6349
6350         * solib-svr4.c (solib_svr4_r_map): Expand function description.
6351
6352 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
6353
6354         * symfile.c (init_filename_language_table): Register .dg files
6355         with language_ada.
6356
6357 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
6358
6359         * gdbtypes.h (struct main_type): Expand comment about target_type
6360         field.
6361
6362 2010-04-27  Pedro Alves  <pedro@codesourcery.com>
6363             Tristan Gingold  <gingold@adacore.com>
6364
6365         * symfile.c (reread_symbols): Also search for file in libraries.
6366         Update comment.
6367
6368 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
6369
6370         * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
6371         in terms of configuration.
6372
6373 2010-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
6374
6375         * objfiles.c: Include solist.h.
6376         (free_all_objfiles): New variable so.  Check stale solist objfiles.
6377         * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
6378         and no_shared_libraries.
6379
6380 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
6381
6382         ARI warning fix.
6383         * python/py-auto-load.c (source_section_scripts): Remove trailing
6384         new-line in i18n string.
6385
6386 2010-04-26  Doug Evans  <dje@google.com>
6387
6388         * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
6389
6390 2010-04-26  Tom Tromey  <tromey@redhat.com>
6391
6392         * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
6393         command list.
6394
6395 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
6396
6397         Removal of config/i386/nm-i386sol2.h native configuration file.
6398         * config/i386/nm-i386sol2.h: Remove file.
6399         * config/i386/i386sol2.mh: Remove NAT_FILE definition.
6400         * config/i386/sol2-64.mh: Idem.
6401         * config/djgpp/fnchange.lst: Remove reference to that file.
6402         * Makefile.in (HFILES_NO_SRCDIR): Idem.
6403
6404 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
6405
6406         PR breakpoints/11531.
6407         * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
6408         macro definition and related comment.
6409         * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
6410         (resume): Remove code and comment related to this macro.
6411
6412 2010-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
6413
6414         * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
6415         Fix whitespace.
6416
6417 2010-04-24  Pedro Alves  <pedro@codesourcery.com>
6418
6419         * defs.h: Adjust comment.
6420         * filesystem.h, filesystem.c: New files.
6421         * Makefile.in (SFILES): Add filesystem.c.
6422         (COMMON_OBS): Add filesystem.o.
6423         * solib.c (solib_find): Handle DOS-based filesystems.  Handle
6424         different target and host path flavours.
6425         * arm-symbian-tdep.c (arm_symbian_init_abi): Set
6426         has_dos_based_file_system on the gdbarch.
6427         * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
6428         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
6429         * i386-tdep.c (i386_go32_init_abi): Ditto.
6430         * gdbarch.sh (has_dos_based_file_system): New.
6431         * gdbarch.h, gdbarch.c: Regenerate.
6432         * NEWS: Mention improved support for remote targets with DOS-based
6433         filesystems.  Mention new `set/show target-file-system-kind'
6434         commands.
6435
6436 2010-04-23  Stan Shebs  <stan@codesourcery.com>
6437
6438         * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
6439         comments.
6440         (struct agent_reqs): Remove.
6441         (ax_reg_mask): Declare.
6442         * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
6443         (free_agent_expr): Free reg_mask.
6444         (ax_print): Add scope and register mask info.
6445         (ax_reqs): Remove agent_reqs argument, use agent expression
6446         fields, and move part of register mask computation to...
6447         (ax_reg_mask): New function.
6448         * ax-gdb.c (gen_trace_static_fields): Call it.
6449         (gen_traced_pop): Ditto.
6450         (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
6451         (gen_trace_for_var): Pass gdbarch to new_agent_expr.
6452         (gen_trace_for_expr): Ditto, and clear optimized_out flag.
6453         (gen_eval_for_expr): Ditto, and require an rvalue.
6454         (agent_command): Call ax_reqs.
6455         (agent_eval_command): Ditto.
6456         * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
6457         (validate_action_line): Ditto.
6458         (collect_symbol): Ditto.
6459         (encode_actions_1): Ditto.
6460
6461 2010-04-23  Daniel Jacobowitz  <dan@codesourcery.com>
6462             Paul Pluzhnikov  <ppluzhnikov@google.com>
6463             Jan Kratochvil  <jan.kratochvil@redhat.com>
6464
6465         Fix deadlock on looped list of loaded shared objects.
6466         * solib-svr4.c (LM_PREV): New function.
6467         (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
6468         (svr4_current_sos): Check for correct l_prev.  New variables prev_lm
6469         and next_lm.  Clear prev_lm for solib_svr4_r_ldsomap.
6470         * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
6471
6472 2010-04-23  Doug Evans  <dje@google.com>
6473
6474         * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
6475         python.
6476         * configure: Regenerate.
6477         * main.c: #include "python/python.h".
6478         (captured_main): Defer loading auto-loaded scripts until after
6479         local_gdbinit has been sourced.
6480         * python/py-auto-load.c (gdbpy_global_auto_load): New global.
6481         (load_auto_scripts_for_objfile): New function.
6482         (auto_load_new_objfile): Call it.
6483         * python/python.h (gdbpy_global_auto_load): Declare.
6484         (load_auto_scripts_for_objfile): Declare.
6485
6486         Add support for auto-loading scripts from .debug_gdb_scripts section.
6487         * NEWS: Add entry for .debug_gdb_scripts.
6488         * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
6489         (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
6490         (py-auto-load.o): New rule.
6491         * cli/cli-cmds.c (find_and_open_script): Make externally visible.
6492         * cli/cli-cmds.h (find_and_open_script): Update prototype.
6493         * python/py-auto-load.c: New file.
6494         * python/python-internal.h: #include <stdio.h>.
6495         (set_python_list, show_python_list): Declare.
6496         (gdbpy_initialize_auto_load): Declare.
6497         (source_python_script_for_objfile): Declare.
6498         * python/python.c: Remove #include of observer.h.
6499         (gdbpy_auto_load): Moved to py-auto-load.c.
6500         (GDBPY_AUTO_FILENAME): Ditto.
6501         (gdbpy_new_objfile): Delete.
6502         (source_python_script_for_objfile): New function.
6503         (set_python_list, show_python_list): Make externally visible.
6504         (_initialize_python): Move "auto-load" command to py-auto-load.c
6505         and observer_attach_new_objfile to py-auto-load.c.
6506
6507 2010-04-23  Jerome Guitton  <guitton@adacore.com>
6508
6509         * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
6510         (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
6511         (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
6512         New constants.
6513         (alpha_heuristic_analyze_probing_loop): New function.
6514         (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
6515         and handle cases when a stack probe loop is generated.
6516         * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
6517         (alpha_mdebug_max_frame_size_exceeded): New function.
6518         (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
6519         (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
6520         Return 0 when the maximum debuggable frame size has been exceeded.
6521
6522 2010-04-23  Joel Brobecker  <brobecker@adacore.com>
6523
6524         Fix ARI warning.
6525         * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
6526
6527 2010-04-20  Chris Moller  <cmoller@redhat.com>
6528
6529         PR 10179
6530
6531         * symtab.c (rbreak_command): Added code to include a filename
6532         specification in the rbreak argument.
6533         * NEWS: Added a brief description of filename-qualified rbreak.
6534
6535 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
6536
6537         Fix crashes on dangling display expressions.
6538         * ada-lang.c (ada_operator_check): New function.
6539         (ada_exp_descriptor): Fill-in the field operator_check.
6540         * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
6541         * jv-lang.c (exp_descriptor_java): Likewise.
6542         * m2-lang.c (exp_descriptor_modula2): Likewise.
6543         * scm-lang.c (exp_descriptor_scm): Likewise.
6544         * parse.c (exp_descriptor_standard): Likewise.
6545         (operator_check_standard): New function.
6546         (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
6547         * parser-defs.h (struct exp_descriptor): New field operator_check.
6548         (operator_check_standard, exp_uses_objfile): New declarations.
6549         * printcmd.c: Remove the inclusion of solib.h.
6550         (display_uses_solib_p): Remove the function.
6551         (clear_dangling_display_expressions): Call lookup_objfile_from_block
6552         and exp_uses_objfile instead of display_uses_solib_p.
6553         * solist.h (struct so_list) <objfile>: New comment.
6554         * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
6555         * symtab.h (lookup_objfile_from_block): New declaration.
6556         (struct general_symbol_info) <obj_section>: Extend the comment.
6557
6558 2010-04-22  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
6559             Thiago Jung Bauermann  <bauerman@br.ibm.com>
6560
6561         * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
6562         (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
6563         ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
6564         PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
6565         PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
6566         PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
6567         PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
6568         PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
6569         PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
6570         PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
6571         PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
6572         PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
6573         PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
6574         Define, in case <ptrace.h> doesn't provide it.
6575         (booke_debug_info): New variable.
6576         (max_slots_number): Ditto.
6577         (hw_break_tuple): New struct.
6578         (thread_points): Ditto.
6579         (ppc_threads): New variable.
6580         (PPC_DEBUG_CURRENT_VERSION): New define.
6581         (have_ptrace_new_debug_booke): New function.
6582         (ppc_linux_check_watch_resources): Renamed to ...
6583         (ppc_linux_can_use_hw_breakpoint): ... this.  Handle BookE processors.
6584         (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
6585         (booke_cmp_hw_point): New function.
6586         (booke_find_thread_points_by_tid): Ditto.
6587         (booke_insert_point): Ditto.
6588         (booke_remove_point): Ditto.
6589         (ppc_linux_insert_hw_breakpoint): Ditto.
6590         (ppc_linux_remove_hw_breakpoint): Ditto.
6591         (get_trigger_type): Ditto.
6592         (ppc_linux_insert_watchpoint): Handle BookE processors.
6593         (ppc_linux_remove_watchpoint): Ditto.
6594         (ppc_linux_new_thread): Ditto.
6595         (ppc_linux_thread_exit): New function..
6596         (ppc_linux_stopped_data_address): Handle BookE processors.
6597         (ppc_linux_watchpoint_addr_within_range): Ditto.
6598         (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
6599         to_remove_hw_breakpoint fields of the target operations struct.
6600         Add observe for the thread_exit event.
6601
6602 2010-04-22  H.J. Lu  <hongjiu.lu@intel.com>
6603
6604         * i386-linux-nat.c (regmap): Removed.
6605         (fetch_register): Replace regmap with
6606         i386_linux_gregset_reg_offset.
6607         (store_register): Likewise.
6608         (supply_gregset): Likewise.
6609         (fill_gregset): Likewise.
6610
6611         * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
6612         global.
6613
6614         * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
6615
6616 2010-04-22  Chris Moller  <cmoller@redhat.com>
6617
6618         * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
6619         method of popping recursion-detection stack with a method based on
6620         obstack_object_size().  (Similar to the PR9167 patch below, but for
6621         the static array obstack rather than the static member obstack.)
6622
6623 2010-04-22  H.J. Lu  <hongjiu.lu@intel.com>
6624
6625         * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
6626         (_initialize_amd64_linux_nat): Replace
6627         amd64_linux_gregset64_reg_offset with
6628         amd64_linux_gregset_reg_offset.
6629
6630         * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
6631         global.
6632
6633         * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
6634
6635 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6636
6637         PR stabs/11479.
6638         * stabsread.c (set_length_in_type_chain): New function.
6639         (read_struct_type): Call set_length_in_type_chain function.
6640         (read_enum_type): Idem.
6641
6642 2010-04-21  Stan Shebs  <stan@codesourcery.com>
6643             Nathan Sidwell  <nathan@codesourcery.com>
6644
6645         * tracepoint.c (trace_save): Open in binary mode.
6646
6647 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6648
6649         * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
6650         fields.
6651         * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
6652         builtin_char32 fields.
6653         * printcmd.c (decode_format): Set char size to '\0'
6654         for strings unless explicit size is given.
6655         (print_formatted): Correct calculation of NEXT_ADDRESS
6656         for 16 or 32 bit strings.
6657         (do_examine): Do not force byte size for strings.
6658         Use builtin_char16 and builtin_char32 types to display
6659         16 or 32 bit-wide strings.
6660         (x_command): Set LAST_SIZE to 'b' for string type.
6661
6662 2010-04-21  H.J. Lu  <hongjiu.lu@intel.com>
6663
6664         PR corefiles/11523
6665         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6666         XCR0 first.
6667
6668         * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
6669         there is no .reg-xstate section.
6670         (i386_linux_core_read_description): Check XCR0 first.
6671
6672 2010-04-21  Mike Frysinger  <vapier@gentoo.org>
6673
6674         * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
6675         for len <= 8.
6676
6677 2010-04-21  Chris Moller  <cmoller@redhat.com>
6678
6679         PR 9167
6680         * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
6681         method of popping recursion-detection stack with a method based on
6682         obstack_object_size().
6683
6684 2010-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
6685
6686         PR pascal/11492.
6687         * p-valprint.c (pascal_val_print): Fix default printing of integer
6688         arrays.
6689
6690 2010-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
6691
6692         Fix compilation warning on gcc-4.1.2.
6693         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
6694         local variable`pc' to zero.
6695
6696 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6697
6698         Implement thread support with core files on alpha-tru64.
6699         * dec-thread.c (dec_thread_find_new_threads): New function,
6700         extracted from resync_thread_list.
6701         (resync_thread_list): Add OPS parameter.  Replace extracted-out
6702         code by call to dec_thread_find_new_threads.
6703         (dec_thread_wait): Update call to resync_thread_list.
6704         (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
6705
6706 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6707
6708         * ada-lang.c (value_pointer): New function.
6709         (make_array_descriptor): Call value_pointer to convert addresses to
6710         pointers.
6711
6712 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6713
6714         * rs6000-aix-tdep.c: #include exceptions.h.
6715         (rs6000_convert_from_func_ptr_addr): If an exception is thrown
6716         while reading the memory at ADDR, then ADDR cannot be a function
6717         descriptor.
6718
6719 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6720
6721         * ada-typeprint.c (ada_print_typedef): New function.
6722         * ada-lang.h (ada_print_typedef): Add declaration.
6723         * ada-lang.c (ada_language_defn): set la_print_typdef field
6724         to ada_print_typedef.
6725
6726 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6727
6728         * procfs.c (procfs_address_to_host_pointer): Only define when used.
6729
6730 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6731
6732         * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
6733         (iterate_over_mappings): Adjust function profile. Add declaration.
6734         (insert_dbx_link_bpt_in_region, info_mappings_callback):
6735         Adjust accordingly.
6736
6737 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6738
6739         * procfs.c (solib_mappings_callback): Move function up to avoid
6740         a compiler warning.
6741
6742 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6743
6744         * procfs.c (find_signalled_thread, find_stop_signal): Move
6745         these functions down to define them only when used.
6746
6747 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6748
6749         * valprint.c (common_val_print): Fix the value before extracting
6750         its contents.
6751         * ada-lang.c (ada_to_fixed_value): Make this function extern.
6752         * ada-lang.h (ada_to_fixed_value): New function declaration.
6753         * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
6754         to avoid code duplication and fix a bug in the handling of
6755         fixed types contents.
6756
6757 2010-04-20  Tom Tromey  <tromey@redhat.com>
6758
6759         * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
6760         (read_partial_die): Likewise.
6761         (dwarf_attr_name): Likewise.
6762
6763 2010-04-20  Chris Moller  <cmoller@redhat.com>
6764
6765         PR 10867
6766
6767         * cp-valprint.c (global): Adding new static array recursion
6768         detection obstack.
6769         (cp_print_value_fields, cp_print_static_field): Added new static
6770         array recursion detection code.
6771
6772 2010-04-20  Mark Kettenis  <kettenis@gnu.org>
6773
6774         * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
6775         general-purpose register set should be 68 instead of 144.
6776         (i386_linux_sse_regset_sections): Likewise.
6777         (i386_linux_avx_regset_sections): Likewise.
6778
6779 2010-04-20  Stan Shebs  <stan@codesourcery.com>
6780             Nathan Sidwell  <nathan@codesourcery.com>
6781
6782         * dwarf2loc.c (struct axs_var_loc): New struct.
6783         (dwarf2_tracepoint_var_loc): New function.
6784         (dwarf2_tracepoint_var_access): New function.
6785         (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
6786         with DW_OP_piece.
6787         (locexpr_describe_location_piece): New function.
6788         (locexpr_describe_location_1): New function.
6789         (locexpr_describe_location): Call it, update signature.
6790         (loclist_describe_location): Rewrite to loop over locations,
6791         update signature.
6792         * symtab.h (struct symbol_computed_ops): Add address to
6793         describe_location arguments, return void.
6794         * printcmd.c (address_info): Get context PC, pass to computed
6795         location description.
6796         * tracepoint.c (scope_info): Ditto.
6797         * ax-gdb.c (trace_kludge): Export.
6798
6799 2010-04-20  Tom Tromey  <tromey@redhat.com>
6800
6801         * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
6802         (struct dwarf2_cie) <segment_size>: New field.
6803         * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
6804         (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
6805         DW_FORM_exprloc.
6806         (read_attribute_value): Handle DW_FORM_flag_present,
6807         DW_FORM_sec_offset, DW_FORM_exprloc.
6808         (dump_die_shallow): Likewise.
6809         (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
6810         (dwarf2_const_value): Handle DW_FORM_exprloc.
6811         (attr_form_is_block): Likewise.
6812         (struct line_header) <maximum_ops_per_instruction>: New field.
6813         (dwarf_decode_line_header): Set new field.
6814         (dwarf_decode_lines): Handle new field.
6815
6816 2010-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6817
6818         * f-exp.y: Add new production to recognize the `logical*8' type.
6819         (LOGICAL_S8_KEYWORD): New token.
6820         * f-lang.c (enum f_primitive_types)
6821         <f_primitive_type_logical_s8>: New field.
6822         (f_language_arch_info): Handling `logical*8' type.
6823         (build_fortran_types): Building `logical*8' type.
6824         * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
6825
6826 2010-04-19  Doug Evans  <dje@google.com>
6827
6828         * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
6829         * ser-pipe.c (pipe_open): Fix file descriptor leaks.
6830         (pipe_close): Ditto.
6831
6832 2010-04-19  Pierre Muller  <muller@ics.u-strasbg.fr>
6833
6834         * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
6835
6836 2010-04-19  Pierre Muller  <muller@ics.u-strasbg.fr>
6837
6838         * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
6839         type to void function.
6840
6841 2010-04-19  Stan Shebs  <stan@codesourcery.com>
6842             Vladimir Prus  <vladimir@codesourcery.com>
6843
6844         * tracepoint.c (tfind_1): Add missing newline, report exit from
6845         tfind mode as such.
6846         * target.c (update_current_target): Make default
6847         to_trace_find return -1.
6848
6849 2010-04-19  Mike Frysinger  <vapier@gentoo.org>
6850
6851         * objc-lang.c (find_methods): Move symname check up.
6852
6853 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
6854
6855         * ada-lang.c (print_recreate_exception)
6856         <ex_catch_exception_unhandled>: It's "catch exception unhandled",
6857         not "catch unhandled".
6858
6859 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
6860
6861         PR breakpoints/8554.
6862
6863         Implement `save-breakpoints'.
6864
6865         * breakpoint.c (save_cmdlist): New.
6866         (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
6867         to save_cmdlist.
6868         (print_recreate_catch_fork): New.
6869         (catch_fork_breakpoint_ops): Install it.
6870         (print_recreate_catch_vfork): New.
6871         (catch_vfork_breakpoint_ops): Install it.
6872         (print_recreate_catch_syscall): New.
6873         (catch_syscall_breakpoint_ops): Install it.
6874         (print_recreate_catch_exec): New.
6875         (catch_exec_breakpoint_ops): Install it.
6876         (print_recreate_exception_catchpoint): New.
6877         (gnu_v3_exception_catchpoint_ops): Install it.
6878         (save_breakpoints): New, based on tracepoint_save_command, but
6879         handle all breakpoint types.
6880         (save_breakpoints_command): New.
6881         (tracepoint_save_command): Rename to...
6882         (save_tracepoints_command): ... this, and reimplement using
6883         save_breakpoints.
6884         (save_command): New.
6885         (_initialize_breakpoints): Install the "save" command prefix.
6886         Install the "save breakpoints" command.  Make "save-tracepoints" a
6887         deprecated alias for "save tracepoints".
6888         * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
6889         * ada-lang.c (print_recreate_exception): New.
6890         (print_recreate_catch_exception): New.
6891         (catch_exception_breakpoint_ops): Install it.
6892         (print_recreate_catch_exception_unhandled): New.
6893         (catch_exception_unhandled_breakpoint_ops): Install it.
6894         (print_recreate_catch_assert): New.
6895         (catch_assert_breakpoint_ops): Install it.
6896
6897         * NEWS: Mention the new `save breakpoints' command.  Mention the
6898         new `save tracepoints' alias and that `save-tracepoints' is now
6899         deprecated.
6900
6901 2010-04-18  Pedro Alves  <pedro@codesourcery.com>
6902
6903         PR tui/9217
6904
6905         * tui/tui-out.c: Include cli-out.h.
6906         (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6907         (tui_begin, tui_end, tui_field_int, tui_field_skip)
6908         (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
6909         (tui_message, tui_wrap_hint, tui_flush): Delete forward
6910         declarations.
6911         (struct ui_out_data): Rename to...
6912         (struct tui_ui_out_data): ... this.  Remove `stream' and
6913         `suppress_output' fields, and inherit cli_ui_out_data.
6914         (tui_out_data): New typedef.
6915         (tui_ui_out_impl): Don't initialize fields staticaly.
6916         (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6917         (tui_begin, tui_end): Delete.
6918         (tui_field_int): Adjust to delegate most work to the base type.
6919         (tui_field_skip): Delete.
6920         (tui_field_string, tui_field_fmt): Adjust comment.  Adjust to
6921         delegate most work to the base type.
6922         (tui_spaces): Delete.
6923         (tui_text): Adjust to delegate most work to the base type.
6924         (tui_message): Delete.
6925         (tui_wrap_hint): Delete.
6926         (tui_flush): Delete.
6927         (out_field_fmt): Delete.
6928         (field_separator): Delete.
6929         (tui_out_new): Adjust to initialize the base type.
6930         (_initialize_tui_out): Initialize tui_ui_out_impl.
6931         * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
6932         cli_ui_out_data.
6933         (cli_out_data): Adjust.
6934         (cli_ui_out_impl): Make extern.
6935         (cli_table_header, cli_field_int, cli_field_skip): Use
6936         uo_field_string instead of cli_field_string.
6937         (cli_redirect): Adjust to use cli_out_data.
6938         (cli_out_data_ctor): New.
6939         (cli_out_new): Use it.
6940         * cli-out.h (struct ui_file): Remove forward declaration.
6941         (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
6942         (cli_ui_out_impl): Declare.
6943         (cli_out_data_ctor): Declare.
6944         * ui-out.c (struct ui_out) <data>: Change type to void pointer.
6945         (uo_field_string): No longer static.
6946         (ui_out_data): Change return type to void pointer.
6947         (ui_out_new): Change `data' parameter type to void pointer.
6948         * ui-out.h (struct ui_out_data): Don't forward declare.
6949         (ui_out_data): Change return type to void pointer.
6950         (ui_out_new): Change `data' parameter type to void pointer.
6951         (uo_field_string): Declare.
6952
6953 2010-04-17  Pedro Alves  <pedro@codesourcery.com>
6954
6955         * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
6956         instead of always false.
6957
6958 2010-04-17  H.J. Lu  <hongjiu.lu@intel.com>
6959
6960         PR corefiles/11511
6961         * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
6962         orig_rax.
6963
6964 2010-04-17  Pedro Alves  <pedro@codesourcery.com>
6965
6966         * breakpoint.c (watchpoints_triggered): Use
6967         is_hardware_watchpoint.
6968         (watchpoints_triggered): Ditto.
6969         (bpstat_check_location): Use is_watchpoint and
6970         is_hardware_watchpoint.
6971         (bpstat_check_watchpoint): Use is_watchpoint and
6972         is_hardware_watchpoint.
6973         (bpstat_stop_status): Fix comment.
6974         (user_settable_breakpoint): Use is_watchpoint.
6975         (hw_watchpoint_used_count): Use is_hardware_watchpoint.
6976         (disable_watchpoints_before_interactive_call_start): Use
6977         is_watchpoint.
6978         (enable_watchpoints_after_interactive_call_stop): Use
6979         is_watchpoint.
6980         (clear_command): Use is_watchpoint.
6981         (do_enable_breakpoint): Use is_watchpoint.
6982
6983 2010-04-16  Mike Frysinger  <vapier@gentoo.org>
6984
6985         * solib-frv.c (enable_break1_done): Delete.
6986         (enable_break2): Do not check enable_break1_done.  Move the
6987         enable_break2_done setting and call to
6988         remove_solib_event_breakpoints() to the end.  Return without
6989         warning when the contents of _dl_debug_addr are 0.
6990         (enable_break): Do not set enable_break1_done.
6991         (frv_clear_solib): Likewise.
6992
6993 2010-04-16  Kevin Buettner  <kevinb@redhat.com>
6994
6995         * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
6996         instead of an error if no PLT entry is found.  Return a
6997         potentially useful result.
6998         (m32c_m16c_pointer_to_address): Add code to search for function
6999         address when no .plt entry is found.
7000
7001 2010-04-16  Stan Shebs  <stan@codesourcery.com>
7002
7003         * tracepoint.c (trace_variable_command): Run a cleanup.
7004
7005 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
7006
7007         * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
7008
7009 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
7010
7011         Support for Windows OS Thread Information Block.
7012         * NEWS: Document new feature.
7013         * remote.c (PACKET_qGetTIBAddr): New enum element.
7014         (remote_get_tib_address): New function.
7015         (init_remote_ops): Set to_get_tib_address field
7016         to remote_get_tib_address.
7017         (_initialize_remote): Add add_packet_config_cmd
7018         for PACKET_qGetTIBAddr.
7019         * target.c (update_current_target): Set default value for
7020         new to_get_tib_address field.
7021         * target.h (target_ops): New field to_get_tib_address.
7022         (target_get_tib_address): New macro.
7023         * windows-nat.c (thread_info): Add thread_local_base field.
7024         (windows_add_thread): Add tlb argument of type 'void *'.
7025         (fake_create_process): Adapt windows_add_thread call.
7026         (get_windows_debug_event): Idem.
7027         (windows_get_tib_address): New function.
7028         (init_windows_ops): Set to_get_tib_address field
7029         to remote_get_tib_address.
7030         (_initialize_windows_nat): Replace info_w32_cmdlist
7031         initialization by a call to init_w32_command_list.
7032         (info_w32_command, info_w32_cmdlist): Removed from here...
7033         to windows-tdep.c file.
7034         * windows-tdep.h (info_w32_cmdlist): Declare.
7035         (init_w32_command_list): New external function
7036         declaration.
7037         * windows-tdep.c: Add several headers.
7038         (info_w32_cmdlist): to here, made global.
7039         (thread_information_32): New struct.
7040         (thread_information_64): New struct.
7041         (TIB_NAME): New char array.
7042         (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
7043         (maint_display_all_tib): New static variable.
7044         (windows_get_tlb_type): New function.
7045         (tlb_value_read, tlb_value_write): New functions.
7046         (tlb_value_funcs): New static struct.
7047         (tlb_make_value): New function.
7048         (display_one_tib): New function.
7049         (display_tib): New function.
7050         (show_maint_show_all_tib):New function.
7051         (info_w32_command): Moved from windows-nat.c.
7052         (init_w32_command_list): New function.
7053         (_initialize_windows_tdep): New function.
7054         New "maint set/show show-all-tib" command
7055         New "$_tlb" internal variable.
7056
7057 2010-04-16  Joel Brobecker  <brobecker@adacore.com>
7058
7059         * tui/tui-regs.c (tui_display_register): Add comment about
7060         a couple of casts.
7061         * tui/tui-stack.c (tui_show_locator_content): Ditto.
7062
7063 2010-04-15  Stan Shebs  <stan@codesourcery.com>
7064
7065         * frame.c: Include tracepoint.h.
7066         (get_current_frame): Allow a trace frame to be an alternate source
7067         of stack frame data.
7068         * tracepoint.c (tfind_1): Don't try to get current stack frame if
7069         it won't succeed.
7070
7071 2010-04-15  Pedro Alves  <pedro@codesourcery.com>
7072
7073         * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
7074         flags.
7075         * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
7076
7077 2010-04-15  Doug Evans  <dje@google.com>
7078
7079         * NEWS: Add entry for python program space support.
7080         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
7081         (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
7082         (py-progspace.o): New rule.
7083         * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
7084         function.
7085         (find_pretty_printer_from_progspace): New function.
7086         (find_pretty_printer_from_gdb): New function.
7087         (find_pretty_printer): Rewrite.
7088         * python/py-progspace.c: New file.
7089         * python/python-internal.h (program_space): Add forward decl.
7090         (pspace_to_pspace_object, pspy_get_printers): Declare.
7091         (gdbpy_initialize_pspace): Declare.
7092         * python/python.c: #include "progspace.h".
7093         (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
7094         (_initialize_python): Call gdbpy_initialize_pspace.
7095         (GdbMethods): Add current_progspace, progspaces.
7096
7097         Add -s option to source command.
7098         * NEWS: Document new option.
7099         * cli/cli-cmds.c (find_and_open_script): Add function comment.
7100         Delete from_tty and cleanupp args.  Split filep arg into file and
7101         full_pathp.  New arg search_path.
7102         (source_script_from_stream): New function.
7103         (source_script_with_search): New function.
7104         (source_script): Rewrite.
7105         (source_command): Parse "-s" option.
7106         (init_cli_cmds): Add "-s" docs to source command help, and reformat.
7107         * python/python.c (source_python_script): Make file arg a const char *.
7108         Don't call fclose, leave for caller.
7109         * python/python.h (source_python_script): Update.
7110
7111 2010-04-14  Daniel Jacobowitz  <dan@codesourcery.com>
7112             Pedro Alves  <pedro@codesourcery.com>
7113
7114         Avoid rereading shared libraries that haven't changed.
7115
7116         * solib.c (free_so_symbols): New function, from ...
7117         (free_so): ... here.  Call it.
7118         (solib_read_symbols): Don't warn here if symbols have already been
7119         loaded.
7120         (solib_add): Warn here instead, if a pattern was specified.
7121         (reload_shared_libraries_1): New.
7122         (reload_shared_libraries): Rewrite to not fetch the library list.
7123
7124 2010-04-14  Doug Evans  <dje@google.com>
7125
7126         * source.c (openp): Strip DOS drive letter if present before
7127         concatenating string to search path.
7128
7129 2010-04-14  Pedro Alves  <pedro@codesourcery.com>
7130
7131         * objfiles.h (gdb_bfd_close_or_warn): Declare.
7132         * objfiles.c (gdb_bfd_close_or_warn): New.
7133         * corelow.c: Include objfiles.h
7134         (core_close): Use gdb_bfd_close_or_warn.
7135         * elfread.c (build_id_verify): Ditto.
7136         * exec.c (exec_close, exec_close_1): Ditto.
7137
7138 2010-04-14  Daniel Jacobowitz  <dan@codesourcery.com>
7139             Pedro Alves  <pedro@codesourcery.com>
7140
7141         Group errors for many missing shared libraries.
7142
7143         * solist.h (struct so_list): Remove from_tty.
7144         * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
7145         (solib_map_sections): Take so_list argument.  Return 0 if we
7146         failed to open a BFD.  Add target sections here.
7147         (symbol_add_stub): Delete.
7148         (solib_read_symbols): Inline symbol_add_stub.  Use current flags,
7149         not from_tty copied from the so_list.  Don't warn a second time
7150         for a missing library.
7151         (update_solib_list): Don't save from_tty.  Use TRY_CATCH.  Do not
7152         add to the section table here.  Print out a single warning for all
7153         missing libraries.
7154         * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
7155         flags.
7156
7157 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
7158
7159         * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
7160         error/warning messages.  Capitalize and use complete sentences.
7161         (blpy_block_syms_iternext): Likewise.
7162         * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
7163         * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
7164         (frame_info_to_frame_object, frapy_read_var)
7165         (gdbpy_frame_stop_reason_string): Likewise.
7166         * python/py-lazy-string.c (stpy_convert_to_value)
7167         (gdbpy_create_lazy_string_object): Likewise.
7168         * python/py-objfile.c (objfpy_set_printers): Likewise.
7169         * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
7170         * python/python.c (parameter_to_python): Likewise.
7171         * python/py-type.c (typy_range, typy_target): Likewise.
7172         * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
7173         (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
7174
7175
7176 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
7177
7178         PR python/11381
7179
7180         * python/py-prettyprint.c (pretty_print_one_value): Test for
7181         Py_None.
7182         (print_string_repr): Test for Py_None.  Set flags accordingly.
7183         Return value depending on return type.
7184         (print_children): Take a value indicating whether data was printed
7185         before this function was called.  Alter output accordingly.
7186         (apply_val_pretty_printer): Capture return value from
7187         print_string_repr and pass to print_children.
7188
7189 2010-04-13  Mark Kettenis  <kettenis@gnu.org>
7190
7191         PR corefiles/11481
7192         * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
7193         register note sections.
7194         (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
7195         New variables.
7196         (i386_linux_init_abi): Install list of supported register note
7197         sections that matches the target description.
7198
7199 2010-04-13  Pedro Alves  <pedro@codesourcery.com>
7200
7201         * remote.c (remote_get_noisy_reply): Don't error out on empty
7202         replies.
7203         (remote_start_remote): Update and merge tracepoints and trace
7204         state variables as long as the target supports tracepoints.
7205         (remote_trace_init): Fix prototype.
7206         (remote_download_trace_state_variable): Validate reply.
7207         (remote_trace_set_readonly_regions): Fix prototype.
7208         (remote_trace_start): Fix prototype.  Check for empty reply.
7209         (remote_get_trace_status): Small cleanup.
7210         (remote_trace_stop): Fix prototype.  Check for empty reply.
7211         (remote_trace_find): Check for empty reply.
7212         (remote_save_trace_data): Validate reply.
7213         (remote_set_disconnected_tracing): Check for empty reply, and
7214         validate reply.
7215         (remote_set_circular_trace_buffer): Ditto.
7216
7217 2010-04-13  Pierre Muller  <muller@ics.u-strasbg.fr>
7218
7219         Suppress unused value warning during compilation.
7220         * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
7221         calls to void.
7222         * tui/tui-stack.c (tui_show_locator_content): Likewise.
7223
7224 2010-04-12  Stan Shebs  <stan@codesourcery.com>
7225
7226         * tracepoint.c (tfile_xfer_partial): Check read result.
7227
7228 2010-04-12  Mike Frysinger  <vapier@gentoo.org>
7229
7230         * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
7231         * remote-sim.c (gdbsim_files_info): Likewise.
7232
7233 2010-04-12  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
7234
7235         * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
7236         * arm-linux-nat.c (arm_linux_vfp_register_count): New
7237         variable.
7238         (fetch_vfp_registers): New function to fetch VFP registers.
7239         (store_vfp_registers): New function to store VFP registers.
7240         (arm_linux_fetch_inferior_registers): Add support for VFP
7241         registers.
7242         (arm_linux_store_inferior_registers): Likewise.
7243         (arm_linux_read_description): Likewise.
7244         (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
7245         until we need it.
7246
7247 2010-04-11  H.J. Lu  <hongjiu.lu@intel.com>
7248
7249         * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
7250         tdep.
7251         (amd64_collect_xstateregset): Likewise.
7252
7253 2010-04-09  Stan Shebs  <stan@codesourcery.com>
7254
7255         * tracepoint.c (trace_status_mi): Report frames created.
7256
7257         * tracepoint.c (trace_dump_command): Include default-collect
7258         expressions.
7259
7260 2010-04-09  Ulrich Weigand  <uweigand@de.ibm.com>
7261
7262         * symtab.c (find_function_start_sal): Never return SAL pointing
7263         before function start address, even if line info is missing.
7264
7265 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
7266
7267         * NEWS: Mention tracepoints support.
7268
7269 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
7270
7271         * tracepoint.c (trace_status_mi): Report disconnected tracing and
7272         circular trace buffer statuses.
7273
7274 2010-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
7275
7276         * config/djgpp/fnchange.lst: Fix typo in translations for
7277         symbol-without-target_section.exp and symbol-without-target_section.c.
7278
7279 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
7280
7281         * breakpoint.c (condition_command): Pass condition expression to
7282         set_breakpoint_condition stripped from breakpoint number.
7283
7284 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
7285             Thiago Jung Bauermann  <bauerman@br.ibm.com>
7286             Tom Tromey  <tromey@redhat.com>
7287
7288         * breakpoint.c (condition_command): Simplify.  Move condition
7289         setting code to ...
7290         (set_breakpoint_condition): ... here.  New function.
7291         * breakpoint.h  (set_breakpoint_condition): Declare.
7292         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
7293         (SUBDIR_PYTHON_SRCS): Likewise.
7294         (py-breakpoint.o): New rule.
7295         * python/py-breakpoint.c: New file.
7296         * python/python-internal.h (gdbpy_breakpoints)
7297         (gdbpy_initialize_breakpoints): Declare.
7298         (GDB_PY_SET_HANDLE_EXCEPTION) Define.
7299
7300 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
7301
7302         * regformats/regdat.sh: Include server.h.  Don't include
7303         regcache.h.
7304
7305 2010-04-08  Stan Shebs  <stan@codesourcery.com>
7306             Pedro Alves  <pedro@codesourcery.com>
7307
7308         * tracepoint.h (struct trace_status): New fields disconnected_tracing
7309         and circular_buffer.
7310         (disconnect_tracing): Rename from disconnect_or_stop_tracing.
7311         * tracepoint.c (trace_status_command): Display target's status for
7312         disconnected tracing and circular buffer.
7313         (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
7314         query for non-disconnected-tracing case, remove the stop_tracing
7315         call.
7316         (tfile_open): Clear disconnected and circular buffer status.
7317         (trace_save): Save disconnected and circular buffer status.
7318         (parse_trace_status): Parse disconnected and circular buffer status,
7319         also recognize disconnected as a stop reason.
7320         * remote.c (remote_set_disconnected_tracing): Only set
7321         QTDisconnected if the remote end supports disconnected tracing.
7322         Warn otherwise, if trying to enable disconnected tracing.
7323         * infcmd.c (detach_command): Update disconnect_tracing call.
7324         * cli/cli-cmds.c (quit_command): Ditto.
7325
7326 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
7327
7328         * i387-tdep.c (i387_collect_xsave): Replace abort with
7329         internal_error.
7330
7331 2010-04-08  Stan Shebs  <stan@codesourcery.com>
7332
7333         * breakpoint.c (default_collect_info): New function.
7334         (breakpoints_info): Call it.
7335         (maintenance_info_breakpoints): Ditto.
7336         (tracepoints_info): Ditto.
7337
7338 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
7339
7340         * i387-tdep.c (i387_collect_xsave): Re-indent.
7341
7342 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
7343
7344         * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
7345         if HAVE_PTRACE_GETFPXREGS is defined.
7346         (i386_linux_read_description): Set have_ptrace_getfpxregs and
7347         have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
7348
7349         * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
7350         (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
7351         if .reg-xfp section doesn't exist.
7352         (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
7353
7354         * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
7355
7356         * i386-tdep.c: Include "features/i386/i386-mmx.c".
7357         (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
7358         (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional.  Set
7359         xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
7360         (i386_gdbarch_init): Update comments.
7361         (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
7362
7363         * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
7364
7365         * config/djgpp/fnchange.lst: Add i386 MMX XML files.
7366
7367         * features/Makefile (i386/i386-mmx-expedite): New.
7368         (i386/i386-mmx-linux-expedite): Likewise.
7369         ($(outdir)/i386/i386-mmx.dat): Likewise.
7370         ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
7371
7372         * features/i386/i386-mmx-linux.c: New.
7373         * features/i386/i386-mmx-linux.xml: Likewise.
7374         * features/i386/i386-mmx.c: Likewise.
7375         * features/i386/i386-mmx.xml: Likewise.
7376         * regformats/i386/i386-mmx-linux.dat: Likewise.
7377         * regformats/i386/i386-mmx.dat: Likewise.
7378
7379         * features/Makefile (WHICH): Add i386/i386-mmx and
7380         i386/i386-mmx-linux.
7381
7382 2010-04-08  Doug Evans  <dje@google.com>
7383
7384         * source.c (openp): Skip $cdir in PATH.
7385
7386 2010-04-08  Phil Muldoon  <pmuldoon@redhat.com>
7387
7388         PR python/11417
7389         * python/py-lazy-string.c (stpy_convert_to_value): Check for
7390         a NULL address.
7391         (gdbpy_create_lazy_string_object): Allow strings with a NULL
7392         address and a zero length.
7393
7394 2010-04-08  Hui Zhu  <teawater@gmail.com>
7395
7396         * i386-tdep.c (i386_process_record): Add support for insn
7397         rdtsc.
7398
7399 2010-04-07  Doug Evans  <dje@google.com>
7400
7401         * python/python.c (source_python_script): Use ensure_python_env
7402         to prepare environment for script.
7403
7404 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
7405
7406         * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
7407         <sys/uio.h> and "i386-xstate.h".
7408         (PTRACE_GETREGSET): New.
7409         (PTRACE_SETREGSET): Likewise.
7410         (have_ptrace_getregset): Likewise.
7411         (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
7412         registers.
7413         (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
7414         registers.
7415         (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
7416         (amd64_linux_store_inferior_registers): Likewise.
7417         (amd64_linux_read_description): Check and enable AVX target
7418         descriptions.
7419
7420         * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
7421         and "features/i386/amd64-avx-linux.c".
7422         (amd64_linux_regset_sections): New.
7423         (amd64_linux_core_read_description): Check and enable AVX
7424         target description.
7425         (amd64_linux_init_abi): Set xsave_xcr0_offset.  Call
7426         set_gdbarch_core_regset_sections.
7427         (_initialize_amd64_linux_tdep): Call
7428         initialize_tdesc_amd64_avx_linux.
7429
7430         * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
7431         AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
7432         (tdesc_amd64_avx_linux): New.
7433         (amd64_linux_update_xstateregset): Likewise.
7434
7435         * amd64-tdep.c: Include "features/i386/amd64-avx.c".
7436         (amd64_ymm_names): New.
7437         (amd64_ymmh_names): Likewise.
7438         (amd64_register_name): Likewise.
7439         (amd64_supply_xstateregset): Likewise.
7440         (amd64_collect_xstateregset): Likewise.
7441         (amd64_supply_xsave): Likewise.
7442         (amd64_collect_xsave): Likewise.
7443         (AMD64_NUM_REGS): Removed.
7444         (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
7445         %xmmN if AVX is available.
7446         (amd64_pseudo_register_name): Support pseudo YMM registers.
7447         (amd64_regset_from_core_section): Support .reg-xstate section.
7448         (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
7449         and ymm0h_regnum.  Call set_gdbarch_register_name.
7450         (amd64_init_abi): Call initialize_tdesc_amd64_avx.
7451
7452         * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
7453         AMD64_YMM15H_REGNUM.
7454         (AMD64_NUM_REGS): New.
7455         (amd64_supply_xsave): Likewise.
7456         (amd64_collect_xsave): Likewise.
7457         (amd64_register_name): Removed.
7458         (amd64_register_type): Likewise.
7459
7460 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
7461
7462         * i387-tdep.c: Include "i386-xstate.h".
7463         (XSAVE_XSTATE_BV_ADDR): New.
7464         (xsave_avxh_offset): Likewise.
7465         (XSAVE_AVXH_ADDR): Likewise.
7466         (i387_supply_xsave): Likewise.
7467         (i387_collect_xsave): Likewise.
7468
7469         * i387-tdep.h (I387_NUM_YMM_REGS): New.
7470         (I387_YMM0H_REGNUM): Likewise.
7471         (I387_YMMENDH_REGNUM): Likewise.
7472         (i387_supply_xsave): Likewise.
7473         (i387_collect_xsave): Likewise.
7474
7475 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
7476
7477         * i386-linux-nat.c: Include "regset.h", "elf/common.h",
7478         <sys/uio.h> and "i386-xstate.h".
7479         (PTRACE_GETREGSET): New.
7480         (PTRACE_SETREGSET): Likewise.
7481         (fetch_xstateregs): Likewise.
7482         (store_xstateregs): Likewise.
7483         (GETXSTATEREGS_SUPPLIES): Likewise.
7484         (regmap): Include 8 upper YMM registers.
7485         (i386_linux_fetch_inferior_registers): Support XSAVE extended
7486         state.
7487         (i386_linux_store_inferior_registers): Likewise.
7488         (i386_linux_read_description): Check and enable AVX target
7489         descriptions.
7490
7491         * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
7492         "i386-xstate.h" and "features/i386/i386-avx-linux.c".
7493         (i386_linux_regset_sections): Add ".reg-xstate".
7494         (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
7495         (i386_linux_core_read_xcr0): New.
7496         (i386_linux_core_read_description): Check and enable AVX target
7497         description.
7498         (i386_linux_init_abi): Set xsave_xcr0_offset.
7499         (_initialize_i386_linux_tdep): Call
7500         initialize_tdesc_i386_avx_linux.
7501
7502         * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
7503         I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
7504         (i386_linux_core_read_xcr0): New.
7505         (tdesc_i386_avx_linux): Likewise.
7506         (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
7507
7508         * i386-tdep.c: Include "i386-xstate.h" and
7509         "features/i386/i386-avx.c".
7510         (i386_ymm_names): New.
7511         (i386_ymmh_names): Likewise.
7512         (i386_ymmh_regnum_p): Likewise.
7513         (i386_ymm_regnum_p): Likewise.
7514         (i386_xmm_regnum_p): Likewise.
7515         (i386_register_name): Likewise.
7516         (i386_ymm_type): Likewise.
7517         (i386_supply_xstateregset): Likewise.
7518         (i386_collect_xstateregset): Likewise.
7519         (i386_sse_regnum_p): Removed.
7520         (i386_pseudo_register_name): Support pseudo YMM registers.
7521         (i386_pseudo_register_type): Likewise.
7522         (i386_pseudo_register_read): Likewise.
7523         (i386_pseudo_register_write): Likewise.
7524         (i386_dbx_reg_to_regnum): Return %ymmN register number for
7525         %xmmN if AVX is available.
7526         (i386_regset_from_core_section): Support .reg-xstate section.
7527         (i386_register_reggroup_p): Supper upper YMM and YMM registers.
7528         (i386_process_record): Replace i386_sse_regnum_p with
7529         i386_xmm_regnum_p.
7530         (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
7531         Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
7532         (i386_gdbarch_init): Set xstateregset.  Set xsave_xcr0_offset.
7533         Call set_gdbarch_register_name.  Replace I386_SSE_NUM_REGS with
7534         I386_AVX_NUM_REGS.  Set ymmh_register_names, ymm0h_regnum and
7535         num_ymm_regs.  Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
7536         Set ymm0_regnum.
7537         (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
7538
7539         * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
7540         xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
7541         i386_ymm_type.
7542         (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
7543         (I386_AVX_NUM_REGS): New.
7544         (i386_xmm_regnum_p): Likewise.
7545         (i386_ymm_regnum_p): Likewise.
7546         (i386_ymmh_regnum_p): Likewise.
7547
7548         * common/i386-xstate.h: New.
7549
7550 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
7551
7552         * config/djgpp/fnchange.lst: Add x86 AVX XML files.
7553
7554         * features/Makefile (WHICH): Add i386/i386-avx,
7555         i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
7556         (i386/i386-avx-expedite): New.
7557         (i386/i386-avx-linux-expedite): Likewise.
7558         (i386/x86-64-avx-expedite):Likewise.
7559         (i386/x86-64-avx-linux-expedite): Likewise.
7560         ($(outdir)/i386/i386-avx.dat): New dependency.
7561         ($(outdir)/i386/i386-avx-linux.dat): Likewise.
7562         ($(outdir)/i386/x86-avx-64.dat): Likewise.
7563         ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
7564
7565         * features/i386/32bit-avx.xml: New.
7566         * features/i386/64bit-avx.xml: Likewise.
7567         * features/i386/i386-avx-linux.c: Likewise.
7568         * features/i386/i386-avx-linux.xml: Likewise.
7569         * features/i386/i386-avx.c: Likewise.
7570         * features/i386/i386-avx.xml: Likewise.
7571         * features/i386/x86-64-avx-linux.c: Likewise.
7572         * features/i386/x86-64-avx-linux.xml: Likewise.
7573         * features/i386/x86-64-avx.c: Likewise.
7574         * features/i386/x86-64-avx.xml: Likewise.
7575         * regformats/i386/i386-avx-linux.dat: Likewise.
7576         * regformats/i386/i386-avx.dat: Likewise.
7577         * regformats/i386/x86-64-avx-linux.dat: Likewise.
7578         * regformats/i386/x86-64-avx.dat: Likewise.
7579
7580 2010-04-07  Doug Evans  <dje@google.com>
7581
7582         * top.c (source_file_name): Make const char *.
7583         * top.h (source_file_name): Update.
7584         * cli/cli-script.c (source_cleanup_lines_args): Make old_file
7585         const char *.
7586         (script_from_file): Change `file' arg to const char *.
7587         * cli/cli-script.h (script_from_file): Update.
7588
7589 2010-04-06  Doug Evans  <dje@google.com>
7590
7591         * cli/cli-cmds.c (source_command): Run cleanups.
7592
7593 2010-04-06  Stan Shebs  <stan@codesourcery.com>
7594
7595         * defs.h (char_ptr): Move typedef here from...
7596         * ada-lang.c (char_ptr): Remove.
7597         * charset.c (char_ptr): Remove.
7598         * tracepoint.h (struct uploaded_string): Remove.
7599         (struct uploaded_tp): Use vectors for string arrays.
7600         * tracepoint.c (trace_save): Use vectors of actions.
7601         (parse_tracepoint_definition): Ditto.
7602         (get_uploaded_tp): Clear vectors.
7603         * breakpoint.c (create_tracepoint_from_upload): Use vectors.
7604         (next_cmd): Change to an int.
7605         (read_next_cmd): Use vector of command strings.
7606
7607 2010-04-06  Doug Evans  <dje@google.com>
7608
7609         * top.h (source_script, cd_command): Delete.
7610         * main.c: #include "cli/cli-cmds.h"
7611
7612 2010-04-06  Kevin Buettner  <kevinb@redhat.com>
7613
7614         * m32c-tdep.c (make_types): When calling `arch_type', pass size of
7615         type in bytes, not bits.
7616
7617 2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
7618
7619         * stabsread.c (define_symbol): Add support for char
7620         and string constants.
7621
7622 2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
7623
7624         Remove remaining "%ll" uses.
7625         * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
7626         hex_string call.
7627         * rs6000-nat.c (rs6000_ptrace64): Idem.
7628         * solib-pa64.c (pa64_current_sos): Idem.
7629         * solib-spu.c (spu_current_sos): Idem.
7630         * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
7631         plongest call.
7632         * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
7633         phex (VAR, 8) call.
7634         * sh64-tdep.c (sh64_show_media_regs): Idem.
7635
7636 2010-04-05  Stan Shebs  <stan@codesourcery.com>
7637
7638         * tracepoint.c: Include gdbcore.h.
7639         (tfile_xfer_partial): Return partial results, also try reading
7640         from executable.
7641         (tfile_has_all_memory): New function.
7642         (init_tfile_ops): Use it.
7643
7644 2010-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
7645
7646         PR gdb/10736:
7647         * xml-syscall.c (my_gdb_datadir): New variable to keep track of
7648         the changes in data-directory.
7649         (init_sysinfo): Reload the syscall XML file if the data-directory
7650         has changed.
7651
7652 2010-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7653
7654         Code cleanup.
7655         * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
7656
7657 2010-04-04  Stan Shebs  <stan@codesourcery.com>
7658             Nathan Sidwell  <nathan@codesourcery.com>
7659
7660         * breakpoint.c (breakpoint_1): Add filter argument, return number of
7661         breakpoints printed.
7662         (is_hardware_watchpoint): Make argument const.
7663         (is_watchpoint): Ditto.
7664         (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
7665         use it everywhere.
7666         (breakpoints_info): Pass NULL to breakpoint_1.
7667         (maintenance_info_breakpoints): Ditto.
7668         (watchpoints_info): New function.
7669         (tracepoints_info): Use breakpoint_1 filter.
7670         (set_ignore_count): Warn that tracepoint ignore count will be ignored.
7671         (_initialize_breakpoint): Make "info watchpoints" its own command.
7672         * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
7673         * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
7674
7675 2010-04-04  Stan Shebs  <stan@codesourcery.com>
7676
7677         * tracepoint.c (tfile_fetch_registers): Add fallback case.
7678
7679 2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
7680
7681         * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
7682         * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
7683
7684 2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
7685
7686         * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
7687         * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
7688
7689 2010-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7690
7691         * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
7692         code form.
7693
7694 2010-04-02  Hui Zhu  <teawater@gmail.com>
7695
7696         * i386-tdep.c (OT_DQUAD): New enum.
7697         (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
7698         SSE3, SSSE3 and SSE4.
7699
7700 2010-04-02  Hui Zhu  <teawater@gmail.com>
7701
7702         * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
7703         "*addr = 0".
7704
7705 2010-04-02  Pedro Alves  <pedro@codesourcery.com>
7706
7707         * tracepoint.c (trace_dump_actions): New, factored out from
7708         trace_dump_command, and adjusted to recurse into while-stepping's
7709         action list.
7710         (trace_dump_command): Use it.
7711
7712 2010-04-02  Pedro Alves  <pedro@codesourcery.com>
7713
7714         * breakpoint.h (struct counted_command_line): Moved definition to
7715         breakpoint.c, and forward declare.
7716         (breakpoint_commands): Declare.
7717         * breakpoint.c (struct counted_command_line): Moved here.
7718         (breakpoint_commands): New.
7719         * tracepoint.c (encode_actions): Use breakpoint_commands.
7720         * remote.c (remote_download_tracepoint): Ditto.
7721
7722 2010-04-01  H.J. Lu  <hongjiu.lu@intel.com>
7723
7724         * remote.c (remote_parse_stop_reply): Use hex_string instead
7725         of phex_nz for error.
7726
7727 2010-04-01  Stan Shebs  <stan@codesourcery.com>
7728             Nathan Sidwell  <nathan@codesourcery.com>
7729
7730         * tracepoint.h (enum actionline_type): Remove.
7731         (validate_actionline): Change return to void.
7732         * tracepoint.c (report_agent_reqs_errors): New function.
7733         (validate_actionline): Call it, change return to void, report errors
7734         more consistently.
7735         (collect_symbol): Call report_agent_reqs_errors.
7736         (encode_actions_1): Ditto.
7737         (encode_actions): Don't expect a result from validate_actionline.
7738
7739 2010-04-01  Stan Shebs  <stan@codesourcery.com>
7740
7741         * tracepoint.c (trace_start_command): Confirm if trace is running.
7742         (trace_stop_command): Error if trace not running.
7743
7744 2010-04-01  H.J. Lu  <hongjiu.lu@intel.com>
7745
7746         * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
7747         (AMD64_NUM_LOWER_BYTE_REGS): New.
7748         (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
7749         (amd64_pseudo_register_write): Likewise.
7750         (amd64_init_abi): Set num_byte_regs to 20.
7751
7752 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
7753
7754         * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
7755         (prev_breakpoint_count): New.
7756         (set_breakpoint_count): Adjust.
7757         (rbreak_start_breakpoint_count): New.
7758         (start_rbreak_breakpoints): Adjust.
7759         (end_rbreak_breakpoints): Adjust.
7760         (struct commands_info) <arg>: New field.
7761         (do_map_commands_command): Tweak output to include breakpoint spec
7762         range.
7763         (commands_command_1): Adjust.  Avoid setting an xfree cleanup if
7764         ARG was empty on entry.  Set INFO's arg.
7765         (create_breakpoint): Adjust.
7766
7767         * NEWS: Clarify `commands' changes.
7768
7769 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
7770
7771         * tracepoint.c: Include stack.h.
7772         (struct add_local_symbols_data): New.
7773         (do_collect_symbol): New.
7774         (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
7775         iterate_over_block_local_vars.
7776         * stack.c (print_block_frame_locals): Rewrite as ...
7777         (iterate_over_block_locals): ... this.  Take a callback function
7778         pointer and generic data pointer, and call that instead of
7779         print_variable_and_value.
7780         (struct print_variable_and_value_data): New.
7781         (do_print_variable_and_value): New.
7782         (iterate_over_block_local_vars): New, abstracted out from
7783         print_frame_local_vars.
7784         (print_frame_local_vars): Rewrite using
7785         iterate_over_block_local_vars.
7786         (iterate_over_block_arg_vars): New, abstracted out from
7787         print_frame_arg_vars.
7788         (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
7789         * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
7790         (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
7791
7792 2010-03-31  Richard Earnshaw  <rearnsha@arm.com>
7793
7794         * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
7795         instructions.  Use the PC+4 if the base of the TBB or TBH is the
7796         PC register.
7797
7798 2010-03-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
7799
7800         Fix crash on reading wrong function declaration DWARF.
7801         * dwarf2read.c (read_subroutine_type): New variable void_type.
7802         Pre-fill all TYPE_FIELD_TYPEs.  Move nparams and iparams initialization
7803         more close to their use.
7804
7805 2010-03-31  Stan Shebs  <stan@codesourcery.com>
7806
7807         * breakpoint.c (tracepoint_save_command): Include variables,
7808         conditionals, tracepoint types, and default-collect.
7809         * tracepoint.c (save_trace_state_variables): New function.
7810         * tracepoint.h (save_trace_state_variables): Declare it.
7811
7812 2010-03-31  Pierre Muller  <muller@ics.u-strasbg.fr>
7813
7814         * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
7815
7816 2010-03-30  Keith Seitz  <keiths@redhat.com>
7817
7818         * c-typeprint.c (c_type_print_args): Don't print "void"
7819         for java, regardless of whether it is TYPE_PROTOTYPED.
7820         Use the passed-in language instead of current_language.
7821         (c_type_print_varspec_suffix): Use current_language instead
7822         of assuming language_c.
7823         * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
7824         any return type specifier from the physname.
7825
7826 2010-03-30  Pedro Alves  <pedro@codesourcery.com>
7827
7828         * tui/tui-interp.c (tui_is_toplevel): New.
7829         (tui_init): Set it.
7830         (tui_allowed_p): New.
7831         * tui/tui.c (tui_enable): Check if the TUI is allowed before
7832         enabling it.
7833         * tui/tui.h (tui_allowed_p): Declare.
7834
7835 2010-03-30  Ozkan Sezer  <sezeroz@gmail.com>
7836
7837         * serial.h: Include winsock2.h before windows.h.
7838
7839 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
7840
7841         * NEWS: Mention xmlRegisters= in qSupported packet.
7842
7843         * i386-tdep.c: Include "remote.h".
7844         (_initialize_i386_tdep): Call register_remote_support_xml.
7845
7846         * remote.c (remote_support_xml): New.
7847         (register_remote_support_xml): Likewise.
7848         (remote_query_supported_append): Likewise.
7849         (remote_query_supported): Support remote_support_xml.
7850
7851         * remote.h (register_remote_support_xml): New.
7852
7853 2010-03-29  Stan Shebs  <stan@codesourcery.com>
7854
7855         * tracepoint.c (trace_find_line_command): Remove dead code.
7856
7857         * tracepoint.h (struct uploaded_string): New struct.
7858         (struct uploaded_tp): New fields for source strings.
7859         * breakpoint.c (this_utp, next_cmd): New globals.
7860         (read_uploaded_action): New function.
7861         (create_tracepoint_from_upload): Fill in more parts
7862         of a tracepoint.
7863         * tracepoint.c (encode_source_string): New function.
7864         (trace_save): Write out source strings, fix error checks.
7865         (parse_tracepoint_definition): Add source string parsing.
7866         * remote.c (PACKET_TracepointSource): New packet type.
7867         (remote_download_command_source): New function.
7868         (remote_download_tracepoint): Download source pieces also.
7869         (_initialize_remote): Add packet config command.
7870
7871         * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
7872         expression handler.
7873
7874         * tracepoint.c (start_tracing): Check tracepoints before sending
7875         commands to target, don't start if all tracepoints disabled.
7876
7877 2010-03-28  Pedro Alves  <pedro@codesourcery.com>
7878
7879         * cli/cli-script.c (process_next_line): Handle 'stepping'.
7880
7881 2010-03-26  Stan Shebs  <stan@codesourcery.com>
7882
7883         * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
7884
7885 2010-03-26  Tom Tromey  <tromey@redhat.com>
7886
7887         * breakpoint.c (commands_command_1): Duplicate 'arg'.
7888
7889 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
7890
7891         * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
7892         (skip_prologue_sal): Remove local definition.
7893         (resolve_sal_pc): Remove now unnecessary code.
7894         * linespec.c (minsym_found): Call skip_prologue_sal.
7895         * symtab.c (find_function_start_pc): Remove.
7896         (find_function_start_sal): Extract prologue skipping into ...
7897         (skip_prologue_sal): ... this new function.  Handle code both
7898         with and without debug info.  Respect SAL's explicit_pc and
7899         explicit_line flags.  Inline old find_function_start_pc.
7900         * symtab.h (find_function_start_pc): Remove.
7901         (skip_prologue_sal): Add prototype.
7902
7903 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
7904
7905         * dwarf2read.c (read_func_scope): Also scan specification DIEs
7906         for DW_TAG_imported_module children.
7907
7908 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
7909
7910         * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
7911         ignoring spurious DW_AT_name attributes for unnamed structs or unions.
7912         * completer.c (add_struct_fields): Fix inverted logic.
7913
7914 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
7915
7916         * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
7917
7918 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
7919
7920         * tracepoint.c (current_trace_status): Don't make sure error_desc
7921         is non-NULL here.
7922         (parse_trace_status): Release a previous error_desc string, and
7923         set it to NULL by default.  If stop reason is tracepoint_error,
7924         make sure error_desc is not left NULL.
7925
7926 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
7927
7928         * tracepoint.c (trace_save): Remove X from tracepoint error
7929         description.
7930
7931 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
7932
7933         * tracepoint.c (parse_trace_status): Don't allow plain strings in
7934         the terror description.  Don't expect an X prefix.
7935
7936 2010-03-25  Stan Shebs  <stan@codesourcery.com>
7937
7938         * tracepoint.h (trace_stop_reason): Add tracepoint_error.
7939         (struct trace_status): New field error_desc.
7940         * tracepoint.c (stop_reason_names): Add terror.
7941         (current_trace_status): Ensure non-NULL error description.
7942         (trace_status_command): Add error report.
7943         (trace_status_mi): Ditto.
7944         (trace_save): Add special case for error description.
7945         (parse_trace_status): Add case for errors.
7946
7947 2010-03-25  Keith Seitz  <keiths@redhat.com>
7948
7949         * dwarf2read.c (read_subroutine_type): If the compilation unit
7950         language is Java, mark any formal parameter named "this" as
7951         artificial (GCC/43521).
7952         (dwarf2_name): Add special handling for Java constructors.
7953
7954 2010-03-25  Tom Tromey  <tromey@redhat.com>
7955
7956         PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
7957         * infrun.c (handle_inferior_event): Change initialization of
7958         stop_stack_dummy.
7959         (handle_inferior_event): Change assignment to stop_stack_dummy.
7960         (normal_stop): Update use of stop_stack_dummy.
7961         (struct inferior_status) <stop_stack_dummy>: Change type.
7962         * inferior.h (stop_stack_dummy): Update.
7963         * infcmd.c (stop_stack_dummy): Change type.
7964         * infcall.c (cleanup_delete_std_terminate_breakpoint): New
7965         function.
7966         (call_function_by_hand): Call set_std_terminate_breakpoint.
7967         Rewrite std::terminate handling.
7968         * breakpoint.h (enum bptype) <bp_std_terminate,
7969         bp_std_terminate_master>: New.
7970         (enum stop_stack_kind): New.
7971         (struct bpstat_what) <call_dummy>: Change type.
7972         (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
7973         Declare.
7974         * breakpoint.c (create_std_terminate_master_breakpoint): New
7975         function.
7976         (update_breakpoints_after_exec): Handle bp_std_terminate_master.
7977         Call create_std_terminate_master_breakpoint.
7978         (print_it_typical): Handle new breakpoint kinds.
7979         (bpstat_stop_status): Handle bp_std_terminate_master.
7980         (bpstat_what): Correctly set call_dummy field.  Handle
7981         bp_std_terminate_master and bp_std_terminate.
7982         (print_one_breakpoint_location): Update.
7983         (allocate_bp_location): Update.
7984         (set_std_terminate_breakpoint): New function.
7985         (delete_std_terminate_breakpoint): Likewise.
7986         (create_thread_event_breakpoint): Update.
7987         (delete_command): Update.
7988         (breakpoint_re_set_one): Update.
7989         (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
7990
7991 2010-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
7992
7993         * symfile.c (build_section_addr_info_from_bfd): New.
7994         (build_section_addr_info_from_objfile): Base it on
7995         build_section_addr_info_from_bfd.
7996         (addrs_section_compar, addrs_section_sort): New.
7997         (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
7998         addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs.  Build
7999         addrs_to_abfd_addrs.  Use it for recalculating ADDRS.
8000
8001 2010-03-24  Michael Snyder  <msnyder@localhost.localdomain>
8002
8003         * elfread.c (find_separate_debug_file_by_buildid):
8004         Remove unused local variable.
8005
8006 2010-03-24  Tom Tromey  <tromey@redhat.com>
8007
8008         PR breakpoints/9352:
8009         * NEWS: Mention changes to `commands' and `rbreak'.
8010         * symtab.c (do_end_rbreak_breakpoints): New function.
8011         (rbreak_command): Call start_rbreak_breakpoints; arrange to call
8012         end_rbreak_breakpoints.
8013         * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
8014         (set_breakpoint_count): Likewise.  Clear last_was_multi.
8015         (multi_start, multi_end, last_was_multi): New globals.
8016         (start_rbreak_breakpoints, end_rbreak_breakpoints): New
8017         functions.
8018         (struct commands_info): New
8019         (do_map_commands_command): New function.
8020         (commands_command_1): New function.
8021         (commands_command): Use it.
8022         (commands_from_control_command): Likewise.
8023         (do_delete_breakpoint): New function.
8024         (delete_command): Use it.
8025         (map_breakpoint_numbers): Add 'data' argument.  Pass to callback.
8026         (do_map_disable_breakpoint): New function.
8027         (disable_command): Use it.
8028         (do_map_enable_breakpoint): New function.
8029         (enable_command): Use it.
8030         (enable_once_breakpoint): Add argument.
8031         (enable_once_command): Update.
8032         (enable_delete_breakpoint): Add argument.
8033         (enable_delete_command): Update.
8034         (break_command_really): Set last_was_multi when needed.
8035         (check_tracepoint_command): Fix formatting.
8036         (validate_commands_for_breakpoint): New function.
8037         (breakpoint_set_commands): Use it.
8038         (tracepoint_save_command): Update.
8039         * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
8040         Declare.
8041
8042 2010-03-24  Tom Tromey  <tromey@redhat.com>
8043
8044         * breakpoint.h (struct counted_command_line): New struct.
8045         (struct breakpoint) <commands>: Change type.
8046         (struct bpstats) <commands>: Change type.
8047         <commands_left>: New field.
8048         * breakpoint.c (alloc_counted_command_line): New function.
8049         (incref_counted_command_line): Likewise.
8050         (decref_counted_command_line): Likewise.
8051         (do_cleanup_counted_command_line): Likewise.
8052         (make_cleanup_decref_counted_command_line): Likewise.
8053         (breakpoint_set_commands): Use decref_counted_command_line and
8054         alloc_counted_command_line.
8055         (commands_command): Don't error if breakpoint commands are
8056         executing.
8057         (commands_from_control_command): Likewise.
8058         (bpstat_free): Update.
8059         (bpstat_copy): Likewise.
8060         (bpstat_clear_actions): Likewise.
8061         (bpstat_do_actions_1): Likewise.
8062         (bpstat_stop_status): Likewise.
8063         (print_one_breakpoint_location): Likewise.
8064         (delete_breakpoint): Likewise.
8065         (bpstat_alloc): Initialize new field.
8066         (tracepoint_save_command): Update.
8067         * tracepoint.c (encode_actions): Update.
8068         (trace_dump_command): Update.
8069
8070 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
8071
8072         * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
8073         * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
8074         (read_structure_type): For RealView, set TYPE_STUB on structures with
8075         no byte size and no children.
8076         (read_subroutine_type): Mark functions as prototyped by default.
8077         * symtab.c (producer_is_realview): New function.
8078         * symtab.h (expand_line_sal): Fix declaration formatting.
8079         (producer_is_realview): Declare.
8080
8081 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
8082
8083         * arm-tdep.c (skip_prologue_function): New function.
8084         (submask, bit, bits, sbits, BranchDest): Move higher in the file.
8085         (thumb_analyze_prologue): Document return value.  Recognize more
8086         Thumb instructions, skippable calls, and some Thumb-2 instructions.
8087         Add debug output.
8088         (arm_skip_prologue): Remove call dummy check.  Check the prologue
8089         for non-GNU compilers.
8090         (arm_instruction_changes_pc): New function.
8091         (arm_analyze_prologue): New function, broken out from
8092         arm_scan_prologue.  Recognize more ARM instructions and skippable
8093         calls.  Update comments.  Handle NULL cache.  Return the address
8094         of the first unrecognized instruction.  Do not skip past other
8095         instructions which change control flow.  Add debug output.
8096         (arm_scan_prologue): Use arm_analyze_prologue.
8097         (ARM_PC_32): Delete.
8098         (shifted_reg_val): Simplify ARM_PC_32 check.
8099
8100 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
8101
8102         * tracepoint.c (tvariables_info_1): Actually compute
8103         the number of rows in the result.
8104
8105 2010-03-24  Pedro Alves  <pedro@codesourcery.com>
8106
8107         * remote.c (crc32): Constify `buf' parameter.
8108         (remote_verify_memory): New, abstracted out from...
8109         (compare_sections_command): ... this.  Remove hardcoded target
8110         checks.
8111         (init_remote_ops): Install remote_verify_memory.
8112         * target.c (target_verify_memory): New.
8113         * target.h (struct target_ops) <to_verify_memory>: New field.
8114         (target_verify_memory): Declare.
8115
8116 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
8117
8118         Implement -trace-save.
8119
8120         * mi-cmds.h (mi_cmds_trace_save): Declare.
8121         * mi-cmds.c (mi_cmds): Register -trace-save.
8122         * mi/mi-main.c (mi_cmd_trace_save): New.
8123         * remote.c (remote_save_trace_data): Take const parameter.
8124         * target.h (struct target_ops::to_save_trace_data): Take
8125         const parameter.
8126         * target.c (update_current_target): Adjust to the above.
8127         * tracepoint.c (trave_save): New, extracted from
8128         (trace_save_command): ...this.
8129         (tfile_trace_find): Remove message that is unnecessary now
8130         that 'tfind' reports found frame.
8131         * tracepoint.h (trace_save): Declare.
8132
8133 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
8134
8135         Implement -trace-find.
8136
8137         * mi/mi-cmds.c (mi_cmds): Register -trace-find.
8138         * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
8139         * mi/mi-main.c (mi_cmd_trace_find): New.
8140         * target.h (struct target_ops): Document to_trace_find.
8141         * tracepoint.h (tfind_1): Declare.
8142         * tracepoint.c (finish_tfind_command): Rename to...
8143         (tfind_1): ...this.
8144         * remote.c (remote_trace_find): Return -1 if target say
8145         there's no frame.  Improve error diagnostics.
8146
8147 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
8148
8149         -trace-define-variable and -trace-list-variables.
8150
8151         * tracepoint.c (create_trace_state_variable): Make
8152         private copy of name, as opposed to assuming the
8153         pointer lives forever.
8154         (tvariables_info_1): New.
8155         (tvariables_info): Use the above.
8156         * tracepoint.h (create_trace_state_variable, tvariables_info_1):
8157         Declare.
8158         * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
8159         and -trace-list-variables.
8160         * mi/mi-cmds.h (mi_cmd_trace_define_variable)
8161         (mi_cmd_trace_list_variables): New.
8162         * mi/mi-main.c (mi_cmd_trace_define_variable)
8163         (mi_cmd_trace_list_variables): New.
8164
8165 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
8166
8167         Implement -break-passcount.
8168
8169         * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
8170         * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
8171         * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
8172
8173 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
8174
8175         -trace-start/-trace-end/-trace-status.
8176
8177         * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
8178         and -trace-stop.
8179         * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
8180         (mi_cmd_trace_stop): Declare.
8181         * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
8182         (mi_cmd_trace_stop): New.
8183         * tracepoint.c (start_tracing): New, extracted from...
8184         (trace_start_command): ...this.
8185         (trace_status_mi): New.
8186         * tracepoint.h (struct trace_status): Document
8187         stopping_tracepoint.
8188         (start_tracing, stop_tracing, trace_status_mi): Declare.
8189
8190 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
8191
8192         Implement creating tracepoints with -break-insert.
8193
8194         * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
8195         to mean that tracepoint should be created.
8196
8197 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
8198
8199         * breakpoint.c (check_no_tracepoint_commands): Use
8200         current spelling of 'teval'.
8201
8202 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
8203
8204         Unify actions and commands
8205
8206         * defs.h (read_command_lines, read_command_lines_1): New
8207         parameters validator and closure.
8208         * tracepoint.h (struct action_line): Remove.
8209         * breakpoint.h (struct breakpoint): Remove the 'actions'
8210         field.
8211         * defs.h (enum command_control_type): New value
8212         while_stepping_control.
8213         (struct command_line): Add comments.
8214         * breakpoint.c (breakoint_is_tracepoint): New.
8215         (breakpoint_set_commands): For tracepoints,
8216         verify the commands are permissible.
8217         (check_tracepoint_commands): New.
8218         (commands_command): Require that each new line is validated using
8219         check_tracepoint_command, if we set commands for a tracepoint.
8220         (create_tracepoint_from_upload): Likewise.
8221         (print_one_breakpoint_location): Remove the code to print
8222         actions specifically.
8223         (tracepoint_save_command): Relay to print_command_lines.
8224         * cli/cli-script.c (process_next_line): New parameters validator
8225         and closure. Handle 'while-stepping'. Call validator if not null.
8226         (read_command_lines, read_command_lines1): Likewise.
8227         (recurse_read_control_structure): New parameters validator and
8228         closure. Handle while_stepping_control.
8229         (print_command_lines): Handle while-stepping.
8230         (get_command_line, define_command, document_command): Adjust.
8231         * remote.c (remote_download_tracepoint): Adjust.
8232         * tracepoint.c (make_cleanup_free_actions, read_actions)
8233         (free_actions, do_free_actions_cleanup): Remove.
8234         (trace_actions_command): Use read_command_lines.
8235         (validate_actionline): Use error in one place.
8236         (encode_actions_1): New, extracted from...
8237         (encode_actions): ...this. Also use cleanups for exception
8238         safety.
8239         (trace_dump_command): Adjust.
8240         * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
8241         it's tracepoint.
8242
8243 2010-03-23  Mike Frysinger  <vapier@gentoo.org>
8244
8245         * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
8246
8247 2010-03-22  Stan Shebs  <stan@codesourcery.com>
8248
8249         * value.c (value_static_field): Be lazy about the field's value.
8250
8251 2010-03-22  Reid Kleckner  <reid@kleckner.net>
8252
8253         PR gdb/11094
8254         * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
8255         bp_jit_event.
8256         (disable_breakpoints_in_shlibs): Likewise.
8257
8258 2010-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
8259
8260         * dwarf2read.c (partial_die_parent_scope): Work around buggy
8261         GCC 4.1 debug info generation (GCC PR c++/28460).
8262         (determine_prefix): Likewise.
8263
8264 2010-03-20  Daniel Jacobowitz  <dan@codesourcery.com>
8265
8266         * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
8267         get_current_arch.
8268         * tui/tui-layout.c (extract_display_start_addr): Likewise.
8269
8270 2010-03-19  Stan Shebs  <stan@codesourcery.com>
8271
8272         * ax-gdb.c (gen_fetch): Handle bool.
8273         (gen_usual_unary): Ditto.
8274         (gen_cast): Ditto.
8275         (gen_equal): New function.
8276         (gen_less): New function.
8277         (gen_expr_binop_rest): Call them, also return integer type from
8278         logical operations.
8279         (gen_expr): Ditto.
8280
8281 2010-03-19  Tom Tromey  <tromey@redhat.com>
8282
8283         * jv-lang.c (jv_dynamics_objfile_data_key)
8284         (jv_type_objfile_data_key): New globals.
8285         (class_symtab): Move earlier.
8286         (jv_per_objfile_free): New function.
8287         (get_dynamics_objfile): Call set_objfile_data.  Add 'gdbarch'
8288         parameter.
8289         Remove ancient #if 1.
8290         (add_class_symbol): Remove redundant declaration.
8291         (java_lookup_class): Use alloc_type, not alloc_type_arch.
8292         (java_link_class_type): Mark as static.  Update.
8293         (jv_clear_object_type): New function.
8294         (set_java_object_type): Likewise.
8295         (get_java_object_type): Use set_java_object_type.
8296         (is_object_type): Likewise.
8297         (_initialize_java_language): Register new objfile keys.
8298         (get_java_class_symtab): Add 'gdbarch' parameter.
8299         (add_class_symtab_symbol): Update.
8300         (type_from_class): Update.
8301
8302 2010-03-19  Stan Shebs  <stan@codesourcery.com>
8303
8304         * ax-general.c (ax_const_l): Fix a sizing bug.
8305
8306 2010-03-18  Joel Brobecker  <brobecker@adacore.com>
8307
8308         GDB 7.1 released.
8309
8310 2010-03-18  Stan Shebs  <stan@codesourcery.com>
8311             Pedro Alves  <pedro@codesourcery.com>
8312
8313         * target.h (struct target_ops): New method
8314         to_set_circular_trace_buffer.
8315         (target_set_circular_trace_buffer): New macro.
8316         * target.c (update_current_target): Add
8317         to_set_circular_trace_buffer, fix to_set_disconnected_tracing
8318         default behavior.
8319         * remote.c (remote_set_circular_trace_buffer): New function.
8320         (init_remote_ops): Add it to vector.
8321         * tracepoint.h (struct trace_status): New field traceframes_created,
8322         change buffer_size and buffer_free to int.
8323         * tracepoint.c (circular_trace_buffer): New global.
8324         (start_tracing): Send values of disconnected tracing and circular
8325         trace buffer settings.
8326         (set_circular_trace_buffer): New function.
8327         (parse_trace_state): Handle total space and frames created.
8328         (trace_status_command): Display total space and total frames
8329         created.
8330         (trace_save): Write out new status values.
8331         (parse_trace_status): Set traceframe_count, traceframes_created,
8332         buffer_free and buffer_size to -1 by default.
8333         (_initialize_tracepoint): New setshow for circular-trace-buffer.
8334         * NEWS: Mention the circular trace buffer option.
8335
8336 2010-03-18  Tom Tromey  <tromey@redhat.com>
8337
8338         * infcmd.c (finish_command_continuation): Wrap print_return_value
8339         in TRY_CATCH.
8340
8341 2010-03-18  Joel Brobecker  <brobecker@adacore.com>
8342
8343         * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
8344         DIE has a name before creating the associated partial symbol.
8345         (read_func_scope): Emit a complaint if the subprogram does not
8346         have a name or when we can't extract the subprogram PC bounds.
8347
8348 2010-03-18  Ulrich Weigand  <uweigand@de.ibm.com>
8349
8350         * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
8351         instead of selected frame architecture.
8352
8353 2010-03-18  Pedro Alves  <pedro@codesourcery.com>
8354
8355         * infcmd.c (until_command): Use ERROR_NO_INFERIOR.  Ensure there's
8356         a valid selected thread, and that it is not running.
8357         (advance_command): Ditto.
8358         (finish_command): Ditto.
8359
8360 2010-03-17 Stan Shebs  <stan@codesourcery.com>
8361
8362         * ax-gdb.c (require_rvalue): Disallow non-scalars.
8363
8364         * infcall.c: Include tracepoint.h.
8365         (call_function_by_hand): Disallow calls in tfind mode.
8366         * infcmd.c: Include tracepoint.h.
8367         (ensure_not_tfind_mode): New function.
8368         (continue_1): Call it.
8369         (step_1) Ditto.
8370         (jump_command): Ditto.
8371         (signal_command): Ditto.
8372         (advance_command): Ditto.
8373         (until_command): Ditto.
8374         (finish_command): Ditto.
8375         * tracepoint.h (disconnect_or_stop_tracing): Declare.
8376
8377         * ax-gdb.h (struct axs_value): New field optimized_out.
8378         (gen_trace_for_var): Add gdbarch argument.
8379         * ax-gdb.c (gen_trace_static_fields): New function.
8380         (gen_traced_pop): Call it, add gdbarch argument.
8381         (gen_trace_for_expr): Update call to it.
8382         (gen_trace_for_var): Ditto, and report optimized-out variables.
8383         (gen_struct_ref_recursive): Check for optimized-out value.
8384         (gen_struct_elt_for_reference): Ditto.
8385         (gen_static_field): Pass gdbarch instead of expression, assume
8386         optimization if field not found.
8387         (gen_var_ref): Set the optimized_out flag.
8388         (gen_expr): Error on optimized-out variable.
8389         * tracepoint.c (collect_symbol): Handle struct-valued vars as
8390         expressions, skip optimized-out variables with computed locations.
8391         * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
8392         erroring out if location expression missing.
8393         (loclist_tracepoint_var_ref): Don't error out here.
8394
8395 2010-03-17  Tom Tromey  <tromey@redhat.com>
8396
8397         * dwarf2read.c (dwarf2_get_section_info): Handle case where no
8398         DWARF data is available.
8399
8400 2010-03-17  Daniel Jacobowitz  <dan@codesourcery.com>
8401
8402         * symfile.c (generic_load): Reset breakpoints after loading.
8403
8404 2010-03-17  Tom Tromey  <tromey@redhat.com>
8405
8406         * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
8407
8408 2010-03-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8409
8410         * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
8411         create_breakpoint call, adjust the parameters.
8412
8413 2010-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8414             Chandru <chandru@in.ibm.com>
8415
8416         * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
8417         * valarith.c (value_subscripted_rvalue): Suppress error if
8418         TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
8419
8420 2010-03-16  Holger Hans Peter Freyther  <zecke@selfish.org>
8421
8422         * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
8423
8424 2010-03-16  Joel Brobecker  <brobecker@adacore.com>
8425
8426         * ada-tasks.c (task_command_1): Check that the task ptid is valid
8427         before doing the associated thread switch.
8428
8429 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
8430
8431         * MAINTAINERS: Update my email address.
8432
8433 2010-03-16  Vladimir Prus  <vladimir@codesourcery.com>
8434
8435         Simplify MI breakpoint setting.
8436
8437         * breakpoint.c (break_command_really): Make nonstatic and
8438         rename to...
8439         (create_breakpoint): ...this. Rename prior function by this name
8440         to...
8441         (create_breakpoint_sal): ...this.
8442         (create_breakpoints): Rename to...
8443         (create_breakpoints_sal): ...this.
8444         (set_breakpoint): Remove.
8445         * breakpoint.h: Adjust to above changes.
8446         * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
8447
8448 2010-03-15 Stan Shebs  <stan@codesourcery.com>
8449
8450         * ax-gdb.c: Include cp-support.h.
8451         (find_field): Remove.
8452         (gen_primitive_field): New function.
8453         (gen_struct_ref_recursive): New function.
8454         (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
8455         of find_field.
8456         (gen_static_field): New function.
8457         (gen_struct_elt_for_reference): New.
8458         (gen_namespace_elt): New.
8459         (gen_maybe_namespace_elt): New.
8460         (gen_aggregate_elt_ref): New.
8461         (gen_expr): Add OP_SCOPE, display opcode name in error message.
8462
8463 2010-03-15  Tom Tromey  <tromey@redhat.com>
8464
8465         * dwarf2read.c (die_needs_namespace): Also return 0 for
8466         DW_TAG_subprogram.
8467
8468 2010-03-15  Sami Wagiaalla  <swagiaal@redhat.com>
8469
8470         PR c++/7936:
8471         * cp-support.h: Added char *declaration element to using_direct
8472         data struct.
8473         (cp_add_using): Added char *declaration argument.
8474         (cp_add_using_directive): Ditto.
8475         (cp_lookup_symbol_imports): made extern.
8476         * cp-namespace.c: Updated with the above changes.
8477         * dwarf2read.c (read_import_statement): Ditto.
8478         (read_namespace): Ditto.
8479         (read_import_statement): Support import declarations.
8480         * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
8481         declarations.
8482         Added support for 'declaration_only' search.
8483         (cp_lookup_symbol_namespace): Attempt to search for the name as
8484         is before consideration of imports.
8485         * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
8486         search at every block level search.
8487         Now takes language argument.
8488         (lookup_symbol_aux): Updated.
8489
8490 2010-03-15  Tom Tromey  <tromey@redhat.com>
8491
8492         * c-exp.y (name_not_typename): Add 'operator' clause.
8493
8494 2010-03-15  Ralf Corsepius  <ralf.corsepius@rtems.org>  (tiny change)
8495
8496         * configure.ac: Exit if ${gdb_target_obs}" is not set.
8497         * configure: Regenerate.
8498
8499 2010-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8500
8501         * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
8502         and ".sdynbss".  Update the comment.
8503
8504 2010-03-15  Jie Zhang  <jie@codesourcery.com>
8505
8506         * MAINTAINERS: Update my email address.
8507
8508 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
8509
8510         * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
8511
8512 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
8513
8514         * charset.c [USE_WIN32API]: Include <windows.h>.
8515          (_initialize_charset): Correct type of w32_host_default_charset.
8516
8517 2010-03-14  Pedro Alves  <pedro@codesourcery.com>
8518
8519         * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
8520
8521 2010-03-12  Tom Tromey  <tromey@redhat.com>
8522
8523         PR c++/9708:
8524         * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
8525         in a lexical block does not need a namespace.
8526         (new_symbol) <DW_TAG_variable>: Put extern variables on
8527         list_in_scope in all cases.
8528
8529 2010-03-12 Stan Shebs  <stan@codesourcery.com>
8530
8531         * ax-gdb.c (gen_expr): Add shift expressions.
8532         (gen_expr_binop_rest): Ditto.
8533
8534 2010-03-12  Sami Wagiaalla  <swagiaal@redhat.com>
8535
8536         * buildsym.c (finish_block): Reset using_directives pointer
8537         after block initialization.
8538
8539 2010-03-12  H.J. Lu  <hongjiu.lu@intel.com>
8540
8541         * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
8542         * i386-tdep.c (i386_word_names): Likewise.
8543
8544 2010-03-12  Pedro Alves  <pedro@codesourcery.com>
8545
8546         * target.c (memory_xfer_partial): Don't use the stack cache if
8547         inspecting trace frames.
8548         * tracepoint.c (finish_tfind_command): Invalidate the target
8549         dcache.
8550
8551 2010-03-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8552
8553         * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
8554         for the PIC displacement, print also the displacement value.
8555         (svr4_exec_displacement):  Print DISPLACEMENT if INFO_VERBOSE.
8556
8557 2010-03-10  Kevin Buettner  <kevinb@redhat.com>
8558
8559         * remote-mips.c (close_ports, mips_initialize_cleanups)
8560         (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
8561         (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
8562         (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
8563         (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
8564         (pmon_check_entry_address, pmon_check_total, pmon_end_download)
8565         (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
8566         comments describing each of these functions.
8567         (mips_enter_debug, mips_exit_debug, common_open)
8568         (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
8569         blank line after the comment describing the function.
8570
8571 2010-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8572
8573         * solib-svr4.c (svr4_exec_displacement): Return now success, new
8574         parameter displacementp.  Update comment.
8575         (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
8576         element exists.  Return if svr4_exec_displacement was not successful.
8577         Update comment.
8578
8579 2010-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8580             Daniel Jacobowitz  <dan@codesourcery.com>
8581
8582         * solib-svr4.c (read_program_header): Support type == -1 to read
8583         all program headers.
8584         (read_program_headers_from_bfd): New function.
8585         (svr4_static_exec_displacement): Remove and move the comment ...
8586         (svr4_exec_displacement): ... here.  Remove variable found.  New
8587         variable displacement.  Check also DYNAMIC.  Verify DISPLACEMENT
8588         alignment for ELF targets.  Compare target vs. exec_bfd PHDRs for ELF
8589         targets using read_program_headers_from_bfd.  Remove the call of
8590         svr4_static_exec_displacement.
8591
8592 2010-03-10  Tom Tromey  <tromey@redhat.com>
8593
8594         * dwarf2read.c (struct pubnames_header): Remove.
8595         (_PUBNAMES_HEADER): Remove.
8596         (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
8597         (struct aranges_header): Remove.
8598         (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
8599         (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
8600         (PUBNAMES_SECTION): Remove.
8601         (ARANGES_SECTION): Remove.
8602         (dwarf2_locate_sections): Don't handle pubnames or aranges.
8603         (dwarf2_build_psymtabs): Remove dead code.
8604         (dwarf2_build_psymtabs_easy): Remove.
8605
8606 2010-03-10  Tom Tromey  <tromey@redhat.com>
8607
8608         * elfread.c (elf_symfile_read): Don't call
8609         dwarf2_build_frame_info.
8610         * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
8611         (struct dwarf2_per_objfile) <objfile>: New field.
8612         (dwarf2_has_info): Now idempotent.  Set objfile field.
8613         (dwarf2_read_section): Check and set readin field.  Call
8614         posix_madvise.
8615         (dwarf2_build_psymtabs): Don't read all sections.
8616         (read_type_comp_unit_head): Read types section.
8617         (create_debug_types_hash_table): Likewise.
8618         (init_cu_die_reader): Add asserts.
8619         (process_type_comp_unit): Add assert.
8620         (dwarf2_build_psymtabs_hard): Read info section.
8621         (load_partial_comp_unit): Add assert.
8622         (create_all_comp_units): Read info section.
8623         (load_full_comp_unit): Likewise.
8624         (dwarf2_ranges_read): Read ranges section.
8625         (dwarf2_record_block_ranges): Add assert.
8626         (dwarf2_read_abbrevs): Read abbrev section.
8627         (read_indirect_string): Read str section.
8628         (dwarf_decode_line_header): Read line section.
8629         (read_signatured_type_at_offset): Read types section.
8630         (dwarf_decode_macros): Read macinfo section.
8631         (dwarf2_symbol_mark_computed): Read loc section.
8632         * dwarf2-frame.c (dwarf2_frame_find_fde): Call
8633         dwarf2_build_frame_info.
8634         (dwarf2_build_frame_info): Unconditionally set
8635         dwarf2_frame_objfile_data on the objfile.
8636         * configure.ac: Check for posix_madvise.
8637         * config.in, configure: Rebuild.
8638
8639 2010-03-10  Tom Tromey  <tromey@redhat.com>
8640
8641         * xcoffread.c (xcoff_start_psymtab): Update.
8642         (xcoff_end_psymtab): Update.
8643         * psymtab.c (allocate_psymtab): Remove dead code.
8644         * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
8645         void*.
8646         * mdebugread.c (parse_partial_symbols): Update.
8647         (new_psymtab): Likewise.
8648         * dwarf2read.c (process_psymtab_comp_unit): Update.
8649         (psymtab_to_symtab_1): Update.
8650         * dbxread.c (start_psymtab): Update.
8651         (end_psymtab): Likewise.
8652
8653 2010-03-10  Tom Tromey  <tromey@redhat.com>
8654
8655         * xcoffread.c: Include psymtab.h.
8656         (xcoff_sym_fns): Update.
8657         * symtab.h (struct partial_symbol): Remove.
8658         (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
8659         (struct partial_symtab): Remove.
8660         (PSYMTAB_TO_SYMTAB): Remove.
8661         (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
8662         (find_pc_sect_psymtab): Remove.
8663         (find_pc_sect_symtab_via_partial): Declare.
8664         (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
8665         (find_main_psymtab): Remove.
8666         (find_main_filename): Declare.
8667         (fixup_psymbol_section): Remove.
8668         (fixup_section): Declare.
8669         * symtab.c: Include psymtab.h.
8670         (lookup_symtab): Use lookup_symtab method.
8671         (lookup_partial_symtab): Remove.
8672         (find_pc_sect_psymtab_closer): Remove.
8673         (find_pc_sect_psymtab): Remove.
8674         (find_pc_sect_symtab_via_partial): New function.
8675         (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
8676         (fixup_section): No longer static.
8677         (fixup_psymbol_section): Remove.
8678         (lookup_symbol_aux): Use lookup_symbol_aux_quick.
8679         (lookup_global_symbol_from_objfile): Likewise.
8680         (lookup_symbol_aux_psymtabs): Remove.
8681         (lookup_symbol_aux_quick): New function.
8682         (lookup_symbol_global): Use lookup_symbol_aux_quick.
8683         (lookup_partial_symbol): Remove.
8684         (basic_lookup_transparent_type_quick): New function.
8685         (basic_lookup_transparent_type): Use it.
8686         (find_main_psymtab): Remove.
8687         (find_main_filename): New function.
8688         (find_pc_sect_symtab): Use find_pc_sect_symtab method.
8689         (find_line_symtab): Use expand_symtabs_with_filename method.
8690         (output_partial_symbol_filename): New function.
8691         (sources_info): Use map_partial_symbol_filenames.
8692         (struct search_symbols_data): New type.
8693         (search_symbols_file_matches): New function.
8694         (search_symbols_name_matches): Likewise.
8695         (search_symbols): Use expand_symtabs_matching method.
8696         (struct add_name_data): Rename from add_macro_name_data.
8697         (add_macro_name): Update.
8698         (add_partial_symbol_name): New function.
8699         (default_make_symbol_completion_list): Use
8700         map_partial_symbol_names.
8701         (struct add_partial_symbol_name): New type.
8702         (maybe_add_partial_symtab_filename): New function.
8703         (make_source_files_completion_list): Use
8704         map_partial_symbol_filenames.
8705         (expand_line_sal): Use expand_symtabs_with_filename method.
8706         * symmisc.c: Include psymtab.h.
8707         (print_objfile_statistics): Use print_stats method.
8708         (dump_objfile): Use dump method.
8709         (dump_psymtab, maintenance_print_psymbols)
8710         (maintenance_info_psymtabs, maintenance_check_symtabs)
8711         (extend_psymbol_list): Remove.
8712         * symfile.h (struct quick_symbol_functions): New struct.
8713         (struct sym_fns) <qf>: New field.
8714         (sort_pst_symbols): Remove.
8715         (increment_reading_symtab): Declare.
8716         * symfile.c: Include psymtab.h.
8717         (compare_psymbols, sort_pst_symbols): Remove.
8718         (psymtab_to_symtab): Remove.
8719         (increment_reading_symtab): New function.
8720         (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
8721         method.
8722         (set_initial_language): Use find_main_filename.
8723         (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
8724         (free_named_symtabs): Remove unused code.
8725         (start_psymtab_common, add_psymbol_to_bcache)
8726         (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
8727         Remove.
8728         * stack.c: Include psymtab.h, symfile.h.
8729         (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
8730         * source.h (psymtab_to_fullname): Don't declare.
8731         * source.c: Include psymtab.h.
8732         (select_source_symtab): Use find_last_source_symtab method.
8733         (forget_cached_source_info): Use forget_cached_source_info
8734         method.
8735         (find_and_open_source): No longer static.
8736         (psymtab_to_fullname): Remove.
8737         * somread.c: Include psymtab.h.
8738         (som_sym_fns): Update.
8739         * psympriv.h: New file.
8740         * psymtab.h: New file.
8741         * psymtab.c: New file.
8742         * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
8743         (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
8744         * objfiles.c: Include psymtab.h.
8745         (objfile_relocate1): Use relocate method.
8746         (objfile_has_partial_symbols): Use has_symbols method.
8747         * mipsread.c: Include psymtab.h.
8748         (ecoff_sym_fns): Update.
8749         * mi/mi-cmd-file.c: Include psymtab.h.
8750         (print_partial_file_name): New function.
8751         (mi_cmd_file_list_exec_source_files): Use
8752         map_partial_symbol_filenames.
8753         * mdebugread.c: Include psympriv.h.
8754         * machoread.c: Include psympriv.h.
8755         (macho_sym_fns): Update.
8756         * m2-exp.y (yylex): Use lookup_symtab.
8757         * elfread.c: Include psympriv.h.
8758         (elf_sym_fns): Update.
8759         * dwarf2read.c: Include psympriv.h.
8760         * dbxread.c: Include psympriv.h.
8761         (aout_sym_fns): Update.
8762         * cp-support.c: Include psymtab.h.
8763         (read_in_psymtabs): Remove.
8764         (make_symbol_overload_list_qualified): Use
8765         expand_symtabs_for_function method.
8766         * coffread.c: Include psympriv.h.
8767         (coff_sym_fns): Update.
8768         * blockframe.c: Include psymtab.h.
8769         (find_pc_partial_function): Use find_pc_sect_symtab method.
8770         * ada-lang.h (ada_update_initial_language): Update.
8771         * ada-lang.c: Include psymtab.h.
8772         (ada_update_initial_language): Remove 'main_pst' argument.
8773         (ada_lookup_partial_symbol): Remove.
8774         (struct ada_psym_data): New type.
8775         (ada_add_psyms): New function.
8776         (ada_add_non_local_symbols): Use map_ada_symtabs method.
8777         (struct add_partial_datum): New type.
8778         (ada_add_partial_symbol_completions): New function.
8779         (ada_make_symbol_completion_list): Use map_partial_symbol_names.
8780         (ada_exception_support_info_sniffer): Update.
8781         * Makefile.in (SFILES): Add psymtab.c.
8782         (COMMON_OBS): Add psymtab.o.
8783         (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
8784
8785 2010-03-10  Pierre Muller  <muller@ics.u-strasbg.fr>
8786
8787         * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
8788
8789 2010-03-10  Sami Wagiaalla  <swagiaal@redhat.com>
8790
8791         PR C++/11236:
8792         * cp-namespace.c (cp_add_using): Deleted.
8793         (cp_add_using_directive): Use obstack allocations.
8794         Merged the function cp_add_using into this one.
8795         Added 'struct obstack *' argument.
8796         (cp_scan_for_anonymous_namespaces): Updated.
8797         * cp-support.h: Updated.
8798         * dwarf2read.c (read_import_statement): Updated.
8799         (read_namespace): Updated.
8800
8801 2010-03-10  Pierre Muller  <muller@ics.u-strasbg.fr>
8802
8803         * windows-nat.c (cygwin_conv_path): Remove old macro.
8804
8805 2010-03-10  Pedro Alves  <pedro@codesourcery.com>
8806
8807         * breakpoint.c (condition_command): Handle watchpoint conditions.
8808         (is_hardware_watchpoint): Add comment.
8809         (is_watchpoint): New.
8810         (update_watchpoint): Don't reparse the watchpoint's condition
8811         unless necessary.
8812         (WP_IGNORE): New.
8813         (watchpoint_check): Use it.
8814         (bpstat_check_watchpoint): Handle it.
8815         (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
8816         conditions in a frame where it makes sense.
8817         (watch_command_1): Store the innermost block of the condition
8818         expression.
8819         (delete_breakpoint): Delete the watchpoint condition expression.
8820         * breakpoint.h (struct bp_location) <cond>: Update comment.
8821         (struct breakpoint): New field `cond_exp_valid_block'.
8822
8823 2010-03-09  Joel Brobecker  <brobecker@adacore.com>
8824
8825         Adjust handling of Ada DIEs after dwarf2_physname patch.
8826         * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
8827
8828 2010-03-09  Christopher Faylor  <me+cygwin@cgf.cx>
8829             Pierre Muller  <muller@ics.u-strasbg.fr>
8830
8831         * windows-nat.c (cygwin_conv_path): Redefine to properly convert
8832         from/to posix/win32.
8833         (windows_make_so): Use non-Cygwin 1.7 specific function.
8834         (windows_create_inferior): Make sure that cygallargs points to
8835         original args in non Cygwin 1.7. case.
8836
8837 2010-03-09  Michael Snyder  <msnyder@vmware.com>
8838
8839         * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
8840         after target_read_memory to get host byte order.
8841         (i386_process_record): Ditto.
8842
8843 2010-03-09  Keith Seitz  <keiths@redhat.com>
8844
8845         Based on work from Daniel Jacobowitz  <dan@codesourcery.com>
8846         * c-typeprint.c (cp_type_print_method_args): For non-static methods,
8847         print out const or volatile qualifiers, too.
8848         (c_type_print_args): Add parameters show_artificial and language.
8849         Skip artificial parameters when requested.
8850         Use the appropriate language printer.
8851         (c_type_print_varspec): Tell c_type_print_args to skip artificial
8852         parameters and pass language_c.
8853         * dwarf2read.c (die_list): New file global.
8854         (struct partial_die_info): Update comments for name field.
8855         (pdi_needs_namespace): Renamed to ...
8856         (die_needs_namespace): ... this. Rewrite.
8857         (dwarf2_linkage_name): Remove.
8858         (add_partial_symbol): Do not predicate the call to
8859         partial_die_full_name based on pdi_needs_namespace.
8860         Remove call to cp_check_possible_namespace_symbols and associated
8861         outdated comments.
8862         (guess_structure_name): Do not inspect child subprogram DIEs.
8863         (dwarf2_fullname): Update comments.
8864         Use die_needs_namespace to assist in computing the name.
8865         (read_func_scope): Use dwarf2_name to get the DIE's name.
8866         Use dwarf2_physname to get the "linkage name" of the DIE.
8867         (dwarf2_add_member_field): Use dwarf2_physname instead of
8868         dwarf2_linkage_name.
8869         (read_structure_type): For structs and classes, set TYPE_NAME, too.
8870         (determine_class): Remove.
8871         (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
8872         except Ada.
8873         (new_symbol): Unconditionally call dwarf2_name.
8874         Compute the "linkage name" using dwarf2_physname.
8875         Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
8876         When determining to scan for anonymous C++ namespaces, ignore
8877         the linkage name.
8878         (dwarf2_physname): New function.
8879         (dwarf2_full_name): Move content to new function and call
8880         that.
8881         (dwarf2_compute_name): "New" function.
8882         (_initialize_dwarf2_read): Initialize die_list.
8883         * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
8884         physname.
8885         (gnu_v3_print_method_ptr): Use the physname for virtual methods
8886         without a demangled name.
8887         Print out type information for non-virtual methods.
8888         * linespec.c (decode_line_1): Force ANY string using "::" (or
8889         "." for java) to use decode_compound, and clean up any stray quoting.
8890         If we found a file symtab, re-evaluate whether the remainder is_quoted.
8891         (decode_compound): Stop consuming at an open parenthesis.
8892         Keep template parameters.
8893         Keep any overload information.
8894         Keep keywords like "const".
8895         Remove paren_pointer.
8896         Move is_quoted check from set_flags to here.
8897         Remove #if 0 code from 2000. Ten years is long enough.
8898         (find_method): Before comparing symbol names, canonicalize the string
8899         from the user.
8900         If a specific overload is requested, find it. Otherwise throw an error.
8901         (find_method_overload_end): New function.
8902         (set_flags): Remove.
8903         (decode_compound): Assume that parentheses are matched.
8904         It's a lot easier.
8905         * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
8906         to cplus_demangle.
8907         * linespec.c (decode_line_1): Keep important keywords like
8908         "const" and "volatile".
8909         * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
8910         * typeprint.h (c_type_print_args): Add declaration.
8911         * ui-file.c (do_ui_file_obsavestring): New function.
8912         (ui_file_obsavestring): New function.
8913         * ui-file.h (ui_file_obsavestring): Add declaration.
8914         * valops.c (find_overload_match): Resolve the object to
8915         a non-pointer type.
8916         If the object is a data member, search the object for the member
8917         and return with staticp set.
8918         Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
8919         Do not attempt to extract a function name from non-function types.
8920         If the extracted function name and the original name are the same,
8921         we don't have a C++ method.
8922
8923         From Jan Kratochvil  <jan.kratochvil@redhat.com>:
8924         * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
8925
8926         * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
8927         and arguments from symbol lookups.
8928         * ax-gdb.c (gen_expr): Likewise.
8929         * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
8930         cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
8931         lookup_possible_namespace_symbol): Likewise.
8932         * cp-support.c (read_in_psymtabs): Likewise.
8933         * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
8934         * language.h (la_lookup_symbol_nonlocal): Likewise.
8935         * scm-valprint.c (scm_inferior_print): Likewise.
8936         * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
8937         * solib-svr.c (elf_lookup_lib): Likewise.
8938         * solib.c (show_auto_solib_add): Likewise.
8939         * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
8940         * symmisc.c (maintenance_check_symtabs): Likewise.
8941         * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
8942         lookup_symbol_aux_local, lookup_symbol_aux_block,
8943         lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
8944         lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
8945         lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
8946         basic_lookup_transparent_type, find_main_psymtab,
8947         lookup_block_symbol): Likewise.
8948         * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
8949         lookup_symbol_global, lookup_symbol_aux_block,
8950         lookup_symbol_partial_symbol, lookup_block_symbol,
8951         lookup_global_symbol, value_maybe_namespace_elt): Likewise.
8952
8953 2010-03-09  Pierre Muller  <muller@ics.u-strasbg.fr>
8954
8955         * python/python-internal.h: Include symtab.h.
8956
8957 2010-03-09  Joel Brobecker  <brobecker@adacore.com>
8958             Pierre Muller  <muller@ics.u-strasbg.fr>
8959
8960         * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
8961         * p-valprint.c (pascal_val_print): Remove undeed block and fix
8962         indentation.
8963
8964 2010-03-08  Tom Tromey  <tromey@redhat.com>
8965
8966         * breakpoint.c (breakpoint_1): Add "QUIT".
8967
8968 2010-03-08  Daniel Jacobowitz  <dan@codesourcery.com>
8969             Pedro Alves  <pedro@codesourcery.com>
8970
8971         * solib.c (solib_find): Replace extension if
8972         solib_symbols_extension is set in the target gdbarch.
8973         * arm-symbian-tdep.c (arm_symbian_init_abi): Set
8974         solib_symbols_extension to "sym".
8975         * gdbarch.sh (solib_symbols_extension): New variable.
8976         (pstring): New function.
8977         * gdbarch.h, gdbarch.c: Regenerate.
8978
8979 2010-03-08  Tom Tromey  <tromey@redhat.com>
8980
8981         PR cli/9591:
8982         * NEWS: Update.
8983         * utils.c: Include main.h.
8984         (fputs_maybe_filtered): Don't paginate if `batch_flag'.
8985         (defaulted_query): Use default answer if `batch_flag'.
8986         * main.h (batch_flag): Declare.
8987         * main.c (batch_flag): New global.
8988         (captured_main): Remove 'batch'.  Update.
8989
8990 2010-03-08  Kevin Buettner  <kevinb@redhat.com>
8991
8992         From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
8993         and Kevin Buettner:
8994
8995         * remote-mips.c (rockhopper_ops): New target_ops struct.
8996         (MON_ROCKHOPPER): New mips_monitor_type.
8997         (read_hex_value): New function.
8998         (mips_request): Send 8-byte values with a 'T' packet.  Read the
8999         packet argument as a string and use read_hex_value to parse it.
9000         (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
9001         (rockhopper_open): New function.
9002         (mips_wait): Read the PC, FP and SP fields as strings.  Use
9003         read_hex_value to parse them and mips_set_register to commit them.
9004         (mips_set_register): New function.
9005         (mips_fetch_registers): Do not cast register value to "unsigned"
9006         when reading a MON_ROCKHOPPER 't' packet.  Use mips_set_register.
9007         (mips_store_registers): Use a 'T' packet to set registers when
9008         using MON_ROCKHOPPER.
9009         (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
9010         and expect the total to be printed before the entry address.
9011         (_initialize_remote_mips): Initialize and add rockhopper_ops.
9012
9013 2010-03-08  Kevin Buettner  <kevinb@redhat.com>
9014
9015         * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
9016         Change return value to int.  Store value fetched in location
9017         addressed by `val'.  Use function's return value as success
9018         or failure indicator.  Adjust all callers.
9019
9020 2010-03-08  Pierre Muller  <muller@ics.u-strasbg.fr>
9021
9022         * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
9023
9024 2010-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9025             Hui Zhu  <teawater@gmail.com>
9026
9027         * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
9028         tmp_to_stopped_data_address.
9029         (record_open): Reset tmp_to_stopped_by_watchpoint and
9030         tmp_to_stopped_data_address.
9031         * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
9032         to_stopped_data_address.
9033
9034 2010-03-08  Hui Zhu  <teawater@gmail.com>
9035
9036         * i386-tdep.c (i386_process_record): Initialize regnum.
9037
9038 2010-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9039
9040         * symfile.c (addr_info_make_relative): New variable sect_name, use it.
9041         Do not warn on ".gnu.liblist" and ".gnu.conflict".
9042
9043 2010-03-08  Joel Brobecker  <brobecker@adacore.com>
9044
9045         Memory error when reading wrong core file.
9046         * solib-svr4.c (solib_svr4_r_map): catch and print all exception
9047         errors while reading the inferior memory, and return zero if
9048         an exception was raised.
9049
9050 2010-03-07  Michael Snyder  <msnyder@vmware.com>
9051
9052         * record.c (record_restore): Rename tmpu8 to rectype.
9053
9054         * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
9055         tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
9056
9057         (i386_record_push): Rename local tmpulongest to addr.
9058
9059         (i386_process_record): Rename local tmpulongest to addr.
9060
9061         Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
9062         addr64.
9063
9064         Rename local variable tmpu8 to opcode8 and regnum.
9065
9066 2010-03-07  Joel Brobecker  <brobecker@adacore.com>
9067
9068         * remote.c (remote_get_ada_task_ptid): New function.
9069         (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
9070
9071 2010-03-06  Christopher Faylor  <me+cygwin@cgf.cx>
9072
9073         * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
9074         block.  Define helper macros to reduce ifdefs in code.
9075         (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
9076         size.  Call unadorned GetModuleFileNameEx rather than
9077         GetModuleFileNameEx*.
9078         (windows_make_so): Use __PMAX to denote maximum buffer size and
9079         cygwin_buf_t for buffer type.  Use GetSystemDirectory{W,A} as
9080         appropriate.
9081         (get_image_name): Use __PMAX to denote maximum buffer size.
9082         (handle_load_dll): Likewise.
9083         (windows_pid_to_exec_file): Likewise.
9084         (windows_create_inferior): Add many accommodations for older Cygwin and
9085         non-Cygwin.
9086         (bad_GetModuleFileNameExW): Control inclusion of this function based on
9087         __USEWIDE conditional.
9088         (bad_GetModuleFileNameExA): Likewise.
9089         (_initialize_loadable): Just use real function names without the dyn_
9090         part since they are defined earlier.
9091
9092 2010-03-05  Corinna Vinschen  <vinschen@redhat.com>
9093             Tom Tromey  <tromey@redhat.com>
9094
9095         * utils.c (host_char_to_target): Add 'gdbarch' argument.
9096         (parse_escape): Likewise.
9097         * python/py-utils.c (unicode_to_target_string): Update.
9098         (unicode_to_target_python_string): Update.
9099         (target_string_to_unicode): Update.
9100         * printcmd.c (printf_command): Update.
9101         * p-exp.y (yylex): Update.
9102         * objc-exp.y (yylex): Update.
9103         * mi/mi-parse.c: Include charset.h.
9104         (mi_parse_escape): New function.
9105         (mi_parse_argv): Use it.
9106         * jv-exp.y (yylex): Update.
9107         * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
9108         function.
9109         (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
9110         * gdbarch.sh (auto_charset, auto_wide_charset): New.
9111         * gdbarch.c: Rebuild.
9112         * gdbarch.h: Rebuild.
9113         * defs.h (parse_escape): Update.
9114         * cli/cli-setshow.c: Include arch-utils.h.
9115         (do_setshow_command): Update.
9116         * cli/cli-cmds.c (echo_command): Update.
9117         * charset.h (target_charset, target_wide_charset): Update.
9118         * charset.c: Include arch-utils.h.
9119         (target_charset_name): Default to "auto".
9120         (target_wide_charset_name): Likewise.
9121         (show_target_charset_name): Handle "auto".
9122         (show_target_wide_charset_name): Likewise.
9123         (be_le_arch): New global.
9124         (set_be_le_names): Add 'gdbarch' argument.
9125         (validate): Likewise.  Don't call set_be_le_names.
9126         (set_charset_sfunc, set_host_charset_sfunc)
9127         (set_target_charset_sfunc, set_target_wide_charset_sfunc):
9128         Update.
9129         (target_charset): Add 'gdbarch' argument.
9130         (target_wide_charset): Likewise.  Remove 'byte_order' argument.
9131         (auto_target_charset_name): New global.
9132         (default_auto_charset, default_auto_wide_charset): New functions.
9133         (_initialize_charset): Set auto_target_charset_name.  Allow "auto"
9134         for target charsets.  Copy result of nl_langinfo.  Use GetACP if
9135         USE_WIN32API.
9136         * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
9137         remove 'byte_order' argument.  Update.
9138         (classify_type): Likewise.
9139         (c_emit_char): Update.
9140         (c_printchar): Update.
9141         (c_printstr): Update.
9142         (c_get_string): Update.
9143         (evaluate_subexp_c): Update.
9144         * arch-utils.h (default_auto_charset, default_auto_wide_charset):
9145         Declare.
9146         * python/python.c (gdbpy_target_charset): New function.
9147         (gdbpy_target_wide_charset): Likewise.
9148         (GdbMethods): Update.
9149         * NEWS: Update.
9150
9151 2010-03-05  Ulrich Weigand  <uweigand@de.ibm.com>
9152
9153         * symfile.c (build_section_addr_info_from_objfile): Do not mask
9154         off high address bits.
9155
9156 2010-03-05  Ulrich Weigand  <uweigand@de.ibm.com>
9157
9158         * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
9159         address as UnsignedLongLong, not LongLong.
9160
9161 2010-03-05  Kevin Buettner  <kevinb@redhat.com>
9162             Pedro Alves  <pedro@codesourcery.com>
9163
9164         * remote-mips.c (gdbthread.h): Include.
9165         (remote_mips_ptid): Declare.
9166         (mips_error): Only mourn the inferior when inferior_ptid is non-null.
9167         (common_open): Set inferior_ptid, add it as an inferior, and
9168         as a thread too.  Delete FIXME comment regarding start_remote().
9169         (mips_close): Invoke generic_mourn_inferior().
9170         (mips_kill): Make sure that target_mourn_inferior is invoked.
9171         (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
9172         it's now invoked from mips_close().
9173         (mips_load): Don't null out inferior_ptid.  Don't call
9174         clear_symtab_users().
9175         (mips_thread_alive, mips_pid_to_str): New functions.
9176         (_initialize_remote_mips): Initialize remote_mips_ptid.  Initialize
9177         to_thread_alive and to_pid_to_str operations.
9178
9179 2010-03-04  Tom Tromey  <tromey@redhat.com>
9180
9181         * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
9182         in DWARF 3 and later.
9183         (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
9184
9185 2010-03-04  Keith Seitz  <keiths@redhat.com>
9186
9187         * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
9188         If the filename portion of the linespec was quoted, recheck the
9189         remainder for additional quoting.
9190         (locate_first_half): Skip over completer chars, too.
9191
9192 2010-03-04  Tom Tromey  <tromey@redhat.com>
9193
9194         * printcmd.c (printf_command): Pass dummy argument to
9195         printf_filtered.
9196
9197 2010-03-04  Doug Evans  <dje@google.com>
9198
9199         * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
9200         unwound_fp.
9201
9202         * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
9203
9204 2010-03-04  Pedro Alves  <pedro@codesourcery.com>
9205
9206         * breakpoint.c (update_watchpoint): Create a sentinel location if
9207         the software watchpoint isn't watching any memory.
9208         (breakpoint_address_bits): Skip dummy software watchpoint locations.
9209
9210 2010-03-04  Pedro Alves  <pedro@codesourcery.com>
9211
9212         * utils.c (fputs_maybe_filtered): Check if there's already a top
9213         level interpreter before dereferencing it.  If there isn't one,
9214         don't paginate either.
9215
9216 2010-03-04  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
9217
9218         * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
9219         the state right when single stepping.
9220         (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
9221         Get the next PC along with the instruction state.
9222         (thumb_get_next_pc): Remove.
9223         (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
9224
9225 2010-03-04  Hui Zhu  <teawater@gmail.com>
9226
9227         * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
9228
9229 2010-03-03  Pedro Alves  <pedro@codesourcery.com>
9230
9231         * utils.c (fputs_maybe_filtered): Always disable pagination if the
9232         top level interpreter is MI.
9233
9234 2010-03-03 Stan Shebs  <stan@codesourcery.com>
9235
9236         * remote.c (remote_download_tracepoint): Iterate over locations.
9237         * tracepoint.c (validate_actionline): Ditto.
9238         (encode_actions): Add location argument.
9239         (trace_dump_command): Check all locations to see if stepping
9240         frame.
9241
9242 2010-03-03  H.J. Lu  <hongjiu.lu@intel.com>
9243             Eli Zaretskii  <eliz@gnu.org>
9244
9245         * NEWS: Add X86 general purpose registers section.
9246
9247 2010-03-03  Tom Tromey  <tromey@redhat.com>
9248
9249         PR mi/11098:
9250         * varobj.c (install_new_value): Handle case where new print_value
9251         is NULL.
9252
9253 2010-03-03  Dainis Jonitis  <jonitis@gmail.com>
9254
9255         PR gdb/11345:
9256         * printcmd.c (printf_command): Print end of format string using
9257         printf_filtered.
9258
9259 2010-03-02  Tom Tromey  <tromey@redhat.com>
9260
9261         * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
9262         * defs.h (read_command_lines_1): Add missing 'void'.
9263         * cli/cli-script.c (recurse_read_control_structure): Add missing
9264         'void'.
9265         (read_next_line): Likewise.
9266         (read_command_lines_1): Likewise.
9267
9268 2010-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
9269
9270         * spu-tdep.c (spu_analyze_prologue): Track instruction to
9271         store backchain as part of prologue.
9272
9273 2010-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
9274
9275         * progspace.c (update_address_spaces): Update inferior address spaces
9276         also.
9277
9278 2010-03-02  Doug Evans  <dje@google.com>
9279
9280         * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
9281         lowpc,highpc args to addrmap_set_empty.
9282
9283 2010-03-02  H.J. Lu  <hongjiu.lu@intel.com>
9284
9285         * amd64-tdep.c (amd64_byte_names): New.
9286         (amd64_word_names): Likewise.
9287         (amd64_dword_names): Likewise.
9288         (amd64_pseudo_register_name): Likewise.
9289         (amd64_pseudo_register_read): Likewise.
9290         (amd64_pseudo_register_write): Likewise.
9291         (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
9292         and num_mmx_regs.  Call set_gdbarch_pseudo_register_read,
9293         set_gdbarch_pseudo_register_write and
9294         set_tdesc_pseudo_register_name.  Don't call
9295         set_gdbarch_num_pseudo_regs.  Don't set mm0_regnum.
9296
9297         * i386-tdep.c (i386_num_mmx_regs): Removed.
9298         (i386_num_pseudo_regs): Likewise.
9299         (i386_byte_names): New.
9300         (i386_word_names): Likewise.
9301         (i386_byte_regnum_p): Likewise.
9302         (i386_word_regnum_p): Likewise.
9303         (i386_mmx_regnum_p): Updated.
9304         (i386_pseudo_register_name): Make it global.  Handle byte and
9305         word pseudo-registers.
9306         (i386_pseudo_register_read): Likewise.
9307         (i386_pseudo_register_write): Likewise.
9308         (i386_pseudo_register_type): Handle byte, word and dword
9309         pseudo-registers
9310         (i386_register_reggroup_p): Don't include pseudo
9311         registers, except for MXX, in any register groups.  Don't
9312         include pseudo byte, word, dword registers in general_reggroup.
9313         (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
9314         num_dword_regs, al_regnum, ax_regnum and eax_regnum.  Put MMX
9315         pseudo-registers after word pseudo-registers.  Call
9316         set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
9317
9318         * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
9319         al_regnum, num_word_regs, ax_regnum, num_dword_regs and
9320         eax_regnum.
9321         (i386_byte_regnum_p): New.
9322         (i386_word_regnum_p): Likewise.
9323         (i386_dword_regnum_p): Likewise.
9324         (i386_pseudo_register_name): Likewise.
9325         (i386_pseudo_register_read): Likewise.
9326         (i386_pseudo_register_write): Likewise.
9327
9328 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
9329
9330         * target-descriptions.c (tdesc_type): Remove
9331         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
9332         (tdesc_predefined_types): Likewise.
9333         (tdesc_gdb_type): Likewise.  Pass NULL to append_flags_type_flag
9334         if flag name is empty.
9335         (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
9336
9337         * features/i386/32bit-core.xml: Define i386_eflags.
9338         * features/i386/64bit-core.xml: Likewise.
9339
9340         * features/i386/32bit-sse.xml: Define i386_mxcsr.
9341         * features/i386/64bit-sse.xml: Likewise.
9342
9343         * features/i386/amd64-linux.c: Regenerated.
9344         * features/i386/amd64.c: Likewise.
9345         * features/i386/i386-linux.c: Likewise.
9346         * features/i386/i386.c: Likewise.
9347
9348 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
9349
9350         * gdbtypes.c (append_composite_type_field_raw): New.
9351         (append_composite_type_field_aligned): Use the new function.
9352         * gdbtypes.h (append_composite_type_field_raw): Declare.
9353         * target-descriptions.c (struct tdesc_type_field): Add start and end.
9354         (struct tdesc_type_flag): New type.
9355         (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
9356         kind.  Add size to u.u.  Add u.f for flags.
9357         (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
9358         (tdesc_free_type): Likewise.
9359         (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
9360         (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
9361         (tdesc_add_bitfield, tdesc_add_flag): New.
9362         * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
9363         (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
9364         * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
9365         current_type.  Add current_type_size and current_type_is_flags.
9366         (tdesc_start_union): Clear the new fields.
9367         (tdesc_start_struct, tdesc_start_flags): New.
9368         (tdesc_start_field): Handle struct fields, including bitfields.
9369         (field_attributes): Make type optional.  Add start and end.
9370         (union_children): Rename to struct_union_children.
9371         (union_attributes): Rename to struct_union_attributes.  Add optional
9372         size.
9373         (flags_attributes): New.
9374         (feature_children): Add struct and flags.
9375         * features/gdb-target.dtd: Add flags and struct to features.
9376         Make field type optional.  Add field start and end.
9377
9378 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
9379
9380         * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
9381         (amd64_linux_read_description): Likewise.
9382         (_initialize_amd64_linux_nat): Set to_read_description to
9383         amd64_linux_read_description.
9384
9385         * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
9386         (amd64_linux_register_name): Removed.
9387         (amd64_linux_register_type): Likewise.
9388         (amd64_linux_core_read_description): New.
9389         (amd64_linux_init_abi): Set target description to
9390         tdesc_amd64_linux if needed.  Support orig_rax in target
9391         description.  Don't call set_gdbarch_register_name nor
9392         set_gdbarch_register_type.  Call
9393         set_gdbarch_core_read_description.
9394         (_initialize_amd64_linux_tdep): Call
9395         initialize_tdesc_amd64_linux.
9396
9397         * amd64-linux-tdep.h (tdesc_amd64_linux): New.
9398
9399         * amd64-tdep.c:  Include "features/i386/amd64.c".
9400         (amd64_register_names): Removed.
9401         (amd64_register_name): Likewise.
9402         (amd64_register_type): Likewise.
9403         (amd64_init_abi):  Set num_core_regs and register_names.  Set
9404         target description to tdesc_amd64 if needed.  Don't call
9405         set_gdbarch_register_name nor set_gdbarch_register_type.
9406         (_initialize_amd64_tdep): New.
9407
9408         * i386-linux-nat.c (i386_linux_read_description): New.
9409         (_initialize_i386_linux_nat): Set to_read_description to
9410         i386_linux_read_description.
9411
9412         * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
9413         (i386_linux_register_name): Removed.
9414         (i386_linux_core_read_description): New.
9415         (i386_linux_read_description): Likewise.
9416         (i386_linux_init_abi): Don't call set_gdbarch_register_name.
9417         Set target description to tdesc_i386_linux if needed.  Support
9418         orig_eax.  Set register_reggroup_p.  Call
9419         set_gdbarch_core_read_description.
9420         (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
9421
9422         * i386-linux-tdep.h (tdesc_i386_linux): New.
9423
9424         * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
9425         with I387_NUM_REGS.
9426
9427         * i386-tdep.c: Include "features/i386/i386.c".
9428         (i386_register_names): Make it const.
9429         (i386_mmx_names): Likewise.
9430         (i386_num_register_names): Removed.
9431         (i386_register_name): Likewise.
9432         (i386_eflags_type): Likewise.
9433         (i386_mxcsr_type): Likewise.
9434         (i386_sse_type): Likewise.
9435         (i386_register_type): Likewise.
9436         (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
9437         (i386_pseudo_register_name): New.
9438         (i386_pseudo_register_type): Likewise.
9439         (i386_mmx_type): Make it static.
9440         (i386_gdbarch_init): Check arch.  Replace I386_NUM_FREGS with
9441         I387_NUM_REGS.  Set num_core_regs and register_names.  Don't
9442         call set_gdbarch_register_name nor set_gdbarch_register_type.
9443         Set register_reggroup_p.  Set target description to tdesc_i386
9444         if needed.  Call set_tdesc_pseudo_register_type,
9445         set_tdesc_pseudo_register_name and tdesc_use_registers.
9446         (_initialize_i386_tdep): Call initialize_tdesc_i386.
9447         initialize_tdesc_x86_64.
9448
9449         * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
9450         i386_mxcsr_type and i386_sse_type.  Add num_core_regs,
9451         register_names, tdesc and register_reggroup_p.
9452         (I386_NUM_FREGS): Removed.
9453         (i386_eflags_type): Likewise.
9454         (i386_mxcsr_type): Likewise.
9455         (i386_mmx_type): Likewise.
9456         (i386_sse_type): Likewise.
9457         (i386_register_name): Likewise.
9458         (i386_regnum): Add I386_MXCSR_REGNUM.
9459         (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
9460
9461         * i387-tdep.h (I387_NUM_REGS): New.
9462
9463         * regformats/i386/i386-linux.dat: Generated.
9464         * regformats/i386/i386.dat: Likewise.
9465         * regformats/i386/amd64-linux.dat: Likewise.
9466         * regformats/i386/amd64.dat: Likewise.
9467
9468         * regformats/reg-i386-linux.dat: Removed.
9469         * regformats/reg-i386.dat: Likewise.
9470         * regformats/reg-x86-64-linux.dat: Likewise.
9471         * regformats/reg-x86-64.dat: Likewise.
9472
9473 2010-03-01  Corinna Vinschen  <vinschen@redhat.com>
9474
9475         * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
9476         cygwin_conv_path API rather than the deprecated
9477         cygwin_conv_to_full_posix_path.
9478         * windows-nat.c:
9479         (GetModuleFileNameExA): Undefine for Cygwin.
9480         (GetModuleFileNameExW): Define for Cygwin.
9481         (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
9482         Call GetModuleFileNameExW and convert path to POSIX using
9483         cygwin_conv_path.
9484         (windows_make_so): Always define p.  Drop unused variable m.
9485         Don't use Win32 functions to check file existance, rather use
9486         access on Cygwin.  Fetch system directory using GetSystemDirectoryW.
9487         Use canonicalize_file_name to get full path.
9488         (get_image_name): Use wcstombs, rather than WideCharToMultiByte
9489         to convert Unicode pathname to multibyte on Cygwin.  Otherwise,
9490         use correct target buffer size in call to WideCharToMultiByte.
9491         (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
9492         (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
9493         (windows_create_inferior): Convert all paths and arguments to wchar_t
9494         and use CreateProcessW on Cygwin.
9495         (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
9496         (bad_GetModuleFileNameExA): Undefine for Cygwin.
9497         (bad_GetModuleFileNameExW): Define for Cygwin.
9498         (_initialize_loadable): Load GetModuleFileNameExW into
9499         dyn_GetModuleFileNameExW on Cygwin.  Don't load ANSI function on Cygwin.
9500
9501 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
9502
9503         PR python/11036
9504         * python/py-frame.c (frapy_read_var): Add block argument and logic
9505         to cope with user provided blocks.
9506
9507 2010-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
9508
9509         * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
9510         New comment.
9511
9512 2010-02-28  Corinna Vinschen  <vinschen@redhat.com>
9513
9514         * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
9515         (COMMON_OBS): ... to here since it's used unconditionally.
9516         (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
9517         (SFILES): To here.
9518
9519 2010-02-26  David Daney  <ddaney@caviumnetworks.com>
9520
9521         * mips-linux-tdep.c: Update struct sigframe comments.
9522         (SIGFRAME_CODE_OFFSET): Delete macro.
9523         (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
9524         this_frame's sp.
9525         (mips_linux_n32n64_sigframe_init): Same.
9526
9527 2010-02-26  Kevin Buettner  <kevinb@redhat.com>
9528
9529         * remote-mips.c (mips_load): Don't use pseudo-register when
9530         invalidating regcache.
9531
9532 2010-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
9533
9534         * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
9535
9536 2010-02-26  Pedro Alves  <pedro@codesourcery.com>
9537
9538         * NEWS: Add "New targets" section, and mention ARM Symbian
9539         support.
9540
9541 2010-02-26  Ulrich Weigand  <uweigand@de.ibm.com>
9542
9543         * dwarf2loc.c (struct piece_closure): Remove ARCH member,
9544         add ADDR_SIZE member.
9545         (allocate_piece_closure): Update.
9546         (copy_pieced_value_closure): Likewise.
9547         (dwarf2_evaluate_loc_desc): Likewise.
9548         (read_pieced_value): Use DWARF address size instead of
9549         GDB's gdbarch_addr_bit as size of values on the DWARF stack.
9550
9551 2010-02-26  Phil Muldoon  <pmuldoon@redhat.com>
9552             Tom Tromey  <tromey@redhat.com>
9553
9554         * python/py-type.c (typy_lookup_typename): Add in block argument.
9555         If provided restrict lookup to specified blocks.
9556         (gdbpy_lookup_type): Likewise.
9557         (typy_lookup_type): Likewise.
9558
9559 2010-02-25  Daniel Jacobowitz  <dan@codesourcery.com>
9560
9561         Symbian config
9562
9563         gdb/
9564         * arm-symbian-tdep.c: New.
9565         * configure.tgt (arm*-*-symbianelf*): New target.
9566         (*-*-symbianelf*): New OS.
9567         * osabi.c (gdb_osabi_names): Add Symbian.
9568         * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
9569         * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
9570         (ALLDEPFILES): Add arm-symbian-tdep.c.
9571
9572 2010-02-25  Daniel Jacobowitz  <dan@codesourcery.com>
9573
9574         * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
9575
9576 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9577
9578         * mi/mi-main.c (mi_cmd_execute): Fix typo.
9579
9580 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
9581             Tom Tromey  <tromey@redhat.com>
9582             Thiago Jung Bauermann  <bauerman@br.ibm.com>
9583
9584         * python/python.c (_initialize_python): Call
9585         gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
9586         gdbpy_initialize_blocks.
9587         * python/python-internal.h: Declare struct symbol, block and
9588         symtab_and_line.  Declare block_object_type and
9589         symbol_object_type
9590         (gdbpy_lookup_symbol gdbpy_block_for_pc)
9591         (symtab_and_line_to_sal_object, symtab_to_symtab_object)
9592         (symbol_to_symbol_object,  block_to_block_object)
9593         (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
9594         (gdbpy_initialize_blocks ): Declare.
9595         * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
9596         (frapy_select): Add methods.
9597         (frapy_read_var): Add symbol branch.
9598         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
9599         py-block.
9600         (SUBDIR_PYTHON_SRCS): Likewise.
9601         (py-symbol.o): New rule.
9602         (py-symtab.o): Likewise.
9603         (py-block.o): Likewise.
9604         * python/py-symbol.c: New file.
9605         * python/py-symtab.c: Likewise.
9606         * python/py-block.c: Likewise.
9607
9608 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9609
9610         PR gdb/11321
9611
9612         * inferior.h (prepare_for_detach): Declare.
9613         (struct inferior) <detaching>: New field.
9614         * infrun.c (prepare_for_detach): New.
9615         (handle_inferior_event) <random signal>: Don't stop if detaching.
9616         * target.c (target_detach): Call prepare_for_detach.
9617
9618 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9619
9620         Per-process displaced stepping queue.
9621
9622         * infrun.c (displaced_step_ptid, displaced_step_request_queue)
9623         (displaced_step_gdbarch, displaced_step_closure,
9624         (displaced_step_original, displaced_step_copy): Move globals to
9625         this...
9626         (struct displaced_step_inferior_state): ... new structure.
9627         (displaced_step_inferior_states): New global.
9628         (get_displaced_stepping_state, add_displaced_stepping_state)
9629         (remove_displaced_stepping_state, infrun_inferior_exit): New
9630         functions.
9631         (displaced_step_clear): Add displaced_step_inferior_state
9632         parameter, and adjust to handle it.
9633         (displaced_step_clear_cleanup): Parameter is now a
9634         displaced_step_inferior_state.  Adjust.
9635         (displaced_step_prepare): Adjust.
9636         (displaced_step_fixup, displaced_step_fixup)
9637         (infrun_thread_ptid_changed, resume): Adjust.
9638         (init_wait_for_inferior): Don't call displaced_step_clear.
9639         (infrun_thread_stop_requested): Rewrite.
9640         (_initialize_infrun): Install infrun_inferior_exit as
9641         inferior_exit observer.
9642
9643 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9644
9645         * inferior.h (ptid_match): Declare.
9646         * infrun.c (ptid_match): New.
9647         * remote.c (queued_stop_reply): Rewrite and use ptid_match.
9648         (handle_notification): Add debug output.
9649         * linux-nat.c (ptid_match): Delete.
9650
9651 2010-02-24  David S. Miller  <davem@davemloft.net>
9652
9653         * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
9654         * syscalls/sparc-linux.xml: New.
9655         * syscalls/sparc64-linux.xml: New.
9656         * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
9657         * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
9658         (sparc32_linux_get_syscall_number): New function.
9659         (sparc32_linux_init_abi): Set syscall XML file name and hook up
9660         syscall number fetcher.
9661         * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
9662         (sparc64_linux_get_syscall_number): New function.
9663         (sparc64_linux_init_abi): Set syscall XML file name and hook up
9664         syscall number fetcher.
9665
9666 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
9667
9668         Multiexec MI
9669
9670         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
9671         * inferior.c (add_inferior_silent): Notify inferior_added
9672         observer.
9673         (delete_inferior_1): Notify inferior_removed observer.
9674         (exit_inferior_1): Pass inferior, not pid, to observer.
9675         (inferior_appeared): Likewise.
9676         (add_inferior_with_spaces): New.
9677         (add_inferior_command): Use the above.
9678         * inferior.h (delete_inferior_1, add_inferior_with_spaces):
9679         Declare.
9680
9681         * inflow.c (inflow_inferior_exit): Likewise.
9682         * jit.c (jit_inferior_exit_hook): Likewise.
9683
9684         * mi/mi-cmds.c (mi_cmds): Register add-inferior and
9685         remove-inferior.
9686         * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9687         * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
9688         (report_initial_inferior): New.
9689         (mi_inferior_removed): Register the above. Make sure
9690         inferior_added observer is called on the first inferior.
9691         (mi_new_thread, mi_thread_exit): Thread group is now identified by
9692         inferior number, not pid.
9693         (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
9694         affected.
9695         * mi/mi-main.c (current_context): New.
9696         (proceed_thread_callback): Use typed closure.
9697         Proceed everything if pid is 0. Most implementation split into
9698         (proceed_thread): ... this.
9699         (run_one_inferior): New.
9700         (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
9701         Adjust for multiexec behaviour.
9702         (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9703         (mi_cmd_execute): Handle the 'thread-group' option here.
9704         Do some extra checks.
9705         * mi-parse.c (mi_parse): Handle the --all and --thread-group
9706         options.
9707         * mi-parse.h (struct mi_parse): New fields all and thread_group.
9708
9709 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
9710
9711         Make -exec-run a proper MI commands.
9712
9713         * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
9714         * mi/mi-cmds.c (mi_cmds): Adjust.
9715         * mi/mi-main.c (mi_cmd_exec_run): New.
9716
9717 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9718             Stan Shebs  <stan@codesourcery.com>
9719
9720         * tracepoint.h (set_traceframe_number)
9721         (cleanup_restore_current_traceframe): Declare.
9722         * tracepoint.c (set_traceframe_number): New.
9723         (struct current_traceframe_cleanup): New.
9724         (do_restore_current_traceframe_cleanup)
9725         (restore_current_traceframe_cleanup_dtor)
9726         (make_cleanup_restore_current_traceframe): New.
9727         * infrun.c: Include tracepoint.h.
9728         (fetch_inferior_event): Switch out and in of tfind mode.
9729
9730 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9731
9732         * breakpoint.c (breakpoint_init_inferior): Also delete
9733         bp_shlib_event breakpoints.
9734         * solib-frv.c (enable_break): Remove call to
9735         remove_solib_event_breakpoints.
9736         * solib-svr4.c (enable_break): Ditto.
9737         * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
9738         * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
9739         * solib-som.c (som_solib_create_inferior_hook): Ditto.
9740         * solib-spu.c (spu_enable_break): Ditto.
9741
9742 2010-02-23  Harald Koenig  <H.Koenig@science-computing.de>
9743
9744         * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
9745
9746 2010-02-23  Harald Koenig  <H.Koenig@science-computing.de>
9747
9748         * varobj.c (varobj_update): Avoid non-constants in initializers.
9749
9750 2010-02-23  Tom Tromey  <tromey@redhat.com>
9751
9752         * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
9753         handle big-endian values.
9754         (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
9755
9756 2010-02-22  Pedro Alves  <pedro@codesourcery.com>
9757
9758         PR9605
9759
9760         gdb/
9761         * breakpoint.c (insert_bp_location): If inserting the read
9762         watchpoint failed, fallback to an access watchpoint.
9763         (bpstat_check_watchpoint): Stop for read watchpoint triggers even
9764         if the value changed, if not watching the same memory for writes.
9765         (watchpoint_locations_match): Add comment.
9766         (update_global_location_list): Copy the location's watchpoint type.
9767         * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
9768         handle read watchpoints here.
9769         (i386_insert_watchpoint): Read watchpoints aren't supported.
9770         * remote.c (remote_insert_watchpoint): Return 1 for unsupported
9771         packets.
9772         * target.h (target_insert_watchpoint): Update description.
9773
9774 2010-02-19  Tom Tromey  <tromey@redhat.com>
9775
9776         * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
9777         * m2-typeprint.c (m2_print_type): Update.
9778         * gdbtypes.c (recursive_dump_type): Update.
9779         (copy_type_recursive): Update.
9780         * c-typeprint.c (c_type_print_varspec_prefix): Update.
9781         (c_type_print_base): Update.
9782         * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
9783         Remove.
9784         (struct cplus_struct_type) <ntemplate_args>: Remove.
9785         <struct template_arg>: Remove.
9786         <is_dynamic>: Move earlier.
9787         (TYPE_TEMPLATE_ARGS): Remove.
9788         (TYPE_NTEMPLATE_ARGS): Remove.
9789         (TYPE_TEMPLATE_ARG): Remove.
9790
9791 2010-02-19  Tom Tromey  <tromey@redhat.com>
9792
9793         PR c++/8693, PR c++/9496:
9794         * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
9795         * c-exp.y (lex_one_token): Rename from yylex.  Don't call
9796         write_dollar_variable.  Don't try to classify NAME tokens.
9797         (token_and_value): New type.
9798         (token_fifo, popping, name_obstack): New globals.
9799         (classify_name): New function.
9800         (classify_inner_name): Likewise.
9801         (yylex): Likewise.
9802         (VARIABLE): Now has type sval.
9803         (exp : VARIABLE): Call write_dollar_variable.
9804         (qualified_name): Use TYPENAME, not typebase.  Add production for
9805         multiple "::" instances.
9806         (variable): Use name_not_typename.
9807         (qualified_type): Remove.
9808         (typebase): Update.
9809
9810 2010-02-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9811
9812         * symfile.c (addr_info_make_relative): Extend comment.  Move SECT to
9813         a more inner block.  Initialize ADDR by LOWER_OFFSET only if it was
9814         found by bfd_get_section_by_name.
9815         * symfile.h (struct section_addr_info) <sectindex>: New comment.
9816
9817 2010-02-19  Joel Brobecker  <brobecker@adacore.com>
9818
9819         * NEWS: Add new "[...] since 7.1" section.  Rename the "[...] since
9820         7.0 section" into "Changes in 7.1".
9821
9822 2010-02-19  Joel Brobecker  <brobecker@adacore.com>
9823
9824         GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
9825         * version.in: Bump version to 7.1.50.20100219-cvs.
9826
9827 2010-02-18  Harald Koenig  <H.Koenig@science-computing.de>
9828
9829         * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
9830         * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
9831
9832 2010-02-17  Tom Tromey  <tromey@redhat.com>
9833
9834         * NEWS: Add Python API Improvements section.
9835
9836 2010-02-18  Daniel Jacobowitz  <dan@codesourcery.com>
9837
9838         * NEWS: Correct typo.
9839
9840 2010-02-17  Tom Tromey  <tromey@redhat.com>
9841
9842         * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
9843
9844 2010-02-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
9845
9846         * symfile.c (build_section_addr_info_from_objfile): Include sections
9847         only if they are SEC_ALLOC or SEC_LOAD.
9848
9849 2010-02-17  H.J. Lu  <hongjiu.lu@intel.com>
9850
9851         PR shlibs/11293
9852         * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
9853         of ULONGEST for address size.
9854
9855 2010-02-17  Tom Tromey  <tromey@redhat.com>
9856
9857         * NEWS: Add C++ improvements section.
9858
9859 2010-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
9860
9861         * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
9862         PyThreadState_Swap): Avoid "statement with no effect" warning.
9863
9864 2010-02-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
9865
9866         * solib-svr4.c (enable_break <target_auxv_search>): New variable
9867         addr_bit.  Adjust LOAD_ADDR sign for cross-arch inferiors.
9868
9869 2010-02-17  Tristan Gingold  <gingold@adacore.com>
9870             Petr Hluzin  <petr.hluzin@gmail.com>
9871
9872         * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
9873         gdb_assert.  Fix info->size for SIG prologue.
9874
9875 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
9876
9877         * infcmd.c (show_inferior_tty_command): Check for NULL.
9878         Correct output message.
9879
9880 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
9881
9882         * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
9883         FUNCTION contains parentheses.  Improve removal of a trailing
9884         single quote.
9885
9886 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
9887
9888         * gcore.c (do_bfd_delete_cleanup): New function.
9889         (gcore_command): Use it.  Discard the cleanup after success.
9890         (gcore_copy_callback): Delete dead code.
9891
9892 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
9893
9894         * symfile.c (addr_info_make_relative): Always use
9895         find_lowest_section.
9896
9897 2010-02-16  Sami Wagiaalla <swagiaal@redhat.com>
9898
9899         * NEWS: Added entry for namespace fixes.
9900
9901 2010-02-15  Tom Tromey  <tromey@redhat.com>
9902
9903         * dwarf2read.c (guess_structure_name): Allocate name on the
9904         objfile obstack.
9905
9906 2010-02-15  Tom Tromey  <tromey@redhat.com>
9907
9908         * c-typeprint.c (c_type_print_base): Reverse order of test.
9909
9910 2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9911
9912         * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize.  Optionally
9913         initialize it from ELF BFD.  Extend the prelink condition by it.
9914
9915 2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9916
9917         * defs.h (parse_pid_to_attach): New.
9918         * utils.c (parse_pid_to_attach): New.
9919         * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
9920         * gnu-nat.c (gnu_attach): Likewise.
9921         * nto-procfs.c (procfs_attach): Likewise.
9922         * procfs.c (procfs_attach): Likewise.
9923         * windows-nat.c (windows_attach): Likewise.
9924         * inf-ptrace.c (inf_ptrace_attach): Likewise.  Remove variable dummy.
9925         * inf-ttrace.c (inf_ttrace_attach): Likewise.
9926         * remote.c (extended_remote_attach_1): Likewise.  New comment on getpid
9927         check.
9928
9929 2010-02-14  Masaki Muranaka  <monaka@monami-software.com>
9930
9931         * MAINTAINERS: Add myself for write after approval privileges.
9932
9933 2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9934
9935         * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
9936         block.
9937
9938 2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9939
9940         * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
9941         only if INFO_VERBOSE.
9942
9943 2010-02-12  Tomas Holmberg <th@virtutech.com>
9944
9945         * mi/mi-main.c: Added the --reverse flag to the following MI
9946         commands: exec-continue, exec-finish, exec-next, exec-step,
9947         exec-next-instruction, exec-step-instruction. This is to
9948         support reverse execution over the MI interface to gdb.
9949
9950 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
9951
9952         * tracepoint.c (_initialize_tracepoint): Specify that the address
9953         range of `tfind outsize' is exclusive, and that the address range
9954         of `tfind range' is inclusive, in the commands' help strings.
9955
9956 2010-02-12  Joel Brobecker  <brobecker@adacore.com>
9957
9958         Spurious "dll not found" error messages on x64-windows.
9959         * windows-nat.c: Add include of complaints.h.
9960         (handle_unload_dll): Change dll-not-found error into a complaint.
9961
9962 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
9963
9964         * breakpoint.c (allocate_bp_location): Use bp_loc_other for
9965         bp_tracepoint and bp_fast_tracepoint, not
9966         bp_loc_software_breakpoint.
9967         (update_global_location_list): Tracepoints are never duplicates of
9968         anything.
9969
9970 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
9971
9972         * breakpoint.c (break_command_really): Change return type to int.
9973         Return false if no breakpoint was created, true otherwise.
9974         (trace_command): Don't set the tracepoint count if no tracepoint
9975         was created.
9976         (ftrace_command): Ditto.
9977         (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
9978         created in the breakpoints table.
9979
9980 2010-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9981             Ulrich Weigand  <uweigand@de.ibm.com>
9982
9983         * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
9984
9985 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
9986
9987         * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
9988         the offset value isn't of integral type.
9989
9990 2010-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9991
9992         * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
9993         New.
9994
9995 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
9996
9997         * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
9998         non-subscriptable types.
9999         * valarith.c (binop_types_user_defined_p): New, abstracted out
10000         from ...
10001         (binop_user_defined_p): ... this.
10002         * value.h (binop_types_user_defined_p): Declare.
10003
10004 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
10005
10006         * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
10007         Merge uploaded TSVs before merging uploaded tracepoints.
10008
10009 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
10010
10011         * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
10012
10013 2010-02-11  Vladimir Prus  <vladimir@codesourcery.com>
10014
10015         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
10016         whitespace character after a dot in comment.
10017         (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
10018         Likewise.
10019         (list_args_or_locals): For the 'all' (that is
10020         -stack-list-variables) case, always output list of tuples.
10021         Output 'arg' field if variable is argument.
10022
10023 2010-02-10  Tom Tromey  <tromey@redhat.com>
10024
10025         * parser-defs.h (parser_debug): Declare.
10026         * parse.c (_initialize_parse): Install "debug parser" set/show
10027         command.
10028         (parser_debug): New global.
10029         (show_parserdebug): New function.
10030         * c-exp.y (c_parse): Set yydebug.
10031
10032 2010-02-10  H.J. Lu  <hongjiu.lu@intel.com>
10033
10034         * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
10035         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
10036         (tdesc_predefined_types): Add i387_ext, i386_eflags and
10037         i386_mxcsr.
10038         (tdesc_find_type): New.
10039         (tdesc_gdb_type): Use tdesc_find_type.  Handle TDESC_TYPE_I387_EXT,
10040         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
10041
10042         * target-descriptions.h (tdesc_find_type): New.
10043
10044 2010-02-10  Michael Snyder  <msnyder@vmware.com>
10045
10046         * gdb-gdb.py: Comment fix.
10047
10048 2010-02-09  Tristan Gingold  <gingold@adacore.com>
10049
10050         * machoread.c (macho_symfile_relocate): New function.
10051         (macho_sym_fns): Use macho_symfile_relocate instead of
10052         default_symfile_relocate.
10053         (macho_oso_data): New type.
10054         (current_oso): New variable.
10055         (macho_add_oso_symfile): Do not compute section_addr_info, but
10056         instead set vma of sections.
10057         Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
10058         Set and clear current_oso.
10059
10060 2010-02-09  Joel Brobecker  <brobecker@adacore.com>
10061
10062         Wrong type description for tagged type parameter.
10063         * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
10064         EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
10065         reference to a tagged type.
10066
10067 2010-02-09  Tristan Gingold  <gingold@adacore.com>
10068
10069         * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
10070         brothers of the parent.
10071
10072 2010-02-08  Tom Tromey  <tromey@redhat.com>
10073
10074         PR c++/8017:
10075         * value.h: Update.
10076         * valops.c (search_struct_field): Make 'name' const.
10077         (search_struct_method): Likewise.
10078         (find_method_list): Make 'method' const.
10079         (value_struct_elt): Make 'name' and 'err' const.
10080         (value_find_oload_method_list): Make 'method' const.
10081         (find_overload_match): Make 'name' const.
10082         * eval.c (evaluate_subexp_standard): New locals function,
10083         function_name.
10084         <OP_FUNCALL>: Handle OP_SCOPE specially.
10085
10086 2010-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
10087
10088         * infrun.c (handle_inferior_event): Do not look up regcache
10089         for exited processes.
10090
10091 2010-02-08  Chris Moller  <moller@mollerware.com>
10092
10093         PR gdb/10728
10094         * valarith.c (value_ptrdiff): Added a test for a zero type length,
10095         warn if found, and assume length = 1.
10096
10097 2010-02-08  Chris Moller  <cmoller@redhat.com>
10098
10099         PR gdb/9067
10100         * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
10101         (cp_print_static_field)  Fix use of obstacks.
10102
10103 2010-02-08  Pedro Alves  <pedro@codesourcery.com>
10104
10105         * linux-nat.c (linux_nat_resume): In non-stop, also only tag
10106         resumed LWPs as resumed.
10107         (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
10108         we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
10109         of throwing an internal error.  If an LWP of a process we're not
10110         waiting for reports a signal, don't force collecting a SIGSTOP,
10111         and if it was breakpoint hit in non-stop mode, cancel it.  Don't
10112         go through all LWPs cancelling breakpoints in non-stop mode.
10113         (resume_stopped_resumed_lwps): New.
10114         (linux_nat_wait): Use it.
10115
10116 2010-02-07  H.J. Lu  <hongjiu.lu@intel.com>
10117
10118         * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
10119         i386/amd64 and i386/amd64-linux.
10120         (i386/i386-expedite): New.
10121         (i386/i386-linux-expedite): Likewise.
10122         (i386/amd64-expedite):Likewise.
10123         (i386/amd64-linux-expedite): Likewise.
10124         ($(outdir)/i386/i386-linux.dat): Likewise.
10125         ($(outdir)/i386/amd64.dat): Likewise.
10126         ($(outdir)/i386/amd64-linux.dat): Likewise.
10127
10128         * features/i386/32bit-core.xml: New.
10129         * features/i386/32bit-linux.xml: Likewise.
10130         * features/i386/32bit-sse.xml: Likewise.
10131         * features/i386/64bit-core.xml: Likewise.
10132         * features/i386/64bit-linux.xml: Likewise.
10133         * features/i386/64bit-sse.xml: Likewise.
10134         * features/i386/i386-linux.xml: Likewise.
10135         * features/i386/i386.xml: Likewise.
10136         * features/i386/amd64-linux.xml: Likewise.
10137         * features/i386/amd64.xml: Likewise.
10138         * features/i386/i386-linux.c: Likewise.
10139         * features/i386/i386.c: Likewise.
10140         * features/i386/amd64-linux.c: Likewise.
10141         * features/i386/amd64.c: Likewise.
10142
10143 2010-02-05  Sami Wagiaalla  <swagiaal@redhat.com>
10144
10145         PR c++/7935:
10146         * cp-support.h: Added char* alias element to using_direct data
10147         struct.
10148         (cp_add_using): Added char* alias argument.
10149         (cp_add_using_directive): Ditto.
10150         * cp-namespace.c: Updated with the above changes.
10151         (cp_lookup_symbol_imports): Check for aliases.
10152         * dwarf2read.c (read_import_statement): Figure out local alias
10153         for the import and pass it on to cp_add_using.
10154         (read_namespace): Pass alias argument to cp_add_using.
10155
10156 2010-02-05  Hui Zhu  <teawater@gmail.com>
10157
10158         * defs.h (gdb_bfd_errmsg): New extern.
10159         * exec.c (exec_file_attach): Change bfd_errmsg to
10160         gdb_bfd_errmsg.
10161         * utils.c (AMBIGUOUS_MESS1): New macro.
10162         (AMBIGUOUS_MESS2): New macro.
10163         (gdb_bfd_errmsg): New function.
10164
10165 2010-02-04  Doug Evans  <dje@google.com>
10166
10167         * solib-svr4.c (enable_break): Add comment.
10168
10169 2010-02-04  Anthony Green  <green@moxielogic.com>
10170
10171         * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
10172         gracefully.
10173
10174 2010-02-04  Tom Tromey  <tromey@redhat.com>
10175
10176         * valops.c (search_struct_field): Account for
10177         value_embedded_offset.  Fix check for virtual base past the end of
10178         the object.  Use value_copy when making a slice of the value.
10179
10180 2010-02-04  H.J. Lu  <hongjiu.lu@intel.com>
10181
10182         PR tui/9622
10183         * tui/tui-interp.c (tui_init): Call tui_initialize_readline
10184         only if gdb_stdout is a tty.
10185
10186 2010-02-04  H.J. Lu  <hongjiu.lu@intel.com>
10187
10188         * target-descriptions.c: Include "osabi.h".
10189         (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
10190         OSABI.
10191
10192 2010-02-04  Tristan Gingold  <gingold@adacore.com>
10193
10194         * machoread.c (macho_add_oso): Renamed to macho_register_oso.
10195         (macho_symtab_read): Adjust calls to macho_add_oso.
10196         (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
10197         (macho_symfile_read): Adjust call to macho_oso_symfile.
10198         (macho_new_init): Move this function after declarations.
10199         (macho_symfile_init): Ditto.
10200         * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
10201         * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
10202
10203 2010-02-04  Vladimir Prus  <vladimir@codesourcery.com>
10204
10205         Include MI command in remotelog.
10206
10207         * mi/mi-main.c (mi_execute_command): Call target_log_command.
10208
10209 2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
10210
10211         * remote.c (remote_state): Remove gdbarch.
10212         (init_remote_state): Don't set gdbarch.
10213         (remote_query_supported): Pass target_gdbarch instead of
10214         rs->gdbarch to gdbarch_qsupported.
10215
10216 2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
10217
10218         * gdbarch.sh: Add qsupported.
10219
10220         * gdbarch.c: Regenerated.
10221         * gdbarch.h: Likewise.
10222
10223         * remote.c (remote_state): Add gdbarch.
10224         (init_remote_state): Set gdbarch.
10225         (remote_query_supported): Support gdbarch_qsupported.
10226
10227 2010-02-03  Daniel Jacobowitz  <dan@codesourcery.com>
10228
10229         * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
10230         __FreeBSD_kernel_version.
10231
10232 2010-02-03  Tristan Gingold  <gingold@adacore.com>
10233
10234         * symfile.h (struct sym_fns): Add sym_relocate field.
10235         (default_symfile_relocate): New prototype.
10236         (symfile_relocate_debug_section): First argument is now an objfile.
10237         * symfile.c (default_symfile_relocate): Rename from
10238         symfile_relocate_debug_section, first argument is now an objfile.
10239         (symfile_relocate_debug_section): New function.
10240         * coffread.c (coff_sym_fns): Set sym_relocate field.
10241         * somread.c (som_sym_fns): Ditto.
10242         * mipsread.c (ecoff_sym_fns): Ditto.
10243         * machoread.c (macho_sym_fns): Ditto.
10244         * elfread.c (elf_sym_fns): Ditto.
10245         * dwarf2read.c (dwarf2_read_section): Ditto.
10246         * xcoffread.c (xcoff_sym_fns): Ditto.
10247         * dbxread.c (aout_sym_fns): Ditto.
10248         (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
10249         (elfstab_build_psymtabs): Ditto.
10250
10251 2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
10252
10253         * defs.h (MAX_REGISTER_SIZE): Increase to 32.
10254
10255 2010-02-02  Tom Tromey  <tromey@redhat.com>
10256
10257         * valops.c (value_cast_structs): Try downcasting using the RTTI
10258         type.
10259
10260 2010-02-02  Tom Tromey  <tromey@redhat.com>
10261
10262         * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
10263         (gnuv2_baseclass_offset): Now static.
10264         * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
10265         * gnu-v2-abi.h: Remove.
10266
10267 2010-02-02  Tom Tromey  <tromey@redhat.com>
10268
10269         * m2-typeprint.c (m2_record_fields): Don't use
10270         TYPE_DECLARED_TYPE.
10271         * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
10272         (struct main_type) <flag_declared_class>: New field.
10273         (struct cplus_struct_type) <declared_type>: Remove.
10274         <ntemplate_args>: Move earlier.
10275         (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
10276         (DECLARED_TYPE_TEMPLATE): Remove.
10277         (TYPE_DECLARED_TYPE): Remove.
10278         * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
10279         * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
10280         * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
10281         TYPE_DECLARED_TYPE.
10282
10283 2010-02-02  Tom Tromey  <tromey@redhat.com>
10284
10285         PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
10286         * valops.c (search_struct_field): Compute nbases after calling
10287         CHECK_TYPEDEF.
10288         (check_field): Call CHECK_TYPEDEF.
10289         * cp-valprint.c (cp_print_value): Pass correct address to
10290         baseclass_offset.  Fix check for virtual base past the end of the
10291         object.  Don't offset address passed to cp_print_value_fields or
10292         apply_val_pretty_printer.
10293         (cp_print_value_fields): Fix call to val_print.
10294         (cp_print_value_fields_rtti): New function.
10295         * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
10296         * p-valprint.c (pascal_object_print_value_fields): Fix call to
10297         val_print.
10298         * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
10299         offset to address.
10300         * language.h (struct language_defn) <la_val_print>: Document.
10301         * c-lang.h (cp_print_value_fields_rtti): Declare.
10302
10303 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10304
10305         PR libc/11214:
10306         * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
10307         (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
10308         (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
10309
10310 2010-02-01  Michael Matz  <matz@suse.de>
10311             Daniel Jacobowitz  <dan@codesourcery.com>
10312
10313         * i386-tdep.c (i386_frame_cache): Assume valid anonymous
10314         functions use a frame pointer.
10315
10316 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10317
10318         * solib-svr4.c (scan_dyntag): New variable dyn_addr.  Replace gdb_assert
10319         by a conditional setting DYN_ADDR.  Use DYN_ADDR.
10320         * config/djgpp/fnchange.lst: Add translations for
10321         symbol-without-target_section.exp and symbol-without-target_section.c.
10322
10323 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
10324
10325         * gdbarch.sh: Set LANG and LC_ALL to C, not c.
10326         (remote_breakpoint_for_pc): Correct invalid_p check.
10327         * gdbarch.c: Regenerated.
10328
10329 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
10330
10331         * arm-tdep.c (arm_find_mapping_symbol): New function, from
10332         arm_pc_is_thumb.
10333         (arm_pc_is_thumb): Use arm_find_mapping_symbol.
10334         (extend_buffer_earlier): New function.
10335         (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
10336         (arm_adjust_breakpoint_address): New function.
10337         (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
10338
10339 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
10340
10341         * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
10342         (arm_linux_thumb2_le_breakpoint): New constants.
10343         (arm_linux_init_abi): Set thumb2_breakpoint and
10344         thumb2_breakpoint_size.
10345         * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
10346         (thumb_get_next_pc): Add a comment.  Rename IT to ITSTATE.
10347         Implement support for single stepping through IT blocks if
10348         a 32-bit Thumb breakpoint instruction is available.
10349         (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
10350         is available, use it when needed.
10351         (arm_remote_breakpoint_from_pc): New function.
10352         (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
10353         * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
10354         comment.  Add thumb2_breakpoint and thumb2_breakpoint_size.
10355
10356 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
10357
10358         * arch-utils.c (default_remote_breakpoint_from_pc): New function.
10359         * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
10360         * gdbarch.c, gdbarch.h: Regenerated.
10361         * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
10362         * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
10363         gdbarch_remote_breakpoint_from_pc.
10364
10365 2010-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
10366
10367         * infrun.c (prepare_to_proceed): Handle other signals which might
10368         match a breakpoint.
10369         (handle_inferior_event): Move the check for unusual breakpoint
10370         signals earlier.
10371
10372 2010-01-29  Paul Hilfinger  <hilfinger@adacore.com>
10373
10374         amd64 - function returning record with field straddling 2 registers.
10375         * amd64-tdep.c (amd_classify_aggregate): Handle the case of
10376         a record of length <= 16 in which a field straddles the two
10377         eightbytes.
10378
10379 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
10380
10381         Implement return values on amd64-windows.
10382         * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
10383         (amd64_windows_return_value): New function.
10384         (amd64_windows_init_abi): Call set_gdbarch_return_value with
10385         amd64_windows_return_value.
10386
10387 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
10388
10389         amd64-windows: 32 bytes allocated on stack by caller for integer
10390         parameter registers.
10391         * i386-tdep.h (struct gdbarch_tdep): Add new field
10392         integer_param_regs_saved_in_caller_frame.
10393         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
10394         tdep->integer_param_regs_saved_in_caller_frame to 1.
10395         * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
10396         stack if tdep->integer_param_regs_saved_in_caller_frame is set.
10397
10398 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
10399
10400         amd64-windows: memory args passed by pointer during function calls.
10401         * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
10402         * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
10403         where tdep->memory_args_by_pointer is non-zero.
10404         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
10405         tdep->memory_args_by_pointer to 1.
10406
10407 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
10408
10409         amd64-windows: Integer parameters in function calls.
10410         * i386-tdep.h (enum amd64_reg_class): New, moved here from
10411         amd64-tdep.c.
10412         (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
10413         call_dummy_integer_regs, and classify.
10414         * amd64-tdep.h (amd64_classify): Add declaration.
10415         * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
10416         (amd64_reg_class): Delete, moved to i386-tdep.h.
10417         (amd64_classify): Make non-static.  Move declaration to amd64-tdep.h.
10418         Replace call to amd64_classify by call to tdep->classify.
10419         (amd64_push_arguments): Get the list of registers to use for
10420         passing integer parameters from the gdbarch tdep structure,
10421         rather than using a hardcoded one.  Replace calls to amd64_classify
10422         by calls to tdep->classify.
10423         (amd64_push_dummy_call): Get the register number used for
10424         the "hidden" argument from tdep->call_dummy_integer_regs.
10425         (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
10426         and tdep->call_dummy_integer_regs.  Set tdep->classify.
10427         * amd64-windows-tdep.c: Add include of gdbtypes.h.
10428         (amd64_windows_dummy_call_integer_regs): New static global.
10429         (amd64_windows_classify): New function.
10430         (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
10431         tdep->call_dummy_integer_regs and tdep->classify.
10432
10433 2010-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
10434
10435         * regcache.c (regcache_xmalloc): Add aspace argument.  Use it
10436         for the new regcache.  All callers updated.
10437         (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
10438         (get_thread_arch_regcache): Do not set aspace here.
10439         * regcache.h (regcache_xmalloc): Update declaration.
10440
10441         * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
10442         regcache_xmalloc updated.
10443
10444 2010-01-28  Joel Brobecker  <brobecker@adacore.com>
10445
10446         Another -Wunused-function error in procfs.c (sparc-solaris)
10447         * procfs.c (insert_dbx_link_breakpoint): Delete declaration.  Move up.
10448         Only define if SYS_syssgi is defined.
10449         (remove_dbx_link_breakpoint): Delete declaration.  Move up.
10450         (dbx_link_addr, insert_dbx_link_bpt_in_file)
10451         (insert_dbx_link_bpt_in_region): Move up.  Only define if SYS_syssgi
10452         is itself defined.
10453
10454 2010-01-27  Christopher Faylor  <me+cygwin@cgf.cx>
10455
10456         * windows-nat.c (windows_initialization_done): New variable.
10457         (get_windows_debug_event): Issue error when process dies before
10458         completely initializing.
10459         (do_initial_windows_stuff): Set flag to indicate when we are done with
10460         the initial steps of attaching to the child.
10461
10462 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10463
10464         * symtab.h (struct symbol <symtab>): New comment on NULL values.
10465
10466 2010-01-27  Doug Evans  <dje@google.com>
10467
10468         * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
10469
10470         * breakpoint.c (bpstat_stop_status): Delete useless code.
10471
10472 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10473
10474         * printcmd.c (display_uses_solib_p): Remove variable section.  Access
10475         objfile via SYMBOL_SYMTAB.
10476
10477 2010-01-26  Tom Tromey  <tromey@redhat.com>
10478
10479         PR exp/7643:
10480         * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
10481         coerce_array on result.
10482
10483 2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
10484
10485         * cp-namespace.c (cp_lookup_symbol_namespace): Added
10486         search_parent argument.
10487         (cp_add_using): Initialize 'searched' field.
10488         (reset_directive_searched): New function.
10489         * cp-support.h: Add 'searched' field to using_direct struct.
10490         (cp_lookup_symbol_imports): Ditto.
10491         * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
10492         Perform recursive search.
10493         Implement non parent search.
10494         * valops.c (value_maybe_namespace_elt): Updated.
10495
10496 2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
10497
10498         PR gdb/10929:
10499         * dwarf2read.c (read_lexical_block_scope): Create blocks for
10500         scopes which contain using directives even if they contain no
10501         declarations.
10502         * symtab.c (lookup_symbol_aux): Pass lowest level block to
10503         la_lookup_symbol_nonlocal.
10504         * cp-namespace.c (cp_lookup_symbol_nonlocal): call
10505         cp_lookup_symbol_namespace.
10506         (cp_lookup_symbol_namespace): Perform an import lookup at every
10507         block level.
10508         (cp_lookup_symbol_imports): New function.
10509         (cp_lookup_symbol_in_namespace): New function.
10510
10511 2010-01-25  Tom Tromey  <tromey@redhat.com>
10512
10513         PR gdb/11049:
10514         * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
10515         result.
10516
10517 2010-01-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10518
10519         * configure.ac: Only use host_os part when disabling TUI on osf.
10520         Use test to check variables, prefix strings with x.
10521         * configure: Regenerate.
10522
10523         * solib-osf.c (osf_current_sos): Initialize tail.
10524
10525 2010-01-25  gingold  <gingold@adacore.com>
10526
10527         * windows-nat.c (windows_continue): Use %x to print thread id.
10528         (get_windows_debug_event): Ditto.
10529
10530 2010-01-22  Tom Tromey  <tromey@redhat.com>
10531
10532         PR symtab/11199:
10533         * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
10534         type and arguments.  Use smash_to_methodptr_type.
10535         (read_structure_type): Call quirk_gcc_member_function_pointer
10536         later.
10537         * gdbtypes.h (smash_to_methodptr_type): Declare.
10538         * gdbtypes.c (smash_to_methodptr_type): New function.
10539         (lookup_methodptr_type): Use it.
10540
10541 2010-01-21  Tom Tromey  <tromey@redhat.com>
10542
10543         PR symtab/11198:
10544         * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
10545         * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
10546         * glibc-tdep.c (find_minsym_and_objfile): Remove.
10547         (glibc_skip_solib_resolver): Use
10548         lookup_minimal_symbol_and_objfile.
10549
10550 2010-01-21  Kai Tietz  <kai.tietz@onevision.com>
10551
10552         * inflow.c (check_syscall): Guard by #if clause for GO32 and
10553         WIN32 targets.
10554
10555 2010-01-20  Tom Tromey  <tromey@redhat.com>
10556
10557         PR backtrace/10770:
10558         * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
10559         BINOP_GEQ.  Handle BINOP_NOTEQUAL in the signed case.
10560         * dwarf2expr.c (new_dwarf_expr_context): Allocate
10561         dwarf_stack_values, not CORE_ADDRs.
10562         (execute_stack_op): Change DW_OP_div and comparison operators to
10563         use signed operands.
10564
10565 2010-01-20  Vladimir Prus  <vladimir@codesourcery.com>
10566
10567         Per-inferior args and tty and environment.
10568
10569         * infcmd.c (inferior_args): Rename to ...
10570         (inferior_args_scratch): ... this.
10571         (inferior_io_terminal): Rename to ...
10572         (inferior_io_terminal_scratch): ... this.
10573         (inferior_argc, inferior_argv): Remove.
10574         (set_inferior_io_terminal, get_inferior_io_terminal): Store
10575         inside current_inferior().
10576         (set_inferior_tty_command, show_inferior_tty_command): New.
10577         (get_inferior_args, set_inferior_args): Store inside
10578         current_inferior().
10579         (notice_args_set): Likewise and rename to...
10580         (set_args_command): ... this.
10581         (set_inferior_args_vector): Likewise.
10582         (notice_args_read): Rename to...
10583         (show_args_command): ...new.
10584         (tty_command): Remove.
10585         (run_command_1): Don't free old args, as they are freed by
10586         set_inferior_arg now.
10587         (run_no_args_command): Likewise.
10588         (inferior_environ): Remove.
10589         (run_command_1): Use environment of the current inferior.
10590         (environment_info, set_environment_command)
10591         (unset_environment_command, path_info, path_command): Likewise.
10592         (_initialize_infcmd): Adjust for function and variable renames.
10593         Do not init inferior_environ.
10594         * inferior.h (set_inferior_arg): Adjust prototype.
10595         (struct inferior): New fields args, argc, argv, terminal, environment.
10596         (inferior_environ): Remove declaration.
10597         * inferior.c (free_inferior): Free new fields.
10598         (add_inferior_silent): Initialize 'environment' field.
10599         * main.c (captured_main): Set arguments only after the initial
10600         inferior has been created.  Set set_inferior_io_terminal,
10601         not tty_command.
10602         * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
10603         inferior.
10604         (_initialize_mi_cmd_env): Adjust for disappearance of global
10605         inferior_environ.
10606         * solib.c (solib_find): Use environment of the current inferior.
10607
10608 2010-01-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10609
10610         * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
10611         HAVE_PYTHON.
10612         (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
10613
10614 2010-01-20  Joel Brobecker  <brobecker@adacore.com>
10615
10616         Get rid of ada-lang.c:function_name_from_pc.
10617         * ada-lang.c: Add "stack.h" #include.
10618         (function_name_from_pc): Delete.
10619         (is_known_support_routine): Replace call to function_name_from_pc
10620         by call to find_frame_funname.
10621         (ada_unhandled_exception_name_addr_from_raise): Likewise.
10622
10623 2010-01-19  Tom Tromey  <tromey@redhat.com>
10624
10625         PR c++/11026:
10626         * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
10627         objfile obstack.
10628
10629 2010-01-19  Tom Tromey  <tromey@redhat.com>
10630
10631         * top.c (stop_sig, float_handler, do_nothing): Remove.
10632
10633 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
10634
10635         * breakpoint.c (watchpoint_check): Check the call
10636         gdbarch_in_function_epilogue_p before calling frame_find_by_id.
10637         Extend the comment.
10638         * config/djgpp/fnchange.lst: Add translations for
10639         watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
10640         watchpoint-cond-gone-stripped.c.
10641
10642 2010-01-19  Tom Tromey  <tromey@redhat.com>
10643
10644         PR c++/8000:
10645         * dwarf2read.c (partial_die_parent_scope): Put enumeration type
10646         into parent scope, and enumerator into grandparent scope.
10647
10648 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10649
10650         * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
10651
10652 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10653
10654         * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
10655         i[34567]86-*-solaris2.1[0-9]*.
10656         * configure.tgt: Likewise.
10657
10658 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10659
10660         * NEWS: Document the source command enhancement allowing it
10661         to load Python scripts. Document the "set/show script-extension"
10662         commands.
10663
10664 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10665
10666         Add -Wunused-function to compile flags.
10667         * configure.ac: Add -Wunused-function to build_warnings.
10668         * configure: Regenerate.
10669
10670 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10671
10672         "delete" ada-lex.c:input function, not used.
10673         * ada-lex.l: #define YY_NO_INPUT.
10674
10675 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10676
10677         Delete free_named_symtabs and associated cleanup.
10678         * symfile.h (free_named_symtabs): Delete declaration.
10679         * symfile.c: Remove some commented out code (clear_symtab_users_once).
10680         (cashier_psymtab): Comment function out.
10681         Delete declaration.
10682         (free_named_symtabs): Delete.
10683         * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
10684         * dbxread.c (end_psymtab): Likewise.
10685         * dwarf2read.c (process_psymtab_comp_unit): Ditto.
10686         * exec.c (exec_close_1): Ditto.
10687         * xcoffread.c (xcoff_end_psymtab): Likewise.
10688
10689 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10690
10691         * stack.c (print_block_frame_labels): Comment function out.
10692
10693 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10694
10695         Delete unused or undefined functions.
10696         * breakpoint.c (ep_parse_optional_filename): Delete.
10697         * dcache.c (dcache_write_line): Remove declaration.
10698         * infrun.c (build_infrun): Remove declaration.
10699         * tracepoint.c (tracepoint_save_command): Remove declaration.
10700         * linux-nat.c (init_lwp_list): Delete. No longer used.
10701         * event-loop.c (check_async_signal_handlers): Delete declaration.
10702         * infrun.c (init_execution_control_state): Delete.
10703         (proceed): Update comment to avoid mentioning
10704         init_execution_control_state.
10705         * target.c (kill_or_be_killed, nosupport_runtime): Delete.
10706         * ada-lang.c (ada_to_static_fixed_value): Delete.
10707         * scm-lang.c (evaluate_subexp_scm): Delete declaration.
10708         * cp-namespace.c (cp_copy_usings): Delete.
10709         * xml-syscall.c (xml_number_of_syscalls): Delete.
10710         * progspace.c (find_program_space_by_num): Delete.
10711         * inflow.c (handle_sigio): Delete declaration.
10712         * hppa-tdep.c (hppa_alignof): Delete.
10713         * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
10714         (mipsnbsd_core_osabi_sniffer): Delete.
10715
10716 2010-01-18  Tom Tromey  <tromey@redhat.com>
10717
10718         PR c++/9680:
10719         * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
10720         (CONST_CAST): New tokens.
10721         (exp): Add new productions.
10722         (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
10723         reinterpret_cast.
10724         (is_cast_operator): New function.
10725         (yylex): Handle cast operators specially.
10726         * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
10727         UNOP_REINTERPRET_CAST>: New cases.
10728         * expprint.c (print_subexp_standard): Likewise.
10729         (op_name_standard): Likewise.
10730         (dump_subexp_body_standard): Likewise.
10731         * parse.c (operator_length_standard): Likewise.
10732         * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
10733         UNOP_REINTERPRET_CAST.
10734         * gdbtypes.c (class_types_same_p): New function.
10735         (is_ancestor): Use it.
10736         (is_public_ancestor): New function.
10737         (is_unique_ancestor_worker): Likewise.
10738         (is_unique_ancestor): Likewise.
10739         * gdbtypes.h (class_types_same_p, is_public_ancestor)
10740         (is_unique_ancestor): Declare.
10741         * valops.c (value_reinterpret_cast): New function.
10742         (dynamic_cast_check_1): Likewise.
10743         (dynamic_cast_check_2): Likewise.
10744         (value_dynamic_cast): Likewise.
10745         * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
10746
10747 2010-01-18  Joel Brobecker  <brobecker@adacore.com>
10748
10749         Fix build failure when building without Python support.
10750         * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
10751         is not defined.
10752
10753 2010-01-18  Joel Brobecker  <brobecker@adacore.com>
10754
10755         Use XVS field type instead of doing a parallel lookup.
10756         * ada-lang.c (ada_get_base_type): Follow the XVS field type
10757         if it is a reference type instead of doing a type lookup using
10758         the XVS field name.
10759
10760 2010-01-18  Joel Brobecker  <brobecker@adacore.com>
10761
10762         Trust PAD types instead of using PAD___XVS.
10763         * ada-lang.c (trust_pad_over_xvs): New static variable.
10764         (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
10765         parallel XVS type, follow the XVS type instead of the PAD type.
10766         (unwrap_value): Make sure that there is no parallel XVE type
10767         before returning the value as is.
10768         (set_ada_list, show_ada_list): New static variables.
10769         (set_ada_command, show_ada_command): New functions.
10770         (_initialize_ada_language): Add new "set/show ada" prefix commands.
10771         Add new "set/show ada trust-PAD-over-XVS" setting.
10772
10773 2010-01-18  Tom Tromey  <tromey@redhat.com>
10774             Thiago Jung Bauermann  <bauerman@br.ibm.com>
10775
10776         Allow "source" to load python scripts.
10777         * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
10778         * python/python.c (source_python_script): New function.
10779         * python/python.h (source_python_script): Add declaration.
10780         * cli/cli-cmds.c: #include exceptions.h and python/python.h.
10781         (script_ext_off, script_ext_soft, script_ext_strict)
10782         (script_ext_enums, script_ext_mode): New static constants.
10783         (show_script_ext_mode, find_and_open_script): New functions.
10784         (source_script): Enhance to handle Python scripts.
10785         (init_cli_cmds): Add set/show script-extension commands.
10786
10787 2010-01-16  Stan Shebs  <stan@codesourcery.com>
10788
10789         * tracepoint.h (struct trace_status): Use unsigned long long
10790         instead of size_t.
10791         * tracepoint.c (trace_status_command): Fix printf directive.
10792         (trace_save_command): Check fwrite returns, fix printf directive.
10793         (trace_filename): New global.
10794         (tfile_open): Set it, check read returns.
10795         (tfile_close): Free trace_filename.
10796         (tfile_get_traceframe_address): Check read returns.
10797         (tfile_trace_find): Ditto.
10798         (tfile_fetch_registers): Ditto.
10799         (tfile_xfer_partial): Ditto.
10800         (tfile_get_trace_state_variable_value): Ditto.
10801
10802 2010-01-15  Stan Shebs  <stan@codesourcery.com>
10803
10804         Add trace file support.
10805         * tracepoint.h (enum trace_stop_reason): New enum.
10806         (struct trace_status): New struct.
10807         (parse_trace_status): Declare.
10808         (struct uploaded_tp): Move here from remote.c,
10809         add fields for actions.
10810         (struct uploaded_tsv): New struct.
10811         * tracepoint.c (tfile_ops): New target vector.
10812         (trace_fd): New global.
10813         (tfile_open): New function.
10814         (tfile_close): New function.
10815         (tfile_files_info): New function.
10816         (tfile_get_trace_status): New function.
10817         (tfile_get_traceframe_address): New function.
10818         (tfile_trace_find): New function.
10819         (tfile_fetch_registers): New function.
10820         (tfile_xfer_partial): New function.
10821         (tfile_get_trace_state_variable_value): New function.
10822         (init_tfile_ops): New function.
10823         (_initialize_tracepoint): Call it, add tfile target.
10824         (trace_status): New global.
10825         (current_trace_status): New function.
10826         (trace_running_p): Remove, change all users to get from
10827         current_trace_status()->running.
10828         (get_trace_status): Remove.
10829         (trace_status_command): Call target_get_trace_status directly,
10830         report more detail including tracing stop reasons.
10831         (trace_find_command): Always allow tfind on a file.
10832         (trace_find_pc_command): Ditto.
10833         (trace_find_tracepoint_command): Ditto.
10834         (trace_find_line_command): Ditto.
10835         (trace_find_range_command): Ditto.
10836         (trace_find_outside_command): Ditto.
10837         (trace_frames_offset, cur_offset): Declare as off_t.
10838         (trace_regblock_size): Rename from reg_size, update users.
10839         (parse_trace_status): New function.
10840         (tfile_interp_line): New function.
10841         (disconnect_or_stop_tracing): Ensure current trace
10842         status before asking what to do.
10843         (stop_reason_names): New global.
10844         (trace_save_command): New command.
10845         (get_uploaded_tp): Move here from remote.c.
10846         (find_matching_tracepoint): Ditto.
10847         (merge_uploaded_tracepoints): New function.
10848         (parse_trace_status): Use stop_reason_names.
10849         (_initialize_tracepoint): Define tsave command.
10850         * target.h (target_ops): New fields to_save_trace_data,
10851         to_upload_tracepoints, to_upload_trace_state_variables,
10852         to_get_raw_trace_data, change to_get_trace_status
10853         to take a pointer to a status struct.
10854         (target_save_trace_data): New macro.
10855         (target_upload_tracepoints): New macro.
10856         (target_upload_trace_state_variables): New macro.
10857         (target_get_raw_trace_data): New macro.
10858         * target.c (update_current_target): Add new methods, change
10859         signature of to_get_trace_status.
10860         * remote.c (hex2bin): Make globally visible.
10861         (bin2hex): Ditto.
10862         (remote_download_trace_state_variable): Download name also.
10863         (remote_get_trace_status): Update parameter, use
10864         parse_trace_status.
10865         (remote_save_trace_data): New function.
10866         (remote_upload_tracepoints): New function.
10867         (remote_upload_trace_state_variables): New function.
10868         (remote_get_raw_trace_data): New function.
10869         (remote_start_remote): Use them.
10870         (_initialize_remote_ops): Add operations.
10871         * ax-gdb.c: Include breakpoint.h.
10872         * breakpoint.c (create_tracepoint_from_upload): Use
10873         break_command_really, return tracepoint, warn about unimplemented
10874         parts.
10875         * NEWS: Mention trace file addition.
10876
10877 2010-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10878
10879         Fix compilation warning on gcc-3.4.
10880         * exec.c (print_section_info): Move the `displacement' variable
10881         initialization to its declaration.
10882
10883 2010-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10884
10885         * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
10886         comparison.
10887
10888 2010-01-15  Eric Botcazou  <botcazou@adacore.com>
10889
10890         "info tasks" broken by typedefs in ATCB type definitions.
10891         * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
10892         ada_check_typedef before retrieving the length of the type for
10893         regular fields.
10894
10895 2010-01-15  Joel Brobecker  <brobecker@adacore.com>
10896
10897         Do not use name-based lookup for unconstrained packed arrays.
10898         * ada-lang.c (find_parallel_type_by_descriptive_type):
10899         Limit the fallback to name-based lookups to the case where
10900         the type is a constrained packed array.
10901
10902 2010-01-15  Joel Brobecker  <brobecker@adacore.com>
10903
10904         Enhance gdb-gdb.py to handle main_type.type_specific.
10905         * gdb-gdb.py: Print the type-specific part of struct main_type.
10906
10907 2010-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10908
10909         * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
10910         * configure: Regenerate.
10911         * config.in: Regenerate.
10912         * utils.c: Include sys/resource.h.
10913         (dump_core, can_dump_core): New.
10914         (internal_vproblem): Update the comment.  Check can_dump_core while
10915         setting dump_core_p.  Replace two abort calls by dump_core calls.
10916
10917 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10918             Eli Zaretskii  <eliz@gnu.org>
10919
10920         * NEWS: Document the PIE support.
10921
10922 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10923
10924         * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
10925         (check_is_pie_binary, _initialize_linux_tdep): Remove.
10926
10927 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10928
10929         * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
10930         Replace exec_entry_point call by bfd_get_start_address.
10931
10932 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10933
10934         Support Valgrind attachments broken by the PIE support.
10935         * auxv.c: Include gdbcore.h.
10936         (procfs_xfer_auxv): Make static.  Reduce its comment.  Drop its
10937         parameters ops, object and annex.  Remove their assertions.
10938         (ld_so_xfer_auxv, memory_xfer_auxv): New function.
10939         * auxv.h (procfs_xfer_auxv): Remove comment.  Rename to ...
10940         (memory_xfer_auxv): ... here.
10941         * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
10942         memory_xfer_auxv.
10943         * procfs.c (procfs_xfer_partial): Likewise.
10944         * solib-svr4.c (svr4_relocate_main_executable): New prototype.
10945         (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
10946         (svr4_solib_create_inferior_hook): Conditionalize the
10947         svr4_relocate_main_executable call.
10948
10949 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10950
10951         * solib-svr4.c (scan_dyntag): Remove variable dyn_addr.  New variable
10952         target_section.  Find SECT in current_target_sections, gdb_assert it.
10953         (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
10954         New variable abfd.
10955         * symtab.c (lookup_objfile_from_block): Return the binary file instead
10956         of separate debug info file.
10957
10958 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10959
10960         Support PIEs with no symfile_objfile.
10961         * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
10962         * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
10963
10964 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10965
10966         * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
10967         code part to ...
10968         (svr4_static_exec_displacement): ... a new function.
10969         (svr4_exec_displacement): New function.
10970         (svr4_relocate_main_executable): Call svr4_exec_displacement.  Allocate
10971         new_offsets using alloca now.  Remove variable old_chain and changed.
10972         Call objfile_relocate unconditionally now.
10973
10974 2010-01-14  Doug Evans  <dje@google.com>
10975
10976         * gdbtypes.c (arch_flags_type): Fix comment.
10977         * gdbtypes.h (arch_composite_type): Fix comment.
10978
10979 2009-01-14  Tristan Gingold  <gingold@adacore.com>
10980
10981         * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
10982         Call xstrdup for abfd->filename.  Pass symfile_flags and objfile flags
10983         to symbol_file_add_from_bfd.  Add OSO as separate objfile.
10984         (macho_oso_symfile): Add symfile_flags parameter.  Pass it to
10985         macho_add_oso_symfile.
10986         (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
10987
10988 2010-01-14  Joel Brobecker  <brobecker@adacore.com>
10989
10990         Tru64: Dead threads are never deleted.
10991         * dec-thread.c (dec_thread_ptid_is_alive): New function.
10992         (dec_thread_count_gdb_threads): Fix counter increment.
10993         (dec_thread_add_gdb_thread): Fix *listp increment.
10994         (resync_thread_list): Fix bug in deletion of dead threads that
10995         caused all threads to be deleted, instead of just the dead ones.
10996
10997 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
10998
10999         PR python/10705
11000
11001         * python/python-internal.h: Add lazy_string_object_type
11002         definition.
11003         (create_lazy_string_object, gdbpy_initialize_lazy_string)
11004         (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
11005         * python/py-value.c (valpy_lazy_string): New function.
11006         (convert_value_from_python): Add lazy string conversion.
11007         * python/py-prettyprint.c (pretty_print_one_value): Check if
11008         return is also a lazy string.
11009         (print_string_repr): Add lazy string printing branch.
11010         (print_children): Likewise.
11011         * python/py-lazy-string.c: New file. Implement lazy strings.
11012         * python/python.c (_initialize_python): Call
11013         gdbpy_initialize_lazy_string.
11014         * varobj.c (value_get_print_value): Add lazy string printing
11015         branch.  Account for encoding.
11016         * c-lang.c (c_printstr): Account for new encoding argument.  If
11017         encoding is NULL, find encoding suited for type, otherwise use
11018         user encoding.
11019         * language.h (language_defn): Add encoding argument.
11020         (LA_PRINT_STRING): Likewise.
11021         * language.c (unk_lang_printstr): Update to reflect new encoding
11022         argument to language_defn.
11023         * ada-lang.h (ada_printstr): Likewise.
11024         * c-lang.h (c_printstr): Likewise.
11025         * p-lang.h (pascal_printstr);
11026         * f-lang.c (f_printstr): Likewise.
11027         * m2-lang.c (m2_printstr): Likewise.
11028         * objc-lang.c (objc_printstr): Likewise.
11029         * p-lang.c (pascal_printstr): Likewise.
11030         * scm-lang.c (scm_printstr): Likewise.
11031         * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
11032         encoding argument.
11033         * ada-valprint.c (ada_printstr): Likewise.
11034         * f-valprint.c (f_val_print): Likewise
11035         * m2-valprint.c (m2_val_print): Likewise.
11036         * p-valprint.c (pascal_val_print): Likewise.
11037         * expprint.c (print_subexp_standard): Likewise.
11038         * valprint.c (val_print_string): Likewise.
11039         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
11040         (SUBDIR_PYTHON_SRCS): Likewise.
11041         (py-lazy-string.o): New rule.
11042
11043 2010-01-13  Doug Evans  <dje@google.com>
11044
11045         * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
11046         uninitialized" warning from gcc on local `tree'.
11047
11048 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
11049
11050         Implement core awareness.
11051
11052         * bcache.c (compare_ints): Remove
11053         (print_percentage): Use compare_positive_ints.
11054         * defs.h (compare_positive_ints): Declare.
11055         * linux-nat.h (struct lin_lwp): New field core.
11056         (linux_nat_core_of_thread_1): Declare.
11057         * linux-nat.c (add_lwp): Init the 'core' field.
11058         (linux_nat_wait_1): Record the core.
11059         (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
11060         (linux_nat_add_target): Register the above.
11061         * linux-thread-db.c (update_thread_core): New.
11062         (thread_db_find_new_threads): Update core information for
11063         every thread.
11064         * remote.c (struct private_thread_info): New.
11065         (free_private_thread_info, demand_private_info): New.
11066         (PACKET_qXfer_threads, use_osdata_threads): New.
11067         (struct thread_item, threads_parsing_context
11068         (start_thread, end_thread, thread_attributes)
11069         (thread_children, threads_children, threads_elements): New.
11070         (remote_threads_info): Try qXfer:threads before anything
11071         else.
11072         (remote_protocol_packets): Register qXfer:threads.
11073         (remote_open_1): Init use_osdata_threads.
11074         (struct stop_reply): New field 'core'.
11075         (remote_parse_stop_reply): Parse core number.
11076         (process_stop_reply): Record core number.
11077         (remote_xfer_partial): Handle qXfer:threads.
11078         (remote_core_of_thread): New.
11079         (init_remote_ops): Register remote_core_of_thread.
11080         (_initialize_remote): Register qXfer:read.
11081         * target.c (target_core_of_thread): New
11082         * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
11083         (struct target_ops): New field to_core_of_threads.
11084         (target_core_of_thread): Declare.
11085         * gdbthread.h (struct thread_info): New field private_dtor.
11086         * thread.c (print_thread_info): Report the core.
11087         * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
11088         * utils.c (compare_positive_ints): New.
11089         * features/threads.dtd: New.
11090         * mi/mi-interp.c (mi_on_normal_stop): Report the core.
11091         * mi/mi-main.c (struct collect_cores_data, collect_cores)
11092         (do_nothing, free_vector_of_osdata_items)
11093         (splay_tree_int_comparator, free_splay_tree): New.
11094         (print_one_inferior_data): Implemented printing of selected
11095         inferiors.  Collect and print cores.
11096         (output_cores): New.
11097         (mi_cmd_list_thread_groups): Support --recurse.  Permit specifying
11098         thread groups together with --available.
11099
11100 2010-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11101
11102         * configure: Regenerate (for _STRUCTURED_PROC).
11103
11104 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
11105
11106         Delete dead function.
11107         * ada-lang.c (extract_string): Delete.  No longer used.
11108
11109 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
11110
11111         Fix -Wunused warning in dec-thread.c.
11112         * dec-thread.c (dec_thread_count_gdb_threads)
11113         (dec_thread_add_gdb_thread): Prevent -Wunused warning.
11114
11115 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
11116
11117         * ada-valprint.c (ada_print_floating): Remove trailing space.
11118
11119 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
11120
11121         Add support for DW_AT_GNAT_descriptive_type.
11122         * gdbtypes.h (enum type_specific_kind): New enum.
11123         (struct main_type) [type_specific_field]: New component.
11124         [type_specific]: Add new component "gnat_stuff".
11125         (struct gnat_aux_type): New type.
11126         (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
11127         (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
11128         (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
11129         (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
11130         (TYPE_SPECIFIC_FIELD): New macros.
11131         (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
11132         type does not hold any cplus-specific data.
11133         (TYPE_RAW_CPLUS_SPECIFIC): New macro.
11134         (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
11135         (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
11136         cplus-specific data.
11137         * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
11138         Set new component TYPE_SPECIFIC_FIELD (type).
11139         (gnat_aux_default): New constant.
11140         (allocate_gnat_aux_type): New function.
11141         (init_type): Add initialization the type-specific stuff for
11142         TYPE_CODE_FLT and TYPE_CODE_FUNC types.
11143         (print_gnat_stuff): New function.
11144         (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
11145         specific data.  Adjust code that prints the contents of the
11146         type-specific union using the TYPE_SPECIFIC_FIELD value.
11147         * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
11148         the type cplus stuff for Ada types.
11149         (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
11150         Error out if these routines are called with an Ada type.
11151         (read_structure_type, read_array_type, read_subrange_type):
11152         Add call to set_descriptive_type.
11153         (set_die_type): Initialize the gnat-specific data if necessary.
11154         (need_gnat_info, die_descriptive_type, set_descriptive_type):
11155         New functions.
11156         * ada-lang.c (decode_constrained_packed_array_type): Use
11157         decode_constrained_packed_array_type instead of doing a standard
11158         lookup to locate a parallel type.
11159         (find_parallel_type_by_descriptive_type): New function.
11160         (ada_find_parallel_type_with_name): New function.
11161         (ada_find_parallel_type): Reimplement using
11162         ada_find_parallel_type_with_name.
11163         * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
11164         to check if type has a cplus stuff.
11165         * linespec.c (total_number_of_methods): Likewise.
11166         * mdebugread.c (new_type): Likewise.
11167
11168 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11169
11170         * NEWS: Document the 0b binary number prefix parsing.
11171
11172 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11173
11174         * objfiles.c (objfile_relocate1): Change the return type to int.
11175         Describe the new return value.  Return non-zero if data changed.
11176         (objfile_relocate): New variable changed.  Set it.  Call
11177         breakpoint_re_set depending on CHANGED.
11178
11179 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11180
11181         Implement binary numbers parsing.
11182         * c-exp.y (parse_number): New case 'b' and 'B'.
11183
11184 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11185             Tristan Gingold  <gingold@adacore.com>
11186
11187         * solib.c (info_sharedlibrary_command): Replace
11188         objfile_has_partial_symbols and objfile_has_full_symbols calls by
11189         objfile_has_symbols.
11190
11191 2010-01-10  Joel Brobecker  <brobecker@adacore.com>
11192
11193         * NEWS: Document the improvements made to the mips-irix port.
11194
11195 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
11196
11197         Fix the documentation of valprint.c:value_print.
11198         * valprint.c (value_print): Update the function description to
11199         mention that the syntax of the output follows the current_language,
11200         not necessarily C.
11201
11202 2010-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11203
11204         Fix displacement of separate debug info files.
11205         * objfiles.c (objfile_relocate): Rename to ...
11206         (objfile_relocate1): ... here and make it static.  Extend the comment.
11207         (objfile_relocate): New function.
11208         * solib-spu.c (spu_relocate_main_executable): Explicitly check if
11209         SYMFILE_OBJFILE is NULL.  Remove variables objfile and old_chain.
11210         Remove following of SEPARATE_DEBUG_OBJFILE.  new_offsets is now
11211         allocated using alloca.
11212         * symfile.c (copy_section_addr_info): Remove.
11213         (build_section_addr_info_from_objfile): Make it global.  New variables
11214         addr_bit and mask, use them.
11215         * symfile.h (build_section_addr_info_from_objfile): New prototype.
11216         (copy_section_addr_info): Remove.
11217
11218 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
11219
11220         Signal unwinder for mips-irix N32.
11221         * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
11222         tramp-frame.h.
11223         (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
11224         (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
11225         (SIGCONTEXT_LO_OFF): New macros.
11226         (mips_irix_n32_tramp_frame_init): New function.
11227         (mips_irix_n32_tramp_frame): New static constant.
11228         (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
11229
11230 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
11231
11232         Breakpoint in shared library does not work on mips-irix.
11233         * procfs.c: #include "observer.h".
11234         (procfs_inferior_created): New function, moving here the code
11235         which unsets the syssgi syscall-exit notifications.
11236         (procfs_create_inferior): Remove the code which unsets the syssgi
11237         syscall-exit notifications. It is too early to do this here.
11238         (_initialize_procfs): Attach the procfs_inferior_created observer.
11239
11240 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
11241
11242         Wrong return convention for arrays (mips-irix).
11243         * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
11244         128 bits or smaller are returned the same way as structs
11245         and unions of the the same size.
11246
11247 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
11248
11249         Cannot set the PC on mips-irix.
11250         * irix5-nat.c (fill_gregset): Check regno against the raw PC
11251         register number, no the cooked one.
11252
11253 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
11254
11255         Error while loading core file on mips-irix.
11256         * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
11257         if debugging from a core file.
11258
11259 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
11260
11261         GDB hangs when attaching to process on mips-irix.
11262         * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
11263         attaching to a process.
11264
11265 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
11266
11267         Use the correct breakpoint instruction on mips-irix.
11268         * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
11269         containing the correct breakpoint instruction to use on mips-irix.
11270         Use it when the osabi is GDB_OSABI_IRIX.
11271
11272 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
11273
11274         -Wunused warning in procfs.c (mips-irix only).
11275         * procfs.c (gdb_praddset, gdb_prdelset): New macros.  Use them
11276         throughout instead of using praddset and prdelset respectively.
11277
11278 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
11279
11280         GDB crash while stepping into function.
11281         * infrun.c (handle_inferior_event): Refetch the current frame
11282         after handling what.main_action, in case that pointer became
11283         dangling.
11284
11285 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
11286
11287         Fix build failure of solaris-hosted cross debuggers.
11288         * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
11289
11290 2010-01-09  Daniel Gutson  <dgutson@codesourcery.com>
11291
11292         Fix build failure on sparc-solaris.
11293         * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
11294
11295 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
11296
11297         Move some symfile code into subroutines.
11298         * symfile.h (relative_addr_info_to_section_offsets)
11299         (addr_info_make_relative): New prototypes.
11300         * symfile.c (default_symfile_offsets): Move a part to ...
11301         (relative_addr_info_to_section_offsets): ... this new function.
11302         (default_symfile_offsets): Call it.
11303         (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
11304         this part to ...
11305         (addr_info_make_relative): ... this new function.
11306
11307 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
11308
11309         Add from_tty to solib_create_inferior_hook.
11310         * infcmd.c (post_create_inferior): Move solib_add after
11311         solib_create_inferior_hook.  Pass from_tty to
11312         solib_create_inferior_hook.  Call solib_add and SOLIB_ADD with
11313         0 from_tty and comment why.
11314         * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
11315         * linux-nat.c (linux_child_follow_fork): Likewise.
11316         * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
11317         * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
11318         from_tty.
11319         * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
11320         * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
11321         * solib-null.c (null_solib_create_inferior_hook): Likewise.
11322         * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
11323         * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
11324         * solib-som.c (som_solib_create_inferior_hook): Likewise.
11325         * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
11326         Pass it to svr4_so_ops.solib_create_inferior_hook.
11327         * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
11328         from_tty.
11329         * solib-svr4.c (enable_break): New parameter from_tty.  Pass it to
11330         solib_add.
11331         (svr4_solib_create_inferior_hook): New parameter from_tty.  Pass it to
11332         enable_break.
11333         * solib-target.c (solib_target_solib_create_inferior_hook): New
11334         parameter from_tty.
11335         * solib.c (solib_create_inferior_hook): New parameter from_tty.  Pass
11336         it to ops->solib_create_inferior_hook.
11337         (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
11338         Move solib_add after solib_create_inferior_hook, call it now with
11339         from_tty as 0.  New comment there.
11340         * solib.h (solib_create_inferior_hook): New parameter from_tty.
11341         * solist.h (struct target_so_ops <solib_create_inferior_hook>):
11342         Likewise.
11343
11344 2010-01-08  Vladimir Prus  <vladimir@codesourcery.com>
11345
11346         Fix multiexec race.
11347         * infrun.c (handle_inferior_event): Use get_thread_regcache
11348         with events ptid, not get_current_regcache.
11349
11350 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
11351
11352         GDB crash with empty executable name (MinGW).
11353         * source.c (openp): Add assert that parameter string is not NULL.
11354         if parameter string is an empty string, then return with a failure
11355         immediately.
11356
11357 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
11358
11359         Get rid of support for VAX Floats.
11360         * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
11361         (ada_vax_float_print_function): Delete.
11362         * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
11363         (ada_vax_float_print_function): Delete.
11364         * ada-typeprint.c (print_vax_floating_point_type): Delete.
11365         (ada_print_type): Remove support for VAX floats.
11366         * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
11367
11368 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
11369
11370         * stabsread.c (read_args): Handle zero arguments.
11371
11372 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
11373
11374         Cannot find in-tree libiconv.a after reconfigure.
11375         * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
11376         that we can use, then cache the path to this archive.
11377         * configure: Regenerate.
11378
11379 2010-01-07  Stan Shebs  <stan@codesourcery.com>
11380
11381         Make tracepoint operations go through target vector.
11382         * target.h (enum trace_find_type): New enum.
11383         (struct target_ops): New fields to_trace_init,
11384         to_download_tracepoint, to_download_trace_state_variable,
11385         to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
11386         to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
11387         to_set_disconnected_tracing.
11388         (target_trace_init): New macro.
11389         (target_download_tracepoint): New macro.
11390         (target_download_trace_state_variable): New macro.
11391         (target_trace_start): New macro.
11392         (target_trace_set_readonly_regions): New macro.
11393         (target_get_trace_status): New macro.
11394         (target_trace_stop): New macro.
11395         (target_trace_find): New macro.
11396         (target_get_trace_state_variable_value): New macro.
11397         (target_set_disconnected_tracing): New macro.
11398         * target.c (update_current_target): Inherit and set defaults for
11399         tracepoint operations.
11400         * tracepoint.c (default_collect): Make globally visible.
11401         (target_is_remote): Remove, along with all calls.
11402         (tvariables_info): Call target_get_trace_state_variable_value.
11403         (remote_set_transparent_ranges): Remove.
11404         (trace_start_command): Call target_trace_init,
11405         target_download_tracepoint, etc.
11406         (download_tracepoint): Remove.
11407         (trace_stop_command): Simplify.
11408         (stop_tracing): Call target_trace_stop.
11409         (get_trace_status): Call target_get_trace_status.
11410         (trace_status_command): Add case for targets that cannot trace.
11411         (finish_tfind_command): Change to take numerical arguments, call
11412         target_trace_find.
11413         (trace_find_command): Update call to finish_tfind_command.
11414         (trace_find_pc_command): Ditto.
11415         (trace_find_tracepoint_command): Ditto.
11416         (trace_find_line_command): Ditto.
11417         (trace_find_range_command): Ditto.
11418         (trace_find_outside_command): Ditto.
11419         (set_disconnected_tracing_value): Call
11420         target_set_disconnected_tracing.
11421         * remote.c: Add protocol encoding bits from tracepoint.c.
11422         (trace_error): Move from tracepoint.c.
11423         (remote_get_noisy_reply): Ditto.
11424         (free_actions_list_cleanup_wrapper): Ditto.
11425         (free_actions_list): Ditto.
11426         (remote_trace_init): New function.
11427         (remote_download_tracepoint): New function.
11428         (remote_download_trace_state_variable): New function.
11429         (remote_trace_set_readonly_regions): New function.
11430         (remote_trace_start): New function.
11431         (remote_get_trace_status): New function.
11432         (remote_trace_stop): New function.
11433         (remote_trace_find): New function.
11434         (remote_download_trace_state_variable): New function.
11435         (remote_set_disconnected_tracing): New function.
11436         (init_remote_ops): Add tracepoint operations.
11437
11438         * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
11439
11440 2010-01-07  Tristan Gingold  <gingold@adacore.com>
11441
11442         * symfile.c (build_section_addr_info_from_objfile): New function.
11443         (symbol_file_add_separate): Don't use offsets from objfile but
11444         built an addr info.
11445
11446 2010-01-06  Stan Shebs  <stan@codesourcery.com>
11447
11448         Support disconnected tracing.
11449         * infcmd.c (detach_command): Ask whether to stop tracing.
11450         * cli/cli-cmds.c (quit_command): Ditto.
11451         * breakpoint.h (struct breakpoint): New field number_on_target.
11452         * breakpoint.c (create_tracepoint_from_upload): New function.
11453         (get_tracepoint_by_number_on_target): New function.
11454         * remote.c (struct remote): New field disconnected_tracing.
11455         (remote_disconnected_tracing_feature): New function.
11456         (remote_protocol_features): Add DisconnectedTracing.
11457         (struct uploaded_tp): New struct.
11458         (uploaded_tps): New global.
11459         (get_uploaded_tp): New function.
11460         (find_matching_tracepoint): New function.
11461         (remote_get_tracing_state): New function.
11462         (remote_start_remote): Call it.
11463         * tracepoint.c (disconnected_tracing): New global.
11464         (trace_start_command): Initialize number_on_target.
11465         (stop_tracing): New function, split out from...
11466         (trace_stop_command): Call stop_tracing.
11467         (get_trace_status): New function, split out from...
11468         (trace_status_command): Call get_trace_status, add info on
11469         disconnection behavior.
11470         (disconnect_or_stop_tracing): New function.
11471         (finish_tfind_command): Translate from number on target.
11472         (trace_find_tracepoint_command): Translate to number on target.
11473         (send_disconnected_tracing_value): New function.
11474         (set_disconnected_tracing): New function.
11475         (_initialize_tracepoint): Add disconnected-tracing variable.
11476         * NEWS: Mention disconnected tracing.
11477
11478 2010-01-06  Tristan Gingold  <gingold@adacore.com>
11479
11480         * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
11481         parameter to main_objfile.  Iterate on all separate debug objfiles.
11482         * symfile.h (symbol_file_add_separate)
11483         (find_separate_debug_file_by_debuglink): Remove parameter names.
11484         * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
11485         (reread_symbols): Use free_objfile_separate_debug.
11486         * objfiles.h (struct objfile): Add separate_debug_objfile_link.
11487         Adjust comment.
11488         (objfile_separate_debug_iterate, add_separate_debug_objfile)
11489         (free_objfile_separate_debug): New prototypes.
11490         * objfiles.c (objfile_separate_debug_iterate): New function.
11491         (add_separate_debug_objfile, free_objfile_separate_debug): New
11492         functions.
11493         (free_objfile): Use free_objfile_separate_debug.  Adjust for
11494         multiple separate debug objfile.
11495         (objfile_has_symbols): Adjust comment.  Iterate on all separate
11496         debug objfiles.
11497         * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
11498         debug objfile.
11499         (lookup_minimal_symbol_text): Ditto.
11500         (lookup_minimal_symbol_by_pc_name): Ditto.
11501         (lookup_minimal_symbol_solib_trampoline): Ditto.
11502         (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
11503         debug objfiles.
11504
11505 2010-01-05  Stan Shebs  <stan@codesourcery.com>
11506
11507         Add fast tracepoints.
11508         * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
11509         * arch-utils.c (default_fast_tracepoint_valid_at): New function.
11510         * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
11511         * breakpoint.c (tracepoint_type): New function.
11512         (ALL_TRACEPOINTS): Use it.
11513         (should_be_inserted): Ditto.
11514         (bpstat_check_location): Ditto.
11515         (print_one_breakpoint_location): Ditto.
11516         (user_settable_breakpoint): Ditto.
11517         (set_breakpoint_location_function): Ditto.
11518         (disable_breakpoints_in_shlibs): Ditto.
11519         (delete_trace_command): Ditto.
11520         (print_it_typical): Add bp_fast_tracepoint case.
11521         (bpstat_what): Ditto.
11522         (print_one_breakpoint_location): Ditto.
11523         (allocate_bp_location): Ditto.
11524         (mention): Ditto.
11525         (breakpoint_re_set_one): Ditto.
11526         (disable_command): Ditto.
11527         (enable_command): Ditto.
11528         (check_fast_tracepoint_sals): New function.
11529         (break_command_really): Call it.
11530         (ftrace_command): New function.
11531         (_initialize_breakpoint): Add ftrace command.
11532         * gdbarch.sh (fast_tracepoint_valid_at): New.
11533         * gdbarch.h, gdbarch.c: Regenerate.
11534         * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
11535         (i386_gdbarch_init): Use it.
11536         * remote.c (struct remote_state): New field fast_tracepoints.
11537         (PACKET_FastTracepoints): New packet config type.
11538         (remote_fast_tracepoint_feature): New function.
11539         (remote_protocol_features): Add FastTracepoints.
11540         (remote_supports_fast_tracepoints): New function.
11541         (_initialize_remote): Add FastTracepoints.
11542         * tracepoint.c (download_tracepoint): Add fast tracepoint option.
11543         * NEWS: Mention fast tracepoints.
11544
11545 2010-01-06  Joel Brobecker  <brobecker@adacore.com>
11546
11547         * gdb-gdb.py: New file.
11548
11549 2010-01-05  Michael Snyder  <msnyder@vmware.com>
11550
11551         * infrun.c (handle_inferior_event): Fix typo in comment.
11552
11553 2010-01-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
11554
11555         * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
11556
11557 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11558
11559         * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
11560         and s390x-linux64.
11561         (s390-linux32-expedite): Define.
11562         (s390-linux64-expedite): Define.
11563         (s390x-linux64-expedite): Define.
11564         * features/s390-acr.xml: New file.
11565         * features/s390-fpr.xml: New file.
11566         * features/s390-core32.xml: New file.
11567         * features/s390-core64.xml: New file.
11568         * features/s390x-core64.xml: New file.
11569         * features/s390-linux32.xml: New file.
11570         * features/s390-linux64.xml: New file.
11571         * features/s390x-linux64.xml: New file.
11572         * features/s390-linux32.c: New generated file.
11573         * features/s390-linux64.c: New generated file.
11574         * features/s390x-linux64.c: New generated file.
11575
11576         * regformats/s390-linux32.dat: New generated file.
11577         * regformats/s390-linux64.dat: New generated file.
11578         * regformats/s390x-linux64.dat: New generated file.
11579         * regformats/reg-s390.dat: Remove.
11580         * regformats/reg-s390x.dat: Remove.
11581
11582         * s390-nat.c: Include "auxv.h" and <elf.h>.
11583         (HWCAP_S390_HIGH_GPRS): Define if undefined.
11584         (s390_target_wordsize): New function.
11585         (s390_auxv_parse): Likewise.
11586         (s390_get_hwcap): Likewise.
11587         (s390_read_description): Likewise.
11588         (_initialize_s390_nat): Install s390_auxv_parse and
11589         s390_read_description.
11590
11591         * s390-tdep.c: Include "features/s390-linux32.c",
11592         "features/s390-linux64.c", and "features/s390x-linux64.c".
11593         (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
11594         (s390_register_call_saved): New function.
11595         (s390_register_name): Remove.
11596         (s390_register_type): Remove.
11597         (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
11598         (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
11599         (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
11600         (s390_pseudo_register_name): New function.
11601         (s390_pseudo_register_type): New function.
11602         (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
11603         Handle full GPR pesudos and varying pseudo register numbers.
11604         (s390_pseudo_register_write): Likewise
11605         (s390x_pseudo_register_read): Remove.
11606         (s390x_pseudo_register_write): Likewise.
11607         (s390_register_group): Remove.
11608         (s390_pseudo_register_group): New function.
11609         (s390_regmap_gregset): Add GPR upper halves.
11610         (s390x_regmap_gregset): Likewise.
11611         (s390_regmap_fpregset): Likewise.
11612         (s390_regmap_upper): New global variable.
11613         (s390_upper_regset): New global variable.
11614         (s390_upper_regset_sections): New global variable.
11615         (s390_regset_from_core_section): Handle GPR upper halves.
11616         (s390_core_read_description): New function.
11617         (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
11618         register information.  Handle varying pseudo register numbers.
11619         (s390_backchain_frame_unwind_cache): Likewise.
11620         (s390_frame_prev_register): Unwind full GPRs to show lower halves.
11621         (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
11622         (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
11623         PC and CC pseudos.  Unwind upper halves and full GPRs as appropriate.
11624         Handle varying pseudo register numbers.
11625         (s390_unwind_pc): Handle varying pseudo register numbers.
11626         (s390_dwarf2_prev_register): New function.
11627         (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
11628         register information.  Handle varying pseudo register numbers.
11629         Install s390_dwarf2_prev_register to unwind full GPRs.
11630         (s390_gdbarch_init): Handle target descriptions.  Assign varying
11631         pseudo register numbers.  Install s390_adjust_frame_regnum.
11632         (_initialize_s390_tdep): Initialize target descriptions.
11633
11634         * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
11635         (S390_NUM_REGS): Redefine to include upper half registers.
11636         (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
11637         (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
11638         (tdesc_s390_linux32): Add declaration.
11639         (tdesc_s390_linux64): Likewise.
11640         (tdesc_s390x_linux64): Likewise.
11641
11642 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11643
11644         * regset.h (struct core_regset_section): Add HUMAN_NAME.
11645         * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
11646         * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
11647         (ppc_linux_vmx_regset_sections): Likewise.
11648         (ppc_linux_fp_regset_sections): Likewise.
11649
11650         * corelow.c (get_core_register_section): Constify arguments.
11651         (get_core_registers): Use gdbarch_core_regset_sections instead
11652         of hard-coded platform-specific register section names.
11653
11654 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11655
11656         * dwarf2loc.c (read_pieced_value): If a piece occupies part of
11657         a register, assume the least-significant part is used.
11658         (write_pieced_value): Likewise.
11659
11660 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11661
11662         * printcmd.c: Include "arch-utils.h".
11663         (do_one_display): Re-parse expression if current architecture changed.
11664
11665 2010-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11666             Joel Brobecker  <brobecker@adacore.com>
11667
11668         * gdbtypes.c (check_typedef): New comment on type length.
11669         * value.c (allocate_value_lazy): Remove the unused atype variable.  New
11670         comment on type length.
11671         (value_primitive_field): Keep the original TYPE value, new comment.
11672
11673 2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11674
11675         * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
11676         p_start.  Change != comparisons to > and < comparisons.
11677
11678 2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11679
11680         * cli/cli-script.c (process_next_line): Check P2 overrun.
11681
11682 2009-01-01  Joel Brobecker  <brobecker@adacore.com>
11683
11684         Update the copyright hearder to add year 2010 for most GDB files.
11685
11686 2009-01-01  Joel Brobecker  <brobecker@adacore.com>
11687
11688         Fix build failure in inf-ptrace.c.
11689         * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
11690
11691 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
11692
11693         * top.c (print_gdb_version): Update copyright year.
11694
11695 2010-01-01, 10  Joel Brobecker  <brobecker@adacore.com>
11696
11697         Fix break *FUN'address thread NUM.
11698         * ada-lex.l (task): Expand rule to also match the thread keyword.
11699
11700 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
11701
11702         Fix break *FUN'address task NUM.
11703         * ada-lex.l (task): New rule.
11704         * ada-lang.c (valid_task_id): Make sure the Ada task list has
11705         been built before using it.
11706
11707 For older changes see ChangeLog-2009.
11708 \f
11709 Local Variables:
11710 mode: change-log
11711 left-margin: 8
11712 fill-column: 74
11713 version-control: never
11714 coding: utf-8
11715 End: